diff --git a/.build/arm64-apple-macosx/debug/FacebookAEM.build/DerivedSources/resource_bundle_accessor.swift b/.build/arm64-apple-macosx/debug/FacebookAEM.build/DerivedSources/resource_bundle_accessor.swift
new file mode 100644
index 0000000000..8983610683
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/FacebookAEM.build/DerivedSources/resource_bundle_accessor.swift
@@ -0,0 +1,17 @@
+import Foundation
+
+extension Foundation.Bundle {
+ static let module: Bundle = {
+ let mainPath = Bundle.main.bundleURL.appendingPathComponent("Facebook_FacebookAEM.bundle").path
+ let buildPath = "/Users/andrew/Documents/GitHub/facebook-ios-sdk/.build/arm64-apple-macosx/debug/Facebook_FacebookAEM.bundle"
+
+ let preferredBundle = Bundle(path: mainPath)
+
+ guard let bundle = preferredBundle ?? Bundle(path: buildPath) else {
+ // Users can write a function called fatalError themselves, we should be resilient against that.
+ Swift.fatalError("could not load resource bundle: from \(mainPath) or \(buildPath)")
+ }
+
+ return bundle
+ }()
+}
\ No newline at end of file
diff --git a/.build/arm64-apple-macosx/debug/FacebookAEM.build/module.modulemap b/.build/arm64-apple-macosx/debug/FacebookAEM.build/module.modulemap
new file mode 100644
index 0000000000..798f156c34
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/FacebookAEM.build/module.modulemap
@@ -0,0 +1,4 @@
+module FacebookAEM {
+ header "/Users/andrew/Documents/GitHub/facebook-ios-sdk/.build/arm64-apple-macosx/debug/FacebookAEM.build/FacebookAEM-Swift.h"
+ requires objc
+}
diff --git a/.build/arm64-apple-macosx/debug/FacebookBasics.build/DerivedSources/resource_bundle_accessor.swift b/.build/arm64-apple-macosx/debug/FacebookBasics.build/DerivedSources/resource_bundle_accessor.swift
new file mode 100644
index 0000000000..965a6d1965
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/FacebookBasics.build/DerivedSources/resource_bundle_accessor.swift
@@ -0,0 +1,17 @@
+import Foundation
+
+extension Foundation.Bundle {
+ static let module: Bundle = {
+ let mainPath = Bundle.main.bundleURL.appendingPathComponent("Facebook_FacebookBasics.bundle").path
+ let buildPath = "/Users/andrew/Documents/GitHub/facebook-ios-sdk/.build/arm64-apple-macosx/debug/Facebook_FacebookBasics.bundle"
+
+ let preferredBundle = Bundle(path: mainPath)
+
+ guard let bundle = preferredBundle ?? Bundle(path: buildPath) else {
+ // Users can write a function called fatalError themselves, we should be resilient against that.
+ Swift.fatalError("could not load resource bundle: from \(mainPath) or \(buildPath)")
+ }
+
+ return bundle
+ }()
+}
\ No newline at end of file
diff --git a/.build/arm64-apple-macosx/debug/FacebookBasics.build/module.modulemap b/.build/arm64-apple-macosx/debug/FacebookBasics.build/module.modulemap
new file mode 100644
index 0000000000..86288a1825
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/FacebookBasics.build/module.modulemap
@@ -0,0 +1,4 @@
+module FacebookBasics {
+ header "/Users/andrew/Documents/GitHub/facebook-ios-sdk/.build/arm64-apple-macosx/debug/FacebookBasics.build/FacebookBasics-Swift.h"
+ requires objc
+}
diff --git a/.build/arm64-apple-macosx/debug/FacebookCore.build/DerivedSources/resource_bundle_accessor.swift b/.build/arm64-apple-macosx/debug/FacebookCore.build/DerivedSources/resource_bundle_accessor.swift
new file mode 100644
index 0000000000..2156308c07
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/FacebookCore.build/DerivedSources/resource_bundle_accessor.swift
@@ -0,0 +1,17 @@
+import Foundation
+
+extension Foundation.Bundle {
+ static let module: Bundle = {
+ let mainPath = Bundle.main.bundleURL.appendingPathComponent("Facebook_FacebookCore.bundle").path
+ let buildPath = "/Users/andrew/Documents/GitHub/facebook-ios-sdk/.build/arm64-apple-macosx/debug/Facebook_FacebookCore.bundle"
+
+ let preferredBundle = Bundle(path: mainPath)
+
+ guard let bundle = preferredBundle ?? Bundle(path: buildPath) else {
+ // Users can write a function called fatalError themselves, we should be resilient against that.
+ Swift.fatalError("could not load resource bundle: from \(mainPath) or \(buildPath)")
+ }
+
+ return bundle
+ }()
+}
\ No newline at end of file
diff --git a/.build/arm64-apple-macosx/debug/FacebookCore.build/module.modulemap b/.build/arm64-apple-macosx/debug/FacebookCore.build/module.modulemap
new file mode 100644
index 0000000000..10344a4c4a
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/FacebookCore.build/module.modulemap
@@ -0,0 +1,4 @@
+module FacebookCore {
+ header "/Users/andrew/Documents/GitHub/facebook-ios-sdk/.build/arm64-apple-macosx/debug/FacebookCore.build/FacebookCore-Swift.h"
+ requires objc
+}
diff --git a/.build/arm64-apple-macosx/debug/FacebookGamingServices.build/module.modulemap b/.build/arm64-apple-macosx/debug/FacebookGamingServices.build/module.modulemap
new file mode 100644
index 0000000000..6d0a1f69a4
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/FacebookGamingServices.build/module.modulemap
@@ -0,0 +1,4 @@
+module FacebookGamingServices {
+ header "/Users/andrew/Documents/GitHub/facebook-ios-sdk/.build/arm64-apple-macosx/debug/FacebookGamingServices.build/FacebookGamingServices-Swift.h"
+ requires objc
+}
diff --git a/.build/arm64-apple-macosx/debug/FacebookLogin.build/DerivedSources/resource_bundle_accessor.swift b/.build/arm64-apple-macosx/debug/FacebookLogin.build/DerivedSources/resource_bundle_accessor.swift
new file mode 100644
index 0000000000..716377932d
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/FacebookLogin.build/DerivedSources/resource_bundle_accessor.swift
@@ -0,0 +1,17 @@
+import Foundation
+
+extension Foundation.Bundle {
+ static let module: Bundle = {
+ let mainPath = Bundle.main.bundleURL.appendingPathComponent("Facebook_FacebookLogin.bundle").path
+ let buildPath = "/Users/andrew/Documents/GitHub/facebook-ios-sdk/.build/arm64-apple-macosx/debug/Facebook_FacebookLogin.bundle"
+
+ let preferredBundle = Bundle(path: mainPath)
+
+ guard let bundle = preferredBundle ?? Bundle(path: buildPath) else {
+ // Users can write a function called fatalError themselves, we should be resilient against that.
+ Swift.fatalError("could not load resource bundle: from \(mainPath) or \(buildPath)")
+ }
+
+ return bundle
+ }()
+}
\ No newline at end of file
diff --git a/.build/arm64-apple-macosx/debug/FacebookLogin.build/module.modulemap b/.build/arm64-apple-macosx/debug/FacebookLogin.build/module.modulemap
new file mode 100644
index 0000000000..a155254181
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/FacebookLogin.build/module.modulemap
@@ -0,0 +1,4 @@
+module FacebookLogin {
+ header "/Users/andrew/Documents/GitHub/facebook-ios-sdk/.build/arm64-apple-macosx/debug/FacebookLogin.build/FacebookLogin-Swift.h"
+ requires objc
+}
diff --git a/.build/arm64-apple-macosx/debug/FacebookShare.build/DerivedSources/resource_bundle_accessor.swift b/.build/arm64-apple-macosx/debug/FacebookShare.build/DerivedSources/resource_bundle_accessor.swift
new file mode 100644
index 0000000000..b14aa44a97
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/FacebookShare.build/DerivedSources/resource_bundle_accessor.swift
@@ -0,0 +1,17 @@
+import Foundation
+
+extension Foundation.Bundle {
+ static let module: Bundle = {
+ let mainPath = Bundle.main.bundleURL.appendingPathComponent("Facebook_FacebookShare.bundle").path
+ let buildPath = "/Users/andrew/Documents/GitHub/facebook-ios-sdk/.build/arm64-apple-macosx/debug/Facebook_FacebookShare.bundle"
+
+ let preferredBundle = Bundle(path: mainPath)
+
+ guard let bundle = preferredBundle ?? Bundle(path: buildPath) else {
+ // Users can write a function called fatalError themselves, we should be resilient against that.
+ Swift.fatalError("could not load resource bundle: from \(mainPath) or \(buildPath)")
+ }
+
+ return bundle
+ }()
+}
\ No newline at end of file
diff --git a/.build/arm64-apple-macosx/debug/FacebookShare.build/module.modulemap b/.build/arm64-apple-macosx/debug/FacebookShare.build/module.modulemap
new file mode 100644
index 0000000000..991601f7e2
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/FacebookShare.build/module.modulemap
@@ -0,0 +1,4 @@
+module FacebookShare {
+ header "/Users/andrew/Documents/GitHub/facebook-ios-sdk/.build/arm64-apple-macosx/debug/FacebookShare.build/FacebookShare-Swift.h"
+ requires objc
+}
diff --git a/.build/arm64-apple-macosx/debug/index/db/v13/p72715--1c4fae/data.mdb b/.build/arm64-apple-macosx/debug/index/db/v13/p72715--1c4fae/data.mdb
new file mode 100644
index 0000000000..aa89ad86a0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/db/v13/p72715--1c4fae/data.mdb differ
diff --git a/.build/arm64-apple-macosx/debug/index/db/v13/p72715--1c4fae/lock.mdb b/.build/arm64-apple-macosx/debug/index/db/v13/p72715--1c4fae/lock.mdb
new file mode 100644
index 0000000000..04bca0afa2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/db/v13/p72715--1c4fae/lock.mdb differ
diff --git a/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/Info.plist b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/Info.plist
new file mode 100644
index 0000000000..5d891cb333
--- /dev/null
+++ b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/Info.plist
@@ -0,0 +1,67 @@
+
+
+
+
+ AvailableLibraries
+
+
+ BinaryPath
+ FBAEMKit.framework/Versions/A/FBAEMKit
+ DebugSymbolsPath
+ dSYMs
+ LibraryIdentifier
+ ios-arm64_x86_64-maccatalyst
+ LibraryPath
+ FBAEMKit.framework
+ SupportedArchitectures
+
+ arm64
+ x86_64
+
+ SupportedPlatform
+ ios
+ SupportedPlatformVariant
+ maccatalyst
+
+
+ BinaryPath
+ FBAEMKit.framework/FBAEMKit
+ DebugSymbolsPath
+ dSYMs
+ LibraryIdentifier
+ ios-arm64
+ LibraryPath
+ FBAEMKit.framework
+ SupportedArchitectures
+
+ arm64
+
+ SupportedPlatform
+ ios
+
+
+ BinaryPath
+ FBAEMKit.framework/FBAEMKit
+ DebugSymbolsPath
+ dSYMs
+ LibraryIdentifier
+ ios-arm64_x86_64-simulator
+ LibraryPath
+ FBAEMKit.framework
+ SupportedArchitectures
+
+ arm64
+ x86_64
+
+ SupportedPlatform
+ ios
+ SupportedPlatformVariant
+ simulator
+
+
+ CFBundlePackageType
+ XFWK
+ XCFrameworkFormatVersion
+ 1.0
+
+
diff --git a/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/LICENSE b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/LICENSE
new file mode 100644
index 0000000000..2eecb6254a
--- /dev/null
+++ b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/LICENSE
@@ -0,0 +1,17 @@
+Copyright (c) Meta Platforms, Inc. and affiliates. All rights reserved.
+
+You are hereby granted a non-exclusive, worldwide, royalty-free license to use,
+copy, modify, and distribute this software in source code or binary form for use
+in connection with the web services and APIs provided by Facebook.
+
+As with any software that integrates with the Facebook platform, your use of
+this software is subject to the Facebook Platform Policy
+[http://developers.facebook.com/policy/]. This copyright notice shall be
+included in all copies or substantial portions of the software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
+FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
+COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
+IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/_CodeSignature/CodeDirectory b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/_CodeSignature/CodeDirectory
new file mode 100644
index 0000000000..38a447e68a
Binary files /dev/null and b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/_CodeSignature/CodeDirectory differ
diff --git a/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/_CodeSignature/CodeRequirements b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/_CodeSignature/CodeRequirements
new file mode 100644
index 0000000000..61cfb1e886
Binary files /dev/null and b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/_CodeSignature/CodeRequirements differ
diff --git a/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/_CodeSignature/CodeRequirements-1 b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/_CodeSignature/CodeRequirements-1
new file mode 100644
index 0000000000..e973e56edf
Binary files /dev/null and b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/_CodeSignature/CodeRequirements-1 differ
diff --git a/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/_CodeSignature/CodeResources b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/_CodeSignature/CodeResources
new file mode 100644
index 0000000000..1e01e315cd
--- /dev/null
+++ b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/_CodeSignature/CodeResources
@@ -0,0 +1,873 @@
+
+
+
+
+ files
+
+ LICENSE
+
+ 42oX9oAD1yj/wA6aqkh1wyx+qqA=
+
+ ios-arm64/FBAEMKit.framework/FBAEMKit
+
+ XnQ8dnTbxL8H7fnyoeyP/bpxJeQ=
+
+ ios-arm64/FBAEMKit.framework/Headers/FBAEMKit-Swift.h
+
+ XwfElLRDNnpKKn0PH/hO9BM6QRU=
+
+ ios-arm64/FBAEMKit.framework/Info.plist
+
+ 3AcovXmXg/NW2fKS6flD9Ed8/fo=
+
+ ios-arm64/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/arm64-apple-ios.abi.json
+
+ Ga5Zq0Y7p4WAdjbg0ajJM+5Jk8Y=
+
+ ios-arm64/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/arm64-apple-ios.private.swiftinterface
+
+ vuOt4lh95Y0TvldvN/y3KNDKZfs=
+
+ ios-arm64/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/arm64-apple-ios.swiftdoc
+
+ nb9852QDL6O4NKXWpLS4zgC6tQ8=
+
+ ios-arm64/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/arm64-apple-ios.swiftinterface
+
+ vuOt4lh95Y0TvldvN/y3KNDKZfs=
+
+ ios-arm64/FBAEMKit.framework/Modules/module.modulemap
+
+ Ci3QIdviXpIzxSC88i1rGvW2cSs=
+
+ ios-arm64/FBAEMKit.framework/PrivacyInfo.xcprivacy
+
+ Fo7sebV/R02g8kqyPtqICO8eVyI=
+
+ ios-arm64/FBAEMKit.framework/_CodeSignature/CodeResources
+
+ JZc7dTRhe+Re+Rj7llIIoZEv0Ls=
+
+ ios-arm64/dSYMs/FBAEMKit.framework.dSYM/Contents/Info.plist
+
+ Ht7xXl1BxecDnyZ8RoJfM+za4BI=
+
+ ios-arm64/dSYMs/FBAEMKit.framework.dSYM/Contents/Resources/DWARF/FBAEMKit
+
+ HUEe/4AC/p6/C0jeG60GPhg56J0=
+
+ ios-arm64/dSYMs/FBAEMKit.framework.dSYM/Contents/Resources/Relocations/aarch64/FBAEMKit.yml
+
+ nRBsO5Ivvcwrm6603jkz8D7Gwlo=
+
+ ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/FBAEMKit
+
+ Vz6SDFNYkXfP/C6vUOGT5/B41bI=
+
+ ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/Headers/FBAEMKit-Swift.h
+
+ 7sS/nlKqm4Wov9u8GGLhdrKFOFY=
+
+ ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/Modules/FBAEMKit.swiftmodule/arm64-apple-ios-macabi.abi.json
+
+ Ga5Zq0Y7p4WAdjbg0ajJM+5Jk8Y=
+
+ ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/Modules/FBAEMKit.swiftmodule/arm64-apple-ios-macabi.private.swiftinterface
+
+ MO1TrGA4m9oCtdnCAO0EbR07LKQ=
+
+ ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/Modules/FBAEMKit.swiftmodule/arm64-apple-ios-macabi.swiftdoc
+
+ OkYO43wY1y0NN0zzA8+AsT+MDJE=
+
+ ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/Modules/FBAEMKit.swiftmodule/arm64-apple-ios-macabi.swiftinterface
+
+ MO1TrGA4m9oCtdnCAO0EbR07LKQ=
+
+ ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/Modules/FBAEMKit.swiftmodule/x86_64-apple-ios-macabi.abi.json
+
+ Ga5Zq0Y7p4WAdjbg0ajJM+5Jk8Y=
+
+ ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/Modules/FBAEMKit.swiftmodule/x86_64-apple-ios-macabi.private.swiftinterface
+
+ LeloTBayKYzvy1My8aTPDkYKoVM=
+
+ ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/Modules/FBAEMKit.swiftmodule/x86_64-apple-ios-macabi.swiftdoc
+
+ WOqpjF2fH3ZciGxFwbdpLzqULxM=
+
+ ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/Modules/FBAEMKit.swiftmodule/x86_64-apple-ios-macabi.swiftinterface
+
+ LeloTBayKYzvy1My8aTPDkYKoVM=
+
+ ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/Modules/module.modulemap
+
+ Ci3QIdviXpIzxSC88i1rGvW2cSs=
+
+ ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/Resources/Info.plist
+
+ mYNfT9UkR9qOCQET6QPdU2Rd6Pw=
+
+ ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/Resources/PrivacyInfo.xcprivacy
+
+ Fo7sebV/R02g8kqyPtqICO8eVyI=
+
+ ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/_CodeSignature/CodeResources
+
+ UuqVqfKqmKf1cT5HcbbEVmVANkA=
+
+ ios-arm64_x86_64-maccatalyst/dSYMs/FBAEMKit.framework.dSYM/Contents/Info.plist
+
+ Ht7xXl1BxecDnyZ8RoJfM+za4BI=
+
+ ios-arm64_x86_64-maccatalyst/dSYMs/FBAEMKit.framework.dSYM/Contents/Resources/DWARF/FBAEMKit
+
+ Gqp+owCrQ1p6EaPbQCQpIhSmk/Y=
+
+ ios-arm64_x86_64-maccatalyst/dSYMs/FBAEMKit.framework.dSYM/Contents/Resources/Relocations/aarch64/FBAEMKit.yml
+
+ SaT/0gPKP7X06UK9uRN0FqZcn8A=
+
+ ios-arm64_x86_64-maccatalyst/dSYMs/FBAEMKit.framework.dSYM/Contents/Resources/Relocations/x86_64/FBAEMKit.yml
+
+ iSVc74qNkP3pa1TO96c/NHNKy8A=
+
+ ios-arm64_x86_64-simulator/FBAEMKit.framework/FBAEMKit
+
+ Phjy+b2HIMlgiHna0iEvervkO2I=
+
+ ios-arm64_x86_64-simulator/FBAEMKit.framework/Headers/FBAEMKit-Swift.h
+
+ 7sS/nlKqm4Wov9u8GGLhdrKFOFY=
+
+ ios-arm64_x86_64-simulator/FBAEMKit.framework/Info.plist
+
+ LKi3n34QmlNgUFvFtrxW5nmrESo=
+
+ ios-arm64_x86_64-simulator/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/arm64-apple-ios-simulator.abi.json
+
+ Ga5Zq0Y7p4WAdjbg0ajJM+5Jk8Y=
+
+ ios-arm64_x86_64-simulator/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface
+
+ o+7uaJqh/sAx1Tf2xiGSBVExosE=
+
+ ios-arm64_x86_64-simulator/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/arm64-apple-ios-simulator.swiftdoc
+
+ zJaXLkkA6yIO2IF1tP55khlzpg0=
+
+ ios-arm64_x86_64-simulator/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/arm64-apple-ios-simulator.swiftinterface
+
+ o+7uaJqh/sAx1Tf2xiGSBVExosE=
+
+ ios-arm64_x86_64-simulator/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/x86_64-apple-ios-simulator.abi.json
+
+ Ga5Zq0Y7p4WAdjbg0ajJM+5Jk8Y=
+
+ ios-arm64_x86_64-simulator/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface
+
+ iEuyJdx39q5xkazPBRMuG8QnpjQ=
+
+ ios-arm64_x86_64-simulator/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc
+
+ eCU8L9BgWw+wbfH5k6uK6cqUJCg=
+
+ ios-arm64_x86_64-simulator/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
+
+ iEuyJdx39q5xkazPBRMuG8QnpjQ=
+
+ ios-arm64_x86_64-simulator/FBAEMKit.framework/Modules/module.modulemap
+
+ Ci3QIdviXpIzxSC88i1rGvW2cSs=
+
+ ios-arm64_x86_64-simulator/FBAEMKit.framework/PrivacyInfo.xcprivacy
+
+ Fo7sebV/R02g8kqyPtqICO8eVyI=
+
+ ios-arm64_x86_64-simulator/FBAEMKit.framework/_CodeSignature/CodeResources
+
+ 1PiWatQemAftRxPAmw9dROpMTRw=
+
+ ios-arm64_x86_64-simulator/dSYMs/FBAEMKit.framework.dSYM/Contents/Info.plist
+
+ Ht7xXl1BxecDnyZ8RoJfM+za4BI=
+
+ ios-arm64_x86_64-simulator/dSYMs/FBAEMKit.framework.dSYM/Contents/Resources/DWARF/FBAEMKit
+
+ xxC/tD0QmEL3Dc2Gx1NdLDJsxPo=
+
+ ios-arm64_x86_64-simulator/dSYMs/FBAEMKit.framework.dSYM/Contents/Resources/Relocations/aarch64/FBAEMKit.yml
+
+ BqMGg0SiTn3lsl0eZaZG48HXe9M=
+
+ ios-arm64_x86_64-simulator/dSYMs/FBAEMKit.framework.dSYM/Contents/Resources/Relocations/x86_64/FBAEMKit.yml
+
+ VoMiG6xhI9qDG8f8zC7DVFSrnaU=
+
+
+ files2
+
+ LICENSE
+
+ hash
+
+ 42oX9oAD1yj/wA6aqkh1wyx+qqA=
+
+ hash2
+
+ JGiNyKThXtEPUCL2A80E+FzHN+UTW+RkFoApZE8iHm8=
+
+
+ ios-arm64/FBAEMKit.framework/FBAEMKit
+
+ hash
+
+ XnQ8dnTbxL8H7fnyoeyP/bpxJeQ=
+
+ hash2
+
+ efHaffIaGqYsG/gJKSW+06FDDDAriZTUwtBnO2GJIJA=
+
+
+ ios-arm64/FBAEMKit.framework/Headers/FBAEMKit-Swift.h
+
+ hash
+
+ XwfElLRDNnpKKn0PH/hO9BM6QRU=
+
+ hash2
+
+ GImGAI1xnOe3jvV+cbROfPGbUXhQPKpIfyqbrRqfgOI=
+
+
+ ios-arm64/FBAEMKit.framework/Info.plist
+
+ hash
+
+ 3AcovXmXg/NW2fKS6flD9Ed8/fo=
+
+ hash2
+
+ bdLClcQU5xDK+tIebVrC8IxySFj6b3N5qcIuT7yaXz4=
+
+
+ ios-arm64/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/arm64-apple-ios.abi.json
+
+ hash
+
+ Ga5Zq0Y7p4WAdjbg0ajJM+5Jk8Y=
+
+ hash2
+
+ nzRFG4uUg7fv/vpWYei74jBOhgBUvPF7c3p0uHnyWtM=
+
+
+ ios-arm64/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/arm64-apple-ios.private.swiftinterface
+
+ hash
+
+ vuOt4lh95Y0TvldvN/y3KNDKZfs=
+
+ hash2
+
+ z/WKCqfpEndXznM7q+3+k6CfNqCAVHFlJQ+73I3leD0=
+
+
+ ios-arm64/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/arm64-apple-ios.swiftdoc
+
+ hash
+
+ nb9852QDL6O4NKXWpLS4zgC6tQ8=
+
+ hash2
+
+ wyQas2yzjsYVhwrz030g2aq0yBDc4YNETg4qd+GtQ+Y=
+
+
+ ios-arm64/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/arm64-apple-ios.swiftinterface
+
+ hash
+
+ vuOt4lh95Y0TvldvN/y3KNDKZfs=
+
+ hash2
+
+ z/WKCqfpEndXznM7q+3+k6CfNqCAVHFlJQ+73I3leD0=
+
+
+ ios-arm64/FBAEMKit.framework/Modules/module.modulemap
+
+ hash
+
+ Ci3QIdviXpIzxSC88i1rGvW2cSs=
+
+ hash2
+
+ jq+nSulDKiN4tenILjgXg82TzM040TCurYFTCVRKXxM=
+
+
+ ios-arm64/FBAEMKit.framework/PrivacyInfo.xcprivacy
+
+ hash
+
+ Fo7sebV/R02g8kqyPtqICO8eVyI=
+
+ hash2
+
+ ZFIpWmrSklTJLGaAOPLGos/UQMB82oH4FOmWrCFbhBU=
+
+
+ ios-arm64/FBAEMKit.framework/_CodeSignature/CodeResources
+
+ hash
+
+ JZc7dTRhe+Re+Rj7llIIoZEv0Ls=
+
+ hash2
+
+ 3gqy8DMqQC44ncBvSHdZAqzjsjqIcqBwAhAED2W1hPA=
+
+
+ ios-arm64/dSYMs/FBAEMKit.framework.dSYM/Contents/Info.plist
+
+ hash
+
+ Ht7xXl1BxecDnyZ8RoJfM+za4BI=
+
+ hash2
+
+ 73KQKt3mIkGVtvxG8wz+TdQX6/3VcfFKHQJQq6ed6MA=
+
+
+ ios-arm64/dSYMs/FBAEMKit.framework.dSYM/Contents/Resources/DWARF/FBAEMKit
+
+ hash
+
+ HUEe/4AC/p6/C0jeG60GPhg56J0=
+
+ hash2
+
+ fRM+FortVB1mMZyqD3+IY0yUXqCg9Ijer68MocIwMR8=
+
+
+ ios-arm64/dSYMs/FBAEMKit.framework.dSYM/Contents/Resources/Relocations/aarch64/FBAEMKit.yml
+
+ hash
+
+ nRBsO5Ivvcwrm6603jkz8D7Gwlo=
+
+ hash2
+
+ MvgZ8xSGGjoVpDLD3Hjh4LS9Gm5ii0rXtbalBjNFTn0=
+
+
+ ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/FBAEMKit
+
+ symlink
+ Versions/Current/FBAEMKit
+
+ ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Headers
+
+ symlink
+ Versions/Current/Headers
+
+ ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Modules
+
+ symlink
+ Versions/Current/Modules
+
+ ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Resources
+
+ symlink
+ Versions/Current/Resources
+
+ ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/FBAEMKit
+
+ hash
+
+ Vz6SDFNYkXfP/C6vUOGT5/B41bI=
+
+ hash2
+
+ dejCyo8smUNsTMN5Gu+epHipKZFUHLIcepEfIp2AQzQ=
+
+
+ ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/Headers/FBAEMKit-Swift.h
+
+ hash
+
+ 7sS/nlKqm4Wov9u8GGLhdrKFOFY=
+
+ hash2
+
+ rnoOnLQ4Ls7PXoieTZ+/SZby/qY9o1psqoiAc8qJxKM=
+
+
+ ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/Modules/FBAEMKit.swiftmodule/arm64-apple-ios-macabi.abi.json
+
+ hash
+
+ Ga5Zq0Y7p4WAdjbg0ajJM+5Jk8Y=
+
+ hash2
+
+ nzRFG4uUg7fv/vpWYei74jBOhgBUvPF7c3p0uHnyWtM=
+
+
+ ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/Modules/FBAEMKit.swiftmodule/arm64-apple-ios-macabi.private.swiftinterface
+
+ hash
+
+ MO1TrGA4m9oCtdnCAO0EbR07LKQ=
+
+ hash2
+
+ aku9cybKdeyGKDjeFNP2CFlEHeADke7u6kJrxQrasXg=
+
+
+ ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/Modules/FBAEMKit.swiftmodule/arm64-apple-ios-macabi.swiftdoc
+
+ hash
+
+ OkYO43wY1y0NN0zzA8+AsT+MDJE=
+
+ hash2
+
+ zJB9/TquAluszrvxDZ/RlnQbtfxyXZY9WKp+71LZsj4=
+
+
+ ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/Modules/FBAEMKit.swiftmodule/arm64-apple-ios-macabi.swiftinterface
+
+ hash
+
+ MO1TrGA4m9oCtdnCAO0EbR07LKQ=
+
+ hash2
+
+ aku9cybKdeyGKDjeFNP2CFlEHeADke7u6kJrxQrasXg=
+
+
+ ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/Modules/FBAEMKit.swiftmodule/x86_64-apple-ios-macabi.abi.json
+
+ hash
+
+ Ga5Zq0Y7p4WAdjbg0ajJM+5Jk8Y=
+
+ hash2
+
+ nzRFG4uUg7fv/vpWYei74jBOhgBUvPF7c3p0uHnyWtM=
+
+
+ ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/Modules/FBAEMKit.swiftmodule/x86_64-apple-ios-macabi.private.swiftinterface
+
+ hash
+
+ LeloTBayKYzvy1My8aTPDkYKoVM=
+
+ hash2
+
+ M4c8FtwmzDceC3gx3FZiaWBMwIyUA7qsI1foAS9Y83k=
+
+
+ ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/Modules/FBAEMKit.swiftmodule/x86_64-apple-ios-macabi.swiftdoc
+
+ hash
+
+ WOqpjF2fH3ZciGxFwbdpLzqULxM=
+
+ hash2
+
+ VpGERY4YXc1E8LgyJ5s26ZDzj1RMV1HFbd9URQ0ZPnY=
+
+
+ ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/Modules/FBAEMKit.swiftmodule/x86_64-apple-ios-macabi.swiftinterface
+
+ hash
+
+ LeloTBayKYzvy1My8aTPDkYKoVM=
+
+ hash2
+
+ M4c8FtwmzDceC3gx3FZiaWBMwIyUA7qsI1foAS9Y83k=
+
+
+ ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/Modules/module.modulemap
+
+ hash
+
+ Ci3QIdviXpIzxSC88i1rGvW2cSs=
+
+ hash2
+
+ jq+nSulDKiN4tenILjgXg82TzM040TCurYFTCVRKXxM=
+
+
+ ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/Resources/Info.plist
+
+ hash
+
+ mYNfT9UkR9qOCQET6QPdU2Rd6Pw=
+
+ hash2
+
+ YRh9OJSw3EvJ43KUYRhdo2kukWB5f3KSDs8/iP8mXns=
+
+
+ ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/Resources/PrivacyInfo.xcprivacy
+
+ hash
+
+ Fo7sebV/R02g8kqyPtqICO8eVyI=
+
+ hash2
+
+ ZFIpWmrSklTJLGaAOPLGos/UQMB82oH4FOmWrCFbhBU=
+
+
+ ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/_CodeSignature/CodeResources
+
+ hash
+
+ UuqVqfKqmKf1cT5HcbbEVmVANkA=
+
+ hash2
+
+ LflUGlJ3i7+S2VW0JhqtP1QmdSBptY4AoefXNfw2vfg=
+
+
+ ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/Current
+
+ symlink
+ A
+
+ ios-arm64_x86_64-maccatalyst/dSYMs/FBAEMKit.framework.dSYM/Contents/Info.plist
+
+ hash
+
+ Ht7xXl1BxecDnyZ8RoJfM+za4BI=
+
+ hash2
+
+ 73KQKt3mIkGVtvxG8wz+TdQX6/3VcfFKHQJQq6ed6MA=
+
+
+ ios-arm64_x86_64-maccatalyst/dSYMs/FBAEMKit.framework.dSYM/Contents/Resources/DWARF/FBAEMKit
+
+ hash
+
+ Gqp+owCrQ1p6EaPbQCQpIhSmk/Y=
+
+ hash2
+
+ c5FlJSs3oMgmcBQpKYUitO/VKZAwSIgRL5+N5OetrNU=
+
+
+ ios-arm64_x86_64-maccatalyst/dSYMs/FBAEMKit.framework.dSYM/Contents/Resources/Relocations/aarch64/FBAEMKit.yml
+
+ hash
+
+ SaT/0gPKP7X06UK9uRN0FqZcn8A=
+
+ hash2
+
+ H1kr/Frows8yzPrJYLWb8QndzYDOqadG4nHXh9MAGDg=
+
+
+ ios-arm64_x86_64-maccatalyst/dSYMs/FBAEMKit.framework.dSYM/Contents/Resources/Relocations/x86_64/FBAEMKit.yml
+
+ hash
+
+ iSVc74qNkP3pa1TO96c/NHNKy8A=
+
+ hash2
+
+ yWPCOCLSRquw05wyagbivVywtWcE7VBmMaR8+HdcEFI=
+
+
+ ios-arm64_x86_64-simulator/FBAEMKit.framework/FBAEMKit
+
+ hash
+
+ Phjy+b2HIMlgiHna0iEvervkO2I=
+
+ hash2
+
+ jjDoG2bSi6tXwxw7GHZWu5HA3o3pfVcwca3KUjD+L2g=
+
+
+ ios-arm64_x86_64-simulator/FBAEMKit.framework/Headers/FBAEMKit-Swift.h
+
+ hash
+
+ 7sS/nlKqm4Wov9u8GGLhdrKFOFY=
+
+ hash2
+
+ rnoOnLQ4Ls7PXoieTZ+/SZby/qY9o1psqoiAc8qJxKM=
+
+
+ ios-arm64_x86_64-simulator/FBAEMKit.framework/Info.plist
+
+ hash
+
+ LKi3n34QmlNgUFvFtrxW5nmrESo=
+
+ hash2
+
+ s47uuQpcCc4uGtDdlK+0rM/XnM7od3T5ON3gcCcznak=
+
+
+ ios-arm64_x86_64-simulator/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/arm64-apple-ios-simulator.abi.json
+
+ hash
+
+ Ga5Zq0Y7p4WAdjbg0ajJM+5Jk8Y=
+
+ hash2
+
+ nzRFG4uUg7fv/vpWYei74jBOhgBUvPF7c3p0uHnyWtM=
+
+
+ ios-arm64_x86_64-simulator/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface
+
+ hash
+
+ o+7uaJqh/sAx1Tf2xiGSBVExosE=
+
+ hash2
+
+ FNSe3QaY5n/t5GHRf3LdCbL0ZQBHUCUhEFGTt4y8Wxo=
+
+
+ ios-arm64_x86_64-simulator/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/arm64-apple-ios-simulator.swiftdoc
+
+ hash
+
+ zJaXLkkA6yIO2IF1tP55khlzpg0=
+
+ hash2
+
+ AM3qM4pBd8dSfu1jbLD9SssEcT1XyHtBYgyOqPYfhh0=
+
+
+ ios-arm64_x86_64-simulator/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/arm64-apple-ios-simulator.swiftinterface
+
+ hash
+
+ o+7uaJqh/sAx1Tf2xiGSBVExosE=
+
+ hash2
+
+ FNSe3QaY5n/t5GHRf3LdCbL0ZQBHUCUhEFGTt4y8Wxo=
+
+
+ ios-arm64_x86_64-simulator/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/x86_64-apple-ios-simulator.abi.json
+
+ hash
+
+ Ga5Zq0Y7p4WAdjbg0ajJM+5Jk8Y=
+
+ hash2
+
+ nzRFG4uUg7fv/vpWYei74jBOhgBUvPF7c3p0uHnyWtM=
+
+
+ ios-arm64_x86_64-simulator/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface
+
+ hash
+
+ iEuyJdx39q5xkazPBRMuG8QnpjQ=
+
+ hash2
+
+ ncIlY8ww+d3SpvUFqBLdG0quFn6l7dPZ/GOcAJvIGeQ=
+
+
+ ios-arm64_x86_64-simulator/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc
+
+ hash
+
+ eCU8L9BgWw+wbfH5k6uK6cqUJCg=
+
+ hash2
+
+ Sn+Fr2y6BA70VnenLXs6yHz2l7MDrqCJd7dJbaj4K1Q=
+
+
+ ios-arm64_x86_64-simulator/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
+
+ hash
+
+ iEuyJdx39q5xkazPBRMuG8QnpjQ=
+
+ hash2
+
+ ncIlY8ww+d3SpvUFqBLdG0quFn6l7dPZ/GOcAJvIGeQ=
+
+
+ ios-arm64_x86_64-simulator/FBAEMKit.framework/Modules/module.modulemap
+
+ hash
+
+ Ci3QIdviXpIzxSC88i1rGvW2cSs=
+
+ hash2
+
+ jq+nSulDKiN4tenILjgXg82TzM040TCurYFTCVRKXxM=
+
+
+ ios-arm64_x86_64-simulator/FBAEMKit.framework/PrivacyInfo.xcprivacy
+
+ hash
+
+ Fo7sebV/R02g8kqyPtqICO8eVyI=
+
+ hash2
+
+ ZFIpWmrSklTJLGaAOPLGos/UQMB82oH4FOmWrCFbhBU=
+
+
+ ios-arm64_x86_64-simulator/FBAEMKit.framework/_CodeSignature/CodeResources
+
+ hash
+
+ 1PiWatQemAftRxPAmw9dROpMTRw=
+
+ hash2
+
+ MZVmhu6R0DaaQnnAAHPdwncZL/DdPumyXJbMPYRSTy8=
+
+
+ ios-arm64_x86_64-simulator/dSYMs/FBAEMKit.framework.dSYM/Contents/Info.plist
+
+ hash
+
+ Ht7xXl1BxecDnyZ8RoJfM+za4BI=
+
+ hash2
+
+ 73KQKt3mIkGVtvxG8wz+TdQX6/3VcfFKHQJQq6ed6MA=
+
+
+ ios-arm64_x86_64-simulator/dSYMs/FBAEMKit.framework.dSYM/Contents/Resources/DWARF/FBAEMKit
+
+ hash
+
+ xxC/tD0QmEL3Dc2Gx1NdLDJsxPo=
+
+ hash2
+
+ Jhu+h1QcQK3vbepgy8I7+s2tAAq3iYpEZUgP6vmcbMQ=
+
+
+ ios-arm64_x86_64-simulator/dSYMs/FBAEMKit.framework.dSYM/Contents/Resources/Relocations/aarch64/FBAEMKit.yml
+
+ hash
+
+ BqMGg0SiTn3lsl0eZaZG48HXe9M=
+
+ hash2
+
+ 4qGJlbuzAxaPo1LyI7xs0T1zUjLKLMgtrV3Y5cZ2R08=
+
+
+ ios-arm64_x86_64-simulator/dSYMs/FBAEMKit.framework.dSYM/Contents/Resources/Relocations/x86_64/FBAEMKit.yml
+
+ hash
+
+ VoMiG6xhI9qDG8f8zC7DVFSrnaU=
+
+ hash2
+
+ DhoF5XPDl6YeXQBs1hj9nSzyvd8uN8lsyNW/oxDWZ7I=
+
+
+
+ rules
+
+ ^.*
+
+ ^.*\.lproj/
+
+ optional
+
+ weight
+ 1000
+
+ ^.*\.lproj/locversion.plist$
+
+ omit
+
+ weight
+ 1100
+
+ ^Base\.lproj/
+
+ weight
+ 1010
+
+ ^version.plist$
+
+
+ rules2
+
+ .*\.dSYM($|/)
+
+ weight
+ 11
+
+ ^(.*/)?\.DS_Store$
+
+ omit
+
+ weight
+ 2000
+
+ ^.*
+
+ ^.*\.lproj/
+
+ optional
+
+ weight
+ 1000
+
+ ^.*\.lproj/locversion.plist$
+
+ omit
+
+ weight
+ 1100
+
+ ^Base\.lproj/
+
+ weight
+ 1010
+
+ ^Info\.plist$
+
+ omit
+
+ weight
+ 20
+
+ ^PkgInfo$
+
+ omit
+
+ weight
+ 20
+
+ ^embedded\.provisionprofile$
+
+ weight
+ 20
+
+ ^version\.plist$
+
+ weight
+ 20
+
+
+
+
diff --git a/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/_CodeSignature/CodeSignature b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/_CodeSignature/CodeSignature
new file mode 100644
index 0000000000..25353a7d3e
Binary files /dev/null and b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/_CodeSignature/CodeSignature differ
diff --git a/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64/FBAEMKit.framework/FBAEMKit b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64/FBAEMKit.framework/FBAEMKit
new file mode 100755
index 0000000000..600f8da05a
Binary files /dev/null and b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64/FBAEMKit.framework/FBAEMKit differ
diff --git a/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64/FBAEMKit.framework/Headers/FBAEMKit-Swift.h b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64/FBAEMKit.framework/Headers/FBAEMKit-Swift.h
new file mode 100644
index 0000000000..bec81bddd2
--- /dev/null
+++ b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64/FBAEMKit.framework/Headers/FBAEMKit-Swift.h
@@ -0,0 +1,359 @@
+#if 0
+#elif defined(__arm64__) && __arm64__
+// Generated by Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4)
+#ifndef FBAEMKIT_SWIFT_H
+#define FBAEMKIT_SWIFT_H
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wgcc-compat"
+
+#if !defined(__has_include)
+# define __has_include(x) 0
+#endif
+#if !defined(__has_attribute)
+# define __has_attribute(x) 0
+#endif
+#if !defined(__has_feature)
+# define __has_feature(x) 0
+#endif
+#if !defined(__has_warning)
+# define __has_warning(x) 0
+#endif
+
+#if __has_include()
+# include
+#endif
+
+#pragma clang diagnostic ignored "-Wauto-import"
+#if defined(__OBJC__)
+#include
+#endif
+#if defined(__cplusplus)
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#else
+#include
+#include
+#include
+#include
+#endif
+#if defined(__cplusplus)
+#if defined(__arm64e__) && __has_include()
+# include
+#else
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wreserved-macro-identifier"
+# ifndef __ptrauth_swift_value_witness_function_pointer
+# define __ptrauth_swift_value_witness_function_pointer(x)
+# endif
+# ifndef __ptrauth_swift_class_method_pointer
+# define __ptrauth_swift_class_method_pointer(x)
+# endif
+#pragma clang diagnostic pop
+#endif
+#endif
+
+#if !defined(SWIFT_TYPEDEFS)
+# define SWIFT_TYPEDEFS 1
+# if __has_include()
+# include
+# elif !defined(__cplusplus)
+typedef uint_least16_t char16_t;
+typedef uint_least32_t char32_t;
+# endif
+typedef float swift_float2 __attribute__((__ext_vector_type__(2)));
+typedef float swift_float3 __attribute__((__ext_vector_type__(3)));
+typedef float swift_float4 __attribute__((__ext_vector_type__(4)));
+typedef double swift_double2 __attribute__((__ext_vector_type__(2)));
+typedef double swift_double3 __attribute__((__ext_vector_type__(3)));
+typedef double swift_double4 __attribute__((__ext_vector_type__(4)));
+typedef int swift_int2 __attribute__((__ext_vector_type__(2)));
+typedef int swift_int3 __attribute__((__ext_vector_type__(3)));
+typedef int swift_int4 __attribute__((__ext_vector_type__(4)));
+typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2)));
+typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3)));
+typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
+#endif
+
+#if !defined(SWIFT_PASTE)
+# define SWIFT_PASTE_HELPER(x, y) x##y
+# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y)
+#endif
+#if !defined(SWIFT_METATYPE)
+# define SWIFT_METATYPE(X) Class
+#endif
+#if !defined(SWIFT_CLASS_PROPERTY)
+# if __has_feature(objc_class_property)
+# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__
+# else
+# define SWIFT_CLASS_PROPERTY(...)
+# endif
+#endif
+#if !defined(SWIFT_RUNTIME_NAME)
+# if __has_attribute(objc_runtime_name)
+# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
+# else
+# define SWIFT_RUNTIME_NAME(X)
+# endif
+#endif
+#if !defined(SWIFT_COMPILE_NAME)
+# if __has_attribute(swift_name)
+# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
+# else
+# define SWIFT_COMPILE_NAME(X)
+# endif
+#endif
+#if !defined(SWIFT_METHOD_FAMILY)
+# if __has_attribute(objc_method_family)
+# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
+# else
+# define SWIFT_METHOD_FAMILY(X)
+# endif
+#endif
+#if !defined(SWIFT_NOESCAPE)
+# if __has_attribute(noescape)
+# define SWIFT_NOESCAPE __attribute__((noescape))
+# else
+# define SWIFT_NOESCAPE
+# endif
+#endif
+#if !defined(SWIFT_RELEASES_ARGUMENT)
+# if __has_attribute(ns_consumed)
+# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
+# else
+# define SWIFT_RELEASES_ARGUMENT
+# endif
+#endif
+#if !defined(SWIFT_WARN_UNUSED_RESULT)
+# if __has_attribute(warn_unused_result)
+# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
+# else
+# define SWIFT_WARN_UNUSED_RESULT
+# endif
+#endif
+#if !defined(SWIFT_NORETURN)
+# if __has_attribute(noreturn)
+# define SWIFT_NORETURN __attribute__((noreturn))
+# else
+# define SWIFT_NORETURN
+# endif
+#endif
+#if !defined(SWIFT_CLASS_EXTRA)
+# define SWIFT_CLASS_EXTRA
+#endif
+#if !defined(SWIFT_PROTOCOL_EXTRA)
+# define SWIFT_PROTOCOL_EXTRA
+#endif
+#if !defined(SWIFT_ENUM_EXTRA)
+# define SWIFT_ENUM_EXTRA
+#endif
+#if !defined(SWIFT_CLASS)
+# if __has_attribute(objc_subclassing_restricted)
+# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA
+# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
+# else
+# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
+# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
+# endif
+#endif
+#if !defined(SWIFT_RESILIENT_CLASS)
+# if __has_attribute(objc_class_stub)
+# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub))
+# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME)
+# else
+# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME)
+# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME)
+# endif
+#endif
+#if !defined(SWIFT_PROTOCOL)
+# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
+# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
+#endif
+#if !defined(SWIFT_EXTENSION)
+# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
+#endif
+#if !defined(OBJC_DESIGNATED_INITIALIZER)
+# if __has_attribute(objc_designated_initializer)
+# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
+# else
+# define OBJC_DESIGNATED_INITIALIZER
+# endif
+#endif
+#if !defined(SWIFT_ENUM_ATTR)
+# if __has_attribute(enum_extensibility)
+# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility)))
+# else
+# define SWIFT_ENUM_ATTR(_extensibility)
+# endif
+#endif
+#if !defined(SWIFT_ENUM)
+# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
+# if __has_feature(generalized_swift_name)
+# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
+# else
+# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility)
+# endif
+#endif
+#if !defined(SWIFT_UNAVAILABLE)
+# define SWIFT_UNAVAILABLE __attribute__((unavailable))
+#endif
+#if !defined(SWIFT_UNAVAILABLE_MSG)
+# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg)))
+#endif
+#if !defined(SWIFT_AVAILABILITY)
+# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__)))
+#endif
+#if !defined(SWIFT_WEAK_IMPORT)
+# define SWIFT_WEAK_IMPORT __attribute__((weak_import))
+#endif
+#if !defined(SWIFT_DEPRECATED)
+# define SWIFT_DEPRECATED __attribute__((deprecated))
+#endif
+#if !defined(SWIFT_DEPRECATED_MSG)
+# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
+#endif
+#if !defined(SWIFT_DEPRECATED_OBJC)
+# if __has_feature(attribute_diagnose_if_objc)
+# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning")))
+# else
+# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
+# endif
+#endif
+#if defined(__OBJC__)
+#if !defined(IBSegueAction)
+# define IBSegueAction
+#endif
+#endif
+#if !defined(SWIFT_EXTERN)
+# if defined(__cplusplus)
+# define SWIFT_EXTERN extern "C"
+# else
+# define SWIFT_EXTERN extern
+# endif
+#endif
+#if !defined(SWIFT_CALL)
+# define SWIFT_CALL __attribute__((swiftcall))
+#endif
+#if !defined(SWIFT_INDIRECT_RESULT)
+# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result))
+#endif
+#if !defined(SWIFT_CONTEXT)
+# define SWIFT_CONTEXT __attribute__((swift_context))
+#endif
+#if !defined(SWIFT_ERROR_RESULT)
+# define SWIFT_ERROR_RESULT __attribute__((swift_error_result))
+#endif
+#if defined(__cplusplus)
+# define SWIFT_NOEXCEPT noexcept
+#else
+# define SWIFT_NOEXCEPT
+#endif
+#if !defined(SWIFT_C_INLINE_THUNK)
+# if __has_attribute(always_inline)
+# if __has_attribute(nodebug)
+# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug))
+# else
+# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline))
+# endif
+# else
+# define SWIFT_C_INLINE_THUNK inline
+# endif
+#endif
+#if defined(_WIN32)
+#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
+# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport)
+#endif
+#else
+#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
+# define SWIFT_IMPORT_STDLIB_SYMBOL
+#endif
+#endif
+#if defined(__OBJC__)
+#if __has_feature(objc_modules)
+#if __has_warning("-Watimport-in-framework-header")
+#pragma clang diagnostic ignored "-Watimport-in-framework-header"
+#endif
+@import Foundation;
+@import ObjectiveC;
+#endif
+
+#endif
+#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch"
+#pragma clang diagnostic ignored "-Wduplicate-method-arg"
+#if __has_warning("-Wpragma-clang-attribute")
+# pragma clang diagnostic ignored "-Wpragma-clang-attribute"
+#endif
+#pragma clang diagnostic ignored "-Wunknown-pragmas"
+#pragma clang diagnostic ignored "-Wnullability"
+#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension"
+
+#if __has_attribute(external_source_symbol)
+# pragma push_macro("any")
+# undef any
+# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="FBAEMKit",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol))
+# pragma pop_macro("any")
+#endif
+
+#if defined(__OBJC__)
+@class NSString;
+
+SWIFT_PROTOCOL_NAMED("AEMNetworking")
+@protocol FBAEMNetworking
+- (void)startGraphRequestWithGraphPath:(NSString * _Nonnull)graphPath parameters:(NSDictionary * _Nonnull)parameters tokenString:(NSString * _Nullable)tokenString HTTPMethod:(NSString * _Nullable)method completion:(void (^ _Nonnull)(id _Nullable, NSError * _Nullable))completion;
+@end
+
+@protocol FBSKAdNetworkReporting;
+@protocol FBSDKDataPersisting;
+@class NSURL;
+@class NSNumber;
+
+SWIFT_CLASS_NAMED("AEMReporter")
+@interface FBAEMReporter : NSObject
++ (void)configureWithNetworker:(id _Nullable)networker appID:(NSString * _Nullable)appID reporter:(id _Nullable)reporter;
++ (void)configureWithNetworker:(id _Nullable)networker appID:(NSString * _Nullable)appID reporter:(id _Nullable)reporter analyticsAppID:(NSString * _Nullable)analyticsAppID store:(id _Nullable)store;
+/// Enable AEM reporting. This function won’t work and AEM APIs will early return.
+/// This function should be called in application(_:open:options:) from ApplicationDelegate.
++ (void)enable;
+/// Control whether to enable conversion filtering
+/// This function should be called in application(_:open:options:)
from ApplicationDelegate
++ (void)setConversionFilteringEnabled:(BOOL)enabled;
+/// Control whether to enable catalog matching
+/// This function should be called in application(_:open:options:)
from ApplicationDelegate
++ (void)setCatalogMatchingEnabled:(BOOL)enabled;
+/// Control whether to enable advertiser rule match enabled in server side. This is expected
+/// to be called internally by FB SDK and will be removed in the future
+/// This function should be called in application(_:open:options:)
from ApplicationDelegate
++ (void)setAdvertiserRuleMatchInServerEnabled:(BOOL)enabled;
+/// Handle deeplink
+/// This function should be called in application(_:open:options:)
from ApplicationDelegate
++ (void)handle:(NSURL * _Nullable)url;
+/// Calculate the conversion value for the app event based on the AEM configuration
+/// This function should be called when you log any in-app events
++ (void)recordAndUpdateEvent:(NSString * _Nonnull)event currency:(NSString * _Nullable)currency value:(NSNumber * _Nullable)value parameters:(NSDictionary * _Nullable)parameters;
+- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
+@end
+
+
+SWIFT_PROTOCOL_NAMED("SKAdNetworkReporting")
+@protocol FBSKAdNetworkReporting
+- (BOOL)shouldCutoff SWIFT_WARN_UNUSED_RESULT;
+- (BOOL)isReportingEvent:(NSString * _Nonnull)event SWIFT_WARN_UNUSED_RESULT;
+- (void)checkAndRevokeTimer;
+@end
+
+#endif
+#if __has_attribute(external_source_symbol)
+# pragma clang attribute pop
+#endif
+#if defined(__cplusplus)
+#endif
+#pragma clang diagnostic pop
+#endif
+
+#else
+#error unsupported Swift architecture
+#endif
diff --git a/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64/FBAEMKit.framework/Info.plist b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64/FBAEMKit.framework/Info.plist
new file mode 100644
index 0000000000..fbd6b32e15
Binary files /dev/null and b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64/FBAEMKit.framework/Info.plist differ
diff --git a/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/arm64-apple-ios.abi.json b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/arm64-apple-ios.abi.json
new file mode 100644
index 0000000000..8c05b2c069
--- /dev/null
+++ b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/arm64-apple-ios.abi.json
@@ -0,0 +1,17866 @@
+{
+ "ABIRoot": {
+ "kind": "Root",
+ "name": "TopLevel",
+ "printedName": "TopLevel",
+ "children": [
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMAdvertiserMultiEntryRule",
+ "printedName": "AEMAdvertiserMultiEntryRule",
+ "children": [
+ {
+ "kind": "TypeDecl",
+ "name": "CodingKeys",
+ "printedName": "CodingKeys",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "operator",
+ "printedName": "operator",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys.Type) -> FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO8operatoryA2EmF",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO8operatoryA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 0
+ },
+ {
+ "kind": "Var",
+ "name": "rules",
+ "printedName": "rules",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys.Type) -> FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO5rulesyA2EmF",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO5rulesyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 1
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(rawValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO8rawValueAESgSS_tcfc",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO8rawValueAESgSS_tcfc",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Var",
+ "name": "rawValue",
+ "printedName": "rawValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO8rawValueSSvp",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO8rawValueSSvp",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO8rawValueSSvg",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO8rawValueSSvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "stringValue",
+ "printedName": "stringValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO11stringValueSSvp",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO11stringValueSSvp",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO11stringValueSSvg",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO11stringValueSSvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(stringValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO11stringValueAESgSS_tcfc",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO11stringValueAESgSS_tcfc",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Var",
+ "name": "intValue",
+ "printedName": "intValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.Int?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO8intValueSiSgvp",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO8intValueSiSgvp",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.Int?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO8intValueSiSgvg",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO8intValueSiSgvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(intValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO8intValueAESgSi_tcfc",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO8intValueAESgSi_tcfc",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Enum",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO",
+ "moduleName": "FBAEMKit",
+ "enumRawTypeName": "String",
+ "isEnumExhaustive": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "RawRepresentable",
+ "printedName": "RawRepresentable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "RawValue",
+ "printedName": "RawValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ]
+ }
+ ],
+ "usr": "s:SY",
+ "mangledName": "$sSY"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CodingKey",
+ "printedName": "CodingKey",
+ "usr": "s:s9CodingKeyP",
+ "mangledName": "$ss9CodingKeyP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "operator",
+ "printedName": "operator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC8operatorAA0bE8OperatorOvp",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC8operatorAA0bE8OperatorOvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 0,
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC8operatorAA0bE8OperatorOvg",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC8operatorAA0bE8OperatorOvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "rules",
+ "printedName": "rules",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[any FBAEMKit.AEMAdvertiserRuleMatching]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleMatching",
+ "printedName": "any FBAEMKit.AEMAdvertiserRuleMatching",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleMatchingP"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC5rulesSayAA0bE8Matching_pGvp",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC5rulesSayAA0bE8Matching_pGvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 1,
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[any FBAEMKit.AEMAdvertiserRuleMatching]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleMatching",
+ "printedName": "any FBAEMKit.AEMAdvertiserRuleMatching",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleMatchingP"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC5rulesSayAA0bE8Matching_pGvg",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC5rulesSayAA0bE8Matching_pGvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(with:rules:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserMultiEntryRule",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserMultiEntryRule"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[any FBAEMKit.AEMAdvertiserRuleMatching]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleMatching",
+ "printedName": "any FBAEMKit.AEMAdvertiserRuleMatching",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleMatchingP"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC4with5rulesAcA0bE8OperatorO_SayAA0bE8Matching_pGtcfc",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC4with5rulesAcA0bE8OperatorO_SayAA0bE8Matching_pGtcfc",
+ "moduleName": "FBAEMKit",
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Function",
+ "name": "isMatchedEventParameters",
+ "printedName": "isMatchedEventParameters(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC24isMatchedEventParametersySbSDySSypGSgF",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC24isMatchedEventParametersySbSDySSypGSgF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "RawDocComment"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Var",
+ "name": "supportsSecureCoding",
+ "printedName": "supportsSecureCoding",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserMultiEntryRule(cpy)supportsSecureCoding",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC20supportsSecureCodingSbvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "objc_name": "supportsSecureCoding",
+ "declAttributes": [
+ "Final",
+ "ObjC",
+ "RawDocComment"
+ ],
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserMultiEntryRule(cm)supportsSecureCoding",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC20supportsSecureCodingSbvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "objc_name": "supportsSecureCoding",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(coder:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserMultiEntryRule",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserMultiEntryRule"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "NSCoder",
+ "printedName": "Foundation.NSCoder",
+ "usr": "c:objc(cs)NSCoder"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserMultiEntryRule(im)initWithCoder:",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC5coderACSgSo7NSCoderC_tcfc",
+ "moduleName": "FBAEMKit",
+ "objc_name": "initWithCoder:",
+ "declAttributes": [
+ "ObjC",
+ "Convenience"
+ ],
+ "init_kind": "Convenience"
+ },
+ {
+ "kind": "Function",
+ "name": "encode",
+ "printedName": "encode(with:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "NSCoder",
+ "printedName": "Foundation.NSCoder",
+ "usr": "c:objc(cs)NSCoder"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserMultiEntryRule(im)encodeWithCoder:",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC6encode4withySo7NSCoderC_tF",
+ "moduleName": "FBAEMKit",
+ "objc_name": "encodeWithCoder:",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserMultiEntryRule",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserMultiEntryRule"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserMultiEntryRule(im)init",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleCACycfc",
+ "moduleName": "FBAEMKit",
+ "overriding": true,
+ "implicit": true,
+ "objc_name": "init",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC",
+ "Override"
+ ],
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Class",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserMultiEntryRule",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "AEMAdvertiserRuleMatching",
+ "printedName": "AEMAdvertiserRuleMatching",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleMatchingP",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleMatchingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "FBSDKCoreKit_Basics",
+ "printedName": "FBSDKCoreKit_Basics",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit"
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMAdvertiserRuleFactory",
+ "printedName": "AEMAdvertiserRuleFactory",
+ "children": [
+ {
+ "kind": "Function",
+ "name": "createRule",
+ "printedName": "createRule(json:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.AEMAdvertiserRuleMatching)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleMatching",
+ "printedName": "any FBAEMKit.AEMAdvertiserRuleMatching",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleMatchingP"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit24AEMAdvertiserRuleFactoryC06createC04jsonAA0bC8Matching_pSgSSSg_tF",
+ "mangledName": "$s8FBAEMKit24AEMAdvertiserRuleFactoryC06createC04jsonAA0bC8Matching_pSgSSSg_tF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "RawDocComment"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "createRule",
+ "printedName": "createRule(dictionary:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.AEMAdvertiserRuleMatching)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleMatching",
+ "printedName": "any FBAEMKit.AEMAdvertiserRuleMatching",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleMatchingP"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit24AEMAdvertiserRuleFactoryC06createC010dictionaryAA0bC8Matching_pSgSDySSypG_tF",
+ "mangledName": "$s8FBAEMKit24AEMAdvertiserRuleFactoryC06createC010dictionaryAA0bC8Matching_pSgSDySSypG_tF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "createMultiEntryRule",
+ "printedName": "createMultiEntryRule(from:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserMultiEntryRule",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserMultiEntryRule"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit24AEMAdvertiserRuleFactoryC016createMultiEntryC04fromAA0bfgC0CSgSDySSypG_tF",
+ "mangledName": "$s8FBAEMKit24AEMAdvertiserRuleFactoryC016createMultiEntryC04fromAA0bfgC0CSgSDySSypG_tF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "RawDocComment"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "createSingleEntryRule",
+ "printedName": "createSingleEntryRule(from:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMAdvertiserSingleEntryRule?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserSingleEntryRule",
+ "printedName": "FBAEMKit.AEMAdvertiserSingleEntryRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserSingleEntryRule"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit24AEMAdvertiserRuleFactoryC017createSingleEntryC04fromAA0bfgC0CSgSDySSypG_tF",
+ "mangledName": "$s8FBAEMKit24AEMAdvertiserRuleFactoryC017createSingleEntryC04fromAA0bfgC0CSgSDySSypG_tF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "primaryKey",
+ "printedName": "primaryKey(for:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit24AEMAdvertiserRuleFactoryC10primaryKey3forSSSgSDySSypG_tF",
+ "mangledName": "$s8FBAEMKit24AEMAdvertiserRuleFactoryC10primaryKey3forSSSgSDySSypG_tF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "getOperator",
+ "printedName": "getOperator(from:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit24AEMAdvertiserRuleFactoryC11getOperator4fromAA0bcF0OSDySSypG_tF",
+ "mangledName": "$s8FBAEMKit24AEMAdvertiserRuleFactoryC11getOperator4fromAA0bcF0OSDySSypG_tF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isOperatorForMultiEntryRule",
+ "printedName": "isOperatorForMultiEntryRule(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit24AEMAdvertiserRuleFactoryC023isOperatorForMultiEntryC0ySbAA0bcF0OF",
+ "mangledName": "$s8FBAEMKit24AEMAdvertiserRuleFactoryC023isOperatorForMultiEntryC0ySbAA0bcF0OF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleFactory",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleFactory",
+ "usr": "s:8FBAEMKit24AEMAdvertiserRuleFactoryC"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit24AEMAdvertiserRuleFactoryCACycfc",
+ "mangledName": "$s8FBAEMKit24AEMAdvertiserRuleFactoryCACycfc",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Class",
+ "usr": "s:8FBAEMKit24AEMAdvertiserRuleFactoryC",
+ "mangledName": "$s8FBAEMKit24AEMAdvertiserRuleFactoryC",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "AEMAdvertiserRuleProviding",
+ "printedName": "AEMAdvertiserRuleProviding",
+ "usr": "s:8FBAEMKit26AEMAdvertiserRuleProvidingP",
+ "mangledName": "$s8FBAEMKit26AEMAdvertiserRuleProvidingP"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMAdvertiserRuleMatching",
+ "printedName": "AEMAdvertiserRuleMatching",
+ "children": [
+ {
+ "kind": "Function",
+ "name": "isMatchedEventParameters",
+ "printedName": "isMatchedEventParameters(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleMatchingP24isMatchedEventParametersySbSDySSypGSgF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleMatchingP24isMatchedEventParametersySbSDySSypGSgF",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0 where τ_0_0 : FBAEMKit.AEMAdvertiserRuleMatching>",
+ "sugared_genericSig": "",
+ "protocolReq": true,
+ "reqNewWitnessTableEntry": true,
+ "funcSelfKind": "NonMutating"
+ }
+ ],
+ "declKind": "Protocol",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleMatchingP",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleMatchingP",
+ "moduleName": "FBAEMKit"
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "unknown",
+ "printedName": "unknown",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO7unknownyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO7unknownyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 0
+ },
+ {
+ "kind": "Var",
+ "name": "and",
+ "printedName": "and",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO3andyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO3andyA2CmF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ],
+ "fixedbinaryorder": 1
+ },
+ {
+ "kind": "Var",
+ "name": "or",
+ "printedName": "or",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO2oryA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO2oryA2CmF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ],
+ "fixedbinaryorder": 2
+ },
+ {
+ "kind": "Var",
+ "name": "not",
+ "printedName": "not",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO3notyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO3notyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 3
+ },
+ {
+ "kind": "Var",
+ "name": "contains",
+ "printedName": "contains",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO8containsyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO8containsyA2CmF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ],
+ "fixedbinaryorder": 4
+ },
+ {
+ "kind": "Var",
+ "name": "notContains",
+ "printedName": "notContains",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO11notContainsyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO11notContainsyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 5
+ },
+ {
+ "kind": "Var",
+ "name": "startsWith",
+ "printedName": "startsWith",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO10startsWithyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO10startsWithyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 6
+ },
+ {
+ "kind": "Var",
+ "name": "caseInsensitiveContains",
+ "printedName": "caseInsensitiveContains",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO23caseInsensitiveContainsyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO23caseInsensitiveContainsyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 7
+ },
+ {
+ "kind": "Var",
+ "name": "caseInsensitiveNotContains",
+ "printedName": "caseInsensitiveNotContains",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO26caseInsensitiveNotContainsyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO26caseInsensitiveNotContainsyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 8
+ },
+ {
+ "kind": "Var",
+ "name": "caseInsensitiveStartsWith",
+ "printedName": "caseInsensitiveStartsWith",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO25caseInsensitiveStartsWithyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO25caseInsensitiveStartsWithyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 9
+ },
+ {
+ "kind": "Var",
+ "name": "regexMatch",
+ "printedName": "regexMatch",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO10regexMatchyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO10regexMatchyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 10
+ },
+ {
+ "kind": "Var",
+ "name": "equal",
+ "printedName": "equal",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO5equalyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO5equalyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 11
+ },
+ {
+ "kind": "Var",
+ "name": "notEqual",
+ "printedName": "notEqual",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO8notEqualyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO8notEqualyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 12
+ },
+ {
+ "kind": "Var",
+ "name": "lessThan",
+ "printedName": "lessThan",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO8lessThanyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO8lessThanyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 13
+ },
+ {
+ "kind": "Var",
+ "name": "lessThanOrEqual",
+ "printedName": "lessThanOrEqual",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO15lessThanOrEqualyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO15lessThanOrEqualyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 14
+ },
+ {
+ "kind": "Var",
+ "name": "greaterThan",
+ "printedName": "greaterThan",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO11greaterThanyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO11greaterThanyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 15
+ },
+ {
+ "kind": "Var",
+ "name": "greaterThanOrEqual",
+ "printedName": "greaterThanOrEqual",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO18greaterThanOrEqualyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO18greaterThanOrEqualyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 16
+ },
+ {
+ "kind": "Var",
+ "name": "caseInsensitiveIsAny",
+ "printedName": "caseInsensitiveIsAny",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO20caseInsensitiveIsAnyyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO20caseInsensitiveIsAnyyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 17
+ },
+ {
+ "kind": "Var",
+ "name": "caseInsensitiveIsNotAny",
+ "printedName": "caseInsensitiveIsNotAny",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO23caseInsensitiveIsNotAnyyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO23caseInsensitiveIsNotAnyyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 18
+ },
+ {
+ "kind": "Var",
+ "name": "isAny",
+ "printedName": "isAny",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO5isAnyyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO5isAnyyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 19
+ },
+ {
+ "kind": "Var",
+ "name": "isNotAny",
+ "printedName": "isNotAny",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO8isNotAnyyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO8isNotAnyyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 20
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(rawValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO8rawValueACSgSi_tcfc",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO8rawValueACSgSi_tcfc",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Var",
+ "name": "rawValue",
+ "printedName": "rawValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO8rawValueSivp",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO8rawValueSivp",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO8rawValueSivg",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO8rawValueSivg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ }
+ ],
+ "declKind": "Enum",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ],
+ "enumRawTypeName": "Int",
+ "isEnumExhaustive": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "RawRepresentable",
+ "printedName": "RawRepresentable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "RawValue",
+ "printedName": "RawValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ]
+ }
+ ],
+ "usr": "s:SY",
+ "mangledName": "$sSY"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMAdvertiserRuleProviding",
+ "printedName": "AEMAdvertiserRuleProviding",
+ "children": [
+ {
+ "kind": "Function",
+ "name": "createRule",
+ "printedName": "createRule(json:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.AEMAdvertiserRuleMatching)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleMatching",
+ "printedName": "any FBAEMKit.AEMAdvertiserRuleMatching",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleMatchingP"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit26AEMAdvertiserRuleProvidingP06createC04jsonAA0bC8Matching_pSgSSSg_tF",
+ "mangledName": "$s8FBAEMKit26AEMAdvertiserRuleProvidingP06createC04jsonAA0bC8Matching_pSgSSSg_tF",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0 where τ_0_0 : FBAEMKit.AEMAdvertiserRuleProviding>",
+ "sugared_genericSig": "",
+ "protocolReq": true,
+ "reqNewWitnessTableEntry": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "createRule",
+ "printedName": "createRule(dictionary:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.AEMAdvertiserRuleMatching)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleMatching",
+ "printedName": "any FBAEMKit.AEMAdvertiserRuleMatching",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleMatchingP"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit26AEMAdvertiserRuleProvidingP06createC010dictionaryAA0bC8Matching_pSgSDySSypG_tF",
+ "mangledName": "$s8FBAEMKit26AEMAdvertiserRuleProvidingP06createC010dictionaryAA0bC8Matching_pSgSDySSypG_tF",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0 where τ_0_0 : FBAEMKit.AEMAdvertiserRuleProviding>",
+ "sugared_genericSig": "",
+ "protocolReq": true,
+ "reqNewWitnessTableEntry": true,
+ "funcSelfKind": "NonMutating"
+ }
+ ],
+ "declKind": "Protocol",
+ "usr": "s:8FBAEMKit26AEMAdvertiserRuleProvidingP",
+ "mangledName": "$s8FBAEMKit26AEMAdvertiserRuleProvidingP",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "FBSDKCoreKit_Basics",
+ "printedName": "FBSDKCoreKit_Basics",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit"
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMAdvertiserSingleEntryRule",
+ "printedName": "AEMAdvertiserSingleEntryRule",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "operator",
+ "printedName": "operator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC8operatorAA0bE8OperatorOvp",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC8operatorAA0bE8OperatorOvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 0,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC8operatorAA0bE8OperatorOvg",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC8operatorAA0bE8OperatorOvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC8operatorAA0bE8OperatorOvs",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC8operatorAA0bE8OperatorOvs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC8operatorAA0bE8OperatorOvM",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC8operatorAA0bE8OperatorOvM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "paramKey",
+ "printedName": "paramKey",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC8paramKeySSvp",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC8paramKeySSvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 1,
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC8paramKeySSvg",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC8paramKeySSvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "linguisticCondition",
+ "printedName": "linguisticCondition",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC19linguisticConditionSSSgvp",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC19linguisticConditionSSSgvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 2,
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC19linguisticConditionSSSgvg",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC19linguisticConditionSSSgvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "numericalCondition",
+ "printedName": "numericalCondition",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.Double?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC18numericalConditionSdSgvp",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC18numericalConditionSdSgvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 3,
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.Double?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC18numericalConditionSdSgvg",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC18numericalConditionSdSgvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "arrayCondition",
+ "printedName": "arrayCondition",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[Swift.String]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC14arrayConditionSaySSGSgvp",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC14arrayConditionSaySSGSgvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 4,
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[Swift.String]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC14arrayConditionSaySSGSgvg",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC14arrayConditionSaySSGSgvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(operator:paramKey:linguisticCondition:numericalCondition:arrayCondition:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserSingleEntryRule",
+ "printedName": "FBAEMKit.AEMAdvertiserSingleEntryRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserSingleEntryRule"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.Double?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[Swift.String]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC8operator8paramKey19linguisticCondition09numericalJ005arrayJ0AcA0bE8OperatorO_S2SSgSdSgSaySSGSgtcfc",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC8operator8paramKey19linguisticCondition09numericalJ005arrayJ0AcA0bE8OperatorO_S2SSgSdSgSaySSGSgtcfc",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ],
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(with:paramKey:linguisticCondition:numericalCondition:arrayCondition:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserSingleEntryRule",
+ "printedName": "FBAEMKit.AEMAdvertiserSingleEntryRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserSingleEntryRule"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.NSNumber?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSNumber",
+ "printedName": "Foundation.NSNumber",
+ "usr": "c:objc(cs)NSNumber"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[Swift.String]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC4with8paramKey19linguisticCondition09numericalJ005arrayJ0AcA0bE8OperatorO_S2SSgSo8NSNumberCSgSaySSGSgtcfc",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC4with8paramKey19linguisticCondition09numericalJ005arrayJ0AcA0bE8OperatorO_S2SSgSo8NSNumberCSgSaySSGSgtcfc",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Convenience"
+ ],
+ "init_kind": "Convenience"
+ },
+ {
+ "kind": "Function",
+ "name": "isMatchedEventParameters",
+ "printedName": "isMatchedEventParameters(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC24isMatchedEventParametersySbSDySSypGSgF",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC24isMatchedEventParametersySbSDySSypGSgF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "RawDocComment"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isMatchedEventParameters",
+ "printedName": "isMatchedEventParameters(eventParams:paramPath:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[Swift.String]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC24isMatchedEventParameters11eventParams9paramPathSbSDySSypGSg_SaySSGtF",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC24isMatchedEventParameters11eventParams9paramPathSbSDySSypGSg_SaySSGtF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isMatched",
+ "printedName": "isMatched(withAsteriskParam:eventParameters:paramPath:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[Swift.String]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC9isMatched17withAsteriskParam15eventParameters9paramPathSbSS_SDySSypGSaySSGtF",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC9isMatched17withAsteriskParam15eventParameters9paramPathSbSS_SDySSypGSaySSGtF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isMatched",
+ "printedName": "isMatched(withStringValue:numericalValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.Double?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC9isMatched15withStringValue09numericalJ0SbSSSg_SdSgtF",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC9isMatched15withStringValue09numericalJ0SbSSSg_SdSgtF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "RawDocComment"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isRegexMatch",
+ "printedName": "isRegexMatch(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC12isRegexMatchySbSSF",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC12isRegexMatchySbSSF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isAny",
+ "printedName": "isAny(of:stringValue:ignoreCase:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[Swift.String]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sa"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC5isAny2of11stringValue10ignoreCaseSbSaySSG_SSSbtF",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC5isAny2of11stringValue10ignoreCaseSbSaySSG_SSSbtF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Var",
+ "name": "supportsSecureCoding",
+ "printedName": "supportsSecureCoding",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserSingleEntryRule(cpy)supportsSecureCoding",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC20supportsSecureCodingSbvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "objc_name": "supportsSecureCoding",
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "ObjC",
+ "HasStorage",
+ "RawDocComment"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserSingleEntryRule(cm)supportsSecureCoding",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC20supportsSecureCodingSbvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "objc_name": "supportsSecureCoding",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserSingleEntryRule(cm)setSupportsSecureCoding:",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC20supportsSecureCodingSbvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC20supportsSecureCodingSbvMZ",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC20supportsSecureCodingSbvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(coder:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMAdvertiserSingleEntryRule?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserSingleEntryRule",
+ "printedName": "FBAEMKit.AEMAdvertiserSingleEntryRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserSingleEntryRule"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "NSCoder",
+ "printedName": "Foundation.NSCoder",
+ "usr": "c:objc(cs)NSCoder"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserSingleEntryRule(im)initWithCoder:",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC5coderACSgSo7NSCoderC_tcfc",
+ "moduleName": "FBAEMKit",
+ "objc_name": "initWithCoder:",
+ "declAttributes": [
+ "ObjC"
+ ],
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Function",
+ "name": "encode",
+ "printedName": "encode(with:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "NSCoder",
+ "printedName": "Foundation.NSCoder",
+ "usr": "c:objc(cs)NSCoder"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserSingleEntryRule(im)encodeWithCoder:",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC6encode4withySo7NSCoderC_tF",
+ "moduleName": "FBAEMKit",
+ "objc_name": "encodeWithCoder:",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isEqual",
+ "printedName": "isEqual(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Any?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserSingleEntryRule(im)isEqual:",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC7isEqualySbypSgF",
+ "moduleName": "FBAEMKit",
+ "overriding": true,
+ "objc_name": "isEqual:",
+ "declAttributes": [
+ "Final",
+ "ObjC",
+ "Override"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserSingleEntryRule",
+ "printedName": "FBAEMKit.AEMAdvertiserSingleEntryRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserSingleEntryRule"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserSingleEntryRule(im)init",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleCACycfc",
+ "moduleName": "FBAEMKit",
+ "overriding": true,
+ "implicit": true,
+ "objc_name": "init",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC",
+ "Override"
+ ],
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Class",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserSingleEntryRule",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "AEMAdvertiserRuleMatching",
+ "printedName": "AEMAdvertiserRuleMatching",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleMatchingP",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleMatchingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMConfiguration",
+ "printedName": "AEMConfiguration",
+ "children": [
+ {
+ "kind": "TypeDecl",
+ "name": "CodingKeys",
+ "printedName": "CodingKeys",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "defaultCurrency",
+ "printedName": "defaultCurrency",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMConfiguration.CodingKeys.Type) -> FBAEMKit.AEMConfiguration.CodingKeys",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO15defaultCurrencyyA2EmF",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO15defaultCurrencyyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 0
+ },
+ {
+ "kind": "Var",
+ "name": "cutoffTime",
+ "printedName": "cutoffTime",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMConfiguration.CodingKeys.Type) -> FBAEMKit.AEMConfiguration.CodingKeys",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO10cutoffTimeyA2EmF",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO10cutoffTimeyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 1
+ },
+ {
+ "kind": "Var",
+ "name": "conversionValueRules",
+ "printedName": "conversionValueRules",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMConfiguration.CodingKeys.Type) -> FBAEMKit.AEMConfiguration.CodingKeys",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO20conversionValueRulesyA2EmF",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO20conversionValueRulesyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 2
+ },
+ {
+ "kind": "Var",
+ "name": "validFrom",
+ "printedName": "validFrom",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMConfiguration.CodingKeys.Type) -> FBAEMKit.AEMConfiguration.CodingKeys",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO9validFromyA2EmF",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO9validFromyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 3
+ },
+ {
+ "kind": "Var",
+ "name": "mode",
+ "printedName": "mode",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMConfiguration.CodingKeys.Type) -> FBAEMKit.AEMConfiguration.CodingKeys",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO4modeyA2EmF",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO4modeyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 4
+ },
+ {
+ "kind": "Var",
+ "name": "advertiserID",
+ "printedName": "advertiserID",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMConfiguration.CodingKeys.Type) -> FBAEMKit.AEMConfiguration.CodingKeys",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO12advertiserIDyA2EmF",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO12advertiserIDyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 5
+ },
+ {
+ "kind": "Var",
+ "name": "businessID",
+ "printedName": "businessID",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMConfiguration.CodingKeys.Type) -> FBAEMKit.AEMConfiguration.CodingKeys",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO10businessIDyA2EmF",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO10businessIDyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 6
+ },
+ {
+ "kind": "Var",
+ "name": "paramRule",
+ "printedName": "paramRule",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMConfiguration.CodingKeys.Type) -> FBAEMKit.AEMConfiguration.CodingKeys",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO9paramRuleyA2EmF",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO9paramRuleyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 7
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(rawValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO8rawValueAESgSS_tcfc",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO8rawValueAESgSS_tcfc",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Var",
+ "name": "rawValue",
+ "printedName": "rawValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO8rawValueSSvp",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO8rawValueSSvp",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO8rawValueSSvg",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO8rawValueSSvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "stringValue",
+ "printedName": "stringValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO11stringValueSSvp",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO11stringValueSSvp",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO11stringValueSSvg",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO11stringValueSSvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(stringValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO11stringValueAESgSS_tcfc",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO11stringValueAESgSS_tcfc",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Var",
+ "name": "intValue",
+ "printedName": "intValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.Int?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO8intValueSiSgvp",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO8intValueSiSgvp",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.Int?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO8intValueSiSgvg",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO8intValueSiSgvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(intValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO8intValueAESgSi_tcfc",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO8intValueAESgSi_tcfc",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Enum",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO",
+ "moduleName": "FBAEMKit",
+ "enumRawTypeName": "String",
+ "isEnumExhaustive": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "RawRepresentable",
+ "printedName": "RawRepresentable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "RawValue",
+ "printedName": "RawValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ]
+ }
+ ],
+ "usr": "s:SY",
+ "mangledName": "$sSY"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CodingKey",
+ "printedName": "CodingKey",
+ "usr": "s:s9CodingKeyP",
+ "mangledName": "$ss9CodingKeyP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "cutoffTime",
+ "printedName": "cutoffTime",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10cutoffTimeSivp",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10cutoffTimeSivp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage",
+ "SetterAccess"
+ ],
+ "fixedbinaryorder": 0,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10cutoffTimeSivg",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10cutoffTimeSivg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "validFrom",
+ "printedName": "validFrom",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit16AEMConfigurationC9validFromSivp",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC9validFromSivp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage",
+ "SetterAccess",
+ "RawDocComment"
+ ],
+ "fixedbinaryorder": 1,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC9validFromSivg",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC9validFromSivg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "defaultCurrency",
+ "printedName": "defaultCurrency",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit16AEMConfigurationC15defaultCurrencySSvp",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC15defaultCurrencySSvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage",
+ "SetterAccess"
+ ],
+ "fixedbinaryorder": 2,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC15defaultCurrencySSvg",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC15defaultCurrencySSvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "mode",
+ "printedName": "mode",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit16AEMConfigurationC4modeSSvp",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC4modeSSvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage",
+ "SetterAccess"
+ ],
+ "fixedbinaryorder": 3,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC4modeSSvg",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC4modeSSvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "businessID",
+ "printedName": "businessID",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10businessIDSSSgvp",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10businessIDSSSgvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "SetterAccess"
+ ],
+ "fixedbinaryorder": 4,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10businessIDSSSgvg",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10businessIDSSSgvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "matchingRule",
+ "printedName": "matchingRule",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.AEMAdvertiserRuleMatching)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleMatching",
+ "printedName": "any FBAEMKit.AEMAdvertiserRuleMatching",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleMatchingP"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit16AEMConfigurationC12matchingRuleAA013AEMAdvertiserD8Matching_pSgvp",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC12matchingRuleAA013AEMAdvertiserD8Matching_pSgvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "SetterAccess"
+ ],
+ "fixedbinaryorder": 5,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.AEMAdvertiserRuleMatching)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleMatching",
+ "printedName": "any FBAEMKit.AEMAdvertiserRuleMatching",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleMatchingP"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC12matchingRuleAA013AEMAdvertiserD8Matching_pSgvg",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC12matchingRuleAA013AEMAdvertiserD8Matching_pSgvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "conversionValueRules",
+ "printedName": "conversionValueRules",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMRule]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMRule",
+ "printedName": "FBAEMKit.AEMRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMRule"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit16AEMConfigurationC20conversionValueRulesSayAA7AEMRuleCGvp",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC20conversionValueRulesSayAA7AEMRuleCGvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage",
+ "SetterAccess"
+ ],
+ "fixedbinaryorder": 6,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMRule]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMRule",
+ "printedName": "FBAEMKit.AEMRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMRule"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC20conversionValueRulesSayAA7AEMRuleCGvg",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC20conversionValueRulesSayAA7AEMRuleCGvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "eventSet",
+ "printedName": "eventSet",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Set",
+ "printedName": "Swift.Set",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sh"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit16AEMConfigurationC8eventSetShySSGvp",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC8eventSetShySSGvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage",
+ "SetterAccess"
+ ],
+ "fixedbinaryorder": 7,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Set",
+ "printedName": "Swift.Set",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sh"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC8eventSetShySSGvg",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC8eventSetShySSGvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "currencySet",
+ "printedName": "currencySet",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Set",
+ "printedName": "Swift.Set",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sh"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit16AEMConfigurationC11currencySetShySSGvp",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC11currencySetShySSGvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage",
+ "SetterAccess"
+ ],
+ "fixedbinaryorder": 8,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Set",
+ "printedName": "Swift.Set",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sh"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC11currencySetShySSGvg",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC11currencySetShySSGvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "ruleProvider",
+ "printedName": "ruleProvider",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.AEMAdvertiserRuleProviding)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleProviding",
+ "printedName": "any FBAEMKit.AEMAdvertiserRuleProviding",
+ "usr": "s:8FBAEMKit26AEMAdvertiserRuleProvidingP"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit16AEMConfigurationC12ruleProviderAA26AEMAdvertiserRuleProviding_pSgvpZ",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC12ruleProviderAA26AEMAdvertiserRuleProviding_pSgvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "SetterAccess"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.AEMAdvertiserRuleProviding)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleProviding",
+ "printedName": "any FBAEMKit.AEMAdvertiserRuleProviding",
+ "usr": "s:8FBAEMKit26AEMAdvertiserRuleProvidingP"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC12ruleProviderAA26AEMAdvertiserRuleProviding_pSgvgZ",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC12ruleProviderAA26AEMAdvertiserRuleProviding_pSgvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Function",
+ "name": "configure",
+ "printedName": "configure(withRuleProvider:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleProviding",
+ "printedName": "any FBAEMKit.AEMAdvertiserRuleProviding",
+ "usr": "s:8FBAEMKit26AEMAdvertiserRuleProvidingP"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit16AEMConfigurationC9configure16withRuleProvideryAA013AEMAdvertiserE9Providing_p_tFZ",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC9configure16withRuleProvideryAA013AEMAdvertiserE9Providing_p_tFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(json:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMConfiguration?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC4jsonACSgSDySSypGSg_tcfc",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC4jsonACSgSDySSypGSg_tcfc",
+ "moduleName": "FBAEMKit",
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Function",
+ "name": "parseRules",
+ "printedName": "parseRules(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[FBAEMKit.AEMRule]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMRule]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMRule",
+ "printedName": "FBAEMKit.AEMRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMRule"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[[Swift.String : Any]]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[[Swift.String : Any]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10parseRulesySayAA7AEMRuleCGSgSaySDySSypGGSgFZ",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10parseRulesySayAA7AEMRuleCGSgSaySDySSypGGSgFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "getEventSet",
+ "printedName": "getEventSet(from:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Set",
+ "printedName": "Swift.Set",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sh"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMRule]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMRule",
+ "printedName": "FBAEMKit.AEMRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMRule"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit16AEMConfigurationC11getEventSet4fromShySSGSayAA7AEMRuleCG_tFZ",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC11getEventSet4fromShySSGSayAA7AEMRuleCG_tFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "getCurrencySet",
+ "printedName": "getCurrencySet(from:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Set",
+ "printedName": "Swift.Set",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sh"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMRule]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMRule",
+ "printedName": "FBAEMKit.AEMRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMRule"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit16AEMConfigurationC14getCurrencySet4fromShySSGSayAA7AEMRuleCG_tFZ",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC14getCurrencySet4fromShySSGSayAA7AEMRuleCG_tFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isSame",
+ "printedName": "isSame(validFrom:businessID:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit16AEMConfigurationC6isSame9validFrom10businessIDSbSi_SSSgtF",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC6isSame9validFrom10businessIDSbSi_SSSgtF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isSameBusinessID",
+ "printedName": "isSameBusinessID(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit16AEMConfigurationC16isSameBusinessIDySbSSSgF",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC16isSameBusinessIDySbSSSgF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "encode",
+ "printedName": "encode(with:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "NSCoder",
+ "printedName": "Foundation.NSCoder",
+ "usr": "c:objc(cs)NSCoder"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration(im)encodeWithCoder:",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC6encode4withySo7NSCoderC_tF",
+ "moduleName": "FBAEMKit",
+ "objc_name": "encodeWithCoder:",
+ "declAttributes": [
+ "Final",
+ "ObjC",
+ "RawDocComment"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(coder:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMConfiguration?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "NSCoder",
+ "printedName": "Foundation.NSCoder",
+ "usr": "c:objc(cs)NSCoder"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration(im)initWithCoder:",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC5coderACSgSo7NSCoderC_tcfc",
+ "moduleName": "FBAEMKit",
+ "objc_name": "initWithCoder:",
+ "declAttributes": [
+ "ObjC",
+ "Convenience"
+ ],
+ "init_kind": "Convenience"
+ },
+ {
+ "kind": "Var",
+ "name": "supportsSecureCoding",
+ "printedName": "supportsSecureCoding",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration(cpy)supportsSecureCoding",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC20supportsSecureCodingSbvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "objc_name": "supportsSecureCoding",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration(cm)supportsSecureCoding",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC20supportsSecureCodingSbvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "objc_name": "supportsSecureCoding",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration(im)init",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationCACycfc",
+ "moduleName": "FBAEMKit",
+ "overriding": true,
+ "implicit": true,
+ "objc_name": "init",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC",
+ "Override"
+ ],
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Class",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMEvent",
+ "printedName": "AEMEvent",
+ "children": [
+ {
+ "kind": "TypeDecl",
+ "name": "CodingKeys",
+ "printedName": "CodingKeys",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "eventName",
+ "printedName": "eventName",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMEvent.CodingKeys.Type) -> FBAEMKit.AEMEvent.CodingKeys",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO9eventNameyA2EmF",
+ "mangledName": "$s8FBAEMKit8AEMEventC10CodingKeysO9eventNameyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 0
+ },
+ {
+ "kind": "Var",
+ "name": "values",
+ "printedName": "values",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMEvent.CodingKeys.Type) -> FBAEMKit.AEMEvent.CodingKeys",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO6valuesyA2EmF",
+ "mangledName": "$s8FBAEMKit8AEMEventC10CodingKeysO6valuesyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 1
+ },
+ {
+ "kind": "Var",
+ "name": "currency",
+ "printedName": "currency",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMEvent.CodingKeys.Type) -> FBAEMKit.AEMEvent.CodingKeys",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO8currencyyA2EmF",
+ "mangledName": "$s8FBAEMKit8AEMEventC10CodingKeysO8currencyyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 2
+ },
+ {
+ "kind": "Var",
+ "name": "amount",
+ "printedName": "amount",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMEvent.CodingKeys.Type) -> FBAEMKit.AEMEvent.CodingKeys",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO6amountyA2EmF",
+ "mangledName": "$s8FBAEMKit8AEMEventC10CodingKeysO6amountyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 3
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(rawValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO8rawValueAESgSS_tcfc",
+ "mangledName": "$s8FBAEMKit8AEMEventC10CodingKeysO8rawValueAESgSS_tcfc",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Var",
+ "name": "rawValue",
+ "printedName": "rawValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO8rawValueSSvp",
+ "mangledName": "$s8FBAEMKit8AEMEventC10CodingKeysO8rawValueSSvp",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO8rawValueSSvg",
+ "mangledName": "$s8FBAEMKit8AEMEventC10CodingKeysO8rawValueSSvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "stringValue",
+ "printedName": "stringValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO11stringValueSSvp",
+ "mangledName": "$s8FBAEMKit8AEMEventC10CodingKeysO11stringValueSSvp",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO11stringValueSSvg",
+ "mangledName": "$s8FBAEMKit8AEMEventC10CodingKeysO11stringValueSSvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(stringValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO11stringValueAESgSS_tcfc",
+ "mangledName": "$s8FBAEMKit8AEMEventC10CodingKeysO11stringValueAESgSS_tcfc",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Var",
+ "name": "intValue",
+ "printedName": "intValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.Int?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO8intValueSiSgvp",
+ "mangledName": "$s8FBAEMKit8AEMEventC10CodingKeysO8intValueSiSgvp",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.Int?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO8intValueSiSgvg",
+ "mangledName": "$s8FBAEMKit8AEMEventC10CodingKeysO8intValueSiSgvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(intValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO8intValueAESgSi_tcfc",
+ "mangledName": "$s8FBAEMKit8AEMEventC10CodingKeysO8intValueAESgSi_tcfc",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Enum",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO",
+ "mangledName": "$s8FBAEMKit8AEMEventC10CodingKeysO",
+ "moduleName": "FBAEMKit",
+ "enumRawTypeName": "String",
+ "isEnumExhaustive": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "RawRepresentable",
+ "printedName": "RawRepresentable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "RawValue",
+ "printedName": "RawValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ]
+ }
+ ],
+ "usr": "s:SY",
+ "mangledName": "$sSY"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CodingKey",
+ "printedName": "CodingKey",
+ "usr": "s:s9CodingKeyP",
+ "mangledName": "$ss9CodingKeyP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "eventName",
+ "printedName": "eventName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit8AEMEventC9eventNameSSvp",
+ "mangledName": "$s8FBAEMKit8AEMEventC9eventNameSSvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage",
+ "SetterAccess"
+ ],
+ "fixedbinaryorder": 0,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit8AEMEventC9eventNameSSvg",
+ "mangledName": "$s8FBAEMKit8AEMEventC9eventNameSSvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "values",
+ "printedName": "values",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Swift.Double]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Swift.Double]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit8AEMEventC6valuesSDySSSdGSgvp",
+ "mangledName": "$s8FBAEMKit8AEMEventC6valuesSDySSSdGSgvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "SetterAccess"
+ ],
+ "fixedbinaryorder": 1,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Swift.Double]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Swift.Double]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit8AEMEventC6valuesSDySSSdGSgvg",
+ "mangledName": "$s8FBAEMKit8AEMEventC6valuesSDySSSdGSgvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(dict:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMEvent?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMEvent",
+ "printedName": "FBAEMKit.AEMEvent",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMEvent"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit8AEMEventC4dictACSgSDySSypGSg_tcfc",
+ "mangledName": "$s8FBAEMKit8AEMEventC4dictACSgSDySSypGSg_tcfc",
+ "moduleName": "FBAEMKit",
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Var",
+ "name": "supportsSecureCoding",
+ "printedName": "supportsSecureCoding",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMEvent(cpy)supportsSecureCoding",
+ "mangledName": "$s8FBAEMKit8AEMEventC20supportsSecureCodingSbvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "objc_name": "supportsSecureCoding",
+ "declAttributes": [
+ "Final",
+ "ObjC",
+ "RawDocComment"
+ ],
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMEvent(cm)supportsSecureCoding",
+ "mangledName": "$s8FBAEMKit8AEMEventC20supportsSecureCodingSbvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "objc_name": "supportsSecureCoding",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(coder:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMEvent?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMEvent",
+ "printedName": "FBAEMKit.AEMEvent",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMEvent"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "NSCoder",
+ "printedName": "Foundation.NSCoder",
+ "usr": "c:objc(cs)NSCoder"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMEvent(im)initWithCoder:",
+ "mangledName": "$s8FBAEMKit8AEMEventC5coderACSgSo7NSCoderC_tcfc",
+ "moduleName": "FBAEMKit",
+ "objc_name": "initWithCoder:",
+ "declAttributes": [
+ "ObjC",
+ "Convenience"
+ ],
+ "init_kind": "Convenience"
+ },
+ {
+ "kind": "Function",
+ "name": "encode",
+ "printedName": "encode(with:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "NSCoder",
+ "printedName": "Foundation.NSCoder",
+ "usr": "c:objc(cs)NSCoder"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMEvent(im)encodeWithCoder:",
+ "mangledName": "$s8FBAEMKit8AEMEventC6encode4withySo7NSCoderC_tF",
+ "moduleName": "FBAEMKit",
+ "objc_name": "encodeWithCoder:",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isEqual",
+ "printedName": "isEqual(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Any?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMEvent(im)isEqual:",
+ "mangledName": "$s8FBAEMKit8AEMEventC7isEqualySbypSgF",
+ "moduleName": "FBAEMKit",
+ "overriding": true,
+ "objc_name": "isEqual:",
+ "declAttributes": [
+ "Final",
+ "ObjC",
+ "Override",
+ "RawDocComment"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMEvent",
+ "printedName": "FBAEMKit.AEMEvent",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMEvent"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMEvent(im)init",
+ "mangledName": "$s8FBAEMKit8AEMEventCACycfc",
+ "moduleName": "FBAEMKit",
+ "overriding": true,
+ "implicit": true,
+ "objc_name": "init",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC",
+ "Override"
+ ],
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Class",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMEvent",
+ "mangledName": "$s8FBAEMKit8AEMEventC",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CommonCrypto.CommonHMAC",
+ "printedName": "CommonCrypto.CommonHMAC",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "FBSDKCoreKit_Basics",
+ "printedName": "FBSDKCoreKit_Basics",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit"
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMInvocation",
+ "printedName": "AEMInvocation",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "campaignID",
+ "printedName": "campaignID",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC10campaignIDSSvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC10campaignIDSSvp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasStorage",
+ "RawDocComment"
+ ],
+ "fixedbinaryorder": 0,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC10campaignIDSSvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC10campaignIDSSvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC10campaignIDSSvs",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC10campaignIDSSvs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC10campaignIDSSvM",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC10campaignIDSSvM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "acsToken",
+ "printedName": "acsToken",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC8acsTokenSSvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC8acsTokenSSvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 1,
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC8acsTokenSSvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC8acsTokenSSvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "acsSharedSecret",
+ "printedName": "acsSharedSecret",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC15acsSharedSecretSSSgvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC15acsSharedSecretSSSgvp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 2,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC15acsSharedSecretSSSgvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC15acsSharedSecretSSSgvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC15acsSharedSecretSSSgvs",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC15acsSharedSecretSSSgvs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC15acsSharedSecretSSSgvM",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC15acsSharedSecretSSSgvM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "acsConfigurationID",
+ "printedName": "acsConfigurationID",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC18acsConfigurationIDSSSgvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC18acsConfigurationIDSSSgvp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 3,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC18acsConfigurationIDSSSgvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC18acsConfigurationIDSSSgvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC18acsConfigurationIDSSSgvs",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC18acsConfigurationIDSSSgvs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC18acsConfigurationIDSSSgvM",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC18acsConfigurationIDSSSgvM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "businessID",
+ "printedName": "businessID",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC10businessIDSSSgvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC10businessIDSSSgvp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 4,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC10businessIDSSSgvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC10businessIDSSSgvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC10businessIDSSSgvs",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC10businessIDSSSgvs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC10businessIDSSSgvM",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC10businessIDSSSgvM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "catalogID",
+ "printedName": "catalogID",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC9catalogIDSSSgvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC9catalogIDSSSgvp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 5,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC9catalogIDSSSgvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC9catalogIDSSSgvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC9catalogIDSSSgvs",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC9catalogIDSSSgvs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC9catalogIDSSSgvM",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC9catalogIDSSSgvM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "isTestMode",
+ "printedName": "isTestMode",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC10isTestModeSbvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC10isTestModeSbvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 6,
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC10isTestModeSbvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC10isTestModeSbvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "hasStoreKitAdNetwork",
+ "printedName": "hasStoreKitAdNetwork",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC20hasStoreKitAdNetworkSbvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC20hasStoreKitAdNetworkSbvp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 7,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC20hasStoreKitAdNetworkSbvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC20hasStoreKitAdNetworkSbvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC20hasStoreKitAdNetworkSbvs",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC20hasStoreKitAdNetworkSbvs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC20hasStoreKitAdNetworkSbvM",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC20hasStoreKitAdNetworkSbvM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "isConversionFilteringEligible",
+ "printedName": "isConversionFilteringEligible",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC29isConversionFilteringEligibleSbvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC29isConversionFilteringEligibleSbvp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 8,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC29isConversionFilteringEligibleSbvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC29isConversionFilteringEligibleSbvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC29isConversionFilteringEligibleSbvs",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC29isConversionFilteringEligibleSbvs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC29isConversionFilteringEligibleSbvM",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC29isConversionFilteringEligibleSbvM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "timestamp",
+ "printedName": "timestamp",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Date",
+ "printedName": "Foundation.Date",
+ "usr": "s:10Foundation4DateV"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC9timestamp10Foundation4DateVvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC9timestamp10Foundation4DateVvp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasStorage",
+ "SetterAccess"
+ ],
+ "fixedbinaryorder": 9,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Date",
+ "printedName": "Foundation.Date",
+ "usr": "s:10Foundation4DateV"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC9timestamp10Foundation4DateVvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC9timestamp10Foundation4DateVvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "configurationMode",
+ "printedName": "configurationMode",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC17configurationModeSSvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC17configurationModeSSvp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasStorage",
+ "SetterAccess"
+ ],
+ "fixedbinaryorder": 10,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC17configurationModeSSvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC17configurationModeSSvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "configurationID",
+ "printedName": "configurationID",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC15configurationIDSivp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC15configurationIDSivp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasStorage",
+ "RawDocComment"
+ ],
+ "fixedbinaryorder": 11,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC15configurationIDSivg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC15configurationIDSivg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC15configurationIDSivs",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC15configurationIDSivs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC15configurationIDSivM",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC15configurationIDSivM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "recordedEvents",
+ "printedName": "recordedEvents",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Set",
+ "printedName": "Swift.Set",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sh"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC14recordedEventsShySSGvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC14recordedEventsShySSGvp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 12,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Set",
+ "printedName": "Swift.Set",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sh"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC14recordedEventsShySSGvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC14recordedEventsShySSGvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Set",
+ "printedName": "Swift.Set",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sh"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC14recordedEventsShySSGvs",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC14recordedEventsShySSGvs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC14recordedEventsShySSGvM",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC14recordedEventsShySSGvM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "recordedValues",
+ "printedName": "recordedValues",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [Swift.String : Any]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC14recordedValuesSDySSSDySSypGGvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC14recordedValuesSDySSSDySSypGGvp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 13,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [Swift.String : Any]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC14recordedValuesSDySSSDySSypGGvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC14recordedValuesSDySSSDySSypGGvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [Swift.String : Any]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC14recordedValuesSDySSSDySSypGGvs",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC14recordedValuesSDySSSDySSypGGvs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC14recordedValuesSDySSSDySSypGGvM",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC14recordedValuesSDySSSDySSypGGvM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "conversionValue",
+ "printedName": "conversionValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC15conversionValueSivp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC15conversionValueSivp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 14,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC15conversionValueSivg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC15conversionValueSivg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC15conversionValueSivs",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC15conversionValueSivs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC15conversionValueSivM",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC15conversionValueSivM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "priority",
+ "printedName": "priority",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC8prioritySivp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC8prioritySivp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 15,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC8prioritySivg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC8prioritySivg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC8prioritySivs",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC8prioritySivs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC8prioritySivM",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC8prioritySivM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "conversionTimestamp",
+ "printedName": "conversionTimestamp",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Date?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Date",
+ "printedName": "Foundation.Date",
+ "usr": "s:10Foundation4DateV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC19conversionTimestamp10Foundation4DateVSgvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC19conversionTimestamp10Foundation4DateVSgvp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 16,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Date?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Date",
+ "printedName": "Foundation.Date",
+ "usr": "s:10Foundation4DateV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC19conversionTimestamp10Foundation4DateVSgvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC19conversionTimestamp10Foundation4DateVSgvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Date?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Date",
+ "printedName": "Foundation.Date",
+ "usr": "s:10Foundation4DateV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC19conversionTimestamp10Foundation4DateVSgvs",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC19conversionTimestamp10Foundation4DateVSgvs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC19conversionTimestamp10Foundation4DateVSgvM",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC19conversionTimestamp10Foundation4DateVSgvM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "isAggregated",
+ "printedName": "isAggregated",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC12isAggregatedSbvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC12isAggregatedSbvp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 17,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC12isAggregatedSbvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC12isAggregatedSbvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC12isAggregatedSbvs",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC12isAggregatedSbvs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC12isAggregatedSbvM",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC12isAggregatedSbvM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "ConfigurationMode",
+ "printedName": "ConfigurationMode",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "default",
+ "printedName": "default",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMInvocation.ConfigurationMode.Type) -> FBAEMKit.AEMInvocation.ConfigurationMode",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ConfigurationMode",
+ "printedName": "FBAEMKit.AEMInvocation.ConfigurationMode",
+ "usr": "s:8FBAEMKit13AEMInvocationC17ConfigurationModeO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMInvocation.ConfigurationMode.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ConfigurationMode",
+ "printedName": "FBAEMKit.AEMInvocation.ConfigurationMode",
+ "usr": "s:8FBAEMKit13AEMInvocationC17ConfigurationModeO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit13AEMInvocationC17ConfigurationModeO7defaultyA2EmF",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC17ConfigurationModeO7defaultyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 0
+ },
+ {
+ "kind": "Var",
+ "name": "brand",
+ "printedName": "brand",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMInvocation.ConfigurationMode.Type) -> FBAEMKit.AEMInvocation.ConfigurationMode",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ConfigurationMode",
+ "printedName": "FBAEMKit.AEMInvocation.ConfigurationMode",
+ "usr": "s:8FBAEMKit13AEMInvocationC17ConfigurationModeO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMInvocation.ConfigurationMode.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ConfigurationMode",
+ "printedName": "FBAEMKit.AEMInvocation.ConfigurationMode",
+ "usr": "s:8FBAEMKit13AEMInvocationC17ConfigurationModeO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit13AEMInvocationC17ConfigurationModeO5brandyA2EmF",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC17ConfigurationModeO5brandyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 1
+ },
+ {
+ "kind": "Var",
+ "name": "cpas",
+ "printedName": "cpas",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMInvocation.ConfigurationMode.Type) -> FBAEMKit.AEMInvocation.ConfigurationMode",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ConfigurationMode",
+ "printedName": "FBAEMKit.AEMInvocation.ConfigurationMode",
+ "usr": "s:8FBAEMKit13AEMInvocationC17ConfigurationModeO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMInvocation.ConfigurationMode.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ConfigurationMode",
+ "printedName": "FBAEMKit.AEMInvocation.ConfigurationMode",
+ "usr": "s:8FBAEMKit13AEMInvocationC17ConfigurationModeO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit13AEMInvocationC17ConfigurationModeO4cpasyA2EmF",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC17ConfigurationModeO4cpasyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 2
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(rawValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMInvocation.ConfigurationMode?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ConfigurationMode",
+ "printedName": "FBAEMKit.AEMInvocation.ConfigurationMode",
+ "usr": "s:8FBAEMKit13AEMInvocationC17ConfigurationModeO"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit13AEMInvocationC17ConfigurationModeO8rawValueAESgSS_tcfc",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC17ConfigurationModeO8rawValueAESgSS_tcfc",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Var",
+ "name": "rawValue",
+ "printedName": "rawValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC17ConfigurationModeO8rawValueSSvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC17ConfigurationModeO8rawValueSSvp",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC17ConfigurationModeO8rawValueSSvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC17ConfigurationModeO8rawValueSSvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ }
+ ],
+ "declKind": "Enum",
+ "usr": "s:8FBAEMKit13AEMInvocationC17ConfigurationModeO",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC17ConfigurationModeO",
+ "moduleName": "FBAEMKit",
+ "enumRawTypeName": "String",
+ "isEnumExhaustive": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "RawRepresentable",
+ "printedName": "RawRepresentable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "RawValue",
+ "printedName": "RawValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ]
+ }
+ ],
+ "usr": "s:SY",
+ "mangledName": "$sSY"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(appLinkData:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMInvocation?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.AnyHashable : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.AnyHashable : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AnyHashable",
+ "printedName": "Swift.AnyHashable",
+ "usr": "s:s11AnyHashableV"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit13AEMInvocationC11appLinkDataACSgSDys11AnyHashableVypGSg_tcfc",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC11appLinkDataACSgSDys11AnyHashableVypGSg_tcfc",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Convenience"
+ ],
+ "init_kind": "Convenience"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(campaignID:acsToken:acsSharedSecret:acsConfigurationID:businessID:catalogID:isTestMode:hasStoreKitAdNetwork:isConversionFilteringEligible:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMInvocation?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit13AEMInvocationC10campaignID8acsToken0E12SharedSecret0e13ConfigurationD008businessD007catalogD010isTestMode20hasStoreKitAdNetwork0L27ConversionFilteringEligibleACSgSS_S2SSgA3NS3btcfc",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC10campaignID8acsToken0E12SharedSecret0e13ConfigurationD008businessD007catalogD010isTestMode20hasStoreKitAdNetwork0L27ConversionFilteringEligibleACSgSS_S2SSgA3NS3btcfc",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Convenience"
+ ],
+ "init_kind": "Convenience"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(campaignID:acsToken:acsSharedSecret:acsConfigurationID:businessID:catalogID:timestamp:configurationMode:configurationID:recordedEvents:recordedValues:conversionValue:priority:conversionTimestamp:isAggregated:isTestMode:hasStoreKitAdNetwork:isConversionFilteringEligible:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMInvocation?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Date?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Date",
+ "printedName": "Foundation.Date",
+ "usr": "s:10Foundation4DateV"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.Set?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Set",
+ "printedName": "Swift.Set",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sh"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : [Swift.String : Any]]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [Swift.String : Any]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Date?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Date",
+ "printedName": "Foundation.Date",
+ "usr": "s:10Foundation4DateV"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit13AEMInvocationC10campaignID8acsToken0E12SharedSecret0e13ConfigurationD008businessD007catalogD09timestamp17configurationMode0mD014recordedEvents0O6Values15conversionValue8priority0R9Timestamp12isAggregated0v4TestN020hasStoreKitAdNetwork0V27ConversionFilteringEligibleACSgSS_S2SSgA3W10Foundation4DateVSgSSSiShySSGSgSDySSSDySSypGGSgS2iA_S4btcfc",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC10campaignID8acsToken0E12SharedSecret0e13ConfigurationD008businessD007catalogD09timestamp17configurationMode0mD014recordedEvents0O6Values15conversionValue8priority0R9Timestamp12isAggregated0v4TestN020hasStoreKitAdNetwork0V27ConversionFilteringEligibleACSgSS_S2SSgA3W10Foundation4DateVSgSSSiShySSGSgSDySSSDySSypGGSgS2iA_S4btcfc",
+ "moduleName": "FBAEMKit",
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Function",
+ "name": "attributeEvent",
+ "printedName": "attributeEvent(_:currency:value:parameters:configurations:shouldUpdateCache:isRuleMatchInServer:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.NSNumber?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSNumber",
+ "printedName": "Foundation.NSNumber",
+ "usr": "c:objc(cs)NSNumber"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMConfiguration]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit13AEMInvocationC14attributeEvent_8currency5value10parameters14configurations17shouldUpdateCache19isRuleMatchInServerSbSS_SSSgSo8NSNumberCSgSDySSypGSgSDySSSayAA16AEMConfigurationCGGSgS2btF",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC14attributeEvent_8currency5value10parameters14configurations17shouldUpdateCache19isRuleMatchInServerSbSS_SSSgSo8NSNumberCSgSDySSypGSgSDySSSayAA16AEMConfigurationCGGSgS2btF",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "DiscardableResult"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "updateConversionValue",
+ "printedName": "updateConversionValue(configurations:event:shouldBoostPriority:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMConfiguration]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit13AEMInvocationC21updateConversionValue14configurations5event19shouldBoostPrioritySbSDySSSayAA16AEMConfigurationCGGSg_SSSbtF",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC21updateConversionValue14configurations5event19shouldBoostPrioritySbSDySSSayAA16AEMConfigurationCGGSg_SSSbtF",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isOptimizedEvent",
+ "printedName": "isOptimizedEvent(_:configurations:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMConfiguration]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit13AEMInvocationC16isOptimizedEvent_14configurationsSbSS_SDySSSayAA16AEMConfigurationCGGSgtF",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC16isOptimizedEvent_14configurationsSbSS_SDySSSayAA16AEMConfigurationCGGSgtF",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isOutOfWindow",
+ "printedName": "isOutOfWindow(configurations:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMConfiguration]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit13AEMInvocationC13isOutOfWindow14configurationsSbSDySSSayAA16AEMConfigurationCGGSg_tF",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC13isOutOfWindow14configurationsSbSDySSSayAA16AEMConfigurationCGGSg_tF",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "getHMAC",
+ "printedName": "getHMAC(delay:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit13AEMInvocationC7getHMAC5delaySSSgSi_tF",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC7getHMAC5delaySSSgSi_tF",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "RawDocComment"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "decodeBase64URLSafeString",
+ "printedName": "decodeBase64URLSafeString(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Data?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit13AEMInvocationC25decodeBase64URLSafeStringy10Foundation4DataVSgSSF",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC25decodeBase64URLSafeStringy10Foundation4DataVSgSSF",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "getProcessedParameters",
+ "printedName": "getProcessedParameters(from:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit13AEMInvocationC22getProcessedParameters4fromSDySSypGSgAG_tF",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC22getProcessedParameters4fromSDySSypGSgAG_tF",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "findConfiguration",
+ "printedName": "findConfiguration(in:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMConfiguration?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMConfiguration]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit13AEMInvocationC17findConfiguration2inAA16AEMConfigurationCSgSDySSSayAGGGSg_tF",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC17findConfiguration2inAA16AEMConfigurationCSgSDySSSayAGGGSg_tF",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "getConfigurationList",
+ "printedName": "getConfigurationList(mode:configurations:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMConfiguration]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "usr": "s:Sa"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ConfigurationMode",
+ "printedName": "FBAEMKit.AEMInvocation.ConfigurationMode",
+ "usr": "s:8FBAEMKit13AEMInvocationC17ConfigurationModeO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMConfiguration]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit13AEMInvocationC20getConfigurationList4mode14configurationsSayAA16AEMConfigurationCGAC0D4ModeO_SDySSAIGSgtF",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC20getConfigurationList4mode14configurationsSayAA16AEMConfigurationCGAC0D4ModeO_SDySSAIGSgtF",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "setConfiguration",
+ "printedName": "setConfiguration(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit13AEMInvocationC16setConfigurationyyAA16AEMConfigurationCF",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC16setConfigurationyyAA16AEMConfigurationCF",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Var",
+ "name": "supportsSecureCoding",
+ "printedName": "supportsSecureCoding",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation(cpy)supportsSecureCoding",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC20supportsSecureCodingSbvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "objc_name": "supportsSecureCoding",
+ "declAttributes": [
+ "Final",
+ "ObjC",
+ "RawDocComment"
+ ],
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation(cm)supportsSecureCoding",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC20supportsSecureCodingSbvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "objc_name": "supportsSecureCoding",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(coder:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMInvocation?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "NSCoder",
+ "printedName": "Foundation.NSCoder",
+ "usr": "c:objc(cs)NSCoder"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation(im)initWithCoder:",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC5coderACSgSo7NSCoderC_tcfc",
+ "moduleName": "FBAEMKit",
+ "objc_name": "initWithCoder:",
+ "declAttributes": [
+ "ObjC",
+ "Required"
+ ],
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Function",
+ "name": "encode",
+ "printedName": "encode(with:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "NSCoder",
+ "printedName": "Foundation.NSCoder",
+ "usr": "c:objc(cs)NSCoder"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation(im)encodeWithCoder:",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC6encode4withySo7NSCoderC_tF",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "objc_name": "encodeWithCoder:",
+ "declAttributes": [
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation(im)init",
+ "mangledName": "$s8FBAEMKit13AEMInvocationCACycfc",
+ "moduleName": "FBAEMKit",
+ "overriding": true,
+ "implicit": true,
+ "objc_name": "init",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC",
+ "Override"
+ ],
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Class",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "ObjC"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "FBSDKCoreKit_Basics",
+ "printedName": "FBSDKCoreKit_Basics",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit"
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMNetworker",
+ "printedName": "AEMNetworker",
+ "children": [
+ {
+ "kind": "TypeDecl",
+ "name": "Error",
+ "printedName": "Error",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "missingOperationQueue",
+ "printedName": "missingOperationQueue",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMNetworker.Error.Type) -> FBAEMKit.AEMNetworker.Error",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Error",
+ "printedName": "FBAEMKit.AEMNetworker.Error",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMNetworker.Error.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Error",
+ "printedName": "FBAEMKit.AEMNetworker.Error",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO21missingOperationQueueyA2EmF",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC5ErrorO21missingOperationQueueyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 0
+ },
+ {
+ "kind": "Var",
+ "name": "failedToCreateURL",
+ "printedName": "failedToCreateURL",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMNetworker.Error.Type) -> FBAEMKit.AEMNetworker.Error",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Error",
+ "printedName": "FBAEMKit.AEMNetworker.Error",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMNetworker.Error.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Error",
+ "printedName": "FBAEMKit.AEMNetworker.Error",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO17failedToCreateURLyA2EmF",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC5ErrorO17failedToCreateURLyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 1
+ },
+ {
+ "kind": "Var",
+ "name": "failedToParseJSON",
+ "printedName": "failedToParseJSON",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMNetworker.Error.Type) -> FBAEMKit.AEMNetworker.Error",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Error",
+ "printedName": "FBAEMKit.AEMNetworker.Error",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMNetworker.Error.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Error",
+ "printedName": "FBAEMKit.AEMNetworker.Error",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO17failedToParseJSONyA2EmF",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC5ErrorO17failedToParseJSONyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 2
+ },
+ {
+ "kind": "Function",
+ "name": "==",
+ "printedName": "==(_:_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Error",
+ "printedName": "FBAEMKit.AEMNetworker.Error",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Error",
+ "printedName": "FBAEMKit.AEMNetworker.Error",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO2eeoiySbAE_AEtFZ",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC5ErrorO2eeoiySbAE_AEtFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Var",
+ "name": "hashValue",
+ "printedName": "hashValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO9hashValueSivp",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC5ErrorO9hashValueSivp",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO9hashValueSivg",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC5ErrorO9hashValueSivg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Function",
+ "name": "hash",
+ "printedName": "hash(into:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Hasher",
+ "printedName": "Swift.Hasher",
+ "paramValueOwnership": "InOut",
+ "usr": "s:s6HasherV"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO4hash4intoys6HasherVz_tF",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC5ErrorO4hash4intoys6HasherVz_tF",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "funcSelfKind": "NonMutating"
+ }
+ ],
+ "declKind": "Enum",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC5ErrorO",
+ "moduleName": "FBAEMKit",
+ "isEnumExhaustive": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Error",
+ "printedName": "Error",
+ "usr": "s:s5ErrorP",
+ "mangledName": "$ss5ErrorP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "userAgentSuffix",
+ "printedName": "userAgentSuffix",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit12AEMNetworkerC15userAgentSuffixSSSgvp",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC15userAgentSuffixSSSgvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 0,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit12AEMNetworkerC15userAgentSuffixSSSgvg",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC15userAgentSuffixSSSgvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit12AEMNetworkerC15userAgentSuffixSSSgvs",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC15userAgentSuffixSSSgvs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit12AEMNetworkerC15userAgentSuffixSSSgvM",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC15userAgentSuffixSSSgvM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "userAgent",
+ "printedName": "userAgent",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit12AEMNetworkerC9userAgentSSvp",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC9userAgentSSvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "Lazy"
+ ],
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit12AEMNetworkerC9userAgentSSvg",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC9userAgentSSvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit12AEMNetworkerC9userAgentSSvs",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC9userAgentSSvs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit12AEMNetworkerC9userAgentSSvM",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC9userAgentSSvM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "$__lazy_storage_$_userAgent",
+ "printedName": "$__lazy_storage_$_userAgent",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit12AEMNetworkerC27$__lazy_storage_$_userAgent33_CA5D0A8FEAF39482D34FF23ED31512AELLSSSgvp",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC27$__lazy_storage_$_userAgent33_CA5D0A8FEAF39482D34FF23ED31512AELLSSSgvp",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isInternal": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "HasStorage",
+ "Final"
+ ],
+ "fixedbinaryorder": 1,
+ "hasStorage": true
+ },
+ {
+ "kind": "Function",
+ "name": "startGraphRequest",
+ "printedName": "startGraphRequest(withGraphPath:parameters:tokenString:httpMethod:completion:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Any?, (any Swift.Error)?) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Tuple",
+ "printedName": "(Any?, (any Swift.Error)?)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Any?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any Swift.Error)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Error",
+ "printedName": "any Swift.Error",
+ "usr": "s:s5ErrorP"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMNetworker(im)startGraphRequestWithGraphPath:parameters:tokenString:HTTPMethod:completion:",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC17startGraphRequest04withD4Path10parameters11tokenString10httpMethod10completionySS_SDySSypGSSSgAKyypSg_s5Error_pSgtctF",
+ "moduleName": "FBAEMKit",
+ "objc_name": "startGraphRequestWithGraphPath:parameters:tokenString:HTTPMethod:completion:",
+ "declAttributes": [
+ "Final",
+ "ObjC",
+ "RawDocComment"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "parseJSONResponse",
+ "printedName": "parseJSONResponse(data:error:statusCode:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Data?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any Swift.Error)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Error",
+ "printedName": "any Swift.Error",
+ "usr": "s:s5ErrorP"
+ }
+ ],
+ "paramValueOwnership": "InOut",
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit12AEMNetworkerC17parseJSONResponse4data5error10statusCodeSDySSypG10Foundation4DataVSg_s5Error_pSgzSitF",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC17parseJSONResponse4data5error10statusCodeSDySSypG10Foundation4DataVSg_s5Error_pSgzSitF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "parseJSONOrOtherwise",
+ "printedName": "parseJSONOrOtherwise(unsafeString:error:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Any?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any Swift.Error)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Error",
+ "printedName": "any Swift.Error",
+ "usr": "s:s5ErrorP"
+ }
+ ],
+ "paramValueOwnership": "InOut",
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit12AEMNetworkerC20parseJSONOrOtherwise12unsafeString5errorypSgSSSg_s5Error_pSgztF",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC20parseJSONOrOtherwise12unsafeString5errorypSgSSSg_s5Error_pSgztF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "appendAttachments",
+ "printedName": "appendAttachments(attachments:toBody:addFormData:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "AEMRequestBody",
+ "printedName": "FBAEMKit.AEMRequestBody",
+ "usr": "s:8FBAEMKit14AEMRequestBodyC"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit12AEMNetworkerC17appendAttachments11attachments6toBody11addFormDataySDySSypG_AA010AEMRequestG0CSbtF",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC17appendAttachments11attachments6toBody11addFormDataySDySSypG_AA010AEMRequestG0CSbtF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMNetworker",
+ "printedName": "FBAEMKit.AEMNetworker",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMNetworker"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMNetworker(im)init",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerCACycfc",
+ "moduleName": "FBAEMKit",
+ "overriding": true,
+ "implicit": true,
+ "objc_name": "init",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC",
+ "Override"
+ ],
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Class",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMNetworker",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "AEMNetworking",
+ "printedName": "AEMNetworking",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBAEMNetworking",
+ "mangledName": "$s8FBAEMKit13AEMNetworkingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMNetworking",
+ "printedName": "AEMNetworking",
+ "children": [
+ {
+ "kind": "Function",
+ "name": "startGraphRequest",
+ "printedName": "startGraphRequest(withGraphPath:parameters:tokenString:httpMethod:completion:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Any?, (any Swift.Error)?) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Tuple",
+ "printedName": "(Any?, (any Swift.Error)?)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Any?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any Swift.Error)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Error",
+ "printedName": "any Swift.Error",
+ "usr": "s:s5ErrorP"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBAEMNetworking(im)startGraphRequestWithGraphPath:parameters:tokenString:HTTPMethod:completion:",
+ "mangledName": "$s8FBAEMKit13AEMNetworkingP17startGraphRequest04withD4Path10parameters11tokenString10httpMethod10completionySS_SDySSypGSSSgAKyypSg_s5Error_pSgtctF",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0 where τ_0_0 : FBAEMKit.AEMNetworking>",
+ "sugared_genericSig": "",
+ "protocolReq": true,
+ "objc_name": "startGraphRequestWithGraphPath:parameters:tokenString:HTTPMethod:completion:",
+ "declAttributes": [
+ "ObjC"
+ ],
+ "reqNewWitnessTableEntry": true,
+ "funcSelfKind": "NonMutating"
+ }
+ ],
+ "declKind": "Protocol",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBAEMNetworking",
+ "mangledName": "$s8FBAEMKit13AEMNetworkingP",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0 : AnyObject>",
+ "sugared_genericSig": "",
+ "objc_name": "FBAEMNetworking",
+ "declAttributes": [
+ "AccessControl",
+ "ObjC"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "FBSDKCoreKit_Basics",
+ "printedName": "FBSDKCoreKit_Basics",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit"
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMReporter",
+ "printedName": "AEMReporter",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "networker",
+ "printedName": "networker",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.AEMNetworking)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMNetworking",
+ "printedName": "any FBAEMKit.AEMNetworking",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBAEMNetworking"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)networker",
+ "mangledName": "$s8FBAEMKit11AEMReporterC9networkerAA13AEMNetworking_pSgvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.AEMNetworking)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMNetworking",
+ "printedName": "any FBAEMKit.AEMNetworking",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBAEMNetworking"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)networker",
+ "mangledName": "$s8FBAEMKit11AEMReporterC9networkerAA13AEMNetworking_pSgvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.AEMNetworking)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMNetworking",
+ "printedName": "any FBAEMKit.AEMNetworking",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBAEMNetworking"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setNetworker:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC9networkerAA13AEMNetworking_pSgvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC9networkerAA13AEMNetworking_pSgvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC9networkerAA13AEMNetworking_pSgvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "appID",
+ "printedName": "appID",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)appID",
+ "mangledName": "$s8FBAEMKit11AEMReporterC5appIDSSSgvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)appID",
+ "mangledName": "$s8FBAEMKit11AEMReporterC5appIDSSSgvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setAppID:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC5appIDSSSgvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC5appIDSSSgvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC5appIDSSSgvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "nullAppID",
+ "printedName": "nullAppID",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)nullAppID",
+ "mangledName": "$s8FBAEMKit11AEMReporterC9nullAppIDSSvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)nullAppID",
+ "mangledName": "$s8FBAEMKit11AEMReporterC9nullAppIDSSvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "analyticsAppID",
+ "printedName": "analyticsAppID",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)analyticsAppID",
+ "mangledName": "$s8FBAEMKit11AEMReporterC14analyticsAppIDSSSgvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "RawDocComment",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)analyticsAppID",
+ "mangledName": "$s8FBAEMKit11AEMReporterC14analyticsAppIDSSSgvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setAnalyticsAppID:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC14analyticsAppIDSSSgvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC14analyticsAppIDSSSgvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC14analyticsAppIDSSSgvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "reporter",
+ "printedName": "reporter",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.SKAdNetworkReporting)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SKAdNetworkReporting",
+ "printedName": "any FBAEMKit.SKAdNetworkReporting",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBSKAdNetworkReporting"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)reporter",
+ "mangledName": "$s8FBAEMKit11AEMReporterC8reporterAA20SKAdNetworkReporting_pSgvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.SKAdNetworkReporting)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SKAdNetworkReporting",
+ "printedName": "any FBAEMKit.SKAdNetworkReporting",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBSKAdNetworkReporting"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)reporter",
+ "mangledName": "$s8FBAEMKit11AEMReporterC8reporterAA20SKAdNetworkReporting_pSgvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.SKAdNetworkReporting)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SKAdNetworkReporting",
+ "printedName": "any FBAEMKit.SKAdNetworkReporting",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBSKAdNetworkReporting"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setReporter:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC8reporterAA20SKAdNetworkReporting_pSgvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC8reporterAA20SKAdNetworkReporting_pSgvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC8reporterAA20SKAdNetworkReporting_pSgvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "dataStore",
+ "printedName": "dataStore",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBSDKCoreKit_Basics.DataPersisting)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DataPersisting",
+ "printedName": "any FBSDKCoreKit_Basics.DataPersisting",
+ "usr": "c:objc(pl)FBSDKDataPersisting"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)dataStore",
+ "mangledName": "$s8FBAEMKit11AEMReporterC9dataStoreSo19FBSDKDataPersisting_pSgvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBSDKCoreKit_Basics.DataPersisting)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DataPersisting",
+ "printedName": "any FBSDKCoreKit_Basics.DataPersisting",
+ "usr": "c:objc(pl)FBSDKDataPersisting"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)dataStore",
+ "mangledName": "$s8FBAEMKit11AEMReporterC9dataStoreSo19FBSDKDataPersisting_pSgvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBSDKCoreKit_Basics.DataPersisting)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DataPersisting",
+ "printedName": "any FBSDKCoreKit_Basics.DataPersisting",
+ "usr": "c:objc(pl)FBSDKDataPersisting"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setDataStore:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC9dataStoreSo19FBSDKDataPersisting_pSgvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC9dataStoreSo19FBSDKDataPersisting_pSgvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC9dataStoreSo19FBSDKDataPersisting_pSgvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "isAEMReportEnabled",
+ "printedName": "isAEMReportEnabled",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)isAEMReportEnabled",
+ "mangledName": "$s8FBAEMKit11AEMReporterC18isAEMReportEnabledSbvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)isAEMReportEnabled",
+ "mangledName": "$s8FBAEMKit11AEMReporterC18isAEMReportEnabledSbvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setIsAEMReportEnabled:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC18isAEMReportEnabledSbvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC18isAEMReportEnabledSbvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC18isAEMReportEnabledSbvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "isLoadingConfiguration",
+ "printedName": "isLoadingConfiguration",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)isLoadingConfiguration",
+ "mangledName": "$s8FBAEMKit11AEMReporterC22isLoadingConfigurationSbvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)isLoadingConfiguration",
+ "mangledName": "$s8FBAEMKit11AEMReporterC22isLoadingConfigurationSbvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setIsLoadingConfiguration:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC22isLoadingConfigurationSbvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC22isLoadingConfigurationSbvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC22isLoadingConfigurationSbvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "isConversionFilteringEnabled",
+ "printedName": "isConversionFilteringEnabled",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)isConversionFilteringEnabled",
+ "mangledName": "$s8FBAEMKit11AEMReporterC28isConversionFilteringEnabledSbvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)isConversionFilteringEnabled",
+ "mangledName": "$s8FBAEMKit11AEMReporterC28isConversionFilteringEnabledSbvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setIsConversionFilteringEnabled:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC28isConversionFilteringEnabledSbvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC28isConversionFilteringEnabledSbvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC28isConversionFilteringEnabledSbvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "isCatalogMatchingEnabled",
+ "printedName": "isCatalogMatchingEnabled",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)isCatalogMatchingEnabled",
+ "mangledName": "$s8FBAEMKit11AEMReporterC24isCatalogMatchingEnabledSbvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)isCatalogMatchingEnabled",
+ "mangledName": "$s8FBAEMKit11AEMReporterC24isCatalogMatchingEnabledSbvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setIsCatalogMatchingEnabled:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC24isCatalogMatchingEnabledSbvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC24isCatalogMatchingEnabledSbvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC24isCatalogMatchingEnabledSbvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "isAdvertiserRuleMatchInServerEnabled",
+ "printedName": "isAdvertiserRuleMatchInServerEnabled",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)isAdvertiserRuleMatchInServerEnabled",
+ "mangledName": "$s8FBAEMKit11AEMReporterC36isAdvertiserRuleMatchInServerEnabledSbvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)isAdvertiserRuleMatchInServerEnabled",
+ "mangledName": "$s8FBAEMKit11AEMReporterC36isAdvertiserRuleMatchInServerEnabledSbvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setIsAdvertiserRuleMatchInServerEnabled:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC36isAdvertiserRuleMatchInServerEnabledSbvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC36isAdvertiserRuleMatchInServerEnabledSbvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC36isAdvertiserRuleMatchInServerEnabledSbvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "serialQueue",
+ "printedName": "serialQueue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DispatchQueue",
+ "printedName": "Dispatch.DispatchQueue",
+ "usr": "c:objc(cs)OS_dispatch_queue"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)serialQueue",
+ "mangledName": "$s8FBAEMKit11AEMReporterC11serialQueueSo17OS_dispatch_queueCvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DispatchQueue",
+ "printedName": "Dispatch.DispatchQueue",
+ "usr": "c:objc(cs)OS_dispatch_queue"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)serialQueue",
+ "mangledName": "$s8FBAEMKit11AEMReporterC11serialQueueSo17OS_dispatch_queueCvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "DispatchQueue",
+ "printedName": "Dispatch.DispatchQueue",
+ "usr": "c:objc(cs)OS_dispatch_queue"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setSerialQueue:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC11serialQueueSo17OS_dispatch_queueCvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC11serialQueueSo17OS_dispatch_queueCvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC11serialQueueSo17OS_dispatch_queueCvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "reportFile",
+ "printedName": "reportFile",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)reportFile",
+ "mangledName": "$s8FBAEMKit11AEMReporterC10reportFileSSSgvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)reportFile",
+ "mangledName": "$s8FBAEMKit11AEMReporterC10reportFileSSSgvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setReportFile:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC10reportFileSSSgvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC10reportFileSSSgvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC10reportFileSSSgvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "configurations",
+ "printedName": "configurations",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMConfiguration]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)configurations",
+ "mangledName": "$s8FBAEMKit11AEMReporterC14configurationsSDySSSayAA16AEMConfigurationCGGvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMConfiguration]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)configurations",
+ "mangledName": "$s8FBAEMKit11AEMReporterC14configurationsSDySSSayAA16AEMConfigurationCGGvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMConfiguration]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setConfigurations:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC14configurationsSDySSSayAA16AEMConfigurationCGGvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC14configurationsSDySSSayAA16AEMConfigurationCGGvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC14configurationsSDySSSayAA16AEMConfigurationCGGvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "invocations",
+ "printedName": "invocations",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMInvocation]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)invocations",
+ "mangledName": "$s8FBAEMKit11AEMReporterC11invocationsSayAA13AEMInvocationCGvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMInvocation]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)invocations",
+ "mangledName": "$s8FBAEMKit11AEMReporterC11invocationsSayAA13AEMInvocationCGvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMInvocation]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setInvocations:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC11invocationsSayAA13AEMInvocationCGvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC11invocationsSayAA13AEMInvocationCGvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC11invocationsSayAA13AEMInvocationCGvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "configRefreshTimestamp",
+ "printedName": "configRefreshTimestamp",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Date?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Date",
+ "printedName": "Foundation.Date",
+ "usr": "s:10Foundation4DateV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)configRefreshTimestamp",
+ "mangledName": "$s8FBAEMKit11AEMReporterC22configRefreshTimestamp10Foundation4DateVSgvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Date?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Date",
+ "printedName": "Foundation.Date",
+ "usr": "s:10Foundation4DateV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)configRefreshTimestamp",
+ "mangledName": "$s8FBAEMKit11AEMReporterC22configRefreshTimestamp10Foundation4DateVSgvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Date?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Date",
+ "printedName": "Foundation.Date",
+ "usr": "s:10Foundation4DateV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setConfigRefreshTimestamp:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC22configRefreshTimestamp10Foundation4DateVSgvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC22configRefreshTimestamp10Foundation4DateVSgvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC22configRefreshTimestamp10Foundation4DateVSgvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "minAggregationRequestTimestamp",
+ "printedName": "minAggregationRequestTimestamp",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Date?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Date",
+ "printedName": "Foundation.Date",
+ "usr": "s:10Foundation4DateV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)minAggregationRequestTimestamp",
+ "mangledName": "$s8FBAEMKit11AEMReporterC30minAggregationRequestTimestamp10Foundation4DateVSgvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Date?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Date",
+ "printedName": "Foundation.Date",
+ "usr": "s:10Foundation4DateV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)minAggregationRequestTimestamp",
+ "mangledName": "$s8FBAEMKit11AEMReporterC30minAggregationRequestTimestamp10Foundation4DateVSgvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Date?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Date",
+ "printedName": "Foundation.Date",
+ "usr": "s:10Foundation4DateV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setMinAggregationRequestTimestamp:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC30minAggregationRequestTimestamp10Foundation4DateVSgvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC30minAggregationRequestTimestamp10Foundation4DateVSgvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC30minAggregationRequestTimestamp10Foundation4DateVSgvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "completionBlocks",
+ "printedName": "completionBlocks",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[(Foundation.NSError?) -> ()]",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Foundation.NSError?) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.NSError?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSError",
+ "printedName": "Foundation.NSError",
+ "usr": "c:objc(cs)NSError"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit11AEMReporterC16completionBlocksSayySo7NSErrorCSgcGvpZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC16completionBlocksSayySo7NSErrorCSgcGvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[(Foundation.NSError?) -> ()]",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Foundation.NSError?) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.NSError?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSError",
+ "printedName": "Foundation.NSError",
+ "usr": "c:objc(cs)NSError"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC16completionBlocksSayySo7NSErrorCSgcGvgZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC16completionBlocksSayySo7NSErrorCSgcGvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[(Foundation.NSError?) -> ()]",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Foundation.NSError?) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.NSError?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSError",
+ "printedName": "Foundation.NSError",
+ "usr": "c:objc(cs)NSError"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC16completionBlocksSayySo7NSErrorCSgcGvsZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC16completionBlocksSayySo7NSErrorCSgcGvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC16completionBlocksSayySo7NSErrorCSgcGvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC16completionBlocksSayySo7NSErrorCSgcGvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Function",
+ "name": "configure",
+ "printedName": "configure(networker:appID:reporter:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.AEMNetworking)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMNetworking",
+ "printedName": "any FBAEMKit.AEMNetworking",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBAEMNetworking"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.SKAdNetworkReporting)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SKAdNetworkReporting",
+ "printedName": "any FBAEMKit.SKAdNetworkReporting",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBSKAdNetworkReporting"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)configureWithNetworker:appID:reporter:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC9configure9networker5appID8reporteryAA13AEMNetworking_pSg_SSSgAA20SKAdNetworkReporting_pSgtFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "AccessControl",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "configure",
+ "printedName": "configure(networker:appID:reporter:analyticsAppID:store:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.AEMNetworking)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMNetworking",
+ "printedName": "any FBAEMKit.AEMNetworking",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBAEMNetworking"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.SKAdNetworkReporting)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SKAdNetworkReporting",
+ "printedName": "any FBAEMKit.SKAdNetworkReporting",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBSKAdNetworkReporting"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBSDKCoreKit_Basics.DataPersisting)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DataPersisting",
+ "printedName": "any FBSDKCoreKit_Basics.DataPersisting",
+ "usr": "c:objc(pl)FBSDKDataPersisting"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)configureWithNetworker:appID:reporter:analyticsAppID:store:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC9configure9networker5appID8reporter012analyticsAppF05storeyAA13AEMNetworking_pSg_SSSgAA20SKAdNetworkReporting_pSgALSo19FBSDKDataPersisting_pSgtFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "AccessControl",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "enable",
+ "printedName": "enable()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)enable",
+ "mangledName": "$s8FBAEMKit11AEMReporterC6enableyyFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "AccessControl",
+ "RawDocComment",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "setConversionFilteringEnabled",
+ "printedName": "setConversionFilteringEnabled(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setConversionFilteringEnabled:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC29setConversionFilteringEnabledyySbFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "AccessControl",
+ "RawDocComment",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "setCatalogMatchingEnabled",
+ "printedName": "setCatalogMatchingEnabled(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setCatalogMatchingEnabled:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC25setCatalogMatchingEnabledyySbFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "AccessControl",
+ "RawDocComment",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "setAdvertiserRuleMatchInServerEnabled",
+ "printedName": "setAdvertiserRuleMatchInServerEnabled(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setAdvertiserRuleMatchInServerEnabled:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC37setAdvertiserRuleMatchInServerEnabledyySbFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "AccessControl",
+ "RawDocComment",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "handle",
+ "printedName": "handle(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.URL?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "URL",
+ "printedName": "Foundation.URL",
+ "usr": "s:10Foundation3URLV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)handle:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC6handleyy10Foundation3URLVSgFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "AccessControl",
+ "RawDocComment",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "parseURL",
+ "printedName": "parseURL(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMInvocation?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.URL?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "URL",
+ "printedName": "Foundation.URL",
+ "usr": "s:10Foundation3URLV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)parseURL:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC8parseURLyAA13AEMInvocationCSg10Foundation0D0VSgFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "recordAndUpdate",
+ "printedName": "recordAndUpdate(event:currency:value:parameters:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.NSNumber?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSNumber",
+ "printedName": "Foundation.NSNumber",
+ "usr": "c:objc(cs)NSNumber"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)recordAndUpdateEvent:currency:value:parameters:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC15recordAndUpdate5event8currency5value10parametersySS_SSSgSo8NSNumberCSgSDySSypGSgtFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "objc_name": "recordAndUpdateEvent:currency:value:parameters:",
+ "declAttributes": [
+ "Final",
+ "AccessControl",
+ "ObjC",
+ "RawDocComment"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "attributedInvocation",
+ "printedName": "attributedInvocation(_:event:currency:value:parameters:configurations:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMInvocation?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMInvocation]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "usr": "s:Sa"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.NSNumber?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSNumber",
+ "printedName": "Foundation.NSNumber",
+ "usr": "c:objc(cs)NSNumber"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMConfiguration]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)attributedInvocation:event:currency:value:parameters:configurations:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC20attributedInvocation_5event8currency5value10parameters14configurationsAA13AEMInvocationCSgSayAKG_S2SSgSo8NSNumberCSgSDySSypGSgSDySSSayAA16AEMConfigurationCGGtFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "RawDocComment",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isDoubleCounting",
+ "printedName": "isDoubleCounting(_:event:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)isDoubleCounting:event:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC16isDoubleCounting_5eventSbAA13AEMInvocationC_SStFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "loadConfiguration",
+ "printedName": "loadConfiguration(withRefreshForced:block:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "((Foundation.NSError?) -> ())?",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Foundation.NSError?) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.NSError?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSError",
+ "printedName": "Foundation.NSError",
+ "usr": "c:objc(cs)NSError"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)loadConfigurationWithRefreshForced:block:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC17loadConfiguration17withRefreshForced5blockySb_ySo7NSErrorCSgcSgtFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "loadCatalogOptimization",
+ "printedName": "loadCatalogOptimization(with:contentID:block:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "() -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ]
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)loadCatalogOptimizationWith:contentID:block:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC23loadCatalogOptimization4with9contentID5blockyAA13AEMInvocationC_SSSgyyctFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "loadRuleMatch",
+ "printedName": "loadRuleMatch(_:event:currency:value:parameters:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[Swift.String]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sa"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.NSNumber?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSNumber",
+ "printedName": "Foundation.NSNumber",
+ "usr": "c:objc(cs)NSNumber"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)loadRuleMatch:event:currency:value:parameters:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC13loadRuleMatch_5event8currency5value10parametersySaySSG_S2SSgSo8NSNumberCSgSDySSypGSgtFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "shouldReportConversion",
+ "printedName": "shouldReportConversion(inCatalogLevel:event:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)shouldReportConversionInCatalogLevel:event:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC22shouldReportConversion14inCatalogLevel5eventSbAA13AEMInvocationC_SStFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isContentOptimized",
+ "printedName": "isContentOptimized(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Any?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)isContentOptimized:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC18isContentOptimizedySbypSgFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "requestParameters",
+ "printedName": "requestParameters()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)requestParameters",
+ "mangledName": "$s8FBAEMKit11AEMReporterC17requestParametersSDySSypGyFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "catalogRequestParameters",
+ "printedName": "catalogRequestParameters(_:contentID:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)catalogRequestParameters:contentID:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC24catalogRequestParameters_9contentIDSDySSypGSSSg_AGtFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "ruleMatchRequestParameters",
+ "printedName": "ruleMatchRequestParameters(_:content:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[Swift.String]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sa"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)ruleMatchRequestParameters:content:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC26ruleMatchRequestParameters_7contentSDySSypGSaySSG_SSSgtFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isConfigRefreshTimestampValid",
+ "printedName": "isConfigRefreshTimestampValid()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)isConfigRefreshTimestampValid",
+ "mangledName": "$s8FBAEMKit11AEMReporterC29isConfigRefreshTimestampValidSbyFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "shouldRefresh",
+ "printedName": "shouldRefresh(withIsForced:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)shouldRefreshWithIsForced:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC13shouldRefresh12withIsForcedS2b_tFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "shouldDelayAggregationRequest",
+ "printedName": "shouldDelayAggregationRequest()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)shouldDelayAggregationRequest",
+ "mangledName": "$s8FBAEMKit11AEMReporterC29shouldDelayAggregationRequestSbyFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "sendDebuggingRequest",
+ "printedName": "sendDebuggingRequest(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)sendDebuggingRequest:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC20sendDebuggingRequestyyAA13AEMInvocationCFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "RawDocComment",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "debuggingRequestParameters",
+ "printedName": "debuggingRequestParameters(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)debuggingRequestParameters:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC26debuggingRequestParametersySDySSypGAA13AEMInvocationCFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "loadMinAggregationRequestTimestamp",
+ "printedName": "loadMinAggregationRequestTimestamp()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Date?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Date",
+ "printedName": "Foundation.Date",
+ "usr": "s:10Foundation4DateV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)loadMinAggregationRequestTimestamp",
+ "mangledName": "$s8FBAEMKit11AEMReporterC34loadMinAggregationRequestTimestamp10Foundation4DateVSgyFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "RawDocComment",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "updateAggregationRequestTimestamp",
+ "printedName": "updateAggregationRequestTimestamp(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)updateAggregationRequestTimestamp:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC33updateAggregationRequestTimestampyySdFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "loadConfigurations",
+ "printedName": "loadConfigurations()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMConfiguration]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)loadConfigurations",
+ "mangledName": "$s8FBAEMKit11AEMReporterC18loadConfigurationsSDySSSayAA16AEMConfigurationCGGyFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "addConfigurations",
+ "printedName": "addConfigurations(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[[Swift.String : Any]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)addConfigurations:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC17addConfigurationsyySaySDySSypGGFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "loadReportData",
+ "printedName": "loadReportData()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMInvocation]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)loadReportData",
+ "mangledName": "$s8FBAEMKit11AEMReporterC14loadReportDataSayAA13AEMInvocationCGyFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "saveReportData",
+ "printedName": "saveReportData()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)saveReportData",
+ "mangledName": "$s8FBAEMKit11AEMReporterC14saveReportDatayyFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "sendAggregationRequest",
+ "printedName": "sendAggregationRequest()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)sendAggregationRequest",
+ "mangledName": "$s8FBAEMKit11AEMReporterC22sendAggregationRequestyyFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "aggregationRequestParameters",
+ "printedName": "aggregationRequestParameters(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)aggregationRequestParameters:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC28aggregationRequestParametersySDySSypGAA13AEMInvocationCFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "clearCache",
+ "printedName": "clearCache()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)clearCache",
+ "mangledName": "$s8FBAEMKit11AEMReporterC10clearCacheyyFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "clearConfigurations",
+ "printedName": "clearConfigurations()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)clearConfigurations",
+ "mangledName": "$s8FBAEMKit11AEMReporterC19clearConfigurationsyyFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMReporter",
+ "printedName": "FBAEMKit.AEMReporter",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(im)init",
+ "mangledName": "$s8FBAEMKit11AEMReporterCACycfc",
+ "moduleName": "FBAEMKit",
+ "overriding": true,
+ "implicit": true,
+ "objc_name": "init",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC",
+ "Override"
+ ],
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Class",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter",
+ "mangledName": "$s8FBAEMKit11AEMReporterC",
+ "moduleName": "FBAEMKit",
+ "objc_name": "FBAEMReporter",
+ "declAttributes": [
+ "Final",
+ "AccessControl",
+ "ObjC",
+ "ObjCMembers"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "FBSDKCoreKit_Basics",
+ "printedName": "FBSDKCoreKit_Basics",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit"
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMRequestBody",
+ "printedName": "AEMRequestBody",
+ "children": [
+ {
+ "kind": "Function",
+ "name": "compressedData",
+ "printedName": "compressedData()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Data?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit14AEMRequestBodyC14compressedData10Foundation0E0VSgyF",
+ "mangledName": "$s8FBAEMKit14AEMRequestBodyC14compressedData10Foundation0E0VSgyF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "RawDocComment"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Var",
+ "name": "data",
+ "printedName": "data",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit14AEMRequestBodyC4data10Foundation4DataVvp",
+ "mangledName": "$s8FBAEMKit14AEMRequestBodyC4data10Foundation4DataVvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit14AEMRequestBodyC4data10Foundation4DataVvg",
+ "mangledName": "$s8FBAEMKit14AEMRequestBodyC4data10Foundation4DataVvg",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "_data",
+ "printedName": "_data",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit14AEMRequestBodyC5_data33_1FB9656C872A5478253A5AEB5A2CB886LL10Foundation4DataVvp",
+ "mangledName": "$s8FBAEMKit14AEMRequestBodyC5_data33_1FB9656C872A5478253A5AEB5A2CB886LL10Foundation4DataVvp",
+ "moduleName": "FBAEMKit",
+ "isInternal": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "AccessControl"
+ ],
+ "fixedbinaryorder": 0,
+ "hasStorage": true
+ },
+ {
+ "kind": "Var",
+ "name": "json",
+ "printedName": "json",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit14AEMRequestBodyC4json33_1FB9656C872A5478253A5AEB5A2CB886LLSDySSypGvp",
+ "mangledName": "$s8FBAEMKit14AEMRequestBodyC4json33_1FB9656C872A5478253A5AEB5A2CB886LLSDySSypGvp",
+ "moduleName": "FBAEMKit",
+ "isInternal": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "AccessControl",
+ "RawDocComment"
+ ],
+ "fixedbinaryorder": 1,
+ "hasStorage": true
+ },
+ {
+ "kind": "Function",
+ "name": "append",
+ "printedName": "append(withKey:formValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit14AEMRequestBodyC6append7withKey9formValueySSSg_AGtF",
+ "mangledName": "$s8FBAEMKit14AEMRequestBodyC6append7withKey9formValueySSSg_AGtF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMRequestBody",
+ "printedName": "FBAEMKit.AEMRequestBody",
+ "usr": "s:8FBAEMKit14AEMRequestBodyC"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit14AEMRequestBodyCACycfc",
+ "mangledName": "$s8FBAEMKit14AEMRequestBodyCACycfc",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Class",
+ "usr": "s:8FBAEMKit14AEMRequestBodyC",
+ "mangledName": "$s8FBAEMKit14AEMRequestBodyC",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "FBSDKCoreKit_Basics",
+ "printedName": "FBSDKCoreKit_Basics",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit"
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMRule",
+ "printedName": "AEMRule",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "conversionValue",
+ "printedName": "conversionValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit7AEMRuleC15conversionValueSivp",
+ "mangledName": "$s8FBAEMKit7AEMRuleC15conversionValueSivp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 0,
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit7AEMRuleC15conversionValueSivg",
+ "mangledName": "$s8FBAEMKit7AEMRuleC15conversionValueSivg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "priority",
+ "printedName": "priority",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit7AEMRuleC8prioritySivp",
+ "mangledName": "$s8FBAEMKit7AEMRuleC8prioritySivp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 1,
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit7AEMRuleC8prioritySivg",
+ "mangledName": "$s8FBAEMKit7AEMRuleC8prioritySivg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "events",
+ "printedName": "events",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMEvent]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMEvent",
+ "printedName": "FBAEMKit.AEMEvent",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMEvent"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit7AEMRuleC6eventsSayAA8AEMEventCGvp",
+ "mangledName": "$s8FBAEMKit7AEMRuleC6eventsSayAA8AEMEventCGvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 2,
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMEvent]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMEvent",
+ "printedName": "FBAEMKit.AEMEvent",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMEvent"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit7AEMRuleC6eventsSayAA8AEMEventCGvg",
+ "mangledName": "$s8FBAEMKit7AEMRuleC6eventsSayAA8AEMEventCGvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(json:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMRule?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMRule",
+ "printedName": "FBAEMKit.AEMRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMRule"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit7AEMRuleC4jsonACSgSDySSypG_tcfc",
+ "mangledName": "$s8FBAEMKit7AEMRuleC4jsonACSgSDySSypG_tcfc",
+ "moduleName": "FBAEMKit",
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Function",
+ "name": "containsEvent",
+ "printedName": "containsEvent(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit7AEMRuleC13containsEventySbSSF",
+ "mangledName": "$s8FBAEMKit7AEMRuleC13containsEventySbSSF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "RawDocComment"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isMatched",
+ "printedName": "isMatched(withRecordedEvents:recordedValues:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.Set?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Set",
+ "printedName": "Swift.Set",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sh"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : [Swift.String : Any]]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [Swift.String : Any]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit7AEMRuleC9isMatched18withRecordedEvents14recordedValuesSbShySSGSg_SDySSSDySSypGGSgtF",
+ "mangledName": "$s8FBAEMKit7AEMRuleC9isMatched18withRecordedEvents14recordedValuesSbShySSGSg_SDySSSDySSypGGSgtF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "RawDocComment"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Var",
+ "name": "supportsSecureCoding",
+ "printedName": "supportsSecureCoding",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMRule(cpy)supportsSecureCoding",
+ "mangledName": "$s8FBAEMKit7AEMRuleC20supportsSecureCodingSbvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "objc_name": "supportsSecureCoding",
+ "declAttributes": [
+ "Final",
+ "ObjC",
+ "RawDocComment"
+ ],
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMRule(cm)supportsSecureCoding",
+ "mangledName": "$s8FBAEMKit7AEMRuleC20supportsSecureCodingSbvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "objc_name": "supportsSecureCoding",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(coder:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMRule?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMRule",
+ "printedName": "FBAEMKit.AEMRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMRule"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "NSCoder",
+ "printedName": "Foundation.NSCoder",
+ "usr": "c:objc(cs)NSCoder"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMRule(im)initWithCoder:",
+ "mangledName": "$s8FBAEMKit7AEMRuleC5coderACSgSo7NSCoderC_tcfc",
+ "moduleName": "FBAEMKit",
+ "objc_name": "initWithCoder:",
+ "declAttributes": [
+ "ObjC"
+ ],
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Function",
+ "name": "encode",
+ "printedName": "encode(with:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "NSCoder",
+ "printedName": "Foundation.NSCoder",
+ "usr": "c:objc(cs)NSCoder"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMRule(im)encodeWithCoder:",
+ "mangledName": "$s8FBAEMKit7AEMRuleC6encode4withySo7NSCoderC_tF",
+ "moduleName": "FBAEMKit",
+ "objc_name": "encodeWithCoder:",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isEqual",
+ "printedName": "isEqual(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Any?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMRule(im)isEqual:",
+ "mangledName": "$s8FBAEMKit7AEMRuleC7isEqualySbypSgF",
+ "moduleName": "FBAEMKit",
+ "overriding": true,
+ "objc_name": "isEqual:",
+ "declAttributes": [
+ "Final",
+ "ObjC",
+ "Override"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMRule",
+ "printedName": "FBAEMKit.AEMRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMRule"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMRule(im)init",
+ "mangledName": "$s8FBAEMKit7AEMRuleCACycfc",
+ "moduleName": "FBAEMKit",
+ "overriding": true,
+ "implicit": true,
+ "objc_name": "init",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC",
+ "Override"
+ ],
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Class",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMRule",
+ "mangledName": "$s8FBAEMKit7AEMRuleC",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMSettings",
+ "printedName": "AEMSettings",
+ "children": [
+ {
+ "kind": "Function",
+ "name": "appID",
+ "printedName": "appID()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit11AEMSettingsO5appIDSSSgyFZ",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO5appIDSSSgyFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "TypeDependencies",
+ "printedName": "TypeDependencies",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "bundle",
+ "printedName": "bundle",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bundle",
+ "printedName": "Foundation.Bundle",
+ "usr": "c:objc(cs)NSBundle"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit11AEMSettingsO16TypeDependenciesV6bundleSo8NSBundleCvp",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO16TypeDependenciesV6bundleSo8NSBundleCvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 0,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bundle",
+ "printedName": "Foundation.Bundle",
+ "usr": "c:objc(cs)NSBundle"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMSettingsO16TypeDependenciesV6bundleSo8NSBundleCvg",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO16TypeDependenciesV6bundleSo8NSBundleCvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Transparent"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bundle",
+ "printedName": "Foundation.Bundle",
+ "usr": "c:objc(cs)NSBundle"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMSettingsO16TypeDependenciesV6bundleSo8NSBundleCvs",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO16TypeDependenciesV6bundleSo8NSBundleCvs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Transparent"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMSettingsO16TypeDependenciesV6bundleSo8NSBundleCvM",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO16TypeDependenciesV6bundleSo8NSBundleCvM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Transparent"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(bundle:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "TypeDependencies",
+ "printedName": "FBAEMKit.AEMSettings.TypeDependencies",
+ "usr": "s:8FBAEMKit11AEMSettingsO16TypeDependenciesV"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bundle",
+ "printedName": "Foundation.Bundle",
+ "usr": "c:objc(cs)NSBundle"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit11AEMSettingsO16TypeDependenciesV6bundleAESo8NSBundleC_tcfc",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO16TypeDependenciesV6bundleAESo8NSBundleC_tcfc",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Struct",
+ "usr": "s:8FBAEMKit11AEMSettingsO16TypeDependenciesV",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO16TypeDependenciesV",
+ "moduleName": "FBAEMKit",
+ "isFromExtension": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "configuredDependencies",
+ "printedName": "configuredDependencies",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMSettings.TypeDependencies?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "TypeDependencies",
+ "printedName": "FBAEMKit.AEMSettings.TypeDependencies",
+ "usr": "s:8FBAEMKit11AEMSettingsO16TypeDependenciesV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit11AEMSettingsO22configuredDependenciesAC04TypeD0VSgvpZ",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO22configuredDependenciesAC04TypeD0VSgvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "HasStorage"
+ ],
+ "isFromExtension": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMSettings.TypeDependencies?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "TypeDependencies",
+ "printedName": "FBAEMKit.AEMSettings.TypeDependencies",
+ "usr": "s:8FBAEMKit11AEMSettingsO16TypeDependenciesV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMSettingsO22configuredDependenciesAC04TypeD0VSgvgZ",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO22configuredDependenciesAC04TypeD0VSgvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Transparent"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMSettings.TypeDependencies?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "TypeDependencies",
+ "printedName": "FBAEMKit.AEMSettings.TypeDependencies",
+ "usr": "s:8FBAEMKit11AEMSettingsO16TypeDependenciesV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMSettingsO22configuredDependenciesAC04TypeD0VSgvsZ",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO22configuredDependenciesAC04TypeD0VSgvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Transparent"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMSettingsO22configuredDependenciesAC04TypeD0VSgvMZ",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO22configuredDependenciesAC04TypeD0VSgvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Transparent"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "defaultDependencies",
+ "printedName": "defaultDependencies",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMSettings.TypeDependencies?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "TypeDependencies",
+ "printedName": "FBAEMKit.AEMSettings.TypeDependencies",
+ "usr": "s:8FBAEMKit11AEMSettingsO16TypeDependenciesV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit11AEMSettingsO19defaultDependenciesAC04TypeD0VSgvpZ",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO19defaultDependenciesAC04TypeD0VSgvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "HasStorage"
+ ],
+ "isFromExtension": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMSettings.TypeDependencies?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "TypeDependencies",
+ "printedName": "FBAEMKit.AEMSettings.TypeDependencies",
+ "usr": "s:8FBAEMKit11AEMSettingsO16TypeDependenciesV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMSettingsO19defaultDependenciesAC04TypeD0VSgvgZ",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO19defaultDependenciesAC04TypeD0VSgvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Transparent"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMSettings.TypeDependencies?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "TypeDependencies",
+ "printedName": "FBAEMKit.AEMSettings.TypeDependencies",
+ "usr": "s:8FBAEMKit11AEMSettingsO16TypeDependenciesV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMSettingsO19defaultDependenciesAC04TypeD0VSgvsZ",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO19defaultDependenciesAC04TypeD0VSgvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Transparent"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMSettingsO19defaultDependenciesAC04TypeD0VSgvMZ",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO19defaultDependenciesAC04TypeD0VSgvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Transparent"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ }
+ ],
+ "declKind": "Enum",
+ "usr": "s:8FBAEMKit11AEMSettingsO",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO",
+ "moduleName": "FBAEMKit",
+ "isEnumExhaustive": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "DependentAsType",
+ "printedName": "DependentAsType",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "TypeDependencies",
+ "printedName": "TypeDependencies",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "TypeDependencies",
+ "printedName": "FBAEMKit.AEMSettings.TypeDependencies",
+ "usr": "s:8FBAEMKit11AEMSettingsO16TypeDependenciesV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:8FBAEMKit15DependentAsTypeP",
+ "mangledName": "$s8FBAEMKit15DependentAsTypeP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "FBSDKCoreKit_Basics",
+ "printedName": "FBSDKCoreKit_Basics",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit"
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMUtility",
+ "printedName": "AEMUtility",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "shared",
+ "printedName": "shared",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMUtility",
+ "printedName": "FBAEMKit.AEMUtility",
+ "usr": "s:8FBAEMKit10AEMUtilityC"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit10AEMUtilityC6sharedACvpZ",
+ "mangledName": "$s8FBAEMKit10AEMUtilityC6sharedACvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMUtility",
+ "printedName": "FBAEMKit.AEMUtility",
+ "usr": "s:8FBAEMKit10AEMUtilityC"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit10AEMUtilityC6sharedACvgZ",
+ "mangledName": "$s8FBAEMKit10AEMUtilityC6sharedACvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Transparent",
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Function",
+ "name": "getMatchedInvocation",
+ "printedName": "getMatchedInvocation(_:businessID:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMInvocation?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMInvocation]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "usr": "s:Sa"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit10AEMUtilityC20getMatchedInvocation_10businessIDAA13AEMInvocationCSgSayAGG_SSSgtF",
+ "mangledName": "$s8FBAEMKit10AEMUtilityC20getMatchedInvocation_10businessIDAA13AEMInvocationCSgSayAGG_SSSgtF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "getInSegmentValue",
+ "printedName": "getInSegmentValue(_:matchingRule:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSNumber",
+ "printedName": "Foundation.NSNumber",
+ "usr": "c:objc(cs)NSNumber"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.AEMAdvertiserRuleMatching)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleMatching",
+ "printedName": "any FBAEMKit.AEMAdvertiserRuleMatching",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleMatchingP"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit10AEMUtilityC17getInSegmentValue_12matchingRuleSo8NSNumberCSDySSypGSg_AA013AEMAdvertiserH8Matching_pSgtF",
+ "mangledName": "$s8FBAEMKit10AEMUtilityC17getInSegmentValue_12matchingRuleSo8NSNumberCSDySSypGSg_AA013AEMAdvertiserH8Matching_pSgtF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "getContent",
+ "printedName": "getContent(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit10AEMUtilityC10getContentySSSgSDySSypGSgF",
+ "mangledName": "$s8FBAEMKit10AEMUtilityC10getContentySSSgSDySSypGSgF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "getContentID",
+ "printedName": "getContentID(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit10AEMUtilityC12getContentIDySSSgSDySSypGSgF",
+ "mangledName": "$s8FBAEMKit10AEMUtilityC12getContentIDySSSgSDySSypGSgF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "getBusinessIDsInOrder",
+ "printedName": "getBusinessIDsInOrder(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[Swift.String]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sa"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMInvocation]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit10AEMUtilityC21getBusinessIDsInOrderySaySSGSayAA13AEMInvocationCGF",
+ "mangledName": "$s8FBAEMKit10AEMUtilityC21getBusinessIDsInOrderySaySSGSayAA13AEMInvocationCGF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMUtility",
+ "printedName": "FBAEMKit.AEMUtility",
+ "usr": "s:8FBAEMKit10AEMUtilityC"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit10AEMUtilityCACycfc",
+ "mangledName": "$s8FBAEMKit10AEMUtilityCACycfc",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Class",
+ "usr": "s:8FBAEMKit10AEMUtilityC",
+ "mangledName": "$s8FBAEMKit10AEMUtilityC",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "DependentAsType",
+ "printedName": "DependentAsType",
+ "children": [
+ {
+ "kind": "AssociatedType",
+ "name": "TypeDependencies",
+ "printedName": "TypeDependencies",
+ "declKind": "AssociatedType",
+ "usr": "s:8FBAEMKit15DependentAsTypeP0D12DependenciesQa",
+ "mangledName": "$s8FBAEMKit15DependentAsTypeP0D12DependenciesQa",
+ "moduleName": "FBAEMKit",
+ "protocolReq": true
+ },
+ {
+ "kind": "Var",
+ "name": "configuredDependencies",
+ "printedName": "configuredDependencies",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "τ_0_0.TypeDependencies?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DependentMember",
+ "printedName": "τ_0_0.TypeDependencies"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit15DependentAsTypeP22configuredDependencies0dF0QzSgvpZ",
+ "mangledName": "$s8FBAEMKit15DependentAsTypeP22configuredDependencies0dF0QzSgvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "protocolReq": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "τ_0_0.TypeDependencies?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DependentMember",
+ "printedName": "τ_0_0.TypeDependencies"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit15DependentAsTypeP22configuredDependencies0dF0QzSgvgZ",
+ "mangledName": "$s8FBAEMKit15DependentAsTypeP22configuredDependencies0dF0QzSgvgZ",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0 where τ_0_0 : FBAEMKit.DependentAsType>",
+ "sugared_genericSig": "",
+ "static": true,
+ "protocolReq": true,
+ "reqNewWitnessTableEntry": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "τ_0_0.TypeDependencies?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DependentMember",
+ "printedName": "τ_0_0.TypeDependencies"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit15DependentAsTypeP22configuredDependencies0dF0QzSgvsZ",
+ "mangledName": "$s8FBAEMKit15DependentAsTypeP22configuredDependencies0dF0QzSgvsZ",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0 where τ_0_0 : FBAEMKit.DependentAsType>",
+ "sugared_genericSig": "",
+ "static": true,
+ "protocolReq": true,
+ "reqNewWitnessTableEntry": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit15DependentAsTypeP22configuredDependencies0dF0QzSgvMZ",
+ "mangledName": "$s8FBAEMKit15DependentAsTypeP22configuredDependencies0dF0QzSgvMZ",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0 where τ_0_0 : FBAEMKit.DependentAsType>",
+ "sugared_genericSig": "",
+ "static": true,
+ "protocolReq": true,
+ "implicit": true,
+ "reqNewWitnessTableEntry": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "defaultDependencies",
+ "printedName": "defaultDependencies",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "τ_0_0.TypeDependencies?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DependentMember",
+ "printedName": "τ_0_0.TypeDependencies"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit15DependentAsTypeP19defaultDependencies0dF0QzSgvpZ",
+ "mangledName": "$s8FBAEMKit15DependentAsTypeP19defaultDependencies0dF0QzSgvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "protocolReq": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "τ_0_0.TypeDependencies?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DependentMember",
+ "printedName": "τ_0_0.TypeDependencies"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit15DependentAsTypeP19defaultDependencies0dF0QzSgvgZ",
+ "mangledName": "$s8FBAEMKit15DependentAsTypeP19defaultDependencies0dF0QzSgvgZ",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0 where τ_0_0 : FBAEMKit.DependentAsType>",
+ "sugared_genericSig": "",
+ "static": true,
+ "protocolReq": true,
+ "reqNewWitnessTableEntry": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Function",
+ "name": "setDependencies",
+ "printedName": "setDependencies(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "DependentMember",
+ "printedName": "τ_0_0.TypeDependencies"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit15DependentAsTypeP15setDependenciesyy0dF0QzFZ",
+ "mangledName": "$s8FBAEMKit15DependentAsTypeP15setDependenciesyy0dF0QzFZ",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0 where τ_0_0 : FBAEMKit.DependentAsType>",
+ "sugared_genericSig": "",
+ "static": true,
+ "protocolReq": true,
+ "reqNewWitnessTableEntry": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "setDependencies",
+ "printedName": "setDependencies(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "DependentMember",
+ "printedName": "τ_0_0.TypeDependencies"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit15DependentAsTypePAAE15setDependenciesyy0dF0QzFZ",
+ "mangledName": "$s8FBAEMKit15DependentAsTypePAAE15setDependenciesyy0dF0QzFZ",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0 where τ_0_0 : FBAEMKit.DependentAsType>",
+ "sugared_genericSig": "",
+ "static": true,
+ "isFromExtension": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "getDependencies",
+ "printedName": "getDependencies()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DependentMember",
+ "printedName": "τ_0_0.TypeDependencies"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit15DependentAsTypePAAE15getDependencies0dF0QzyKFZ",
+ "mangledName": "$s8FBAEMKit15DependentAsTypePAAE15getDependencies0dF0QzyKFZ",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0 where τ_0_0 : FBAEMKit.DependentAsType>",
+ "sugared_genericSig": "",
+ "static": true,
+ "isFromExtension": true,
+ "throwing": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Subscript",
+ "name": "subscript",
+ "printedName": "subscript(dynamicMember:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "τ_1_0?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_1_0"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "KeyPath",
+ "printedName": "Swift.KeyPath<τ_0_0.TypeDependencies, τ_1_0>",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DependentMember",
+ "printedName": "τ_0_0.TypeDependencies"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_1_0"
+ }
+ ],
+ "usr": "s:s7KeyPathC"
+ }
+ ],
+ "declKind": "Subscript",
+ "usr": "s:8FBAEMKit15DependentAsTypePAAE13dynamicMemberqd__Sgs7KeyPathCy0D12DependenciesQzqd__G_tcluipZ",
+ "mangledName": "$s8FBAEMKit15DependentAsTypePAAE13dynamicMemberqd__Sgs7KeyPathCy0D12DependenciesQzqd__G_tcluipZ",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : FBAEMKit.DependentAsType>",
+ "sugared_genericSig": "",
+ "static": true,
+ "isFromExtension": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "τ_1_0?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_1_0"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "KeyPath",
+ "printedName": "Swift.KeyPath<τ_0_0.TypeDependencies, τ_1_0>",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DependentMember",
+ "printedName": "τ_0_0.TypeDependencies"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_1_0"
+ }
+ ],
+ "usr": "s:s7KeyPathC"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit15DependentAsTypePAAE13dynamicMemberqd__Sgs7KeyPathCy0D12DependenciesQzqd__G_tcluigZ",
+ "mangledName": "$s8FBAEMKit15DependentAsTypePAAE13dynamicMemberqd__Sgs7KeyPathCy0D12DependenciesQzqd__G_tcluigZ",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : FBAEMKit.DependentAsType>",
+ "sugared_genericSig": "",
+ "static": true,
+ "isFromExtension": true,
+ "accessorKind": "get"
+ }
+ ]
+ }
+ ],
+ "declKind": "Protocol",
+ "usr": "s:8FBAEMKit15DependentAsTypeP",
+ "mangledName": "$s8FBAEMKit15DependentAsTypeP",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "DynamicMemberLookup",
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "MissingDependenciesError",
+ "printedName": "MissingDependenciesError",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "dependentType",
+ "printedName": "dependentType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "τ_0_0.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ }
+ ]
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit24MissingDependenciesErrorV13dependentType33_A87604353953AE6AB47A0C00F7FE141DLLxmvp",
+ "mangledName": "$s8FBAEMKit24MissingDependenciesErrorV13dependentType33_A87604353953AE6AB47A0C00F7FE141DLLxmvp",
+ "moduleName": "FBAEMKit",
+ "isInternal": true,
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "fixedbinaryorder": 0,
+ "isLet": true,
+ "hasStorage": true
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(for:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "MissingDependenciesError",
+ "printedName": "FBAEMKit.MissingDependenciesError<τ_0_0>",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ }
+ ],
+ "usr": "s:8FBAEMKit24MissingDependenciesErrorV"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "τ_0_0.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ }
+ ]
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit24MissingDependenciesErrorV3forACyxGxm_tcfc",
+ "mangledName": "$s8FBAEMKit24MissingDependenciesErrorV3forACyxGxm_tcfc",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0>",
+ "sugared_genericSig": "",
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Var",
+ "name": "description",
+ "printedName": "description",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit24MissingDependenciesErrorV11descriptionSSvp",
+ "mangledName": "$s8FBAEMKit24MissingDependenciesErrorV11descriptionSSvp",
+ "moduleName": "FBAEMKit",
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit24MissingDependenciesErrorV11descriptionSSvg",
+ "mangledName": "$s8FBAEMKit24MissingDependenciesErrorV11descriptionSSvg",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0>",
+ "sugared_genericSig": "",
+ "accessorKind": "get"
+ }
+ ]
+ }
+ ],
+ "declKind": "Struct",
+ "usr": "s:8FBAEMKit24MissingDependenciesErrorV",
+ "mangledName": "$s8FBAEMKit24MissingDependenciesErrorV",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0>",
+ "sugared_genericSig": "",
+ "declAttributes": [
+ "RawDocComment"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Error",
+ "printedName": "Error",
+ "usr": "s:s5ErrorP",
+ "mangledName": "$ss5ErrorP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "SKAdNetworkReporting",
+ "printedName": "SKAdNetworkReporting",
+ "children": [
+ {
+ "kind": "Function",
+ "name": "shouldCutoff",
+ "printedName": "shouldCutoff()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBSKAdNetworkReporting(im)shouldCutoff",
+ "mangledName": "$s8FBAEMKit20SKAdNetworkReportingP12shouldCutoffSbyF",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0 where τ_0_0 : FBAEMKit.SKAdNetworkReporting>",
+ "sugared_genericSig": "",
+ "protocolReq": true,
+ "declAttributes": [
+ "ObjC"
+ ],
+ "reqNewWitnessTableEntry": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isReportingEvent",
+ "printedName": "isReportingEvent(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBSKAdNetworkReporting(im)isReportingEvent:",
+ "mangledName": "$s8FBAEMKit20SKAdNetworkReportingP02isD5EventySbSSF",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0 where τ_0_0 : FBAEMKit.SKAdNetworkReporting>",
+ "sugared_genericSig": "",
+ "protocolReq": true,
+ "objc_name": "isReportingEvent:",
+ "declAttributes": [
+ "ObjC"
+ ],
+ "reqNewWitnessTableEntry": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "checkAndRevokeTimer",
+ "printedName": "checkAndRevokeTimer()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBSKAdNetworkReporting(im)checkAndRevokeTimer",
+ "mangledName": "$s8FBAEMKit20SKAdNetworkReportingP19checkAndRevokeTimeryyF",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0 where τ_0_0 : FBAEMKit.SKAdNetworkReporting>",
+ "sugared_genericSig": "",
+ "protocolReq": true,
+ "declAttributes": [
+ "ObjC"
+ ],
+ "reqNewWitnessTableEntry": true,
+ "funcSelfKind": "NonMutating"
+ }
+ ],
+ "declKind": "Protocol",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBSKAdNetworkReporting",
+ "mangledName": "$s8FBAEMKit20SKAdNetworkReportingP",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0 : AnyObject>",
+ "sugared_genericSig": "",
+ "objc_name": "FBSKAdNetworkReporting",
+ "declAttributes": [
+ "AccessControl",
+ "ObjC"
+ ]
+ }
+ ],
+ "json_format_version": 8
+ },
+ "ConstValues": [
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserMultiEntryRule.swift",
+ "kind": "StringLiteral",
+ "offset": 242,
+ "length": 27,
+ "value": "\"FBAEMKit.AEMAdvertiserMultiEntryRule\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 266,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 306,
+ "length": 3,
+ "value": "1"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 361,
+ "length": 2,
+ "value": "2"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 371,
+ "length": 3,
+ "value": "3"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 414,
+ "length": 8,
+ "value": "4"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 430,
+ "length": 11,
+ "value": "5"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 449,
+ "length": 10,
+ "value": "6"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 467,
+ "length": 23,
+ "value": "7"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 498,
+ "length": 26,
+ "value": "8"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 532,
+ "length": 25,
+ "value": "9"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 565,
+ "length": 10,
+ "value": "10"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 583,
+ "length": 5,
+ "value": "11"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 596,
+ "length": 8,
+ "value": "12"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 612,
+ "length": 8,
+ "value": "13"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 628,
+ "length": 15,
+ "value": "14"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 651,
+ "length": 11,
+ "value": "15"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 670,
+ "length": 18,
+ "value": "16"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 696,
+ "length": 20,
+ "value": "17"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 724,
+ "length": 23,
+ "value": "18"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 755,
+ "length": 5,
+ "value": "19"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 768,
+ "length": 8,
+ "value": "20"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 266,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 306,
+ "length": 3,
+ "value": "1"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 361,
+ "length": 2,
+ "value": "2"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 371,
+ "length": 3,
+ "value": "3"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 414,
+ "length": 8,
+ "value": "4"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 430,
+ "length": 11,
+ "value": "5"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 449,
+ "length": 10,
+ "value": "6"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 467,
+ "length": 23,
+ "value": "7"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 498,
+ "length": 26,
+ "value": "8"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 532,
+ "length": 25,
+ "value": "9"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 565,
+ "length": 10,
+ "value": "10"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 583,
+ "length": 5,
+ "value": "11"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 596,
+ "length": 8,
+ "value": "12"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 612,
+ "length": 8,
+ "value": "13"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 628,
+ "length": 15,
+ "value": "14"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 651,
+ "length": 11,
+ "value": "15"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 670,
+ "length": 18,
+ "value": "16"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 696,
+ "length": 20,
+ "value": "17"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 724,
+ "length": 23,
+ "value": "18"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 755,
+ "length": 5,
+ "value": "19"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 768,
+ "length": 8,
+ "value": "20"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 266,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 306,
+ "length": 3,
+ "value": "1"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 361,
+ "length": 2,
+ "value": "2"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 371,
+ "length": 3,
+ "value": "3"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 414,
+ "length": 8,
+ "value": "4"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 430,
+ "length": 11,
+ "value": "5"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 449,
+ "length": 10,
+ "value": "6"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 467,
+ "length": 23,
+ "value": "7"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 498,
+ "length": 26,
+ "value": "8"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 532,
+ "length": 25,
+ "value": "9"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 565,
+ "length": 10,
+ "value": "10"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 583,
+ "length": 5,
+ "value": "11"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 596,
+ "length": 8,
+ "value": "12"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 612,
+ "length": 8,
+ "value": "13"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 628,
+ "length": 15,
+ "value": "14"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 651,
+ "length": 11,
+ "value": "15"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 670,
+ "length": 18,
+ "value": "16"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 696,
+ "length": 20,
+ "value": "17"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 724,
+ "length": 23,
+ "value": "18"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 755,
+ "length": 5,
+ "value": "19"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 768,
+ "length": 8,
+ "value": "20"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserSingleEntryRule.swift",
+ "kind": "StringLiteral",
+ "offset": 573,
+ "length": 10,
+ "value": "\"operator\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserSingleEntryRule.swift",
+ "kind": "StringLiteral",
+ "offset": 607,
+ "length": 11,
+ "value": "\"param_key\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserSingleEntryRule.swift",
+ "kind": "StringLiteral",
+ "offset": 648,
+ "length": 14,
+ "value": "\"string_value\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserSingleEntryRule.swift",
+ "kind": "StringLiteral",
+ "offset": 692,
+ "length": 14,
+ "value": "\"number_value\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserSingleEntryRule.swift",
+ "kind": "StringLiteral",
+ "offset": 735,
+ "length": 13,
+ "value": "\"array_value\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserSingleEntryRule.swift",
+ "kind": "StringLiteral",
+ "offset": 804,
+ "length": 3,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserSingleEntryRule.swift",
+ "kind": "StringLiteral",
+ "offset": 834,
+ "length": 5,
+ "value": "\"[*]\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserSingleEntryRule.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8907,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserSingleEntryRule.swift",
+ "kind": "StringLiteral",
+ "offset": 269,
+ "length": 28,
+ "value": "\"FBAEMKit.AEMAdvertiserSingleEntryRule\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 354,
+ "length": 18,
+ "value": "\"default_currency\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 395,
+ "length": 13,
+ "value": "\"cutoff_time\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 441,
+ "length": 24,
+ "value": "\"conversion_value_rules\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 487,
+ "length": 12,
+ "value": "\"valid_from\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 516,
+ "length": 13,
+ "value": "\"config_mode\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 554,
+ "length": 15,
+ "value": "\"advertiser_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 592,
+ "length": 13,
+ "value": "\"business_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 627,
+ "length": 12,
+ "value": "\"param_rule\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 354,
+ "length": 18,
+ "value": "\"default_currency\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 395,
+ "length": 13,
+ "value": "\"cutoff_time\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 441,
+ "length": 24,
+ "value": "\"conversion_value_rules\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 487,
+ "length": 12,
+ "value": "\"valid_from\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 516,
+ "length": 13,
+ "value": "\"config_mode\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 554,
+ "length": 15,
+ "value": "\"advertiser_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 592,
+ "length": 13,
+ "value": "\"business_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 627,
+ "length": 12,
+ "value": "\"param_rule\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 242,
+ "length": 16,
+ "value": "\"FBAEMKit.AEMConfiguration\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMEvent.swift",
+ "kind": "StringLiteral",
+ "offset": 339,
+ "length": 12,
+ "value": "\"event_name\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMEvent.swift",
+ "kind": "StringLiteral",
+ "offset": 339,
+ "length": 12,
+ "value": "\"event_name\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMEvent.swift",
+ "kind": "StringLiteral",
+ "offset": 242,
+ "length": 8,
+ "value": "\"FBAEMKit.AEMEvent\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1068,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1085,
+ "length": 2,
+ "value": "60"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1104,
+ "length": 2,
+ "value": "60"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1171,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1211,
+ "length": 2,
+ "value": "32"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1274,
+ "length": 14,
+ "value": "\"campaign_ids\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1309,
+ "length": 11,
+ "value": "\"acs_token\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1348,
+ "length": 15,
+ "value": "\"shared_secret\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1402,
+ "length": 15,
+ "value": "\"acs_config_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1448,
+ "length": 15,
+ "value": "\"advertiser_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1493,
+ "length": 12,
+ "value": "\"catalog_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1530,
+ "length": 15,
+ "value": "\"test_deeplink\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1594,
+ "length": 13,
+ "value": "\"config_mode\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1643,
+ "length": 11,
+ "value": "\"config_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1681,
+ "length": 17,
+ "value": "\"recorded_events\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1725,
+ "length": 17,
+ "value": "\"recorded_values\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1770,
+ "length": 18,
+ "value": "\"conversion_value\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1838,
+ "length": 22,
+ "value": "\"conversion_timestamp\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1885,
+ "length": 15,
+ "value": "\"is_aggregated\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1933,
+ "length": 10,
+ "value": "\"has_skan\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1985,
+ "length": 34,
+ "value": "\"is_conversion_filtering_eligible\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 2047,
+ "length": 12,
+ "value": "\"fb_content\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 2097,
+ "length": 15,
+ "value": "\"fb_content_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1274,
+ "length": 14,
+ "value": "\"campaign_ids\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1309,
+ "length": 11,
+ "value": "\"acs_token\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1348,
+ "length": 15,
+ "value": "\"shared_secret\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1402,
+ "length": 15,
+ "value": "\"acs_config_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1448,
+ "length": 15,
+ "value": "\"advertiser_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1493,
+ "length": 12,
+ "value": "\"catalog_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1530,
+ "length": 15,
+ "value": "\"test_deeplink\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1594,
+ "length": 13,
+ "value": "\"config_mode\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1643,
+ "length": 11,
+ "value": "\"config_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1681,
+ "length": 17,
+ "value": "\"recorded_events\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1725,
+ "length": 17,
+ "value": "\"recorded_values\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1770,
+ "length": 18,
+ "value": "\"conversion_value\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1838,
+ "length": 22,
+ "value": "\"conversion_timestamp\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1885,
+ "length": 15,
+ "value": "\"is_aggregated\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1933,
+ "length": 10,
+ "value": "\"has_skan\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1985,
+ "length": 34,
+ "value": "\"is_conversion_filtering_eligible\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 2047,
+ "length": 12,
+ "value": "\"fb_content\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 2097,
+ "length": 15,
+ "value": "\"fb_content_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 2174,
+ "length": 9,
+ "value": "\"DEFAULT\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 2201,
+ "length": 7,
+ "value": "\"BRAND\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 2225,
+ "length": 6,
+ "value": "\"CPAS\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 2174,
+ "length": 9,
+ "value": "\"DEFAULT\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 2201,
+ "length": 7,
+ "value": "\"BRAND\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 2225,
+ "length": 6,
+ "value": "\"CPAS\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 294,
+ "length": 13,
+ "value": "\"FBAEMKit.AEMInvocation\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMNetworker.swift",
+ "kind": "StringLiteral",
+ "offset": 501,
+ "length": 6,
+ "value": "\"\r\n\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMNetworker.swift",
+ "kind": "StringLiteral",
+ "offset": 539,
+ "length": 8,
+ "value": "\"17.1.0\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMNetworker.swift",
+ "kind": "StringLiteral",
+ "offset": 588,
+ "length": 7,
+ "value": "\"v17.0\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMNetworker.swift",
+ "kind": "StringLiteral",
+ "offset": 617,
+ "length": 5,
+ "value": "\"ios\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMNetworker.swift",
+ "kind": "StringLiteral",
+ "offset": 654,
+ "length": 10,
+ "value": "\"FBiOSAEM\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMNetworker.swift",
+ "kind": "StringLiteral",
+ "offset": 699,
+ "length": 35,
+ "value": "\"https:\/\/graph.facebook.com\/v17.0\/\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMNetworker.swift",
+ "kind": "StringLiteral",
+ "offset": 772,
+ "length": 18,
+ "value": "\"application\/json\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMNetworker.swift",
+ "kind": "StringLiteral",
+ "offset": 820,
+ "length": 21,
+ "value": "\"com.facebook.aemkit\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMNetworker.swift",
+ "kind": "StringLiteral",
+ "offset": 865,
+ "length": 49,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMNetworker.swift",
+ "kind": "StringLiteral",
+ "offset": 889,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMNetworker.swift",
+ "kind": "StringLiteral",
+ "offset": 913,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMNetworker.swift",
+ "kind": "StringLiteral",
+ "offset": 1122,
+ "length": 21,
+ "value": "\"\/\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMNetworker.swift",
+ "kind": "StringLiteral",
+ "offset": 1142,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMNetworker.swift",
+ "kind": "StringLiteral",
+ "offset": 1264,
+ "length": 8,
+ "value": "\"\/macOS\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 435,
+ "length": 15,
+ "value": "\"advertiser_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 480,
+ "length": 16,
+ "value": "\"advertiser_ids\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 528,
+ "length": 17,
+ "value": "\"fb_content_data\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 577,
+ "length": 17,
+ "value": "\"al_applink_data\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 623,
+ "length": 13,
+ "value": "\"campaign_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 669,
+ "length": 17,
+ "value": "\"conversion_data\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 720,
+ "length": 18,
+ "value": "\"consumption_hour\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 762,
+ "length": 7,
+ "value": "\"token\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 792,
+ "length": 6,
+ "value": "\"hmac\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 825,
+ "length": 11,
+ "value": "\"config_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 864,
+ "length": 12,
+ "value": "\"delay_flow\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 916,
+ "length": 25,
+ "value": "\"is_conversion_filtering\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 972,
+ "length": 16,
+ "value": "\"fb_content_ids\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 1016,
+ "length": 12,
+ "value": "\"catalog_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 1077,
+ "length": 54,
+ "value": "\"com.facebook.sdk:FBAEMMinAggregationRequestTimestamp\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 1156,
+ "length": 8,
+ "value": "\"fields\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 1187,
+ "length": 6,
+ "value": "\"data\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 1226,
+ "length": 17,
+ "value": "\"aem_conversions\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 1269,
+ "length": 9,
+ "value": "\"success\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 1309,
+ "length": 16,
+ "value": "\"is_valid_match\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 1363,
+ "length": 23,
+ "value": "\"matched_advertiser_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 1419,
+ "length": 18,
+ "value": "\"in_segment_value\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 1483,
+ "length": 34,
+ "value": "\"content_id_belongs_to_catalog_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 1587,
+ "length": 42,
+ "value": "\"com.facebook.appevents.AEM.FBAEMReporter\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1714,
+ "length": 5,
+ "value": "86400"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1760,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 1823,
+ "length": 27,
+ "value": "\"FBSDKAEMReportData.report\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 1878,
+ "length": 27,
+ "value": "\"FBSDKAEMReportData.config\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 1972,
+ "length": 24,
+ "value": "\"aem_conversion_configs\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 2034,
+ "length": 23,
+ "value": "\"aem_conversion_filter\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 2090,
+ "length": 17,
+ "value": "\"aem_attribution\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 2163,
+ "length": 5,
+ "value": "\"GET\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 2191,
+ "length": 6,
+ "value": "\"POST\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 2295,
+ "length": 8,
+ "value": "\"(null)\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2541,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2585,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2635,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2681,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2739,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "Dictionary",
+ "offset": 2958,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "Array",
+ "offset": 3006,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "Array",
+ "offset": 3157,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMRequestBody.swift",
+ "kind": "StringLiteral",
+ "offset": 584,
+ "length": 6,
+ "value": "\"\r\n\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMRule.swift",
+ "kind": "StringLiteral",
+ "offset": 436,
+ "length": 18,
+ "value": "\"conversion_value\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMRule.swift",
+ "kind": "StringLiteral",
+ "offset": 484,
+ "length": 10,
+ "value": "\"priority\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMRule.swift",
+ "kind": "StringLiteral",
+ "offset": 522,
+ "length": 8,
+ "value": "\"events\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMRule.swift",
+ "kind": "StringLiteral",
+ "offset": 269,
+ "length": 7,
+ "value": "\"FBAEMKit.AEMRule\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMUtility.swift",
+ "kind": "StringLiteral",
+ "offset": 329,
+ "length": 12,
+ "value": "\"fb_content\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMUtility.swift",
+ "kind": "StringLiteral",
+ "offset": 369,
+ "length": 15,
+ "value": "\"fb_content_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMUtility.swift",
+ "kind": "StringLiteral",
+ "offset": 412,
+ "length": 12,
+ "value": "\"item_price\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMUtility.swift",
+ "kind": "StringLiteral",
+ "offset": 451,
+ "length": 4,
+ "value": "\"id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMUtility.swift",
+ "kind": "StringLiteral",
+ "offset": 482,
+ "length": 10,
+ "value": "\"quantity\""
+ }
+ ]
+}
\ No newline at end of file
diff --git a/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/arm64-apple-ios.private.swiftinterface b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/arm64-apple-ios.private.swiftinterface
new file mode 100644
index 0000000000..2399617af1
--- /dev/null
+++ b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/arm64-apple-ios.private.swiftinterface
@@ -0,0 +1,32 @@
+// swift-interface-format-version: 1.0
+// swift-compiler-version: Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4)
+// swift-module-flags: -target arm64-apple-ios12.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name FBAEMKit
+import CommonCrypto
+import CommonCrypto.CommonHMAC
+import FBSDKCoreKit_Basics
+import Foundation
+import Swift
+import _Concurrency
+import _StringProcessing
+import _SwiftConcurrencyShims
+public typealias FBGraphRequestCompletion = (Any?, (any Swift.Error)?) -> Swift.Void
+@objc(FBAEMNetworking) public protocol AEMNetworking {
+ @objc(startGraphRequestWithGraphPath:parameters:tokenString:HTTPMethod:completion:) func startGraphRequest(withGraphPath graphPath: Swift.String, parameters: [Swift.String : Any], tokenString: Swift.String?, httpMethod method: Swift.String?, completion: @escaping FBAEMKit.FBGraphRequestCompletion)
+}
+@_inheritsConvenienceInitializers @objcMembers @objc(FBAEMReporter) final public class AEMReporter : ObjectiveC.NSObject {
+ @objc public static func configure(networker: (any FBAEMKit.AEMNetworking)?, appID: Swift.String?, reporter: (any FBAEMKit.SKAdNetworkReporting)?)
+ @objc public static func configure(networker: (any FBAEMKit.AEMNetworking)?, appID: Swift.String?, reporter: (any FBAEMKit.SKAdNetworkReporting)?, analyticsAppID: Swift.String?, store: (any FBSDKCoreKit_Basics.DataPersisting)?)
+ @objc public static func enable()
+ @objc public static func setConversionFilteringEnabled(_ enabled: Swift.Bool)
+ @objc public static func setCatalogMatchingEnabled(_ enabled: Swift.Bool)
+ @objc public static func setAdvertiserRuleMatchInServerEnabled(_ enabled: Swift.Bool)
+ @objc public static func handle(_ url: Foundation.URL?)
+ @objc(recordAndUpdateEvent:currency:value:parameters:) public static func recordAndUpdate(event: Swift.String, currency: Swift.String?, value: Foundation.NSNumber?, parameters: [Swift.String : Any]?)
+ @objc override dynamic public init()
+ @objc deinit
+}
+@objc(FBSKAdNetworkReporting) public protocol SKAdNetworkReporting {
+ @objc func shouldCutoff() -> Swift.Bool
+ @objc(isReportingEvent:) func isReportingEvent(_ event: Swift.String) -> Swift.Bool
+ @objc func checkAndRevokeTimer()
+}
diff --git a/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/arm64-apple-ios.swiftdoc b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/arm64-apple-ios.swiftdoc
new file mode 100644
index 0000000000..3d0ed951a8
Binary files /dev/null and b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/arm64-apple-ios.swiftdoc differ
diff --git a/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/arm64-apple-ios.swiftinterface b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/arm64-apple-ios.swiftinterface
new file mode 100644
index 0000000000..2399617af1
--- /dev/null
+++ b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/arm64-apple-ios.swiftinterface
@@ -0,0 +1,32 @@
+// swift-interface-format-version: 1.0
+// swift-compiler-version: Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4)
+// swift-module-flags: -target arm64-apple-ios12.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name FBAEMKit
+import CommonCrypto
+import CommonCrypto.CommonHMAC
+import FBSDKCoreKit_Basics
+import Foundation
+import Swift
+import _Concurrency
+import _StringProcessing
+import _SwiftConcurrencyShims
+public typealias FBGraphRequestCompletion = (Any?, (any Swift.Error)?) -> Swift.Void
+@objc(FBAEMNetworking) public protocol AEMNetworking {
+ @objc(startGraphRequestWithGraphPath:parameters:tokenString:HTTPMethod:completion:) func startGraphRequest(withGraphPath graphPath: Swift.String, parameters: [Swift.String : Any], tokenString: Swift.String?, httpMethod method: Swift.String?, completion: @escaping FBAEMKit.FBGraphRequestCompletion)
+}
+@_inheritsConvenienceInitializers @objcMembers @objc(FBAEMReporter) final public class AEMReporter : ObjectiveC.NSObject {
+ @objc public static func configure(networker: (any FBAEMKit.AEMNetworking)?, appID: Swift.String?, reporter: (any FBAEMKit.SKAdNetworkReporting)?)
+ @objc public static func configure(networker: (any FBAEMKit.AEMNetworking)?, appID: Swift.String?, reporter: (any FBAEMKit.SKAdNetworkReporting)?, analyticsAppID: Swift.String?, store: (any FBSDKCoreKit_Basics.DataPersisting)?)
+ @objc public static func enable()
+ @objc public static func setConversionFilteringEnabled(_ enabled: Swift.Bool)
+ @objc public static func setCatalogMatchingEnabled(_ enabled: Swift.Bool)
+ @objc public static func setAdvertiserRuleMatchInServerEnabled(_ enabled: Swift.Bool)
+ @objc public static func handle(_ url: Foundation.URL?)
+ @objc(recordAndUpdateEvent:currency:value:parameters:) public static func recordAndUpdate(event: Swift.String, currency: Swift.String?, value: Foundation.NSNumber?, parameters: [Swift.String : Any]?)
+ @objc override dynamic public init()
+ @objc deinit
+}
+@objc(FBSKAdNetworkReporting) public protocol SKAdNetworkReporting {
+ @objc func shouldCutoff() -> Swift.Bool
+ @objc(isReportingEvent:) func isReportingEvent(_ event: Swift.String) -> Swift.Bool
+ @objc func checkAndRevokeTimer()
+}
diff --git a/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64/FBAEMKit.framework/Modules/module.modulemap b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64/FBAEMKit.framework/Modules/module.modulemap
new file mode 100644
index 0000000000..f3a8d2fb0a
--- /dev/null
+++ b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64/FBAEMKit.framework/Modules/module.modulemap
@@ -0,0 +1,4 @@
+framework module FBAEMKit {
+ header "FBAEMKit-Swift.h"
+ requires objc
+}
diff --git a/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64/FBAEMKit.framework/PrivacyInfo.xcprivacy b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64/FBAEMKit.framework/PrivacyInfo.xcprivacy
new file mode 100644
index 0000000000..93cac16c23
--- /dev/null
+++ b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64/FBAEMKit.framework/PrivacyInfo.xcprivacy
@@ -0,0 +1,21 @@
+
+
+
+
+ NSPrivacyTracking
+
+ NSPrivacyCollectedDataTypes
+
+ NSPrivacyAccessedAPITypes
+
+
+ NSPrivacyAccessedAPIType
+ NSPrivacyAccessedAPICategoryUserDefaults
+ NSPrivacyAccessedAPITypeReasons
+
+ CA92.1
+
+
+
+
+
diff --git a/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64/FBAEMKit.framework/_CodeSignature/CodeResources b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64/FBAEMKit.framework/_CodeSignature/CodeResources
new file mode 100644
index 0000000000..874c9d3ddb
--- /dev/null
+++ b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64/FBAEMKit.framework/_CodeSignature/CodeResources
@@ -0,0 +1,179 @@
+
+
+
+
+ files
+
+ Headers/FBAEMKit-Swift.h
+
+ XwfElLRDNnpKKn0PH/hO9BM6QRU=
+
+ Info.plist
+
+ 3AcovXmXg/NW2fKS6flD9Ed8/fo=
+
+ Modules/FBAEMKit.swiftmodule/arm64-apple-ios.abi.json
+
+ Ga5Zq0Y7p4WAdjbg0ajJM+5Jk8Y=
+
+ Modules/FBAEMKit.swiftmodule/arm64-apple-ios.private.swiftinterface
+
+ vuOt4lh95Y0TvldvN/y3KNDKZfs=
+
+ Modules/FBAEMKit.swiftmodule/arm64-apple-ios.swiftdoc
+
+ nb9852QDL6O4NKXWpLS4zgC6tQ8=
+
+ Modules/FBAEMKit.swiftmodule/arm64-apple-ios.swiftinterface
+
+ vuOt4lh95Y0TvldvN/y3KNDKZfs=
+
+ Modules/module.modulemap
+
+ Ci3QIdviXpIzxSC88i1rGvW2cSs=
+
+ PrivacyInfo.xcprivacy
+
+ Fo7sebV/R02g8kqyPtqICO8eVyI=
+
+
+ files2
+
+ Headers/FBAEMKit-Swift.h
+
+ hash2
+
+ GImGAI1xnOe3jvV+cbROfPGbUXhQPKpIfyqbrRqfgOI=
+
+
+ Modules/FBAEMKit.swiftmodule/arm64-apple-ios.abi.json
+
+ hash2
+
+ nzRFG4uUg7fv/vpWYei74jBOhgBUvPF7c3p0uHnyWtM=
+
+
+ Modules/FBAEMKit.swiftmodule/arm64-apple-ios.private.swiftinterface
+
+ hash2
+
+ z/WKCqfpEndXznM7q+3+k6CfNqCAVHFlJQ+73I3leD0=
+
+
+ Modules/FBAEMKit.swiftmodule/arm64-apple-ios.swiftdoc
+
+ hash2
+
+ wyQas2yzjsYVhwrz030g2aq0yBDc4YNETg4qd+GtQ+Y=
+
+
+ Modules/FBAEMKit.swiftmodule/arm64-apple-ios.swiftinterface
+
+ hash2
+
+ z/WKCqfpEndXznM7q+3+k6CfNqCAVHFlJQ+73I3leD0=
+
+
+ Modules/module.modulemap
+
+ hash2
+
+ jq+nSulDKiN4tenILjgXg82TzM040TCurYFTCVRKXxM=
+
+
+ PrivacyInfo.xcprivacy
+
+ hash2
+
+ ZFIpWmrSklTJLGaAOPLGos/UQMB82oH4FOmWrCFbhBU=
+
+
+
+ rules
+
+ ^.*
+
+ ^.*\.lproj/
+
+ optional
+
+ weight
+ 1000
+
+ ^.*\.lproj/locversion.plist$
+
+ omit
+
+ weight
+ 1100
+
+ ^Base\.lproj/
+
+ weight
+ 1010
+
+ ^version.plist$
+
+
+ rules2
+
+ .*\.dSYM($|/)
+
+ weight
+ 11
+
+ ^(.*/)?\.DS_Store$
+
+ omit
+
+ weight
+ 2000
+
+ ^.*
+
+ ^.*\.lproj/
+
+ optional
+
+ weight
+ 1000
+
+ ^.*\.lproj/locversion.plist$
+
+ omit
+
+ weight
+ 1100
+
+ ^Base\.lproj/
+
+ weight
+ 1010
+
+ ^Info\.plist$
+
+ omit
+
+ weight
+ 20
+
+ ^PkgInfo$
+
+ omit
+
+ weight
+ 20
+
+ ^embedded\.provisionprofile$
+
+ weight
+ 20
+
+ ^version\.plist$
+
+ weight
+ 20
+
+
+
+
diff --git a/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/FBAEMKit b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/FBAEMKit
new file mode 120000
index 0000000000..ed91c0524e
--- /dev/null
+++ b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/FBAEMKit
@@ -0,0 +1 @@
+Versions/Current/FBAEMKit
\ No newline at end of file
diff --git a/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Headers b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Headers
new file mode 120000
index 0000000000..a177d2a6b9
--- /dev/null
+++ b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Headers
@@ -0,0 +1 @@
+Versions/Current/Headers
\ No newline at end of file
diff --git a/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Modules b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Modules
new file mode 120000
index 0000000000..5736f3186e
--- /dev/null
+++ b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Modules
@@ -0,0 +1 @@
+Versions/Current/Modules
\ No newline at end of file
diff --git a/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Resources b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Resources
new file mode 120000
index 0000000000..953ee36f3b
--- /dev/null
+++ b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Resources
@@ -0,0 +1 @@
+Versions/Current/Resources
\ No newline at end of file
diff --git a/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/FBAEMKit b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/FBAEMKit
new file mode 100755
index 0000000000..0d38118741
Binary files /dev/null and b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/FBAEMKit differ
diff --git a/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/Headers/FBAEMKit-Swift.h b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/Headers/FBAEMKit-Swift.h
new file mode 100644
index 0000000000..906e44a941
--- /dev/null
+++ b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/Headers/FBAEMKit-Swift.h
@@ -0,0 +1,714 @@
+#if 0
+#elif defined(__arm64__) && __arm64__
+// Generated by Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4)
+#ifndef FBAEMKIT_SWIFT_H
+#define FBAEMKIT_SWIFT_H
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wgcc-compat"
+
+#if !defined(__has_include)
+# define __has_include(x) 0
+#endif
+#if !defined(__has_attribute)
+# define __has_attribute(x) 0
+#endif
+#if !defined(__has_feature)
+# define __has_feature(x) 0
+#endif
+#if !defined(__has_warning)
+# define __has_warning(x) 0
+#endif
+
+#if __has_include()
+# include
+#endif
+
+#pragma clang diagnostic ignored "-Wauto-import"
+#if defined(__OBJC__)
+#include
+#endif
+#if defined(__cplusplus)
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#else
+#include
+#include
+#include
+#include
+#endif
+#if defined(__cplusplus)
+#if defined(__arm64e__) && __has_include()
+# include
+#else
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wreserved-macro-identifier"
+# ifndef __ptrauth_swift_value_witness_function_pointer
+# define __ptrauth_swift_value_witness_function_pointer(x)
+# endif
+# ifndef __ptrauth_swift_class_method_pointer
+# define __ptrauth_swift_class_method_pointer(x)
+# endif
+#pragma clang diagnostic pop
+#endif
+#endif
+
+#if !defined(SWIFT_TYPEDEFS)
+# define SWIFT_TYPEDEFS 1
+# if __has_include()
+# include
+# elif !defined(__cplusplus)
+typedef uint_least16_t char16_t;
+typedef uint_least32_t char32_t;
+# endif
+typedef float swift_float2 __attribute__((__ext_vector_type__(2)));
+typedef float swift_float3 __attribute__((__ext_vector_type__(3)));
+typedef float swift_float4 __attribute__((__ext_vector_type__(4)));
+typedef double swift_double2 __attribute__((__ext_vector_type__(2)));
+typedef double swift_double3 __attribute__((__ext_vector_type__(3)));
+typedef double swift_double4 __attribute__((__ext_vector_type__(4)));
+typedef int swift_int2 __attribute__((__ext_vector_type__(2)));
+typedef int swift_int3 __attribute__((__ext_vector_type__(3)));
+typedef int swift_int4 __attribute__((__ext_vector_type__(4)));
+typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2)));
+typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3)));
+typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
+#endif
+
+#if !defined(SWIFT_PASTE)
+# define SWIFT_PASTE_HELPER(x, y) x##y
+# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y)
+#endif
+#if !defined(SWIFT_METATYPE)
+# define SWIFT_METATYPE(X) Class
+#endif
+#if !defined(SWIFT_CLASS_PROPERTY)
+# if __has_feature(objc_class_property)
+# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__
+# else
+# define SWIFT_CLASS_PROPERTY(...)
+# endif
+#endif
+#if !defined(SWIFT_RUNTIME_NAME)
+# if __has_attribute(objc_runtime_name)
+# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
+# else
+# define SWIFT_RUNTIME_NAME(X)
+# endif
+#endif
+#if !defined(SWIFT_COMPILE_NAME)
+# if __has_attribute(swift_name)
+# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
+# else
+# define SWIFT_COMPILE_NAME(X)
+# endif
+#endif
+#if !defined(SWIFT_METHOD_FAMILY)
+# if __has_attribute(objc_method_family)
+# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
+# else
+# define SWIFT_METHOD_FAMILY(X)
+# endif
+#endif
+#if !defined(SWIFT_NOESCAPE)
+# if __has_attribute(noescape)
+# define SWIFT_NOESCAPE __attribute__((noescape))
+# else
+# define SWIFT_NOESCAPE
+# endif
+#endif
+#if !defined(SWIFT_RELEASES_ARGUMENT)
+# if __has_attribute(ns_consumed)
+# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
+# else
+# define SWIFT_RELEASES_ARGUMENT
+# endif
+#endif
+#if !defined(SWIFT_WARN_UNUSED_RESULT)
+# if __has_attribute(warn_unused_result)
+# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
+# else
+# define SWIFT_WARN_UNUSED_RESULT
+# endif
+#endif
+#if !defined(SWIFT_NORETURN)
+# if __has_attribute(noreturn)
+# define SWIFT_NORETURN __attribute__((noreturn))
+# else
+# define SWIFT_NORETURN
+# endif
+#endif
+#if !defined(SWIFT_CLASS_EXTRA)
+# define SWIFT_CLASS_EXTRA
+#endif
+#if !defined(SWIFT_PROTOCOL_EXTRA)
+# define SWIFT_PROTOCOL_EXTRA
+#endif
+#if !defined(SWIFT_ENUM_EXTRA)
+# define SWIFT_ENUM_EXTRA
+#endif
+#if !defined(SWIFT_CLASS)
+# if __has_attribute(objc_subclassing_restricted)
+# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA
+# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
+# else
+# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
+# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
+# endif
+#endif
+#if !defined(SWIFT_RESILIENT_CLASS)
+# if __has_attribute(objc_class_stub)
+# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub))
+# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME)
+# else
+# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME)
+# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME)
+# endif
+#endif
+#if !defined(SWIFT_PROTOCOL)
+# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
+# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
+#endif
+#if !defined(SWIFT_EXTENSION)
+# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
+#endif
+#if !defined(OBJC_DESIGNATED_INITIALIZER)
+# if __has_attribute(objc_designated_initializer)
+# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
+# else
+# define OBJC_DESIGNATED_INITIALIZER
+# endif
+#endif
+#if !defined(SWIFT_ENUM_ATTR)
+# if __has_attribute(enum_extensibility)
+# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility)))
+# else
+# define SWIFT_ENUM_ATTR(_extensibility)
+# endif
+#endif
+#if !defined(SWIFT_ENUM)
+# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
+# if __has_feature(generalized_swift_name)
+# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
+# else
+# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility)
+# endif
+#endif
+#if !defined(SWIFT_UNAVAILABLE)
+# define SWIFT_UNAVAILABLE __attribute__((unavailable))
+#endif
+#if !defined(SWIFT_UNAVAILABLE_MSG)
+# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg)))
+#endif
+#if !defined(SWIFT_AVAILABILITY)
+# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__)))
+#endif
+#if !defined(SWIFT_WEAK_IMPORT)
+# define SWIFT_WEAK_IMPORT __attribute__((weak_import))
+#endif
+#if !defined(SWIFT_DEPRECATED)
+# define SWIFT_DEPRECATED __attribute__((deprecated))
+#endif
+#if !defined(SWIFT_DEPRECATED_MSG)
+# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
+#endif
+#if !defined(SWIFT_DEPRECATED_OBJC)
+# if __has_feature(attribute_diagnose_if_objc)
+# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning")))
+# else
+# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
+# endif
+#endif
+#if defined(__OBJC__)
+#if !defined(IBSegueAction)
+# define IBSegueAction
+#endif
+#endif
+#if !defined(SWIFT_EXTERN)
+# if defined(__cplusplus)
+# define SWIFT_EXTERN extern "C"
+# else
+# define SWIFT_EXTERN extern
+# endif
+#endif
+#if !defined(SWIFT_CALL)
+# define SWIFT_CALL __attribute__((swiftcall))
+#endif
+#if !defined(SWIFT_INDIRECT_RESULT)
+# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result))
+#endif
+#if !defined(SWIFT_CONTEXT)
+# define SWIFT_CONTEXT __attribute__((swift_context))
+#endif
+#if !defined(SWIFT_ERROR_RESULT)
+# define SWIFT_ERROR_RESULT __attribute__((swift_error_result))
+#endif
+#if defined(__cplusplus)
+# define SWIFT_NOEXCEPT noexcept
+#else
+# define SWIFT_NOEXCEPT
+#endif
+#if !defined(SWIFT_C_INLINE_THUNK)
+# if __has_attribute(always_inline)
+# if __has_attribute(nodebug)
+# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug))
+# else
+# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline))
+# endif
+# else
+# define SWIFT_C_INLINE_THUNK inline
+# endif
+#endif
+#if defined(_WIN32)
+#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
+# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport)
+#endif
+#else
+#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
+# define SWIFT_IMPORT_STDLIB_SYMBOL
+#endif
+#endif
+#if defined(__OBJC__)
+#if __has_feature(objc_modules)
+#if __has_warning("-Watimport-in-framework-header")
+#pragma clang diagnostic ignored "-Watimport-in-framework-header"
+#endif
+@import Foundation;
+@import ObjectiveC;
+#endif
+
+#endif
+#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch"
+#pragma clang diagnostic ignored "-Wduplicate-method-arg"
+#if __has_warning("-Wpragma-clang-attribute")
+# pragma clang diagnostic ignored "-Wpragma-clang-attribute"
+#endif
+#pragma clang diagnostic ignored "-Wunknown-pragmas"
+#pragma clang diagnostic ignored "-Wnullability"
+#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension"
+
+#if __has_attribute(external_source_symbol)
+# pragma push_macro("any")
+# undef any
+# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="FBAEMKit",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol))
+# pragma pop_macro("any")
+#endif
+
+#if defined(__OBJC__)
+@class NSString;
+
+SWIFT_PROTOCOL_NAMED("AEMNetworking")
+@protocol FBAEMNetworking
+- (void)startGraphRequestWithGraphPath:(NSString * _Nonnull)graphPath parameters:(NSDictionary * _Nonnull)parameters tokenString:(NSString * _Nullable)tokenString HTTPMethod:(NSString * _Nullable)method completion:(void (^ _Nonnull)(id _Nullable, NSError * _Nullable))completion;
+@end
+
+@protocol FBSKAdNetworkReporting;
+@protocol FBSDKDataPersisting;
+@class NSURL;
+@class NSNumber;
+
+SWIFT_CLASS_NAMED("AEMReporter")
+@interface FBAEMReporter : NSObject
++ (void)configureWithNetworker:(id _Nullable)networker appID:(NSString * _Nullable)appID reporter:(id _Nullable)reporter;
++ (void)configureWithNetworker:(id _Nullable)networker appID:(NSString * _Nullable)appID reporter:(id _Nullable)reporter analyticsAppID:(NSString * _Nullable)analyticsAppID store:(id _Nullable)store;
+/// Enable AEM reporting. This function won’t work and AEM APIs will early return.
+/// This function should be called in application(_:open:options:) from ApplicationDelegate.
++ (void)enable;
+/// Control whether to enable conversion filtering
+/// This function should be called in application(_:open:options:)
from ApplicationDelegate
++ (void)setConversionFilteringEnabled:(BOOL)enabled;
+/// Control whether to enable catalog matching
+/// This function should be called in application(_:open:options:)
from ApplicationDelegate
++ (void)setCatalogMatchingEnabled:(BOOL)enabled;
+/// Control whether to enable advertiser rule match enabled in server side. This is expected
+/// to be called internally by FB SDK and will be removed in the future
+/// This function should be called in application(_:open:options:)
from ApplicationDelegate
++ (void)setAdvertiserRuleMatchInServerEnabled:(BOOL)enabled;
+/// Handle deeplink
+/// This function should be called in application(_:open:options:)
from ApplicationDelegate
++ (void)handle:(NSURL * _Nullable)url;
+/// Calculate the conversion value for the app event based on the AEM configuration
+/// This function should be called when you log any in-app events
++ (void)recordAndUpdateEvent:(NSString * _Nonnull)event currency:(NSString * _Nullable)currency value:(NSNumber * _Nullable)value parameters:(NSDictionary * _Nullable)parameters;
+- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
+@end
+
+
+SWIFT_PROTOCOL_NAMED("SKAdNetworkReporting")
+@protocol FBSKAdNetworkReporting
+- (BOOL)shouldCutoff SWIFT_WARN_UNUSED_RESULT;
+- (BOOL)isReportingEvent:(NSString * _Nonnull)event SWIFT_WARN_UNUSED_RESULT;
+- (void)checkAndRevokeTimer;
+@end
+
+#endif
+#if __has_attribute(external_source_symbol)
+# pragma clang attribute pop
+#endif
+#if defined(__cplusplus)
+#endif
+#pragma clang diagnostic pop
+#endif
+
+#elif defined(__x86_64__) && __x86_64__
+// Generated by Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4)
+#ifndef FBAEMKIT_SWIFT_H
+#define FBAEMKIT_SWIFT_H
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wgcc-compat"
+
+#if !defined(__has_include)
+# define __has_include(x) 0
+#endif
+#if !defined(__has_attribute)
+# define __has_attribute(x) 0
+#endif
+#if !defined(__has_feature)
+# define __has_feature(x) 0
+#endif
+#if !defined(__has_warning)
+# define __has_warning(x) 0
+#endif
+
+#if __has_include()
+# include
+#endif
+
+#pragma clang diagnostic ignored "-Wauto-import"
+#if defined(__OBJC__)
+#include
+#endif
+#if defined(__cplusplus)
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#else
+#include
+#include
+#include
+#include
+#endif
+#if defined(__cplusplus)
+#if defined(__arm64e__) && __has_include()
+# include
+#else
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wreserved-macro-identifier"
+# ifndef __ptrauth_swift_value_witness_function_pointer
+# define __ptrauth_swift_value_witness_function_pointer(x)
+# endif
+# ifndef __ptrauth_swift_class_method_pointer
+# define __ptrauth_swift_class_method_pointer(x)
+# endif
+#pragma clang diagnostic pop
+#endif
+#endif
+
+#if !defined(SWIFT_TYPEDEFS)
+# define SWIFT_TYPEDEFS 1
+# if __has_include()
+# include
+# elif !defined(__cplusplus)
+typedef uint_least16_t char16_t;
+typedef uint_least32_t char32_t;
+# endif
+typedef float swift_float2 __attribute__((__ext_vector_type__(2)));
+typedef float swift_float3 __attribute__((__ext_vector_type__(3)));
+typedef float swift_float4 __attribute__((__ext_vector_type__(4)));
+typedef double swift_double2 __attribute__((__ext_vector_type__(2)));
+typedef double swift_double3 __attribute__((__ext_vector_type__(3)));
+typedef double swift_double4 __attribute__((__ext_vector_type__(4)));
+typedef int swift_int2 __attribute__((__ext_vector_type__(2)));
+typedef int swift_int3 __attribute__((__ext_vector_type__(3)));
+typedef int swift_int4 __attribute__((__ext_vector_type__(4)));
+typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2)));
+typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3)));
+typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
+#endif
+
+#if !defined(SWIFT_PASTE)
+# define SWIFT_PASTE_HELPER(x, y) x##y
+# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y)
+#endif
+#if !defined(SWIFT_METATYPE)
+# define SWIFT_METATYPE(X) Class
+#endif
+#if !defined(SWIFT_CLASS_PROPERTY)
+# if __has_feature(objc_class_property)
+# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__
+# else
+# define SWIFT_CLASS_PROPERTY(...)
+# endif
+#endif
+#if !defined(SWIFT_RUNTIME_NAME)
+# if __has_attribute(objc_runtime_name)
+# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
+# else
+# define SWIFT_RUNTIME_NAME(X)
+# endif
+#endif
+#if !defined(SWIFT_COMPILE_NAME)
+# if __has_attribute(swift_name)
+# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
+# else
+# define SWIFT_COMPILE_NAME(X)
+# endif
+#endif
+#if !defined(SWIFT_METHOD_FAMILY)
+# if __has_attribute(objc_method_family)
+# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
+# else
+# define SWIFT_METHOD_FAMILY(X)
+# endif
+#endif
+#if !defined(SWIFT_NOESCAPE)
+# if __has_attribute(noescape)
+# define SWIFT_NOESCAPE __attribute__((noescape))
+# else
+# define SWIFT_NOESCAPE
+# endif
+#endif
+#if !defined(SWIFT_RELEASES_ARGUMENT)
+# if __has_attribute(ns_consumed)
+# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
+# else
+# define SWIFT_RELEASES_ARGUMENT
+# endif
+#endif
+#if !defined(SWIFT_WARN_UNUSED_RESULT)
+# if __has_attribute(warn_unused_result)
+# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
+# else
+# define SWIFT_WARN_UNUSED_RESULT
+# endif
+#endif
+#if !defined(SWIFT_NORETURN)
+# if __has_attribute(noreturn)
+# define SWIFT_NORETURN __attribute__((noreturn))
+# else
+# define SWIFT_NORETURN
+# endif
+#endif
+#if !defined(SWIFT_CLASS_EXTRA)
+# define SWIFT_CLASS_EXTRA
+#endif
+#if !defined(SWIFT_PROTOCOL_EXTRA)
+# define SWIFT_PROTOCOL_EXTRA
+#endif
+#if !defined(SWIFT_ENUM_EXTRA)
+# define SWIFT_ENUM_EXTRA
+#endif
+#if !defined(SWIFT_CLASS)
+# if __has_attribute(objc_subclassing_restricted)
+# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA
+# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
+# else
+# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
+# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
+# endif
+#endif
+#if !defined(SWIFT_RESILIENT_CLASS)
+# if __has_attribute(objc_class_stub)
+# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub))
+# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME)
+# else
+# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME)
+# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME)
+# endif
+#endif
+#if !defined(SWIFT_PROTOCOL)
+# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
+# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
+#endif
+#if !defined(SWIFT_EXTENSION)
+# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
+#endif
+#if !defined(OBJC_DESIGNATED_INITIALIZER)
+# if __has_attribute(objc_designated_initializer)
+# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
+# else
+# define OBJC_DESIGNATED_INITIALIZER
+# endif
+#endif
+#if !defined(SWIFT_ENUM_ATTR)
+# if __has_attribute(enum_extensibility)
+# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility)))
+# else
+# define SWIFT_ENUM_ATTR(_extensibility)
+# endif
+#endif
+#if !defined(SWIFT_ENUM)
+# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
+# if __has_feature(generalized_swift_name)
+# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
+# else
+# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility)
+# endif
+#endif
+#if !defined(SWIFT_UNAVAILABLE)
+# define SWIFT_UNAVAILABLE __attribute__((unavailable))
+#endif
+#if !defined(SWIFT_UNAVAILABLE_MSG)
+# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg)))
+#endif
+#if !defined(SWIFT_AVAILABILITY)
+# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__)))
+#endif
+#if !defined(SWIFT_WEAK_IMPORT)
+# define SWIFT_WEAK_IMPORT __attribute__((weak_import))
+#endif
+#if !defined(SWIFT_DEPRECATED)
+# define SWIFT_DEPRECATED __attribute__((deprecated))
+#endif
+#if !defined(SWIFT_DEPRECATED_MSG)
+# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
+#endif
+#if !defined(SWIFT_DEPRECATED_OBJC)
+# if __has_feature(attribute_diagnose_if_objc)
+# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning")))
+# else
+# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
+# endif
+#endif
+#if defined(__OBJC__)
+#if !defined(IBSegueAction)
+# define IBSegueAction
+#endif
+#endif
+#if !defined(SWIFT_EXTERN)
+# if defined(__cplusplus)
+# define SWIFT_EXTERN extern "C"
+# else
+# define SWIFT_EXTERN extern
+# endif
+#endif
+#if !defined(SWIFT_CALL)
+# define SWIFT_CALL __attribute__((swiftcall))
+#endif
+#if !defined(SWIFT_INDIRECT_RESULT)
+# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result))
+#endif
+#if !defined(SWIFT_CONTEXT)
+# define SWIFT_CONTEXT __attribute__((swift_context))
+#endif
+#if !defined(SWIFT_ERROR_RESULT)
+# define SWIFT_ERROR_RESULT __attribute__((swift_error_result))
+#endif
+#if defined(__cplusplus)
+# define SWIFT_NOEXCEPT noexcept
+#else
+# define SWIFT_NOEXCEPT
+#endif
+#if !defined(SWIFT_C_INLINE_THUNK)
+# if __has_attribute(always_inline)
+# if __has_attribute(nodebug)
+# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug))
+# else
+# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline))
+# endif
+# else
+# define SWIFT_C_INLINE_THUNK inline
+# endif
+#endif
+#if defined(_WIN32)
+#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
+# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport)
+#endif
+#else
+#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
+# define SWIFT_IMPORT_STDLIB_SYMBOL
+#endif
+#endif
+#if defined(__OBJC__)
+#if __has_feature(objc_modules)
+#if __has_warning("-Watimport-in-framework-header")
+#pragma clang diagnostic ignored "-Watimport-in-framework-header"
+#endif
+@import Foundation;
+@import ObjectiveC;
+#endif
+
+#endif
+#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch"
+#pragma clang diagnostic ignored "-Wduplicate-method-arg"
+#if __has_warning("-Wpragma-clang-attribute")
+# pragma clang diagnostic ignored "-Wpragma-clang-attribute"
+#endif
+#pragma clang diagnostic ignored "-Wunknown-pragmas"
+#pragma clang diagnostic ignored "-Wnullability"
+#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension"
+
+#if __has_attribute(external_source_symbol)
+# pragma push_macro("any")
+# undef any
+# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="FBAEMKit",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol))
+# pragma pop_macro("any")
+#endif
+
+#if defined(__OBJC__)
+@class NSString;
+
+SWIFT_PROTOCOL_NAMED("AEMNetworking")
+@protocol FBAEMNetworking
+- (void)startGraphRequestWithGraphPath:(NSString * _Nonnull)graphPath parameters:(NSDictionary * _Nonnull)parameters tokenString:(NSString * _Nullable)tokenString HTTPMethod:(NSString * _Nullable)method completion:(void (^ _Nonnull)(id _Nullable, NSError * _Nullable))completion;
+@end
+
+@protocol FBSKAdNetworkReporting;
+@protocol FBSDKDataPersisting;
+@class NSURL;
+@class NSNumber;
+
+SWIFT_CLASS_NAMED("AEMReporter")
+@interface FBAEMReporter : NSObject
++ (void)configureWithNetworker:(id _Nullable)networker appID:(NSString * _Nullable)appID reporter:(id _Nullable)reporter;
++ (void)configureWithNetworker:(id _Nullable)networker appID:(NSString * _Nullable)appID reporter:(id _Nullable)reporter analyticsAppID:(NSString * _Nullable)analyticsAppID store:(id _Nullable)store;
+/// Enable AEM reporting. This function won’t work and AEM APIs will early return.
+/// This function should be called in application(_:open:options:) from ApplicationDelegate.
++ (void)enable;
+/// Control whether to enable conversion filtering
+/// This function should be called in application(_:open:options:)
from ApplicationDelegate
++ (void)setConversionFilteringEnabled:(BOOL)enabled;
+/// Control whether to enable catalog matching
+/// This function should be called in application(_:open:options:)
from ApplicationDelegate
++ (void)setCatalogMatchingEnabled:(BOOL)enabled;
+/// Control whether to enable advertiser rule match enabled in server side. This is expected
+/// to be called internally by FB SDK and will be removed in the future
+/// This function should be called in application(_:open:options:)
from ApplicationDelegate
++ (void)setAdvertiserRuleMatchInServerEnabled:(BOOL)enabled;
+/// Handle deeplink
+/// This function should be called in application(_:open:options:)
from ApplicationDelegate
++ (void)handle:(NSURL * _Nullable)url;
+/// Calculate the conversion value for the app event based on the AEM configuration
+/// This function should be called when you log any in-app events
++ (void)recordAndUpdateEvent:(NSString * _Nonnull)event currency:(NSString * _Nullable)currency value:(NSNumber * _Nullable)value parameters:(NSDictionary * _Nullable)parameters;
+- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
+@end
+
+
+SWIFT_PROTOCOL_NAMED("SKAdNetworkReporting")
+@protocol FBSKAdNetworkReporting
+- (BOOL)shouldCutoff SWIFT_WARN_UNUSED_RESULT;
+- (BOOL)isReportingEvent:(NSString * _Nonnull)event SWIFT_WARN_UNUSED_RESULT;
+- (void)checkAndRevokeTimer;
+@end
+
+#endif
+#if __has_attribute(external_source_symbol)
+# pragma clang attribute pop
+#endif
+#if defined(__cplusplus)
+#endif
+#pragma clang diagnostic pop
+#endif
+
+#else
+#error unsupported Swift architecture
+#endif
diff --git a/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/Modules/FBAEMKit.swiftmodule/arm64-apple-ios-macabi.abi.json b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/Modules/FBAEMKit.swiftmodule/arm64-apple-ios-macabi.abi.json
new file mode 100644
index 0000000000..8c05b2c069
--- /dev/null
+++ b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/Modules/FBAEMKit.swiftmodule/arm64-apple-ios-macabi.abi.json
@@ -0,0 +1,17866 @@
+{
+ "ABIRoot": {
+ "kind": "Root",
+ "name": "TopLevel",
+ "printedName": "TopLevel",
+ "children": [
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMAdvertiserMultiEntryRule",
+ "printedName": "AEMAdvertiserMultiEntryRule",
+ "children": [
+ {
+ "kind": "TypeDecl",
+ "name": "CodingKeys",
+ "printedName": "CodingKeys",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "operator",
+ "printedName": "operator",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys.Type) -> FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO8operatoryA2EmF",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO8operatoryA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 0
+ },
+ {
+ "kind": "Var",
+ "name": "rules",
+ "printedName": "rules",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys.Type) -> FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO5rulesyA2EmF",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO5rulesyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 1
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(rawValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO8rawValueAESgSS_tcfc",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO8rawValueAESgSS_tcfc",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Var",
+ "name": "rawValue",
+ "printedName": "rawValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO8rawValueSSvp",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO8rawValueSSvp",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO8rawValueSSvg",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO8rawValueSSvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "stringValue",
+ "printedName": "stringValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO11stringValueSSvp",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO11stringValueSSvp",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO11stringValueSSvg",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO11stringValueSSvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(stringValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO11stringValueAESgSS_tcfc",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO11stringValueAESgSS_tcfc",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Var",
+ "name": "intValue",
+ "printedName": "intValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.Int?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO8intValueSiSgvp",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO8intValueSiSgvp",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.Int?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO8intValueSiSgvg",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO8intValueSiSgvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(intValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO8intValueAESgSi_tcfc",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO8intValueAESgSi_tcfc",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Enum",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO",
+ "moduleName": "FBAEMKit",
+ "enumRawTypeName": "String",
+ "isEnumExhaustive": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "RawRepresentable",
+ "printedName": "RawRepresentable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "RawValue",
+ "printedName": "RawValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ]
+ }
+ ],
+ "usr": "s:SY",
+ "mangledName": "$sSY"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CodingKey",
+ "printedName": "CodingKey",
+ "usr": "s:s9CodingKeyP",
+ "mangledName": "$ss9CodingKeyP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "operator",
+ "printedName": "operator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC8operatorAA0bE8OperatorOvp",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC8operatorAA0bE8OperatorOvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 0,
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC8operatorAA0bE8OperatorOvg",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC8operatorAA0bE8OperatorOvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "rules",
+ "printedName": "rules",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[any FBAEMKit.AEMAdvertiserRuleMatching]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleMatching",
+ "printedName": "any FBAEMKit.AEMAdvertiserRuleMatching",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleMatchingP"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC5rulesSayAA0bE8Matching_pGvp",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC5rulesSayAA0bE8Matching_pGvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 1,
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[any FBAEMKit.AEMAdvertiserRuleMatching]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleMatching",
+ "printedName": "any FBAEMKit.AEMAdvertiserRuleMatching",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleMatchingP"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC5rulesSayAA0bE8Matching_pGvg",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC5rulesSayAA0bE8Matching_pGvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(with:rules:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserMultiEntryRule",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserMultiEntryRule"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[any FBAEMKit.AEMAdvertiserRuleMatching]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleMatching",
+ "printedName": "any FBAEMKit.AEMAdvertiserRuleMatching",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleMatchingP"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC4with5rulesAcA0bE8OperatorO_SayAA0bE8Matching_pGtcfc",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC4with5rulesAcA0bE8OperatorO_SayAA0bE8Matching_pGtcfc",
+ "moduleName": "FBAEMKit",
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Function",
+ "name": "isMatchedEventParameters",
+ "printedName": "isMatchedEventParameters(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC24isMatchedEventParametersySbSDySSypGSgF",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC24isMatchedEventParametersySbSDySSypGSgF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "RawDocComment"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Var",
+ "name": "supportsSecureCoding",
+ "printedName": "supportsSecureCoding",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserMultiEntryRule(cpy)supportsSecureCoding",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC20supportsSecureCodingSbvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "objc_name": "supportsSecureCoding",
+ "declAttributes": [
+ "Final",
+ "ObjC",
+ "RawDocComment"
+ ],
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserMultiEntryRule(cm)supportsSecureCoding",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC20supportsSecureCodingSbvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "objc_name": "supportsSecureCoding",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(coder:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserMultiEntryRule",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserMultiEntryRule"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "NSCoder",
+ "printedName": "Foundation.NSCoder",
+ "usr": "c:objc(cs)NSCoder"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserMultiEntryRule(im)initWithCoder:",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC5coderACSgSo7NSCoderC_tcfc",
+ "moduleName": "FBAEMKit",
+ "objc_name": "initWithCoder:",
+ "declAttributes": [
+ "ObjC",
+ "Convenience"
+ ],
+ "init_kind": "Convenience"
+ },
+ {
+ "kind": "Function",
+ "name": "encode",
+ "printedName": "encode(with:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "NSCoder",
+ "printedName": "Foundation.NSCoder",
+ "usr": "c:objc(cs)NSCoder"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserMultiEntryRule(im)encodeWithCoder:",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC6encode4withySo7NSCoderC_tF",
+ "moduleName": "FBAEMKit",
+ "objc_name": "encodeWithCoder:",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserMultiEntryRule",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserMultiEntryRule"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserMultiEntryRule(im)init",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleCACycfc",
+ "moduleName": "FBAEMKit",
+ "overriding": true,
+ "implicit": true,
+ "objc_name": "init",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC",
+ "Override"
+ ],
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Class",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserMultiEntryRule",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "AEMAdvertiserRuleMatching",
+ "printedName": "AEMAdvertiserRuleMatching",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleMatchingP",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleMatchingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "FBSDKCoreKit_Basics",
+ "printedName": "FBSDKCoreKit_Basics",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit"
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMAdvertiserRuleFactory",
+ "printedName": "AEMAdvertiserRuleFactory",
+ "children": [
+ {
+ "kind": "Function",
+ "name": "createRule",
+ "printedName": "createRule(json:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.AEMAdvertiserRuleMatching)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleMatching",
+ "printedName": "any FBAEMKit.AEMAdvertiserRuleMatching",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleMatchingP"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit24AEMAdvertiserRuleFactoryC06createC04jsonAA0bC8Matching_pSgSSSg_tF",
+ "mangledName": "$s8FBAEMKit24AEMAdvertiserRuleFactoryC06createC04jsonAA0bC8Matching_pSgSSSg_tF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "RawDocComment"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "createRule",
+ "printedName": "createRule(dictionary:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.AEMAdvertiserRuleMatching)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleMatching",
+ "printedName": "any FBAEMKit.AEMAdvertiserRuleMatching",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleMatchingP"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit24AEMAdvertiserRuleFactoryC06createC010dictionaryAA0bC8Matching_pSgSDySSypG_tF",
+ "mangledName": "$s8FBAEMKit24AEMAdvertiserRuleFactoryC06createC010dictionaryAA0bC8Matching_pSgSDySSypG_tF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "createMultiEntryRule",
+ "printedName": "createMultiEntryRule(from:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserMultiEntryRule",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserMultiEntryRule"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit24AEMAdvertiserRuleFactoryC016createMultiEntryC04fromAA0bfgC0CSgSDySSypG_tF",
+ "mangledName": "$s8FBAEMKit24AEMAdvertiserRuleFactoryC016createMultiEntryC04fromAA0bfgC0CSgSDySSypG_tF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "RawDocComment"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "createSingleEntryRule",
+ "printedName": "createSingleEntryRule(from:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMAdvertiserSingleEntryRule?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserSingleEntryRule",
+ "printedName": "FBAEMKit.AEMAdvertiserSingleEntryRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserSingleEntryRule"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit24AEMAdvertiserRuleFactoryC017createSingleEntryC04fromAA0bfgC0CSgSDySSypG_tF",
+ "mangledName": "$s8FBAEMKit24AEMAdvertiserRuleFactoryC017createSingleEntryC04fromAA0bfgC0CSgSDySSypG_tF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "primaryKey",
+ "printedName": "primaryKey(for:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit24AEMAdvertiserRuleFactoryC10primaryKey3forSSSgSDySSypG_tF",
+ "mangledName": "$s8FBAEMKit24AEMAdvertiserRuleFactoryC10primaryKey3forSSSgSDySSypG_tF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "getOperator",
+ "printedName": "getOperator(from:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit24AEMAdvertiserRuleFactoryC11getOperator4fromAA0bcF0OSDySSypG_tF",
+ "mangledName": "$s8FBAEMKit24AEMAdvertiserRuleFactoryC11getOperator4fromAA0bcF0OSDySSypG_tF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isOperatorForMultiEntryRule",
+ "printedName": "isOperatorForMultiEntryRule(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit24AEMAdvertiserRuleFactoryC023isOperatorForMultiEntryC0ySbAA0bcF0OF",
+ "mangledName": "$s8FBAEMKit24AEMAdvertiserRuleFactoryC023isOperatorForMultiEntryC0ySbAA0bcF0OF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleFactory",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleFactory",
+ "usr": "s:8FBAEMKit24AEMAdvertiserRuleFactoryC"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit24AEMAdvertiserRuleFactoryCACycfc",
+ "mangledName": "$s8FBAEMKit24AEMAdvertiserRuleFactoryCACycfc",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Class",
+ "usr": "s:8FBAEMKit24AEMAdvertiserRuleFactoryC",
+ "mangledName": "$s8FBAEMKit24AEMAdvertiserRuleFactoryC",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "AEMAdvertiserRuleProviding",
+ "printedName": "AEMAdvertiserRuleProviding",
+ "usr": "s:8FBAEMKit26AEMAdvertiserRuleProvidingP",
+ "mangledName": "$s8FBAEMKit26AEMAdvertiserRuleProvidingP"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMAdvertiserRuleMatching",
+ "printedName": "AEMAdvertiserRuleMatching",
+ "children": [
+ {
+ "kind": "Function",
+ "name": "isMatchedEventParameters",
+ "printedName": "isMatchedEventParameters(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleMatchingP24isMatchedEventParametersySbSDySSypGSgF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleMatchingP24isMatchedEventParametersySbSDySSypGSgF",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0 where τ_0_0 : FBAEMKit.AEMAdvertiserRuleMatching>",
+ "sugared_genericSig": "",
+ "protocolReq": true,
+ "reqNewWitnessTableEntry": true,
+ "funcSelfKind": "NonMutating"
+ }
+ ],
+ "declKind": "Protocol",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleMatchingP",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleMatchingP",
+ "moduleName": "FBAEMKit"
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "unknown",
+ "printedName": "unknown",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO7unknownyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO7unknownyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 0
+ },
+ {
+ "kind": "Var",
+ "name": "and",
+ "printedName": "and",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO3andyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO3andyA2CmF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ],
+ "fixedbinaryorder": 1
+ },
+ {
+ "kind": "Var",
+ "name": "or",
+ "printedName": "or",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO2oryA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO2oryA2CmF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ],
+ "fixedbinaryorder": 2
+ },
+ {
+ "kind": "Var",
+ "name": "not",
+ "printedName": "not",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO3notyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO3notyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 3
+ },
+ {
+ "kind": "Var",
+ "name": "contains",
+ "printedName": "contains",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO8containsyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO8containsyA2CmF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ],
+ "fixedbinaryorder": 4
+ },
+ {
+ "kind": "Var",
+ "name": "notContains",
+ "printedName": "notContains",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO11notContainsyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO11notContainsyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 5
+ },
+ {
+ "kind": "Var",
+ "name": "startsWith",
+ "printedName": "startsWith",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO10startsWithyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO10startsWithyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 6
+ },
+ {
+ "kind": "Var",
+ "name": "caseInsensitiveContains",
+ "printedName": "caseInsensitiveContains",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO23caseInsensitiveContainsyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO23caseInsensitiveContainsyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 7
+ },
+ {
+ "kind": "Var",
+ "name": "caseInsensitiveNotContains",
+ "printedName": "caseInsensitiveNotContains",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO26caseInsensitiveNotContainsyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO26caseInsensitiveNotContainsyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 8
+ },
+ {
+ "kind": "Var",
+ "name": "caseInsensitiveStartsWith",
+ "printedName": "caseInsensitiveStartsWith",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO25caseInsensitiveStartsWithyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO25caseInsensitiveStartsWithyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 9
+ },
+ {
+ "kind": "Var",
+ "name": "regexMatch",
+ "printedName": "regexMatch",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO10regexMatchyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO10regexMatchyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 10
+ },
+ {
+ "kind": "Var",
+ "name": "equal",
+ "printedName": "equal",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO5equalyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO5equalyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 11
+ },
+ {
+ "kind": "Var",
+ "name": "notEqual",
+ "printedName": "notEqual",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO8notEqualyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO8notEqualyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 12
+ },
+ {
+ "kind": "Var",
+ "name": "lessThan",
+ "printedName": "lessThan",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO8lessThanyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO8lessThanyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 13
+ },
+ {
+ "kind": "Var",
+ "name": "lessThanOrEqual",
+ "printedName": "lessThanOrEqual",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO15lessThanOrEqualyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO15lessThanOrEqualyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 14
+ },
+ {
+ "kind": "Var",
+ "name": "greaterThan",
+ "printedName": "greaterThan",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO11greaterThanyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO11greaterThanyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 15
+ },
+ {
+ "kind": "Var",
+ "name": "greaterThanOrEqual",
+ "printedName": "greaterThanOrEqual",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO18greaterThanOrEqualyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO18greaterThanOrEqualyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 16
+ },
+ {
+ "kind": "Var",
+ "name": "caseInsensitiveIsAny",
+ "printedName": "caseInsensitiveIsAny",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO20caseInsensitiveIsAnyyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO20caseInsensitiveIsAnyyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 17
+ },
+ {
+ "kind": "Var",
+ "name": "caseInsensitiveIsNotAny",
+ "printedName": "caseInsensitiveIsNotAny",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO23caseInsensitiveIsNotAnyyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO23caseInsensitiveIsNotAnyyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 18
+ },
+ {
+ "kind": "Var",
+ "name": "isAny",
+ "printedName": "isAny",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO5isAnyyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO5isAnyyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 19
+ },
+ {
+ "kind": "Var",
+ "name": "isNotAny",
+ "printedName": "isNotAny",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO8isNotAnyyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO8isNotAnyyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 20
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(rawValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO8rawValueACSgSi_tcfc",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO8rawValueACSgSi_tcfc",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Var",
+ "name": "rawValue",
+ "printedName": "rawValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO8rawValueSivp",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO8rawValueSivp",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO8rawValueSivg",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO8rawValueSivg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ }
+ ],
+ "declKind": "Enum",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ],
+ "enumRawTypeName": "Int",
+ "isEnumExhaustive": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "RawRepresentable",
+ "printedName": "RawRepresentable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "RawValue",
+ "printedName": "RawValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ]
+ }
+ ],
+ "usr": "s:SY",
+ "mangledName": "$sSY"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMAdvertiserRuleProviding",
+ "printedName": "AEMAdvertiserRuleProviding",
+ "children": [
+ {
+ "kind": "Function",
+ "name": "createRule",
+ "printedName": "createRule(json:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.AEMAdvertiserRuleMatching)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleMatching",
+ "printedName": "any FBAEMKit.AEMAdvertiserRuleMatching",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleMatchingP"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit26AEMAdvertiserRuleProvidingP06createC04jsonAA0bC8Matching_pSgSSSg_tF",
+ "mangledName": "$s8FBAEMKit26AEMAdvertiserRuleProvidingP06createC04jsonAA0bC8Matching_pSgSSSg_tF",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0 where τ_0_0 : FBAEMKit.AEMAdvertiserRuleProviding>",
+ "sugared_genericSig": "",
+ "protocolReq": true,
+ "reqNewWitnessTableEntry": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "createRule",
+ "printedName": "createRule(dictionary:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.AEMAdvertiserRuleMatching)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleMatching",
+ "printedName": "any FBAEMKit.AEMAdvertiserRuleMatching",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleMatchingP"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit26AEMAdvertiserRuleProvidingP06createC010dictionaryAA0bC8Matching_pSgSDySSypG_tF",
+ "mangledName": "$s8FBAEMKit26AEMAdvertiserRuleProvidingP06createC010dictionaryAA0bC8Matching_pSgSDySSypG_tF",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0 where τ_0_0 : FBAEMKit.AEMAdvertiserRuleProviding>",
+ "sugared_genericSig": "",
+ "protocolReq": true,
+ "reqNewWitnessTableEntry": true,
+ "funcSelfKind": "NonMutating"
+ }
+ ],
+ "declKind": "Protocol",
+ "usr": "s:8FBAEMKit26AEMAdvertiserRuleProvidingP",
+ "mangledName": "$s8FBAEMKit26AEMAdvertiserRuleProvidingP",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "FBSDKCoreKit_Basics",
+ "printedName": "FBSDKCoreKit_Basics",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit"
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMAdvertiserSingleEntryRule",
+ "printedName": "AEMAdvertiserSingleEntryRule",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "operator",
+ "printedName": "operator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC8operatorAA0bE8OperatorOvp",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC8operatorAA0bE8OperatorOvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 0,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC8operatorAA0bE8OperatorOvg",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC8operatorAA0bE8OperatorOvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC8operatorAA0bE8OperatorOvs",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC8operatorAA0bE8OperatorOvs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC8operatorAA0bE8OperatorOvM",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC8operatorAA0bE8OperatorOvM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "paramKey",
+ "printedName": "paramKey",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC8paramKeySSvp",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC8paramKeySSvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 1,
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC8paramKeySSvg",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC8paramKeySSvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "linguisticCondition",
+ "printedName": "linguisticCondition",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC19linguisticConditionSSSgvp",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC19linguisticConditionSSSgvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 2,
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC19linguisticConditionSSSgvg",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC19linguisticConditionSSSgvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "numericalCondition",
+ "printedName": "numericalCondition",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.Double?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC18numericalConditionSdSgvp",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC18numericalConditionSdSgvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 3,
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.Double?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC18numericalConditionSdSgvg",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC18numericalConditionSdSgvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "arrayCondition",
+ "printedName": "arrayCondition",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[Swift.String]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC14arrayConditionSaySSGSgvp",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC14arrayConditionSaySSGSgvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 4,
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[Swift.String]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC14arrayConditionSaySSGSgvg",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC14arrayConditionSaySSGSgvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(operator:paramKey:linguisticCondition:numericalCondition:arrayCondition:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserSingleEntryRule",
+ "printedName": "FBAEMKit.AEMAdvertiserSingleEntryRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserSingleEntryRule"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.Double?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[Swift.String]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC8operator8paramKey19linguisticCondition09numericalJ005arrayJ0AcA0bE8OperatorO_S2SSgSdSgSaySSGSgtcfc",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC8operator8paramKey19linguisticCondition09numericalJ005arrayJ0AcA0bE8OperatorO_S2SSgSdSgSaySSGSgtcfc",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ],
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(with:paramKey:linguisticCondition:numericalCondition:arrayCondition:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserSingleEntryRule",
+ "printedName": "FBAEMKit.AEMAdvertiserSingleEntryRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserSingleEntryRule"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.NSNumber?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSNumber",
+ "printedName": "Foundation.NSNumber",
+ "usr": "c:objc(cs)NSNumber"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[Swift.String]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC4with8paramKey19linguisticCondition09numericalJ005arrayJ0AcA0bE8OperatorO_S2SSgSo8NSNumberCSgSaySSGSgtcfc",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC4with8paramKey19linguisticCondition09numericalJ005arrayJ0AcA0bE8OperatorO_S2SSgSo8NSNumberCSgSaySSGSgtcfc",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Convenience"
+ ],
+ "init_kind": "Convenience"
+ },
+ {
+ "kind": "Function",
+ "name": "isMatchedEventParameters",
+ "printedName": "isMatchedEventParameters(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC24isMatchedEventParametersySbSDySSypGSgF",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC24isMatchedEventParametersySbSDySSypGSgF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "RawDocComment"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isMatchedEventParameters",
+ "printedName": "isMatchedEventParameters(eventParams:paramPath:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[Swift.String]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC24isMatchedEventParameters11eventParams9paramPathSbSDySSypGSg_SaySSGtF",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC24isMatchedEventParameters11eventParams9paramPathSbSDySSypGSg_SaySSGtF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isMatched",
+ "printedName": "isMatched(withAsteriskParam:eventParameters:paramPath:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[Swift.String]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC9isMatched17withAsteriskParam15eventParameters9paramPathSbSS_SDySSypGSaySSGtF",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC9isMatched17withAsteriskParam15eventParameters9paramPathSbSS_SDySSypGSaySSGtF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isMatched",
+ "printedName": "isMatched(withStringValue:numericalValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.Double?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC9isMatched15withStringValue09numericalJ0SbSSSg_SdSgtF",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC9isMatched15withStringValue09numericalJ0SbSSSg_SdSgtF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "RawDocComment"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isRegexMatch",
+ "printedName": "isRegexMatch(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC12isRegexMatchySbSSF",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC12isRegexMatchySbSSF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isAny",
+ "printedName": "isAny(of:stringValue:ignoreCase:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[Swift.String]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sa"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC5isAny2of11stringValue10ignoreCaseSbSaySSG_SSSbtF",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC5isAny2of11stringValue10ignoreCaseSbSaySSG_SSSbtF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Var",
+ "name": "supportsSecureCoding",
+ "printedName": "supportsSecureCoding",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserSingleEntryRule(cpy)supportsSecureCoding",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC20supportsSecureCodingSbvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "objc_name": "supportsSecureCoding",
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "ObjC",
+ "HasStorage",
+ "RawDocComment"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserSingleEntryRule(cm)supportsSecureCoding",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC20supportsSecureCodingSbvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "objc_name": "supportsSecureCoding",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserSingleEntryRule(cm)setSupportsSecureCoding:",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC20supportsSecureCodingSbvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC20supportsSecureCodingSbvMZ",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC20supportsSecureCodingSbvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(coder:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMAdvertiserSingleEntryRule?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserSingleEntryRule",
+ "printedName": "FBAEMKit.AEMAdvertiserSingleEntryRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserSingleEntryRule"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "NSCoder",
+ "printedName": "Foundation.NSCoder",
+ "usr": "c:objc(cs)NSCoder"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserSingleEntryRule(im)initWithCoder:",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC5coderACSgSo7NSCoderC_tcfc",
+ "moduleName": "FBAEMKit",
+ "objc_name": "initWithCoder:",
+ "declAttributes": [
+ "ObjC"
+ ],
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Function",
+ "name": "encode",
+ "printedName": "encode(with:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "NSCoder",
+ "printedName": "Foundation.NSCoder",
+ "usr": "c:objc(cs)NSCoder"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserSingleEntryRule(im)encodeWithCoder:",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC6encode4withySo7NSCoderC_tF",
+ "moduleName": "FBAEMKit",
+ "objc_name": "encodeWithCoder:",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isEqual",
+ "printedName": "isEqual(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Any?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserSingleEntryRule(im)isEqual:",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC7isEqualySbypSgF",
+ "moduleName": "FBAEMKit",
+ "overriding": true,
+ "objc_name": "isEqual:",
+ "declAttributes": [
+ "Final",
+ "ObjC",
+ "Override"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserSingleEntryRule",
+ "printedName": "FBAEMKit.AEMAdvertiserSingleEntryRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserSingleEntryRule"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserSingleEntryRule(im)init",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleCACycfc",
+ "moduleName": "FBAEMKit",
+ "overriding": true,
+ "implicit": true,
+ "objc_name": "init",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC",
+ "Override"
+ ],
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Class",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserSingleEntryRule",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "AEMAdvertiserRuleMatching",
+ "printedName": "AEMAdvertiserRuleMatching",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleMatchingP",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleMatchingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMConfiguration",
+ "printedName": "AEMConfiguration",
+ "children": [
+ {
+ "kind": "TypeDecl",
+ "name": "CodingKeys",
+ "printedName": "CodingKeys",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "defaultCurrency",
+ "printedName": "defaultCurrency",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMConfiguration.CodingKeys.Type) -> FBAEMKit.AEMConfiguration.CodingKeys",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO15defaultCurrencyyA2EmF",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO15defaultCurrencyyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 0
+ },
+ {
+ "kind": "Var",
+ "name": "cutoffTime",
+ "printedName": "cutoffTime",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMConfiguration.CodingKeys.Type) -> FBAEMKit.AEMConfiguration.CodingKeys",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO10cutoffTimeyA2EmF",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO10cutoffTimeyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 1
+ },
+ {
+ "kind": "Var",
+ "name": "conversionValueRules",
+ "printedName": "conversionValueRules",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMConfiguration.CodingKeys.Type) -> FBAEMKit.AEMConfiguration.CodingKeys",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO20conversionValueRulesyA2EmF",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO20conversionValueRulesyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 2
+ },
+ {
+ "kind": "Var",
+ "name": "validFrom",
+ "printedName": "validFrom",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMConfiguration.CodingKeys.Type) -> FBAEMKit.AEMConfiguration.CodingKeys",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO9validFromyA2EmF",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO9validFromyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 3
+ },
+ {
+ "kind": "Var",
+ "name": "mode",
+ "printedName": "mode",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMConfiguration.CodingKeys.Type) -> FBAEMKit.AEMConfiguration.CodingKeys",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO4modeyA2EmF",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO4modeyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 4
+ },
+ {
+ "kind": "Var",
+ "name": "advertiserID",
+ "printedName": "advertiserID",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMConfiguration.CodingKeys.Type) -> FBAEMKit.AEMConfiguration.CodingKeys",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO12advertiserIDyA2EmF",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO12advertiserIDyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 5
+ },
+ {
+ "kind": "Var",
+ "name": "businessID",
+ "printedName": "businessID",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMConfiguration.CodingKeys.Type) -> FBAEMKit.AEMConfiguration.CodingKeys",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO10businessIDyA2EmF",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO10businessIDyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 6
+ },
+ {
+ "kind": "Var",
+ "name": "paramRule",
+ "printedName": "paramRule",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMConfiguration.CodingKeys.Type) -> FBAEMKit.AEMConfiguration.CodingKeys",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO9paramRuleyA2EmF",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO9paramRuleyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 7
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(rawValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO8rawValueAESgSS_tcfc",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO8rawValueAESgSS_tcfc",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Var",
+ "name": "rawValue",
+ "printedName": "rawValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO8rawValueSSvp",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO8rawValueSSvp",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO8rawValueSSvg",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO8rawValueSSvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "stringValue",
+ "printedName": "stringValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO11stringValueSSvp",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO11stringValueSSvp",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO11stringValueSSvg",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO11stringValueSSvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(stringValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO11stringValueAESgSS_tcfc",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO11stringValueAESgSS_tcfc",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Var",
+ "name": "intValue",
+ "printedName": "intValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.Int?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO8intValueSiSgvp",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO8intValueSiSgvp",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.Int?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO8intValueSiSgvg",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO8intValueSiSgvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(intValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO8intValueAESgSi_tcfc",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO8intValueAESgSi_tcfc",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Enum",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO",
+ "moduleName": "FBAEMKit",
+ "enumRawTypeName": "String",
+ "isEnumExhaustive": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "RawRepresentable",
+ "printedName": "RawRepresentable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "RawValue",
+ "printedName": "RawValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ]
+ }
+ ],
+ "usr": "s:SY",
+ "mangledName": "$sSY"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CodingKey",
+ "printedName": "CodingKey",
+ "usr": "s:s9CodingKeyP",
+ "mangledName": "$ss9CodingKeyP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "cutoffTime",
+ "printedName": "cutoffTime",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10cutoffTimeSivp",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10cutoffTimeSivp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage",
+ "SetterAccess"
+ ],
+ "fixedbinaryorder": 0,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10cutoffTimeSivg",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10cutoffTimeSivg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "validFrom",
+ "printedName": "validFrom",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit16AEMConfigurationC9validFromSivp",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC9validFromSivp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage",
+ "SetterAccess",
+ "RawDocComment"
+ ],
+ "fixedbinaryorder": 1,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC9validFromSivg",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC9validFromSivg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "defaultCurrency",
+ "printedName": "defaultCurrency",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit16AEMConfigurationC15defaultCurrencySSvp",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC15defaultCurrencySSvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage",
+ "SetterAccess"
+ ],
+ "fixedbinaryorder": 2,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC15defaultCurrencySSvg",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC15defaultCurrencySSvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "mode",
+ "printedName": "mode",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit16AEMConfigurationC4modeSSvp",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC4modeSSvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage",
+ "SetterAccess"
+ ],
+ "fixedbinaryorder": 3,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC4modeSSvg",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC4modeSSvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "businessID",
+ "printedName": "businessID",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10businessIDSSSgvp",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10businessIDSSSgvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "SetterAccess"
+ ],
+ "fixedbinaryorder": 4,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10businessIDSSSgvg",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10businessIDSSSgvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "matchingRule",
+ "printedName": "matchingRule",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.AEMAdvertiserRuleMatching)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleMatching",
+ "printedName": "any FBAEMKit.AEMAdvertiserRuleMatching",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleMatchingP"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit16AEMConfigurationC12matchingRuleAA013AEMAdvertiserD8Matching_pSgvp",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC12matchingRuleAA013AEMAdvertiserD8Matching_pSgvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "SetterAccess"
+ ],
+ "fixedbinaryorder": 5,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.AEMAdvertiserRuleMatching)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleMatching",
+ "printedName": "any FBAEMKit.AEMAdvertiserRuleMatching",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleMatchingP"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC12matchingRuleAA013AEMAdvertiserD8Matching_pSgvg",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC12matchingRuleAA013AEMAdvertiserD8Matching_pSgvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "conversionValueRules",
+ "printedName": "conversionValueRules",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMRule]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMRule",
+ "printedName": "FBAEMKit.AEMRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMRule"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit16AEMConfigurationC20conversionValueRulesSayAA7AEMRuleCGvp",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC20conversionValueRulesSayAA7AEMRuleCGvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage",
+ "SetterAccess"
+ ],
+ "fixedbinaryorder": 6,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMRule]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMRule",
+ "printedName": "FBAEMKit.AEMRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMRule"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC20conversionValueRulesSayAA7AEMRuleCGvg",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC20conversionValueRulesSayAA7AEMRuleCGvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "eventSet",
+ "printedName": "eventSet",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Set",
+ "printedName": "Swift.Set",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sh"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit16AEMConfigurationC8eventSetShySSGvp",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC8eventSetShySSGvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage",
+ "SetterAccess"
+ ],
+ "fixedbinaryorder": 7,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Set",
+ "printedName": "Swift.Set",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sh"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC8eventSetShySSGvg",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC8eventSetShySSGvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "currencySet",
+ "printedName": "currencySet",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Set",
+ "printedName": "Swift.Set",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sh"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit16AEMConfigurationC11currencySetShySSGvp",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC11currencySetShySSGvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage",
+ "SetterAccess"
+ ],
+ "fixedbinaryorder": 8,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Set",
+ "printedName": "Swift.Set",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sh"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC11currencySetShySSGvg",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC11currencySetShySSGvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "ruleProvider",
+ "printedName": "ruleProvider",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.AEMAdvertiserRuleProviding)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleProviding",
+ "printedName": "any FBAEMKit.AEMAdvertiserRuleProviding",
+ "usr": "s:8FBAEMKit26AEMAdvertiserRuleProvidingP"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit16AEMConfigurationC12ruleProviderAA26AEMAdvertiserRuleProviding_pSgvpZ",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC12ruleProviderAA26AEMAdvertiserRuleProviding_pSgvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "SetterAccess"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.AEMAdvertiserRuleProviding)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleProviding",
+ "printedName": "any FBAEMKit.AEMAdvertiserRuleProviding",
+ "usr": "s:8FBAEMKit26AEMAdvertiserRuleProvidingP"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC12ruleProviderAA26AEMAdvertiserRuleProviding_pSgvgZ",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC12ruleProviderAA26AEMAdvertiserRuleProviding_pSgvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Function",
+ "name": "configure",
+ "printedName": "configure(withRuleProvider:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleProviding",
+ "printedName": "any FBAEMKit.AEMAdvertiserRuleProviding",
+ "usr": "s:8FBAEMKit26AEMAdvertiserRuleProvidingP"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit16AEMConfigurationC9configure16withRuleProvideryAA013AEMAdvertiserE9Providing_p_tFZ",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC9configure16withRuleProvideryAA013AEMAdvertiserE9Providing_p_tFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(json:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMConfiguration?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC4jsonACSgSDySSypGSg_tcfc",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC4jsonACSgSDySSypGSg_tcfc",
+ "moduleName": "FBAEMKit",
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Function",
+ "name": "parseRules",
+ "printedName": "parseRules(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[FBAEMKit.AEMRule]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMRule]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMRule",
+ "printedName": "FBAEMKit.AEMRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMRule"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[[Swift.String : Any]]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[[Swift.String : Any]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10parseRulesySayAA7AEMRuleCGSgSaySDySSypGGSgFZ",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10parseRulesySayAA7AEMRuleCGSgSaySDySSypGGSgFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "getEventSet",
+ "printedName": "getEventSet(from:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Set",
+ "printedName": "Swift.Set",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sh"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMRule]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMRule",
+ "printedName": "FBAEMKit.AEMRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMRule"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit16AEMConfigurationC11getEventSet4fromShySSGSayAA7AEMRuleCG_tFZ",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC11getEventSet4fromShySSGSayAA7AEMRuleCG_tFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "getCurrencySet",
+ "printedName": "getCurrencySet(from:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Set",
+ "printedName": "Swift.Set",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sh"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMRule]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMRule",
+ "printedName": "FBAEMKit.AEMRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMRule"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit16AEMConfigurationC14getCurrencySet4fromShySSGSayAA7AEMRuleCG_tFZ",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC14getCurrencySet4fromShySSGSayAA7AEMRuleCG_tFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isSame",
+ "printedName": "isSame(validFrom:businessID:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit16AEMConfigurationC6isSame9validFrom10businessIDSbSi_SSSgtF",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC6isSame9validFrom10businessIDSbSi_SSSgtF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isSameBusinessID",
+ "printedName": "isSameBusinessID(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit16AEMConfigurationC16isSameBusinessIDySbSSSgF",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC16isSameBusinessIDySbSSSgF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "encode",
+ "printedName": "encode(with:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "NSCoder",
+ "printedName": "Foundation.NSCoder",
+ "usr": "c:objc(cs)NSCoder"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration(im)encodeWithCoder:",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC6encode4withySo7NSCoderC_tF",
+ "moduleName": "FBAEMKit",
+ "objc_name": "encodeWithCoder:",
+ "declAttributes": [
+ "Final",
+ "ObjC",
+ "RawDocComment"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(coder:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMConfiguration?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "NSCoder",
+ "printedName": "Foundation.NSCoder",
+ "usr": "c:objc(cs)NSCoder"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration(im)initWithCoder:",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC5coderACSgSo7NSCoderC_tcfc",
+ "moduleName": "FBAEMKit",
+ "objc_name": "initWithCoder:",
+ "declAttributes": [
+ "ObjC",
+ "Convenience"
+ ],
+ "init_kind": "Convenience"
+ },
+ {
+ "kind": "Var",
+ "name": "supportsSecureCoding",
+ "printedName": "supportsSecureCoding",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration(cpy)supportsSecureCoding",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC20supportsSecureCodingSbvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "objc_name": "supportsSecureCoding",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration(cm)supportsSecureCoding",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC20supportsSecureCodingSbvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "objc_name": "supportsSecureCoding",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration(im)init",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationCACycfc",
+ "moduleName": "FBAEMKit",
+ "overriding": true,
+ "implicit": true,
+ "objc_name": "init",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC",
+ "Override"
+ ],
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Class",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMEvent",
+ "printedName": "AEMEvent",
+ "children": [
+ {
+ "kind": "TypeDecl",
+ "name": "CodingKeys",
+ "printedName": "CodingKeys",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "eventName",
+ "printedName": "eventName",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMEvent.CodingKeys.Type) -> FBAEMKit.AEMEvent.CodingKeys",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO9eventNameyA2EmF",
+ "mangledName": "$s8FBAEMKit8AEMEventC10CodingKeysO9eventNameyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 0
+ },
+ {
+ "kind": "Var",
+ "name": "values",
+ "printedName": "values",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMEvent.CodingKeys.Type) -> FBAEMKit.AEMEvent.CodingKeys",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO6valuesyA2EmF",
+ "mangledName": "$s8FBAEMKit8AEMEventC10CodingKeysO6valuesyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 1
+ },
+ {
+ "kind": "Var",
+ "name": "currency",
+ "printedName": "currency",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMEvent.CodingKeys.Type) -> FBAEMKit.AEMEvent.CodingKeys",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO8currencyyA2EmF",
+ "mangledName": "$s8FBAEMKit8AEMEventC10CodingKeysO8currencyyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 2
+ },
+ {
+ "kind": "Var",
+ "name": "amount",
+ "printedName": "amount",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMEvent.CodingKeys.Type) -> FBAEMKit.AEMEvent.CodingKeys",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO6amountyA2EmF",
+ "mangledName": "$s8FBAEMKit8AEMEventC10CodingKeysO6amountyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 3
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(rawValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO8rawValueAESgSS_tcfc",
+ "mangledName": "$s8FBAEMKit8AEMEventC10CodingKeysO8rawValueAESgSS_tcfc",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Var",
+ "name": "rawValue",
+ "printedName": "rawValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO8rawValueSSvp",
+ "mangledName": "$s8FBAEMKit8AEMEventC10CodingKeysO8rawValueSSvp",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO8rawValueSSvg",
+ "mangledName": "$s8FBAEMKit8AEMEventC10CodingKeysO8rawValueSSvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "stringValue",
+ "printedName": "stringValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO11stringValueSSvp",
+ "mangledName": "$s8FBAEMKit8AEMEventC10CodingKeysO11stringValueSSvp",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO11stringValueSSvg",
+ "mangledName": "$s8FBAEMKit8AEMEventC10CodingKeysO11stringValueSSvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(stringValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO11stringValueAESgSS_tcfc",
+ "mangledName": "$s8FBAEMKit8AEMEventC10CodingKeysO11stringValueAESgSS_tcfc",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Var",
+ "name": "intValue",
+ "printedName": "intValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.Int?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO8intValueSiSgvp",
+ "mangledName": "$s8FBAEMKit8AEMEventC10CodingKeysO8intValueSiSgvp",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.Int?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO8intValueSiSgvg",
+ "mangledName": "$s8FBAEMKit8AEMEventC10CodingKeysO8intValueSiSgvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(intValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO8intValueAESgSi_tcfc",
+ "mangledName": "$s8FBAEMKit8AEMEventC10CodingKeysO8intValueAESgSi_tcfc",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Enum",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO",
+ "mangledName": "$s8FBAEMKit8AEMEventC10CodingKeysO",
+ "moduleName": "FBAEMKit",
+ "enumRawTypeName": "String",
+ "isEnumExhaustive": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "RawRepresentable",
+ "printedName": "RawRepresentable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "RawValue",
+ "printedName": "RawValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ]
+ }
+ ],
+ "usr": "s:SY",
+ "mangledName": "$sSY"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CodingKey",
+ "printedName": "CodingKey",
+ "usr": "s:s9CodingKeyP",
+ "mangledName": "$ss9CodingKeyP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "eventName",
+ "printedName": "eventName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit8AEMEventC9eventNameSSvp",
+ "mangledName": "$s8FBAEMKit8AEMEventC9eventNameSSvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage",
+ "SetterAccess"
+ ],
+ "fixedbinaryorder": 0,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit8AEMEventC9eventNameSSvg",
+ "mangledName": "$s8FBAEMKit8AEMEventC9eventNameSSvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "values",
+ "printedName": "values",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Swift.Double]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Swift.Double]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit8AEMEventC6valuesSDySSSdGSgvp",
+ "mangledName": "$s8FBAEMKit8AEMEventC6valuesSDySSSdGSgvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "SetterAccess"
+ ],
+ "fixedbinaryorder": 1,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Swift.Double]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Swift.Double]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit8AEMEventC6valuesSDySSSdGSgvg",
+ "mangledName": "$s8FBAEMKit8AEMEventC6valuesSDySSSdGSgvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(dict:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMEvent?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMEvent",
+ "printedName": "FBAEMKit.AEMEvent",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMEvent"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit8AEMEventC4dictACSgSDySSypGSg_tcfc",
+ "mangledName": "$s8FBAEMKit8AEMEventC4dictACSgSDySSypGSg_tcfc",
+ "moduleName": "FBAEMKit",
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Var",
+ "name": "supportsSecureCoding",
+ "printedName": "supportsSecureCoding",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMEvent(cpy)supportsSecureCoding",
+ "mangledName": "$s8FBAEMKit8AEMEventC20supportsSecureCodingSbvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "objc_name": "supportsSecureCoding",
+ "declAttributes": [
+ "Final",
+ "ObjC",
+ "RawDocComment"
+ ],
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMEvent(cm)supportsSecureCoding",
+ "mangledName": "$s8FBAEMKit8AEMEventC20supportsSecureCodingSbvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "objc_name": "supportsSecureCoding",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(coder:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMEvent?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMEvent",
+ "printedName": "FBAEMKit.AEMEvent",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMEvent"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "NSCoder",
+ "printedName": "Foundation.NSCoder",
+ "usr": "c:objc(cs)NSCoder"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMEvent(im)initWithCoder:",
+ "mangledName": "$s8FBAEMKit8AEMEventC5coderACSgSo7NSCoderC_tcfc",
+ "moduleName": "FBAEMKit",
+ "objc_name": "initWithCoder:",
+ "declAttributes": [
+ "ObjC",
+ "Convenience"
+ ],
+ "init_kind": "Convenience"
+ },
+ {
+ "kind": "Function",
+ "name": "encode",
+ "printedName": "encode(with:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "NSCoder",
+ "printedName": "Foundation.NSCoder",
+ "usr": "c:objc(cs)NSCoder"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMEvent(im)encodeWithCoder:",
+ "mangledName": "$s8FBAEMKit8AEMEventC6encode4withySo7NSCoderC_tF",
+ "moduleName": "FBAEMKit",
+ "objc_name": "encodeWithCoder:",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isEqual",
+ "printedName": "isEqual(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Any?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMEvent(im)isEqual:",
+ "mangledName": "$s8FBAEMKit8AEMEventC7isEqualySbypSgF",
+ "moduleName": "FBAEMKit",
+ "overriding": true,
+ "objc_name": "isEqual:",
+ "declAttributes": [
+ "Final",
+ "ObjC",
+ "Override",
+ "RawDocComment"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMEvent",
+ "printedName": "FBAEMKit.AEMEvent",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMEvent"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMEvent(im)init",
+ "mangledName": "$s8FBAEMKit8AEMEventCACycfc",
+ "moduleName": "FBAEMKit",
+ "overriding": true,
+ "implicit": true,
+ "objc_name": "init",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC",
+ "Override"
+ ],
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Class",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMEvent",
+ "mangledName": "$s8FBAEMKit8AEMEventC",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CommonCrypto.CommonHMAC",
+ "printedName": "CommonCrypto.CommonHMAC",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "FBSDKCoreKit_Basics",
+ "printedName": "FBSDKCoreKit_Basics",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit"
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMInvocation",
+ "printedName": "AEMInvocation",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "campaignID",
+ "printedName": "campaignID",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC10campaignIDSSvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC10campaignIDSSvp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasStorage",
+ "RawDocComment"
+ ],
+ "fixedbinaryorder": 0,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC10campaignIDSSvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC10campaignIDSSvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC10campaignIDSSvs",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC10campaignIDSSvs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC10campaignIDSSvM",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC10campaignIDSSvM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "acsToken",
+ "printedName": "acsToken",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC8acsTokenSSvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC8acsTokenSSvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 1,
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC8acsTokenSSvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC8acsTokenSSvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "acsSharedSecret",
+ "printedName": "acsSharedSecret",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC15acsSharedSecretSSSgvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC15acsSharedSecretSSSgvp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 2,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC15acsSharedSecretSSSgvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC15acsSharedSecretSSSgvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC15acsSharedSecretSSSgvs",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC15acsSharedSecretSSSgvs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC15acsSharedSecretSSSgvM",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC15acsSharedSecretSSSgvM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "acsConfigurationID",
+ "printedName": "acsConfigurationID",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC18acsConfigurationIDSSSgvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC18acsConfigurationIDSSSgvp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 3,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC18acsConfigurationIDSSSgvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC18acsConfigurationIDSSSgvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC18acsConfigurationIDSSSgvs",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC18acsConfigurationIDSSSgvs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC18acsConfigurationIDSSSgvM",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC18acsConfigurationIDSSSgvM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "businessID",
+ "printedName": "businessID",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC10businessIDSSSgvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC10businessIDSSSgvp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 4,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC10businessIDSSSgvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC10businessIDSSSgvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC10businessIDSSSgvs",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC10businessIDSSSgvs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC10businessIDSSSgvM",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC10businessIDSSSgvM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "catalogID",
+ "printedName": "catalogID",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC9catalogIDSSSgvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC9catalogIDSSSgvp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 5,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC9catalogIDSSSgvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC9catalogIDSSSgvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC9catalogIDSSSgvs",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC9catalogIDSSSgvs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC9catalogIDSSSgvM",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC9catalogIDSSSgvM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "isTestMode",
+ "printedName": "isTestMode",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC10isTestModeSbvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC10isTestModeSbvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 6,
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC10isTestModeSbvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC10isTestModeSbvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "hasStoreKitAdNetwork",
+ "printedName": "hasStoreKitAdNetwork",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC20hasStoreKitAdNetworkSbvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC20hasStoreKitAdNetworkSbvp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 7,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC20hasStoreKitAdNetworkSbvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC20hasStoreKitAdNetworkSbvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC20hasStoreKitAdNetworkSbvs",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC20hasStoreKitAdNetworkSbvs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC20hasStoreKitAdNetworkSbvM",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC20hasStoreKitAdNetworkSbvM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "isConversionFilteringEligible",
+ "printedName": "isConversionFilteringEligible",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC29isConversionFilteringEligibleSbvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC29isConversionFilteringEligibleSbvp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 8,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC29isConversionFilteringEligibleSbvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC29isConversionFilteringEligibleSbvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC29isConversionFilteringEligibleSbvs",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC29isConversionFilteringEligibleSbvs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC29isConversionFilteringEligibleSbvM",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC29isConversionFilteringEligibleSbvM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "timestamp",
+ "printedName": "timestamp",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Date",
+ "printedName": "Foundation.Date",
+ "usr": "s:10Foundation4DateV"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC9timestamp10Foundation4DateVvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC9timestamp10Foundation4DateVvp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasStorage",
+ "SetterAccess"
+ ],
+ "fixedbinaryorder": 9,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Date",
+ "printedName": "Foundation.Date",
+ "usr": "s:10Foundation4DateV"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC9timestamp10Foundation4DateVvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC9timestamp10Foundation4DateVvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "configurationMode",
+ "printedName": "configurationMode",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC17configurationModeSSvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC17configurationModeSSvp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasStorage",
+ "SetterAccess"
+ ],
+ "fixedbinaryorder": 10,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC17configurationModeSSvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC17configurationModeSSvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "configurationID",
+ "printedName": "configurationID",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC15configurationIDSivp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC15configurationIDSivp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasStorage",
+ "RawDocComment"
+ ],
+ "fixedbinaryorder": 11,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC15configurationIDSivg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC15configurationIDSivg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC15configurationIDSivs",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC15configurationIDSivs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC15configurationIDSivM",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC15configurationIDSivM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "recordedEvents",
+ "printedName": "recordedEvents",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Set",
+ "printedName": "Swift.Set",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sh"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC14recordedEventsShySSGvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC14recordedEventsShySSGvp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 12,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Set",
+ "printedName": "Swift.Set",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sh"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC14recordedEventsShySSGvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC14recordedEventsShySSGvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Set",
+ "printedName": "Swift.Set",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sh"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC14recordedEventsShySSGvs",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC14recordedEventsShySSGvs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC14recordedEventsShySSGvM",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC14recordedEventsShySSGvM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "recordedValues",
+ "printedName": "recordedValues",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [Swift.String : Any]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC14recordedValuesSDySSSDySSypGGvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC14recordedValuesSDySSSDySSypGGvp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 13,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [Swift.String : Any]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC14recordedValuesSDySSSDySSypGGvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC14recordedValuesSDySSSDySSypGGvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [Swift.String : Any]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC14recordedValuesSDySSSDySSypGGvs",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC14recordedValuesSDySSSDySSypGGvs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC14recordedValuesSDySSSDySSypGGvM",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC14recordedValuesSDySSSDySSypGGvM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "conversionValue",
+ "printedName": "conversionValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC15conversionValueSivp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC15conversionValueSivp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 14,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC15conversionValueSivg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC15conversionValueSivg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC15conversionValueSivs",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC15conversionValueSivs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC15conversionValueSivM",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC15conversionValueSivM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "priority",
+ "printedName": "priority",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC8prioritySivp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC8prioritySivp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 15,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC8prioritySivg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC8prioritySivg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC8prioritySivs",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC8prioritySivs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC8prioritySivM",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC8prioritySivM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "conversionTimestamp",
+ "printedName": "conversionTimestamp",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Date?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Date",
+ "printedName": "Foundation.Date",
+ "usr": "s:10Foundation4DateV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC19conversionTimestamp10Foundation4DateVSgvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC19conversionTimestamp10Foundation4DateVSgvp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 16,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Date?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Date",
+ "printedName": "Foundation.Date",
+ "usr": "s:10Foundation4DateV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC19conversionTimestamp10Foundation4DateVSgvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC19conversionTimestamp10Foundation4DateVSgvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Date?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Date",
+ "printedName": "Foundation.Date",
+ "usr": "s:10Foundation4DateV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC19conversionTimestamp10Foundation4DateVSgvs",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC19conversionTimestamp10Foundation4DateVSgvs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC19conversionTimestamp10Foundation4DateVSgvM",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC19conversionTimestamp10Foundation4DateVSgvM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "isAggregated",
+ "printedName": "isAggregated",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC12isAggregatedSbvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC12isAggregatedSbvp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 17,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC12isAggregatedSbvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC12isAggregatedSbvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC12isAggregatedSbvs",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC12isAggregatedSbvs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC12isAggregatedSbvM",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC12isAggregatedSbvM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "ConfigurationMode",
+ "printedName": "ConfigurationMode",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "default",
+ "printedName": "default",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMInvocation.ConfigurationMode.Type) -> FBAEMKit.AEMInvocation.ConfigurationMode",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ConfigurationMode",
+ "printedName": "FBAEMKit.AEMInvocation.ConfigurationMode",
+ "usr": "s:8FBAEMKit13AEMInvocationC17ConfigurationModeO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMInvocation.ConfigurationMode.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ConfigurationMode",
+ "printedName": "FBAEMKit.AEMInvocation.ConfigurationMode",
+ "usr": "s:8FBAEMKit13AEMInvocationC17ConfigurationModeO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit13AEMInvocationC17ConfigurationModeO7defaultyA2EmF",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC17ConfigurationModeO7defaultyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 0
+ },
+ {
+ "kind": "Var",
+ "name": "brand",
+ "printedName": "brand",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMInvocation.ConfigurationMode.Type) -> FBAEMKit.AEMInvocation.ConfigurationMode",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ConfigurationMode",
+ "printedName": "FBAEMKit.AEMInvocation.ConfigurationMode",
+ "usr": "s:8FBAEMKit13AEMInvocationC17ConfigurationModeO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMInvocation.ConfigurationMode.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ConfigurationMode",
+ "printedName": "FBAEMKit.AEMInvocation.ConfigurationMode",
+ "usr": "s:8FBAEMKit13AEMInvocationC17ConfigurationModeO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit13AEMInvocationC17ConfigurationModeO5brandyA2EmF",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC17ConfigurationModeO5brandyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 1
+ },
+ {
+ "kind": "Var",
+ "name": "cpas",
+ "printedName": "cpas",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMInvocation.ConfigurationMode.Type) -> FBAEMKit.AEMInvocation.ConfigurationMode",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ConfigurationMode",
+ "printedName": "FBAEMKit.AEMInvocation.ConfigurationMode",
+ "usr": "s:8FBAEMKit13AEMInvocationC17ConfigurationModeO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMInvocation.ConfigurationMode.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ConfigurationMode",
+ "printedName": "FBAEMKit.AEMInvocation.ConfigurationMode",
+ "usr": "s:8FBAEMKit13AEMInvocationC17ConfigurationModeO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit13AEMInvocationC17ConfigurationModeO4cpasyA2EmF",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC17ConfigurationModeO4cpasyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 2
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(rawValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMInvocation.ConfigurationMode?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ConfigurationMode",
+ "printedName": "FBAEMKit.AEMInvocation.ConfigurationMode",
+ "usr": "s:8FBAEMKit13AEMInvocationC17ConfigurationModeO"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit13AEMInvocationC17ConfigurationModeO8rawValueAESgSS_tcfc",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC17ConfigurationModeO8rawValueAESgSS_tcfc",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Var",
+ "name": "rawValue",
+ "printedName": "rawValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC17ConfigurationModeO8rawValueSSvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC17ConfigurationModeO8rawValueSSvp",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC17ConfigurationModeO8rawValueSSvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC17ConfigurationModeO8rawValueSSvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ }
+ ],
+ "declKind": "Enum",
+ "usr": "s:8FBAEMKit13AEMInvocationC17ConfigurationModeO",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC17ConfigurationModeO",
+ "moduleName": "FBAEMKit",
+ "enumRawTypeName": "String",
+ "isEnumExhaustive": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "RawRepresentable",
+ "printedName": "RawRepresentable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "RawValue",
+ "printedName": "RawValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ]
+ }
+ ],
+ "usr": "s:SY",
+ "mangledName": "$sSY"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(appLinkData:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMInvocation?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.AnyHashable : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.AnyHashable : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AnyHashable",
+ "printedName": "Swift.AnyHashable",
+ "usr": "s:s11AnyHashableV"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit13AEMInvocationC11appLinkDataACSgSDys11AnyHashableVypGSg_tcfc",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC11appLinkDataACSgSDys11AnyHashableVypGSg_tcfc",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Convenience"
+ ],
+ "init_kind": "Convenience"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(campaignID:acsToken:acsSharedSecret:acsConfigurationID:businessID:catalogID:isTestMode:hasStoreKitAdNetwork:isConversionFilteringEligible:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMInvocation?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit13AEMInvocationC10campaignID8acsToken0E12SharedSecret0e13ConfigurationD008businessD007catalogD010isTestMode20hasStoreKitAdNetwork0L27ConversionFilteringEligibleACSgSS_S2SSgA3NS3btcfc",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC10campaignID8acsToken0E12SharedSecret0e13ConfigurationD008businessD007catalogD010isTestMode20hasStoreKitAdNetwork0L27ConversionFilteringEligibleACSgSS_S2SSgA3NS3btcfc",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Convenience"
+ ],
+ "init_kind": "Convenience"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(campaignID:acsToken:acsSharedSecret:acsConfigurationID:businessID:catalogID:timestamp:configurationMode:configurationID:recordedEvents:recordedValues:conversionValue:priority:conversionTimestamp:isAggregated:isTestMode:hasStoreKitAdNetwork:isConversionFilteringEligible:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMInvocation?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Date?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Date",
+ "printedName": "Foundation.Date",
+ "usr": "s:10Foundation4DateV"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.Set?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Set",
+ "printedName": "Swift.Set",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sh"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : [Swift.String : Any]]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [Swift.String : Any]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Date?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Date",
+ "printedName": "Foundation.Date",
+ "usr": "s:10Foundation4DateV"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit13AEMInvocationC10campaignID8acsToken0E12SharedSecret0e13ConfigurationD008businessD007catalogD09timestamp17configurationMode0mD014recordedEvents0O6Values15conversionValue8priority0R9Timestamp12isAggregated0v4TestN020hasStoreKitAdNetwork0V27ConversionFilteringEligibleACSgSS_S2SSgA3W10Foundation4DateVSgSSSiShySSGSgSDySSSDySSypGGSgS2iA_S4btcfc",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC10campaignID8acsToken0E12SharedSecret0e13ConfigurationD008businessD007catalogD09timestamp17configurationMode0mD014recordedEvents0O6Values15conversionValue8priority0R9Timestamp12isAggregated0v4TestN020hasStoreKitAdNetwork0V27ConversionFilteringEligibleACSgSS_S2SSgA3W10Foundation4DateVSgSSSiShySSGSgSDySSSDySSypGGSgS2iA_S4btcfc",
+ "moduleName": "FBAEMKit",
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Function",
+ "name": "attributeEvent",
+ "printedName": "attributeEvent(_:currency:value:parameters:configurations:shouldUpdateCache:isRuleMatchInServer:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.NSNumber?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSNumber",
+ "printedName": "Foundation.NSNumber",
+ "usr": "c:objc(cs)NSNumber"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMConfiguration]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit13AEMInvocationC14attributeEvent_8currency5value10parameters14configurations17shouldUpdateCache19isRuleMatchInServerSbSS_SSSgSo8NSNumberCSgSDySSypGSgSDySSSayAA16AEMConfigurationCGGSgS2btF",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC14attributeEvent_8currency5value10parameters14configurations17shouldUpdateCache19isRuleMatchInServerSbSS_SSSgSo8NSNumberCSgSDySSypGSgSDySSSayAA16AEMConfigurationCGGSgS2btF",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "DiscardableResult"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "updateConversionValue",
+ "printedName": "updateConversionValue(configurations:event:shouldBoostPriority:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMConfiguration]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit13AEMInvocationC21updateConversionValue14configurations5event19shouldBoostPrioritySbSDySSSayAA16AEMConfigurationCGGSg_SSSbtF",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC21updateConversionValue14configurations5event19shouldBoostPrioritySbSDySSSayAA16AEMConfigurationCGGSg_SSSbtF",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isOptimizedEvent",
+ "printedName": "isOptimizedEvent(_:configurations:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMConfiguration]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit13AEMInvocationC16isOptimizedEvent_14configurationsSbSS_SDySSSayAA16AEMConfigurationCGGSgtF",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC16isOptimizedEvent_14configurationsSbSS_SDySSSayAA16AEMConfigurationCGGSgtF",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isOutOfWindow",
+ "printedName": "isOutOfWindow(configurations:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMConfiguration]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit13AEMInvocationC13isOutOfWindow14configurationsSbSDySSSayAA16AEMConfigurationCGGSg_tF",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC13isOutOfWindow14configurationsSbSDySSSayAA16AEMConfigurationCGGSg_tF",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "getHMAC",
+ "printedName": "getHMAC(delay:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit13AEMInvocationC7getHMAC5delaySSSgSi_tF",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC7getHMAC5delaySSSgSi_tF",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "RawDocComment"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "decodeBase64URLSafeString",
+ "printedName": "decodeBase64URLSafeString(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Data?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit13AEMInvocationC25decodeBase64URLSafeStringy10Foundation4DataVSgSSF",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC25decodeBase64URLSafeStringy10Foundation4DataVSgSSF",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "getProcessedParameters",
+ "printedName": "getProcessedParameters(from:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit13AEMInvocationC22getProcessedParameters4fromSDySSypGSgAG_tF",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC22getProcessedParameters4fromSDySSypGSgAG_tF",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "findConfiguration",
+ "printedName": "findConfiguration(in:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMConfiguration?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMConfiguration]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit13AEMInvocationC17findConfiguration2inAA16AEMConfigurationCSgSDySSSayAGGGSg_tF",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC17findConfiguration2inAA16AEMConfigurationCSgSDySSSayAGGGSg_tF",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "getConfigurationList",
+ "printedName": "getConfigurationList(mode:configurations:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMConfiguration]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "usr": "s:Sa"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ConfigurationMode",
+ "printedName": "FBAEMKit.AEMInvocation.ConfigurationMode",
+ "usr": "s:8FBAEMKit13AEMInvocationC17ConfigurationModeO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMConfiguration]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit13AEMInvocationC20getConfigurationList4mode14configurationsSayAA16AEMConfigurationCGAC0D4ModeO_SDySSAIGSgtF",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC20getConfigurationList4mode14configurationsSayAA16AEMConfigurationCGAC0D4ModeO_SDySSAIGSgtF",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "setConfiguration",
+ "printedName": "setConfiguration(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit13AEMInvocationC16setConfigurationyyAA16AEMConfigurationCF",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC16setConfigurationyyAA16AEMConfigurationCF",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Var",
+ "name": "supportsSecureCoding",
+ "printedName": "supportsSecureCoding",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation(cpy)supportsSecureCoding",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC20supportsSecureCodingSbvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "objc_name": "supportsSecureCoding",
+ "declAttributes": [
+ "Final",
+ "ObjC",
+ "RawDocComment"
+ ],
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation(cm)supportsSecureCoding",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC20supportsSecureCodingSbvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "objc_name": "supportsSecureCoding",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(coder:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMInvocation?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "NSCoder",
+ "printedName": "Foundation.NSCoder",
+ "usr": "c:objc(cs)NSCoder"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation(im)initWithCoder:",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC5coderACSgSo7NSCoderC_tcfc",
+ "moduleName": "FBAEMKit",
+ "objc_name": "initWithCoder:",
+ "declAttributes": [
+ "ObjC",
+ "Required"
+ ],
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Function",
+ "name": "encode",
+ "printedName": "encode(with:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "NSCoder",
+ "printedName": "Foundation.NSCoder",
+ "usr": "c:objc(cs)NSCoder"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation(im)encodeWithCoder:",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC6encode4withySo7NSCoderC_tF",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "objc_name": "encodeWithCoder:",
+ "declAttributes": [
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation(im)init",
+ "mangledName": "$s8FBAEMKit13AEMInvocationCACycfc",
+ "moduleName": "FBAEMKit",
+ "overriding": true,
+ "implicit": true,
+ "objc_name": "init",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC",
+ "Override"
+ ],
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Class",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "ObjC"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "FBSDKCoreKit_Basics",
+ "printedName": "FBSDKCoreKit_Basics",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit"
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMNetworker",
+ "printedName": "AEMNetworker",
+ "children": [
+ {
+ "kind": "TypeDecl",
+ "name": "Error",
+ "printedName": "Error",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "missingOperationQueue",
+ "printedName": "missingOperationQueue",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMNetworker.Error.Type) -> FBAEMKit.AEMNetworker.Error",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Error",
+ "printedName": "FBAEMKit.AEMNetworker.Error",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMNetworker.Error.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Error",
+ "printedName": "FBAEMKit.AEMNetworker.Error",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO21missingOperationQueueyA2EmF",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC5ErrorO21missingOperationQueueyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 0
+ },
+ {
+ "kind": "Var",
+ "name": "failedToCreateURL",
+ "printedName": "failedToCreateURL",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMNetworker.Error.Type) -> FBAEMKit.AEMNetworker.Error",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Error",
+ "printedName": "FBAEMKit.AEMNetworker.Error",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMNetworker.Error.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Error",
+ "printedName": "FBAEMKit.AEMNetworker.Error",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO17failedToCreateURLyA2EmF",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC5ErrorO17failedToCreateURLyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 1
+ },
+ {
+ "kind": "Var",
+ "name": "failedToParseJSON",
+ "printedName": "failedToParseJSON",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMNetworker.Error.Type) -> FBAEMKit.AEMNetworker.Error",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Error",
+ "printedName": "FBAEMKit.AEMNetworker.Error",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMNetworker.Error.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Error",
+ "printedName": "FBAEMKit.AEMNetworker.Error",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO17failedToParseJSONyA2EmF",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC5ErrorO17failedToParseJSONyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 2
+ },
+ {
+ "kind": "Function",
+ "name": "==",
+ "printedName": "==(_:_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Error",
+ "printedName": "FBAEMKit.AEMNetworker.Error",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Error",
+ "printedName": "FBAEMKit.AEMNetworker.Error",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO2eeoiySbAE_AEtFZ",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC5ErrorO2eeoiySbAE_AEtFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Var",
+ "name": "hashValue",
+ "printedName": "hashValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO9hashValueSivp",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC5ErrorO9hashValueSivp",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO9hashValueSivg",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC5ErrorO9hashValueSivg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Function",
+ "name": "hash",
+ "printedName": "hash(into:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Hasher",
+ "printedName": "Swift.Hasher",
+ "paramValueOwnership": "InOut",
+ "usr": "s:s6HasherV"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO4hash4intoys6HasherVz_tF",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC5ErrorO4hash4intoys6HasherVz_tF",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "funcSelfKind": "NonMutating"
+ }
+ ],
+ "declKind": "Enum",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC5ErrorO",
+ "moduleName": "FBAEMKit",
+ "isEnumExhaustive": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Error",
+ "printedName": "Error",
+ "usr": "s:s5ErrorP",
+ "mangledName": "$ss5ErrorP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "userAgentSuffix",
+ "printedName": "userAgentSuffix",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit12AEMNetworkerC15userAgentSuffixSSSgvp",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC15userAgentSuffixSSSgvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 0,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit12AEMNetworkerC15userAgentSuffixSSSgvg",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC15userAgentSuffixSSSgvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit12AEMNetworkerC15userAgentSuffixSSSgvs",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC15userAgentSuffixSSSgvs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit12AEMNetworkerC15userAgentSuffixSSSgvM",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC15userAgentSuffixSSSgvM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "userAgent",
+ "printedName": "userAgent",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit12AEMNetworkerC9userAgentSSvp",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC9userAgentSSvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "Lazy"
+ ],
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit12AEMNetworkerC9userAgentSSvg",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC9userAgentSSvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit12AEMNetworkerC9userAgentSSvs",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC9userAgentSSvs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit12AEMNetworkerC9userAgentSSvM",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC9userAgentSSvM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "$__lazy_storage_$_userAgent",
+ "printedName": "$__lazy_storage_$_userAgent",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit12AEMNetworkerC27$__lazy_storage_$_userAgent33_CA5D0A8FEAF39482D34FF23ED31512AELLSSSgvp",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC27$__lazy_storage_$_userAgent33_CA5D0A8FEAF39482D34FF23ED31512AELLSSSgvp",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isInternal": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "HasStorage",
+ "Final"
+ ],
+ "fixedbinaryorder": 1,
+ "hasStorage": true
+ },
+ {
+ "kind": "Function",
+ "name": "startGraphRequest",
+ "printedName": "startGraphRequest(withGraphPath:parameters:tokenString:httpMethod:completion:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Any?, (any Swift.Error)?) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Tuple",
+ "printedName": "(Any?, (any Swift.Error)?)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Any?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any Swift.Error)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Error",
+ "printedName": "any Swift.Error",
+ "usr": "s:s5ErrorP"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMNetworker(im)startGraphRequestWithGraphPath:parameters:tokenString:HTTPMethod:completion:",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC17startGraphRequest04withD4Path10parameters11tokenString10httpMethod10completionySS_SDySSypGSSSgAKyypSg_s5Error_pSgtctF",
+ "moduleName": "FBAEMKit",
+ "objc_name": "startGraphRequestWithGraphPath:parameters:tokenString:HTTPMethod:completion:",
+ "declAttributes": [
+ "Final",
+ "ObjC",
+ "RawDocComment"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "parseJSONResponse",
+ "printedName": "parseJSONResponse(data:error:statusCode:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Data?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any Swift.Error)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Error",
+ "printedName": "any Swift.Error",
+ "usr": "s:s5ErrorP"
+ }
+ ],
+ "paramValueOwnership": "InOut",
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit12AEMNetworkerC17parseJSONResponse4data5error10statusCodeSDySSypG10Foundation4DataVSg_s5Error_pSgzSitF",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC17parseJSONResponse4data5error10statusCodeSDySSypG10Foundation4DataVSg_s5Error_pSgzSitF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "parseJSONOrOtherwise",
+ "printedName": "parseJSONOrOtherwise(unsafeString:error:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Any?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any Swift.Error)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Error",
+ "printedName": "any Swift.Error",
+ "usr": "s:s5ErrorP"
+ }
+ ],
+ "paramValueOwnership": "InOut",
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit12AEMNetworkerC20parseJSONOrOtherwise12unsafeString5errorypSgSSSg_s5Error_pSgztF",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC20parseJSONOrOtherwise12unsafeString5errorypSgSSSg_s5Error_pSgztF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "appendAttachments",
+ "printedName": "appendAttachments(attachments:toBody:addFormData:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "AEMRequestBody",
+ "printedName": "FBAEMKit.AEMRequestBody",
+ "usr": "s:8FBAEMKit14AEMRequestBodyC"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit12AEMNetworkerC17appendAttachments11attachments6toBody11addFormDataySDySSypG_AA010AEMRequestG0CSbtF",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC17appendAttachments11attachments6toBody11addFormDataySDySSypG_AA010AEMRequestG0CSbtF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMNetworker",
+ "printedName": "FBAEMKit.AEMNetworker",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMNetworker"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMNetworker(im)init",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerCACycfc",
+ "moduleName": "FBAEMKit",
+ "overriding": true,
+ "implicit": true,
+ "objc_name": "init",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC",
+ "Override"
+ ],
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Class",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMNetworker",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "AEMNetworking",
+ "printedName": "AEMNetworking",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBAEMNetworking",
+ "mangledName": "$s8FBAEMKit13AEMNetworkingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMNetworking",
+ "printedName": "AEMNetworking",
+ "children": [
+ {
+ "kind": "Function",
+ "name": "startGraphRequest",
+ "printedName": "startGraphRequest(withGraphPath:parameters:tokenString:httpMethod:completion:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Any?, (any Swift.Error)?) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Tuple",
+ "printedName": "(Any?, (any Swift.Error)?)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Any?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any Swift.Error)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Error",
+ "printedName": "any Swift.Error",
+ "usr": "s:s5ErrorP"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBAEMNetworking(im)startGraphRequestWithGraphPath:parameters:tokenString:HTTPMethod:completion:",
+ "mangledName": "$s8FBAEMKit13AEMNetworkingP17startGraphRequest04withD4Path10parameters11tokenString10httpMethod10completionySS_SDySSypGSSSgAKyypSg_s5Error_pSgtctF",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0 where τ_0_0 : FBAEMKit.AEMNetworking>",
+ "sugared_genericSig": "",
+ "protocolReq": true,
+ "objc_name": "startGraphRequestWithGraphPath:parameters:tokenString:HTTPMethod:completion:",
+ "declAttributes": [
+ "ObjC"
+ ],
+ "reqNewWitnessTableEntry": true,
+ "funcSelfKind": "NonMutating"
+ }
+ ],
+ "declKind": "Protocol",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBAEMNetworking",
+ "mangledName": "$s8FBAEMKit13AEMNetworkingP",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0 : AnyObject>",
+ "sugared_genericSig": "",
+ "objc_name": "FBAEMNetworking",
+ "declAttributes": [
+ "AccessControl",
+ "ObjC"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "FBSDKCoreKit_Basics",
+ "printedName": "FBSDKCoreKit_Basics",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit"
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMReporter",
+ "printedName": "AEMReporter",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "networker",
+ "printedName": "networker",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.AEMNetworking)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMNetworking",
+ "printedName": "any FBAEMKit.AEMNetworking",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBAEMNetworking"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)networker",
+ "mangledName": "$s8FBAEMKit11AEMReporterC9networkerAA13AEMNetworking_pSgvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.AEMNetworking)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMNetworking",
+ "printedName": "any FBAEMKit.AEMNetworking",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBAEMNetworking"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)networker",
+ "mangledName": "$s8FBAEMKit11AEMReporterC9networkerAA13AEMNetworking_pSgvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.AEMNetworking)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMNetworking",
+ "printedName": "any FBAEMKit.AEMNetworking",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBAEMNetworking"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setNetworker:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC9networkerAA13AEMNetworking_pSgvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC9networkerAA13AEMNetworking_pSgvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC9networkerAA13AEMNetworking_pSgvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "appID",
+ "printedName": "appID",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)appID",
+ "mangledName": "$s8FBAEMKit11AEMReporterC5appIDSSSgvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)appID",
+ "mangledName": "$s8FBAEMKit11AEMReporterC5appIDSSSgvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setAppID:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC5appIDSSSgvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC5appIDSSSgvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC5appIDSSSgvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "nullAppID",
+ "printedName": "nullAppID",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)nullAppID",
+ "mangledName": "$s8FBAEMKit11AEMReporterC9nullAppIDSSvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)nullAppID",
+ "mangledName": "$s8FBAEMKit11AEMReporterC9nullAppIDSSvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "analyticsAppID",
+ "printedName": "analyticsAppID",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)analyticsAppID",
+ "mangledName": "$s8FBAEMKit11AEMReporterC14analyticsAppIDSSSgvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "RawDocComment",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)analyticsAppID",
+ "mangledName": "$s8FBAEMKit11AEMReporterC14analyticsAppIDSSSgvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setAnalyticsAppID:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC14analyticsAppIDSSSgvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC14analyticsAppIDSSSgvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC14analyticsAppIDSSSgvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "reporter",
+ "printedName": "reporter",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.SKAdNetworkReporting)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SKAdNetworkReporting",
+ "printedName": "any FBAEMKit.SKAdNetworkReporting",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBSKAdNetworkReporting"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)reporter",
+ "mangledName": "$s8FBAEMKit11AEMReporterC8reporterAA20SKAdNetworkReporting_pSgvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.SKAdNetworkReporting)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SKAdNetworkReporting",
+ "printedName": "any FBAEMKit.SKAdNetworkReporting",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBSKAdNetworkReporting"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)reporter",
+ "mangledName": "$s8FBAEMKit11AEMReporterC8reporterAA20SKAdNetworkReporting_pSgvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.SKAdNetworkReporting)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SKAdNetworkReporting",
+ "printedName": "any FBAEMKit.SKAdNetworkReporting",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBSKAdNetworkReporting"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setReporter:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC8reporterAA20SKAdNetworkReporting_pSgvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC8reporterAA20SKAdNetworkReporting_pSgvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC8reporterAA20SKAdNetworkReporting_pSgvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "dataStore",
+ "printedName": "dataStore",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBSDKCoreKit_Basics.DataPersisting)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DataPersisting",
+ "printedName": "any FBSDKCoreKit_Basics.DataPersisting",
+ "usr": "c:objc(pl)FBSDKDataPersisting"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)dataStore",
+ "mangledName": "$s8FBAEMKit11AEMReporterC9dataStoreSo19FBSDKDataPersisting_pSgvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBSDKCoreKit_Basics.DataPersisting)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DataPersisting",
+ "printedName": "any FBSDKCoreKit_Basics.DataPersisting",
+ "usr": "c:objc(pl)FBSDKDataPersisting"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)dataStore",
+ "mangledName": "$s8FBAEMKit11AEMReporterC9dataStoreSo19FBSDKDataPersisting_pSgvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBSDKCoreKit_Basics.DataPersisting)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DataPersisting",
+ "printedName": "any FBSDKCoreKit_Basics.DataPersisting",
+ "usr": "c:objc(pl)FBSDKDataPersisting"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setDataStore:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC9dataStoreSo19FBSDKDataPersisting_pSgvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC9dataStoreSo19FBSDKDataPersisting_pSgvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC9dataStoreSo19FBSDKDataPersisting_pSgvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "isAEMReportEnabled",
+ "printedName": "isAEMReportEnabled",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)isAEMReportEnabled",
+ "mangledName": "$s8FBAEMKit11AEMReporterC18isAEMReportEnabledSbvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)isAEMReportEnabled",
+ "mangledName": "$s8FBAEMKit11AEMReporterC18isAEMReportEnabledSbvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setIsAEMReportEnabled:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC18isAEMReportEnabledSbvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC18isAEMReportEnabledSbvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC18isAEMReportEnabledSbvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "isLoadingConfiguration",
+ "printedName": "isLoadingConfiguration",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)isLoadingConfiguration",
+ "mangledName": "$s8FBAEMKit11AEMReporterC22isLoadingConfigurationSbvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)isLoadingConfiguration",
+ "mangledName": "$s8FBAEMKit11AEMReporterC22isLoadingConfigurationSbvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setIsLoadingConfiguration:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC22isLoadingConfigurationSbvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC22isLoadingConfigurationSbvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC22isLoadingConfigurationSbvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "isConversionFilteringEnabled",
+ "printedName": "isConversionFilteringEnabled",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)isConversionFilteringEnabled",
+ "mangledName": "$s8FBAEMKit11AEMReporterC28isConversionFilteringEnabledSbvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)isConversionFilteringEnabled",
+ "mangledName": "$s8FBAEMKit11AEMReporterC28isConversionFilteringEnabledSbvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setIsConversionFilteringEnabled:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC28isConversionFilteringEnabledSbvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC28isConversionFilteringEnabledSbvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC28isConversionFilteringEnabledSbvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "isCatalogMatchingEnabled",
+ "printedName": "isCatalogMatchingEnabled",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)isCatalogMatchingEnabled",
+ "mangledName": "$s8FBAEMKit11AEMReporterC24isCatalogMatchingEnabledSbvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)isCatalogMatchingEnabled",
+ "mangledName": "$s8FBAEMKit11AEMReporterC24isCatalogMatchingEnabledSbvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setIsCatalogMatchingEnabled:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC24isCatalogMatchingEnabledSbvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC24isCatalogMatchingEnabledSbvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC24isCatalogMatchingEnabledSbvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "isAdvertiserRuleMatchInServerEnabled",
+ "printedName": "isAdvertiserRuleMatchInServerEnabled",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)isAdvertiserRuleMatchInServerEnabled",
+ "mangledName": "$s8FBAEMKit11AEMReporterC36isAdvertiserRuleMatchInServerEnabledSbvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)isAdvertiserRuleMatchInServerEnabled",
+ "mangledName": "$s8FBAEMKit11AEMReporterC36isAdvertiserRuleMatchInServerEnabledSbvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setIsAdvertiserRuleMatchInServerEnabled:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC36isAdvertiserRuleMatchInServerEnabledSbvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC36isAdvertiserRuleMatchInServerEnabledSbvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC36isAdvertiserRuleMatchInServerEnabledSbvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "serialQueue",
+ "printedName": "serialQueue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DispatchQueue",
+ "printedName": "Dispatch.DispatchQueue",
+ "usr": "c:objc(cs)OS_dispatch_queue"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)serialQueue",
+ "mangledName": "$s8FBAEMKit11AEMReporterC11serialQueueSo17OS_dispatch_queueCvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DispatchQueue",
+ "printedName": "Dispatch.DispatchQueue",
+ "usr": "c:objc(cs)OS_dispatch_queue"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)serialQueue",
+ "mangledName": "$s8FBAEMKit11AEMReporterC11serialQueueSo17OS_dispatch_queueCvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "DispatchQueue",
+ "printedName": "Dispatch.DispatchQueue",
+ "usr": "c:objc(cs)OS_dispatch_queue"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setSerialQueue:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC11serialQueueSo17OS_dispatch_queueCvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC11serialQueueSo17OS_dispatch_queueCvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC11serialQueueSo17OS_dispatch_queueCvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "reportFile",
+ "printedName": "reportFile",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)reportFile",
+ "mangledName": "$s8FBAEMKit11AEMReporterC10reportFileSSSgvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)reportFile",
+ "mangledName": "$s8FBAEMKit11AEMReporterC10reportFileSSSgvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setReportFile:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC10reportFileSSSgvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC10reportFileSSSgvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC10reportFileSSSgvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "configurations",
+ "printedName": "configurations",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMConfiguration]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)configurations",
+ "mangledName": "$s8FBAEMKit11AEMReporterC14configurationsSDySSSayAA16AEMConfigurationCGGvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMConfiguration]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)configurations",
+ "mangledName": "$s8FBAEMKit11AEMReporterC14configurationsSDySSSayAA16AEMConfigurationCGGvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMConfiguration]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setConfigurations:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC14configurationsSDySSSayAA16AEMConfigurationCGGvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC14configurationsSDySSSayAA16AEMConfigurationCGGvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC14configurationsSDySSSayAA16AEMConfigurationCGGvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "invocations",
+ "printedName": "invocations",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMInvocation]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)invocations",
+ "mangledName": "$s8FBAEMKit11AEMReporterC11invocationsSayAA13AEMInvocationCGvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMInvocation]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)invocations",
+ "mangledName": "$s8FBAEMKit11AEMReporterC11invocationsSayAA13AEMInvocationCGvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMInvocation]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setInvocations:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC11invocationsSayAA13AEMInvocationCGvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC11invocationsSayAA13AEMInvocationCGvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC11invocationsSayAA13AEMInvocationCGvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "configRefreshTimestamp",
+ "printedName": "configRefreshTimestamp",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Date?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Date",
+ "printedName": "Foundation.Date",
+ "usr": "s:10Foundation4DateV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)configRefreshTimestamp",
+ "mangledName": "$s8FBAEMKit11AEMReporterC22configRefreshTimestamp10Foundation4DateVSgvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Date?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Date",
+ "printedName": "Foundation.Date",
+ "usr": "s:10Foundation4DateV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)configRefreshTimestamp",
+ "mangledName": "$s8FBAEMKit11AEMReporterC22configRefreshTimestamp10Foundation4DateVSgvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Date?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Date",
+ "printedName": "Foundation.Date",
+ "usr": "s:10Foundation4DateV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setConfigRefreshTimestamp:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC22configRefreshTimestamp10Foundation4DateVSgvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC22configRefreshTimestamp10Foundation4DateVSgvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC22configRefreshTimestamp10Foundation4DateVSgvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "minAggregationRequestTimestamp",
+ "printedName": "minAggregationRequestTimestamp",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Date?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Date",
+ "printedName": "Foundation.Date",
+ "usr": "s:10Foundation4DateV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)minAggregationRequestTimestamp",
+ "mangledName": "$s8FBAEMKit11AEMReporterC30minAggregationRequestTimestamp10Foundation4DateVSgvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Date?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Date",
+ "printedName": "Foundation.Date",
+ "usr": "s:10Foundation4DateV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)minAggregationRequestTimestamp",
+ "mangledName": "$s8FBAEMKit11AEMReporterC30minAggregationRequestTimestamp10Foundation4DateVSgvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Date?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Date",
+ "printedName": "Foundation.Date",
+ "usr": "s:10Foundation4DateV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setMinAggregationRequestTimestamp:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC30minAggregationRequestTimestamp10Foundation4DateVSgvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC30minAggregationRequestTimestamp10Foundation4DateVSgvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC30minAggregationRequestTimestamp10Foundation4DateVSgvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "completionBlocks",
+ "printedName": "completionBlocks",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[(Foundation.NSError?) -> ()]",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Foundation.NSError?) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.NSError?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSError",
+ "printedName": "Foundation.NSError",
+ "usr": "c:objc(cs)NSError"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit11AEMReporterC16completionBlocksSayySo7NSErrorCSgcGvpZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC16completionBlocksSayySo7NSErrorCSgcGvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[(Foundation.NSError?) -> ()]",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Foundation.NSError?) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.NSError?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSError",
+ "printedName": "Foundation.NSError",
+ "usr": "c:objc(cs)NSError"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC16completionBlocksSayySo7NSErrorCSgcGvgZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC16completionBlocksSayySo7NSErrorCSgcGvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[(Foundation.NSError?) -> ()]",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Foundation.NSError?) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.NSError?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSError",
+ "printedName": "Foundation.NSError",
+ "usr": "c:objc(cs)NSError"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC16completionBlocksSayySo7NSErrorCSgcGvsZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC16completionBlocksSayySo7NSErrorCSgcGvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC16completionBlocksSayySo7NSErrorCSgcGvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC16completionBlocksSayySo7NSErrorCSgcGvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Function",
+ "name": "configure",
+ "printedName": "configure(networker:appID:reporter:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.AEMNetworking)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMNetworking",
+ "printedName": "any FBAEMKit.AEMNetworking",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBAEMNetworking"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.SKAdNetworkReporting)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SKAdNetworkReporting",
+ "printedName": "any FBAEMKit.SKAdNetworkReporting",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBSKAdNetworkReporting"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)configureWithNetworker:appID:reporter:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC9configure9networker5appID8reporteryAA13AEMNetworking_pSg_SSSgAA20SKAdNetworkReporting_pSgtFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "AccessControl",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "configure",
+ "printedName": "configure(networker:appID:reporter:analyticsAppID:store:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.AEMNetworking)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMNetworking",
+ "printedName": "any FBAEMKit.AEMNetworking",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBAEMNetworking"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.SKAdNetworkReporting)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SKAdNetworkReporting",
+ "printedName": "any FBAEMKit.SKAdNetworkReporting",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBSKAdNetworkReporting"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBSDKCoreKit_Basics.DataPersisting)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DataPersisting",
+ "printedName": "any FBSDKCoreKit_Basics.DataPersisting",
+ "usr": "c:objc(pl)FBSDKDataPersisting"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)configureWithNetworker:appID:reporter:analyticsAppID:store:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC9configure9networker5appID8reporter012analyticsAppF05storeyAA13AEMNetworking_pSg_SSSgAA20SKAdNetworkReporting_pSgALSo19FBSDKDataPersisting_pSgtFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "AccessControl",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "enable",
+ "printedName": "enable()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)enable",
+ "mangledName": "$s8FBAEMKit11AEMReporterC6enableyyFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "AccessControl",
+ "RawDocComment",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "setConversionFilteringEnabled",
+ "printedName": "setConversionFilteringEnabled(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setConversionFilteringEnabled:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC29setConversionFilteringEnabledyySbFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "AccessControl",
+ "RawDocComment",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "setCatalogMatchingEnabled",
+ "printedName": "setCatalogMatchingEnabled(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setCatalogMatchingEnabled:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC25setCatalogMatchingEnabledyySbFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "AccessControl",
+ "RawDocComment",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "setAdvertiserRuleMatchInServerEnabled",
+ "printedName": "setAdvertiserRuleMatchInServerEnabled(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setAdvertiserRuleMatchInServerEnabled:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC37setAdvertiserRuleMatchInServerEnabledyySbFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "AccessControl",
+ "RawDocComment",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "handle",
+ "printedName": "handle(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.URL?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "URL",
+ "printedName": "Foundation.URL",
+ "usr": "s:10Foundation3URLV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)handle:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC6handleyy10Foundation3URLVSgFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "AccessControl",
+ "RawDocComment",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "parseURL",
+ "printedName": "parseURL(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMInvocation?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.URL?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "URL",
+ "printedName": "Foundation.URL",
+ "usr": "s:10Foundation3URLV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)parseURL:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC8parseURLyAA13AEMInvocationCSg10Foundation0D0VSgFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "recordAndUpdate",
+ "printedName": "recordAndUpdate(event:currency:value:parameters:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.NSNumber?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSNumber",
+ "printedName": "Foundation.NSNumber",
+ "usr": "c:objc(cs)NSNumber"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)recordAndUpdateEvent:currency:value:parameters:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC15recordAndUpdate5event8currency5value10parametersySS_SSSgSo8NSNumberCSgSDySSypGSgtFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "objc_name": "recordAndUpdateEvent:currency:value:parameters:",
+ "declAttributes": [
+ "Final",
+ "AccessControl",
+ "ObjC",
+ "RawDocComment"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "attributedInvocation",
+ "printedName": "attributedInvocation(_:event:currency:value:parameters:configurations:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMInvocation?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMInvocation]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "usr": "s:Sa"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.NSNumber?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSNumber",
+ "printedName": "Foundation.NSNumber",
+ "usr": "c:objc(cs)NSNumber"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMConfiguration]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)attributedInvocation:event:currency:value:parameters:configurations:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC20attributedInvocation_5event8currency5value10parameters14configurationsAA13AEMInvocationCSgSayAKG_S2SSgSo8NSNumberCSgSDySSypGSgSDySSSayAA16AEMConfigurationCGGtFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "RawDocComment",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isDoubleCounting",
+ "printedName": "isDoubleCounting(_:event:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)isDoubleCounting:event:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC16isDoubleCounting_5eventSbAA13AEMInvocationC_SStFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "loadConfiguration",
+ "printedName": "loadConfiguration(withRefreshForced:block:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "((Foundation.NSError?) -> ())?",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Foundation.NSError?) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.NSError?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSError",
+ "printedName": "Foundation.NSError",
+ "usr": "c:objc(cs)NSError"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)loadConfigurationWithRefreshForced:block:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC17loadConfiguration17withRefreshForced5blockySb_ySo7NSErrorCSgcSgtFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "loadCatalogOptimization",
+ "printedName": "loadCatalogOptimization(with:contentID:block:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "() -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ]
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)loadCatalogOptimizationWith:contentID:block:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC23loadCatalogOptimization4with9contentID5blockyAA13AEMInvocationC_SSSgyyctFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "loadRuleMatch",
+ "printedName": "loadRuleMatch(_:event:currency:value:parameters:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[Swift.String]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sa"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.NSNumber?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSNumber",
+ "printedName": "Foundation.NSNumber",
+ "usr": "c:objc(cs)NSNumber"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)loadRuleMatch:event:currency:value:parameters:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC13loadRuleMatch_5event8currency5value10parametersySaySSG_S2SSgSo8NSNumberCSgSDySSypGSgtFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "shouldReportConversion",
+ "printedName": "shouldReportConversion(inCatalogLevel:event:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)shouldReportConversionInCatalogLevel:event:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC22shouldReportConversion14inCatalogLevel5eventSbAA13AEMInvocationC_SStFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isContentOptimized",
+ "printedName": "isContentOptimized(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Any?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)isContentOptimized:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC18isContentOptimizedySbypSgFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "requestParameters",
+ "printedName": "requestParameters()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)requestParameters",
+ "mangledName": "$s8FBAEMKit11AEMReporterC17requestParametersSDySSypGyFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "catalogRequestParameters",
+ "printedName": "catalogRequestParameters(_:contentID:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)catalogRequestParameters:contentID:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC24catalogRequestParameters_9contentIDSDySSypGSSSg_AGtFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "ruleMatchRequestParameters",
+ "printedName": "ruleMatchRequestParameters(_:content:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[Swift.String]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sa"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)ruleMatchRequestParameters:content:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC26ruleMatchRequestParameters_7contentSDySSypGSaySSG_SSSgtFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isConfigRefreshTimestampValid",
+ "printedName": "isConfigRefreshTimestampValid()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)isConfigRefreshTimestampValid",
+ "mangledName": "$s8FBAEMKit11AEMReporterC29isConfigRefreshTimestampValidSbyFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "shouldRefresh",
+ "printedName": "shouldRefresh(withIsForced:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)shouldRefreshWithIsForced:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC13shouldRefresh12withIsForcedS2b_tFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "shouldDelayAggregationRequest",
+ "printedName": "shouldDelayAggregationRequest()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)shouldDelayAggregationRequest",
+ "mangledName": "$s8FBAEMKit11AEMReporterC29shouldDelayAggregationRequestSbyFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "sendDebuggingRequest",
+ "printedName": "sendDebuggingRequest(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)sendDebuggingRequest:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC20sendDebuggingRequestyyAA13AEMInvocationCFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "RawDocComment",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "debuggingRequestParameters",
+ "printedName": "debuggingRequestParameters(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)debuggingRequestParameters:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC26debuggingRequestParametersySDySSypGAA13AEMInvocationCFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "loadMinAggregationRequestTimestamp",
+ "printedName": "loadMinAggregationRequestTimestamp()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Date?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Date",
+ "printedName": "Foundation.Date",
+ "usr": "s:10Foundation4DateV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)loadMinAggregationRequestTimestamp",
+ "mangledName": "$s8FBAEMKit11AEMReporterC34loadMinAggregationRequestTimestamp10Foundation4DateVSgyFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "RawDocComment",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "updateAggregationRequestTimestamp",
+ "printedName": "updateAggregationRequestTimestamp(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)updateAggregationRequestTimestamp:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC33updateAggregationRequestTimestampyySdFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "loadConfigurations",
+ "printedName": "loadConfigurations()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMConfiguration]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)loadConfigurations",
+ "mangledName": "$s8FBAEMKit11AEMReporterC18loadConfigurationsSDySSSayAA16AEMConfigurationCGGyFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "addConfigurations",
+ "printedName": "addConfigurations(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[[Swift.String : Any]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)addConfigurations:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC17addConfigurationsyySaySDySSypGGFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "loadReportData",
+ "printedName": "loadReportData()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMInvocation]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)loadReportData",
+ "mangledName": "$s8FBAEMKit11AEMReporterC14loadReportDataSayAA13AEMInvocationCGyFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "saveReportData",
+ "printedName": "saveReportData()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)saveReportData",
+ "mangledName": "$s8FBAEMKit11AEMReporterC14saveReportDatayyFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "sendAggregationRequest",
+ "printedName": "sendAggregationRequest()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)sendAggregationRequest",
+ "mangledName": "$s8FBAEMKit11AEMReporterC22sendAggregationRequestyyFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "aggregationRequestParameters",
+ "printedName": "aggregationRequestParameters(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)aggregationRequestParameters:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC28aggregationRequestParametersySDySSypGAA13AEMInvocationCFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "clearCache",
+ "printedName": "clearCache()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)clearCache",
+ "mangledName": "$s8FBAEMKit11AEMReporterC10clearCacheyyFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "clearConfigurations",
+ "printedName": "clearConfigurations()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)clearConfigurations",
+ "mangledName": "$s8FBAEMKit11AEMReporterC19clearConfigurationsyyFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMReporter",
+ "printedName": "FBAEMKit.AEMReporter",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(im)init",
+ "mangledName": "$s8FBAEMKit11AEMReporterCACycfc",
+ "moduleName": "FBAEMKit",
+ "overriding": true,
+ "implicit": true,
+ "objc_name": "init",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC",
+ "Override"
+ ],
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Class",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter",
+ "mangledName": "$s8FBAEMKit11AEMReporterC",
+ "moduleName": "FBAEMKit",
+ "objc_name": "FBAEMReporter",
+ "declAttributes": [
+ "Final",
+ "AccessControl",
+ "ObjC",
+ "ObjCMembers"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "FBSDKCoreKit_Basics",
+ "printedName": "FBSDKCoreKit_Basics",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit"
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMRequestBody",
+ "printedName": "AEMRequestBody",
+ "children": [
+ {
+ "kind": "Function",
+ "name": "compressedData",
+ "printedName": "compressedData()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Data?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit14AEMRequestBodyC14compressedData10Foundation0E0VSgyF",
+ "mangledName": "$s8FBAEMKit14AEMRequestBodyC14compressedData10Foundation0E0VSgyF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "RawDocComment"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Var",
+ "name": "data",
+ "printedName": "data",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit14AEMRequestBodyC4data10Foundation4DataVvp",
+ "mangledName": "$s8FBAEMKit14AEMRequestBodyC4data10Foundation4DataVvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit14AEMRequestBodyC4data10Foundation4DataVvg",
+ "mangledName": "$s8FBAEMKit14AEMRequestBodyC4data10Foundation4DataVvg",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "_data",
+ "printedName": "_data",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit14AEMRequestBodyC5_data33_1FB9656C872A5478253A5AEB5A2CB886LL10Foundation4DataVvp",
+ "mangledName": "$s8FBAEMKit14AEMRequestBodyC5_data33_1FB9656C872A5478253A5AEB5A2CB886LL10Foundation4DataVvp",
+ "moduleName": "FBAEMKit",
+ "isInternal": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "AccessControl"
+ ],
+ "fixedbinaryorder": 0,
+ "hasStorage": true
+ },
+ {
+ "kind": "Var",
+ "name": "json",
+ "printedName": "json",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit14AEMRequestBodyC4json33_1FB9656C872A5478253A5AEB5A2CB886LLSDySSypGvp",
+ "mangledName": "$s8FBAEMKit14AEMRequestBodyC4json33_1FB9656C872A5478253A5AEB5A2CB886LLSDySSypGvp",
+ "moduleName": "FBAEMKit",
+ "isInternal": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "AccessControl",
+ "RawDocComment"
+ ],
+ "fixedbinaryorder": 1,
+ "hasStorage": true
+ },
+ {
+ "kind": "Function",
+ "name": "append",
+ "printedName": "append(withKey:formValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit14AEMRequestBodyC6append7withKey9formValueySSSg_AGtF",
+ "mangledName": "$s8FBAEMKit14AEMRequestBodyC6append7withKey9formValueySSSg_AGtF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMRequestBody",
+ "printedName": "FBAEMKit.AEMRequestBody",
+ "usr": "s:8FBAEMKit14AEMRequestBodyC"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit14AEMRequestBodyCACycfc",
+ "mangledName": "$s8FBAEMKit14AEMRequestBodyCACycfc",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Class",
+ "usr": "s:8FBAEMKit14AEMRequestBodyC",
+ "mangledName": "$s8FBAEMKit14AEMRequestBodyC",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "FBSDKCoreKit_Basics",
+ "printedName": "FBSDKCoreKit_Basics",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit"
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMRule",
+ "printedName": "AEMRule",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "conversionValue",
+ "printedName": "conversionValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit7AEMRuleC15conversionValueSivp",
+ "mangledName": "$s8FBAEMKit7AEMRuleC15conversionValueSivp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 0,
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit7AEMRuleC15conversionValueSivg",
+ "mangledName": "$s8FBAEMKit7AEMRuleC15conversionValueSivg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "priority",
+ "printedName": "priority",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit7AEMRuleC8prioritySivp",
+ "mangledName": "$s8FBAEMKit7AEMRuleC8prioritySivp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 1,
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit7AEMRuleC8prioritySivg",
+ "mangledName": "$s8FBAEMKit7AEMRuleC8prioritySivg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "events",
+ "printedName": "events",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMEvent]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMEvent",
+ "printedName": "FBAEMKit.AEMEvent",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMEvent"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit7AEMRuleC6eventsSayAA8AEMEventCGvp",
+ "mangledName": "$s8FBAEMKit7AEMRuleC6eventsSayAA8AEMEventCGvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 2,
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMEvent]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMEvent",
+ "printedName": "FBAEMKit.AEMEvent",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMEvent"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit7AEMRuleC6eventsSayAA8AEMEventCGvg",
+ "mangledName": "$s8FBAEMKit7AEMRuleC6eventsSayAA8AEMEventCGvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(json:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMRule?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMRule",
+ "printedName": "FBAEMKit.AEMRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMRule"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit7AEMRuleC4jsonACSgSDySSypG_tcfc",
+ "mangledName": "$s8FBAEMKit7AEMRuleC4jsonACSgSDySSypG_tcfc",
+ "moduleName": "FBAEMKit",
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Function",
+ "name": "containsEvent",
+ "printedName": "containsEvent(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit7AEMRuleC13containsEventySbSSF",
+ "mangledName": "$s8FBAEMKit7AEMRuleC13containsEventySbSSF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "RawDocComment"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isMatched",
+ "printedName": "isMatched(withRecordedEvents:recordedValues:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.Set?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Set",
+ "printedName": "Swift.Set",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sh"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : [Swift.String : Any]]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [Swift.String : Any]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit7AEMRuleC9isMatched18withRecordedEvents14recordedValuesSbShySSGSg_SDySSSDySSypGGSgtF",
+ "mangledName": "$s8FBAEMKit7AEMRuleC9isMatched18withRecordedEvents14recordedValuesSbShySSGSg_SDySSSDySSypGGSgtF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "RawDocComment"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Var",
+ "name": "supportsSecureCoding",
+ "printedName": "supportsSecureCoding",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMRule(cpy)supportsSecureCoding",
+ "mangledName": "$s8FBAEMKit7AEMRuleC20supportsSecureCodingSbvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "objc_name": "supportsSecureCoding",
+ "declAttributes": [
+ "Final",
+ "ObjC",
+ "RawDocComment"
+ ],
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMRule(cm)supportsSecureCoding",
+ "mangledName": "$s8FBAEMKit7AEMRuleC20supportsSecureCodingSbvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "objc_name": "supportsSecureCoding",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(coder:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMRule?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMRule",
+ "printedName": "FBAEMKit.AEMRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMRule"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "NSCoder",
+ "printedName": "Foundation.NSCoder",
+ "usr": "c:objc(cs)NSCoder"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMRule(im)initWithCoder:",
+ "mangledName": "$s8FBAEMKit7AEMRuleC5coderACSgSo7NSCoderC_tcfc",
+ "moduleName": "FBAEMKit",
+ "objc_name": "initWithCoder:",
+ "declAttributes": [
+ "ObjC"
+ ],
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Function",
+ "name": "encode",
+ "printedName": "encode(with:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "NSCoder",
+ "printedName": "Foundation.NSCoder",
+ "usr": "c:objc(cs)NSCoder"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMRule(im)encodeWithCoder:",
+ "mangledName": "$s8FBAEMKit7AEMRuleC6encode4withySo7NSCoderC_tF",
+ "moduleName": "FBAEMKit",
+ "objc_name": "encodeWithCoder:",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isEqual",
+ "printedName": "isEqual(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Any?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMRule(im)isEqual:",
+ "mangledName": "$s8FBAEMKit7AEMRuleC7isEqualySbypSgF",
+ "moduleName": "FBAEMKit",
+ "overriding": true,
+ "objc_name": "isEqual:",
+ "declAttributes": [
+ "Final",
+ "ObjC",
+ "Override"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMRule",
+ "printedName": "FBAEMKit.AEMRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMRule"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMRule(im)init",
+ "mangledName": "$s8FBAEMKit7AEMRuleCACycfc",
+ "moduleName": "FBAEMKit",
+ "overriding": true,
+ "implicit": true,
+ "objc_name": "init",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC",
+ "Override"
+ ],
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Class",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMRule",
+ "mangledName": "$s8FBAEMKit7AEMRuleC",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMSettings",
+ "printedName": "AEMSettings",
+ "children": [
+ {
+ "kind": "Function",
+ "name": "appID",
+ "printedName": "appID()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit11AEMSettingsO5appIDSSSgyFZ",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO5appIDSSSgyFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "TypeDependencies",
+ "printedName": "TypeDependencies",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "bundle",
+ "printedName": "bundle",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bundle",
+ "printedName": "Foundation.Bundle",
+ "usr": "c:objc(cs)NSBundle"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit11AEMSettingsO16TypeDependenciesV6bundleSo8NSBundleCvp",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO16TypeDependenciesV6bundleSo8NSBundleCvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 0,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bundle",
+ "printedName": "Foundation.Bundle",
+ "usr": "c:objc(cs)NSBundle"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMSettingsO16TypeDependenciesV6bundleSo8NSBundleCvg",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO16TypeDependenciesV6bundleSo8NSBundleCvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Transparent"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bundle",
+ "printedName": "Foundation.Bundle",
+ "usr": "c:objc(cs)NSBundle"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMSettingsO16TypeDependenciesV6bundleSo8NSBundleCvs",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO16TypeDependenciesV6bundleSo8NSBundleCvs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Transparent"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMSettingsO16TypeDependenciesV6bundleSo8NSBundleCvM",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO16TypeDependenciesV6bundleSo8NSBundleCvM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Transparent"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(bundle:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "TypeDependencies",
+ "printedName": "FBAEMKit.AEMSettings.TypeDependencies",
+ "usr": "s:8FBAEMKit11AEMSettingsO16TypeDependenciesV"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bundle",
+ "printedName": "Foundation.Bundle",
+ "usr": "c:objc(cs)NSBundle"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit11AEMSettingsO16TypeDependenciesV6bundleAESo8NSBundleC_tcfc",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO16TypeDependenciesV6bundleAESo8NSBundleC_tcfc",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Struct",
+ "usr": "s:8FBAEMKit11AEMSettingsO16TypeDependenciesV",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO16TypeDependenciesV",
+ "moduleName": "FBAEMKit",
+ "isFromExtension": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "configuredDependencies",
+ "printedName": "configuredDependencies",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMSettings.TypeDependencies?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "TypeDependencies",
+ "printedName": "FBAEMKit.AEMSettings.TypeDependencies",
+ "usr": "s:8FBAEMKit11AEMSettingsO16TypeDependenciesV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit11AEMSettingsO22configuredDependenciesAC04TypeD0VSgvpZ",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO22configuredDependenciesAC04TypeD0VSgvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "HasStorage"
+ ],
+ "isFromExtension": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMSettings.TypeDependencies?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "TypeDependencies",
+ "printedName": "FBAEMKit.AEMSettings.TypeDependencies",
+ "usr": "s:8FBAEMKit11AEMSettingsO16TypeDependenciesV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMSettingsO22configuredDependenciesAC04TypeD0VSgvgZ",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO22configuredDependenciesAC04TypeD0VSgvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Transparent"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMSettings.TypeDependencies?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "TypeDependencies",
+ "printedName": "FBAEMKit.AEMSettings.TypeDependencies",
+ "usr": "s:8FBAEMKit11AEMSettingsO16TypeDependenciesV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMSettingsO22configuredDependenciesAC04TypeD0VSgvsZ",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO22configuredDependenciesAC04TypeD0VSgvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Transparent"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMSettingsO22configuredDependenciesAC04TypeD0VSgvMZ",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO22configuredDependenciesAC04TypeD0VSgvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Transparent"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "defaultDependencies",
+ "printedName": "defaultDependencies",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMSettings.TypeDependencies?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "TypeDependencies",
+ "printedName": "FBAEMKit.AEMSettings.TypeDependencies",
+ "usr": "s:8FBAEMKit11AEMSettingsO16TypeDependenciesV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit11AEMSettingsO19defaultDependenciesAC04TypeD0VSgvpZ",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO19defaultDependenciesAC04TypeD0VSgvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "HasStorage"
+ ],
+ "isFromExtension": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMSettings.TypeDependencies?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "TypeDependencies",
+ "printedName": "FBAEMKit.AEMSettings.TypeDependencies",
+ "usr": "s:8FBAEMKit11AEMSettingsO16TypeDependenciesV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMSettingsO19defaultDependenciesAC04TypeD0VSgvgZ",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO19defaultDependenciesAC04TypeD0VSgvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Transparent"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMSettings.TypeDependencies?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "TypeDependencies",
+ "printedName": "FBAEMKit.AEMSettings.TypeDependencies",
+ "usr": "s:8FBAEMKit11AEMSettingsO16TypeDependenciesV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMSettingsO19defaultDependenciesAC04TypeD0VSgvsZ",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO19defaultDependenciesAC04TypeD0VSgvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Transparent"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMSettingsO19defaultDependenciesAC04TypeD0VSgvMZ",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO19defaultDependenciesAC04TypeD0VSgvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Transparent"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ }
+ ],
+ "declKind": "Enum",
+ "usr": "s:8FBAEMKit11AEMSettingsO",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO",
+ "moduleName": "FBAEMKit",
+ "isEnumExhaustive": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "DependentAsType",
+ "printedName": "DependentAsType",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "TypeDependencies",
+ "printedName": "TypeDependencies",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "TypeDependencies",
+ "printedName": "FBAEMKit.AEMSettings.TypeDependencies",
+ "usr": "s:8FBAEMKit11AEMSettingsO16TypeDependenciesV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:8FBAEMKit15DependentAsTypeP",
+ "mangledName": "$s8FBAEMKit15DependentAsTypeP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "FBSDKCoreKit_Basics",
+ "printedName": "FBSDKCoreKit_Basics",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit"
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMUtility",
+ "printedName": "AEMUtility",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "shared",
+ "printedName": "shared",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMUtility",
+ "printedName": "FBAEMKit.AEMUtility",
+ "usr": "s:8FBAEMKit10AEMUtilityC"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit10AEMUtilityC6sharedACvpZ",
+ "mangledName": "$s8FBAEMKit10AEMUtilityC6sharedACvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMUtility",
+ "printedName": "FBAEMKit.AEMUtility",
+ "usr": "s:8FBAEMKit10AEMUtilityC"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit10AEMUtilityC6sharedACvgZ",
+ "mangledName": "$s8FBAEMKit10AEMUtilityC6sharedACvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Transparent",
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Function",
+ "name": "getMatchedInvocation",
+ "printedName": "getMatchedInvocation(_:businessID:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMInvocation?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMInvocation]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "usr": "s:Sa"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit10AEMUtilityC20getMatchedInvocation_10businessIDAA13AEMInvocationCSgSayAGG_SSSgtF",
+ "mangledName": "$s8FBAEMKit10AEMUtilityC20getMatchedInvocation_10businessIDAA13AEMInvocationCSgSayAGG_SSSgtF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "getInSegmentValue",
+ "printedName": "getInSegmentValue(_:matchingRule:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSNumber",
+ "printedName": "Foundation.NSNumber",
+ "usr": "c:objc(cs)NSNumber"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.AEMAdvertiserRuleMatching)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleMatching",
+ "printedName": "any FBAEMKit.AEMAdvertiserRuleMatching",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleMatchingP"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit10AEMUtilityC17getInSegmentValue_12matchingRuleSo8NSNumberCSDySSypGSg_AA013AEMAdvertiserH8Matching_pSgtF",
+ "mangledName": "$s8FBAEMKit10AEMUtilityC17getInSegmentValue_12matchingRuleSo8NSNumberCSDySSypGSg_AA013AEMAdvertiserH8Matching_pSgtF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "getContent",
+ "printedName": "getContent(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit10AEMUtilityC10getContentySSSgSDySSypGSgF",
+ "mangledName": "$s8FBAEMKit10AEMUtilityC10getContentySSSgSDySSypGSgF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "getContentID",
+ "printedName": "getContentID(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit10AEMUtilityC12getContentIDySSSgSDySSypGSgF",
+ "mangledName": "$s8FBAEMKit10AEMUtilityC12getContentIDySSSgSDySSypGSgF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "getBusinessIDsInOrder",
+ "printedName": "getBusinessIDsInOrder(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[Swift.String]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sa"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMInvocation]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit10AEMUtilityC21getBusinessIDsInOrderySaySSGSayAA13AEMInvocationCGF",
+ "mangledName": "$s8FBAEMKit10AEMUtilityC21getBusinessIDsInOrderySaySSGSayAA13AEMInvocationCGF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMUtility",
+ "printedName": "FBAEMKit.AEMUtility",
+ "usr": "s:8FBAEMKit10AEMUtilityC"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit10AEMUtilityCACycfc",
+ "mangledName": "$s8FBAEMKit10AEMUtilityCACycfc",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Class",
+ "usr": "s:8FBAEMKit10AEMUtilityC",
+ "mangledName": "$s8FBAEMKit10AEMUtilityC",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "DependentAsType",
+ "printedName": "DependentAsType",
+ "children": [
+ {
+ "kind": "AssociatedType",
+ "name": "TypeDependencies",
+ "printedName": "TypeDependencies",
+ "declKind": "AssociatedType",
+ "usr": "s:8FBAEMKit15DependentAsTypeP0D12DependenciesQa",
+ "mangledName": "$s8FBAEMKit15DependentAsTypeP0D12DependenciesQa",
+ "moduleName": "FBAEMKit",
+ "protocolReq": true
+ },
+ {
+ "kind": "Var",
+ "name": "configuredDependencies",
+ "printedName": "configuredDependencies",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "τ_0_0.TypeDependencies?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DependentMember",
+ "printedName": "τ_0_0.TypeDependencies"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit15DependentAsTypeP22configuredDependencies0dF0QzSgvpZ",
+ "mangledName": "$s8FBAEMKit15DependentAsTypeP22configuredDependencies0dF0QzSgvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "protocolReq": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "τ_0_0.TypeDependencies?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DependentMember",
+ "printedName": "τ_0_0.TypeDependencies"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit15DependentAsTypeP22configuredDependencies0dF0QzSgvgZ",
+ "mangledName": "$s8FBAEMKit15DependentAsTypeP22configuredDependencies0dF0QzSgvgZ",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0 where τ_0_0 : FBAEMKit.DependentAsType>",
+ "sugared_genericSig": "",
+ "static": true,
+ "protocolReq": true,
+ "reqNewWitnessTableEntry": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "τ_0_0.TypeDependencies?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DependentMember",
+ "printedName": "τ_0_0.TypeDependencies"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit15DependentAsTypeP22configuredDependencies0dF0QzSgvsZ",
+ "mangledName": "$s8FBAEMKit15DependentAsTypeP22configuredDependencies0dF0QzSgvsZ",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0 where τ_0_0 : FBAEMKit.DependentAsType>",
+ "sugared_genericSig": "",
+ "static": true,
+ "protocolReq": true,
+ "reqNewWitnessTableEntry": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit15DependentAsTypeP22configuredDependencies0dF0QzSgvMZ",
+ "mangledName": "$s8FBAEMKit15DependentAsTypeP22configuredDependencies0dF0QzSgvMZ",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0 where τ_0_0 : FBAEMKit.DependentAsType>",
+ "sugared_genericSig": "",
+ "static": true,
+ "protocolReq": true,
+ "implicit": true,
+ "reqNewWitnessTableEntry": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "defaultDependencies",
+ "printedName": "defaultDependencies",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "τ_0_0.TypeDependencies?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DependentMember",
+ "printedName": "τ_0_0.TypeDependencies"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit15DependentAsTypeP19defaultDependencies0dF0QzSgvpZ",
+ "mangledName": "$s8FBAEMKit15DependentAsTypeP19defaultDependencies0dF0QzSgvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "protocolReq": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "τ_0_0.TypeDependencies?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DependentMember",
+ "printedName": "τ_0_0.TypeDependencies"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit15DependentAsTypeP19defaultDependencies0dF0QzSgvgZ",
+ "mangledName": "$s8FBAEMKit15DependentAsTypeP19defaultDependencies0dF0QzSgvgZ",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0 where τ_0_0 : FBAEMKit.DependentAsType>",
+ "sugared_genericSig": "",
+ "static": true,
+ "protocolReq": true,
+ "reqNewWitnessTableEntry": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Function",
+ "name": "setDependencies",
+ "printedName": "setDependencies(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "DependentMember",
+ "printedName": "τ_0_0.TypeDependencies"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit15DependentAsTypeP15setDependenciesyy0dF0QzFZ",
+ "mangledName": "$s8FBAEMKit15DependentAsTypeP15setDependenciesyy0dF0QzFZ",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0 where τ_0_0 : FBAEMKit.DependentAsType>",
+ "sugared_genericSig": "",
+ "static": true,
+ "protocolReq": true,
+ "reqNewWitnessTableEntry": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "setDependencies",
+ "printedName": "setDependencies(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "DependentMember",
+ "printedName": "τ_0_0.TypeDependencies"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit15DependentAsTypePAAE15setDependenciesyy0dF0QzFZ",
+ "mangledName": "$s8FBAEMKit15DependentAsTypePAAE15setDependenciesyy0dF0QzFZ",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0 where τ_0_0 : FBAEMKit.DependentAsType>",
+ "sugared_genericSig": "",
+ "static": true,
+ "isFromExtension": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "getDependencies",
+ "printedName": "getDependencies()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DependentMember",
+ "printedName": "τ_0_0.TypeDependencies"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit15DependentAsTypePAAE15getDependencies0dF0QzyKFZ",
+ "mangledName": "$s8FBAEMKit15DependentAsTypePAAE15getDependencies0dF0QzyKFZ",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0 where τ_0_0 : FBAEMKit.DependentAsType>",
+ "sugared_genericSig": "",
+ "static": true,
+ "isFromExtension": true,
+ "throwing": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Subscript",
+ "name": "subscript",
+ "printedName": "subscript(dynamicMember:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "τ_1_0?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_1_0"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "KeyPath",
+ "printedName": "Swift.KeyPath<τ_0_0.TypeDependencies, τ_1_0>",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DependentMember",
+ "printedName": "τ_0_0.TypeDependencies"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_1_0"
+ }
+ ],
+ "usr": "s:s7KeyPathC"
+ }
+ ],
+ "declKind": "Subscript",
+ "usr": "s:8FBAEMKit15DependentAsTypePAAE13dynamicMemberqd__Sgs7KeyPathCy0D12DependenciesQzqd__G_tcluipZ",
+ "mangledName": "$s8FBAEMKit15DependentAsTypePAAE13dynamicMemberqd__Sgs7KeyPathCy0D12DependenciesQzqd__G_tcluipZ",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : FBAEMKit.DependentAsType>",
+ "sugared_genericSig": "",
+ "static": true,
+ "isFromExtension": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "τ_1_0?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_1_0"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "KeyPath",
+ "printedName": "Swift.KeyPath<τ_0_0.TypeDependencies, τ_1_0>",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DependentMember",
+ "printedName": "τ_0_0.TypeDependencies"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_1_0"
+ }
+ ],
+ "usr": "s:s7KeyPathC"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit15DependentAsTypePAAE13dynamicMemberqd__Sgs7KeyPathCy0D12DependenciesQzqd__G_tcluigZ",
+ "mangledName": "$s8FBAEMKit15DependentAsTypePAAE13dynamicMemberqd__Sgs7KeyPathCy0D12DependenciesQzqd__G_tcluigZ",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : FBAEMKit.DependentAsType>",
+ "sugared_genericSig": "",
+ "static": true,
+ "isFromExtension": true,
+ "accessorKind": "get"
+ }
+ ]
+ }
+ ],
+ "declKind": "Protocol",
+ "usr": "s:8FBAEMKit15DependentAsTypeP",
+ "mangledName": "$s8FBAEMKit15DependentAsTypeP",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "DynamicMemberLookup",
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "MissingDependenciesError",
+ "printedName": "MissingDependenciesError",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "dependentType",
+ "printedName": "dependentType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "τ_0_0.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ }
+ ]
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit24MissingDependenciesErrorV13dependentType33_A87604353953AE6AB47A0C00F7FE141DLLxmvp",
+ "mangledName": "$s8FBAEMKit24MissingDependenciesErrorV13dependentType33_A87604353953AE6AB47A0C00F7FE141DLLxmvp",
+ "moduleName": "FBAEMKit",
+ "isInternal": true,
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "fixedbinaryorder": 0,
+ "isLet": true,
+ "hasStorage": true
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(for:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "MissingDependenciesError",
+ "printedName": "FBAEMKit.MissingDependenciesError<τ_0_0>",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ }
+ ],
+ "usr": "s:8FBAEMKit24MissingDependenciesErrorV"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "τ_0_0.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ }
+ ]
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit24MissingDependenciesErrorV3forACyxGxm_tcfc",
+ "mangledName": "$s8FBAEMKit24MissingDependenciesErrorV3forACyxGxm_tcfc",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0>",
+ "sugared_genericSig": "",
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Var",
+ "name": "description",
+ "printedName": "description",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit24MissingDependenciesErrorV11descriptionSSvp",
+ "mangledName": "$s8FBAEMKit24MissingDependenciesErrorV11descriptionSSvp",
+ "moduleName": "FBAEMKit",
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit24MissingDependenciesErrorV11descriptionSSvg",
+ "mangledName": "$s8FBAEMKit24MissingDependenciesErrorV11descriptionSSvg",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0>",
+ "sugared_genericSig": "",
+ "accessorKind": "get"
+ }
+ ]
+ }
+ ],
+ "declKind": "Struct",
+ "usr": "s:8FBAEMKit24MissingDependenciesErrorV",
+ "mangledName": "$s8FBAEMKit24MissingDependenciesErrorV",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0>",
+ "sugared_genericSig": "",
+ "declAttributes": [
+ "RawDocComment"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Error",
+ "printedName": "Error",
+ "usr": "s:s5ErrorP",
+ "mangledName": "$ss5ErrorP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "SKAdNetworkReporting",
+ "printedName": "SKAdNetworkReporting",
+ "children": [
+ {
+ "kind": "Function",
+ "name": "shouldCutoff",
+ "printedName": "shouldCutoff()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBSKAdNetworkReporting(im)shouldCutoff",
+ "mangledName": "$s8FBAEMKit20SKAdNetworkReportingP12shouldCutoffSbyF",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0 where τ_0_0 : FBAEMKit.SKAdNetworkReporting>",
+ "sugared_genericSig": "",
+ "protocolReq": true,
+ "declAttributes": [
+ "ObjC"
+ ],
+ "reqNewWitnessTableEntry": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isReportingEvent",
+ "printedName": "isReportingEvent(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBSKAdNetworkReporting(im)isReportingEvent:",
+ "mangledName": "$s8FBAEMKit20SKAdNetworkReportingP02isD5EventySbSSF",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0 where τ_0_0 : FBAEMKit.SKAdNetworkReporting>",
+ "sugared_genericSig": "",
+ "protocolReq": true,
+ "objc_name": "isReportingEvent:",
+ "declAttributes": [
+ "ObjC"
+ ],
+ "reqNewWitnessTableEntry": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "checkAndRevokeTimer",
+ "printedName": "checkAndRevokeTimer()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBSKAdNetworkReporting(im)checkAndRevokeTimer",
+ "mangledName": "$s8FBAEMKit20SKAdNetworkReportingP19checkAndRevokeTimeryyF",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0 where τ_0_0 : FBAEMKit.SKAdNetworkReporting>",
+ "sugared_genericSig": "",
+ "protocolReq": true,
+ "declAttributes": [
+ "ObjC"
+ ],
+ "reqNewWitnessTableEntry": true,
+ "funcSelfKind": "NonMutating"
+ }
+ ],
+ "declKind": "Protocol",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBSKAdNetworkReporting",
+ "mangledName": "$s8FBAEMKit20SKAdNetworkReportingP",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0 : AnyObject>",
+ "sugared_genericSig": "",
+ "objc_name": "FBSKAdNetworkReporting",
+ "declAttributes": [
+ "AccessControl",
+ "ObjC"
+ ]
+ }
+ ],
+ "json_format_version": 8
+ },
+ "ConstValues": [
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserMultiEntryRule.swift",
+ "kind": "StringLiteral",
+ "offset": 242,
+ "length": 27,
+ "value": "\"FBAEMKit.AEMAdvertiserMultiEntryRule\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 266,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 306,
+ "length": 3,
+ "value": "1"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 361,
+ "length": 2,
+ "value": "2"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 371,
+ "length": 3,
+ "value": "3"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 414,
+ "length": 8,
+ "value": "4"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 430,
+ "length": 11,
+ "value": "5"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 449,
+ "length": 10,
+ "value": "6"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 467,
+ "length": 23,
+ "value": "7"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 498,
+ "length": 26,
+ "value": "8"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 532,
+ "length": 25,
+ "value": "9"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 565,
+ "length": 10,
+ "value": "10"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 583,
+ "length": 5,
+ "value": "11"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 596,
+ "length": 8,
+ "value": "12"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 612,
+ "length": 8,
+ "value": "13"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 628,
+ "length": 15,
+ "value": "14"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 651,
+ "length": 11,
+ "value": "15"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 670,
+ "length": 18,
+ "value": "16"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 696,
+ "length": 20,
+ "value": "17"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 724,
+ "length": 23,
+ "value": "18"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 755,
+ "length": 5,
+ "value": "19"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 768,
+ "length": 8,
+ "value": "20"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 266,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 306,
+ "length": 3,
+ "value": "1"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 361,
+ "length": 2,
+ "value": "2"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 371,
+ "length": 3,
+ "value": "3"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 414,
+ "length": 8,
+ "value": "4"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 430,
+ "length": 11,
+ "value": "5"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 449,
+ "length": 10,
+ "value": "6"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 467,
+ "length": 23,
+ "value": "7"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 498,
+ "length": 26,
+ "value": "8"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 532,
+ "length": 25,
+ "value": "9"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 565,
+ "length": 10,
+ "value": "10"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 583,
+ "length": 5,
+ "value": "11"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 596,
+ "length": 8,
+ "value": "12"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 612,
+ "length": 8,
+ "value": "13"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 628,
+ "length": 15,
+ "value": "14"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 651,
+ "length": 11,
+ "value": "15"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 670,
+ "length": 18,
+ "value": "16"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 696,
+ "length": 20,
+ "value": "17"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 724,
+ "length": 23,
+ "value": "18"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 755,
+ "length": 5,
+ "value": "19"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 768,
+ "length": 8,
+ "value": "20"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 266,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 306,
+ "length": 3,
+ "value": "1"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 361,
+ "length": 2,
+ "value": "2"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 371,
+ "length": 3,
+ "value": "3"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 414,
+ "length": 8,
+ "value": "4"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 430,
+ "length": 11,
+ "value": "5"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 449,
+ "length": 10,
+ "value": "6"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 467,
+ "length": 23,
+ "value": "7"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 498,
+ "length": 26,
+ "value": "8"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 532,
+ "length": 25,
+ "value": "9"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 565,
+ "length": 10,
+ "value": "10"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 583,
+ "length": 5,
+ "value": "11"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 596,
+ "length": 8,
+ "value": "12"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 612,
+ "length": 8,
+ "value": "13"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 628,
+ "length": 15,
+ "value": "14"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 651,
+ "length": 11,
+ "value": "15"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 670,
+ "length": 18,
+ "value": "16"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 696,
+ "length": 20,
+ "value": "17"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 724,
+ "length": 23,
+ "value": "18"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 755,
+ "length": 5,
+ "value": "19"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 768,
+ "length": 8,
+ "value": "20"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserSingleEntryRule.swift",
+ "kind": "StringLiteral",
+ "offset": 573,
+ "length": 10,
+ "value": "\"operator\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserSingleEntryRule.swift",
+ "kind": "StringLiteral",
+ "offset": 607,
+ "length": 11,
+ "value": "\"param_key\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserSingleEntryRule.swift",
+ "kind": "StringLiteral",
+ "offset": 648,
+ "length": 14,
+ "value": "\"string_value\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserSingleEntryRule.swift",
+ "kind": "StringLiteral",
+ "offset": 692,
+ "length": 14,
+ "value": "\"number_value\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserSingleEntryRule.swift",
+ "kind": "StringLiteral",
+ "offset": 735,
+ "length": 13,
+ "value": "\"array_value\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserSingleEntryRule.swift",
+ "kind": "StringLiteral",
+ "offset": 804,
+ "length": 3,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserSingleEntryRule.swift",
+ "kind": "StringLiteral",
+ "offset": 834,
+ "length": 5,
+ "value": "\"[*]\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserSingleEntryRule.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8907,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserSingleEntryRule.swift",
+ "kind": "StringLiteral",
+ "offset": 269,
+ "length": 28,
+ "value": "\"FBAEMKit.AEMAdvertiserSingleEntryRule\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 354,
+ "length": 18,
+ "value": "\"default_currency\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 395,
+ "length": 13,
+ "value": "\"cutoff_time\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 441,
+ "length": 24,
+ "value": "\"conversion_value_rules\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 487,
+ "length": 12,
+ "value": "\"valid_from\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 516,
+ "length": 13,
+ "value": "\"config_mode\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 554,
+ "length": 15,
+ "value": "\"advertiser_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 592,
+ "length": 13,
+ "value": "\"business_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 627,
+ "length": 12,
+ "value": "\"param_rule\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 354,
+ "length": 18,
+ "value": "\"default_currency\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 395,
+ "length": 13,
+ "value": "\"cutoff_time\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 441,
+ "length": 24,
+ "value": "\"conversion_value_rules\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 487,
+ "length": 12,
+ "value": "\"valid_from\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 516,
+ "length": 13,
+ "value": "\"config_mode\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 554,
+ "length": 15,
+ "value": "\"advertiser_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 592,
+ "length": 13,
+ "value": "\"business_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 627,
+ "length": 12,
+ "value": "\"param_rule\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 242,
+ "length": 16,
+ "value": "\"FBAEMKit.AEMConfiguration\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMEvent.swift",
+ "kind": "StringLiteral",
+ "offset": 339,
+ "length": 12,
+ "value": "\"event_name\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMEvent.swift",
+ "kind": "StringLiteral",
+ "offset": 339,
+ "length": 12,
+ "value": "\"event_name\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMEvent.swift",
+ "kind": "StringLiteral",
+ "offset": 242,
+ "length": 8,
+ "value": "\"FBAEMKit.AEMEvent\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1068,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1085,
+ "length": 2,
+ "value": "60"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1104,
+ "length": 2,
+ "value": "60"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1171,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1211,
+ "length": 2,
+ "value": "32"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1274,
+ "length": 14,
+ "value": "\"campaign_ids\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1309,
+ "length": 11,
+ "value": "\"acs_token\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1348,
+ "length": 15,
+ "value": "\"shared_secret\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1402,
+ "length": 15,
+ "value": "\"acs_config_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1448,
+ "length": 15,
+ "value": "\"advertiser_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1493,
+ "length": 12,
+ "value": "\"catalog_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1530,
+ "length": 15,
+ "value": "\"test_deeplink\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1594,
+ "length": 13,
+ "value": "\"config_mode\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1643,
+ "length": 11,
+ "value": "\"config_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1681,
+ "length": 17,
+ "value": "\"recorded_events\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1725,
+ "length": 17,
+ "value": "\"recorded_values\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1770,
+ "length": 18,
+ "value": "\"conversion_value\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1838,
+ "length": 22,
+ "value": "\"conversion_timestamp\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1885,
+ "length": 15,
+ "value": "\"is_aggregated\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1933,
+ "length": 10,
+ "value": "\"has_skan\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1985,
+ "length": 34,
+ "value": "\"is_conversion_filtering_eligible\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 2047,
+ "length": 12,
+ "value": "\"fb_content\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 2097,
+ "length": 15,
+ "value": "\"fb_content_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1274,
+ "length": 14,
+ "value": "\"campaign_ids\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1309,
+ "length": 11,
+ "value": "\"acs_token\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1348,
+ "length": 15,
+ "value": "\"shared_secret\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1402,
+ "length": 15,
+ "value": "\"acs_config_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1448,
+ "length": 15,
+ "value": "\"advertiser_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1493,
+ "length": 12,
+ "value": "\"catalog_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1530,
+ "length": 15,
+ "value": "\"test_deeplink\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1594,
+ "length": 13,
+ "value": "\"config_mode\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1643,
+ "length": 11,
+ "value": "\"config_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1681,
+ "length": 17,
+ "value": "\"recorded_events\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1725,
+ "length": 17,
+ "value": "\"recorded_values\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1770,
+ "length": 18,
+ "value": "\"conversion_value\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1838,
+ "length": 22,
+ "value": "\"conversion_timestamp\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1885,
+ "length": 15,
+ "value": "\"is_aggregated\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1933,
+ "length": 10,
+ "value": "\"has_skan\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1985,
+ "length": 34,
+ "value": "\"is_conversion_filtering_eligible\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 2047,
+ "length": 12,
+ "value": "\"fb_content\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 2097,
+ "length": 15,
+ "value": "\"fb_content_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 2174,
+ "length": 9,
+ "value": "\"DEFAULT\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 2201,
+ "length": 7,
+ "value": "\"BRAND\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 2225,
+ "length": 6,
+ "value": "\"CPAS\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 2174,
+ "length": 9,
+ "value": "\"DEFAULT\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 2201,
+ "length": 7,
+ "value": "\"BRAND\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 2225,
+ "length": 6,
+ "value": "\"CPAS\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 294,
+ "length": 13,
+ "value": "\"FBAEMKit.AEMInvocation\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMNetworker.swift",
+ "kind": "StringLiteral",
+ "offset": 501,
+ "length": 6,
+ "value": "\"\r\n\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMNetworker.swift",
+ "kind": "StringLiteral",
+ "offset": 539,
+ "length": 8,
+ "value": "\"17.1.0\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMNetworker.swift",
+ "kind": "StringLiteral",
+ "offset": 588,
+ "length": 7,
+ "value": "\"v17.0\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMNetworker.swift",
+ "kind": "StringLiteral",
+ "offset": 617,
+ "length": 5,
+ "value": "\"ios\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMNetworker.swift",
+ "kind": "StringLiteral",
+ "offset": 654,
+ "length": 10,
+ "value": "\"FBiOSAEM\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMNetworker.swift",
+ "kind": "StringLiteral",
+ "offset": 699,
+ "length": 35,
+ "value": "\"https:\/\/graph.facebook.com\/v17.0\/\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMNetworker.swift",
+ "kind": "StringLiteral",
+ "offset": 772,
+ "length": 18,
+ "value": "\"application\/json\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMNetworker.swift",
+ "kind": "StringLiteral",
+ "offset": 820,
+ "length": 21,
+ "value": "\"com.facebook.aemkit\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMNetworker.swift",
+ "kind": "StringLiteral",
+ "offset": 865,
+ "length": 49,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMNetworker.swift",
+ "kind": "StringLiteral",
+ "offset": 889,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMNetworker.swift",
+ "kind": "StringLiteral",
+ "offset": 913,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMNetworker.swift",
+ "kind": "StringLiteral",
+ "offset": 1122,
+ "length": 21,
+ "value": "\"\/\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMNetworker.swift",
+ "kind": "StringLiteral",
+ "offset": 1142,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMNetworker.swift",
+ "kind": "StringLiteral",
+ "offset": 1264,
+ "length": 8,
+ "value": "\"\/macOS\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 435,
+ "length": 15,
+ "value": "\"advertiser_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 480,
+ "length": 16,
+ "value": "\"advertiser_ids\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 528,
+ "length": 17,
+ "value": "\"fb_content_data\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 577,
+ "length": 17,
+ "value": "\"al_applink_data\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 623,
+ "length": 13,
+ "value": "\"campaign_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 669,
+ "length": 17,
+ "value": "\"conversion_data\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 720,
+ "length": 18,
+ "value": "\"consumption_hour\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 762,
+ "length": 7,
+ "value": "\"token\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 792,
+ "length": 6,
+ "value": "\"hmac\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 825,
+ "length": 11,
+ "value": "\"config_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 864,
+ "length": 12,
+ "value": "\"delay_flow\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 916,
+ "length": 25,
+ "value": "\"is_conversion_filtering\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 972,
+ "length": 16,
+ "value": "\"fb_content_ids\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 1016,
+ "length": 12,
+ "value": "\"catalog_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 1077,
+ "length": 54,
+ "value": "\"com.facebook.sdk:FBAEMMinAggregationRequestTimestamp\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 1156,
+ "length": 8,
+ "value": "\"fields\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 1187,
+ "length": 6,
+ "value": "\"data\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 1226,
+ "length": 17,
+ "value": "\"aem_conversions\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 1269,
+ "length": 9,
+ "value": "\"success\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 1309,
+ "length": 16,
+ "value": "\"is_valid_match\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 1363,
+ "length": 23,
+ "value": "\"matched_advertiser_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 1419,
+ "length": 18,
+ "value": "\"in_segment_value\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 1483,
+ "length": 34,
+ "value": "\"content_id_belongs_to_catalog_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 1587,
+ "length": 42,
+ "value": "\"com.facebook.appevents.AEM.FBAEMReporter\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1714,
+ "length": 5,
+ "value": "86400"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1760,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 1823,
+ "length": 27,
+ "value": "\"FBSDKAEMReportData.report\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 1878,
+ "length": 27,
+ "value": "\"FBSDKAEMReportData.config\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 1972,
+ "length": 24,
+ "value": "\"aem_conversion_configs\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 2034,
+ "length": 23,
+ "value": "\"aem_conversion_filter\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 2090,
+ "length": 17,
+ "value": "\"aem_attribution\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 2163,
+ "length": 5,
+ "value": "\"GET\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 2191,
+ "length": 6,
+ "value": "\"POST\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 2295,
+ "length": 8,
+ "value": "\"(null)\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2541,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2585,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2635,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2681,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2739,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "Dictionary",
+ "offset": 2958,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "Array",
+ "offset": 3006,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "Array",
+ "offset": 3157,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMRequestBody.swift",
+ "kind": "StringLiteral",
+ "offset": 584,
+ "length": 6,
+ "value": "\"\r\n\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMRule.swift",
+ "kind": "StringLiteral",
+ "offset": 436,
+ "length": 18,
+ "value": "\"conversion_value\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMRule.swift",
+ "kind": "StringLiteral",
+ "offset": 484,
+ "length": 10,
+ "value": "\"priority\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMRule.swift",
+ "kind": "StringLiteral",
+ "offset": 522,
+ "length": 8,
+ "value": "\"events\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMRule.swift",
+ "kind": "StringLiteral",
+ "offset": 269,
+ "length": 7,
+ "value": "\"FBAEMKit.AEMRule\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMUtility.swift",
+ "kind": "StringLiteral",
+ "offset": 329,
+ "length": 12,
+ "value": "\"fb_content\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMUtility.swift",
+ "kind": "StringLiteral",
+ "offset": 369,
+ "length": 15,
+ "value": "\"fb_content_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMUtility.swift",
+ "kind": "StringLiteral",
+ "offset": 412,
+ "length": 12,
+ "value": "\"item_price\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMUtility.swift",
+ "kind": "StringLiteral",
+ "offset": 451,
+ "length": 4,
+ "value": "\"id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMUtility.swift",
+ "kind": "StringLiteral",
+ "offset": 482,
+ "length": 10,
+ "value": "\"quantity\""
+ }
+ ]
+}
\ No newline at end of file
diff --git a/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/Modules/FBAEMKit.swiftmodule/arm64-apple-ios-macabi.private.swiftinterface b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/Modules/FBAEMKit.swiftmodule/arm64-apple-ios-macabi.private.swiftinterface
new file mode 100644
index 0000000000..d0f27af76e
--- /dev/null
+++ b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/Modules/FBAEMKit.swiftmodule/arm64-apple-ios-macabi.private.swiftinterface
@@ -0,0 +1,32 @@
+// swift-interface-format-version: 1.0
+// swift-compiler-version: Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4)
+// swift-module-flags: -target arm64-apple-ios13.1-macabi -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name FBAEMKit
+import CommonCrypto
+import CommonCrypto.CommonHMAC
+import FBSDKCoreKit_Basics
+import Foundation
+import Swift
+import _Concurrency
+import _StringProcessing
+import _SwiftConcurrencyShims
+public typealias FBGraphRequestCompletion = (Any?, (any Swift.Error)?) -> Swift.Void
+@objc(FBAEMNetworking) public protocol AEMNetworking {
+ @objc(startGraphRequestWithGraphPath:parameters:tokenString:HTTPMethod:completion:) func startGraphRequest(withGraphPath graphPath: Swift.String, parameters: [Swift.String : Any], tokenString: Swift.String?, httpMethod method: Swift.String?, completion: @escaping FBAEMKit.FBGraphRequestCompletion)
+}
+@_inheritsConvenienceInitializers @objcMembers @objc(FBAEMReporter) final public class AEMReporter : ObjectiveC.NSObject {
+ @objc public static func configure(networker: (any FBAEMKit.AEMNetworking)?, appID: Swift.String?, reporter: (any FBAEMKit.SKAdNetworkReporting)?)
+ @objc public static func configure(networker: (any FBAEMKit.AEMNetworking)?, appID: Swift.String?, reporter: (any FBAEMKit.SKAdNetworkReporting)?, analyticsAppID: Swift.String?, store: (any FBSDKCoreKit_Basics.DataPersisting)?)
+ @objc public static func enable()
+ @objc public static func setConversionFilteringEnabled(_ enabled: Swift.Bool)
+ @objc public static func setCatalogMatchingEnabled(_ enabled: Swift.Bool)
+ @objc public static func setAdvertiserRuleMatchInServerEnabled(_ enabled: Swift.Bool)
+ @objc public static func handle(_ url: Foundation.URL?)
+ @objc(recordAndUpdateEvent:currency:value:parameters:) public static func recordAndUpdate(event: Swift.String, currency: Swift.String?, value: Foundation.NSNumber?, parameters: [Swift.String : Any]?)
+ @objc override dynamic public init()
+ @objc deinit
+}
+@objc(FBSKAdNetworkReporting) public protocol SKAdNetworkReporting {
+ @objc func shouldCutoff() -> Swift.Bool
+ @objc(isReportingEvent:) func isReportingEvent(_ event: Swift.String) -> Swift.Bool
+ @objc func checkAndRevokeTimer()
+}
diff --git a/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/Modules/FBAEMKit.swiftmodule/arm64-apple-ios-macabi.swiftdoc b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/Modules/FBAEMKit.swiftmodule/arm64-apple-ios-macabi.swiftdoc
new file mode 100644
index 0000000000..ca80b8a55f
Binary files /dev/null and b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/Modules/FBAEMKit.swiftmodule/arm64-apple-ios-macabi.swiftdoc differ
diff --git a/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/Modules/FBAEMKit.swiftmodule/arm64-apple-ios-macabi.swiftinterface b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/Modules/FBAEMKit.swiftmodule/arm64-apple-ios-macabi.swiftinterface
new file mode 100644
index 0000000000..d0f27af76e
--- /dev/null
+++ b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/Modules/FBAEMKit.swiftmodule/arm64-apple-ios-macabi.swiftinterface
@@ -0,0 +1,32 @@
+// swift-interface-format-version: 1.0
+// swift-compiler-version: Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4)
+// swift-module-flags: -target arm64-apple-ios13.1-macabi -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name FBAEMKit
+import CommonCrypto
+import CommonCrypto.CommonHMAC
+import FBSDKCoreKit_Basics
+import Foundation
+import Swift
+import _Concurrency
+import _StringProcessing
+import _SwiftConcurrencyShims
+public typealias FBGraphRequestCompletion = (Any?, (any Swift.Error)?) -> Swift.Void
+@objc(FBAEMNetworking) public protocol AEMNetworking {
+ @objc(startGraphRequestWithGraphPath:parameters:tokenString:HTTPMethod:completion:) func startGraphRequest(withGraphPath graphPath: Swift.String, parameters: [Swift.String : Any], tokenString: Swift.String?, httpMethod method: Swift.String?, completion: @escaping FBAEMKit.FBGraphRequestCompletion)
+}
+@_inheritsConvenienceInitializers @objcMembers @objc(FBAEMReporter) final public class AEMReporter : ObjectiveC.NSObject {
+ @objc public static func configure(networker: (any FBAEMKit.AEMNetworking)?, appID: Swift.String?, reporter: (any FBAEMKit.SKAdNetworkReporting)?)
+ @objc public static func configure(networker: (any FBAEMKit.AEMNetworking)?, appID: Swift.String?, reporter: (any FBAEMKit.SKAdNetworkReporting)?, analyticsAppID: Swift.String?, store: (any FBSDKCoreKit_Basics.DataPersisting)?)
+ @objc public static func enable()
+ @objc public static func setConversionFilteringEnabled(_ enabled: Swift.Bool)
+ @objc public static func setCatalogMatchingEnabled(_ enabled: Swift.Bool)
+ @objc public static func setAdvertiserRuleMatchInServerEnabled(_ enabled: Swift.Bool)
+ @objc public static func handle(_ url: Foundation.URL?)
+ @objc(recordAndUpdateEvent:currency:value:parameters:) public static func recordAndUpdate(event: Swift.String, currency: Swift.String?, value: Foundation.NSNumber?, parameters: [Swift.String : Any]?)
+ @objc override dynamic public init()
+ @objc deinit
+}
+@objc(FBSKAdNetworkReporting) public protocol SKAdNetworkReporting {
+ @objc func shouldCutoff() -> Swift.Bool
+ @objc(isReportingEvent:) func isReportingEvent(_ event: Swift.String) -> Swift.Bool
+ @objc func checkAndRevokeTimer()
+}
diff --git a/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/Modules/FBAEMKit.swiftmodule/x86_64-apple-ios-macabi.abi.json b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/Modules/FBAEMKit.swiftmodule/x86_64-apple-ios-macabi.abi.json
new file mode 100644
index 0000000000..8c05b2c069
--- /dev/null
+++ b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/Modules/FBAEMKit.swiftmodule/x86_64-apple-ios-macabi.abi.json
@@ -0,0 +1,17866 @@
+{
+ "ABIRoot": {
+ "kind": "Root",
+ "name": "TopLevel",
+ "printedName": "TopLevel",
+ "children": [
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMAdvertiserMultiEntryRule",
+ "printedName": "AEMAdvertiserMultiEntryRule",
+ "children": [
+ {
+ "kind": "TypeDecl",
+ "name": "CodingKeys",
+ "printedName": "CodingKeys",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "operator",
+ "printedName": "operator",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys.Type) -> FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO8operatoryA2EmF",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO8operatoryA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 0
+ },
+ {
+ "kind": "Var",
+ "name": "rules",
+ "printedName": "rules",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys.Type) -> FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO5rulesyA2EmF",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO5rulesyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 1
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(rawValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO8rawValueAESgSS_tcfc",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO8rawValueAESgSS_tcfc",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Var",
+ "name": "rawValue",
+ "printedName": "rawValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO8rawValueSSvp",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO8rawValueSSvp",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO8rawValueSSvg",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO8rawValueSSvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "stringValue",
+ "printedName": "stringValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO11stringValueSSvp",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO11stringValueSSvp",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO11stringValueSSvg",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO11stringValueSSvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(stringValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO11stringValueAESgSS_tcfc",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO11stringValueAESgSS_tcfc",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Var",
+ "name": "intValue",
+ "printedName": "intValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.Int?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO8intValueSiSgvp",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO8intValueSiSgvp",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.Int?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO8intValueSiSgvg",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO8intValueSiSgvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(intValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO8intValueAESgSi_tcfc",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO8intValueAESgSi_tcfc",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Enum",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO",
+ "moduleName": "FBAEMKit",
+ "enumRawTypeName": "String",
+ "isEnumExhaustive": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "RawRepresentable",
+ "printedName": "RawRepresentable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "RawValue",
+ "printedName": "RawValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ]
+ }
+ ],
+ "usr": "s:SY",
+ "mangledName": "$sSY"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CodingKey",
+ "printedName": "CodingKey",
+ "usr": "s:s9CodingKeyP",
+ "mangledName": "$ss9CodingKeyP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "operator",
+ "printedName": "operator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC8operatorAA0bE8OperatorOvp",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC8operatorAA0bE8OperatorOvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 0,
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC8operatorAA0bE8OperatorOvg",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC8operatorAA0bE8OperatorOvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "rules",
+ "printedName": "rules",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[any FBAEMKit.AEMAdvertiserRuleMatching]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleMatching",
+ "printedName": "any FBAEMKit.AEMAdvertiserRuleMatching",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleMatchingP"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC5rulesSayAA0bE8Matching_pGvp",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC5rulesSayAA0bE8Matching_pGvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 1,
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[any FBAEMKit.AEMAdvertiserRuleMatching]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleMatching",
+ "printedName": "any FBAEMKit.AEMAdvertiserRuleMatching",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleMatchingP"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC5rulesSayAA0bE8Matching_pGvg",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC5rulesSayAA0bE8Matching_pGvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(with:rules:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserMultiEntryRule",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserMultiEntryRule"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[any FBAEMKit.AEMAdvertiserRuleMatching]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleMatching",
+ "printedName": "any FBAEMKit.AEMAdvertiserRuleMatching",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleMatchingP"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC4with5rulesAcA0bE8OperatorO_SayAA0bE8Matching_pGtcfc",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC4with5rulesAcA0bE8OperatorO_SayAA0bE8Matching_pGtcfc",
+ "moduleName": "FBAEMKit",
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Function",
+ "name": "isMatchedEventParameters",
+ "printedName": "isMatchedEventParameters(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC24isMatchedEventParametersySbSDySSypGSgF",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC24isMatchedEventParametersySbSDySSypGSgF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "RawDocComment"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Var",
+ "name": "supportsSecureCoding",
+ "printedName": "supportsSecureCoding",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserMultiEntryRule(cpy)supportsSecureCoding",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC20supportsSecureCodingSbvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "objc_name": "supportsSecureCoding",
+ "declAttributes": [
+ "Final",
+ "ObjC",
+ "RawDocComment"
+ ],
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserMultiEntryRule(cm)supportsSecureCoding",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC20supportsSecureCodingSbvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "objc_name": "supportsSecureCoding",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(coder:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserMultiEntryRule",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserMultiEntryRule"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "NSCoder",
+ "printedName": "Foundation.NSCoder",
+ "usr": "c:objc(cs)NSCoder"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserMultiEntryRule(im)initWithCoder:",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC5coderACSgSo7NSCoderC_tcfc",
+ "moduleName": "FBAEMKit",
+ "objc_name": "initWithCoder:",
+ "declAttributes": [
+ "ObjC",
+ "Convenience"
+ ],
+ "init_kind": "Convenience"
+ },
+ {
+ "kind": "Function",
+ "name": "encode",
+ "printedName": "encode(with:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "NSCoder",
+ "printedName": "Foundation.NSCoder",
+ "usr": "c:objc(cs)NSCoder"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserMultiEntryRule(im)encodeWithCoder:",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC6encode4withySo7NSCoderC_tF",
+ "moduleName": "FBAEMKit",
+ "objc_name": "encodeWithCoder:",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserMultiEntryRule",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserMultiEntryRule"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserMultiEntryRule(im)init",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleCACycfc",
+ "moduleName": "FBAEMKit",
+ "overriding": true,
+ "implicit": true,
+ "objc_name": "init",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC",
+ "Override"
+ ],
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Class",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserMultiEntryRule",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "AEMAdvertiserRuleMatching",
+ "printedName": "AEMAdvertiserRuleMatching",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleMatchingP",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleMatchingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "FBSDKCoreKit_Basics",
+ "printedName": "FBSDKCoreKit_Basics",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit"
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMAdvertiserRuleFactory",
+ "printedName": "AEMAdvertiserRuleFactory",
+ "children": [
+ {
+ "kind": "Function",
+ "name": "createRule",
+ "printedName": "createRule(json:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.AEMAdvertiserRuleMatching)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleMatching",
+ "printedName": "any FBAEMKit.AEMAdvertiserRuleMatching",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleMatchingP"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit24AEMAdvertiserRuleFactoryC06createC04jsonAA0bC8Matching_pSgSSSg_tF",
+ "mangledName": "$s8FBAEMKit24AEMAdvertiserRuleFactoryC06createC04jsonAA0bC8Matching_pSgSSSg_tF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "RawDocComment"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "createRule",
+ "printedName": "createRule(dictionary:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.AEMAdvertiserRuleMatching)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleMatching",
+ "printedName": "any FBAEMKit.AEMAdvertiserRuleMatching",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleMatchingP"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit24AEMAdvertiserRuleFactoryC06createC010dictionaryAA0bC8Matching_pSgSDySSypG_tF",
+ "mangledName": "$s8FBAEMKit24AEMAdvertiserRuleFactoryC06createC010dictionaryAA0bC8Matching_pSgSDySSypG_tF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "createMultiEntryRule",
+ "printedName": "createMultiEntryRule(from:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserMultiEntryRule",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserMultiEntryRule"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit24AEMAdvertiserRuleFactoryC016createMultiEntryC04fromAA0bfgC0CSgSDySSypG_tF",
+ "mangledName": "$s8FBAEMKit24AEMAdvertiserRuleFactoryC016createMultiEntryC04fromAA0bfgC0CSgSDySSypG_tF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "RawDocComment"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "createSingleEntryRule",
+ "printedName": "createSingleEntryRule(from:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMAdvertiserSingleEntryRule?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserSingleEntryRule",
+ "printedName": "FBAEMKit.AEMAdvertiserSingleEntryRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserSingleEntryRule"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit24AEMAdvertiserRuleFactoryC017createSingleEntryC04fromAA0bfgC0CSgSDySSypG_tF",
+ "mangledName": "$s8FBAEMKit24AEMAdvertiserRuleFactoryC017createSingleEntryC04fromAA0bfgC0CSgSDySSypG_tF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "primaryKey",
+ "printedName": "primaryKey(for:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit24AEMAdvertiserRuleFactoryC10primaryKey3forSSSgSDySSypG_tF",
+ "mangledName": "$s8FBAEMKit24AEMAdvertiserRuleFactoryC10primaryKey3forSSSgSDySSypG_tF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "getOperator",
+ "printedName": "getOperator(from:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit24AEMAdvertiserRuleFactoryC11getOperator4fromAA0bcF0OSDySSypG_tF",
+ "mangledName": "$s8FBAEMKit24AEMAdvertiserRuleFactoryC11getOperator4fromAA0bcF0OSDySSypG_tF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isOperatorForMultiEntryRule",
+ "printedName": "isOperatorForMultiEntryRule(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit24AEMAdvertiserRuleFactoryC023isOperatorForMultiEntryC0ySbAA0bcF0OF",
+ "mangledName": "$s8FBAEMKit24AEMAdvertiserRuleFactoryC023isOperatorForMultiEntryC0ySbAA0bcF0OF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleFactory",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleFactory",
+ "usr": "s:8FBAEMKit24AEMAdvertiserRuleFactoryC"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit24AEMAdvertiserRuleFactoryCACycfc",
+ "mangledName": "$s8FBAEMKit24AEMAdvertiserRuleFactoryCACycfc",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Class",
+ "usr": "s:8FBAEMKit24AEMAdvertiserRuleFactoryC",
+ "mangledName": "$s8FBAEMKit24AEMAdvertiserRuleFactoryC",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "AEMAdvertiserRuleProviding",
+ "printedName": "AEMAdvertiserRuleProviding",
+ "usr": "s:8FBAEMKit26AEMAdvertiserRuleProvidingP",
+ "mangledName": "$s8FBAEMKit26AEMAdvertiserRuleProvidingP"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMAdvertiserRuleMatching",
+ "printedName": "AEMAdvertiserRuleMatching",
+ "children": [
+ {
+ "kind": "Function",
+ "name": "isMatchedEventParameters",
+ "printedName": "isMatchedEventParameters(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleMatchingP24isMatchedEventParametersySbSDySSypGSgF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleMatchingP24isMatchedEventParametersySbSDySSypGSgF",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0 where τ_0_0 : FBAEMKit.AEMAdvertiserRuleMatching>",
+ "sugared_genericSig": "",
+ "protocolReq": true,
+ "reqNewWitnessTableEntry": true,
+ "funcSelfKind": "NonMutating"
+ }
+ ],
+ "declKind": "Protocol",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleMatchingP",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleMatchingP",
+ "moduleName": "FBAEMKit"
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "unknown",
+ "printedName": "unknown",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO7unknownyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO7unknownyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 0
+ },
+ {
+ "kind": "Var",
+ "name": "and",
+ "printedName": "and",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO3andyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO3andyA2CmF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ],
+ "fixedbinaryorder": 1
+ },
+ {
+ "kind": "Var",
+ "name": "or",
+ "printedName": "or",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO2oryA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO2oryA2CmF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ],
+ "fixedbinaryorder": 2
+ },
+ {
+ "kind": "Var",
+ "name": "not",
+ "printedName": "not",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO3notyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO3notyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 3
+ },
+ {
+ "kind": "Var",
+ "name": "contains",
+ "printedName": "contains",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO8containsyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO8containsyA2CmF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ],
+ "fixedbinaryorder": 4
+ },
+ {
+ "kind": "Var",
+ "name": "notContains",
+ "printedName": "notContains",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO11notContainsyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO11notContainsyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 5
+ },
+ {
+ "kind": "Var",
+ "name": "startsWith",
+ "printedName": "startsWith",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO10startsWithyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO10startsWithyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 6
+ },
+ {
+ "kind": "Var",
+ "name": "caseInsensitiveContains",
+ "printedName": "caseInsensitiveContains",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO23caseInsensitiveContainsyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO23caseInsensitiveContainsyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 7
+ },
+ {
+ "kind": "Var",
+ "name": "caseInsensitiveNotContains",
+ "printedName": "caseInsensitiveNotContains",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO26caseInsensitiveNotContainsyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO26caseInsensitiveNotContainsyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 8
+ },
+ {
+ "kind": "Var",
+ "name": "caseInsensitiveStartsWith",
+ "printedName": "caseInsensitiveStartsWith",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO25caseInsensitiveStartsWithyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO25caseInsensitiveStartsWithyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 9
+ },
+ {
+ "kind": "Var",
+ "name": "regexMatch",
+ "printedName": "regexMatch",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO10regexMatchyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO10regexMatchyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 10
+ },
+ {
+ "kind": "Var",
+ "name": "equal",
+ "printedName": "equal",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO5equalyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO5equalyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 11
+ },
+ {
+ "kind": "Var",
+ "name": "notEqual",
+ "printedName": "notEqual",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO8notEqualyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO8notEqualyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 12
+ },
+ {
+ "kind": "Var",
+ "name": "lessThan",
+ "printedName": "lessThan",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO8lessThanyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO8lessThanyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 13
+ },
+ {
+ "kind": "Var",
+ "name": "lessThanOrEqual",
+ "printedName": "lessThanOrEqual",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO15lessThanOrEqualyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO15lessThanOrEqualyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 14
+ },
+ {
+ "kind": "Var",
+ "name": "greaterThan",
+ "printedName": "greaterThan",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO11greaterThanyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO11greaterThanyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 15
+ },
+ {
+ "kind": "Var",
+ "name": "greaterThanOrEqual",
+ "printedName": "greaterThanOrEqual",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO18greaterThanOrEqualyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO18greaterThanOrEqualyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 16
+ },
+ {
+ "kind": "Var",
+ "name": "caseInsensitiveIsAny",
+ "printedName": "caseInsensitiveIsAny",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO20caseInsensitiveIsAnyyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO20caseInsensitiveIsAnyyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 17
+ },
+ {
+ "kind": "Var",
+ "name": "caseInsensitiveIsNotAny",
+ "printedName": "caseInsensitiveIsNotAny",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO23caseInsensitiveIsNotAnyyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO23caseInsensitiveIsNotAnyyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 18
+ },
+ {
+ "kind": "Var",
+ "name": "isAny",
+ "printedName": "isAny",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO5isAnyyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO5isAnyyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 19
+ },
+ {
+ "kind": "Var",
+ "name": "isNotAny",
+ "printedName": "isNotAny",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO8isNotAnyyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO8isNotAnyyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 20
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(rawValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO8rawValueACSgSi_tcfc",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO8rawValueACSgSi_tcfc",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Var",
+ "name": "rawValue",
+ "printedName": "rawValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO8rawValueSivp",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO8rawValueSivp",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO8rawValueSivg",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO8rawValueSivg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ }
+ ],
+ "declKind": "Enum",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ],
+ "enumRawTypeName": "Int",
+ "isEnumExhaustive": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "RawRepresentable",
+ "printedName": "RawRepresentable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "RawValue",
+ "printedName": "RawValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ]
+ }
+ ],
+ "usr": "s:SY",
+ "mangledName": "$sSY"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMAdvertiserRuleProviding",
+ "printedName": "AEMAdvertiserRuleProviding",
+ "children": [
+ {
+ "kind": "Function",
+ "name": "createRule",
+ "printedName": "createRule(json:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.AEMAdvertiserRuleMatching)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleMatching",
+ "printedName": "any FBAEMKit.AEMAdvertiserRuleMatching",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleMatchingP"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit26AEMAdvertiserRuleProvidingP06createC04jsonAA0bC8Matching_pSgSSSg_tF",
+ "mangledName": "$s8FBAEMKit26AEMAdvertiserRuleProvidingP06createC04jsonAA0bC8Matching_pSgSSSg_tF",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0 where τ_0_0 : FBAEMKit.AEMAdvertiserRuleProviding>",
+ "sugared_genericSig": "",
+ "protocolReq": true,
+ "reqNewWitnessTableEntry": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "createRule",
+ "printedName": "createRule(dictionary:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.AEMAdvertiserRuleMatching)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleMatching",
+ "printedName": "any FBAEMKit.AEMAdvertiserRuleMatching",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleMatchingP"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit26AEMAdvertiserRuleProvidingP06createC010dictionaryAA0bC8Matching_pSgSDySSypG_tF",
+ "mangledName": "$s8FBAEMKit26AEMAdvertiserRuleProvidingP06createC010dictionaryAA0bC8Matching_pSgSDySSypG_tF",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0 where τ_0_0 : FBAEMKit.AEMAdvertiserRuleProviding>",
+ "sugared_genericSig": "",
+ "protocolReq": true,
+ "reqNewWitnessTableEntry": true,
+ "funcSelfKind": "NonMutating"
+ }
+ ],
+ "declKind": "Protocol",
+ "usr": "s:8FBAEMKit26AEMAdvertiserRuleProvidingP",
+ "mangledName": "$s8FBAEMKit26AEMAdvertiserRuleProvidingP",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "FBSDKCoreKit_Basics",
+ "printedName": "FBSDKCoreKit_Basics",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit"
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMAdvertiserSingleEntryRule",
+ "printedName": "AEMAdvertiserSingleEntryRule",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "operator",
+ "printedName": "operator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC8operatorAA0bE8OperatorOvp",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC8operatorAA0bE8OperatorOvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 0,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC8operatorAA0bE8OperatorOvg",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC8operatorAA0bE8OperatorOvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC8operatorAA0bE8OperatorOvs",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC8operatorAA0bE8OperatorOvs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC8operatorAA0bE8OperatorOvM",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC8operatorAA0bE8OperatorOvM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "paramKey",
+ "printedName": "paramKey",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC8paramKeySSvp",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC8paramKeySSvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 1,
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC8paramKeySSvg",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC8paramKeySSvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "linguisticCondition",
+ "printedName": "linguisticCondition",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC19linguisticConditionSSSgvp",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC19linguisticConditionSSSgvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 2,
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC19linguisticConditionSSSgvg",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC19linguisticConditionSSSgvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "numericalCondition",
+ "printedName": "numericalCondition",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.Double?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC18numericalConditionSdSgvp",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC18numericalConditionSdSgvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 3,
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.Double?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC18numericalConditionSdSgvg",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC18numericalConditionSdSgvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "arrayCondition",
+ "printedName": "arrayCondition",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[Swift.String]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC14arrayConditionSaySSGSgvp",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC14arrayConditionSaySSGSgvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 4,
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[Swift.String]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC14arrayConditionSaySSGSgvg",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC14arrayConditionSaySSGSgvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(operator:paramKey:linguisticCondition:numericalCondition:arrayCondition:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserSingleEntryRule",
+ "printedName": "FBAEMKit.AEMAdvertiserSingleEntryRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserSingleEntryRule"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.Double?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[Swift.String]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC8operator8paramKey19linguisticCondition09numericalJ005arrayJ0AcA0bE8OperatorO_S2SSgSdSgSaySSGSgtcfc",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC8operator8paramKey19linguisticCondition09numericalJ005arrayJ0AcA0bE8OperatorO_S2SSgSdSgSaySSGSgtcfc",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ],
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(with:paramKey:linguisticCondition:numericalCondition:arrayCondition:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserSingleEntryRule",
+ "printedName": "FBAEMKit.AEMAdvertiserSingleEntryRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserSingleEntryRule"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.NSNumber?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSNumber",
+ "printedName": "Foundation.NSNumber",
+ "usr": "c:objc(cs)NSNumber"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[Swift.String]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC4with8paramKey19linguisticCondition09numericalJ005arrayJ0AcA0bE8OperatorO_S2SSgSo8NSNumberCSgSaySSGSgtcfc",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC4with8paramKey19linguisticCondition09numericalJ005arrayJ0AcA0bE8OperatorO_S2SSgSo8NSNumberCSgSaySSGSgtcfc",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Convenience"
+ ],
+ "init_kind": "Convenience"
+ },
+ {
+ "kind": "Function",
+ "name": "isMatchedEventParameters",
+ "printedName": "isMatchedEventParameters(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC24isMatchedEventParametersySbSDySSypGSgF",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC24isMatchedEventParametersySbSDySSypGSgF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "RawDocComment"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isMatchedEventParameters",
+ "printedName": "isMatchedEventParameters(eventParams:paramPath:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[Swift.String]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC24isMatchedEventParameters11eventParams9paramPathSbSDySSypGSg_SaySSGtF",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC24isMatchedEventParameters11eventParams9paramPathSbSDySSypGSg_SaySSGtF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isMatched",
+ "printedName": "isMatched(withAsteriskParam:eventParameters:paramPath:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[Swift.String]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC9isMatched17withAsteriskParam15eventParameters9paramPathSbSS_SDySSypGSaySSGtF",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC9isMatched17withAsteriskParam15eventParameters9paramPathSbSS_SDySSypGSaySSGtF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isMatched",
+ "printedName": "isMatched(withStringValue:numericalValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.Double?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC9isMatched15withStringValue09numericalJ0SbSSSg_SdSgtF",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC9isMatched15withStringValue09numericalJ0SbSSSg_SdSgtF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "RawDocComment"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isRegexMatch",
+ "printedName": "isRegexMatch(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC12isRegexMatchySbSSF",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC12isRegexMatchySbSSF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isAny",
+ "printedName": "isAny(of:stringValue:ignoreCase:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[Swift.String]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sa"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC5isAny2of11stringValue10ignoreCaseSbSaySSG_SSSbtF",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC5isAny2of11stringValue10ignoreCaseSbSaySSG_SSSbtF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Var",
+ "name": "supportsSecureCoding",
+ "printedName": "supportsSecureCoding",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserSingleEntryRule(cpy)supportsSecureCoding",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC20supportsSecureCodingSbvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "objc_name": "supportsSecureCoding",
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "ObjC",
+ "HasStorage",
+ "RawDocComment"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserSingleEntryRule(cm)supportsSecureCoding",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC20supportsSecureCodingSbvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "objc_name": "supportsSecureCoding",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserSingleEntryRule(cm)setSupportsSecureCoding:",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC20supportsSecureCodingSbvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC20supportsSecureCodingSbvMZ",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC20supportsSecureCodingSbvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(coder:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMAdvertiserSingleEntryRule?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserSingleEntryRule",
+ "printedName": "FBAEMKit.AEMAdvertiserSingleEntryRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserSingleEntryRule"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "NSCoder",
+ "printedName": "Foundation.NSCoder",
+ "usr": "c:objc(cs)NSCoder"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserSingleEntryRule(im)initWithCoder:",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC5coderACSgSo7NSCoderC_tcfc",
+ "moduleName": "FBAEMKit",
+ "objc_name": "initWithCoder:",
+ "declAttributes": [
+ "ObjC"
+ ],
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Function",
+ "name": "encode",
+ "printedName": "encode(with:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "NSCoder",
+ "printedName": "Foundation.NSCoder",
+ "usr": "c:objc(cs)NSCoder"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserSingleEntryRule(im)encodeWithCoder:",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC6encode4withySo7NSCoderC_tF",
+ "moduleName": "FBAEMKit",
+ "objc_name": "encodeWithCoder:",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isEqual",
+ "printedName": "isEqual(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Any?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserSingleEntryRule(im)isEqual:",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC7isEqualySbypSgF",
+ "moduleName": "FBAEMKit",
+ "overriding": true,
+ "objc_name": "isEqual:",
+ "declAttributes": [
+ "Final",
+ "ObjC",
+ "Override"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserSingleEntryRule",
+ "printedName": "FBAEMKit.AEMAdvertiserSingleEntryRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserSingleEntryRule"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserSingleEntryRule(im)init",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleCACycfc",
+ "moduleName": "FBAEMKit",
+ "overriding": true,
+ "implicit": true,
+ "objc_name": "init",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC",
+ "Override"
+ ],
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Class",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserSingleEntryRule",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "AEMAdvertiserRuleMatching",
+ "printedName": "AEMAdvertiserRuleMatching",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleMatchingP",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleMatchingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMConfiguration",
+ "printedName": "AEMConfiguration",
+ "children": [
+ {
+ "kind": "TypeDecl",
+ "name": "CodingKeys",
+ "printedName": "CodingKeys",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "defaultCurrency",
+ "printedName": "defaultCurrency",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMConfiguration.CodingKeys.Type) -> FBAEMKit.AEMConfiguration.CodingKeys",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO15defaultCurrencyyA2EmF",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO15defaultCurrencyyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 0
+ },
+ {
+ "kind": "Var",
+ "name": "cutoffTime",
+ "printedName": "cutoffTime",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMConfiguration.CodingKeys.Type) -> FBAEMKit.AEMConfiguration.CodingKeys",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO10cutoffTimeyA2EmF",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO10cutoffTimeyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 1
+ },
+ {
+ "kind": "Var",
+ "name": "conversionValueRules",
+ "printedName": "conversionValueRules",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMConfiguration.CodingKeys.Type) -> FBAEMKit.AEMConfiguration.CodingKeys",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO20conversionValueRulesyA2EmF",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO20conversionValueRulesyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 2
+ },
+ {
+ "kind": "Var",
+ "name": "validFrom",
+ "printedName": "validFrom",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMConfiguration.CodingKeys.Type) -> FBAEMKit.AEMConfiguration.CodingKeys",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO9validFromyA2EmF",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO9validFromyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 3
+ },
+ {
+ "kind": "Var",
+ "name": "mode",
+ "printedName": "mode",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMConfiguration.CodingKeys.Type) -> FBAEMKit.AEMConfiguration.CodingKeys",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO4modeyA2EmF",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO4modeyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 4
+ },
+ {
+ "kind": "Var",
+ "name": "advertiserID",
+ "printedName": "advertiserID",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMConfiguration.CodingKeys.Type) -> FBAEMKit.AEMConfiguration.CodingKeys",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO12advertiserIDyA2EmF",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO12advertiserIDyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 5
+ },
+ {
+ "kind": "Var",
+ "name": "businessID",
+ "printedName": "businessID",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMConfiguration.CodingKeys.Type) -> FBAEMKit.AEMConfiguration.CodingKeys",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO10businessIDyA2EmF",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO10businessIDyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 6
+ },
+ {
+ "kind": "Var",
+ "name": "paramRule",
+ "printedName": "paramRule",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMConfiguration.CodingKeys.Type) -> FBAEMKit.AEMConfiguration.CodingKeys",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO9paramRuleyA2EmF",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO9paramRuleyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 7
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(rawValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO8rawValueAESgSS_tcfc",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO8rawValueAESgSS_tcfc",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Var",
+ "name": "rawValue",
+ "printedName": "rawValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO8rawValueSSvp",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO8rawValueSSvp",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO8rawValueSSvg",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO8rawValueSSvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "stringValue",
+ "printedName": "stringValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO11stringValueSSvp",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO11stringValueSSvp",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO11stringValueSSvg",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO11stringValueSSvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(stringValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO11stringValueAESgSS_tcfc",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO11stringValueAESgSS_tcfc",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Var",
+ "name": "intValue",
+ "printedName": "intValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.Int?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO8intValueSiSgvp",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO8intValueSiSgvp",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.Int?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO8intValueSiSgvg",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO8intValueSiSgvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(intValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO8intValueAESgSi_tcfc",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO8intValueAESgSi_tcfc",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Enum",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO",
+ "moduleName": "FBAEMKit",
+ "enumRawTypeName": "String",
+ "isEnumExhaustive": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "RawRepresentable",
+ "printedName": "RawRepresentable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "RawValue",
+ "printedName": "RawValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ]
+ }
+ ],
+ "usr": "s:SY",
+ "mangledName": "$sSY"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CodingKey",
+ "printedName": "CodingKey",
+ "usr": "s:s9CodingKeyP",
+ "mangledName": "$ss9CodingKeyP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "cutoffTime",
+ "printedName": "cutoffTime",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10cutoffTimeSivp",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10cutoffTimeSivp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage",
+ "SetterAccess"
+ ],
+ "fixedbinaryorder": 0,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10cutoffTimeSivg",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10cutoffTimeSivg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "validFrom",
+ "printedName": "validFrom",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit16AEMConfigurationC9validFromSivp",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC9validFromSivp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage",
+ "SetterAccess",
+ "RawDocComment"
+ ],
+ "fixedbinaryorder": 1,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC9validFromSivg",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC9validFromSivg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "defaultCurrency",
+ "printedName": "defaultCurrency",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit16AEMConfigurationC15defaultCurrencySSvp",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC15defaultCurrencySSvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage",
+ "SetterAccess"
+ ],
+ "fixedbinaryorder": 2,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC15defaultCurrencySSvg",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC15defaultCurrencySSvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "mode",
+ "printedName": "mode",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit16AEMConfigurationC4modeSSvp",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC4modeSSvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage",
+ "SetterAccess"
+ ],
+ "fixedbinaryorder": 3,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC4modeSSvg",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC4modeSSvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "businessID",
+ "printedName": "businessID",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10businessIDSSSgvp",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10businessIDSSSgvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "SetterAccess"
+ ],
+ "fixedbinaryorder": 4,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10businessIDSSSgvg",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10businessIDSSSgvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "matchingRule",
+ "printedName": "matchingRule",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.AEMAdvertiserRuleMatching)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleMatching",
+ "printedName": "any FBAEMKit.AEMAdvertiserRuleMatching",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleMatchingP"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit16AEMConfigurationC12matchingRuleAA013AEMAdvertiserD8Matching_pSgvp",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC12matchingRuleAA013AEMAdvertiserD8Matching_pSgvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "SetterAccess"
+ ],
+ "fixedbinaryorder": 5,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.AEMAdvertiserRuleMatching)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleMatching",
+ "printedName": "any FBAEMKit.AEMAdvertiserRuleMatching",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleMatchingP"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC12matchingRuleAA013AEMAdvertiserD8Matching_pSgvg",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC12matchingRuleAA013AEMAdvertiserD8Matching_pSgvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "conversionValueRules",
+ "printedName": "conversionValueRules",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMRule]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMRule",
+ "printedName": "FBAEMKit.AEMRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMRule"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit16AEMConfigurationC20conversionValueRulesSayAA7AEMRuleCGvp",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC20conversionValueRulesSayAA7AEMRuleCGvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage",
+ "SetterAccess"
+ ],
+ "fixedbinaryorder": 6,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMRule]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMRule",
+ "printedName": "FBAEMKit.AEMRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMRule"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC20conversionValueRulesSayAA7AEMRuleCGvg",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC20conversionValueRulesSayAA7AEMRuleCGvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "eventSet",
+ "printedName": "eventSet",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Set",
+ "printedName": "Swift.Set",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sh"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit16AEMConfigurationC8eventSetShySSGvp",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC8eventSetShySSGvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage",
+ "SetterAccess"
+ ],
+ "fixedbinaryorder": 7,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Set",
+ "printedName": "Swift.Set",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sh"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC8eventSetShySSGvg",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC8eventSetShySSGvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "currencySet",
+ "printedName": "currencySet",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Set",
+ "printedName": "Swift.Set",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sh"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit16AEMConfigurationC11currencySetShySSGvp",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC11currencySetShySSGvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage",
+ "SetterAccess"
+ ],
+ "fixedbinaryorder": 8,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Set",
+ "printedName": "Swift.Set",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sh"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC11currencySetShySSGvg",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC11currencySetShySSGvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "ruleProvider",
+ "printedName": "ruleProvider",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.AEMAdvertiserRuleProviding)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleProviding",
+ "printedName": "any FBAEMKit.AEMAdvertiserRuleProviding",
+ "usr": "s:8FBAEMKit26AEMAdvertiserRuleProvidingP"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit16AEMConfigurationC12ruleProviderAA26AEMAdvertiserRuleProviding_pSgvpZ",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC12ruleProviderAA26AEMAdvertiserRuleProviding_pSgvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "SetterAccess"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.AEMAdvertiserRuleProviding)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleProviding",
+ "printedName": "any FBAEMKit.AEMAdvertiserRuleProviding",
+ "usr": "s:8FBAEMKit26AEMAdvertiserRuleProvidingP"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC12ruleProviderAA26AEMAdvertiserRuleProviding_pSgvgZ",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC12ruleProviderAA26AEMAdvertiserRuleProviding_pSgvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Function",
+ "name": "configure",
+ "printedName": "configure(withRuleProvider:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleProviding",
+ "printedName": "any FBAEMKit.AEMAdvertiserRuleProviding",
+ "usr": "s:8FBAEMKit26AEMAdvertiserRuleProvidingP"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit16AEMConfigurationC9configure16withRuleProvideryAA013AEMAdvertiserE9Providing_p_tFZ",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC9configure16withRuleProvideryAA013AEMAdvertiserE9Providing_p_tFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(json:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMConfiguration?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC4jsonACSgSDySSypGSg_tcfc",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC4jsonACSgSDySSypGSg_tcfc",
+ "moduleName": "FBAEMKit",
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Function",
+ "name": "parseRules",
+ "printedName": "parseRules(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[FBAEMKit.AEMRule]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMRule]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMRule",
+ "printedName": "FBAEMKit.AEMRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMRule"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[[Swift.String : Any]]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[[Swift.String : Any]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10parseRulesySayAA7AEMRuleCGSgSaySDySSypGGSgFZ",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10parseRulesySayAA7AEMRuleCGSgSaySDySSypGGSgFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "getEventSet",
+ "printedName": "getEventSet(from:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Set",
+ "printedName": "Swift.Set",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sh"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMRule]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMRule",
+ "printedName": "FBAEMKit.AEMRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMRule"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit16AEMConfigurationC11getEventSet4fromShySSGSayAA7AEMRuleCG_tFZ",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC11getEventSet4fromShySSGSayAA7AEMRuleCG_tFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "getCurrencySet",
+ "printedName": "getCurrencySet(from:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Set",
+ "printedName": "Swift.Set",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sh"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMRule]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMRule",
+ "printedName": "FBAEMKit.AEMRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMRule"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit16AEMConfigurationC14getCurrencySet4fromShySSGSayAA7AEMRuleCG_tFZ",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC14getCurrencySet4fromShySSGSayAA7AEMRuleCG_tFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isSame",
+ "printedName": "isSame(validFrom:businessID:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit16AEMConfigurationC6isSame9validFrom10businessIDSbSi_SSSgtF",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC6isSame9validFrom10businessIDSbSi_SSSgtF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isSameBusinessID",
+ "printedName": "isSameBusinessID(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit16AEMConfigurationC16isSameBusinessIDySbSSSgF",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC16isSameBusinessIDySbSSSgF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "encode",
+ "printedName": "encode(with:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "NSCoder",
+ "printedName": "Foundation.NSCoder",
+ "usr": "c:objc(cs)NSCoder"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration(im)encodeWithCoder:",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC6encode4withySo7NSCoderC_tF",
+ "moduleName": "FBAEMKit",
+ "objc_name": "encodeWithCoder:",
+ "declAttributes": [
+ "Final",
+ "ObjC",
+ "RawDocComment"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(coder:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMConfiguration?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "NSCoder",
+ "printedName": "Foundation.NSCoder",
+ "usr": "c:objc(cs)NSCoder"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration(im)initWithCoder:",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC5coderACSgSo7NSCoderC_tcfc",
+ "moduleName": "FBAEMKit",
+ "objc_name": "initWithCoder:",
+ "declAttributes": [
+ "ObjC",
+ "Convenience"
+ ],
+ "init_kind": "Convenience"
+ },
+ {
+ "kind": "Var",
+ "name": "supportsSecureCoding",
+ "printedName": "supportsSecureCoding",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration(cpy)supportsSecureCoding",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC20supportsSecureCodingSbvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "objc_name": "supportsSecureCoding",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration(cm)supportsSecureCoding",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC20supportsSecureCodingSbvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "objc_name": "supportsSecureCoding",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration(im)init",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationCACycfc",
+ "moduleName": "FBAEMKit",
+ "overriding": true,
+ "implicit": true,
+ "objc_name": "init",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC",
+ "Override"
+ ],
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Class",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMEvent",
+ "printedName": "AEMEvent",
+ "children": [
+ {
+ "kind": "TypeDecl",
+ "name": "CodingKeys",
+ "printedName": "CodingKeys",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "eventName",
+ "printedName": "eventName",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMEvent.CodingKeys.Type) -> FBAEMKit.AEMEvent.CodingKeys",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO9eventNameyA2EmF",
+ "mangledName": "$s8FBAEMKit8AEMEventC10CodingKeysO9eventNameyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 0
+ },
+ {
+ "kind": "Var",
+ "name": "values",
+ "printedName": "values",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMEvent.CodingKeys.Type) -> FBAEMKit.AEMEvent.CodingKeys",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO6valuesyA2EmF",
+ "mangledName": "$s8FBAEMKit8AEMEventC10CodingKeysO6valuesyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 1
+ },
+ {
+ "kind": "Var",
+ "name": "currency",
+ "printedName": "currency",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMEvent.CodingKeys.Type) -> FBAEMKit.AEMEvent.CodingKeys",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO8currencyyA2EmF",
+ "mangledName": "$s8FBAEMKit8AEMEventC10CodingKeysO8currencyyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 2
+ },
+ {
+ "kind": "Var",
+ "name": "amount",
+ "printedName": "amount",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMEvent.CodingKeys.Type) -> FBAEMKit.AEMEvent.CodingKeys",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO6amountyA2EmF",
+ "mangledName": "$s8FBAEMKit8AEMEventC10CodingKeysO6amountyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 3
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(rawValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO8rawValueAESgSS_tcfc",
+ "mangledName": "$s8FBAEMKit8AEMEventC10CodingKeysO8rawValueAESgSS_tcfc",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Var",
+ "name": "rawValue",
+ "printedName": "rawValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO8rawValueSSvp",
+ "mangledName": "$s8FBAEMKit8AEMEventC10CodingKeysO8rawValueSSvp",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO8rawValueSSvg",
+ "mangledName": "$s8FBAEMKit8AEMEventC10CodingKeysO8rawValueSSvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "stringValue",
+ "printedName": "stringValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO11stringValueSSvp",
+ "mangledName": "$s8FBAEMKit8AEMEventC10CodingKeysO11stringValueSSvp",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO11stringValueSSvg",
+ "mangledName": "$s8FBAEMKit8AEMEventC10CodingKeysO11stringValueSSvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(stringValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO11stringValueAESgSS_tcfc",
+ "mangledName": "$s8FBAEMKit8AEMEventC10CodingKeysO11stringValueAESgSS_tcfc",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Var",
+ "name": "intValue",
+ "printedName": "intValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.Int?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO8intValueSiSgvp",
+ "mangledName": "$s8FBAEMKit8AEMEventC10CodingKeysO8intValueSiSgvp",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.Int?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO8intValueSiSgvg",
+ "mangledName": "$s8FBAEMKit8AEMEventC10CodingKeysO8intValueSiSgvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(intValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO8intValueAESgSi_tcfc",
+ "mangledName": "$s8FBAEMKit8AEMEventC10CodingKeysO8intValueAESgSi_tcfc",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Enum",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO",
+ "mangledName": "$s8FBAEMKit8AEMEventC10CodingKeysO",
+ "moduleName": "FBAEMKit",
+ "enumRawTypeName": "String",
+ "isEnumExhaustive": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "RawRepresentable",
+ "printedName": "RawRepresentable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "RawValue",
+ "printedName": "RawValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ]
+ }
+ ],
+ "usr": "s:SY",
+ "mangledName": "$sSY"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CodingKey",
+ "printedName": "CodingKey",
+ "usr": "s:s9CodingKeyP",
+ "mangledName": "$ss9CodingKeyP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "eventName",
+ "printedName": "eventName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit8AEMEventC9eventNameSSvp",
+ "mangledName": "$s8FBAEMKit8AEMEventC9eventNameSSvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage",
+ "SetterAccess"
+ ],
+ "fixedbinaryorder": 0,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit8AEMEventC9eventNameSSvg",
+ "mangledName": "$s8FBAEMKit8AEMEventC9eventNameSSvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "values",
+ "printedName": "values",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Swift.Double]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Swift.Double]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit8AEMEventC6valuesSDySSSdGSgvp",
+ "mangledName": "$s8FBAEMKit8AEMEventC6valuesSDySSSdGSgvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "SetterAccess"
+ ],
+ "fixedbinaryorder": 1,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Swift.Double]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Swift.Double]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit8AEMEventC6valuesSDySSSdGSgvg",
+ "mangledName": "$s8FBAEMKit8AEMEventC6valuesSDySSSdGSgvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(dict:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMEvent?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMEvent",
+ "printedName": "FBAEMKit.AEMEvent",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMEvent"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit8AEMEventC4dictACSgSDySSypGSg_tcfc",
+ "mangledName": "$s8FBAEMKit8AEMEventC4dictACSgSDySSypGSg_tcfc",
+ "moduleName": "FBAEMKit",
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Var",
+ "name": "supportsSecureCoding",
+ "printedName": "supportsSecureCoding",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMEvent(cpy)supportsSecureCoding",
+ "mangledName": "$s8FBAEMKit8AEMEventC20supportsSecureCodingSbvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "objc_name": "supportsSecureCoding",
+ "declAttributes": [
+ "Final",
+ "ObjC",
+ "RawDocComment"
+ ],
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMEvent(cm)supportsSecureCoding",
+ "mangledName": "$s8FBAEMKit8AEMEventC20supportsSecureCodingSbvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "objc_name": "supportsSecureCoding",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(coder:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMEvent?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMEvent",
+ "printedName": "FBAEMKit.AEMEvent",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMEvent"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "NSCoder",
+ "printedName": "Foundation.NSCoder",
+ "usr": "c:objc(cs)NSCoder"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMEvent(im)initWithCoder:",
+ "mangledName": "$s8FBAEMKit8AEMEventC5coderACSgSo7NSCoderC_tcfc",
+ "moduleName": "FBAEMKit",
+ "objc_name": "initWithCoder:",
+ "declAttributes": [
+ "ObjC",
+ "Convenience"
+ ],
+ "init_kind": "Convenience"
+ },
+ {
+ "kind": "Function",
+ "name": "encode",
+ "printedName": "encode(with:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "NSCoder",
+ "printedName": "Foundation.NSCoder",
+ "usr": "c:objc(cs)NSCoder"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMEvent(im)encodeWithCoder:",
+ "mangledName": "$s8FBAEMKit8AEMEventC6encode4withySo7NSCoderC_tF",
+ "moduleName": "FBAEMKit",
+ "objc_name": "encodeWithCoder:",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isEqual",
+ "printedName": "isEqual(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Any?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMEvent(im)isEqual:",
+ "mangledName": "$s8FBAEMKit8AEMEventC7isEqualySbypSgF",
+ "moduleName": "FBAEMKit",
+ "overriding": true,
+ "objc_name": "isEqual:",
+ "declAttributes": [
+ "Final",
+ "ObjC",
+ "Override",
+ "RawDocComment"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMEvent",
+ "printedName": "FBAEMKit.AEMEvent",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMEvent"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMEvent(im)init",
+ "mangledName": "$s8FBAEMKit8AEMEventCACycfc",
+ "moduleName": "FBAEMKit",
+ "overriding": true,
+ "implicit": true,
+ "objc_name": "init",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC",
+ "Override"
+ ],
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Class",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMEvent",
+ "mangledName": "$s8FBAEMKit8AEMEventC",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CommonCrypto.CommonHMAC",
+ "printedName": "CommonCrypto.CommonHMAC",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "FBSDKCoreKit_Basics",
+ "printedName": "FBSDKCoreKit_Basics",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit"
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMInvocation",
+ "printedName": "AEMInvocation",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "campaignID",
+ "printedName": "campaignID",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC10campaignIDSSvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC10campaignIDSSvp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasStorage",
+ "RawDocComment"
+ ],
+ "fixedbinaryorder": 0,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC10campaignIDSSvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC10campaignIDSSvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC10campaignIDSSvs",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC10campaignIDSSvs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC10campaignIDSSvM",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC10campaignIDSSvM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "acsToken",
+ "printedName": "acsToken",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC8acsTokenSSvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC8acsTokenSSvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 1,
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC8acsTokenSSvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC8acsTokenSSvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "acsSharedSecret",
+ "printedName": "acsSharedSecret",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC15acsSharedSecretSSSgvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC15acsSharedSecretSSSgvp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 2,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC15acsSharedSecretSSSgvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC15acsSharedSecretSSSgvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC15acsSharedSecretSSSgvs",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC15acsSharedSecretSSSgvs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC15acsSharedSecretSSSgvM",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC15acsSharedSecretSSSgvM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "acsConfigurationID",
+ "printedName": "acsConfigurationID",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC18acsConfigurationIDSSSgvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC18acsConfigurationIDSSSgvp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 3,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC18acsConfigurationIDSSSgvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC18acsConfigurationIDSSSgvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC18acsConfigurationIDSSSgvs",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC18acsConfigurationIDSSSgvs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC18acsConfigurationIDSSSgvM",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC18acsConfigurationIDSSSgvM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "businessID",
+ "printedName": "businessID",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC10businessIDSSSgvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC10businessIDSSSgvp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 4,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC10businessIDSSSgvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC10businessIDSSSgvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC10businessIDSSSgvs",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC10businessIDSSSgvs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC10businessIDSSSgvM",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC10businessIDSSSgvM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "catalogID",
+ "printedName": "catalogID",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC9catalogIDSSSgvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC9catalogIDSSSgvp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 5,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC9catalogIDSSSgvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC9catalogIDSSSgvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC9catalogIDSSSgvs",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC9catalogIDSSSgvs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC9catalogIDSSSgvM",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC9catalogIDSSSgvM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "isTestMode",
+ "printedName": "isTestMode",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC10isTestModeSbvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC10isTestModeSbvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 6,
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC10isTestModeSbvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC10isTestModeSbvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "hasStoreKitAdNetwork",
+ "printedName": "hasStoreKitAdNetwork",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC20hasStoreKitAdNetworkSbvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC20hasStoreKitAdNetworkSbvp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 7,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC20hasStoreKitAdNetworkSbvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC20hasStoreKitAdNetworkSbvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC20hasStoreKitAdNetworkSbvs",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC20hasStoreKitAdNetworkSbvs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC20hasStoreKitAdNetworkSbvM",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC20hasStoreKitAdNetworkSbvM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "isConversionFilteringEligible",
+ "printedName": "isConversionFilteringEligible",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC29isConversionFilteringEligibleSbvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC29isConversionFilteringEligibleSbvp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 8,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC29isConversionFilteringEligibleSbvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC29isConversionFilteringEligibleSbvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC29isConversionFilteringEligibleSbvs",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC29isConversionFilteringEligibleSbvs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC29isConversionFilteringEligibleSbvM",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC29isConversionFilteringEligibleSbvM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "timestamp",
+ "printedName": "timestamp",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Date",
+ "printedName": "Foundation.Date",
+ "usr": "s:10Foundation4DateV"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC9timestamp10Foundation4DateVvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC9timestamp10Foundation4DateVvp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasStorage",
+ "SetterAccess"
+ ],
+ "fixedbinaryorder": 9,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Date",
+ "printedName": "Foundation.Date",
+ "usr": "s:10Foundation4DateV"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC9timestamp10Foundation4DateVvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC9timestamp10Foundation4DateVvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "configurationMode",
+ "printedName": "configurationMode",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC17configurationModeSSvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC17configurationModeSSvp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasStorage",
+ "SetterAccess"
+ ],
+ "fixedbinaryorder": 10,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC17configurationModeSSvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC17configurationModeSSvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "configurationID",
+ "printedName": "configurationID",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC15configurationIDSivp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC15configurationIDSivp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasStorage",
+ "RawDocComment"
+ ],
+ "fixedbinaryorder": 11,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC15configurationIDSivg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC15configurationIDSivg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC15configurationIDSivs",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC15configurationIDSivs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC15configurationIDSivM",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC15configurationIDSivM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "recordedEvents",
+ "printedName": "recordedEvents",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Set",
+ "printedName": "Swift.Set",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sh"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC14recordedEventsShySSGvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC14recordedEventsShySSGvp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 12,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Set",
+ "printedName": "Swift.Set",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sh"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC14recordedEventsShySSGvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC14recordedEventsShySSGvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Set",
+ "printedName": "Swift.Set",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sh"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC14recordedEventsShySSGvs",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC14recordedEventsShySSGvs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC14recordedEventsShySSGvM",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC14recordedEventsShySSGvM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "recordedValues",
+ "printedName": "recordedValues",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [Swift.String : Any]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC14recordedValuesSDySSSDySSypGGvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC14recordedValuesSDySSSDySSypGGvp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 13,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [Swift.String : Any]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC14recordedValuesSDySSSDySSypGGvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC14recordedValuesSDySSSDySSypGGvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [Swift.String : Any]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC14recordedValuesSDySSSDySSypGGvs",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC14recordedValuesSDySSSDySSypGGvs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC14recordedValuesSDySSSDySSypGGvM",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC14recordedValuesSDySSSDySSypGGvM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "conversionValue",
+ "printedName": "conversionValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC15conversionValueSivp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC15conversionValueSivp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 14,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC15conversionValueSivg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC15conversionValueSivg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC15conversionValueSivs",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC15conversionValueSivs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC15conversionValueSivM",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC15conversionValueSivM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "priority",
+ "printedName": "priority",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC8prioritySivp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC8prioritySivp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 15,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC8prioritySivg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC8prioritySivg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC8prioritySivs",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC8prioritySivs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC8prioritySivM",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC8prioritySivM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "conversionTimestamp",
+ "printedName": "conversionTimestamp",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Date?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Date",
+ "printedName": "Foundation.Date",
+ "usr": "s:10Foundation4DateV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC19conversionTimestamp10Foundation4DateVSgvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC19conversionTimestamp10Foundation4DateVSgvp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 16,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Date?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Date",
+ "printedName": "Foundation.Date",
+ "usr": "s:10Foundation4DateV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC19conversionTimestamp10Foundation4DateVSgvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC19conversionTimestamp10Foundation4DateVSgvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Date?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Date",
+ "printedName": "Foundation.Date",
+ "usr": "s:10Foundation4DateV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC19conversionTimestamp10Foundation4DateVSgvs",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC19conversionTimestamp10Foundation4DateVSgvs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC19conversionTimestamp10Foundation4DateVSgvM",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC19conversionTimestamp10Foundation4DateVSgvM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "isAggregated",
+ "printedName": "isAggregated",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC12isAggregatedSbvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC12isAggregatedSbvp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 17,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC12isAggregatedSbvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC12isAggregatedSbvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC12isAggregatedSbvs",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC12isAggregatedSbvs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC12isAggregatedSbvM",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC12isAggregatedSbvM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "ConfigurationMode",
+ "printedName": "ConfigurationMode",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "default",
+ "printedName": "default",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMInvocation.ConfigurationMode.Type) -> FBAEMKit.AEMInvocation.ConfigurationMode",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ConfigurationMode",
+ "printedName": "FBAEMKit.AEMInvocation.ConfigurationMode",
+ "usr": "s:8FBAEMKit13AEMInvocationC17ConfigurationModeO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMInvocation.ConfigurationMode.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ConfigurationMode",
+ "printedName": "FBAEMKit.AEMInvocation.ConfigurationMode",
+ "usr": "s:8FBAEMKit13AEMInvocationC17ConfigurationModeO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit13AEMInvocationC17ConfigurationModeO7defaultyA2EmF",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC17ConfigurationModeO7defaultyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 0
+ },
+ {
+ "kind": "Var",
+ "name": "brand",
+ "printedName": "brand",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMInvocation.ConfigurationMode.Type) -> FBAEMKit.AEMInvocation.ConfigurationMode",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ConfigurationMode",
+ "printedName": "FBAEMKit.AEMInvocation.ConfigurationMode",
+ "usr": "s:8FBAEMKit13AEMInvocationC17ConfigurationModeO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMInvocation.ConfigurationMode.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ConfigurationMode",
+ "printedName": "FBAEMKit.AEMInvocation.ConfigurationMode",
+ "usr": "s:8FBAEMKit13AEMInvocationC17ConfigurationModeO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit13AEMInvocationC17ConfigurationModeO5brandyA2EmF",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC17ConfigurationModeO5brandyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 1
+ },
+ {
+ "kind": "Var",
+ "name": "cpas",
+ "printedName": "cpas",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMInvocation.ConfigurationMode.Type) -> FBAEMKit.AEMInvocation.ConfigurationMode",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ConfigurationMode",
+ "printedName": "FBAEMKit.AEMInvocation.ConfigurationMode",
+ "usr": "s:8FBAEMKit13AEMInvocationC17ConfigurationModeO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMInvocation.ConfigurationMode.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ConfigurationMode",
+ "printedName": "FBAEMKit.AEMInvocation.ConfigurationMode",
+ "usr": "s:8FBAEMKit13AEMInvocationC17ConfigurationModeO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit13AEMInvocationC17ConfigurationModeO4cpasyA2EmF",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC17ConfigurationModeO4cpasyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 2
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(rawValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMInvocation.ConfigurationMode?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ConfigurationMode",
+ "printedName": "FBAEMKit.AEMInvocation.ConfigurationMode",
+ "usr": "s:8FBAEMKit13AEMInvocationC17ConfigurationModeO"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit13AEMInvocationC17ConfigurationModeO8rawValueAESgSS_tcfc",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC17ConfigurationModeO8rawValueAESgSS_tcfc",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Var",
+ "name": "rawValue",
+ "printedName": "rawValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC17ConfigurationModeO8rawValueSSvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC17ConfigurationModeO8rawValueSSvp",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC17ConfigurationModeO8rawValueSSvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC17ConfigurationModeO8rawValueSSvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ }
+ ],
+ "declKind": "Enum",
+ "usr": "s:8FBAEMKit13AEMInvocationC17ConfigurationModeO",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC17ConfigurationModeO",
+ "moduleName": "FBAEMKit",
+ "enumRawTypeName": "String",
+ "isEnumExhaustive": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "RawRepresentable",
+ "printedName": "RawRepresentable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "RawValue",
+ "printedName": "RawValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ]
+ }
+ ],
+ "usr": "s:SY",
+ "mangledName": "$sSY"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(appLinkData:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMInvocation?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.AnyHashable : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.AnyHashable : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AnyHashable",
+ "printedName": "Swift.AnyHashable",
+ "usr": "s:s11AnyHashableV"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit13AEMInvocationC11appLinkDataACSgSDys11AnyHashableVypGSg_tcfc",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC11appLinkDataACSgSDys11AnyHashableVypGSg_tcfc",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Convenience"
+ ],
+ "init_kind": "Convenience"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(campaignID:acsToken:acsSharedSecret:acsConfigurationID:businessID:catalogID:isTestMode:hasStoreKitAdNetwork:isConversionFilteringEligible:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMInvocation?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit13AEMInvocationC10campaignID8acsToken0E12SharedSecret0e13ConfigurationD008businessD007catalogD010isTestMode20hasStoreKitAdNetwork0L27ConversionFilteringEligibleACSgSS_S2SSgA3NS3btcfc",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC10campaignID8acsToken0E12SharedSecret0e13ConfigurationD008businessD007catalogD010isTestMode20hasStoreKitAdNetwork0L27ConversionFilteringEligibleACSgSS_S2SSgA3NS3btcfc",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Convenience"
+ ],
+ "init_kind": "Convenience"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(campaignID:acsToken:acsSharedSecret:acsConfigurationID:businessID:catalogID:timestamp:configurationMode:configurationID:recordedEvents:recordedValues:conversionValue:priority:conversionTimestamp:isAggregated:isTestMode:hasStoreKitAdNetwork:isConversionFilteringEligible:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMInvocation?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Date?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Date",
+ "printedName": "Foundation.Date",
+ "usr": "s:10Foundation4DateV"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.Set?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Set",
+ "printedName": "Swift.Set",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sh"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : [Swift.String : Any]]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [Swift.String : Any]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Date?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Date",
+ "printedName": "Foundation.Date",
+ "usr": "s:10Foundation4DateV"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit13AEMInvocationC10campaignID8acsToken0E12SharedSecret0e13ConfigurationD008businessD007catalogD09timestamp17configurationMode0mD014recordedEvents0O6Values15conversionValue8priority0R9Timestamp12isAggregated0v4TestN020hasStoreKitAdNetwork0V27ConversionFilteringEligibleACSgSS_S2SSgA3W10Foundation4DateVSgSSSiShySSGSgSDySSSDySSypGGSgS2iA_S4btcfc",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC10campaignID8acsToken0E12SharedSecret0e13ConfigurationD008businessD007catalogD09timestamp17configurationMode0mD014recordedEvents0O6Values15conversionValue8priority0R9Timestamp12isAggregated0v4TestN020hasStoreKitAdNetwork0V27ConversionFilteringEligibleACSgSS_S2SSgA3W10Foundation4DateVSgSSSiShySSGSgSDySSSDySSypGGSgS2iA_S4btcfc",
+ "moduleName": "FBAEMKit",
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Function",
+ "name": "attributeEvent",
+ "printedName": "attributeEvent(_:currency:value:parameters:configurations:shouldUpdateCache:isRuleMatchInServer:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.NSNumber?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSNumber",
+ "printedName": "Foundation.NSNumber",
+ "usr": "c:objc(cs)NSNumber"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMConfiguration]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit13AEMInvocationC14attributeEvent_8currency5value10parameters14configurations17shouldUpdateCache19isRuleMatchInServerSbSS_SSSgSo8NSNumberCSgSDySSypGSgSDySSSayAA16AEMConfigurationCGGSgS2btF",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC14attributeEvent_8currency5value10parameters14configurations17shouldUpdateCache19isRuleMatchInServerSbSS_SSSgSo8NSNumberCSgSDySSypGSgSDySSSayAA16AEMConfigurationCGGSgS2btF",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "DiscardableResult"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "updateConversionValue",
+ "printedName": "updateConversionValue(configurations:event:shouldBoostPriority:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMConfiguration]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit13AEMInvocationC21updateConversionValue14configurations5event19shouldBoostPrioritySbSDySSSayAA16AEMConfigurationCGGSg_SSSbtF",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC21updateConversionValue14configurations5event19shouldBoostPrioritySbSDySSSayAA16AEMConfigurationCGGSg_SSSbtF",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isOptimizedEvent",
+ "printedName": "isOptimizedEvent(_:configurations:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMConfiguration]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit13AEMInvocationC16isOptimizedEvent_14configurationsSbSS_SDySSSayAA16AEMConfigurationCGGSgtF",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC16isOptimizedEvent_14configurationsSbSS_SDySSSayAA16AEMConfigurationCGGSgtF",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isOutOfWindow",
+ "printedName": "isOutOfWindow(configurations:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMConfiguration]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit13AEMInvocationC13isOutOfWindow14configurationsSbSDySSSayAA16AEMConfigurationCGGSg_tF",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC13isOutOfWindow14configurationsSbSDySSSayAA16AEMConfigurationCGGSg_tF",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "getHMAC",
+ "printedName": "getHMAC(delay:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit13AEMInvocationC7getHMAC5delaySSSgSi_tF",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC7getHMAC5delaySSSgSi_tF",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "RawDocComment"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "decodeBase64URLSafeString",
+ "printedName": "decodeBase64URLSafeString(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Data?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit13AEMInvocationC25decodeBase64URLSafeStringy10Foundation4DataVSgSSF",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC25decodeBase64URLSafeStringy10Foundation4DataVSgSSF",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "getProcessedParameters",
+ "printedName": "getProcessedParameters(from:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit13AEMInvocationC22getProcessedParameters4fromSDySSypGSgAG_tF",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC22getProcessedParameters4fromSDySSypGSgAG_tF",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "findConfiguration",
+ "printedName": "findConfiguration(in:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMConfiguration?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMConfiguration]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit13AEMInvocationC17findConfiguration2inAA16AEMConfigurationCSgSDySSSayAGGGSg_tF",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC17findConfiguration2inAA16AEMConfigurationCSgSDySSSayAGGGSg_tF",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "getConfigurationList",
+ "printedName": "getConfigurationList(mode:configurations:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMConfiguration]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "usr": "s:Sa"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ConfigurationMode",
+ "printedName": "FBAEMKit.AEMInvocation.ConfigurationMode",
+ "usr": "s:8FBAEMKit13AEMInvocationC17ConfigurationModeO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMConfiguration]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit13AEMInvocationC20getConfigurationList4mode14configurationsSayAA16AEMConfigurationCGAC0D4ModeO_SDySSAIGSgtF",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC20getConfigurationList4mode14configurationsSayAA16AEMConfigurationCGAC0D4ModeO_SDySSAIGSgtF",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "setConfiguration",
+ "printedName": "setConfiguration(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit13AEMInvocationC16setConfigurationyyAA16AEMConfigurationCF",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC16setConfigurationyyAA16AEMConfigurationCF",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Var",
+ "name": "supportsSecureCoding",
+ "printedName": "supportsSecureCoding",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation(cpy)supportsSecureCoding",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC20supportsSecureCodingSbvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "objc_name": "supportsSecureCoding",
+ "declAttributes": [
+ "Final",
+ "ObjC",
+ "RawDocComment"
+ ],
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation(cm)supportsSecureCoding",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC20supportsSecureCodingSbvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "objc_name": "supportsSecureCoding",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(coder:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMInvocation?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "NSCoder",
+ "printedName": "Foundation.NSCoder",
+ "usr": "c:objc(cs)NSCoder"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation(im)initWithCoder:",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC5coderACSgSo7NSCoderC_tcfc",
+ "moduleName": "FBAEMKit",
+ "objc_name": "initWithCoder:",
+ "declAttributes": [
+ "ObjC",
+ "Required"
+ ],
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Function",
+ "name": "encode",
+ "printedName": "encode(with:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "NSCoder",
+ "printedName": "Foundation.NSCoder",
+ "usr": "c:objc(cs)NSCoder"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation(im)encodeWithCoder:",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC6encode4withySo7NSCoderC_tF",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "objc_name": "encodeWithCoder:",
+ "declAttributes": [
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation(im)init",
+ "mangledName": "$s8FBAEMKit13AEMInvocationCACycfc",
+ "moduleName": "FBAEMKit",
+ "overriding": true,
+ "implicit": true,
+ "objc_name": "init",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC",
+ "Override"
+ ],
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Class",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "ObjC"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "FBSDKCoreKit_Basics",
+ "printedName": "FBSDKCoreKit_Basics",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit"
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMNetworker",
+ "printedName": "AEMNetworker",
+ "children": [
+ {
+ "kind": "TypeDecl",
+ "name": "Error",
+ "printedName": "Error",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "missingOperationQueue",
+ "printedName": "missingOperationQueue",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMNetworker.Error.Type) -> FBAEMKit.AEMNetworker.Error",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Error",
+ "printedName": "FBAEMKit.AEMNetworker.Error",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMNetworker.Error.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Error",
+ "printedName": "FBAEMKit.AEMNetworker.Error",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO21missingOperationQueueyA2EmF",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC5ErrorO21missingOperationQueueyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 0
+ },
+ {
+ "kind": "Var",
+ "name": "failedToCreateURL",
+ "printedName": "failedToCreateURL",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMNetworker.Error.Type) -> FBAEMKit.AEMNetworker.Error",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Error",
+ "printedName": "FBAEMKit.AEMNetworker.Error",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMNetworker.Error.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Error",
+ "printedName": "FBAEMKit.AEMNetworker.Error",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO17failedToCreateURLyA2EmF",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC5ErrorO17failedToCreateURLyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 1
+ },
+ {
+ "kind": "Var",
+ "name": "failedToParseJSON",
+ "printedName": "failedToParseJSON",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMNetworker.Error.Type) -> FBAEMKit.AEMNetworker.Error",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Error",
+ "printedName": "FBAEMKit.AEMNetworker.Error",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMNetworker.Error.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Error",
+ "printedName": "FBAEMKit.AEMNetworker.Error",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO17failedToParseJSONyA2EmF",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC5ErrorO17failedToParseJSONyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 2
+ },
+ {
+ "kind": "Function",
+ "name": "==",
+ "printedName": "==(_:_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Error",
+ "printedName": "FBAEMKit.AEMNetworker.Error",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Error",
+ "printedName": "FBAEMKit.AEMNetworker.Error",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO2eeoiySbAE_AEtFZ",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC5ErrorO2eeoiySbAE_AEtFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Var",
+ "name": "hashValue",
+ "printedName": "hashValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO9hashValueSivp",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC5ErrorO9hashValueSivp",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO9hashValueSivg",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC5ErrorO9hashValueSivg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Function",
+ "name": "hash",
+ "printedName": "hash(into:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Hasher",
+ "printedName": "Swift.Hasher",
+ "paramValueOwnership": "InOut",
+ "usr": "s:s6HasherV"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO4hash4intoys6HasherVz_tF",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC5ErrorO4hash4intoys6HasherVz_tF",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "funcSelfKind": "NonMutating"
+ }
+ ],
+ "declKind": "Enum",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC5ErrorO",
+ "moduleName": "FBAEMKit",
+ "isEnumExhaustive": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Error",
+ "printedName": "Error",
+ "usr": "s:s5ErrorP",
+ "mangledName": "$ss5ErrorP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "userAgentSuffix",
+ "printedName": "userAgentSuffix",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit12AEMNetworkerC15userAgentSuffixSSSgvp",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC15userAgentSuffixSSSgvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 0,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit12AEMNetworkerC15userAgentSuffixSSSgvg",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC15userAgentSuffixSSSgvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit12AEMNetworkerC15userAgentSuffixSSSgvs",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC15userAgentSuffixSSSgvs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit12AEMNetworkerC15userAgentSuffixSSSgvM",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC15userAgentSuffixSSSgvM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "userAgent",
+ "printedName": "userAgent",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit12AEMNetworkerC9userAgentSSvp",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC9userAgentSSvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "Lazy"
+ ],
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit12AEMNetworkerC9userAgentSSvg",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC9userAgentSSvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit12AEMNetworkerC9userAgentSSvs",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC9userAgentSSvs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit12AEMNetworkerC9userAgentSSvM",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC9userAgentSSvM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "$__lazy_storage_$_userAgent",
+ "printedName": "$__lazy_storage_$_userAgent",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit12AEMNetworkerC27$__lazy_storage_$_userAgent33_CA5D0A8FEAF39482D34FF23ED31512AELLSSSgvp",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC27$__lazy_storage_$_userAgent33_CA5D0A8FEAF39482D34FF23ED31512AELLSSSgvp",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isInternal": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "HasStorage",
+ "Final"
+ ],
+ "fixedbinaryorder": 1,
+ "hasStorage": true
+ },
+ {
+ "kind": "Function",
+ "name": "startGraphRequest",
+ "printedName": "startGraphRequest(withGraphPath:parameters:tokenString:httpMethod:completion:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Any?, (any Swift.Error)?) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Tuple",
+ "printedName": "(Any?, (any Swift.Error)?)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Any?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any Swift.Error)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Error",
+ "printedName": "any Swift.Error",
+ "usr": "s:s5ErrorP"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMNetworker(im)startGraphRequestWithGraphPath:parameters:tokenString:HTTPMethod:completion:",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC17startGraphRequest04withD4Path10parameters11tokenString10httpMethod10completionySS_SDySSypGSSSgAKyypSg_s5Error_pSgtctF",
+ "moduleName": "FBAEMKit",
+ "objc_name": "startGraphRequestWithGraphPath:parameters:tokenString:HTTPMethod:completion:",
+ "declAttributes": [
+ "Final",
+ "ObjC",
+ "RawDocComment"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "parseJSONResponse",
+ "printedName": "parseJSONResponse(data:error:statusCode:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Data?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any Swift.Error)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Error",
+ "printedName": "any Swift.Error",
+ "usr": "s:s5ErrorP"
+ }
+ ],
+ "paramValueOwnership": "InOut",
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit12AEMNetworkerC17parseJSONResponse4data5error10statusCodeSDySSypG10Foundation4DataVSg_s5Error_pSgzSitF",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC17parseJSONResponse4data5error10statusCodeSDySSypG10Foundation4DataVSg_s5Error_pSgzSitF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "parseJSONOrOtherwise",
+ "printedName": "parseJSONOrOtherwise(unsafeString:error:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Any?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any Swift.Error)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Error",
+ "printedName": "any Swift.Error",
+ "usr": "s:s5ErrorP"
+ }
+ ],
+ "paramValueOwnership": "InOut",
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit12AEMNetworkerC20parseJSONOrOtherwise12unsafeString5errorypSgSSSg_s5Error_pSgztF",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC20parseJSONOrOtherwise12unsafeString5errorypSgSSSg_s5Error_pSgztF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "appendAttachments",
+ "printedName": "appendAttachments(attachments:toBody:addFormData:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "AEMRequestBody",
+ "printedName": "FBAEMKit.AEMRequestBody",
+ "usr": "s:8FBAEMKit14AEMRequestBodyC"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit12AEMNetworkerC17appendAttachments11attachments6toBody11addFormDataySDySSypG_AA010AEMRequestG0CSbtF",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC17appendAttachments11attachments6toBody11addFormDataySDySSypG_AA010AEMRequestG0CSbtF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMNetworker",
+ "printedName": "FBAEMKit.AEMNetworker",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMNetworker"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMNetworker(im)init",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerCACycfc",
+ "moduleName": "FBAEMKit",
+ "overriding": true,
+ "implicit": true,
+ "objc_name": "init",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC",
+ "Override"
+ ],
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Class",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMNetworker",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "AEMNetworking",
+ "printedName": "AEMNetworking",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBAEMNetworking",
+ "mangledName": "$s8FBAEMKit13AEMNetworkingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMNetworking",
+ "printedName": "AEMNetworking",
+ "children": [
+ {
+ "kind": "Function",
+ "name": "startGraphRequest",
+ "printedName": "startGraphRequest(withGraphPath:parameters:tokenString:httpMethod:completion:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Any?, (any Swift.Error)?) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Tuple",
+ "printedName": "(Any?, (any Swift.Error)?)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Any?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any Swift.Error)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Error",
+ "printedName": "any Swift.Error",
+ "usr": "s:s5ErrorP"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBAEMNetworking(im)startGraphRequestWithGraphPath:parameters:tokenString:HTTPMethod:completion:",
+ "mangledName": "$s8FBAEMKit13AEMNetworkingP17startGraphRequest04withD4Path10parameters11tokenString10httpMethod10completionySS_SDySSypGSSSgAKyypSg_s5Error_pSgtctF",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0 where τ_0_0 : FBAEMKit.AEMNetworking>",
+ "sugared_genericSig": "",
+ "protocolReq": true,
+ "objc_name": "startGraphRequestWithGraphPath:parameters:tokenString:HTTPMethod:completion:",
+ "declAttributes": [
+ "ObjC"
+ ],
+ "reqNewWitnessTableEntry": true,
+ "funcSelfKind": "NonMutating"
+ }
+ ],
+ "declKind": "Protocol",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBAEMNetworking",
+ "mangledName": "$s8FBAEMKit13AEMNetworkingP",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0 : AnyObject>",
+ "sugared_genericSig": "",
+ "objc_name": "FBAEMNetworking",
+ "declAttributes": [
+ "AccessControl",
+ "ObjC"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "FBSDKCoreKit_Basics",
+ "printedName": "FBSDKCoreKit_Basics",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit"
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMReporter",
+ "printedName": "AEMReporter",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "networker",
+ "printedName": "networker",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.AEMNetworking)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMNetworking",
+ "printedName": "any FBAEMKit.AEMNetworking",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBAEMNetworking"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)networker",
+ "mangledName": "$s8FBAEMKit11AEMReporterC9networkerAA13AEMNetworking_pSgvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.AEMNetworking)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMNetworking",
+ "printedName": "any FBAEMKit.AEMNetworking",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBAEMNetworking"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)networker",
+ "mangledName": "$s8FBAEMKit11AEMReporterC9networkerAA13AEMNetworking_pSgvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.AEMNetworking)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMNetworking",
+ "printedName": "any FBAEMKit.AEMNetworking",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBAEMNetworking"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setNetworker:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC9networkerAA13AEMNetworking_pSgvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC9networkerAA13AEMNetworking_pSgvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC9networkerAA13AEMNetworking_pSgvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "appID",
+ "printedName": "appID",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)appID",
+ "mangledName": "$s8FBAEMKit11AEMReporterC5appIDSSSgvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)appID",
+ "mangledName": "$s8FBAEMKit11AEMReporterC5appIDSSSgvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setAppID:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC5appIDSSSgvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC5appIDSSSgvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC5appIDSSSgvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "nullAppID",
+ "printedName": "nullAppID",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)nullAppID",
+ "mangledName": "$s8FBAEMKit11AEMReporterC9nullAppIDSSvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)nullAppID",
+ "mangledName": "$s8FBAEMKit11AEMReporterC9nullAppIDSSvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "analyticsAppID",
+ "printedName": "analyticsAppID",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)analyticsAppID",
+ "mangledName": "$s8FBAEMKit11AEMReporterC14analyticsAppIDSSSgvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "RawDocComment",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)analyticsAppID",
+ "mangledName": "$s8FBAEMKit11AEMReporterC14analyticsAppIDSSSgvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setAnalyticsAppID:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC14analyticsAppIDSSSgvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC14analyticsAppIDSSSgvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC14analyticsAppIDSSSgvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "reporter",
+ "printedName": "reporter",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.SKAdNetworkReporting)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SKAdNetworkReporting",
+ "printedName": "any FBAEMKit.SKAdNetworkReporting",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBSKAdNetworkReporting"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)reporter",
+ "mangledName": "$s8FBAEMKit11AEMReporterC8reporterAA20SKAdNetworkReporting_pSgvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.SKAdNetworkReporting)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SKAdNetworkReporting",
+ "printedName": "any FBAEMKit.SKAdNetworkReporting",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBSKAdNetworkReporting"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)reporter",
+ "mangledName": "$s8FBAEMKit11AEMReporterC8reporterAA20SKAdNetworkReporting_pSgvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.SKAdNetworkReporting)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SKAdNetworkReporting",
+ "printedName": "any FBAEMKit.SKAdNetworkReporting",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBSKAdNetworkReporting"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setReporter:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC8reporterAA20SKAdNetworkReporting_pSgvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC8reporterAA20SKAdNetworkReporting_pSgvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC8reporterAA20SKAdNetworkReporting_pSgvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "dataStore",
+ "printedName": "dataStore",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBSDKCoreKit_Basics.DataPersisting)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DataPersisting",
+ "printedName": "any FBSDKCoreKit_Basics.DataPersisting",
+ "usr": "c:objc(pl)FBSDKDataPersisting"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)dataStore",
+ "mangledName": "$s8FBAEMKit11AEMReporterC9dataStoreSo19FBSDKDataPersisting_pSgvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBSDKCoreKit_Basics.DataPersisting)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DataPersisting",
+ "printedName": "any FBSDKCoreKit_Basics.DataPersisting",
+ "usr": "c:objc(pl)FBSDKDataPersisting"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)dataStore",
+ "mangledName": "$s8FBAEMKit11AEMReporterC9dataStoreSo19FBSDKDataPersisting_pSgvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBSDKCoreKit_Basics.DataPersisting)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DataPersisting",
+ "printedName": "any FBSDKCoreKit_Basics.DataPersisting",
+ "usr": "c:objc(pl)FBSDKDataPersisting"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setDataStore:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC9dataStoreSo19FBSDKDataPersisting_pSgvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC9dataStoreSo19FBSDKDataPersisting_pSgvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC9dataStoreSo19FBSDKDataPersisting_pSgvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "isAEMReportEnabled",
+ "printedName": "isAEMReportEnabled",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)isAEMReportEnabled",
+ "mangledName": "$s8FBAEMKit11AEMReporterC18isAEMReportEnabledSbvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)isAEMReportEnabled",
+ "mangledName": "$s8FBAEMKit11AEMReporterC18isAEMReportEnabledSbvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setIsAEMReportEnabled:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC18isAEMReportEnabledSbvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC18isAEMReportEnabledSbvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC18isAEMReportEnabledSbvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "isLoadingConfiguration",
+ "printedName": "isLoadingConfiguration",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)isLoadingConfiguration",
+ "mangledName": "$s8FBAEMKit11AEMReporterC22isLoadingConfigurationSbvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)isLoadingConfiguration",
+ "mangledName": "$s8FBAEMKit11AEMReporterC22isLoadingConfigurationSbvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setIsLoadingConfiguration:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC22isLoadingConfigurationSbvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC22isLoadingConfigurationSbvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC22isLoadingConfigurationSbvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "isConversionFilteringEnabled",
+ "printedName": "isConversionFilteringEnabled",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)isConversionFilteringEnabled",
+ "mangledName": "$s8FBAEMKit11AEMReporterC28isConversionFilteringEnabledSbvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)isConversionFilteringEnabled",
+ "mangledName": "$s8FBAEMKit11AEMReporterC28isConversionFilteringEnabledSbvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setIsConversionFilteringEnabled:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC28isConversionFilteringEnabledSbvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC28isConversionFilteringEnabledSbvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC28isConversionFilteringEnabledSbvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "isCatalogMatchingEnabled",
+ "printedName": "isCatalogMatchingEnabled",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)isCatalogMatchingEnabled",
+ "mangledName": "$s8FBAEMKit11AEMReporterC24isCatalogMatchingEnabledSbvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)isCatalogMatchingEnabled",
+ "mangledName": "$s8FBAEMKit11AEMReporterC24isCatalogMatchingEnabledSbvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setIsCatalogMatchingEnabled:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC24isCatalogMatchingEnabledSbvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC24isCatalogMatchingEnabledSbvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC24isCatalogMatchingEnabledSbvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "isAdvertiserRuleMatchInServerEnabled",
+ "printedName": "isAdvertiserRuleMatchInServerEnabled",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)isAdvertiserRuleMatchInServerEnabled",
+ "mangledName": "$s8FBAEMKit11AEMReporterC36isAdvertiserRuleMatchInServerEnabledSbvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)isAdvertiserRuleMatchInServerEnabled",
+ "mangledName": "$s8FBAEMKit11AEMReporterC36isAdvertiserRuleMatchInServerEnabledSbvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setIsAdvertiserRuleMatchInServerEnabled:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC36isAdvertiserRuleMatchInServerEnabledSbvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC36isAdvertiserRuleMatchInServerEnabledSbvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC36isAdvertiserRuleMatchInServerEnabledSbvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "serialQueue",
+ "printedName": "serialQueue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DispatchQueue",
+ "printedName": "Dispatch.DispatchQueue",
+ "usr": "c:objc(cs)OS_dispatch_queue"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)serialQueue",
+ "mangledName": "$s8FBAEMKit11AEMReporterC11serialQueueSo17OS_dispatch_queueCvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DispatchQueue",
+ "printedName": "Dispatch.DispatchQueue",
+ "usr": "c:objc(cs)OS_dispatch_queue"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)serialQueue",
+ "mangledName": "$s8FBAEMKit11AEMReporterC11serialQueueSo17OS_dispatch_queueCvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "DispatchQueue",
+ "printedName": "Dispatch.DispatchQueue",
+ "usr": "c:objc(cs)OS_dispatch_queue"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setSerialQueue:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC11serialQueueSo17OS_dispatch_queueCvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC11serialQueueSo17OS_dispatch_queueCvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC11serialQueueSo17OS_dispatch_queueCvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "reportFile",
+ "printedName": "reportFile",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)reportFile",
+ "mangledName": "$s8FBAEMKit11AEMReporterC10reportFileSSSgvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)reportFile",
+ "mangledName": "$s8FBAEMKit11AEMReporterC10reportFileSSSgvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setReportFile:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC10reportFileSSSgvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC10reportFileSSSgvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC10reportFileSSSgvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "configurations",
+ "printedName": "configurations",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMConfiguration]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)configurations",
+ "mangledName": "$s8FBAEMKit11AEMReporterC14configurationsSDySSSayAA16AEMConfigurationCGGvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMConfiguration]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)configurations",
+ "mangledName": "$s8FBAEMKit11AEMReporterC14configurationsSDySSSayAA16AEMConfigurationCGGvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMConfiguration]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setConfigurations:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC14configurationsSDySSSayAA16AEMConfigurationCGGvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC14configurationsSDySSSayAA16AEMConfigurationCGGvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC14configurationsSDySSSayAA16AEMConfigurationCGGvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "invocations",
+ "printedName": "invocations",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMInvocation]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)invocations",
+ "mangledName": "$s8FBAEMKit11AEMReporterC11invocationsSayAA13AEMInvocationCGvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMInvocation]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)invocations",
+ "mangledName": "$s8FBAEMKit11AEMReporterC11invocationsSayAA13AEMInvocationCGvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMInvocation]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setInvocations:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC11invocationsSayAA13AEMInvocationCGvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC11invocationsSayAA13AEMInvocationCGvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC11invocationsSayAA13AEMInvocationCGvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "configRefreshTimestamp",
+ "printedName": "configRefreshTimestamp",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Date?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Date",
+ "printedName": "Foundation.Date",
+ "usr": "s:10Foundation4DateV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)configRefreshTimestamp",
+ "mangledName": "$s8FBAEMKit11AEMReporterC22configRefreshTimestamp10Foundation4DateVSgvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Date?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Date",
+ "printedName": "Foundation.Date",
+ "usr": "s:10Foundation4DateV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)configRefreshTimestamp",
+ "mangledName": "$s8FBAEMKit11AEMReporterC22configRefreshTimestamp10Foundation4DateVSgvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Date?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Date",
+ "printedName": "Foundation.Date",
+ "usr": "s:10Foundation4DateV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setConfigRefreshTimestamp:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC22configRefreshTimestamp10Foundation4DateVSgvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC22configRefreshTimestamp10Foundation4DateVSgvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC22configRefreshTimestamp10Foundation4DateVSgvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "minAggregationRequestTimestamp",
+ "printedName": "minAggregationRequestTimestamp",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Date?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Date",
+ "printedName": "Foundation.Date",
+ "usr": "s:10Foundation4DateV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)minAggregationRequestTimestamp",
+ "mangledName": "$s8FBAEMKit11AEMReporterC30minAggregationRequestTimestamp10Foundation4DateVSgvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Date?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Date",
+ "printedName": "Foundation.Date",
+ "usr": "s:10Foundation4DateV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)minAggregationRequestTimestamp",
+ "mangledName": "$s8FBAEMKit11AEMReporterC30minAggregationRequestTimestamp10Foundation4DateVSgvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Date?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Date",
+ "printedName": "Foundation.Date",
+ "usr": "s:10Foundation4DateV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setMinAggregationRequestTimestamp:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC30minAggregationRequestTimestamp10Foundation4DateVSgvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC30minAggregationRequestTimestamp10Foundation4DateVSgvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC30minAggregationRequestTimestamp10Foundation4DateVSgvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "completionBlocks",
+ "printedName": "completionBlocks",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[(Foundation.NSError?) -> ()]",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Foundation.NSError?) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.NSError?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSError",
+ "printedName": "Foundation.NSError",
+ "usr": "c:objc(cs)NSError"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit11AEMReporterC16completionBlocksSayySo7NSErrorCSgcGvpZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC16completionBlocksSayySo7NSErrorCSgcGvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[(Foundation.NSError?) -> ()]",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Foundation.NSError?) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.NSError?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSError",
+ "printedName": "Foundation.NSError",
+ "usr": "c:objc(cs)NSError"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC16completionBlocksSayySo7NSErrorCSgcGvgZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC16completionBlocksSayySo7NSErrorCSgcGvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[(Foundation.NSError?) -> ()]",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Foundation.NSError?) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.NSError?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSError",
+ "printedName": "Foundation.NSError",
+ "usr": "c:objc(cs)NSError"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC16completionBlocksSayySo7NSErrorCSgcGvsZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC16completionBlocksSayySo7NSErrorCSgcGvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC16completionBlocksSayySo7NSErrorCSgcGvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC16completionBlocksSayySo7NSErrorCSgcGvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Function",
+ "name": "configure",
+ "printedName": "configure(networker:appID:reporter:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.AEMNetworking)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMNetworking",
+ "printedName": "any FBAEMKit.AEMNetworking",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBAEMNetworking"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.SKAdNetworkReporting)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SKAdNetworkReporting",
+ "printedName": "any FBAEMKit.SKAdNetworkReporting",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBSKAdNetworkReporting"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)configureWithNetworker:appID:reporter:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC9configure9networker5appID8reporteryAA13AEMNetworking_pSg_SSSgAA20SKAdNetworkReporting_pSgtFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "AccessControl",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "configure",
+ "printedName": "configure(networker:appID:reporter:analyticsAppID:store:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.AEMNetworking)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMNetworking",
+ "printedName": "any FBAEMKit.AEMNetworking",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBAEMNetworking"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.SKAdNetworkReporting)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SKAdNetworkReporting",
+ "printedName": "any FBAEMKit.SKAdNetworkReporting",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBSKAdNetworkReporting"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBSDKCoreKit_Basics.DataPersisting)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DataPersisting",
+ "printedName": "any FBSDKCoreKit_Basics.DataPersisting",
+ "usr": "c:objc(pl)FBSDKDataPersisting"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)configureWithNetworker:appID:reporter:analyticsAppID:store:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC9configure9networker5appID8reporter012analyticsAppF05storeyAA13AEMNetworking_pSg_SSSgAA20SKAdNetworkReporting_pSgALSo19FBSDKDataPersisting_pSgtFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "AccessControl",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "enable",
+ "printedName": "enable()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)enable",
+ "mangledName": "$s8FBAEMKit11AEMReporterC6enableyyFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "AccessControl",
+ "RawDocComment",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "setConversionFilteringEnabled",
+ "printedName": "setConversionFilteringEnabled(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setConversionFilteringEnabled:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC29setConversionFilteringEnabledyySbFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "AccessControl",
+ "RawDocComment",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "setCatalogMatchingEnabled",
+ "printedName": "setCatalogMatchingEnabled(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setCatalogMatchingEnabled:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC25setCatalogMatchingEnabledyySbFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "AccessControl",
+ "RawDocComment",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "setAdvertiserRuleMatchInServerEnabled",
+ "printedName": "setAdvertiserRuleMatchInServerEnabled(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setAdvertiserRuleMatchInServerEnabled:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC37setAdvertiserRuleMatchInServerEnabledyySbFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "AccessControl",
+ "RawDocComment",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "handle",
+ "printedName": "handle(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.URL?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "URL",
+ "printedName": "Foundation.URL",
+ "usr": "s:10Foundation3URLV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)handle:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC6handleyy10Foundation3URLVSgFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "AccessControl",
+ "RawDocComment",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "parseURL",
+ "printedName": "parseURL(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMInvocation?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.URL?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "URL",
+ "printedName": "Foundation.URL",
+ "usr": "s:10Foundation3URLV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)parseURL:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC8parseURLyAA13AEMInvocationCSg10Foundation0D0VSgFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "recordAndUpdate",
+ "printedName": "recordAndUpdate(event:currency:value:parameters:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.NSNumber?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSNumber",
+ "printedName": "Foundation.NSNumber",
+ "usr": "c:objc(cs)NSNumber"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)recordAndUpdateEvent:currency:value:parameters:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC15recordAndUpdate5event8currency5value10parametersySS_SSSgSo8NSNumberCSgSDySSypGSgtFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "objc_name": "recordAndUpdateEvent:currency:value:parameters:",
+ "declAttributes": [
+ "Final",
+ "AccessControl",
+ "ObjC",
+ "RawDocComment"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "attributedInvocation",
+ "printedName": "attributedInvocation(_:event:currency:value:parameters:configurations:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMInvocation?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMInvocation]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "usr": "s:Sa"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.NSNumber?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSNumber",
+ "printedName": "Foundation.NSNumber",
+ "usr": "c:objc(cs)NSNumber"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMConfiguration]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)attributedInvocation:event:currency:value:parameters:configurations:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC20attributedInvocation_5event8currency5value10parameters14configurationsAA13AEMInvocationCSgSayAKG_S2SSgSo8NSNumberCSgSDySSypGSgSDySSSayAA16AEMConfigurationCGGtFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "RawDocComment",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isDoubleCounting",
+ "printedName": "isDoubleCounting(_:event:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)isDoubleCounting:event:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC16isDoubleCounting_5eventSbAA13AEMInvocationC_SStFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "loadConfiguration",
+ "printedName": "loadConfiguration(withRefreshForced:block:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "((Foundation.NSError?) -> ())?",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Foundation.NSError?) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.NSError?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSError",
+ "printedName": "Foundation.NSError",
+ "usr": "c:objc(cs)NSError"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)loadConfigurationWithRefreshForced:block:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC17loadConfiguration17withRefreshForced5blockySb_ySo7NSErrorCSgcSgtFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "loadCatalogOptimization",
+ "printedName": "loadCatalogOptimization(with:contentID:block:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "() -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ]
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)loadCatalogOptimizationWith:contentID:block:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC23loadCatalogOptimization4with9contentID5blockyAA13AEMInvocationC_SSSgyyctFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "loadRuleMatch",
+ "printedName": "loadRuleMatch(_:event:currency:value:parameters:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[Swift.String]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sa"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.NSNumber?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSNumber",
+ "printedName": "Foundation.NSNumber",
+ "usr": "c:objc(cs)NSNumber"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)loadRuleMatch:event:currency:value:parameters:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC13loadRuleMatch_5event8currency5value10parametersySaySSG_S2SSgSo8NSNumberCSgSDySSypGSgtFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "shouldReportConversion",
+ "printedName": "shouldReportConversion(inCatalogLevel:event:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)shouldReportConversionInCatalogLevel:event:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC22shouldReportConversion14inCatalogLevel5eventSbAA13AEMInvocationC_SStFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isContentOptimized",
+ "printedName": "isContentOptimized(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Any?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)isContentOptimized:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC18isContentOptimizedySbypSgFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "requestParameters",
+ "printedName": "requestParameters()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)requestParameters",
+ "mangledName": "$s8FBAEMKit11AEMReporterC17requestParametersSDySSypGyFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "catalogRequestParameters",
+ "printedName": "catalogRequestParameters(_:contentID:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)catalogRequestParameters:contentID:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC24catalogRequestParameters_9contentIDSDySSypGSSSg_AGtFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "ruleMatchRequestParameters",
+ "printedName": "ruleMatchRequestParameters(_:content:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[Swift.String]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sa"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)ruleMatchRequestParameters:content:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC26ruleMatchRequestParameters_7contentSDySSypGSaySSG_SSSgtFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isConfigRefreshTimestampValid",
+ "printedName": "isConfigRefreshTimestampValid()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)isConfigRefreshTimestampValid",
+ "mangledName": "$s8FBAEMKit11AEMReporterC29isConfigRefreshTimestampValidSbyFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "shouldRefresh",
+ "printedName": "shouldRefresh(withIsForced:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)shouldRefreshWithIsForced:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC13shouldRefresh12withIsForcedS2b_tFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "shouldDelayAggregationRequest",
+ "printedName": "shouldDelayAggregationRequest()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)shouldDelayAggregationRequest",
+ "mangledName": "$s8FBAEMKit11AEMReporterC29shouldDelayAggregationRequestSbyFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "sendDebuggingRequest",
+ "printedName": "sendDebuggingRequest(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)sendDebuggingRequest:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC20sendDebuggingRequestyyAA13AEMInvocationCFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "RawDocComment",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "debuggingRequestParameters",
+ "printedName": "debuggingRequestParameters(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)debuggingRequestParameters:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC26debuggingRequestParametersySDySSypGAA13AEMInvocationCFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "loadMinAggregationRequestTimestamp",
+ "printedName": "loadMinAggregationRequestTimestamp()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Date?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Date",
+ "printedName": "Foundation.Date",
+ "usr": "s:10Foundation4DateV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)loadMinAggregationRequestTimestamp",
+ "mangledName": "$s8FBAEMKit11AEMReporterC34loadMinAggregationRequestTimestamp10Foundation4DateVSgyFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "RawDocComment",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "updateAggregationRequestTimestamp",
+ "printedName": "updateAggregationRequestTimestamp(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)updateAggregationRequestTimestamp:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC33updateAggregationRequestTimestampyySdFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "loadConfigurations",
+ "printedName": "loadConfigurations()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMConfiguration]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)loadConfigurations",
+ "mangledName": "$s8FBAEMKit11AEMReporterC18loadConfigurationsSDySSSayAA16AEMConfigurationCGGyFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "addConfigurations",
+ "printedName": "addConfigurations(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[[Swift.String : Any]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)addConfigurations:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC17addConfigurationsyySaySDySSypGGFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "loadReportData",
+ "printedName": "loadReportData()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMInvocation]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)loadReportData",
+ "mangledName": "$s8FBAEMKit11AEMReporterC14loadReportDataSayAA13AEMInvocationCGyFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "saveReportData",
+ "printedName": "saveReportData()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)saveReportData",
+ "mangledName": "$s8FBAEMKit11AEMReporterC14saveReportDatayyFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "sendAggregationRequest",
+ "printedName": "sendAggregationRequest()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)sendAggregationRequest",
+ "mangledName": "$s8FBAEMKit11AEMReporterC22sendAggregationRequestyyFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "aggregationRequestParameters",
+ "printedName": "aggregationRequestParameters(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)aggregationRequestParameters:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC28aggregationRequestParametersySDySSypGAA13AEMInvocationCFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "clearCache",
+ "printedName": "clearCache()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)clearCache",
+ "mangledName": "$s8FBAEMKit11AEMReporterC10clearCacheyyFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "clearConfigurations",
+ "printedName": "clearConfigurations()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)clearConfigurations",
+ "mangledName": "$s8FBAEMKit11AEMReporterC19clearConfigurationsyyFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMReporter",
+ "printedName": "FBAEMKit.AEMReporter",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(im)init",
+ "mangledName": "$s8FBAEMKit11AEMReporterCACycfc",
+ "moduleName": "FBAEMKit",
+ "overriding": true,
+ "implicit": true,
+ "objc_name": "init",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC",
+ "Override"
+ ],
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Class",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter",
+ "mangledName": "$s8FBAEMKit11AEMReporterC",
+ "moduleName": "FBAEMKit",
+ "objc_name": "FBAEMReporter",
+ "declAttributes": [
+ "Final",
+ "AccessControl",
+ "ObjC",
+ "ObjCMembers"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "FBSDKCoreKit_Basics",
+ "printedName": "FBSDKCoreKit_Basics",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit"
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMRequestBody",
+ "printedName": "AEMRequestBody",
+ "children": [
+ {
+ "kind": "Function",
+ "name": "compressedData",
+ "printedName": "compressedData()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Data?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit14AEMRequestBodyC14compressedData10Foundation0E0VSgyF",
+ "mangledName": "$s8FBAEMKit14AEMRequestBodyC14compressedData10Foundation0E0VSgyF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "RawDocComment"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Var",
+ "name": "data",
+ "printedName": "data",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit14AEMRequestBodyC4data10Foundation4DataVvp",
+ "mangledName": "$s8FBAEMKit14AEMRequestBodyC4data10Foundation4DataVvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit14AEMRequestBodyC4data10Foundation4DataVvg",
+ "mangledName": "$s8FBAEMKit14AEMRequestBodyC4data10Foundation4DataVvg",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "_data",
+ "printedName": "_data",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit14AEMRequestBodyC5_data33_1FB9656C872A5478253A5AEB5A2CB886LL10Foundation4DataVvp",
+ "mangledName": "$s8FBAEMKit14AEMRequestBodyC5_data33_1FB9656C872A5478253A5AEB5A2CB886LL10Foundation4DataVvp",
+ "moduleName": "FBAEMKit",
+ "isInternal": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "AccessControl"
+ ],
+ "fixedbinaryorder": 0,
+ "hasStorage": true
+ },
+ {
+ "kind": "Var",
+ "name": "json",
+ "printedName": "json",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit14AEMRequestBodyC4json33_1FB9656C872A5478253A5AEB5A2CB886LLSDySSypGvp",
+ "mangledName": "$s8FBAEMKit14AEMRequestBodyC4json33_1FB9656C872A5478253A5AEB5A2CB886LLSDySSypGvp",
+ "moduleName": "FBAEMKit",
+ "isInternal": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "AccessControl",
+ "RawDocComment"
+ ],
+ "fixedbinaryorder": 1,
+ "hasStorage": true
+ },
+ {
+ "kind": "Function",
+ "name": "append",
+ "printedName": "append(withKey:formValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit14AEMRequestBodyC6append7withKey9formValueySSSg_AGtF",
+ "mangledName": "$s8FBAEMKit14AEMRequestBodyC6append7withKey9formValueySSSg_AGtF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMRequestBody",
+ "printedName": "FBAEMKit.AEMRequestBody",
+ "usr": "s:8FBAEMKit14AEMRequestBodyC"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit14AEMRequestBodyCACycfc",
+ "mangledName": "$s8FBAEMKit14AEMRequestBodyCACycfc",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Class",
+ "usr": "s:8FBAEMKit14AEMRequestBodyC",
+ "mangledName": "$s8FBAEMKit14AEMRequestBodyC",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "FBSDKCoreKit_Basics",
+ "printedName": "FBSDKCoreKit_Basics",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit"
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMRule",
+ "printedName": "AEMRule",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "conversionValue",
+ "printedName": "conversionValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit7AEMRuleC15conversionValueSivp",
+ "mangledName": "$s8FBAEMKit7AEMRuleC15conversionValueSivp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 0,
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit7AEMRuleC15conversionValueSivg",
+ "mangledName": "$s8FBAEMKit7AEMRuleC15conversionValueSivg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "priority",
+ "printedName": "priority",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit7AEMRuleC8prioritySivp",
+ "mangledName": "$s8FBAEMKit7AEMRuleC8prioritySivp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 1,
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit7AEMRuleC8prioritySivg",
+ "mangledName": "$s8FBAEMKit7AEMRuleC8prioritySivg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "events",
+ "printedName": "events",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMEvent]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMEvent",
+ "printedName": "FBAEMKit.AEMEvent",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMEvent"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit7AEMRuleC6eventsSayAA8AEMEventCGvp",
+ "mangledName": "$s8FBAEMKit7AEMRuleC6eventsSayAA8AEMEventCGvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 2,
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMEvent]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMEvent",
+ "printedName": "FBAEMKit.AEMEvent",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMEvent"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit7AEMRuleC6eventsSayAA8AEMEventCGvg",
+ "mangledName": "$s8FBAEMKit7AEMRuleC6eventsSayAA8AEMEventCGvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(json:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMRule?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMRule",
+ "printedName": "FBAEMKit.AEMRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMRule"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit7AEMRuleC4jsonACSgSDySSypG_tcfc",
+ "mangledName": "$s8FBAEMKit7AEMRuleC4jsonACSgSDySSypG_tcfc",
+ "moduleName": "FBAEMKit",
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Function",
+ "name": "containsEvent",
+ "printedName": "containsEvent(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit7AEMRuleC13containsEventySbSSF",
+ "mangledName": "$s8FBAEMKit7AEMRuleC13containsEventySbSSF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "RawDocComment"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isMatched",
+ "printedName": "isMatched(withRecordedEvents:recordedValues:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.Set?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Set",
+ "printedName": "Swift.Set",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sh"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : [Swift.String : Any]]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [Swift.String : Any]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit7AEMRuleC9isMatched18withRecordedEvents14recordedValuesSbShySSGSg_SDySSSDySSypGGSgtF",
+ "mangledName": "$s8FBAEMKit7AEMRuleC9isMatched18withRecordedEvents14recordedValuesSbShySSGSg_SDySSSDySSypGGSgtF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "RawDocComment"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Var",
+ "name": "supportsSecureCoding",
+ "printedName": "supportsSecureCoding",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMRule(cpy)supportsSecureCoding",
+ "mangledName": "$s8FBAEMKit7AEMRuleC20supportsSecureCodingSbvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "objc_name": "supportsSecureCoding",
+ "declAttributes": [
+ "Final",
+ "ObjC",
+ "RawDocComment"
+ ],
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMRule(cm)supportsSecureCoding",
+ "mangledName": "$s8FBAEMKit7AEMRuleC20supportsSecureCodingSbvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "objc_name": "supportsSecureCoding",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(coder:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMRule?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMRule",
+ "printedName": "FBAEMKit.AEMRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMRule"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "NSCoder",
+ "printedName": "Foundation.NSCoder",
+ "usr": "c:objc(cs)NSCoder"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMRule(im)initWithCoder:",
+ "mangledName": "$s8FBAEMKit7AEMRuleC5coderACSgSo7NSCoderC_tcfc",
+ "moduleName": "FBAEMKit",
+ "objc_name": "initWithCoder:",
+ "declAttributes": [
+ "ObjC"
+ ],
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Function",
+ "name": "encode",
+ "printedName": "encode(with:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "NSCoder",
+ "printedName": "Foundation.NSCoder",
+ "usr": "c:objc(cs)NSCoder"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMRule(im)encodeWithCoder:",
+ "mangledName": "$s8FBAEMKit7AEMRuleC6encode4withySo7NSCoderC_tF",
+ "moduleName": "FBAEMKit",
+ "objc_name": "encodeWithCoder:",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isEqual",
+ "printedName": "isEqual(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Any?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMRule(im)isEqual:",
+ "mangledName": "$s8FBAEMKit7AEMRuleC7isEqualySbypSgF",
+ "moduleName": "FBAEMKit",
+ "overriding": true,
+ "objc_name": "isEqual:",
+ "declAttributes": [
+ "Final",
+ "ObjC",
+ "Override"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMRule",
+ "printedName": "FBAEMKit.AEMRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMRule"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMRule(im)init",
+ "mangledName": "$s8FBAEMKit7AEMRuleCACycfc",
+ "moduleName": "FBAEMKit",
+ "overriding": true,
+ "implicit": true,
+ "objc_name": "init",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC",
+ "Override"
+ ],
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Class",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMRule",
+ "mangledName": "$s8FBAEMKit7AEMRuleC",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMSettings",
+ "printedName": "AEMSettings",
+ "children": [
+ {
+ "kind": "Function",
+ "name": "appID",
+ "printedName": "appID()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit11AEMSettingsO5appIDSSSgyFZ",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO5appIDSSSgyFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "TypeDependencies",
+ "printedName": "TypeDependencies",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "bundle",
+ "printedName": "bundle",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bundle",
+ "printedName": "Foundation.Bundle",
+ "usr": "c:objc(cs)NSBundle"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit11AEMSettingsO16TypeDependenciesV6bundleSo8NSBundleCvp",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO16TypeDependenciesV6bundleSo8NSBundleCvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 0,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bundle",
+ "printedName": "Foundation.Bundle",
+ "usr": "c:objc(cs)NSBundle"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMSettingsO16TypeDependenciesV6bundleSo8NSBundleCvg",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO16TypeDependenciesV6bundleSo8NSBundleCvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Transparent"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bundle",
+ "printedName": "Foundation.Bundle",
+ "usr": "c:objc(cs)NSBundle"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMSettingsO16TypeDependenciesV6bundleSo8NSBundleCvs",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO16TypeDependenciesV6bundleSo8NSBundleCvs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Transparent"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMSettingsO16TypeDependenciesV6bundleSo8NSBundleCvM",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO16TypeDependenciesV6bundleSo8NSBundleCvM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Transparent"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(bundle:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "TypeDependencies",
+ "printedName": "FBAEMKit.AEMSettings.TypeDependencies",
+ "usr": "s:8FBAEMKit11AEMSettingsO16TypeDependenciesV"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bundle",
+ "printedName": "Foundation.Bundle",
+ "usr": "c:objc(cs)NSBundle"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit11AEMSettingsO16TypeDependenciesV6bundleAESo8NSBundleC_tcfc",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO16TypeDependenciesV6bundleAESo8NSBundleC_tcfc",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Struct",
+ "usr": "s:8FBAEMKit11AEMSettingsO16TypeDependenciesV",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO16TypeDependenciesV",
+ "moduleName": "FBAEMKit",
+ "isFromExtension": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "configuredDependencies",
+ "printedName": "configuredDependencies",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMSettings.TypeDependencies?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "TypeDependencies",
+ "printedName": "FBAEMKit.AEMSettings.TypeDependencies",
+ "usr": "s:8FBAEMKit11AEMSettingsO16TypeDependenciesV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit11AEMSettingsO22configuredDependenciesAC04TypeD0VSgvpZ",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO22configuredDependenciesAC04TypeD0VSgvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "HasStorage"
+ ],
+ "isFromExtension": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMSettings.TypeDependencies?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "TypeDependencies",
+ "printedName": "FBAEMKit.AEMSettings.TypeDependencies",
+ "usr": "s:8FBAEMKit11AEMSettingsO16TypeDependenciesV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMSettingsO22configuredDependenciesAC04TypeD0VSgvgZ",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO22configuredDependenciesAC04TypeD0VSgvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Transparent"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMSettings.TypeDependencies?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "TypeDependencies",
+ "printedName": "FBAEMKit.AEMSettings.TypeDependencies",
+ "usr": "s:8FBAEMKit11AEMSettingsO16TypeDependenciesV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMSettingsO22configuredDependenciesAC04TypeD0VSgvsZ",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO22configuredDependenciesAC04TypeD0VSgvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Transparent"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMSettingsO22configuredDependenciesAC04TypeD0VSgvMZ",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO22configuredDependenciesAC04TypeD0VSgvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Transparent"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "defaultDependencies",
+ "printedName": "defaultDependencies",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMSettings.TypeDependencies?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "TypeDependencies",
+ "printedName": "FBAEMKit.AEMSettings.TypeDependencies",
+ "usr": "s:8FBAEMKit11AEMSettingsO16TypeDependenciesV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit11AEMSettingsO19defaultDependenciesAC04TypeD0VSgvpZ",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO19defaultDependenciesAC04TypeD0VSgvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "HasStorage"
+ ],
+ "isFromExtension": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMSettings.TypeDependencies?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "TypeDependencies",
+ "printedName": "FBAEMKit.AEMSettings.TypeDependencies",
+ "usr": "s:8FBAEMKit11AEMSettingsO16TypeDependenciesV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMSettingsO19defaultDependenciesAC04TypeD0VSgvgZ",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO19defaultDependenciesAC04TypeD0VSgvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Transparent"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMSettings.TypeDependencies?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "TypeDependencies",
+ "printedName": "FBAEMKit.AEMSettings.TypeDependencies",
+ "usr": "s:8FBAEMKit11AEMSettingsO16TypeDependenciesV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMSettingsO19defaultDependenciesAC04TypeD0VSgvsZ",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO19defaultDependenciesAC04TypeD0VSgvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Transparent"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMSettingsO19defaultDependenciesAC04TypeD0VSgvMZ",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO19defaultDependenciesAC04TypeD0VSgvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Transparent"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ }
+ ],
+ "declKind": "Enum",
+ "usr": "s:8FBAEMKit11AEMSettingsO",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO",
+ "moduleName": "FBAEMKit",
+ "isEnumExhaustive": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "DependentAsType",
+ "printedName": "DependentAsType",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "TypeDependencies",
+ "printedName": "TypeDependencies",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "TypeDependencies",
+ "printedName": "FBAEMKit.AEMSettings.TypeDependencies",
+ "usr": "s:8FBAEMKit11AEMSettingsO16TypeDependenciesV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:8FBAEMKit15DependentAsTypeP",
+ "mangledName": "$s8FBAEMKit15DependentAsTypeP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "FBSDKCoreKit_Basics",
+ "printedName": "FBSDKCoreKit_Basics",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit"
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMUtility",
+ "printedName": "AEMUtility",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "shared",
+ "printedName": "shared",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMUtility",
+ "printedName": "FBAEMKit.AEMUtility",
+ "usr": "s:8FBAEMKit10AEMUtilityC"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit10AEMUtilityC6sharedACvpZ",
+ "mangledName": "$s8FBAEMKit10AEMUtilityC6sharedACvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMUtility",
+ "printedName": "FBAEMKit.AEMUtility",
+ "usr": "s:8FBAEMKit10AEMUtilityC"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit10AEMUtilityC6sharedACvgZ",
+ "mangledName": "$s8FBAEMKit10AEMUtilityC6sharedACvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Transparent",
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Function",
+ "name": "getMatchedInvocation",
+ "printedName": "getMatchedInvocation(_:businessID:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMInvocation?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMInvocation]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "usr": "s:Sa"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit10AEMUtilityC20getMatchedInvocation_10businessIDAA13AEMInvocationCSgSayAGG_SSSgtF",
+ "mangledName": "$s8FBAEMKit10AEMUtilityC20getMatchedInvocation_10businessIDAA13AEMInvocationCSgSayAGG_SSSgtF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "getInSegmentValue",
+ "printedName": "getInSegmentValue(_:matchingRule:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSNumber",
+ "printedName": "Foundation.NSNumber",
+ "usr": "c:objc(cs)NSNumber"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.AEMAdvertiserRuleMatching)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleMatching",
+ "printedName": "any FBAEMKit.AEMAdvertiserRuleMatching",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleMatchingP"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit10AEMUtilityC17getInSegmentValue_12matchingRuleSo8NSNumberCSDySSypGSg_AA013AEMAdvertiserH8Matching_pSgtF",
+ "mangledName": "$s8FBAEMKit10AEMUtilityC17getInSegmentValue_12matchingRuleSo8NSNumberCSDySSypGSg_AA013AEMAdvertiserH8Matching_pSgtF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "getContent",
+ "printedName": "getContent(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit10AEMUtilityC10getContentySSSgSDySSypGSgF",
+ "mangledName": "$s8FBAEMKit10AEMUtilityC10getContentySSSgSDySSypGSgF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "getContentID",
+ "printedName": "getContentID(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit10AEMUtilityC12getContentIDySSSgSDySSypGSgF",
+ "mangledName": "$s8FBAEMKit10AEMUtilityC12getContentIDySSSgSDySSypGSgF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "getBusinessIDsInOrder",
+ "printedName": "getBusinessIDsInOrder(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[Swift.String]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sa"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMInvocation]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit10AEMUtilityC21getBusinessIDsInOrderySaySSGSayAA13AEMInvocationCGF",
+ "mangledName": "$s8FBAEMKit10AEMUtilityC21getBusinessIDsInOrderySaySSGSayAA13AEMInvocationCGF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMUtility",
+ "printedName": "FBAEMKit.AEMUtility",
+ "usr": "s:8FBAEMKit10AEMUtilityC"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit10AEMUtilityCACycfc",
+ "mangledName": "$s8FBAEMKit10AEMUtilityCACycfc",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Class",
+ "usr": "s:8FBAEMKit10AEMUtilityC",
+ "mangledName": "$s8FBAEMKit10AEMUtilityC",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "DependentAsType",
+ "printedName": "DependentAsType",
+ "children": [
+ {
+ "kind": "AssociatedType",
+ "name": "TypeDependencies",
+ "printedName": "TypeDependencies",
+ "declKind": "AssociatedType",
+ "usr": "s:8FBAEMKit15DependentAsTypeP0D12DependenciesQa",
+ "mangledName": "$s8FBAEMKit15DependentAsTypeP0D12DependenciesQa",
+ "moduleName": "FBAEMKit",
+ "protocolReq": true
+ },
+ {
+ "kind": "Var",
+ "name": "configuredDependencies",
+ "printedName": "configuredDependencies",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "τ_0_0.TypeDependencies?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DependentMember",
+ "printedName": "τ_0_0.TypeDependencies"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit15DependentAsTypeP22configuredDependencies0dF0QzSgvpZ",
+ "mangledName": "$s8FBAEMKit15DependentAsTypeP22configuredDependencies0dF0QzSgvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "protocolReq": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "τ_0_0.TypeDependencies?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DependentMember",
+ "printedName": "τ_0_0.TypeDependencies"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit15DependentAsTypeP22configuredDependencies0dF0QzSgvgZ",
+ "mangledName": "$s8FBAEMKit15DependentAsTypeP22configuredDependencies0dF0QzSgvgZ",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0 where τ_0_0 : FBAEMKit.DependentAsType>",
+ "sugared_genericSig": "",
+ "static": true,
+ "protocolReq": true,
+ "reqNewWitnessTableEntry": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "τ_0_0.TypeDependencies?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DependentMember",
+ "printedName": "τ_0_0.TypeDependencies"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit15DependentAsTypeP22configuredDependencies0dF0QzSgvsZ",
+ "mangledName": "$s8FBAEMKit15DependentAsTypeP22configuredDependencies0dF0QzSgvsZ",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0 where τ_0_0 : FBAEMKit.DependentAsType>",
+ "sugared_genericSig": "",
+ "static": true,
+ "protocolReq": true,
+ "reqNewWitnessTableEntry": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit15DependentAsTypeP22configuredDependencies0dF0QzSgvMZ",
+ "mangledName": "$s8FBAEMKit15DependentAsTypeP22configuredDependencies0dF0QzSgvMZ",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0 where τ_0_0 : FBAEMKit.DependentAsType>",
+ "sugared_genericSig": "",
+ "static": true,
+ "protocolReq": true,
+ "implicit": true,
+ "reqNewWitnessTableEntry": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "defaultDependencies",
+ "printedName": "defaultDependencies",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "τ_0_0.TypeDependencies?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DependentMember",
+ "printedName": "τ_0_0.TypeDependencies"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit15DependentAsTypeP19defaultDependencies0dF0QzSgvpZ",
+ "mangledName": "$s8FBAEMKit15DependentAsTypeP19defaultDependencies0dF0QzSgvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "protocolReq": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "τ_0_0.TypeDependencies?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DependentMember",
+ "printedName": "τ_0_0.TypeDependencies"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit15DependentAsTypeP19defaultDependencies0dF0QzSgvgZ",
+ "mangledName": "$s8FBAEMKit15DependentAsTypeP19defaultDependencies0dF0QzSgvgZ",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0 where τ_0_0 : FBAEMKit.DependentAsType>",
+ "sugared_genericSig": "",
+ "static": true,
+ "protocolReq": true,
+ "reqNewWitnessTableEntry": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Function",
+ "name": "setDependencies",
+ "printedName": "setDependencies(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "DependentMember",
+ "printedName": "τ_0_0.TypeDependencies"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit15DependentAsTypeP15setDependenciesyy0dF0QzFZ",
+ "mangledName": "$s8FBAEMKit15DependentAsTypeP15setDependenciesyy0dF0QzFZ",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0 where τ_0_0 : FBAEMKit.DependentAsType>",
+ "sugared_genericSig": "",
+ "static": true,
+ "protocolReq": true,
+ "reqNewWitnessTableEntry": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "setDependencies",
+ "printedName": "setDependencies(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "DependentMember",
+ "printedName": "τ_0_0.TypeDependencies"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit15DependentAsTypePAAE15setDependenciesyy0dF0QzFZ",
+ "mangledName": "$s8FBAEMKit15DependentAsTypePAAE15setDependenciesyy0dF0QzFZ",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0 where τ_0_0 : FBAEMKit.DependentAsType>",
+ "sugared_genericSig": "",
+ "static": true,
+ "isFromExtension": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "getDependencies",
+ "printedName": "getDependencies()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DependentMember",
+ "printedName": "τ_0_0.TypeDependencies"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit15DependentAsTypePAAE15getDependencies0dF0QzyKFZ",
+ "mangledName": "$s8FBAEMKit15DependentAsTypePAAE15getDependencies0dF0QzyKFZ",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0 where τ_0_0 : FBAEMKit.DependentAsType>",
+ "sugared_genericSig": "",
+ "static": true,
+ "isFromExtension": true,
+ "throwing": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Subscript",
+ "name": "subscript",
+ "printedName": "subscript(dynamicMember:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "τ_1_0?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_1_0"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "KeyPath",
+ "printedName": "Swift.KeyPath<τ_0_0.TypeDependencies, τ_1_0>",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DependentMember",
+ "printedName": "τ_0_0.TypeDependencies"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_1_0"
+ }
+ ],
+ "usr": "s:s7KeyPathC"
+ }
+ ],
+ "declKind": "Subscript",
+ "usr": "s:8FBAEMKit15DependentAsTypePAAE13dynamicMemberqd__Sgs7KeyPathCy0D12DependenciesQzqd__G_tcluipZ",
+ "mangledName": "$s8FBAEMKit15DependentAsTypePAAE13dynamicMemberqd__Sgs7KeyPathCy0D12DependenciesQzqd__G_tcluipZ",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : FBAEMKit.DependentAsType>",
+ "sugared_genericSig": "",
+ "static": true,
+ "isFromExtension": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "τ_1_0?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_1_0"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "KeyPath",
+ "printedName": "Swift.KeyPath<τ_0_0.TypeDependencies, τ_1_0>",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DependentMember",
+ "printedName": "τ_0_0.TypeDependencies"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_1_0"
+ }
+ ],
+ "usr": "s:s7KeyPathC"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit15DependentAsTypePAAE13dynamicMemberqd__Sgs7KeyPathCy0D12DependenciesQzqd__G_tcluigZ",
+ "mangledName": "$s8FBAEMKit15DependentAsTypePAAE13dynamicMemberqd__Sgs7KeyPathCy0D12DependenciesQzqd__G_tcluigZ",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : FBAEMKit.DependentAsType>",
+ "sugared_genericSig": "",
+ "static": true,
+ "isFromExtension": true,
+ "accessorKind": "get"
+ }
+ ]
+ }
+ ],
+ "declKind": "Protocol",
+ "usr": "s:8FBAEMKit15DependentAsTypeP",
+ "mangledName": "$s8FBAEMKit15DependentAsTypeP",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "DynamicMemberLookup",
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "MissingDependenciesError",
+ "printedName": "MissingDependenciesError",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "dependentType",
+ "printedName": "dependentType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "τ_0_0.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ }
+ ]
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit24MissingDependenciesErrorV13dependentType33_A87604353953AE6AB47A0C00F7FE141DLLxmvp",
+ "mangledName": "$s8FBAEMKit24MissingDependenciesErrorV13dependentType33_A87604353953AE6AB47A0C00F7FE141DLLxmvp",
+ "moduleName": "FBAEMKit",
+ "isInternal": true,
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "fixedbinaryorder": 0,
+ "isLet": true,
+ "hasStorage": true
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(for:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "MissingDependenciesError",
+ "printedName": "FBAEMKit.MissingDependenciesError<τ_0_0>",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ }
+ ],
+ "usr": "s:8FBAEMKit24MissingDependenciesErrorV"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "τ_0_0.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ }
+ ]
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit24MissingDependenciesErrorV3forACyxGxm_tcfc",
+ "mangledName": "$s8FBAEMKit24MissingDependenciesErrorV3forACyxGxm_tcfc",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0>",
+ "sugared_genericSig": "",
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Var",
+ "name": "description",
+ "printedName": "description",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit24MissingDependenciesErrorV11descriptionSSvp",
+ "mangledName": "$s8FBAEMKit24MissingDependenciesErrorV11descriptionSSvp",
+ "moduleName": "FBAEMKit",
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit24MissingDependenciesErrorV11descriptionSSvg",
+ "mangledName": "$s8FBAEMKit24MissingDependenciesErrorV11descriptionSSvg",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0>",
+ "sugared_genericSig": "",
+ "accessorKind": "get"
+ }
+ ]
+ }
+ ],
+ "declKind": "Struct",
+ "usr": "s:8FBAEMKit24MissingDependenciesErrorV",
+ "mangledName": "$s8FBAEMKit24MissingDependenciesErrorV",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0>",
+ "sugared_genericSig": "",
+ "declAttributes": [
+ "RawDocComment"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Error",
+ "printedName": "Error",
+ "usr": "s:s5ErrorP",
+ "mangledName": "$ss5ErrorP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "SKAdNetworkReporting",
+ "printedName": "SKAdNetworkReporting",
+ "children": [
+ {
+ "kind": "Function",
+ "name": "shouldCutoff",
+ "printedName": "shouldCutoff()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBSKAdNetworkReporting(im)shouldCutoff",
+ "mangledName": "$s8FBAEMKit20SKAdNetworkReportingP12shouldCutoffSbyF",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0 where τ_0_0 : FBAEMKit.SKAdNetworkReporting>",
+ "sugared_genericSig": "",
+ "protocolReq": true,
+ "declAttributes": [
+ "ObjC"
+ ],
+ "reqNewWitnessTableEntry": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isReportingEvent",
+ "printedName": "isReportingEvent(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBSKAdNetworkReporting(im)isReportingEvent:",
+ "mangledName": "$s8FBAEMKit20SKAdNetworkReportingP02isD5EventySbSSF",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0 where τ_0_0 : FBAEMKit.SKAdNetworkReporting>",
+ "sugared_genericSig": "",
+ "protocolReq": true,
+ "objc_name": "isReportingEvent:",
+ "declAttributes": [
+ "ObjC"
+ ],
+ "reqNewWitnessTableEntry": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "checkAndRevokeTimer",
+ "printedName": "checkAndRevokeTimer()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBSKAdNetworkReporting(im)checkAndRevokeTimer",
+ "mangledName": "$s8FBAEMKit20SKAdNetworkReportingP19checkAndRevokeTimeryyF",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0 where τ_0_0 : FBAEMKit.SKAdNetworkReporting>",
+ "sugared_genericSig": "",
+ "protocolReq": true,
+ "declAttributes": [
+ "ObjC"
+ ],
+ "reqNewWitnessTableEntry": true,
+ "funcSelfKind": "NonMutating"
+ }
+ ],
+ "declKind": "Protocol",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBSKAdNetworkReporting",
+ "mangledName": "$s8FBAEMKit20SKAdNetworkReportingP",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0 : AnyObject>",
+ "sugared_genericSig": "",
+ "objc_name": "FBSKAdNetworkReporting",
+ "declAttributes": [
+ "AccessControl",
+ "ObjC"
+ ]
+ }
+ ],
+ "json_format_version": 8
+ },
+ "ConstValues": [
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserMultiEntryRule.swift",
+ "kind": "StringLiteral",
+ "offset": 242,
+ "length": 27,
+ "value": "\"FBAEMKit.AEMAdvertiserMultiEntryRule\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 266,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 306,
+ "length": 3,
+ "value": "1"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 361,
+ "length": 2,
+ "value": "2"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 371,
+ "length": 3,
+ "value": "3"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 414,
+ "length": 8,
+ "value": "4"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 430,
+ "length": 11,
+ "value": "5"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 449,
+ "length": 10,
+ "value": "6"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 467,
+ "length": 23,
+ "value": "7"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 498,
+ "length": 26,
+ "value": "8"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 532,
+ "length": 25,
+ "value": "9"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 565,
+ "length": 10,
+ "value": "10"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 583,
+ "length": 5,
+ "value": "11"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 596,
+ "length": 8,
+ "value": "12"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 612,
+ "length": 8,
+ "value": "13"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 628,
+ "length": 15,
+ "value": "14"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 651,
+ "length": 11,
+ "value": "15"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 670,
+ "length": 18,
+ "value": "16"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 696,
+ "length": 20,
+ "value": "17"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 724,
+ "length": 23,
+ "value": "18"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 755,
+ "length": 5,
+ "value": "19"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 768,
+ "length": 8,
+ "value": "20"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 266,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 306,
+ "length": 3,
+ "value": "1"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 361,
+ "length": 2,
+ "value": "2"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 371,
+ "length": 3,
+ "value": "3"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 414,
+ "length": 8,
+ "value": "4"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 430,
+ "length": 11,
+ "value": "5"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 449,
+ "length": 10,
+ "value": "6"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 467,
+ "length": 23,
+ "value": "7"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 498,
+ "length": 26,
+ "value": "8"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 532,
+ "length": 25,
+ "value": "9"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 565,
+ "length": 10,
+ "value": "10"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 583,
+ "length": 5,
+ "value": "11"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 596,
+ "length": 8,
+ "value": "12"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 612,
+ "length": 8,
+ "value": "13"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 628,
+ "length": 15,
+ "value": "14"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 651,
+ "length": 11,
+ "value": "15"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 670,
+ "length": 18,
+ "value": "16"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 696,
+ "length": 20,
+ "value": "17"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 724,
+ "length": 23,
+ "value": "18"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 755,
+ "length": 5,
+ "value": "19"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 768,
+ "length": 8,
+ "value": "20"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 266,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 306,
+ "length": 3,
+ "value": "1"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 361,
+ "length": 2,
+ "value": "2"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 371,
+ "length": 3,
+ "value": "3"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 414,
+ "length": 8,
+ "value": "4"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 430,
+ "length": 11,
+ "value": "5"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 449,
+ "length": 10,
+ "value": "6"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 467,
+ "length": 23,
+ "value": "7"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 498,
+ "length": 26,
+ "value": "8"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 532,
+ "length": 25,
+ "value": "9"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 565,
+ "length": 10,
+ "value": "10"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 583,
+ "length": 5,
+ "value": "11"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 596,
+ "length": 8,
+ "value": "12"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 612,
+ "length": 8,
+ "value": "13"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 628,
+ "length": 15,
+ "value": "14"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 651,
+ "length": 11,
+ "value": "15"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 670,
+ "length": 18,
+ "value": "16"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 696,
+ "length": 20,
+ "value": "17"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 724,
+ "length": 23,
+ "value": "18"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 755,
+ "length": 5,
+ "value": "19"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserRuleOperator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 768,
+ "length": 8,
+ "value": "20"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserSingleEntryRule.swift",
+ "kind": "StringLiteral",
+ "offset": 573,
+ "length": 10,
+ "value": "\"operator\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserSingleEntryRule.swift",
+ "kind": "StringLiteral",
+ "offset": 607,
+ "length": 11,
+ "value": "\"param_key\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserSingleEntryRule.swift",
+ "kind": "StringLiteral",
+ "offset": 648,
+ "length": 14,
+ "value": "\"string_value\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserSingleEntryRule.swift",
+ "kind": "StringLiteral",
+ "offset": 692,
+ "length": 14,
+ "value": "\"number_value\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserSingleEntryRule.swift",
+ "kind": "StringLiteral",
+ "offset": 735,
+ "length": 13,
+ "value": "\"array_value\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserSingleEntryRule.swift",
+ "kind": "StringLiteral",
+ "offset": 804,
+ "length": 3,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserSingleEntryRule.swift",
+ "kind": "StringLiteral",
+ "offset": 834,
+ "length": 5,
+ "value": "\"[*]\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserSingleEntryRule.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8907,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMAdvertiserSingleEntryRule.swift",
+ "kind": "StringLiteral",
+ "offset": 269,
+ "length": 28,
+ "value": "\"FBAEMKit.AEMAdvertiserSingleEntryRule\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 354,
+ "length": 18,
+ "value": "\"default_currency\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 395,
+ "length": 13,
+ "value": "\"cutoff_time\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 441,
+ "length": 24,
+ "value": "\"conversion_value_rules\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 487,
+ "length": 12,
+ "value": "\"valid_from\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 516,
+ "length": 13,
+ "value": "\"config_mode\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 554,
+ "length": 15,
+ "value": "\"advertiser_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 592,
+ "length": 13,
+ "value": "\"business_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 627,
+ "length": 12,
+ "value": "\"param_rule\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 354,
+ "length": 18,
+ "value": "\"default_currency\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 395,
+ "length": 13,
+ "value": "\"cutoff_time\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 441,
+ "length": 24,
+ "value": "\"conversion_value_rules\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 487,
+ "length": 12,
+ "value": "\"valid_from\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 516,
+ "length": 13,
+ "value": "\"config_mode\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 554,
+ "length": 15,
+ "value": "\"advertiser_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 592,
+ "length": 13,
+ "value": "\"business_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 627,
+ "length": 12,
+ "value": "\"param_rule\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 242,
+ "length": 16,
+ "value": "\"FBAEMKit.AEMConfiguration\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMEvent.swift",
+ "kind": "StringLiteral",
+ "offset": 339,
+ "length": 12,
+ "value": "\"event_name\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMEvent.swift",
+ "kind": "StringLiteral",
+ "offset": 339,
+ "length": 12,
+ "value": "\"event_name\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMEvent.swift",
+ "kind": "StringLiteral",
+ "offset": 242,
+ "length": 8,
+ "value": "\"FBAEMKit.AEMEvent\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1068,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1085,
+ "length": 2,
+ "value": "60"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1104,
+ "length": 2,
+ "value": "60"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1171,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1211,
+ "length": 2,
+ "value": "32"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1274,
+ "length": 14,
+ "value": "\"campaign_ids\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1309,
+ "length": 11,
+ "value": "\"acs_token\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1348,
+ "length": 15,
+ "value": "\"shared_secret\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1402,
+ "length": 15,
+ "value": "\"acs_config_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1448,
+ "length": 15,
+ "value": "\"advertiser_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1493,
+ "length": 12,
+ "value": "\"catalog_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1530,
+ "length": 15,
+ "value": "\"test_deeplink\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1594,
+ "length": 13,
+ "value": "\"config_mode\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1643,
+ "length": 11,
+ "value": "\"config_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1681,
+ "length": 17,
+ "value": "\"recorded_events\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1725,
+ "length": 17,
+ "value": "\"recorded_values\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1770,
+ "length": 18,
+ "value": "\"conversion_value\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1838,
+ "length": 22,
+ "value": "\"conversion_timestamp\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1885,
+ "length": 15,
+ "value": "\"is_aggregated\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1933,
+ "length": 10,
+ "value": "\"has_skan\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1985,
+ "length": 34,
+ "value": "\"is_conversion_filtering_eligible\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 2047,
+ "length": 12,
+ "value": "\"fb_content\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 2097,
+ "length": 15,
+ "value": "\"fb_content_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1274,
+ "length": 14,
+ "value": "\"campaign_ids\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1309,
+ "length": 11,
+ "value": "\"acs_token\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1348,
+ "length": 15,
+ "value": "\"shared_secret\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1402,
+ "length": 15,
+ "value": "\"acs_config_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1448,
+ "length": 15,
+ "value": "\"advertiser_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1493,
+ "length": 12,
+ "value": "\"catalog_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1530,
+ "length": 15,
+ "value": "\"test_deeplink\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1594,
+ "length": 13,
+ "value": "\"config_mode\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1643,
+ "length": 11,
+ "value": "\"config_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1681,
+ "length": 17,
+ "value": "\"recorded_events\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1725,
+ "length": 17,
+ "value": "\"recorded_values\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1770,
+ "length": 18,
+ "value": "\"conversion_value\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1838,
+ "length": 22,
+ "value": "\"conversion_timestamp\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1885,
+ "length": 15,
+ "value": "\"is_aggregated\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1933,
+ "length": 10,
+ "value": "\"has_skan\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 1985,
+ "length": 34,
+ "value": "\"is_conversion_filtering_eligible\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 2047,
+ "length": 12,
+ "value": "\"fb_content\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 2097,
+ "length": 15,
+ "value": "\"fb_content_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 2174,
+ "length": 9,
+ "value": "\"DEFAULT\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 2201,
+ "length": 7,
+ "value": "\"BRAND\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 2225,
+ "length": 6,
+ "value": "\"CPAS\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 2174,
+ "length": 9,
+ "value": "\"DEFAULT\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 2201,
+ "length": 7,
+ "value": "\"BRAND\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 2225,
+ "length": 6,
+ "value": "\"CPAS\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMInvocation.swift",
+ "kind": "StringLiteral",
+ "offset": 294,
+ "length": 13,
+ "value": "\"FBAEMKit.AEMInvocation\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMNetworker.swift",
+ "kind": "StringLiteral",
+ "offset": 501,
+ "length": 6,
+ "value": "\"\r\n\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMNetworker.swift",
+ "kind": "StringLiteral",
+ "offset": 539,
+ "length": 8,
+ "value": "\"17.1.0\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMNetworker.swift",
+ "kind": "StringLiteral",
+ "offset": 588,
+ "length": 7,
+ "value": "\"v17.0\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMNetworker.swift",
+ "kind": "StringLiteral",
+ "offset": 617,
+ "length": 5,
+ "value": "\"ios\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMNetworker.swift",
+ "kind": "StringLiteral",
+ "offset": 654,
+ "length": 10,
+ "value": "\"FBiOSAEM\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMNetworker.swift",
+ "kind": "StringLiteral",
+ "offset": 699,
+ "length": 35,
+ "value": "\"https:\/\/graph.facebook.com\/v17.0\/\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMNetworker.swift",
+ "kind": "StringLiteral",
+ "offset": 772,
+ "length": 18,
+ "value": "\"application\/json\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMNetworker.swift",
+ "kind": "StringLiteral",
+ "offset": 820,
+ "length": 21,
+ "value": "\"com.facebook.aemkit\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMNetworker.swift",
+ "kind": "StringLiteral",
+ "offset": 865,
+ "length": 49,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMNetworker.swift",
+ "kind": "StringLiteral",
+ "offset": 889,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMNetworker.swift",
+ "kind": "StringLiteral",
+ "offset": 913,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMNetworker.swift",
+ "kind": "StringLiteral",
+ "offset": 1122,
+ "length": 21,
+ "value": "\"\/\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMNetworker.swift",
+ "kind": "StringLiteral",
+ "offset": 1142,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMNetworker.swift",
+ "kind": "StringLiteral",
+ "offset": 1264,
+ "length": 8,
+ "value": "\"\/macOS\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 435,
+ "length": 15,
+ "value": "\"advertiser_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 480,
+ "length": 16,
+ "value": "\"advertiser_ids\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 528,
+ "length": 17,
+ "value": "\"fb_content_data\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 577,
+ "length": 17,
+ "value": "\"al_applink_data\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 623,
+ "length": 13,
+ "value": "\"campaign_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 669,
+ "length": 17,
+ "value": "\"conversion_data\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 720,
+ "length": 18,
+ "value": "\"consumption_hour\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 762,
+ "length": 7,
+ "value": "\"token\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 792,
+ "length": 6,
+ "value": "\"hmac\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 825,
+ "length": 11,
+ "value": "\"config_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 864,
+ "length": 12,
+ "value": "\"delay_flow\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 916,
+ "length": 25,
+ "value": "\"is_conversion_filtering\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 972,
+ "length": 16,
+ "value": "\"fb_content_ids\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 1016,
+ "length": 12,
+ "value": "\"catalog_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 1077,
+ "length": 54,
+ "value": "\"com.facebook.sdk:FBAEMMinAggregationRequestTimestamp\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 1156,
+ "length": 8,
+ "value": "\"fields\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 1187,
+ "length": 6,
+ "value": "\"data\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 1226,
+ "length": 17,
+ "value": "\"aem_conversions\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 1269,
+ "length": 9,
+ "value": "\"success\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 1309,
+ "length": 16,
+ "value": "\"is_valid_match\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 1363,
+ "length": 23,
+ "value": "\"matched_advertiser_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 1419,
+ "length": 18,
+ "value": "\"in_segment_value\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 1483,
+ "length": 34,
+ "value": "\"content_id_belongs_to_catalog_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 1587,
+ "length": 42,
+ "value": "\"com.facebook.appevents.AEM.FBAEMReporter\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1714,
+ "length": 5,
+ "value": "86400"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1760,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 1823,
+ "length": 27,
+ "value": "\"FBSDKAEMReportData.report\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 1878,
+ "length": 27,
+ "value": "\"FBSDKAEMReportData.config\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 1972,
+ "length": 24,
+ "value": "\"aem_conversion_configs\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 2034,
+ "length": 23,
+ "value": "\"aem_conversion_filter\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 2090,
+ "length": 17,
+ "value": "\"aem_attribution\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 2163,
+ "length": 5,
+ "value": "\"GET\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 2191,
+ "length": 6,
+ "value": "\"POST\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "StringLiteral",
+ "offset": 2295,
+ "length": 8,
+ "value": "\"(null)\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2541,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2585,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2635,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2681,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2739,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "Dictionary",
+ "offset": 2958,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "Array",
+ "offset": 3006,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMReporter.swift",
+ "kind": "Array",
+ "offset": 3157,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMRequestBody.swift",
+ "kind": "StringLiteral",
+ "offset": 584,
+ "length": 6,
+ "value": "\"\r\n\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMRule.swift",
+ "kind": "StringLiteral",
+ "offset": 436,
+ "length": 18,
+ "value": "\"conversion_value\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMRule.swift",
+ "kind": "StringLiteral",
+ "offset": 484,
+ "length": 10,
+ "value": "\"priority\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMRule.swift",
+ "kind": "StringLiteral",
+ "offset": 522,
+ "length": 8,
+ "value": "\"events\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMRule.swift",
+ "kind": "StringLiteral",
+ "offset": 269,
+ "length": 7,
+ "value": "\"FBAEMKit.AEMRule\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMUtility.swift",
+ "kind": "StringLiteral",
+ "offset": 329,
+ "length": 12,
+ "value": "\"fb_content\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMUtility.swift",
+ "kind": "StringLiteral",
+ "offset": 369,
+ "length": 15,
+ "value": "\"fb_content_id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMUtility.swift",
+ "kind": "StringLiteral",
+ "offset": 412,
+ "length": 12,
+ "value": "\"item_price\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMUtility.swift",
+ "kind": "StringLiteral",
+ "offset": 451,
+ "length": 4,
+ "value": "\"id\""
+ },
+ {
+ "filePath": "\/data\/sandcastle\/boxes\/trunk-git-facebook-ios-sdk\/FBAEMKit\/FBAEMKit\/AEMUtility.swift",
+ "kind": "StringLiteral",
+ "offset": 482,
+ "length": 10,
+ "value": "\"quantity\""
+ }
+ ]
+}
\ No newline at end of file
diff --git a/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/Modules/FBAEMKit.swiftmodule/x86_64-apple-ios-macabi.private.swiftinterface b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/Modules/FBAEMKit.swiftmodule/x86_64-apple-ios-macabi.private.swiftinterface
new file mode 100644
index 0000000000..63a6c9415f
--- /dev/null
+++ b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/Modules/FBAEMKit.swiftmodule/x86_64-apple-ios-macabi.private.swiftinterface
@@ -0,0 +1,32 @@
+// swift-interface-format-version: 1.0
+// swift-compiler-version: Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4)
+// swift-module-flags: -target x86_64-apple-ios13.1-macabi -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name FBAEMKit
+import CommonCrypto
+import CommonCrypto.CommonHMAC
+import FBSDKCoreKit_Basics
+import Foundation
+import Swift
+import _Concurrency
+import _StringProcessing
+import _SwiftConcurrencyShims
+public typealias FBGraphRequestCompletion = (Any?, (any Swift.Error)?) -> Swift.Void
+@objc(FBAEMNetworking) public protocol AEMNetworking {
+ @objc(startGraphRequestWithGraphPath:parameters:tokenString:HTTPMethod:completion:) func startGraphRequest(withGraphPath graphPath: Swift.String, parameters: [Swift.String : Any], tokenString: Swift.String?, httpMethod method: Swift.String?, completion: @escaping FBAEMKit.FBGraphRequestCompletion)
+}
+@_inheritsConvenienceInitializers @objcMembers @objc(FBAEMReporter) final public class AEMReporter : ObjectiveC.NSObject {
+ @objc public static func configure(networker: (any FBAEMKit.AEMNetworking)?, appID: Swift.String?, reporter: (any FBAEMKit.SKAdNetworkReporting)?)
+ @objc public static func configure(networker: (any FBAEMKit.AEMNetworking)?, appID: Swift.String?, reporter: (any FBAEMKit.SKAdNetworkReporting)?, analyticsAppID: Swift.String?, store: (any FBSDKCoreKit_Basics.DataPersisting)?)
+ @objc public static func enable()
+ @objc public static func setConversionFilteringEnabled(_ enabled: Swift.Bool)
+ @objc public static func setCatalogMatchingEnabled(_ enabled: Swift.Bool)
+ @objc public static func setAdvertiserRuleMatchInServerEnabled(_ enabled: Swift.Bool)
+ @objc public static func handle(_ url: Foundation.URL?)
+ @objc(recordAndUpdateEvent:currency:value:parameters:) public static func recordAndUpdate(event: Swift.String, currency: Swift.String?, value: Foundation.NSNumber?, parameters: [Swift.String : Any]?)
+ @objc override dynamic public init()
+ @objc deinit
+}
+@objc(FBSKAdNetworkReporting) public protocol SKAdNetworkReporting {
+ @objc func shouldCutoff() -> Swift.Bool
+ @objc(isReportingEvent:) func isReportingEvent(_ event: Swift.String) -> Swift.Bool
+ @objc func checkAndRevokeTimer()
+}
diff --git a/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/Modules/FBAEMKit.swiftmodule/x86_64-apple-ios-macabi.swiftdoc b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/Modules/FBAEMKit.swiftmodule/x86_64-apple-ios-macabi.swiftdoc
new file mode 100644
index 0000000000..c5313199ec
Binary files /dev/null and b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/Modules/FBAEMKit.swiftmodule/x86_64-apple-ios-macabi.swiftdoc differ
diff --git a/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/Modules/FBAEMKit.swiftmodule/x86_64-apple-ios-macabi.swiftinterface b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/Modules/FBAEMKit.swiftmodule/x86_64-apple-ios-macabi.swiftinterface
new file mode 100644
index 0000000000..63a6c9415f
--- /dev/null
+++ b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/Modules/FBAEMKit.swiftmodule/x86_64-apple-ios-macabi.swiftinterface
@@ -0,0 +1,32 @@
+// swift-interface-format-version: 1.0
+// swift-compiler-version: Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4)
+// swift-module-flags: -target x86_64-apple-ios13.1-macabi -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name FBAEMKit
+import CommonCrypto
+import CommonCrypto.CommonHMAC
+import FBSDKCoreKit_Basics
+import Foundation
+import Swift
+import _Concurrency
+import _StringProcessing
+import _SwiftConcurrencyShims
+public typealias FBGraphRequestCompletion = (Any?, (any Swift.Error)?) -> Swift.Void
+@objc(FBAEMNetworking) public protocol AEMNetworking {
+ @objc(startGraphRequestWithGraphPath:parameters:tokenString:HTTPMethod:completion:) func startGraphRequest(withGraphPath graphPath: Swift.String, parameters: [Swift.String : Any], tokenString: Swift.String?, httpMethod method: Swift.String?, completion: @escaping FBAEMKit.FBGraphRequestCompletion)
+}
+@_inheritsConvenienceInitializers @objcMembers @objc(FBAEMReporter) final public class AEMReporter : ObjectiveC.NSObject {
+ @objc public static func configure(networker: (any FBAEMKit.AEMNetworking)?, appID: Swift.String?, reporter: (any FBAEMKit.SKAdNetworkReporting)?)
+ @objc public static func configure(networker: (any FBAEMKit.AEMNetworking)?, appID: Swift.String?, reporter: (any FBAEMKit.SKAdNetworkReporting)?, analyticsAppID: Swift.String?, store: (any FBSDKCoreKit_Basics.DataPersisting)?)
+ @objc public static func enable()
+ @objc public static func setConversionFilteringEnabled(_ enabled: Swift.Bool)
+ @objc public static func setCatalogMatchingEnabled(_ enabled: Swift.Bool)
+ @objc public static func setAdvertiserRuleMatchInServerEnabled(_ enabled: Swift.Bool)
+ @objc public static func handle(_ url: Foundation.URL?)
+ @objc(recordAndUpdateEvent:currency:value:parameters:) public static func recordAndUpdate(event: Swift.String, currency: Swift.String?, value: Foundation.NSNumber?, parameters: [Swift.String : Any]?)
+ @objc override dynamic public init()
+ @objc deinit
+}
+@objc(FBSKAdNetworkReporting) public protocol SKAdNetworkReporting {
+ @objc func shouldCutoff() -> Swift.Bool
+ @objc(isReportingEvent:) func isReportingEvent(_ event: Swift.String) -> Swift.Bool
+ @objc func checkAndRevokeTimer()
+}
diff --git a/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/Modules/module.modulemap b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/Modules/module.modulemap
new file mode 100644
index 0000000000..f3a8d2fb0a
--- /dev/null
+++ b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/Modules/module.modulemap
@@ -0,0 +1,4 @@
+framework module FBAEMKit {
+ header "FBAEMKit-Swift.h"
+ requires objc
+}
diff --git a/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/Resources/Info.plist b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/Resources/Info.plist
new file mode 100644
index 0000000000..d519bed04b
--- /dev/null
+++ b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/Resources/Info.plist
@@ -0,0 +1,52 @@
+
+
+
+
+ BuildMachineOSBuild
+ 23F79
+ CFBundleDevelopmentRegion
+ en
+ CFBundleExecutable
+ FBAEMKit
+ CFBundleIdentifier
+ com.facebook.sdk.FBAEMKit
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundleName
+ FBAEMKit
+ CFBundlePackageType
+ FMWK
+ CFBundleShortVersionString
+ 1.0
+ CFBundleSignature
+ ????
+ CFBundleSupportedPlatforms
+
+ MacOSX
+
+ CFBundleVersion
+ 17.1.0
+ DTCompiler
+ com.apple.compilers.llvm.clang.1_0
+ DTPlatformBuild
+
+ DTPlatformName
+ macosx
+ DTPlatformVersion
+ 14.5
+ DTSDKBuild
+ 23F73
+ DTSDKName
+ macosx14.5
+ DTXcode
+ 1540
+ DTXcodeBuild
+ 15F31d
+ LSMinimumSystemVersion
+ 10.15
+ UIDeviceFamily
+
+ 2
+
+
+
diff --git a/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/Resources/PrivacyInfo.xcprivacy b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/Resources/PrivacyInfo.xcprivacy
new file mode 100644
index 0000000000..93cac16c23
--- /dev/null
+++ b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/Resources/PrivacyInfo.xcprivacy
@@ -0,0 +1,21 @@
+
+
+
+
+ NSPrivacyTracking
+
+ NSPrivacyCollectedDataTypes
+
+ NSPrivacyAccessedAPITypes
+
+
+ NSPrivacyAccessedAPIType
+ NSPrivacyAccessedAPICategoryUserDefaults
+ NSPrivacyAccessedAPITypeReasons
+
+ CA92.1
+
+
+
+
+
diff --git a/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/_CodeSignature/CodeResources b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/_CodeSignature/CodeResources
new file mode 100644
index 0000000000..19686992b4
--- /dev/null
+++ b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/A/_CodeSignature/CodeResources
@@ -0,0 +1,209 @@
+
+
+
+
+ files
+
+ Resources/Info.plist
+
+ mYNfT9UkR9qOCQET6QPdU2Rd6Pw=
+
+ Resources/PrivacyInfo.xcprivacy
+
+ Fo7sebV/R02g8kqyPtqICO8eVyI=
+
+
+ files2
+
+ Headers/FBAEMKit-Swift.h
+
+ hash2
+
+ rnoOnLQ4Ls7PXoieTZ+/SZby/qY9o1psqoiAc8qJxKM=
+
+
+ Modules/FBAEMKit.swiftmodule/arm64-apple-ios-macabi.abi.json
+
+ hash2
+
+ nzRFG4uUg7fv/vpWYei74jBOhgBUvPF7c3p0uHnyWtM=
+
+
+ Modules/FBAEMKit.swiftmodule/arm64-apple-ios-macabi.private.swiftinterface
+
+ hash2
+
+ aku9cybKdeyGKDjeFNP2CFlEHeADke7u6kJrxQrasXg=
+
+
+ Modules/FBAEMKit.swiftmodule/arm64-apple-ios-macabi.swiftdoc
+
+ hash2
+
+ zJB9/TquAluszrvxDZ/RlnQbtfxyXZY9WKp+71LZsj4=
+
+
+ Modules/FBAEMKit.swiftmodule/arm64-apple-ios-macabi.swiftinterface
+
+ hash2
+
+ aku9cybKdeyGKDjeFNP2CFlEHeADke7u6kJrxQrasXg=
+
+
+ Modules/FBAEMKit.swiftmodule/x86_64-apple-ios-macabi.abi.json
+
+ hash2
+
+ nzRFG4uUg7fv/vpWYei74jBOhgBUvPF7c3p0uHnyWtM=
+
+
+ Modules/FBAEMKit.swiftmodule/x86_64-apple-ios-macabi.private.swiftinterface
+
+ hash2
+
+ M4c8FtwmzDceC3gx3FZiaWBMwIyUA7qsI1foAS9Y83k=
+
+
+ Modules/FBAEMKit.swiftmodule/x86_64-apple-ios-macabi.swiftdoc
+
+ hash2
+
+ VpGERY4YXc1E8LgyJ5s26ZDzj1RMV1HFbd9URQ0ZPnY=
+
+
+ Modules/FBAEMKit.swiftmodule/x86_64-apple-ios-macabi.swiftinterface
+
+ hash2
+
+ M4c8FtwmzDceC3gx3FZiaWBMwIyUA7qsI1foAS9Y83k=
+
+
+ Modules/module.modulemap
+
+ hash2
+
+ jq+nSulDKiN4tenILjgXg82TzM040TCurYFTCVRKXxM=
+
+
+ Resources/Info.plist
+
+ hash2
+
+ YRh9OJSw3EvJ43KUYRhdo2kukWB5f3KSDs8/iP8mXns=
+
+
+ Resources/PrivacyInfo.xcprivacy
+
+ hash2
+
+ ZFIpWmrSklTJLGaAOPLGos/UQMB82oH4FOmWrCFbhBU=
+
+
+
+ rules
+
+ ^Resources/
+
+ ^Resources/.*\.lproj/
+
+ optional
+
+ weight
+ 1000
+
+ ^Resources/.*\.lproj/locversion.plist$
+
+ omit
+
+ weight
+ 1100
+
+ ^Resources/Base\.lproj/
+
+ weight
+ 1010
+
+ ^version.plist$
+
+
+ rules2
+
+ .*\.dSYM($|/)
+
+ weight
+ 11
+
+ ^(.*/)?\.DS_Store$
+
+ omit
+
+ weight
+ 2000
+
+ ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/
+
+ nested
+
+ weight
+ 10
+
+ ^.*
+
+ ^Info\.plist$
+
+ omit
+
+ weight
+ 20
+
+ ^PkgInfo$
+
+ omit
+
+ weight
+ 20
+
+ ^Resources/
+
+ weight
+ 20
+
+ ^Resources/.*\.lproj/
+
+ optional
+
+ weight
+ 1000
+
+ ^Resources/.*\.lproj/locversion.plist$
+
+ omit
+
+ weight
+ 1100
+
+ ^Resources/Base\.lproj/
+
+ weight
+ 1010
+
+ ^[^/]+$
+
+ nested
+
+ weight
+ 10
+
+ ^embedded\.provisionprofile$
+
+ weight
+ 20
+
+ ^version\.plist$
+
+ weight
+ 20
+
+
+
+
diff --git a/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/Current b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/Current
new file mode 120000
index 0000000000..8c7e5a667f
--- /dev/null
+++ b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Versions/Current
@@ -0,0 +1 @@
+A
\ No newline at end of file
diff --git a/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-simulator/FBAEMKit.framework/FBAEMKit b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-simulator/FBAEMKit.framework/FBAEMKit
new file mode 100755
index 0000000000..2fa3552f02
Binary files /dev/null and b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-simulator/FBAEMKit.framework/FBAEMKit differ
diff --git a/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-simulator/FBAEMKit.framework/Headers/FBAEMKit-Swift.h b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-simulator/FBAEMKit.framework/Headers/FBAEMKit-Swift.h
new file mode 100644
index 0000000000..906e44a941
--- /dev/null
+++ b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-simulator/FBAEMKit.framework/Headers/FBAEMKit-Swift.h
@@ -0,0 +1,714 @@
+#if 0
+#elif defined(__arm64__) && __arm64__
+// Generated by Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4)
+#ifndef FBAEMKIT_SWIFT_H
+#define FBAEMKIT_SWIFT_H
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wgcc-compat"
+
+#if !defined(__has_include)
+# define __has_include(x) 0
+#endif
+#if !defined(__has_attribute)
+# define __has_attribute(x) 0
+#endif
+#if !defined(__has_feature)
+# define __has_feature(x) 0
+#endif
+#if !defined(__has_warning)
+# define __has_warning(x) 0
+#endif
+
+#if __has_include()
+# include
+#endif
+
+#pragma clang diagnostic ignored "-Wauto-import"
+#if defined(__OBJC__)
+#include
+#endif
+#if defined(__cplusplus)
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#else
+#include
+#include
+#include
+#include
+#endif
+#if defined(__cplusplus)
+#if defined(__arm64e__) && __has_include()
+# include
+#else
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wreserved-macro-identifier"
+# ifndef __ptrauth_swift_value_witness_function_pointer
+# define __ptrauth_swift_value_witness_function_pointer(x)
+# endif
+# ifndef __ptrauth_swift_class_method_pointer
+# define __ptrauth_swift_class_method_pointer(x)
+# endif
+#pragma clang diagnostic pop
+#endif
+#endif
+
+#if !defined(SWIFT_TYPEDEFS)
+# define SWIFT_TYPEDEFS 1
+# if __has_include()
+# include
+# elif !defined(__cplusplus)
+typedef uint_least16_t char16_t;
+typedef uint_least32_t char32_t;
+# endif
+typedef float swift_float2 __attribute__((__ext_vector_type__(2)));
+typedef float swift_float3 __attribute__((__ext_vector_type__(3)));
+typedef float swift_float4 __attribute__((__ext_vector_type__(4)));
+typedef double swift_double2 __attribute__((__ext_vector_type__(2)));
+typedef double swift_double3 __attribute__((__ext_vector_type__(3)));
+typedef double swift_double4 __attribute__((__ext_vector_type__(4)));
+typedef int swift_int2 __attribute__((__ext_vector_type__(2)));
+typedef int swift_int3 __attribute__((__ext_vector_type__(3)));
+typedef int swift_int4 __attribute__((__ext_vector_type__(4)));
+typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2)));
+typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3)));
+typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
+#endif
+
+#if !defined(SWIFT_PASTE)
+# define SWIFT_PASTE_HELPER(x, y) x##y
+# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y)
+#endif
+#if !defined(SWIFT_METATYPE)
+# define SWIFT_METATYPE(X) Class
+#endif
+#if !defined(SWIFT_CLASS_PROPERTY)
+# if __has_feature(objc_class_property)
+# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__
+# else
+# define SWIFT_CLASS_PROPERTY(...)
+# endif
+#endif
+#if !defined(SWIFT_RUNTIME_NAME)
+# if __has_attribute(objc_runtime_name)
+# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
+# else
+# define SWIFT_RUNTIME_NAME(X)
+# endif
+#endif
+#if !defined(SWIFT_COMPILE_NAME)
+# if __has_attribute(swift_name)
+# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
+# else
+# define SWIFT_COMPILE_NAME(X)
+# endif
+#endif
+#if !defined(SWIFT_METHOD_FAMILY)
+# if __has_attribute(objc_method_family)
+# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
+# else
+# define SWIFT_METHOD_FAMILY(X)
+# endif
+#endif
+#if !defined(SWIFT_NOESCAPE)
+# if __has_attribute(noescape)
+# define SWIFT_NOESCAPE __attribute__((noescape))
+# else
+# define SWIFT_NOESCAPE
+# endif
+#endif
+#if !defined(SWIFT_RELEASES_ARGUMENT)
+# if __has_attribute(ns_consumed)
+# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
+# else
+# define SWIFT_RELEASES_ARGUMENT
+# endif
+#endif
+#if !defined(SWIFT_WARN_UNUSED_RESULT)
+# if __has_attribute(warn_unused_result)
+# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
+# else
+# define SWIFT_WARN_UNUSED_RESULT
+# endif
+#endif
+#if !defined(SWIFT_NORETURN)
+# if __has_attribute(noreturn)
+# define SWIFT_NORETURN __attribute__((noreturn))
+# else
+# define SWIFT_NORETURN
+# endif
+#endif
+#if !defined(SWIFT_CLASS_EXTRA)
+# define SWIFT_CLASS_EXTRA
+#endif
+#if !defined(SWIFT_PROTOCOL_EXTRA)
+# define SWIFT_PROTOCOL_EXTRA
+#endif
+#if !defined(SWIFT_ENUM_EXTRA)
+# define SWIFT_ENUM_EXTRA
+#endif
+#if !defined(SWIFT_CLASS)
+# if __has_attribute(objc_subclassing_restricted)
+# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA
+# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
+# else
+# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
+# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
+# endif
+#endif
+#if !defined(SWIFT_RESILIENT_CLASS)
+# if __has_attribute(objc_class_stub)
+# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub))
+# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME)
+# else
+# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME)
+# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME)
+# endif
+#endif
+#if !defined(SWIFT_PROTOCOL)
+# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
+# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
+#endif
+#if !defined(SWIFT_EXTENSION)
+# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
+#endif
+#if !defined(OBJC_DESIGNATED_INITIALIZER)
+# if __has_attribute(objc_designated_initializer)
+# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
+# else
+# define OBJC_DESIGNATED_INITIALIZER
+# endif
+#endif
+#if !defined(SWIFT_ENUM_ATTR)
+# if __has_attribute(enum_extensibility)
+# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility)))
+# else
+# define SWIFT_ENUM_ATTR(_extensibility)
+# endif
+#endif
+#if !defined(SWIFT_ENUM)
+# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
+# if __has_feature(generalized_swift_name)
+# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
+# else
+# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility)
+# endif
+#endif
+#if !defined(SWIFT_UNAVAILABLE)
+# define SWIFT_UNAVAILABLE __attribute__((unavailable))
+#endif
+#if !defined(SWIFT_UNAVAILABLE_MSG)
+# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg)))
+#endif
+#if !defined(SWIFT_AVAILABILITY)
+# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__)))
+#endif
+#if !defined(SWIFT_WEAK_IMPORT)
+# define SWIFT_WEAK_IMPORT __attribute__((weak_import))
+#endif
+#if !defined(SWIFT_DEPRECATED)
+# define SWIFT_DEPRECATED __attribute__((deprecated))
+#endif
+#if !defined(SWIFT_DEPRECATED_MSG)
+# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
+#endif
+#if !defined(SWIFT_DEPRECATED_OBJC)
+# if __has_feature(attribute_diagnose_if_objc)
+# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning")))
+# else
+# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
+# endif
+#endif
+#if defined(__OBJC__)
+#if !defined(IBSegueAction)
+# define IBSegueAction
+#endif
+#endif
+#if !defined(SWIFT_EXTERN)
+# if defined(__cplusplus)
+# define SWIFT_EXTERN extern "C"
+# else
+# define SWIFT_EXTERN extern
+# endif
+#endif
+#if !defined(SWIFT_CALL)
+# define SWIFT_CALL __attribute__((swiftcall))
+#endif
+#if !defined(SWIFT_INDIRECT_RESULT)
+# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result))
+#endif
+#if !defined(SWIFT_CONTEXT)
+# define SWIFT_CONTEXT __attribute__((swift_context))
+#endif
+#if !defined(SWIFT_ERROR_RESULT)
+# define SWIFT_ERROR_RESULT __attribute__((swift_error_result))
+#endif
+#if defined(__cplusplus)
+# define SWIFT_NOEXCEPT noexcept
+#else
+# define SWIFT_NOEXCEPT
+#endif
+#if !defined(SWIFT_C_INLINE_THUNK)
+# if __has_attribute(always_inline)
+# if __has_attribute(nodebug)
+# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug))
+# else
+# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline))
+# endif
+# else
+# define SWIFT_C_INLINE_THUNK inline
+# endif
+#endif
+#if defined(_WIN32)
+#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
+# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport)
+#endif
+#else
+#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
+# define SWIFT_IMPORT_STDLIB_SYMBOL
+#endif
+#endif
+#if defined(__OBJC__)
+#if __has_feature(objc_modules)
+#if __has_warning("-Watimport-in-framework-header")
+#pragma clang diagnostic ignored "-Watimport-in-framework-header"
+#endif
+@import Foundation;
+@import ObjectiveC;
+#endif
+
+#endif
+#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch"
+#pragma clang diagnostic ignored "-Wduplicate-method-arg"
+#if __has_warning("-Wpragma-clang-attribute")
+# pragma clang diagnostic ignored "-Wpragma-clang-attribute"
+#endif
+#pragma clang diagnostic ignored "-Wunknown-pragmas"
+#pragma clang diagnostic ignored "-Wnullability"
+#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension"
+
+#if __has_attribute(external_source_symbol)
+# pragma push_macro("any")
+# undef any
+# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="FBAEMKit",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol))
+# pragma pop_macro("any")
+#endif
+
+#if defined(__OBJC__)
+@class NSString;
+
+SWIFT_PROTOCOL_NAMED("AEMNetworking")
+@protocol FBAEMNetworking
+- (void)startGraphRequestWithGraphPath:(NSString * _Nonnull)graphPath parameters:(NSDictionary * _Nonnull)parameters tokenString:(NSString * _Nullable)tokenString HTTPMethod:(NSString * _Nullable)method completion:(void (^ _Nonnull)(id _Nullable, NSError * _Nullable))completion;
+@end
+
+@protocol FBSKAdNetworkReporting;
+@protocol FBSDKDataPersisting;
+@class NSURL;
+@class NSNumber;
+
+SWIFT_CLASS_NAMED("AEMReporter")
+@interface FBAEMReporter : NSObject
++ (void)configureWithNetworker:(id _Nullable)networker appID:(NSString * _Nullable)appID reporter:(id _Nullable)reporter;
++ (void)configureWithNetworker:(id _Nullable)networker appID:(NSString * _Nullable)appID reporter:(id _Nullable)reporter analyticsAppID:(NSString * _Nullable)analyticsAppID store:(id _Nullable)store;
+/// Enable AEM reporting. This function won’t work and AEM APIs will early return.
+/// This function should be called in application(_:open:options:) from ApplicationDelegate.
++ (void)enable;
+/// Control whether to enable conversion filtering
+/// This function should be called in application(_:open:options:)
from ApplicationDelegate
++ (void)setConversionFilteringEnabled:(BOOL)enabled;
+/// Control whether to enable catalog matching
+/// This function should be called in application(_:open:options:)
from ApplicationDelegate
++ (void)setCatalogMatchingEnabled:(BOOL)enabled;
+/// Control whether to enable advertiser rule match enabled in server side. This is expected
+/// to be called internally by FB SDK and will be removed in the future
+/// This function should be called in application(_:open:options:)
from ApplicationDelegate
++ (void)setAdvertiserRuleMatchInServerEnabled:(BOOL)enabled;
+/// Handle deeplink
+/// This function should be called in application(_:open:options:)
from ApplicationDelegate
++ (void)handle:(NSURL * _Nullable)url;
+/// Calculate the conversion value for the app event based on the AEM configuration
+/// This function should be called when you log any in-app events
++ (void)recordAndUpdateEvent:(NSString * _Nonnull)event currency:(NSString * _Nullable)currency value:(NSNumber * _Nullable)value parameters:(NSDictionary * _Nullable)parameters;
+- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
+@end
+
+
+SWIFT_PROTOCOL_NAMED("SKAdNetworkReporting")
+@protocol FBSKAdNetworkReporting
+- (BOOL)shouldCutoff SWIFT_WARN_UNUSED_RESULT;
+- (BOOL)isReportingEvent:(NSString * _Nonnull)event SWIFT_WARN_UNUSED_RESULT;
+- (void)checkAndRevokeTimer;
+@end
+
+#endif
+#if __has_attribute(external_source_symbol)
+# pragma clang attribute pop
+#endif
+#if defined(__cplusplus)
+#endif
+#pragma clang diagnostic pop
+#endif
+
+#elif defined(__x86_64__) && __x86_64__
+// Generated by Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4)
+#ifndef FBAEMKIT_SWIFT_H
+#define FBAEMKIT_SWIFT_H
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wgcc-compat"
+
+#if !defined(__has_include)
+# define __has_include(x) 0
+#endif
+#if !defined(__has_attribute)
+# define __has_attribute(x) 0
+#endif
+#if !defined(__has_feature)
+# define __has_feature(x) 0
+#endif
+#if !defined(__has_warning)
+# define __has_warning(x) 0
+#endif
+
+#if __has_include()
+# include
+#endif
+
+#pragma clang diagnostic ignored "-Wauto-import"
+#if defined(__OBJC__)
+#include
+#endif
+#if defined(__cplusplus)
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#else
+#include
+#include
+#include
+#include
+#endif
+#if defined(__cplusplus)
+#if defined(__arm64e__) && __has_include()
+# include
+#else
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wreserved-macro-identifier"
+# ifndef __ptrauth_swift_value_witness_function_pointer
+# define __ptrauth_swift_value_witness_function_pointer(x)
+# endif
+# ifndef __ptrauth_swift_class_method_pointer
+# define __ptrauth_swift_class_method_pointer(x)
+# endif
+#pragma clang diagnostic pop
+#endif
+#endif
+
+#if !defined(SWIFT_TYPEDEFS)
+# define SWIFT_TYPEDEFS 1
+# if __has_include()
+# include
+# elif !defined(__cplusplus)
+typedef uint_least16_t char16_t;
+typedef uint_least32_t char32_t;
+# endif
+typedef float swift_float2 __attribute__((__ext_vector_type__(2)));
+typedef float swift_float3 __attribute__((__ext_vector_type__(3)));
+typedef float swift_float4 __attribute__((__ext_vector_type__(4)));
+typedef double swift_double2 __attribute__((__ext_vector_type__(2)));
+typedef double swift_double3 __attribute__((__ext_vector_type__(3)));
+typedef double swift_double4 __attribute__((__ext_vector_type__(4)));
+typedef int swift_int2 __attribute__((__ext_vector_type__(2)));
+typedef int swift_int3 __attribute__((__ext_vector_type__(3)));
+typedef int swift_int4 __attribute__((__ext_vector_type__(4)));
+typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2)));
+typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3)));
+typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
+#endif
+
+#if !defined(SWIFT_PASTE)
+# define SWIFT_PASTE_HELPER(x, y) x##y
+# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y)
+#endif
+#if !defined(SWIFT_METATYPE)
+# define SWIFT_METATYPE(X) Class
+#endif
+#if !defined(SWIFT_CLASS_PROPERTY)
+# if __has_feature(objc_class_property)
+# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__
+# else
+# define SWIFT_CLASS_PROPERTY(...)
+# endif
+#endif
+#if !defined(SWIFT_RUNTIME_NAME)
+# if __has_attribute(objc_runtime_name)
+# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
+# else
+# define SWIFT_RUNTIME_NAME(X)
+# endif
+#endif
+#if !defined(SWIFT_COMPILE_NAME)
+# if __has_attribute(swift_name)
+# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
+# else
+# define SWIFT_COMPILE_NAME(X)
+# endif
+#endif
+#if !defined(SWIFT_METHOD_FAMILY)
+# if __has_attribute(objc_method_family)
+# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
+# else
+# define SWIFT_METHOD_FAMILY(X)
+# endif
+#endif
+#if !defined(SWIFT_NOESCAPE)
+# if __has_attribute(noescape)
+# define SWIFT_NOESCAPE __attribute__((noescape))
+# else
+# define SWIFT_NOESCAPE
+# endif
+#endif
+#if !defined(SWIFT_RELEASES_ARGUMENT)
+# if __has_attribute(ns_consumed)
+# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
+# else
+# define SWIFT_RELEASES_ARGUMENT
+# endif
+#endif
+#if !defined(SWIFT_WARN_UNUSED_RESULT)
+# if __has_attribute(warn_unused_result)
+# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
+# else
+# define SWIFT_WARN_UNUSED_RESULT
+# endif
+#endif
+#if !defined(SWIFT_NORETURN)
+# if __has_attribute(noreturn)
+# define SWIFT_NORETURN __attribute__((noreturn))
+# else
+# define SWIFT_NORETURN
+# endif
+#endif
+#if !defined(SWIFT_CLASS_EXTRA)
+# define SWIFT_CLASS_EXTRA
+#endif
+#if !defined(SWIFT_PROTOCOL_EXTRA)
+# define SWIFT_PROTOCOL_EXTRA
+#endif
+#if !defined(SWIFT_ENUM_EXTRA)
+# define SWIFT_ENUM_EXTRA
+#endif
+#if !defined(SWIFT_CLASS)
+# if __has_attribute(objc_subclassing_restricted)
+# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA
+# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
+# else
+# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
+# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
+# endif
+#endif
+#if !defined(SWIFT_RESILIENT_CLASS)
+# if __has_attribute(objc_class_stub)
+# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub))
+# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME)
+# else
+# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME)
+# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME)
+# endif
+#endif
+#if !defined(SWIFT_PROTOCOL)
+# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
+# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
+#endif
+#if !defined(SWIFT_EXTENSION)
+# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
+#endif
+#if !defined(OBJC_DESIGNATED_INITIALIZER)
+# if __has_attribute(objc_designated_initializer)
+# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
+# else
+# define OBJC_DESIGNATED_INITIALIZER
+# endif
+#endif
+#if !defined(SWIFT_ENUM_ATTR)
+# if __has_attribute(enum_extensibility)
+# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility)))
+# else
+# define SWIFT_ENUM_ATTR(_extensibility)
+# endif
+#endif
+#if !defined(SWIFT_ENUM)
+# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
+# if __has_feature(generalized_swift_name)
+# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
+# else
+# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility)
+# endif
+#endif
+#if !defined(SWIFT_UNAVAILABLE)
+# define SWIFT_UNAVAILABLE __attribute__((unavailable))
+#endif
+#if !defined(SWIFT_UNAVAILABLE_MSG)
+# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg)))
+#endif
+#if !defined(SWIFT_AVAILABILITY)
+# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__)))
+#endif
+#if !defined(SWIFT_WEAK_IMPORT)
+# define SWIFT_WEAK_IMPORT __attribute__((weak_import))
+#endif
+#if !defined(SWIFT_DEPRECATED)
+# define SWIFT_DEPRECATED __attribute__((deprecated))
+#endif
+#if !defined(SWIFT_DEPRECATED_MSG)
+# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
+#endif
+#if !defined(SWIFT_DEPRECATED_OBJC)
+# if __has_feature(attribute_diagnose_if_objc)
+# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning")))
+# else
+# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
+# endif
+#endif
+#if defined(__OBJC__)
+#if !defined(IBSegueAction)
+# define IBSegueAction
+#endif
+#endif
+#if !defined(SWIFT_EXTERN)
+# if defined(__cplusplus)
+# define SWIFT_EXTERN extern "C"
+# else
+# define SWIFT_EXTERN extern
+# endif
+#endif
+#if !defined(SWIFT_CALL)
+# define SWIFT_CALL __attribute__((swiftcall))
+#endif
+#if !defined(SWIFT_INDIRECT_RESULT)
+# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result))
+#endif
+#if !defined(SWIFT_CONTEXT)
+# define SWIFT_CONTEXT __attribute__((swift_context))
+#endif
+#if !defined(SWIFT_ERROR_RESULT)
+# define SWIFT_ERROR_RESULT __attribute__((swift_error_result))
+#endif
+#if defined(__cplusplus)
+# define SWIFT_NOEXCEPT noexcept
+#else
+# define SWIFT_NOEXCEPT
+#endif
+#if !defined(SWIFT_C_INLINE_THUNK)
+# if __has_attribute(always_inline)
+# if __has_attribute(nodebug)
+# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug))
+# else
+# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline))
+# endif
+# else
+# define SWIFT_C_INLINE_THUNK inline
+# endif
+#endif
+#if defined(_WIN32)
+#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
+# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport)
+#endif
+#else
+#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
+# define SWIFT_IMPORT_STDLIB_SYMBOL
+#endif
+#endif
+#if defined(__OBJC__)
+#if __has_feature(objc_modules)
+#if __has_warning("-Watimport-in-framework-header")
+#pragma clang diagnostic ignored "-Watimport-in-framework-header"
+#endif
+@import Foundation;
+@import ObjectiveC;
+#endif
+
+#endif
+#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch"
+#pragma clang diagnostic ignored "-Wduplicate-method-arg"
+#if __has_warning("-Wpragma-clang-attribute")
+# pragma clang diagnostic ignored "-Wpragma-clang-attribute"
+#endif
+#pragma clang diagnostic ignored "-Wunknown-pragmas"
+#pragma clang diagnostic ignored "-Wnullability"
+#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension"
+
+#if __has_attribute(external_source_symbol)
+# pragma push_macro("any")
+# undef any
+# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="FBAEMKit",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol))
+# pragma pop_macro("any")
+#endif
+
+#if defined(__OBJC__)
+@class NSString;
+
+SWIFT_PROTOCOL_NAMED("AEMNetworking")
+@protocol FBAEMNetworking
+- (void)startGraphRequestWithGraphPath:(NSString * _Nonnull)graphPath parameters:(NSDictionary * _Nonnull)parameters tokenString:(NSString * _Nullable)tokenString HTTPMethod:(NSString * _Nullable)method completion:(void (^ _Nonnull)(id _Nullable, NSError * _Nullable))completion;
+@end
+
+@protocol FBSKAdNetworkReporting;
+@protocol FBSDKDataPersisting;
+@class NSURL;
+@class NSNumber;
+
+SWIFT_CLASS_NAMED("AEMReporter")
+@interface FBAEMReporter : NSObject
++ (void)configureWithNetworker:(id _Nullable)networker appID:(NSString * _Nullable)appID reporter:(id _Nullable)reporter;
++ (void)configureWithNetworker:(id _Nullable)networker appID:(NSString * _Nullable)appID reporter:(id _Nullable)reporter analyticsAppID:(NSString * _Nullable)analyticsAppID store:(id _Nullable)store;
+/// Enable AEM reporting. This function won’t work and AEM APIs will early return.
+/// This function should be called in application(_:open:options:) from ApplicationDelegate.
++ (void)enable;
+/// Control whether to enable conversion filtering
+/// This function should be called in application(_:open:options:)
from ApplicationDelegate
++ (void)setConversionFilteringEnabled:(BOOL)enabled;
+/// Control whether to enable catalog matching
+/// This function should be called in application(_:open:options:)
from ApplicationDelegate
++ (void)setCatalogMatchingEnabled:(BOOL)enabled;
+/// Control whether to enable advertiser rule match enabled in server side. This is expected
+/// to be called internally by FB SDK and will be removed in the future
+/// This function should be called in application(_:open:options:)
from ApplicationDelegate
++ (void)setAdvertiserRuleMatchInServerEnabled:(BOOL)enabled;
+/// Handle deeplink
+/// This function should be called in application(_:open:options:)
from ApplicationDelegate
++ (void)handle:(NSURL * _Nullable)url;
+/// Calculate the conversion value for the app event based on the AEM configuration
+/// This function should be called when you log any in-app events
++ (void)recordAndUpdateEvent:(NSString * _Nonnull)event currency:(NSString * _Nullable)currency value:(NSNumber * _Nullable)value parameters:(NSDictionary * _Nullable)parameters;
+- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
+@end
+
+
+SWIFT_PROTOCOL_NAMED("SKAdNetworkReporting")
+@protocol FBSKAdNetworkReporting
+- (BOOL)shouldCutoff SWIFT_WARN_UNUSED_RESULT;
+- (BOOL)isReportingEvent:(NSString * _Nonnull)event SWIFT_WARN_UNUSED_RESULT;
+- (void)checkAndRevokeTimer;
+@end
+
+#endif
+#if __has_attribute(external_source_symbol)
+# pragma clang attribute pop
+#endif
+#if defined(__cplusplus)
+#endif
+#pragma clang diagnostic pop
+#endif
+
+#else
+#error unsupported Swift architecture
+#endif
diff --git a/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-simulator/FBAEMKit.framework/Info.plist b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-simulator/FBAEMKit.framework/Info.plist
new file mode 100644
index 0000000000..e56c85a18e
Binary files /dev/null and b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-simulator/FBAEMKit.framework/Info.plist differ
diff --git a/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-simulator/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/arm64-apple-ios-simulator.abi.json b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-simulator/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/arm64-apple-ios-simulator.abi.json
new file mode 100644
index 0000000000..8c05b2c069
--- /dev/null
+++ b/.build/artifacts/facebook-ios-sdk/FBAEMKit/FBAEMKit.xcframework/ios-arm64_x86_64-simulator/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/arm64-apple-ios-simulator.abi.json
@@ -0,0 +1,17866 @@
+{
+ "ABIRoot": {
+ "kind": "Root",
+ "name": "TopLevel",
+ "printedName": "TopLevel",
+ "children": [
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMAdvertiserMultiEntryRule",
+ "printedName": "AEMAdvertiserMultiEntryRule",
+ "children": [
+ {
+ "kind": "TypeDecl",
+ "name": "CodingKeys",
+ "printedName": "CodingKeys",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "operator",
+ "printedName": "operator",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys.Type) -> FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO8operatoryA2EmF",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO8operatoryA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 0
+ },
+ {
+ "kind": "Var",
+ "name": "rules",
+ "printedName": "rules",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys.Type) -> FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO5rulesyA2EmF",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO5rulesyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 1
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(rawValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO8rawValueAESgSS_tcfc",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO8rawValueAESgSS_tcfc",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Var",
+ "name": "rawValue",
+ "printedName": "rawValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO8rawValueSSvp",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO8rawValueSSvp",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO8rawValueSSvg",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO8rawValueSSvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "stringValue",
+ "printedName": "stringValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO11stringValueSSvp",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO11stringValueSSvp",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO11stringValueSSvg",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO11stringValueSSvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(stringValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO11stringValueAESgSS_tcfc",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO11stringValueAESgSS_tcfc",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Var",
+ "name": "intValue",
+ "printedName": "intValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.Int?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO8intValueSiSgvp",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO8intValueSiSgvp",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.Int?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO8intValueSiSgvg",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO8intValueSiSgvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(intValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule.CodingKeys",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO8intValueAESgSi_tcfc",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO8intValueAESgSi_tcfc",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Enum",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC10CodingKeysO",
+ "moduleName": "FBAEMKit",
+ "enumRawTypeName": "String",
+ "isEnumExhaustive": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "RawRepresentable",
+ "printedName": "RawRepresentable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "RawValue",
+ "printedName": "RawValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ]
+ }
+ ],
+ "usr": "s:SY",
+ "mangledName": "$sSY"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CodingKey",
+ "printedName": "CodingKey",
+ "usr": "s:s9CodingKeyP",
+ "mangledName": "$ss9CodingKeyP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "operator",
+ "printedName": "operator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC8operatorAA0bE8OperatorOvp",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC8operatorAA0bE8OperatorOvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 0,
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC8operatorAA0bE8OperatorOvg",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC8operatorAA0bE8OperatorOvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "rules",
+ "printedName": "rules",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[any FBAEMKit.AEMAdvertiserRuleMatching]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleMatching",
+ "printedName": "any FBAEMKit.AEMAdvertiserRuleMatching",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleMatchingP"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC5rulesSayAA0bE8Matching_pGvp",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC5rulesSayAA0bE8Matching_pGvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 1,
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[any FBAEMKit.AEMAdvertiserRuleMatching]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleMatching",
+ "printedName": "any FBAEMKit.AEMAdvertiserRuleMatching",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleMatchingP"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC5rulesSayAA0bE8Matching_pGvg",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC5rulesSayAA0bE8Matching_pGvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(with:rules:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserMultiEntryRule",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserMultiEntryRule"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[any FBAEMKit.AEMAdvertiserRuleMatching]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleMatching",
+ "printedName": "any FBAEMKit.AEMAdvertiserRuleMatching",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleMatchingP"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC4with5rulesAcA0bE8OperatorO_SayAA0bE8Matching_pGtcfc",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC4with5rulesAcA0bE8OperatorO_SayAA0bE8Matching_pGtcfc",
+ "moduleName": "FBAEMKit",
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Function",
+ "name": "isMatchedEventParameters",
+ "printedName": "isMatchedEventParameters(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit27AEMAdvertiserMultiEntryRuleC24isMatchedEventParametersySbSDySSypGSgF",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC24isMatchedEventParametersySbSDySSypGSgF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "RawDocComment"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Var",
+ "name": "supportsSecureCoding",
+ "printedName": "supportsSecureCoding",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserMultiEntryRule(cpy)supportsSecureCoding",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC20supportsSecureCodingSbvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "objc_name": "supportsSecureCoding",
+ "declAttributes": [
+ "Final",
+ "ObjC",
+ "RawDocComment"
+ ],
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserMultiEntryRule(cm)supportsSecureCoding",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC20supportsSecureCodingSbvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "objc_name": "supportsSecureCoding",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(coder:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserMultiEntryRule",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserMultiEntryRule"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "NSCoder",
+ "printedName": "Foundation.NSCoder",
+ "usr": "c:objc(cs)NSCoder"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserMultiEntryRule(im)initWithCoder:",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC5coderACSgSo7NSCoderC_tcfc",
+ "moduleName": "FBAEMKit",
+ "objc_name": "initWithCoder:",
+ "declAttributes": [
+ "ObjC",
+ "Convenience"
+ ],
+ "init_kind": "Convenience"
+ },
+ {
+ "kind": "Function",
+ "name": "encode",
+ "printedName": "encode(with:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "NSCoder",
+ "printedName": "Foundation.NSCoder",
+ "usr": "c:objc(cs)NSCoder"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserMultiEntryRule(im)encodeWithCoder:",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC6encode4withySo7NSCoderC_tF",
+ "moduleName": "FBAEMKit",
+ "objc_name": "encodeWithCoder:",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserMultiEntryRule",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserMultiEntryRule"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserMultiEntryRule(im)init",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleCACycfc",
+ "moduleName": "FBAEMKit",
+ "overriding": true,
+ "implicit": true,
+ "objc_name": "init",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC",
+ "Override"
+ ],
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Class",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserMultiEntryRule",
+ "mangledName": "$s8FBAEMKit27AEMAdvertiserMultiEntryRuleC",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "AEMAdvertiserRuleMatching",
+ "printedName": "AEMAdvertiserRuleMatching",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleMatchingP",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleMatchingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "FBSDKCoreKit_Basics",
+ "printedName": "FBSDKCoreKit_Basics",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit"
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMAdvertiserRuleFactory",
+ "printedName": "AEMAdvertiserRuleFactory",
+ "children": [
+ {
+ "kind": "Function",
+ "name": "createRule",
+ "printedName": "createRule(json:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.AEMAdvertiserRuleMatching)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleMatching",
+ "printedName": "any FBAEMKit.AEMAdvertiserRuleMatching",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleMatchingP"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit24AEMAdvertiserRuleFactoryC06createC04jsonAA0bC8Matching_pSgSSSg_tF",
+ "mangledName": "$s8FBAEMKit24AEMAdvertiserRuleFactoryC06createC04jsonAA0bC8Matching_pSgSSSg_tF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "RawDocComment"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "createRule",
+ "printedName": "createRule(dictionary:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.AEMAdvertiserRuleMatching)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleMatching",
+ "printedName": "any FBAEMKit.AEMAdvertiserRuleMatching",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleMatchingP"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit24AEMAdvertiserRuleFactoryC06createC010dictionaryAA0bC8Matching_pSgSDySSypG_tF",
+ "mangledName": "$s8FBAEMKit24AEMAdvertiserRuleFactoryC06createC010dictionaryAA0bC8Matching_pSgSDySSypG_tF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "createMultiEntryRule",
+ "printedName": "createMultiEntryRule(from:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserMultiEntryRule",
+ "printedName": "FBAEMKit.AEMAdvertiserMultiEntryRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserMultiEntryRule"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit24AEMAdvertiserRuleFactoryC016createMultiEntryC04fromAA0bfgC0CSgSDySSypG_tF",
+ "mangledName": "$s8FBAEMKit24AEMAdvertiserRuleFactoryC016createMultiEntryC04fromAA0bfgC0CSgSDySSypG_tF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "RawDocComment"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "createSingleEntryRule",
+ "printedName": "createSingleEntryRule(from:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMAdvertiserSingleEntryRule?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserSingleEntryRule",
+ "printedName": "FBAEMKit.AEMAdvertiserSingleEntryRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserSingleEntryRule"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit24AEMAdvertiserRuleFactoryC017createSingleEntryC04fromAA0bfgC0CSgSDySSypG_tF",
+ "mangledName": "$s8FBAEMKit24AEMAdvertiserRuleFactoryC017createSingleEntryC04fromAA0bfgC0CSgSDySSypG_tF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "primaryKey",
+ "printedName": "primaryKey(for:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit24AEMAdvertiserRuleFactoryC10primaryKey3forSSSgSDySSypG_tF",
+ "mangledName": "$s8FBAEMKit24AEMAdvertiserRuleFactoryC10primaryKey3forSSSgSDySSypG_tF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "getOperator",
+ "printedName": "getOperator(from:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit24AEMAdvertiserRuleFactoryC11getOperator4fromAA0bcF0OSDySSypG_tF",
+ "mangledName": "$s8FBAEMKit24AEMAdvertiserRuleFactoryC11getOperator4fromAA0bcF0OSDySSypG_tF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isOperatorForMultiEntryRule",
+ "printedName": "isOperatorForMultiEntryRule(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit24AEMAdvertiserRuleFactoryC023isOperatorForMultiEntryC0ySbAA0bcF0OF",
+ "mangledName": "$s8FBAEMKit24AEMAdvertiserRuleFactoryC023isOperatorForMultiEntryC0ySbAA0bcF0OF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleFactory",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleFactory",
+ "usr": "s:8FBAEMKit24AEMAdvertiserRuleFactoryC"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit24AEMAdvertiserRuleFactoryCACycfc",
+ "mangledName": "$s8FBAEMKit24AEMAdvertiserRuleFactoryCACycfc",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Class",
+ "usr": "s:8FBAEMKit24AEMAdvertiserRuleFactoryC",
+ "mangledName": "$s8FBAEMKit24AEMAdvertiserRuleFactoryC",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "AEMAdvertiserRuleProviding",
+ "printedName": "AEMAdvertiserRuleProviding",
+ "usr": "s:8FBAEMKit26AEMAdvertiserRuleProvidingP",
+ "mangledName": "$s8FBAEMKit26AEMAdvertiserRuleProvidingP"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMAdvertiserRuleMatching",
+ "printedName": "AEMAdvertiserRuleMatching",
+ "children": [
+ {
+ "kind": "Function",
+ "name": "isMatchedEventParameters",
+ "printedName": "isMatchedEventParameters(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleMatchingP24isMatchedEventParametersySbSDySSypGSgF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleMatchingP24isMatchedEventParametersySbSDySSypGSgF",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0 where τ_0_0 : FBAEMKit.AEMAdvertiserRuleMatching>",
+ "sugared_genericSig": "",
+ "protocolReq": true,
+ "reqNewWitnessTableEntry": true,
+ "funcSelfKind": "NonMutating"
+ }
+ ],
+ "declKind": "Protocol",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleMatchingP",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleMatchingP",
+ "moduleName": "FBAEMKit"
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "unknown",
+ "printedName": "unknown",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO7unknownyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO7unknownyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 0
+ },
+ {
+ "kind": "Var",
+ "name": "and",
+ "printedName": "and",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO3andyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO3andyA2CmF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ],
+ "fixedbinaryorder": 1
+ },
+ {
+ "kind": "Var",
+ "name": "or",
+ "printedName": "or",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO2oryA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO2oryA2CmF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ],
+ "fixedbinaryorder": 2
+ },
+ {
+ "kind": "Var",
+ "name": "not",
+ "printedName": "not",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO3notyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO3notyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 3
+ },
+ {
+ "kind": "Var",
+ "name": "contains",
+ "printedName": "contains",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO8containsyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO8containsyA2CmF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ],
+ "fixedbinaryorder": 4
+ },
+ {
+ "kind": "Var",
+ "name": "notContains",
+ "printedName": "notContains",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO11notContainsyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO11notContainsyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 5
+ },
+ {
+ "kind": "Var",
+ "name": "startsWith",
+ "printedName": "startsWith",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO10startsWithyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO10startsWithyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 6
+ },
+ {
+ "kind": "Var",
+ "name": "caseInsensitiveContains",
+ "printedName": "caseInsensitiveContains",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO23caseInsensitiveContainsyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO23caseInsensitiveContainsyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 7
+ },
+ {
+ "kind": "Var",
+ "name": "caseInsensitiveNotContains",
+ "printedName": "caseInsensitiveNotContains",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO26caseInsensitiveNotContainsyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO26caseInsensitiveNotContainsyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 8
+ },
+ {
+ "kind": "Var",
+ "name": "caseInsensitiveStartsWith",
+ "printedName": "caseInsensitiveStartsWith",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO25caseInsensitiveStartsWithyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO25caseInsensitiveStartsWithyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 9
+ },
+ {
+ "kind": "Var",
+ "name": "regexMatch",
+ "printedName": "regexMatch",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO10regexMatchyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO10regexMatchyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 10
+ },
+ {
+ "kind": "Var",
+ "name": "equal",
+ "printedName": "equal",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO5equalyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO5equalyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 11
+ },
+ {
+ "kind": "Var",
+ "name": "notEqual",
+ "printedName": "notEqual",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO8notEqualyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO8notEqualyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 12
+ },
+ {
+ "kind": "Var",
+ "name": "lessThan",
+ "printedName": "lessThan",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO8lessThanyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO8lessThanyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 13
+ },
+ {
+ "kind": "Var",
+ "name": "lessThanOrEqual",
+ "printedName": "lessThanOrEqual",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO15lessThanOrEqualyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO15lessThanOrEqualyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 14
+ },
+ {
+ "kind": "Var",
+ "name": "greaterThan",
+ "printedName": "greaterThan",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO11greaterThanyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO11greaterThanyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 15
+ },
+ {
+ "kind": "Var",
+ "name": "greaterThanOrEqual",
+ "printedName": "greaterThanOrEqual",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO18greaterThanOrEqualyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO18greaterThanOrEqualyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 16
+ },
+ {
+ "kind": "Var",
+ "name": "caseInsensitiveIsAny",
+ "printedName": "caseInsensitiveIsAny",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO20caseInsensitiveIsAnyyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO20caseInsensitiveIsAnyyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 17
+ },
+ {
+ "kind": "Var",
+ "name": "caseInsensitiveIsNotAny",
+ "printedName": "caseInsensitiveIsNotAny",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO23caseInsensitiveIsNotAnyyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO23caseInsensitiveIsNotAnyyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 18
+ },
+ {
+ "kind": "Var",
+ "name": "isAny",
+ "printedName": "isAny",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO5isAnyyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO5isAnyyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 19
+ },
+ {
+ "kind": "Var",
+ "name": "isNotAny",
+ "printedName": "isNotAny",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMAdvertiserRuleOperator.Type) -> FBAEMKit.AEMAdvertiserRuleOperator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO8isNotAnyyA2CmF",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO8isNotAnyyA2CmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 20
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(rawValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO8rawValueACSgSi_tcfc",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO8rawValueACSgSi_tcfc",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Var",
+ "name": "rawValue",
+ "printedName": "rawValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO8rawValueSivp",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO8rawValueSivp",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO8rawValueSivg",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO8rawValueSivg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ }
+ ],
+ "declKind": "Enum",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleOperatorO",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ],
+ "enumRawTypeName": "Int",
+ "isEnumExhaustive": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "RawRepresentable",
+ "printedName": "RawRepresentable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "RawValue",
+ "printedName": "RawValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ]
+ }
+ ],
+ "usr": "s:SY",
+ "mangledName": "$sSY"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMAdvertiserRuleProviding",
+ "printedName": "AEMAdvertiserRuleProviding",
+ "children": [
+ {
+ "kind": "Function",
+ "name": "createRule",
+ "printedName": "createRule(json:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.AEMAdvertiserRuleMatching)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleMatching",
+ "printedName": "any FBAEMKit.AEMAdvertiserRuleMatching",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleMatchingP"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit26AEMAdvertiserRuleProvidingP06createC04jsonAA0bC8Matching_pSgSSSg_tF",
+ "mangledName": "$s8FBAEMKit26AEMAdvertiserRuleProvidingP06createC04jsonAA0bC8Matching_pSgSSSg_tF",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0 where τ_0_0 : FBAEMKit.AEMAdvertiserRuleProviding>",
+ "sugared_genericSig": "",
+ "protocolReq": true,
+ "reqNewWitnessTableEntry": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "createRule",
+ "printedName": "createRule(dictionary:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.AEMAdvertiserRuleMatching)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleMatching",
+ "printedName": "any FBAEMKit.AEMAdvertiserRuleMatching",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleMatchingP"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit26AEMAdvertiserRuleProvidingP06createC010dictionaryAA0bC8Matching_pSgSDySSypG_tF",
+ "mangledName": "$s8FBAEMKit26AEMAdvertiserRuleProvidingP06createC010dictionaryAA0bC8Matching_pSgSDySSypG_tF",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0 where τ_0_0 : FBAEMKit.AEMAdvertiserRuleProviding>",
+ "sugared_genericSig": "",
+ "protocolReq": true,
+ "reqNewWitnessTableEntry": true,
+ "funcSelfKind": "NonMutating"
+ }
+ ],
+ "declKind": "Protocol",
+ "usr": "s:8FBAEMKit26AEMAdvertiserRuleProvidingP",
+ "mangledName": "$s8FBAEMKit26AEMAdvertiserRuleProvidingP",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "FBSDKCoreKit_Basics",
+ "printedName": "FBSDKCoreKit_Basics",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit"
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMAdvertiserSingleEntryRule",
+ "printedName": "AEMAdvertiserSingleEntryRule",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "operator",
+ "printedName": "operator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC8operatorAA0bE8OperatorOvp",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC8operatorAA0bE8OperatorOvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 0,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC8operatorAA0bE8OperatorOvg",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC8operatorAA0bE8OperatorOvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC8operatorAA0bE8OperatorOvs",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC8operatorAA0bE8OperatorOvs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC8operatorAA0bE8OperatorOvM",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC8operatorAA0bE8OperatorOvM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "paramKey",
+ "printedName": "paramKey",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC8paramKeySSvp",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC8paramKeySSvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 1,
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC8paramKeySSvg",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC8paramKeySSvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "linguisticCondition",
+ "printedName": "linguisticCondition",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC19linguisticConditionSSSgvp",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC19linguisticConditionSSSgvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 2,
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC19linguisticConditionSSSgvg",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC19linguisticConditionSSSgvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "numericalCondition",
+ "printedName": "numericalCondition",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.Double?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC18numericalConditionSdSgvp",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC18numericalConditionSdSgvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 3,
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.Double?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC18numericalConditionSdSgvg",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC18numericalConditionSdSgvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "arrayCondition",
+ "printedName": "arrayCondition",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[Swift.String]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC14arrayConditionSaySSGSgvp",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC14arrayConditionSaySSGSgvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 4,
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[Swift.String]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC14arrayConditionSaySSGSgvg",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC14arrayConditionSaySSGSgvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(operator:paramKey:linguisticCondition:numericalCondition:arrayCondition:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserSingleEntryRule",
+ "printedName": "FBAEMKit.AEMAdvertiserSingleEntryRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserSingleEntryRule"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.Double?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[Swift.String]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC8operator8paramKey19linguisticCondition09numericalJ005arrayJ0AcA0bE8OperatorO_S2SSgSdSgSaySSGSgtcfc",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC8operator8paramKey19linguisticCondition09numericalJ005arrayJ0AcA0bE8OperatorO_S2SSgSdSgSaySSGSgtcfc",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ],
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(with:paramKey:linguisticCondition:numericalCondition:arrayCondition:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserSingleEntryRule",
+ "printedName": "FBAEMKit.AEMAdvertiserSingleEntryRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserSingleEntryRule"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleOperator",
+ "printedName": "FBAEMKit.AEMAdvertiserRuleOperator",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleOperatorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.NSNumber?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSNumber",
+ "printedName": "Foundation.NSNumber",
+ "usr": "c:objc(cs)NSNumber"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[Swift.String]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC4with8paramKey19linguisticCondition09numericalJ005arrayJ0AcA0bE8OperatorO_S2SSgSo8NSNumberCSgSaySSGSgtcfc",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC4with8paramKey19linguisticCondition09numericalJ005arrayJ0AcA0bE8OperatorO_S2SSgSo8NSNumberCSgSaySSGSgtcfc",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Convenience"
+ ],
+ "init_kind": "Convenience"
+ },
+ {
+ "kind": "Function",
+ "name": "isMatchedEventParameters",
+ "printedName": "isMatchedEventParameters(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC24isMatchedEventParametersySbSDySSypGSgF",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC24isMatchedEventParametersySbSDySSypGSgF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "RawDocComment"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isMatchedEventParameters",
+ "printedName": "isMatchedEventParameters(eventParams:paramPath:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[Swift.String]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC24isMatchedEventParameters11eventParams9paramPathSbSDySSypGSg_SaySSGtF",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC24isMatchedEventParameters11eventParams9paramPathSbSDySSypGSg_SaySSGtF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isMatched",
+ "printedName": "isMatched(withAsteriskParam:eventParameters:paramPath:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[Swift.String]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC9isMatched17withAsteriskParam15eventParameters9paramPathSbSS_SDySSypGSaySSGtF",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC9isMatched17withAsteriskParam15eventParameters9paramPathSbSS_SDySSypGSaySSGtF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isMatched",
+ "printedName": "isMatched(withStringValue:numericalValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.Double?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC9isMatched15withStringValue09numericalJ0SbSSSg_SdSgtF",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC9isMatched15withStringValue09numericalJ0SbSSSg_SdSgtF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "RawDocComment"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isRegexMatch",
+ "printedName": "isRegexMatch(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC12isRegexMatchySbSSF",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC12isRegexMatchySbSSF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isAny",
+ "printedName": "isAny(of:stringValue:ignoreCase:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[Swift.String]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sa"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC5isAny2of11stringValue10ignoreCaseSbSaySSG_SSSbtF",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC5isAny2of11stringValue10ignoreCaseSbSaySSG_SSSbtF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Var",
+ "name": "supportsSecureCoding",
+ "printedName": "supportsSecureCoding",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserSingleEntryRule(cpy)supportsSecureCoding",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC20supportsSecureCodingSbvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "objc_name": "supportsSecureCoding",
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "ObjC",
+ "HasStorage",
+ "RawDocComment"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserSingleEntryRule(cm)supportsSecureCoding",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC20supportsSecureCodingSbvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "objc_name": "supportsSecureCoding",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserSingleEntryRule(cm)setSupportsSecureCoding:",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC20supportsSecureCodingSbvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit28AEMAdvertiserSingleEntryRuleC20supportsSecureCodingSbvMZ",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC20supportsSecureCodingSbvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(coder:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMAdvertiserSingleEntryRule?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserSingleEntryRule",
+ "printedName": "FBAEMKit.AEMAdvertiserSingleEntryRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserSingleEntryRule"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "NSCoder",
+ "printedName": "Foundation.NSCoder",
+ "usr": "c:objc(cs)NSCoder"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserSingleEntryRule(im)initWithCoder:",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC5coderACSgSo7NSCoderC_tcfc",
+ "moduleName": "FBAEMKit",
+ "objc_name": "initWithCoder:",
+ "declAttributes": [
+ "ObjC"
+ ],
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Function",
+ "name": "encode",
+ "printedName": "encode(with:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "NSCoder",
+ "printedName": "Foundation.NSCoder",
+ "usr": "c:objc(cs)NSCoder"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserSingleEntryRule(im)encodeWithCoder:",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC6encode4withySo7NSCoderC_tF",
+ "moduleName": "FBAEMKit",
+ "objc_name": "encodeWithCoder:",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isEqual",
+ "printedName": "isEqual(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Any?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserSingleEntryRule(im)isEqual:",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC7isEqualySbypSgF",
+ "moduleName": "FBAEMKit",
+ "overriding": true,
+ "objc_name": "isEqual:",
+ "declAttributes": [
+ "Final",
+ "ObjC",
+ "Override"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserSingleEntryRule",
+ "printedName": "FBAEMKit.AEMAdvertiserSingleEntryRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserSingleEntryRule"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserSingleEntryRule(im)init",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleCACycfc",
+ "moduleName": "FBAEMKit",
+ "overriding": true,
+ "implicit": true,
+ "objc_name": "init",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC",
+ "Override"
+ ],
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Class",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMAdvertiserSingleEntryRule",
+ "mangledName": "$s8FBAEMKit28AEMAdvertiserSingleEntryRuleC",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "AEMAdvertiserRuleMatching",
+ "printedName": "AEMAdvertiserRuleMatching",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleMatchingP",
+ "mangledName": "$s8FBAEMKit25AEMAdvertiserRuleMatchingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMConfiguration",
+ "printedName": "AEMConfiguration",
+ "children": [
+ {
+ "kind": "TypeDecl",
+ "name": "CodingKeys",
+ "printedName": "CodingKeys",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "defaultCurrency",
+ "printedName": "defaultCurrency",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMConfiguration.CodingKeys.Type) -> FBAEMKit.AEMConfiguration.CodingKeys",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO15defaultCurrencyyA2EmF",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO15defaultCurrencyyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 0
+ },
+ {
+ "kind": "Var",
+ "name": "cutoffTime",
+ "printedName": "cutoffTime",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMConfiguration.CodingKeys.Type) -> FBAEMKit.AEMConfiguration.CodingKeys",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO10cutoffTimeyA2EmF",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO10cutoffTimeyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 1
+ },
+ {
+ "kind": "Var",
+ "name": "conversionValueRules",
+ "printedName": "conversionValueRules",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMConfiguration.CodingKeys.Type) -> FBAEMKit.AEMConfiguration.CodingKeys",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO20conversionValueRulesyA2EmF",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO20conversionValueRulesyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 2
+ },
+ {
+ "kind": "Var",
+ "name": "validFrom",
+ "printedName": "validFrom",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMConfiguration.CodingKeys.Type) -> FBAEMKit.AEMConfiguration.CodingKeys",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO9validFromyA2EmF",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO9validFromyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 3
+ },
+ {
+ "kind": "Var",
+ "name": "mode",
+ "printedName": "mode",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMConfiguration.CodingKeys.Type) -> FBAEMKit.AEMConfiguration.CodingKeys",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO4modeyA2EmF",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO4modeyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 4
+ },
+ {
+ "kind": "Var",
+ "name": "advertiserID",
+ "printedName": "advertiserID",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMConfiguration.CodingKeys.Type) -> FBAEMKit.AEMConfiguration.CodingKeys",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO12advertiserIDyA2EmF",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO12advertiserIDyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 5
+ },
+ {
+ "kind": "Var",
+ "name": "businessID",
+ "printedName": "businessID",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMConfiguration.CodingKeys.Type) -> FBAEMKit.AEMConfiguration.CodingKeys",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO10businessIDyA2EmF",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO10businessIDyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 6
+ },
+ {
+ "kind": "Var",
+ "name": "paramRule",
+ "printedName": "paramRule",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMConfiguration.CodingKeys.Type) -> FBAEMKit.AEMConfiguration.CodingKeys",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO9paramRuleyA2EmF",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO9paramRuleyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 7
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(rawValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO8rawValueAESgSS_tcfc",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO8rawValueAESgSS_tcfc",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Var",
+ "name": "rawValue",
+ "printedName": "rawValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO8rawValueSSvp",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO8rawValueSSvp",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO8rawValueSSvg",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO8rawValueSSvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "stringValue",
+ "printedName": "stringValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO11stringValueSSvp",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO11stringValueSSvp",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO11stringValueSSvg",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO11stringValueSSvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(stringValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO11stringValueAESgSS_tcfc",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO11stringValueAESgSS_tcfc",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Var",
+ "name": "intValue",
+ "printedName": "intValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.Int?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO8intValueSiSgvp",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO8intValueSiSgvp",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.Int?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO8intValueSiSgvg",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO8intValueSiSgvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(intValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMConfiguration.CodingKeys",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO8intValueAESgSi_tcfc",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO8intValueAESgSi_tcfc",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Enum",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10CodingKeysO",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10CodingKeysO",
+ "moduleName": "FBAEMKit",
+ "enumRawTypeName": "String",
+ "isEnumExhaustive": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "RawRepresentable",
+ "printedName": "RawRepresentable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "RawValue",
+ "printedName": "RawValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ]
+ }
+ ],
+ "usr": "s:SY",
+ "mangledName": "$sSY"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CodingKey",
+ "printedName": "CodingKey",
+ "usr": "s:s9CodingKeyP",
+ "mangledName": "$ss9CodingKeyP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "cutoffTime",
+ "printedName": "cutoffTime",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10cutoffTimeSivp",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10cutoffTimeSivp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage",
+ "SetterAccess"
+ ],
+ "fixedbinaryorder": 0,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10cutoffTimeSivg",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10cutoffTimeSivg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "validFrom",
+ "printedName": "validFrom",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit16AEMConfigurationC9validFromSivp",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC9validFromSivp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage",
+ "SetterAccess",
+ "RawDocComment"
+ ],
+ "fixedbinaryorder": 1,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC9validFromSivg",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC9validFromSivg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "defaultCurrency",
+ "printedName": "defaultCurrency",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit16AEMConfigurationC15defaultCurrencySSvp",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC15defaultCurrencySSvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage",
+ "SetterAccess"
+ ],
+ "fixedbinaryorder": 2,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC15defaultCurrencySSvg",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC15defaultCurrencySSvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "mode",
+ "printedName": "mode",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit16AEMConfigurationC4modeSSvp",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC4modeSSvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage",
+ "SetterAccess"
+ ],
+ "fixedbinaryorder": 3,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC4modeSSvg",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC4modeSSvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "businessID",
+ "printedName": "businessID",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10businessIDSSSgvp",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10businessIDSSSgvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "SetterAccess"
+ ],
+ "fixedbinaryorder": 4,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10businessIDSSSgvg",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10businessIDSSSgvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "matchingRule",
+ "printedName": "matchingRule",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.AEMAdvertiserRuleMatching)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleMatching",
+ "printedName": "any FBAEMKit.AEMAdvertiserRuleMatching",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleMatchingP"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit16AEMConfigurationC12matchingRuleAA013AEMAdvertiserD8Matching_pSgvp",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC12matchingRuleAA013AEMAdvertiserD8Matching_pSgvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "SetterAccess"
+ ],
+ "fixedbinaryorder": 5,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.AEMAdvertiserRuleMatching)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleMatching",
+ "printedName": "any FBAEMKit.AEMAdvertiserRuleMatching",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleMatchingP"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC12matchingRuleAA013AEMAdvertiserD8Matching_pSgvg",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC12matchingRuleAA013AEMAdvertiserD8Matching_pSgvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "conversionValueRules",
+ "printedName": "conversionValueRules",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMRule]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMRule",
+ "printedName": "FBAEMKit.AEMRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMRule"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit16AEMConfigurationC20conversionValueRulesSayAA7AEMRuleCGvp",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC20conversionValueRulesSayAA7AEMRuleCGvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage",
+ "SetterAccess"
+ ],
+ "fixedbinaryorder": 6,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMRule]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMRule",
+ "printedName": "FBAEMKit.AEMRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMRule"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC20conversionValueRulesSayAA7AEMRuleCGvg",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC20conversionValueRulesSayAA7AEMRuleCGvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "eventSet",
+ "printedName": "eventSet",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Set",
+ "printedName": "Swift.Set",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sh"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit16AEMConfigurationC8eventSetShySSGvp",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC8eventSetShySSGvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage",
+ "SetterAccess"
+ ],
+ "fixedbinaryorder": 7,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Set",
+ "printedName": "Swift.Set",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sh"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC8eventSetShySSGvg",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC8eventSetShySSGvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "currencySet",
+ "printedName": "currencySet",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Set",
+ "printedName": "Swift.Set",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sh"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit16AEMConfigurationC11currencySetShySSGvp",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC11currencySetShySSGvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage",
+ "SetterAccess"
+ ],
+ "fixedbinaryorder": 8,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Set",
+ "printedName": "Swift.Set",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sh"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC11currencySetShySSGvg",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC11currencySetShySSGvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "ruleProvider",
+ "printedName": "ruleProvider",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.AEMAdvertiserRuleProviding)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleProviding",
+ "printedName": "any FBAEMKit.AEMAdvertiserRuleProviding",
+ "usr": "s:8FBAEMKit26AEMAdvertiserRuleProvidingP"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit16AEMConfigurationC12ruleProviderAA26AEMAdvertiserRuleProviding_pSgvpZ",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC12ruleProviderAA26AEMAdvertiserRuleProviding_pSgvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "SetterAccess"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.AEMAdvertiserRuleProviding)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleProviding",
+ "printedName": "any FBAEMKit.AEMAdvertiserRuleProviding",
+ "usr": "s:8FBAEMKit26AEMAdvertiserRuleProvidingP"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC12ruleProviderAA26AEMAdvertiserRuleProviding_pSgvgZ",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC12ruleProviderAA26AEMAdvertiserRuleProviding_pSgvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Function",
+ "name": "configure",
+ "printedName": "configure(withRuleProvider:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleProviding",
+ "printedName": "any FBAEMKit.AEMAdvertiserRuleProviding",
+ "usr": "s:8FBAEMKit26AEMAdvertiserRuleProvidingP"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit16AEMConfigurationC9configure16withRuleProvideryAA013AEMAdvertiserE9Providing_p_tFZ",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC9configure16withRuleProvideryAA013AEMAdvertiserE9Providing_p_tFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(json:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMConfiguration?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit16AEMConfigurationC4jsonACSgSDySSypGSg_tcfc",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC4jsonACSgSDySSypGSg_tcfc",
+ "moduleName": "FBAEMKit",
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Function",
+ "name": "parseRules",
+ "printedName": "parseRules(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[FBAEMKit.AEMRule]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMRule]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMRule",
+ "printedName": "FBAEMKit.AEMRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMRule"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[[Swift.String : Any]]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[[Swift.String : Any]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit16AEMConfigurationC10parseRulesySayAA7AEMRuleCGSgSaySDySSypGGSgFZ",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC10parseRulesySayAA7AEMRuleCGSgSaySDySSypGGSgFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "getEventSet",
+ "printedName": "getEventSet(from:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Set",
+ "printedName": "Swift.Set",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sh"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMRule]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMRule",
+ "printedName": "FBAEMKit.AEMRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMRule"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit16AEMConfigurationC11getEventSet4fromShySSGSayAA7AEMRuleCG_tFZ",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC11getEventSet4fromShySSGSayAA7AEMRuleCG_tFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "getCurrencySet",
+ "printedName": "getCurrencySet(from:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Set",
+ "printedName": "Swift.Set",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sh"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMRule]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMRule",
+ "printedName": "FBAEMKit.AEMRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMRule"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit16AEMConfigurationC14getCurrencySet4fromShySSGSayAA7AEMRuleCG_tFZ",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC14getCurrencySet4fromShySSGSayAA7AEMRuleCG_tFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isSame",
+ "printedName": "isSame(validFrom:businessID:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit16AEMConfigurationC6isSame9validFrom10businessIDSbSi_SSSgtF",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC6isSame9validFrom10businessIDSbSi_SSSgtF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isSameBusinessID",
+ "printedName": "isSameBusinessID(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit16AEMConfigurationC16isSameBusinessIDySbSSSgF",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC16isSameBusinessIDySbSSSgF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "encode",
+ "printedName": "encode(with:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "NSCoder",
+ "printedName": "Foundation.NSCoder",
+ "usr": "c:objc(cs)NSCoder"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration(im)encodeWithCoder:",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC6encode4withySo7NSCoderC_tF",
+ "moduleName": "FBAEMKit",
+ "objc_name": "encodeWithCoder:",
+ "declAttributes": [
+ "Final",
+ "ObjC",
+ "RawDocComment"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(coder:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMConfiguration?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "NSCoder",
+ "printedName": "Foundation.NSCoder",
+ "usr": "c:objc(cs)NSCoder"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration(im)initWithCoder:",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC5coderACSgSo7NSCoderC_tcfc",
+ "moduleName": "FBAEMKit",
+ "objc_name": "initWithCoder:",
+ "declAttributes": [
+ "ObjC",
+ "Convenience"
+ ],
+ "init_kind": "Convenience"
+ },
+ {
+ "kind": "Var",
+ "name": "supportsSecureCoding",
+ "printedName": "supportsSecureCoding",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration(cpy)supportsSecureCoding",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC20supportsSecureCodingSbvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "objc_name": "supportsSecureCoding",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration(cm)supportsSecureCoding",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC20supportsSecureCodingSbvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "objc_name": "supportsSecureCoding",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration(im)init",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationCACycfc",
+ "moduleName": "FBAEMKit",
+ "overriding": true,
+ "implicit": true,
+ "objc_name": "init",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC",
+ "Override"
+ ],
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Class",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration",
+ "mangledName": "$s8FBAEMKit16AEMConfigurationC",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMEvent",
+ "printedName": "AEMEvent",
+ "children": [
+ {
+ "kind": "TypeDecl",
+ "name": "CodingKeys",
+ "printedName": "CodingKeys",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "eventName",
+ "printedName": "eventName",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMEvent.CodingKeys.Type) -> FBAEMKit.AEMEvent.CodingKeys",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO9eventNameyA2EmF",
+ "mangledName": "$s8FBAEMKit8AEMEventC10CodingKeysO9eventNameyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 0
+ },
+ {
+ "kind": "Var",
+ "name": "values",
+ "printedName": "values",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMEvent.CodingKeys.Type) -> FBAEMKit.AEMEvent.CodingKeys",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO6valuesyA2EmF",
+ "mangledName": "$s8FBAEMKit8AEMEventC10CodingKeysO6valuesyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 1
+ },
+ {
+ "kind": "Var",
+ "name": "currency",
+ "printedName": "currency",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMEvent.CodingKeys.Type) -> FBAEMKit.AEMEvent.CodingKeys",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO8currencyyA2EmF",
+ "mangledName": "$s8FBAEMKit8AEMEventC10CodingKeysO8currencyyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 2
+ },
+ {
+ "kind": "Var",
+ "name": "amount",
+ "printedName": "amount",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMEvent.CodingKeys.Type) -> FBAEMKit.AEMEvent.CodingKeys",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO6amountyA2EmF",
+ "mangledName": "$s8FBAEMKit8AEMEventC10CodingKeysO6amountyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 3
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(rawValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO8rawValueAESgSS_tcfc",
+ "mangledName": "$s8FBAEMKit8AEMEventC10CodingKeysO8rawValueAESgSS_tcfc",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Var",
+ "name": "rawValue",
+ "printedName": "rawValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO8rawValueSSvp",
+ "mangledName": "$s8FBAEMKit8AEMEventC10CodingKeysO8rawValueSSvp",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO8rawValueSSvg",
+ "mangledName": "$s8FBAEMKit8AEMEventC10CodingKeysO8rawValueSSvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "stringValue",
+ "printedName": "stringValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO11stringValueSSvp",
+ "mangledName": "$s8FBAEMKit8AEMEventC10CodingKeysO11stringValueSSvp",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO11stringValueSSvg",
+ "mangledName": "$s8FBAEMKit8AEMEventC10CodingKeysO11stringValueSSvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(stringValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO11stringValueAESgSS_tcfc",
+ "mangledName": "$s8FBAEMKit8AEMEventC10CodingKeysO11stringValueAESgSS_tcfc",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Var",
+ "name": "intValue",
+ "printedName": "intValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.Int?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO8intValueSiSgvp",
+ "mangledName": "$s8FBAEMKit8AEMEventC10CodingKeysO8intValueSiSgvp",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.Int?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO8intValueSiSgvg",
+ "mangledName": "$s8FBAEMKit8AEMEventC10CodingKeysO8intValueSiSgvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(intValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CodingKeys",
+ "printedName": "FBAEMKit.AEMEvent.CodingKeys",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO8intValueAESgSi_tcfc",
+ "mangledName": "$s8FBAEMKit8AEMEventC10CodingKeysO8intValueAESgSi_tcfc",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Enum",
+ "usr": "s:8FBAEMKit8AEMEventC10CodingKeysO",
+ "mangledName": "$s8FBAEMKit8AEMEventC10CodingKeysO",
+ "moduleName": "FBAEMKit",
+ "enumRawTypeName": "String",
+ "isEnumExhaustive": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "RawRepresentable",
+ "printedName": "RawRepresentable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "RawValue",
+ "printedName": "RawValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ]
+ }
+ ],
+ "usr": "s:SY",
+ "mangledName": "$sSY"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CodingKey",
+ "printedName": "CodingKey",
+ "usr": "s:s9CodingKeyP",
+ "mangledName": "$ss9CodingKeyP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "eventName",
+ "printedName": "eventName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit8AEMEventC9eventNameSSvp",
+ "mangledName": "$s8FBAEMKit8AEMEventC9eventNameSSvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage",
+ "SetterAccess"
+ ],
+ "fixedbinaryorder": 0,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit8AEMEventC9eventNameSSvg",
+ "mangledName": "$s8FBAEMKit8AEMEventC9eventNameSSvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "values",
+ "printedName": "values",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Swift.Double]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Swift.Double]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit8AEMEventC6valuesSDySSSdGSgvp",
+ "mangledName": "$s8FBAEMKit8AEMEventC6valuesSDySSSdGSgvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "SetterAccess"
+ ],
+ "fixedbinaryorder": 1,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Swift.Double]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Swift.Double]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit8AEMEventC6valuesSDySSSdGSgvg",
+ "mangledName": "$s8FBAEMKit8AEMEventC6valuesSDySSSdGSgvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(dict:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMEvent?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMEvent",
+ "printedName": "FBAEMKit.AEMEvent",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMEvent"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit8AEMEventC4dictACSgSDySSypGSg_tcfc",
+ "mangledName": "$s8FBAEMKit8AEMEventC4dictACSgSDySSypGSg_tcfc",
+ "moduleName": "FBAEMKit",
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Var",
+ "name": "supportsSecureCoding",
+ "printedName": "supportsSecureCoding",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMEvent(cpy)supportsSecureCoding",
+ "mangledName": "$s8FBAEMKit8AEMEventC20supportsSecureCodingSbvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "objc_name": "supportsSecureCoding",
+ "declAttributes": [
+ "Final",
+ "ObjC",
+ "RawDocComment"
+ ],
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMEvent(cm)supportsSecureCoding",
+ "mangledName": "$s8FBAEMKit8AEMEventC20supportsSecureCodingSbvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "objc_name": "supportsSecureCoding",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(coder:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMEvent?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMEvent",
+ "printedName": "FBAEMKit.AEMEvent",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMEvent"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "NSCoder",
+ "printedName": "Foundation.NSCoder",
+ "usr": "c:objc(cs)NSCoder"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMEvent(im)initWithCoder:",
+ "mangledName": "$s8FBAEMKit8AEMEventC5coderACSgSo7NSCoderC_tcfc",
+ "moduleName": "FBAEMKit",
+ "objc_name": "initWithCoder:",
+ "declAttributes": [
+ "ObjC",
+ "Convenience"
+ ],
+ "init_kind": "Convenience"
+ },
+ {
+ "kind": "Function",
+ "name": "encode",
+ "printedName": "encode(with:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "NSCoder",
+ "printedName": "Foundation.NSCoder",
+ "usr": "c:objc(cs)NSCoder"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMEvent(im)encodeWithCoder:",
+ "mangledName": "$s8FBAEMKit8AEMEventC6encode4withySo7NSCoderC_tF",
+ "moduleName": "FBAEMKit",
+ "objc_name": "encodeWithCoder:",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isEqual",
+ "printedName": "isEqual(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Any?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMEvent(im)isEqual:",
+ "mangledName": "$s8FBAEMKit8AEMEventC7isEqualySbypSgF",
+ "moduleName": "FBAEMKit",
+ "overriding": true,
+ "objc_name": "isEqual:",
+ "declAttributes": [
+ "Final",
+ "ObjC",
+ "Override",
+ "RawDocComment"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMEvent",
+ "printedName": "FBAEMKit.AEMEvent",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMEvent"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMEvent(im)init",
+ "mangledName": "$s8FBAEMKit8AEMEventCACycfc",
+ "moduleName": "FBAEMKit",
+ "overriding": true,
+ "implicit": true,
+ "objc_name": "init",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC",
+ "Override"
+ ],
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Class",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMEvent",
+ "mangledName": "$s8FBAEMKit8AEMEventC",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CommonCrypto.CommonHMAC",
+ "printedName": "CommonCrypto.CommonHMAC",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "FBSDKCoreKit_Basics",
+ "printedName": "FBSDKCoreKit_Basics",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit"
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMInvocation",
+ "printedName": "AEMInvocation",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "campaignID",
+ "printedName": "campaignID",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC10campaignIDSSvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC10campaignIDSSvp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasStorage",
+ "RawDocComment"
+ ],
+ "fixedbinaryorder": 0,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC10campaignIDSSvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC10campaignIDSSvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC10campaignIDSSvs",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC10campaignIDSSvs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC10campaignIDSSvM",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC10campaignIDSSvM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "acsToken",
+ "printedName": "acsToken",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC8acsTokenSSvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC8acsTokenSSvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 1,
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC8acsTokenSSvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC8acsTokenSSvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "acsSharedSecret",
+ "printedName": "acsSharedSecret",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC15acsSharedSecretSSSgvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC15acsSharedSecretSSSgvp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 2,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC15acsSharedSecretSSSgvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC15acsSharedSecretSSSgvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC15acsSharedSecretSSSgvs",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC15acsSharedSecretSSSgvs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC15acsSharedSecretSSSgvM",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC15acsSharedSecretSSSgvM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "acsConfigurationID",
+ "printedName": "acsConfigurationID",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC18acsConfigurationIDSSSgvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC18acsConfigurationIDSSSgvp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 3,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC18acsConfigurationIDSSSgvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC18acsConfigurationIDSSSgvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC18acsConfigurationIDSSSgvs",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC18acsConfigurationIDSSSgvs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC18acsConfigurationIDSSSgvM",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC18acsConfigurationIDSSSgvM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "businessID",
+ "printedName": "businessID",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC10businessIDSSSgvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC10businessIDSSSgvp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 4,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC10businessIDSSSgvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC10businessIDSSSgvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC10businessIDSSSgvs",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC10businessIDSSSgvs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC10businessIDSSSgvM",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC10businessIDSSSgvM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "catalogID",
+ "printedName": "catalogID",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC9catalogIDSSSgvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC9catalogIDSSSgvp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 5,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC9catalogIDSSSgvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC9catalogIDSSSgvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC9catalogIDSSSgvs",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC9catalogIDSSSgvs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC9catalogIDSSSgvM",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC9catalogIDSSSgvM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "isTestMode",
+ "printedName": "isTestMode",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC10isTestModeSbvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC10isTestModeSbvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 6,
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC10isTestModeSbvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC10isTestModeSbvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "hasStoreKitAdNetwork",
+ "printedName": "hasStoreKitAdNetwork",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC20hasStoreKitAdNetworkSbvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC20hasStoreKitAdNetworkSbvp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 7,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC20hasStoreKitAdNetworkSbvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC20hasStoreKitAdNetworkSbvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC20hasStoreKitAdNetworkSbvs",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC20hasStoreKitAdNetworkSbvs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC20hasStoreKitAdNetworkSbvM",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC20hasStoreKitAdNetworkSbvM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "isConversionFilteringEligible",
+ "printedName": "isConversionFilteringEligible",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC29isConversionFilteringEligibleSbvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC29isConversionFilteringEligibleSbvp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 8,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC29isConversionFilteringEligibleSbvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC29isConversionFilteringEligibleSbvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC29isConversionFilteringEligibleSbvs",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC29isConversionFilteringEligibleSbvs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC29isConversionFilteringEligibleSbvM",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC29isConversionFilteringEligibleSbvM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "timestamp",
+ "printedName": "timestamp",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Date",
+ "printedName": "Foundation.Date",
+ "usr": "s:10Foundation4DateV"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC9timestamp10Foundation4DateVvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC9timestamp10Foundation4DateVvp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasStorage",
+ "SetterAccess"
+ ],
+ "fixedbinaryorder": 9,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Date",
+ "printedName": "Foundation.Date",
+ "usr": "s:10Foundation4DateV"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC9timestamp10Foundation4DateVvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC9timestamp10Foundation4DateVvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "configurationMode",
+ "printedName": "configurationMode",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC17configurationModeSSvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC17configurationModeSSvp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasStorage",
+ "SetterAccess"
+ ],
+ "fixedbinaryorder": 10,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC17configurationModeSSvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC17configurationModeSSvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "configurationID",
+ "printedName": "configurationID",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC15configurationIDSivp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC15configurationIDSivp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasStorage",
+ "RawDocComment"
+ ],
+ "fixedbinaryorder": 11,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC15configurationIDSivg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC15configurationIDSivg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC15configurationIDSivs",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC15configurationIDSivs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC15configurationIDSivM",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC15configurationIDSivM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "recordedEvents",
+ "printedName": "recordedEvents",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Set",
+ "printedName": "Swift.Set",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sh"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC14recordedEventsShySSGvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC14recordedEventsShySSGvp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 12,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Set",
+ "printedName": "Swift.Set",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sh"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC14recordedEventsShySSGvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC14recordedEventsShySSGvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Set",
+ "printedName": "Swift.Set",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sh"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC14recordedEventsShySSGvs",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC14recordedEventsShySSGvs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC14recordedEventsShySSGvM",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC14recordedEventsShySSGvM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "recordedValues",
+ "printedName": "recordedValues",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [Swift.String : Any]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC14recordedValuesSDySSSDySSypGGvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC14recordedValuesSDySSSDySSypGGvp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 13,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [Swift.String : Any]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC14recordedValuesSDySSSDySSypGGvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC14recordedValuesSDySSSDySSypGGvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [Swift.String : Any]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC14recordedValuesSDySSSDySSypGGvs",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC14recordedValuesSDySSSDySSypGGvs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC14recordedValuesSDySSSDySSypGGvM",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC14recordedValuesSDySSSDySSypGGvM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "conversionValue",
+ "printedName": "conversionValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC15conversionValueSivp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC15conversionValueSivp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 14,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC15conversionValueSivg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC15conversionValueSivg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC15conversionValueSivs",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC15conversionValueSivs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC15conversionValueSivM",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC15conversionValueSivM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "priority",
+ "printedName": "priority",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC8prioritySivp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC8prioritySivp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 15,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC8prioritySivg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC8prioritySivg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC8prioritySivs",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC8prioritySivs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC8prioritySivM",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC8prioritySivM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "conversionTimestamp",
+ "printedName": "conversionTimestamp",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Date?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Date",
+ "printedName": "Foundation.Date",
+ "usr": "s:10Foundation4DateV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC19conversionTimestamp10Foundation4DateVSgvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC19conversionTimestamp10Foundation4DateVSgvp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 16,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Date?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Date",
+ "printedName": "Foundation.Date",
+ "usr": "s:10Foundation4DateV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC19conversionTimestamp10Foundation4DateVSgvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC19conversionTimestamp10Foundation4DateVSgvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Date?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Date",
+ "printedName": "Foundation.Date",
+ "usr": "s:10Foundation4DateV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC19conversionTimestamp10Foundation4DateVSgvs",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC19conversionTimestamp10Foundation4DateVSgvs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC19conversionTimestamp10Foundation4DateVSgvM",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC19conversionTimestamp10Foundation4DateVSgvM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "isAggregated",
+ "printedName": "isAggregated",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC12isAggregatedSbvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC12isAggregatedSbvp",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 17,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC12isAggregatedSbvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC12isAggregatedSbvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC12isAggregatedSbvs",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC12isAggregatedSbvs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC12isAggregatedSbvM",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC12isAggregatedSbvM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isOpen": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "ConfigurationMode",
+ "printedName": "ConfigurationMode",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "default",
+ "printedName": "default",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMInvocation.ConfigurationMode.Type) -> FBAEMKit.AEMInvocation.ConfigurationMode",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ConfigurationMode",
+ "printedName": "FBAEMKit.AEMInvocation.ConfigurationMode",
+ "usr": "s:8FBAEMKit13AEMInvocationC17ConfigurationModeO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMInvocation.ConfigurationMode.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ConfigurationMode",
+ "printedName": "FBAEMKit.AEMInvocation.ConfigurationMode",
+ "usr": "s:8FBAEMKit13AEMInvocationC17ConfigurationModeO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit13AEMInvocationC17ConfigurationModeO7defaultyA2EmF",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC17ConfigurationModeO7defaultyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 0
+ },
+ {
+ "kind": "Var",
+ "name": "brand",
+ "printedName": "brand",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMInvocation.ConfigurationMode.Type) -> FBAEMKit.AEMInvocation.ConfigurationMode",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ConfigurationMode",
+ "printedName": "FBAEMKit.AEMInvocation.ConfigurationMode",
+ "usr": "s:8FBAEMKit13AEMInvocationC17ConfigurationModeO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMInvocation.ConfigurationMode.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ConfigurationMode",
+ "printedName": "FBAEMKit.AEMInvocation.ConfigurationMode",
+ "usr": "s:8FBAEMKit13AEMInvocationC17ConfigurationModeO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit13AEMInvocationC17ConfigurationModeO5brandyA2EmF",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC17ConfigurationModeO5brandyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 1
+ },
+ {
+ "kind": "Var",
+ "name": "cpas",
+ "printedName": "cpas",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMInvocation.ConfigurationMode.Type) -> FBAEMKit.AEMInvocation.ConfigurationMode",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ConfigurationMode",
+ "printedName": "FBAEMKit.AEMInvocation.ConfigurationMode",
+ "usr": "s:8FBAEMKit13AEMInvocationC17ConfigurationModeO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMInvocation.ConfigurationMode.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ConfigurationMode",
+ "printedName": "FBAEMKit.AEMInvocation.ConfigurationMode",
+ "usr": "s:8FBAEMKit13AEMInvocationC17ConfigurationModeO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit13AEMInvocationC17ConfigurationModeO4cpasyA2EmF",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC17ConfigurationModeO4cpasyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 2
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(rawValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMInvocation.ConfigurationMode?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ConfigurationMode",
+ "printedName": "FBAEMKit.AEMInvocation.ConfigurationMode",
+ "usr": "s:8FBAEMKit13AEMInvocationC17ConfigurationModeO"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit13AEMInvocationC17ConfigurationModeO8rawValueAESgSS_tcfc",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC17ConfigurationModeO8rawValueAESgSS_tcfc",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Var",
+ "name": "rawValue",
+ "printedName": "rawValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit13AEMInvocationC17ConfigurationModeO8rawValueSSvp",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC17ConfigurationModeO8rawValueSSvp",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit13AEMInvocationC17ConfigurationModeO8rawValueSSvg",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC17ConfigurationModeO8rawValueSSvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ }
+ ],
+ "declKind": "Enum",
+ "usr": "s:8FBAEMKit13AEMInvocationC17ConfigurationModeO",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC17ConfigurationModeO",
+ "moduleName": "FBAEMKit",
+ "enumRawTypeName": "String",
+ "isEnumExhaustive": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "RawRepresentable",
+ "printedName": "RawRepresentable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "RawValue",
+ "printedName": "RawValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ]
+ }
+ ],
+ "usr": "s:SY",
+ "mangledName": "$sSY"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(appLinkData:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMInvocation?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.AnyHashable : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.AnyHashable : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AnyHashable",
+ "printedName": "Swift.AnyHashable",
+ "usr": "s:s11AnyHashableV"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit13AEMInvocationC11appLinkDataACSgSDys11AnyHashableVypGSg_tcfc",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC11appLinkDataACSgSDys11AnyHashableVypGSg_tcfc",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Convenience"
+ ],
+ "init_kind": "Convenience"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(campaignID:acsToken:acsSharedSecret:acsConfigurationID:businessID:catalogID:isTestMode:hasStoreKitAdNetwork:isConversionFilteringEligible:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMInvocation?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit13AEMInvocationC10campaignID8acsToken0E12SharedSecret0e13ConfigurationD008businessD007catalogD010isTestMode20hasStoreKitAdNetwork0L27ConversionFilteringEligibleACSgSS_S2SSgA3NS3btcfc",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC10campaignID8acsToken0E12SharedSecret0e13ConfigurationD008businessD007catalogD010isTestMode20hasStoreKitAdNetwork0L27ConversionFilteringEligibleACSgSS_S2SSgA3NS3btcfc",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Convenience"
+ ],
+ "init_kind": "Convenience"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(campaignID:acsToken:acsSharedSecret:acsConfigurationID:businessID:catalogID:timestamp:configurationMode:configurationID:recordedEvents:recordedValues:conversionValue:priority:conversionTimestamp:isAggregated:isTestMode:hasStoreKitAdNetwork:isConversionFilteringEligible:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMInvocation?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Date?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Date",
+ "printedName": "Foundation.Date",
+ "usr": "s:10Foundation4DateV"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.Set?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Set",
+ "printedName": "Swift.Set",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sh"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : [Swift.String : Any]]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [Swift.String : Any]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Date?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Date",
+ "printedName": "Foundation.Date",
+ "usr": "s:10Foundation4DateV"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit13AEMInvocationC10campaignID8acsToken0E12SharedSecret0e13ConfigurationD008businessD007catalogD09timestamp17configurationMode0mD014recordedEvents0O6Values15conversionValue8priority0R9Timestamp12isAggregated0v4TestN020hasStoreKitAdNetwork0V27ConversionFilteringEligibleACSgSS_S2SSgA3W10Foundation4DateVSgSSSiShySSGSgSDySSSDySSypGGSgS2iA_S4btcfc",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC10campaignID8acsToken0E12SharedSecret0e13ConfigurationD008businessD007catalogD09timestamp17configurationMode0mD014recordedEvents0O6Values15conversionValue8priority0R9Timestamp12isAggregated0v4TestN020hasStoreKitAdNetwork0V27ConversionFilteringEligibleACSgSS_S2SSgA3W10Foundation4DateVSgSSSiShySSGSgSDySSSDySSypGGSgS2iA_S4btcfc",
+ "moduleName": "FBAEMKit",
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Function",
+ "name": "attributeEvent",
+ "printedName": "attributeEvent(_:currency:value:parameters:configurations:shouldUpdateCache:isRuleMatchInServer:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.NSNumber?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSNumber",
+ "printedName": "Foundation.NSNumber",
+ "usr": "c:objc(cs)NSNumber"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMConfiguration]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit13AEMInvocationC14attributeEvent_8currency5value10parameters14configurations17shouldUpdateCache19isRuleMatchInServerSbSS_SSSgSo8NSNumberCSgSDySSypGSgSDySSSayAA16AEMConfigurationCGGSgS2btF",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC14attributeEvent_8currency5value10parameters14configurations17shouldUpdateCache19isRuleMatchInServerSbSS_SSSgSo8NSNumberCSgSDySSypGSgSDySSSayAA16AEMConfigurationCGGSgS2btF",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "DiscardableResult"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "updateConversionValue",
+ "printedName": "updateConversionValue(configurations:event:shouldBoostPriority:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMConfiguration]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit13AEMInvocationC21updateConversionValue14configurations5event19shouldBoostPrioritySbSDySSSayAA16AEMConfigurationCGGSg_SSSbtF",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC21updateConversionValue14configurations5event19shouldBoostPrioritySbSDySSSayAA16AEMConfigurationCGGSg_SSSbtF",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isOptimizedEvent",
+ "printedName": "isOptimizedEvent(_:configurations:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMConfiguration]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit13AEMInvocationC16isOptimizedEvent_14configurationsSbSS_SDySSSayAA16AEMConfigurationCGGSgtF",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC16isOptimizedEvent_14configurationsSbSS_SDySSSayAA16AEMConfigurationCGGSgtF",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isOutOfWindow",
+ "printedName": "isOutOfWindow(configurations:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMConfiguration]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit13AEMInvocationC13isOutOfWindow14configurationsSbSDySSSayAA16AEMConfigurationCGGSg_tF",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC13isOutOfWindow14configurationsSbSDySSSayAA16AEMConfigurationCGGSg_tF",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "getHMAC",
+ "printedName": "getHMAC(delay:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit13AEMInvocationC7getHMAC5delaySSSgSi_tF",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC7getHMAC5delaySSSgSi_tF",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "RawDocComment"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "decodeBase64URLSafeString",
+ "printedName": "decodeBase64URLSafeString(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Data?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit13AEMInvocationC25decodeBase64URLSafeStringy10Foundation4DataVSgSSF",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC25decodeBase64URLSafeStringy10Foundation4DataVSgSSF",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "getProcessedParameters",
+ "printedName": "getProcessedParameters(from:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit13AEMInvocationC22getProcessedParameters4fromSDySSypGSgAG_tF",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC22getProcessedParameters4fromSDySSypGSgAG_tF",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "findConfiguration",
+ "printedName": "findConfiguration(in:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMConfiguration?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMConfiguration]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit13AEMInvocationC17findConfiguration2inAA16AEMConfigurationCSgSDySSSayAGGGSg_tF",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC17findConfiguration2inAA16AEMConfigurationCSgSDySSSayAGGGSg_tF",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "getConfigurationList",
+ "printedName": "getConfigurationList(mode:configurations:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMConfiguration]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "usr": "s:Sa"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ConfigurationMode",
+ "printedName": "FBAEMKit.AEMInvocation.ConfigurationMode",
+ "usr": "s:8FBAEMKit13AEMInvocationC17ConfigurationModeO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMConfiguration]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit13AEMInvocationC20getConfigurationList4mode14configurationsSayAA16AEMConfigurationCGAC0D4ModeO_SDySSAIGSgtF",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC20getConfigurationList4mode14configurationsSayAA16AEMConfigurationCGAC0D4ModeO_SDySSAIGSgtF",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "setConfiguration",
+ "printedName": "setConfiguration(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit13AEMInvocationC16setConfigurationyyAA16AEMConfigurationCF",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC16setConfigurationyyAA16AEMConfigurationCF",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Var",
+ "name": "supportsSecureCoding",
+ "printedName": "supportsSecureCoding",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation(cpy)supportsSecureCoding",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC20supportsSecureCodingSbvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "objc_name": "supportsSecureCoding",
+ "declAttributes": [
+ "Final",
+ "ObjC",
+ "RawDocComment"
+ ],
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation(cm)supportsSecureCoding",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC20supportsSecureCodingSbvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "objc_name": "supportsSecureCoding",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(coder:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMInvocation?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "NSCoder",
+ "printedName": "Foundation.NSCoder",
+ "usr": "c:objc(cs)NSCoder"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation(im)initWithCoder:",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC5coderACSgSo7NSCoderC_tcfc",
+ "moduleName": "FBAEMKit",
+ "objc_name": "initWithCoder:",
+ "declAttributes": [
+ "ObjC",
+ "Required"
+ ],
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Function",
+ "name": "encode",
+ "printedName": "encode(with:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "NSCoder",
+ "printedName": "Foundation.NSCoder",
+ "usr": "c:objc(cs)NSCoder"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation(im)encodeWithCoder:",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC6encode4withySo7NSCoderC_tF",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "objc_name": "encodeWithCoder:",
+ "declAttributes": [
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation(im)init",
+ "mangledName": "$s8FBAEMKit13AEMInvocationCACycfc",
+ "moduleName": "FBAEMKit",
+ "overriding": true,
+ "implicit": true,
+ "objc_name": "init",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC",
+ "Override"
+ ],
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Class",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation",
+ "mangledName": "$s8FBAEMKit13AEMInvocationC",
+ "moduleName": "FBAEMKit",
+ "isOpen": true,
+ "declAttributes": [
+ "ObjC"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "FBSDKCoreKit_Basics",
+ "printedName": "FBSDKCoreKit_Basics",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit"
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMNetworker",
+ "printedName": "AEMNetworker",
+ "children": [
+ {
+ "kind": "TypeDecl",
+ "name": "Error",
+ "printedName": "Error",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "missingOperationQueue",
+ "printedName": "missingOperationQueue",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMNetworker.Error.Type) -> FBAEMKit.AEMNetworker.Error",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Error",
+ "printedName": "FBAEMKit.AEMNetworker.Error",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMNetworker.Error.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Error",
+ "printedName": "FBAEMKit.AEMNetworker.Error",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO21missingOperationQueueyA2EmF",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC5ErrorO21missingOperationQueueyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 0
+ },
+ {
+ "kind": "Var",
+ "name": "failedToCreateURL",
+ "printedName": "failedToCreateURL",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMNetworker.Error.Type) -> FBAEMKit.AEMNetworker.Error",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Error",
+ "printedName": "FBAEMKit.AEMNetworker.Error",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMNetworker.Error.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Error",
+ "printedName": "FBAEMKit.AEMNetworker.Error",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO17failedToCreateURLyA2EmF",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC5ErrorO17failedToCreateURLyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 1
+ },
+ {
+ "kind": "Var",
+ "name": "failedToParseJSON",
+ "printedName": "failedToParseJSON",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(FBAEMKit.AEMNetworker.Error.Type) -> FBAEMKit.AEMNetworker.Error",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Error",
+ "printedName": "FBAEMKit.AEMNetworker.Error",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "FBAEMKit.AEMNetworker.Error.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Error",
+ "printedName": "FBAEMKit.AEMNetworker.Error",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO17failedToParseJSONyA2EmF",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC5ErrorO17failedToParseJSONyA2EmF",
+ "moduleName": "FBAEMKit",
+ "fixedbinaryorder": 2
+ },
+ {
+ "kind": "Function",
+ "name": "==",
+ "printedName": "==(_:_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Error",
+ "printedName": "FBAEMKit.AEMNetworker.Error",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Error",
+ "printedName": "FBAEMKit.AEMNetworker.Error",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO2eeoiySbAE_AEtFZ",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC5ErrorO2eeoiySbAE_AEtFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Var",
+ "name": "hashValue",
+ "printedName": "hashValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO9hashValueSivp",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC5ErrorO9hashValueSivp",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO9hashValueSivg",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC5ErrorO9hashValueSivg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Function",
+ "name": "hash",
+ "printedName": "hash(into:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Hasher",
+ "printedName": "Swift.Hasher",
+ "paramValueOwnership": "InOut",
+ "usr": "s:s6HasherV"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO4hash4intoys6HasherVz_tF",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC5ErrorO4hash4intoys6HasherVz_tF",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "funcSelfKind": "NonMutating"
+ }
+ ],
+ "declKind": "Enum",
+ "usr": "s:8FBAEMKit12AEMNetworkerC5ErrorO",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC5ErrorO",
+ "moduleName": "FBAEMKit",
+ "isEnumExhaustive": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Error",
+ "printedName": "Error",
+ "usr": "s:s5ErrorP",
+ "mangledName": "$ss5ErrorP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "userAgentSuffix",
+ "printedName": "userAgentSuffix",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit12AEMNetworkerC15userAgentSuffixSSSgvp",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC15userAgentSuffixSSSgvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 0,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit12AEMNetworkerC15userAgentSuffixSSSgvg",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC15userAgentSuffixSSSgvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit12AEMNetworkerC15userAgentSuffixSSSgvs",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC15userAgentSuffixSSSgvs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit12AEMNetworkerC15userAgentSuffixSSSgvM",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC15userAgentSuffixSSSgvM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "userAgent",
+ "printedName": "userAgent",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit12AEMNetworkerC9userAgentSSvp",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC9userAgentSSvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "Lazy"
+ ],
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit12AEMNetworkerC9userAgentSSvg",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC9userAgentSSvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit12AEMNetworkerC9userAgentSSvs",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC9userAgentSSvs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit12AEMNetworkerC9userAgentSSvM",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC9userAgentSSvM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "$__lazy_storage_$_userAgent",
+ "printedName": "$__lazy_storage_$_userAgent",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit12AEMNetworkerC27$__lazy_storage_$_userAgent33_CA5D0A8FEAF39482D34FF23ED31512AELLSSSgvp",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC27$__lazy_storage_$_userAgent33_CA5D0A8FEAF39482D34FF23ED31512AELLSSSgvp",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "isInternal": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "HasStorage",
+ "Final"
+ ],
+ "fixedbinaryorder": 1,
+ "hasStorage": true
+ },
+ {
+ "kind": "Function",
+ "name": "startGraphRequest",
+ "printedName": "startGraphRequest(withGraphPath:parameters:tokenString:httpMethod:completion:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Any?, (any Swift.Error)?) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Tuple",
+ "printedName": "(Any?, (any Swift.Error)?)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Any?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any Swift.Error)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Error",
+ "printedName": "any Swift.Error",
+ "usr": "s:s5ErrorP"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMNetworker(im)startGraphRequestWithGraphPath:parameters:tokenString:HTTPMethod:completion:",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC17startGraphRequest04withD4Path10parameters11tokenString10httpMethod10completionySS_SDySSypGSSSgAKyypSg_s5Error_pSgtctF",
+ "moduleName": "FBAEMKit",
+ "objc_name": "startGraphRequestWithGraphPath:parameters:tokenString:HTTPMethod:completion:",
+ "declAttributes": [
+ "Final",
+ "ObjC",
+ "RawDocComment"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "parseJSONResponse",
+ "printedName": "parseJSONResponse(data:error:statusCode:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Data?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any Swift.Error)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Error",
+ "printedName": "any Swift.Error",
+ "usr": "s:s5ErrorP"
+ }
+ ],
+ "paramValueOwnership": "InOut",
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit12AEMNetworkerC17parseJSONResponse4data5error10statusCodeSDySSypG10Foundation4DataVSg_s5Error_pSgzSitF",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC17parseJSONResponse4data5error10statusCodeSDySSypG10Foundation4DataVSg_s5Error_pSgzSitF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "parseJSONOrOtherwise",
+ "printedName": "parseJSONOrOtherwise(unsafeString:error:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Any?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any Swift.Error)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Error",
+ "printedName": "any Swift.Error",
+ "usr": "s:s5ErrorP"
+ }
+ ],
+ "paramValueOwnership": "InOut",
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit12AEMNetworkerC20parseJSONOrOtherwise12unsafeString5errorypSgSSSg_s5Error_pSgztF",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC20parseJSONOrOtherwise12unsafeString5errorypSgSSSg_s5Error_pSgztF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "appendAttachments",
+ "printedName": "appendAttachments(attachments:toBody:addFormData:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "AEMRequestBody",
+ "printedName": "FBAEMKit.AEMRequestBody",
+ "usr": "s:8FBAEMKit14AEMRequestBodyC"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit12AEMNetworkerC17appendAttachments11attachments6toBody11addFormDataySDySSypG_AA010AEMRequestG0CSbtF",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC17appendAttachments11attachments6toBody11addFormDataySDySSypG_AA010AEMRequestG0CSbtF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMNetworker",
+ "printedName": "FBAEMKit.AEMNetworker",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMNetworker"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMNetworker(im)init",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerCACycfc",
+ "moduleName": "FBAEMKit",
+ "overriding": true,
+ "implicit": true,
+ "objc_name": "init",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC",
+ "Override"
+ ],
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Class",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMNetworker",
+ "mangledName": "$s8FBAEMKit12AEMNetworkerC",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "AEMNetworking",
+ "printedName": "AEMNetworking",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBAEMNetworking",
+ "mangledName": "$s8FBAEMKit13AEMNetworkingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMNetworking",
+ "printedName": "AEMNetworking",
+ "children": [
+ {
+ "kind": "Function",
+ "name": "startGraphRequest",
+ "printedName": "startGraphRequest(withGraphPath:parameters:tokenString:httpMethod:completion:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Any?, (any Swift.Error)?) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Tuple",
+ "printedName": "(Any?, (any Swift.Error)?)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Any?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any Swift.Error)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Error",
+ "printedName": "any Swift.Error",
+ "usr": "s:s5ErrorP"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBAEMNetworking(im)startGraphRequestWithGraphPath:parameters:tokenString:HTTPMethod:completion:",
+ "mangledName": "$s8FBAEMKit13AEMNetworkingP17startGraphRequest04withD4Path10parameters11tokenString10httpMethod10completionySS_SDySSypGSSSgAKyypSg_s5Error_pSgtctF",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0 where τ_0_0 : FBAEMKit.AEMNetworking>",
+ "sugared_genericSig": "",
+ "protocolReq": true,
+ "objc_name": "startGraphRequestWithGraphPath:parameters:tokenString:HTTPMethod:completion:",
+ "declAttributes": [
+ "ObjC"
+ ],
+ "reqNewWitnessTableEntry": true,
+ "funcSelfKind": "NonMutating"
+ }
+ ],
+ "declKind": "Protocol",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBAEMNetworking",
+ "mangledName": "$s8FBAEMKit13AEMNetworkingP",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0 : AnyObject>",
+ "sugared_genericSig": "",
+ "objc_name": "FBAEMNetworking",
+ "declAttributes": [
+ "AccessControl",
+ "ObjC"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "FBSDKCoreKit_Basics",
+ "printedName": "FBSDKCoreKit_Basics",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit"
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMReporter",
+ "printedName": "AEMReporter",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "networker",
+ "printedName": "networker",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.AEMNetworking)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMNetworking",
+ "printedName": "any FBAEMKit.AEMNetworking",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBAEMNetworking"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)networker",
+ "mangledName": "$s8FBAEMKit11AEMReporterC9networkerAA13AEMNetworking_pSgvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.AEMNetworking)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMNetworking",
+ "printedName": "any FBAEMKit.AEMNetworking",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBAEMNetworking"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)networker",
+ "mangledName": "$s8FBAEMKit11AEMReporterC9networkerAA13AEMNetworking_pSgvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.AEMNetworking)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMNetworking",
+ "printedName": "any FBAEMKit.AEMNetworking",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBAEMNetworking"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setNetworker:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC9networkerAA13AEMNetworking_pSgvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC9networkerAA13AEMNetworking_pSgvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC9networkerAA13AEMNetworking_pSgvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "appID",
+ "printedName": "appID",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)appID",
+ "mangledName": "$s8FBAEMKit11AEMReporterC5appIDSSSgvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)appID",
+ "mangledName": "$s8FBAEMKit11AEMReporterC5appIDSSSgvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setAppID:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC5appIDSSSgvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC5appIDSSSgvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC5appIDSSSgvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "nullAppID",
+ "printedName": "nullAppID",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)nullAppID",
+ "mangledName": "$s8FBAEMKit11AEMReporterC9nullAppIDSSvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)nullAppID",
+ "mangledName": "$s8FBAEMKit11AEMReporterC9nullAppIDSSvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "analyticsAppID",
+ "printedName": "analyticsAppID",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)analyticsAppID",
+ "mangledName": "$s8FBAEMKit11AEMReporterC14analyticsAppIDSSSgvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "RawDocComment",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)analyticsAppID",
+ "mangledName": "$s8FBAEMKit11AEMReporterC14analyticsAppIDSSSgvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setAnalyticsAppID:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC14analyticsAppIDSSSgvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC14analyticsAppIDSSSgvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC14analyticsAppIDSSSgvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "reporter",
+ "printedName": "reporter",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.SKAdNetworkReporting)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SKAdNetworkReporting",
+ "printedName": "any FBAEMKit.SKAdNetworkReporting",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBSKAdNetworkReporting"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)reporter",
+ "mangledName": "$s8FBAEMKit11AEMReporterC8reporterAA20SKAdNetworkReporting_pSgvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.SKAdNetworkReporting)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SKAdNetworkReporting",
+ "printedName": "any FBAEMKit.SKAdNetworkReporting",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBSKAdNetworkReporting"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)reporter",
+ "mangledName": "$s8FBAEMKit11AEMReporterC8reporterAA20SKAdNetworkReporting_pSgvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.SKAdNetworkReporting)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SKAdNetworkReporting",
+ "printedName": "any FBAEMKit.SKAdNetworkReporting",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBSKAdNetworkReporting"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setReporter:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC8reporterAA20SKAdNetworkReporting_pSgvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC8reporterAA20SKAdNetworkReporting_pSgvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC8reporterAA20SKAdNetworkReporting_pSgvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "dataStore",
+ "printedName": "dataStore",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBSDKCoreKit_Basics.DataPersisting)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DataPersisting",
+ "printedName": "any FBSDKCoreKit_Basics.DataPersisting",
+ "usr": "c:objc(pl)FBSDKDataPersisting"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)dataStore",
+ "mangledName": "$s8FBAEMKit11AEMReporterC9dataStoreSo19FBSDKDataPersisting_pSgvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBSDKCoreKit_Basics.DataPersisting)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DataPersisting",
+ "printedName": "any FBSDKCoreKit_Basics.DataPersisting",
+ "usr": "c:objc(pl)FBSDKDataPersisting"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)dataStore",
+ "mangledName": "$s8FBAEMKit11AEMReporterC9dataStoreSo19FBSDKDataPersisting_pSgvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBSDKCoreKit_Basics.DataPersisting)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DataPersisting",
+ "printedName": "any FBSDKCoreKit_Basics.DataPersisting",
+ "usr": "c:objc(pl)FBSDKDataPersisting"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setDataStore:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC9dataStoreSo19FBSDKDataPersisting_pSgvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC9dataStoreSo19FBSDKDataPersisting_pSgvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC9dataStoreSo19FBSDKDataPersisting_pSgvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "isAEMReportEnabled",
+ "printedName": "isAEMReportEnabled",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)isAEMReportEnabled",
+ "mangledName": "$s8FBAEMKit11AEMReporterC18isAEMReportEnabledSbvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)isAEMReportEnabled",
+ "mangledName": "$s8FBAEMKit11AEMReporterC18isAEMReportEnabledSbvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setIsAEMReportEnabled:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC18isAEMReportEnabledSbvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC18isAEMReportEnabledSbvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC18isAEMReportEnabledSbvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "isLoadingConfiguration",
+ "printedName": "isLoadingConfiguration",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)isLoadingConfiguration",
+ "mangledName": "$s8FBAEMKit11AEMReporterC22isLoadingConfigurationSbvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)isLoadingConfiguration",
+ "mangledName": "$s8FBAEMKit11AEMReporterC22isLoadingConfigurationSbvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setIsLoadingConfiguration:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC22isLoadingConfigurationSbvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC22isLoadingConfigurationSbvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC22isLoadingConfigurationSbvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "isConversionFilteringEnabled",
+ "printedName": "isConversionFilteringEnabled",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)isConversionFilteringEnabled",
+ "mangledName": "$s8FBAEMKit11AEMReporterC28isConversionFilteringEnabledSbvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)isConversionFilteringEnabled",
+ "mangledName": "$s8FBAEMKit11AEMReporterC28isConversionFilteringEnabledSbvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setIsConversionFilteringEnabled:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC28isConversionFilteringEnabledSbvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC28isConversionFilteringEnabledSbvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC28isConversionFilteringEnabledSbvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "isCatalogMatchingEnabled",
+ "printedName": "isCatalogMatchingEnabled",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)isCatalogMatchingEnabled",
+ "mangledName": "$s8FBAEMKit11AEMReporterC24isCatalogMatchingEnabledSbvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)isCatalogMatchingEnabled",
+ "mangledName": "$s8FBAEMKit11AEMReporterC24isCatalogMatchingEnabledSbvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setIsCatalogMatchingEnabled:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC24isCatalogMatchingEnabledSbvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC24isCatalogMatchingEnabledSbvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC24isCatalogMatchingEnabledSbvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "isAdvertiserRuleMatchInServerEnabled",
+ "printedName": "isAdvertiserRuleMatchInServerEnabled",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)isAdvertiserRuleMatchInServerEnabled",
+ "mangledName": "$s8FBAEMKit11AEMReporterC36isAdvertiserRuleMatchInServerEnabledSbvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)isAdvertiserRuleMatchInServerEnabled",
+ "mangledName": "$s8FBAEMKit11AEMReporterC36isAdvertiserRuleMatchInServerEnabledSbvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setIsAdvertiserRuleMatchInServerEnabled:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC36isAdvertiserRuleMatchInServerEnabledSbvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC36isAdvertiserRuleMatchInServerEnabledSbvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC36isAdvertiserRuleMatchInServerEnabledSbvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "serialQueue",
+ "printedName": "serialQueue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DispatchQueue",
+ "printedName": "Dispatch.DispatchQueue",
+ "usr": "c:objc(cs)OS_dispatch_queue"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)serialQueue",
+ "mangledName": "$s8FBAEMKit11AEMReporterC11serialQueueSo17OS_dispatch_queueCvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DispatchQueue",
+ "printedName": "Dispatch.DispatchQueue",
+ "usr": "c:objc(cs)OS_dispatch_queue"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)serialQueue",
+ "mangledName": "$s8FBAEMKit11AEMReporterC11serialQueueSo17OS_dispatch_queueCvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "DispatchQueue",
+ "printedName": "Dispatch.DispatchQueue",
+ "usr": "c:objc(cs)OS_dispatch_queue"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setSerialQueue:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC11serialQueueSo17OS_dispatch_queueCvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC11serialQueueSo17OS_dispatch_queueCvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC11serialQueueSo17OS_dispatch_queueCvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "reportFile",
+ "printedName": "reportFile",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)reportFile",
+ "mangledName": "$s8FBAEMKit11AEMReporterC10reportFileSSSgvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)reportFile",
+ "mangledName": "$s8FBAEMKit11AEMReporterC10reportFileSSSgvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setReportFile:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC10reportFileSSSgvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC10reportFileSSSgvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC10reportFileSSSgvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "configurations",
+ "printedName": "configurations",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMConfiguration]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)configurations",
+ "mangledName": "$s8FBAEMKit11AEMReporterC14configurationsSDySSSayAA16AEMConfigurationCGGvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMConfiguration]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)configurations",
+ "mangledName": "$s8FBAEMKit11AEMReporterC14configurationsSDySSSayAA16AEMConfigurationCGGvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMConfiguration]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setConfigurations:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC14configurationsSDySSSayAA16AEMConfigurationCGGvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC14configurationsSDySSSayAA16AEMConfigurationCGGvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC14configurationsSDySSSayAA16AEMConfigurationCGGvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "invocations",
+ "printedName": "invocations",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMInvocation]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)invocations",
+ "mangledName": "$s8FBAEMKit11AEMReporterC11invocationsSayAA13AEMInvocationCGvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMInvocation]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)invocations",
+ "mangledName": "$s8FBAEMKit11AEMReporterC11invocationsSayAA13AEMInvocationCGvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMInvocation]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setInvocations:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC11invocationsSayAA13AEMInvocationCGvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC11invocationsSayAA13AEMInvocationCGvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC11invocationsSayAA13AEMInvocationCGvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "configRefreshTimestamp",
+ "printedName": "configRefreshTimestamp",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Date?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Date",
+ "printedName": "Foundation.Date",
+ "usr": "s:10Foundation4DateV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)configRefreshTimestamp",
+ "mangledName": "$s8FBAEMKit11AEMReporterC22configRefreshTimestamp10Foundation4DateVSgvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Date?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Date",
+ "printedName": "Foundation.Date",
+ "usr": "s:10Foundation4DateV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)configRefreshTimestamp",
+ "mangledName": "$s8FBAEMKit11AEMReporterC22configRefreshTimestamp10Foundation4DateVSgvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Date?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Date",
+ "printedName": "Foundation.Date",
+ "usr": "s:10Foundation4DateV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setConfigRefreshTimestamp:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC22configRefreshTimestamp10Foundation4DateVSgvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC22configRefreshTimestamp10Foundation4DateVSgvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC22configRefreshTimestamp10Foundation4DateVSgvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "minAggregationRequestTimestamp",
+ "printedName": "minAggregationRequestTimestamp",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Date?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Date",
+ "printedName": "Foundation.Date",
+ "usr": "s:10Foundation4DateV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cpy)minAggregationRequestTimestamp",
+ "mangledName": "$s8FBAEMKit11AEMReporterC30minAggregationRequestTimestamp10Foundation4DateVSgvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Date?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Date",
+ "printedName": "Foundation.Date",
+ "usr": "s:10Foundation4DateV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)minAggregationRequestTimestamp",
+ "mangledName": "$s8FBAEMKit11AEMReporterC30minAggregationRequestTimestamp10Foundation4DateVSgvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Date?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Date",
+ "printedName": "Foundation.Date",
+ "usr": "s:10Foundation4DateV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setMinAggregationRequestTimestamp:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC30minAggregationRequestTimestamp10Foundation4DateVSgvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC30minAggregationRequestTimestamp10Foundation4DateVSgvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC30minAggregationRequestTimestamp10Foundation4DateVSgvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "completionBlocks",
+ "printedName": "completionBlocks",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[(Foundation.NSError?) -> ()]",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Foundation.NSError?) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.NSError?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSError",
+ "printedName": "Foundation.NSError",
+ "usr": "c:objc(cs)NSError"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit11AEMReporterC16completionBlocksSayySo7NSErrorCSgcGvpZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC16completionBlocksSayySo7NSErrorCSgcGvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[(Foundation.NSError?) -> ()]",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Foundation.NSError?) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.NSError?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSError",
+ "printedName": "Foundation.NSError",
+ "usr": "c:objc(cs)NSError"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC16completionBlocksSayySo7NSErrorCSgcGvgZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC16completionBlocksSayySo7NSErrorCSgcGvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[(Foundation.NSError?) -> ()]",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Foundation.NSError?) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.NSError?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSError",
+ "printedName": "Foundation.NSError",
+ "usr": "c:objc(cs)NSError"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC16completionBlocksSayySo7NSErrorCSgcGvsZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC16completionBlocksSayySo7NSErrorCSgcGvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMReporterC16completionBlocksSayySo7NSErrorCSgcGvMZ",
+ "mangledName": "$s8FBAEMKit11AEMReporterC16completionBlocksSayySo7NSErrorCSgcGvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Function",
+ "name": "configure",
+ "printedName": "configure(networker:appID:reporter:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.AEMNetworking)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMNetworking",
+ "printedName": "any FBAEMKit.AEMNetworking",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBAEMNetworking"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.SKAdNetworkReporting)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SKAdNetworkReporting",
+ "printedName": "any FBAEMKit.SKAdNetworkReporting",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBSKAdNetworkReporting"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)configureWithNetworker:appID:reporter:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC9configure9networker5appID8reporteryAA13AEMNetworking_pSg_SSSgAA20SKAdNetworkReporting_pSgtFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "AccessControl",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "configure",
+ "printedName": "configure(networker:appID:reporter:analyticsAppID:store:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.AEMNetworking)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMNetworking",
+ "printedName": "any FBAEMKit.AEMNetworking",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBAEMNetworking"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.SKAdNetworkReporting)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SKAdNetworkReporting",
+ "printedName": "any FBAEMKit.SKAdNetworkReporting",
+ "usr": "c:@M@FBAEMKit@objc(pl)FBSKAdNetworkReporting"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBSDKCoreKit_Basics.DataPersisting)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DataPersisting",
+ "printedName": "any FBSDKCoreKit_Basics.DataPersisting",
+ "usr": "c:objc(pl)FBSDKDataPersisting"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)configureWithNetworker:appID:reporter:analyticsAppID:store:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC9configure9networker5appID8reporter012analyticsAppF05storeyAA13AEMNetworking_pSg_SSSgAA20SKAdNetworkReporting_pSgALSo19FBSDKDataPersisting_pSgtFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "AccessControl",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "enable",
+ "printedName": "enable()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)enable",
+ "mangledName": "$s8FBAEMKit11AEMReporterC6enableyyFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "AccessControl",
+ "RawDocComment",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "setConversionFilteringEnabled",
+ "printedName": "setConversionFilteringEnabled(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setConversionFilteringEnabled:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC29setConversionFilteringEnabledyySbFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "AccessControl",
+ "RawDocComment",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "setCatalogMatchingEnabled",
+ "printedName": "setCatalogMatchingEnabled(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setCatalogMatchingEnabled:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC25setCatalogMatchingEnabledyySbFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "AccessControl",
+ "RawDocComment",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "setAdvertiserRuleMatchInServerEnabled",
+ "printedName": "setAdvertiserRuleMatchInServerEnabled(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)setAdvertiserRuleMatchInServerEnabled:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC37setAdvertiserRuleMatchInServerEnabledyySbFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "AccessControl",
+ "RawDocComment",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "handle",
+ "printedName": "handle(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.URL?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "URL",
+ "printedName": "Foundation.URL",
+ "usr": "s:10Foundation3URLV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)handle:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC6handleyy10Foundation3URLVSgFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "AccessControl",
+ "RawDocComment",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "parseURL",
+ "printedName": "parseURL(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMInvocation?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.URL?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "URL",
+ "printedName": "Foundation.URL",
+ "usr": "s:10Foundation3URLV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)parseURL:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC8parseURLyAA13AEMInvocationCSg10Foundation0D0VSgFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "recordAndUpdate",
+ "printedName": "recordAndUpdate(event:currency:value:parameters:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.NSNumber?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSNumber",
+ "printedName": "Foundation.NSNumber",
+ "usr": "c:objc(cs)NSNumber"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)recordAndUpdateEvent:currency:value:parameters:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC15recordAndUpdate5event8currency5value10parametersySS_SSSgSo8NSNumberCSgSDySSypGSgtFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "objc_name": "recordAndUpdateEvent:currency:value:parameters:",
+ "declAttributes": [
+ "Final",
+ "AccessControl",
+ "ObjC",
+ "RawDocComment"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "attributedInvocation",
+ "printedName": "attributedInvocation(_:event:currency:value:parameters:configurations:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMInvocation?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMInvocation]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "usr": "s:Sa"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.NSNumber?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSNumber",
+ "printedName": "Foundation.NSNumber",
+ "usr": "c:objc(cs)NSNumber"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMConfiguration]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)attributedInvocation:event:currency:value:parameters:configurations:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC20attributedInvocation_5event8currency5value10parameters14configurationsAA13AEMInvocationCSgSayAKG_S2SSgSo8NSNumberCSgSDySSypGSgSDySSSayAA16AEMConfigurationCGGtFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "RawDocComment",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isDoubleCounting",
+ "printedName": "isDoubleCounting(_:event:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)isDoubleCounting:event:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC16isDoubleCounting_5eventSbAA13AEMInvocationC_SStFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "loadConfiguration",
+ "printedName": "loadConfiguration(withRefreshForced:block:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "((Foundation.NSError?) -> ())?",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Foundation.NSError?) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.NSError?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSError",
+ "printedName": "Foundation.NSError",
+ "usr": "c:objc(cs)NSError"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)loadConfigurationWithRefreshForced:block:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC17loadConfiguration17withRefreshForced5blockySb_ySo7NSErrorCSgcSgtFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "loadCatalogOptimization",
+ "printedName": "loadCatalogOptimization(with:contentID:block:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "() -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ]
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)loadCatalogOptimizationWith:contentID:block:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC23loadCatalogOptimization4with9contentID5blockyAA13AEMInvocationC_SSSgyyctFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "loadRuleMatch",
+ "printedName": "loadRuleMatch(_:event:currency:value:parameters:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[Swift.String]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sa"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.NSNumber?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSNumber",
+ "printedName": "Foundation.NSNumber",
+ "usr": "c:objc(cs)NSNumber"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)loadRuleMatch:event:currency:value:parameters:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC13loadRuleMatch_5event8currency5value10parametersySaySSG_S2SSgSo8NSNumberCSgSDySSypGSgtFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "shouldReportConversion",
+ "printedName": "shouldReportConversion(inCatalogLevel:event:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)shouldReportConversionInCatalogLevel:event:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC22shouldReportConversion14inCatalogLevel5eventSbAA13AEMInvocationC_SStFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isContentOptimized",
+ "printedName": "isContentOptimized(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Any?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)isContentOptimized:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC18isContentOptimizedySbypSgFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "requestParameters",
+ "printedName": "requestParameters()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)requestParameters",
+ "mangledName": "$s8FBAEMKit11AEMReporterC17requestParametersSDySSypGyFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "catalogRequestParameters",
+ "printedName": "catalogRequestParameters(_:contentID:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)catalogRequestParameters:contentID:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC24catalogRequestParameters_9contentIDSDySSypGSSSg_AGtFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "ruleMatchRequestParameters",
+ "printedName": "ruleMatchRequestParameters(_:content:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[Swift.String]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sa"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)ruleMatchRequestParameters:content:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC26ruleMatchRequestParameters_7contentSDySSypGSaySSG_SSSgtFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isConfigRefreshTimestampValid",
+ "printedName": "isConfigRefreshTimestampValid()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)isConfigRefreshTimestampValid",
+ "mangledName": "$s8FBAEMKit11AEMReporterC29isConfigRefreshTimestampValidSbyFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "shouldRefresh",
+ "printedName": "shouldRefresh(withIsForced:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)shouldRefreshWithIsForced:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC13shouldRefresh12withIsForcedS2b_tFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "shouldDelayAggregationRequest",
+ "printedName": "shouldDelayAggregationRequest()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)shouldDelayAggregationRequest",
+ "mangledName": "$s8FBAEMKit11AEMReporterC29shouldDelayAggregationRequestSbyFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "sendDebuggingRequest",
+ "printedName": "sendDebuggingRequest(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)sendDebuggingRequest:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC20sendDebuggingRequestyyAA13AEMInvocationCFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "RawDocComment",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "debuggingRequestParameters",
+ "printedName": "debuggingRequestParameters(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)debuggingRequestParameters:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC26debuggingRequestParametersySDySSypGAA13AEMInvocationCFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "loadMinAggregationRequestTimestamp",
+ "printedName": "loadMinAggregationRequestTimestamp()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Date?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Date",
+ "printedName": "Foundation.Date",
+ "usr": "s:10Foundation4DateV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)loadMinAggregationRequestTimestamp",
+ "mangledName": "$s8FBAEMKit11AEMReporterC34loadMinAggregationRequestTimestamp10Foundation4DateVSgyFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "RawDocComment",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "updateAggregationRequestTimestamp",
+ "printedName": "updateAggregationRequestTimestamp(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)updateAggregationRequestTimestamp:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC33updateAggregationRequestTimestampyySdFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "loadConfigurations",
+ "printedName": "loadConfigurations()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [FBAEMKit.AEMConfiguration]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMConfiguration]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMConfiguration",
+ "printedName": "FBAEMKit.AEMConfiguration",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMConfiguration"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)loadConfigurations",
+ "mangledName": "$s8FBAEMKit11AEMReporterC18loadConfigurationsSDySSSayAA16AEMConfigurationCGGyFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "addConfigurations",
+ "printedName": "addConfigurations(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[[Swift.String : Any]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)addConfigurations:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC17addConfigurationsyySaySDySSypGGFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "loadReportData",
+ "printedName": "loadReportData()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMInvocation]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)loadReportData",
+ "mangledName": "$s8FBAEMKit11AEMReporterC14loadReportDataSayAA13AEMInvocationCGyFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "saveReportData",
+ "printedName": "saveReportData()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)saveReportData",
+ "mangledName": "$s8FBAEMKit11AEMReporterC14saveReportDatayyFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "sendAggregationRequest",
+ "printedName": "sendAggregationRequest()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)sendAggregationRequest",
+ "mangledName": "$s8FBAEMKit11AEMReporterC22sendAggregationRequestyyFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "aggregationRequestParameters",
+ "printedName": "aggregationRequestParameters(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)aggregationRequestParameters:",
+ "mangledName": "$s8FBAEMKit11AEMReporterC28aggregationRequestParametersySDySSypGAA13AEMInvocationCFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "clearCache",
+ "printedName": "clearCache()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)clearCache",
+ "mangledName": "$s8FBAEMKit11AEMReporterC10clearCacheyyFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "clearConfigurations",
+ "printedName": "clearConfigurations()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(cm)clearConfigurations",
+ "mangledName": "$s8FBAEMKit11AEMReporterC19clearConfigurationsyyFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMReporter",
+ "printedName": "FBAEMKit.AEMReporter",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter(im)init",
+ "mangledName": "$s8FBAEMKit11AEMReporterCACycfc",
+ "moduleName": "FBAEMKit",
+ "overriding": true,
+ "implicit": true,
+ "objc_name": "init",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC",
+ "Override"
+ ],
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Class",
+ "usr": "c:@M@FBAEMKit@objc(cs)FBAEMReporter",
+ "mangledName": "$s8FBAEMKit11AEMReporterC",
+ "moduleName": "FBAEMKit",
+ "objc_name": "FBAEMReporter",
+ "declAttributes": [
+ "Final",
+ "AccessControl",
+ "ObjC",
+ "ObjCMembers"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "FBSDKCoreKit_Basics",
+ "printedName": "FBSDKCoreKit_Basics",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit"
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMRequestBody",
+ "printedName": "AEMRequestBody",
+ "children": [
+ {
+ "kind": "Function",
+ "name": "compressedData",
+ "printedName": "compressedData()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Data?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit14AEMRequestBodyC14compressedData10Foundation0E0VSgyF",
+ "mangledName": "$s8FBAEMKit14AEMRequestBodyC14compressedData10Foundation0E0VSgyF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "RawDocComment"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Var",
+ "name": "data",
+ "printedName": "data",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit14AEMRequestBodyC4data10Foundation4DataVvp",
+ "mangledName": "$s8FBAEMKit14AEMRequestBodyC4data10Foundation4DataVvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit14AEMRequestBodyC4data10Foundation4DataVvg",
+ "mangledName": "$s8FBAEMKit14AEMRequestBodyC4data10Foundation4DataVvg",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "_data",
+ "printedName": "_data",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit14AEMRequestBodyC5_data33_1FB9656C872A5478253A5AEB5A2CB886LL10Foundation4DataVvp",
+ "mangledName": "$s8FBAEMKit14AEMRequestBodyC5_data33_1FB9656C872A5478253A5AEB5A2CB886LL10Foundation4DataVvp",
+ "moduleName": "FBAEMKit",
+ "isInternal": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "AccessControl"
+ ],
+ "fixedbinaryorder": 0,
+ "hasStorage": true
+ },
+ {
+ "kind": "Var",
+ "name": "json",
+ "printedName": "json",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit14AEMRequestBodyC4json33_1FB9656C872A5478253A5AEB5A2CB886LLSDySSypGvp",
+ "mangledName": "$s8FBAEMKit14AEMRequestBodyC4json33_1FB9656C872A5478253A5AEB5A2CB886LLSDySSypGvp",
+ "moduleName": "FBAEMKit",
+ "isInternal": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "AccessControl",
+ "RawDocComment"
+ ],
+ "fixedbinaryorder": 1,
+ "hasStorage": true
+ },
+ {
+ "kind": "Function",
+ "name": "append",
+ "printedName": "append(withKey:formValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit14AEMRequestBodyC6append7withKey9formValueySSSg_AGtF",
+ "mangledName": "$s8FBAEMKit14AEMRequestBodyC6append7withKey9formValueySSSg_AGtF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMRequestBody",
+ "printedName": "FBAEMKit.AEMRequestBody",
+ "usr": "s:8FBAEMKit14AEMRequestBodyC"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit14AEMRequestBodyCACycfc",
+ "mangledName": "$s8FBAEMKit14AEMRequestBodyCACycfc",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Class",
+ "usr": "s:8FBAEMKit14AEMRequestBodyC",
+ "mangledName": "$s8FBAEMKit14AEMRequestBodyC",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "FBSDKCoreKit_Basics",
+ "printedName": "FBSDKCoreKit_Basics",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit"
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMRule",
+ "printedName": "AEMRule",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "conversionValue",
+ "printedName": "conversionValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit7AEMRuleC15conversionValueSivp",
+ "mangledName": "$s8FBAEMKit7AEMRuleC15conversionValueSivp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 0,
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit7AEMRuleC15conversionValueSivg",
+ "mangledName": "$s8FBAEMKit7AEMRuleC15conversionValueSivg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "priority",
+ "printedName": "priority",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit7AEMRuleC8prioritySivp",
+ "mangledName": "$s8FBAEMKit7AEMRuleC8prioritySivp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 1,
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit7AEMRuleC8prioritySivg",
+ "mangledName": "$s8FBAEMKit7AEMRuleC8prioritySivg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "events",
+ "printedName": "events",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMEvent]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMEvent",
+ "printedName": "FBAEMKit.AEMEvent",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMEvent"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit7AEMRuleC6eventsSayAA8AEMEventCGvp",
+ "mangledName": "$s8FBAEMKit7AEMRuleC6eventsSayAA8AEMEventCGvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 2,
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMEvent]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMEvent",
+ "printedName": "FBAEMKit.AEMEvent",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMEvent"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit7AEMRuleC6eventsSayAA8AEMEventCGvg",
+ "mangledName": "$s8FBAEMKit7AEMRuleC6eventsSayAA8AEMEventCGvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(json:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMRule?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMRule",
+ "printedName": "FBAEMKit.AEMRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMRule"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit7AEMRuleC4jsonACSgSDySSypG_tcfc",
+ "mangledName": "$s8FBAEMKit7AEMRuleC4jsonACSgSDySSypG_tcfc",
+ "moduleName": "FBAEMKit",
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Function",
+ "name": "containsEvent",
+ "printedName": "containsEvent(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit7AEMRuleC13containsEventySbSSF",
+ "mangledName": "$s8FBAEMKit7AEMRuleC13containsEventySbSSF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "RawDocComment"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isMatched",
+ "printedName": "isMatched(withRecordedEvents:recordedValues:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.Set?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Set",
+ "printedName": "Swift.Set",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sh"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : [Swift.String : Any]]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : [Swift.String : Any]]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit7AEMRuleC9isMatched18withRecordedEvents14recordedValuesSbShySSGSg_SDySSSDySSypGGSgtF",
+ "mangledName": "$s8FBAEMKit7AEMRuleC9isMatched18withRecordedEvents14recordedValuesSbShySSGSg_SDySSSDySSypGGSgtF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "RawDocComment"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Var",
+ "name": "supportsSecureCoding",
+ "printedName": "supportsSecureCoding",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMRule(cpy)supportsSecureCoding",
+ "mangledName": "$s8FBAEMKit7AEMRuleC20supportsSecureCodingSbvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "objc_name": "supportsSecureCoding",
+ "declAttributes": [
+ "Final",
+ "ObjC",
+ "RawDocComment"
+ ],
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMRule(cm)supportsSecureCoding",
+ "mangledName": "$s8FBAEMKit7AEMRuleC20supportsSecureCodingSbvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "objc_name": "supportsSecureCoding",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(coder:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMRule?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMRule",
+ "printedName": "FBAEMKit.AEMRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMRule"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "NSCoder",
+ "printedName": "Foundation.NSCoder",
+ "usr": "c:objc(cs)NSCoder"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMRule(im)initWithCoder:",
+ "mangledName": "$s8FBAEMKit7AEMRuleC5coderACSgSo7NSCoderC_tcfc",
+ "moduleName": "FBAEMKit",
+ "objc_name": "initWithCoder:",
+ "declAttributes": [
+ "ObjC"
+ ],
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Function",
+ "name": "encode",
+ "printedName": "encode(with:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "NSCoder",
+ "printedName": "Foundation.NSCoder",
+ "usr": "c:objc(cs)NSCoder"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMRule(im)encodeWithCoder:",
+ "mangledName": "$s8FBAEMKit7AEMRuleC6encode4withySo7NSCoderC_tF",
+ "moduleName": "FBAEMKit",
+ "objc_name": "encodeWithCoder:",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isEqual",
+ "printedName": "isEqual(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Any?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMRule(im)isEqual:",
+ "mangledName": "$s8FBAEMKit7AEMRuleC7isEqualySbypSgF",
+ "moduleName": "FBAEMKit",
+ "overriding": true,
+ "objc_name": "isEqual:",
+ "declAttributes": [
+ "Final",
+ "ObjC",
+ "Override"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMRule",
+ "printedName": "FBAEMKit.AEMRule",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMRule"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMRule(im)init",
+ "mangledName": "$s8FBAEMKit7AEMRuleCACycfc",
+ "moduleName": "FBAEMKit",
+ "overriding": true,
+ "implicit": true,
+ "objc_name": "init",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC",
+ "Override"
+ ],
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Class",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMRule",
+ "mangledName": "$s8FBAEMKit7AEMRuleC",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMSettings",
+ "printedName": "AEMSettings",
+ "children": [
+ {
+ "kind": "Function",
+ "name": "appID",
+ "printedName": "appID()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit11AEMSettingsO5appIDSSSgyFZ",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO5appIDSSSgyFZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "TypeDependencies",
+ "printedName": "TypeDependencies",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "bundle",
+ "printedName": "bundle",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bundle",
+ "printedName": "Foundation.Bundle",
+ "usr": "c:objc(cs)NSBundle"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit11AEMSettingsO16TypeDependenciesV6bundleSo8NSBundleCvp",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO16TypeDependenciesV6bundleSo8NSBundleCvp",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "HasStorage"
+ ],
+ "fixedbinaryorder": 0,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bundle",
+ "printedName": "Foundation.Bundle",
+ "usr": "c:objc(cs)NSBundle"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMSettingsO16TypeDependenciesV6bundleSo8NSBundleCvg",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO16TypeDependenciesV6bundleSo8NSBundleCvg",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Transparent"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bundle",
+ "printedName": "Foundation.Bundle",
+ "usr": "c:objc(cs)NSBundle"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMSettingsO16TypeDependenciesV6bundleSo8NSBundleCvs",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO16TypeDependenciesV6bundleSo8NSBundleCvs",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Transparent"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMSettingsO16TypeDependenciesV6bundleSo8NSBundleCvM",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO16TypeDependenciesV6bundleSo8NSBundleCvM",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "declAttributes": [
+ "Transparent"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(bundle:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "TypeDependencies",
+ "printedName": "FBAEMKit.AEMSettings.TypeDependencies",
+ "usr": "s:8FBAEMKit11AEMSettingsO16TypeDependenciesV"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bundle",
+ "printedName": "Foundation.Bundle",
+ "usr": "c:objc(cs)NSBundle"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit11AEMSettingsO16TypeDependenciesV6bundleAESo8NSBundleC_tcfc",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO16TypeDependenciesV6bundleAESo8NSBundleC_tcfc",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Struct",
+ "usr": "s:8FBAEMKit11AEMSettingsO16TypeDependenciesV",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO16TypeDependenciesV",
+ "moduleName": "FBAEMKit",
+ "isFromExtension": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "configuredDependencies",
+ "printedName": "configuredDependencies",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMSettings.TypeDependencies?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "TypeDependencies",
+ "printedName": "FBAEMKit.AEMSettings.TypeDependencies",
+ "usr": "s:8FBAEMKit11AEMSettingsO16TypeDependenciesV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit11AEMSettingsO22configuredDependenciesAC04TypeD0VSgvpZ",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO22configuredDependenciesAC04TypeD0VSgvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "HasStorage"
+ ],
+ "isFromExtension": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMSettings.TypeDependencies?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "TypeDependencies",
+ "printedName": "FBAEMKit.AEMSettings.TypeDependencies",
+ "usr": "s:8FBAEMKit11AEMSettingsO16TypeDependenciesV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMSettingsO22configuredDependenciesAC04TypeD0VSgvgZ",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO22configuredDependenciesAC04TypeD0VSgvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Transparent"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMSettings.TypeDependencies?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "TypeDependencies",
+ "printedName": "FBAEMKit.AEMSettings.TypeDependencies",
+ "usr": "s:8FBAEMKit11AEMSettingsO16TypeDependenciesV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMSettingsO22configuredDependenciesAC04TypeD0VSgvsZ",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO22configuredDependenciesAC04TypeD0VSgvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Transparent"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMSettingsO22configuredDependenciesAC04TypeD0VSgvMZ",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO22configuredDependenciesAC04TypeD0VSgvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Transparent"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "defaultDependencies",
+ "printedName": "defaultDependencies",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMSettings.TypeDependencies?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "TypeDependencies",
+ "printedName": "FBAEMKit.AEMSettings.TypeDependencies",
+ "usr": "s:8FBAEMKit11AEMSettingsO16TypeDependenciesV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit11AEMSettingsO19defaultDependenciesAC04TypeD0VSgvpZ",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO19defaultDependenciesAC04TypeD0VSgvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "HasStorage"
+ ],
+ "isFromExtension": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMSettings.TypeDependencies?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "TypeDependencies",
+ "printedName": "FBAEMKit.AEMSettings.TypeDependencies",
+ "usr": "s:8FBAEMKit11AEMSettingsO16TypeDependenciesV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMSettingsO19defaultDependenciesAC04TypeD0VSgvgZ",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO19defaultDependenciesAC04TypeD0VSgvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Transparent"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMSettings.TypeDependencies?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "TypeDependencies",
+ "printedName": "FBAEMKit.AEMSettings.TypeDependencies",
+ "usr": "s:8FBAEMKit11AEMSettingsO16TypeDependenciesV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMSettingsO19defaultDependenciesAC04TypeD0VSgvsZ",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO19defaultDependenciesAC04TypeD0VSgvsZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Transparent"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit11AEMSettingsO19defaultDependenciesAC04TypeD0VSgvMZ",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO19defaultDependenciesAC04TypeD0VSgvMZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Transparent"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ }
+ ],
+ "declKind": "Enum",
+ "usr": "s:8FBAEMKit11AEMSettingsO",
+ "mangledName": "$s8FBAEMKit11AEMSettingsO",
+ "moduleName": "FBAEMKit",
+ "isEnumExhaustive": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "DependentAsType",
+ "printedName": "DependentAsType",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "TypeDependencies",
+ "printedName": "TypeDependencies",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "TypeDependencies",
+ "printedName": "FBAEMKit.AEMSettings.TypeDependencies",
+ "usr": "s:8FBAEMKit11AEMSettingsO16TypeDependenciesV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:8FBAEMKit15DependentAsTypeP",
+ "mangledName": "$s8FBAEMKit15DependentAsTypeP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "FBSDKCoreKit_Basics",
+ "printedName": "FBSDKCoreKit_Basics",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "FBAEMKit"
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "AEMUtility",
+ "printedName": "AEMUtility",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "shared",
+ "printedName": "shared",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMUtility",
+ "printedName": "FBAEMKit.AEMUtility",
+ "usr": "s:8FBAEMKit10AEMUtilityC"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit10AEMUtilityC6sharedACvpZ",
+ "mangledName": "$s8FBAEMKit10AEMUtilityC6sharedACvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMUtility",
+ "printedName": "FBAEMKit.AEMUtility",
+ "usr": "s:8FBAEMKit10AEMUtilityC"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit10AEMUtilityC6sharedACvgZ",
+ "mangledName": "$s8FBAEMKit10AEMUtilityC6sharedACvgZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Transparent",
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Function",
+ "name": "getMatchedInvocation",
+ "printedName": "getMatchedInvocation(_:businessID:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "FBAEMKit.AEMInvocation?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMInvocation]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "usr": "s:Sa"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit10AEMUtilityC20getMatchedInvocation_10businessIDAA13AEMInvocationCSgSayAGG_SSSgtF",
+ "mangledName": "$s8FBAEMKit10AEMUtilityC20getMatchedInvocation_10businessIDAA13AEMInvocationCSgSayAGG_SSSgtF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "getInSegmentValue",
+ "printedName": "getInSegmentValue(_:matchingRule:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSNumber",
+ "printedName": "Foundation.NSNumber",
+ "usr": "c:objc(cs)NSNumber"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any FBAEMKit.AEMAdvertiserRuleMatching)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMAdvertiserRuleMatching",
+ "printedName": "any FBAEMKit.AEMAdvertiserRuleMatching",
+ "usr": "s:8FBAEMKit25AEMAdvertiserRuleMatchingP"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit10AEMUtilityC17getInSegmentValue_12matchingRuleSo8NSNumberCSDySSypGSg_AA013AEMAdvertiserH8Matching_pSgtF",
+ "mangledName": "$s8FBAEMKit10AEMUtilityC17getInSegmentValue_12matchingRuleSo8NSNumberCSDySSypGSg_AA013AEMAdvertiserH8Matching_pSgtF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "getContent",
+ "printedName": "getContent(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit10AEMUtilityC10getContentySSSgSDySSypGSgF",
+ "mangledName": "$s8FBAEMKit10AEMUtilityC10getContentySSSgSDySSypGSgF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "getContentID",
+ "printedName": "getContentID(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Swift.String : Any]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[Swift.String : Any]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit10AEMUtilityC12getContentIDySSSgSDySSypGSgF",
+ "mangledName": "$s8FBAEMKit10AEMUtilityC12getContentIDySSSgSDySSypGSgF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "getBusinessIDsInOrder",
+ "printedName": "getBusinessIDsInOrder(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[Swift.String]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sa"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[FBAEMKit.AEMInvocation]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMInvocation",
+ "printedName": "FBAEMKit.AEMInvocation",
+ "usr": "c:@M@FBAEMKit@objc(cs)AEMInvocation"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit10AEMUtilityC21getBusinessIDsInOrderySaySSGSayAA13AEMInvocationCGF",
+ "mangledName": "$s8FBAEMKit10AEMUtilityC21getBusinessIDsInOrderySaySSGSayAA13AEMInvocationCGF",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "AEMUtility",
+ "printedName": "FBAEMKit.AEMUtility",
+ "usr": "s:8FBAEMKit10AEMUtilityC"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit10AEMUtilityCACycfc",
+ "mangledName": "$s8FBAEMKit10AEMUtilityCACycfc",
+ "moduleName": "FBAEMKit",
+ "implicit": true,
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Class",
+ "usr": "s:8FBAEMKit10AEMUtilityC",
+ "mangledName": "$s8FBAEMKit10AEMUtilityC",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "Final"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "DependentAsType",
+ "printedName": "DependentAsType",
+ "children": [
+ {
+ "kind": "AssociatedType",
+ "name": "TypeDependencies",
+ "printedName": "TypeDependencies",
+ "declKind": "AssociatedType",
+ "usr": "s:8FBAEMKit15DependentAsTypeP0D12DependenciesQa",
+ "mangledName": "$s8FBAEMKit15DependentAsTypeP0D12DependenciesQa",
+ "moduleName": "FBAEMKit",
+ "protocolReq": true
+ },
+ {
+ "kind": "Var",
+ "name": "configuredDependencies",
+ "printedName": "configuredDependencies",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "τ_0_0.TypeDependencies?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DependentMember",
+ "printedName": "τ_0_0.TypeDependencies"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit15DependentAsTypeP22configuredDependencies0dF0QzSgvpZ",
+ "mangledName": "$s8FBAEMKit15DependentAsTypeP22configuredDependencies0dF0QzSgvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "protocolReq": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "τ_0_0.TypeDependencies?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DependentMember",
+ "printedName": "τ_0_0.TypeDependencies"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit15DependentAsTypeP22configuredDependencies0dF0QzSgvgZ",
+ "mangledName": "$s8FBAEMKit15DependentAsTypeP22configuredDependencies0dF0QzSgvgZ",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0 where τ_0_0 : FBAEMKit.DependentAsType>",
+ "sugared_genericSig": "",
+ "static": true,
+ "protocolReq": true,
+ "reqNewWitnessTableEntry": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "τ_0_0.TypeDependencies?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DependentMember",
+ "printedName": "τ_0_0.TypeDependencies"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit15DependentAsTypeP22configuredDependencies0dF0QzSgvsZ",
+ "mangledName": "$s8FBAEMKit15DependentAsTypeP22configuredDependencies0dF0QzSgvsZ",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0 where τ_0_0 : FBAEMKit.DependentAsType>",
+ "sugared_genericSig": "",
+ "static": true,
+ "protocolReq": true,
+ "reqNewWitnessTableEntry": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit15DependentAsTypeP22configuredDependencies0dF0QzSgvMZ",
+ "mangledName": "$s8FBAEMKit15DependentAsTypeP22configuredDependencies0dF0QzSgvMZ",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0 where τ_0_0 : FBAEMKit.DependentAsType>",
+ "sugared_genericSig": "",
+ "static": true,
+ "protocolReq": true,
+ "implicit": true,
+ "reqNewWitnessTableEntry": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "defaultDependencies",
+ "printedName": "defaultDependencies",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "τ_0_0.TypeDependencies?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DependentMember",
+ "printedName": "τ_0_0.TypeDependencies"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit15DependentAsTypeP19defaultDependencies0dF0QzSgvpZ",
+ "mangledName": "$s8FBAEMKit15DependentAsTypeP19defaultDependencies0dF0QzSgvpZ",
+ "moduleName": "FBAEMKit",
+ "static": true,
+ "protocolReq": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "τ_0_0.TypeDependencies?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DependentMember",
+ "printedName": "τ_0_0.TypeDependencies"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit15DependentAsTypeP19defaultDependencies0dF0QzSgvgZ",
+ "mangledName": "$s8FBAEMKit15DependentAsTypeP19defaultDependencies0dF0QzSgvgZ",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0 where τ_0_0 : FBAEMKit.DependentAsType>",
+ "sugared_genericSig": "",
+ "static": true,
+ "protocolReq": true,
+ "reqNewWitnessTableEntry": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Function",
+ "name": "setDependencies",
+ "printedName": "setDependencies(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "DependentMember",
+ "printedName": "τ_0_0.TypeDependencies"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit15DependentAsTypeP15setDependenciesyy0dF0QzFZ",
+ "mangledName": "$s8FBAEMKit15DependentAsTypeP15setDependenciesyy0dF0QzFZ",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0 where τ_0_0 : FBAEMKit.DependentAsType>",
+ "sugared_genericSig": "",
+ "static": true,
+ "protocolReq": true,
+ "reqNewWitnessTableEntry": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "setDependencies",
+ "printedName": "setDependencies(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "DependentMember",
+ "printedName": "τ_0_0.TypeDependencies"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit15DependentAsTypePAAE15setDependenciesyy0dF0QzFZ",
+ "mangledName": "$s8FBAEMKit15DependentAsTypePAAE15setDependenciesyy0dF0QzFZ",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0 where τ_0_0 : FBAEMKit.DependentAsType>",
+ "sugared_genericSig": "",
+ "static": true,
+ "isFromExtension": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "getDependencies",
+ "printedName": "getDependencies()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DependentMember",
+ "printedName": "τ_0_0.TypeDependencies"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:8FBAEMKit15DependentAsTypePAAE15getDependencies0dF0QzyKFZ",
+ "mangledName": "$s8FBAEMKit15DependentAsTypePAAE15getDependencies0dF0QzyKFZ",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0 where τ_0_0 : FBAEMKit.DependentAsType>",
+ "sugared_genericSig": "",
+ "static": true,
+ "isFromExtension": true,
+ "throwing": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Subscript",
+ "name": "subscript",
+ "printedName": "subscript(dynamicMember:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "τ_1_0?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_1_0"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "KeyPath",
+ "printedName": "Swift.KeyPath<τ_0_0.TypeDependencies, τ_1_0>",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DependentMember",
+ "printedName": "τ_0_0.TypeDependencies"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_1_0"
+ }
+ ],
+ "usr": "s:s7KeyPathC"
+ }
+ ],
+ "declKind": "Subscript",
+ "usr": "s:8FBAEMKit15DependentAsTypePAAE13dynamicMemberqd__Sgs7KeyPathCy0D12DependenciesQzqd__G_tcluipZ",
+ "mangledName": "$s8FBAEMKit15DependentAsTypePAAE13dynamicMemberqd__Sgs7KeyPathCy0D12DependenciesQzqd__G_tcluipZ",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : FBAEMKit.DependentAsType>",
+ "sugared_genericSig": "",
+ "static": true,
+ "isFromExtension": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "τ_1_0?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_1_0"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "KeyPath",
+ "printedName": "Swift.KeyPath<τ_0_0.TypeDependencies, τ_1_0>",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DependentMember",
+ "printedName": "τ_0_0.TypeDependencies"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_1_0"
+ }
+ ],
+ "usr": "s:s7KeyPathC"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:8FBAEMKit15DependentAsTypePAAE13dynamicMemberqd__Sgs7KeyPathCy0D12DependenciesQzqd__G_tcluigZ",
+ "mangledName": "$s8FBAEMKit15DependentAsTypePAAE13dynamicMemberqd__Sgs7KeyPathCy0D12DependenciesQzqd__G_tcluigZ",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : FBAEMKit.DependentAsType>",
+ "sugared_genericSig": "",
+ "static": true,
+ "isFromExtension": true,
+ "accessorKind": "get"
+ }
+ ]
+ }
+ ],
+ "declKind": "Protocol",
+ "usr": "s:8FBAEMKit15DependentAsTypeP",
+ "mangledName": "$s8FBAEMKit15DependentAsTypeP",
+ "moduleName": "FBAEMKit",
+ "declAttributes": [
+ "DynamicMemberLookup",
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "MissingDependenciesError",
+ "printedName": "MissingDependenciesError",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "dependentType",
+ "printedName": "dependentType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "τ_0_0.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ }
+ ]
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:8FBAEMKit24MissingDependenciesErrorV13dependentType33_A87604353953AE6AB47A0C00F7FE141DLLxmvp",
+ "mangledName": "$s8FBAEMKit24MissingDependenciesErrorV13dependentType33_A87604353953AE6AB47A0C00F7FE141DLLxmvp",
+ "moduleName": "FBAEMKit",
+ "isInternal": true,
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "fixedbinaryorder": 0,
+ "isLet": true,
+ "hasStorage": true
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(for:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "MissingDependenciesError",
+ "printedName": "FBAEMKit.MissingDependenciesError<τ_0_0>",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ }
+ ],
+ "usr": "s:8FBAEMKit24MissingDependenciesErrorV"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "τ_0_0.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ }
+ ]
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:8FBAEMKit24MissingDependenciesErrorV3forACyxGxm_tcfc",
+ "mangledName": "$s8FBAEMKit24MissingDependenciesErrorV3forACyxGxm_tcfc",
+ "moduleName": "FBAEMKit",
+ "genericSig": "<τ_0_0>",
+ "sugared_genericSig": "