diff --git a/.build/.lock b/.build/.lock
new file mode 100644
index 0000000..693513a
--- /dev/null
+++ b/.build/.lock
@@ -0,0 +1 @@
+3447
\ No newline at end of file
diff --git a/.build/arm64-apple-macosx/debug/MiniPlayer b/.build/arm64-apple-macosx/debug/MiniPlayer
new file mode 100755
index 0000000..9ff5e94
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/MiniPlayer differ
diff --git a/.build/arm64-apple-macosx/debug/MiniPlayer-entitlement.plist b/.build/arm64-apple-macosx/debug/MiniPlayer-entitlement.plist
new file mode 100644
index 0000000..3842541
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/MiniPlayer-entitlement.plist
@@ -0,0 +1,8 @@
+
+
+
+
+ com.apple.security.get-task-allow
+
+
+
diff --git a/.build/arm64-apple-macosx/debug/MiniPlayer.build/DerivedSources/resource_bundle_accessor.swift b/.build/arm64-apple-macosx/debug/MiniPlayer.build/DerivedSources/resource_bundle_accessor.swift
new file mode 100644
index 0000000..5cb35ba
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/MiniPlayer.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("MiniPlayer_MiniPlayer.bundle").path
+ let buildPath = "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer_MiniPlayer.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/MiniPlayer.build/MiniPlayer.emit-module.d b/.build/arm64-apple-macosx/debug/MiniPlayer.build/MiniPlayer.emit-module.d
new file mode 100644
index 0000000..8e6e81f
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/MiniPlayer.build/MiniPlayer.emit-module.d
@@ -0,0 +1,3 @@
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/Modules/MiniPlayer.swiftmodule : /Users/ymq/swift/MiniPlayer/Sources/PlayerBridge.swift /Users/ymq/swift/MiniPlayer/Sources/MiniPlayerApp.swift /Users/ymq/swift/MiniPlayer/Sources/ProgressSlider.swift /Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/DerivedSources/resource_bundle_accessor.swift /Users/ymq/swift/MiniPlayer/Sources/VideoPlayerView.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreMIDI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreMedia.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/AVFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Synchronization.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AVFAudio.framework/Modules/AVFAudio.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreAudio.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AudioToolbox.framework/Modules/AudioToolbox.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreMIDI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreMedia.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Synchronization.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AVFAudio.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreAudio.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AudioToolbox.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CoreMedia.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVFoundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AVFAudio.framework/Headers/AVFAudio.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioTypes.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/MediaToolbox.framework/Headers/MediaToolbox.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/AudioToolbox.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/Modules/SwiftBricks.swiftmodule
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/Modules/MiniPlayer.swiftdoc : /Users/ymq/swift/MiniPlayer/Sources/PlayerBridge.swift /Users/ymq/swift/MiniPlayer/Sources/MiniPlayerApp.swift /Users/ymq/swift/MiniPlayer/Sources/ProgressSlider.swift /Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/DerivedSources/resource_bundle_accessor.swift /Users/ymq/swift/MiniPlayer/Sources/VideoPlayerView.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreMIDI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreMedia.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/AVFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Synchronization.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AVFAudio.framework/Modules/AVFAudio.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreAudio.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AudioToolbox.framework/Modules/AudioToolbox.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreMIDI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreMedia.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Synchronization.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AVFAudio.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreAudio.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AudioToolbox.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CoreMedia.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVFoundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AVFAudio.framework/Headers/AVFAudio.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioTypes.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/MediaToolbox.framework/Headers/MediaToolbox.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/AudioToolbox.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/Modules/SwiftBricks.swiftmodule
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/Modules/MiniPlayer.swiftsourceinfo : /Users/ymq/swift/MiniPlayer/Sources/PlayerBridge.swift /Users/ymq/swift/MiniPlayer/Sources/MiniPlayerApp.swift /Users/ymq/swift/MiniPlayer/Sources/ProgressSlider.swift /Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/DerivedSources/resource_bundle_accessor.swift /Users/ymq/swift/MiniPlayer/Sources/VideoPlayerView.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreMIDI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreMedia.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/AVFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Synchronization.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AVFAudio.framework/Modules/AVFAudio.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreAudio.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AudioToolbox.framework/Modules/AudioToolbox.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreMIDI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreMedia.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Synchronization.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AVFAudio.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreAudio.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AudioToolbox.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CoreMedia.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVFoundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AVFAudio.framework/Headers/AVFAudio.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioTypes.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/MediaToolbox.framework/Headers/MediaToolbox.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/AudioToolbox.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/Modules/SwiftBricks.swiftmodule
diff --git a/.build/arm64-apple-macosx/debug/MiniPlayer.build/MiniPlayer.emit-module.dia b/.build/arm64-apple-macosx/debug/MiniPlayer.build/MiniPlayer.emit-module.dia
new file mode 100644
index 0000000..093d351
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/MiniPlayer.build/MiniPlayer.emit-module.dia differ
diff --git a/.build/arm64-apple-macosx/debug/MiniPlayer.build/MiniPlayerApp.d b/.build/arm64-apple-macosx/debug/MiniPlayer.build/MiniPlayerApp.d
new file mode 100644
index 0000000..34d0b78
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/MiniPlayer.build/MiniPlayerApp.d
@@ -0,0 +1 @@
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/MiniPlayerApp.swift.o : /Users/ymq/swift/MiniPlayer/Sources/PlayerBridge.swift /Users/ymq/swift/MiniPlayer/Sources/MiniPlayerApp.swift /Users/ymq/swift/MiniPlayer/Sources/ProgressSlider.swift /Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/DerivedSources/resource_bundle_accessor.swift /Users/ymq/swift/MiniPlayer/Sources/VideoPlayerView.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreMIDI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreMedia.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/AVFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Synchronization.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AVFAudio.framework/Modules/AVFAudio.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreAudio.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AudioToolbox.framework/Modules/AudioToolbox.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreMIDI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreMedia.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Synchronization.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AVFAudio.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreAudio.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AudioToolbox.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CoreMedia.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVFoundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AVFAudio.framework/Headers/AVFAudio.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioTypes.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/MediaToolbox.framework/Headers/MediaToolbox.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/AudioToolbox.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/Modules/SwiftBricks.swiftmodule
diff --git a/.build/arm64-apple-macosx/debug/MiniPlayer.build/MiniPlayerApp.dia b/.build/arm64-apple-macosx/debug/MiniPlayer.build/MiniPlayerApp.dia
new file mode 100644
index 0000000..093d351
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/MiniPlayer.build/MiniPlayerApp.dia differ
diff --git a/.build/arm64-apple-macosx/debug/MiniPlayer.build/MiniPlayerApp.swift.o b/.build/arm64-apple-macosx/debug/MiniPlayer.build/MiniPlayerApp.swift.o
new file mode 100644
index 0000000..f71f8db
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/MiniPlayer.build/MiniPlayerApp.swift.o differ
diff --git a/.build/arm64-apple-macosx/debug/MiniPlayer.build/MiniPlayerApp.swiftdeps b/.build/arm64-apple-macosx/debug/MiniPlayer.build/MiniPlayerApp.swiftdeps
new file mode 100644
index 0000000..37258b0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/MiniPlayer.build/MiniPlayerApp.swiftdeps differ
diff --git a/.build/arm64-apple-macosx/debug/MiniPlayer.build/PlayerBridge.d b/.build/arm64-apple-macosx/debug/MiniPlayer.build/PlayerBridge.d
new file mode 100644
index 0000000..5be3e52
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/MiniPlayer.build/PlayerBridge.d
@@ -0,0 +1 @@
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/PlayerBridge.swift.o : /Users/ymq/swift/MiniPlayer/Sources/PlayerBridge.swift /Users/ymq/swift/MiniPlayer/Sources/MiniPlayerApp.swift /Users/ymq/swift/MiniPlayer/Sources/ProgressSlider.swift /Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/DerivedSources/resource_bundle_accessor.swift /Users/ymq/swift/MiniPlayer/Sources/VideoPlayerView.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreMIDI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreMedia.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/AVFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Synchronization.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AVFAudio.framework/Modules/AVFAudio.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreAudio.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AudioToolbox.framework/Modules/AudioToolbox.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreMIDI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreMedia.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Synchronization.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AVFAudio.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreAudio.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AudioToolbox.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CoreMedia.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVFoundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AVFAudio.framework/Headers/AVFAudio.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioTypes.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/MediaToolbox.framework/Headers/MediaToolbox.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/AudioToolbox.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/Modules/SwiftBricks.swiftmodule
diff --git a/.build/arm64-apple-macosx/debug/MiniPlayer.build/PlayerBridge.dia b/.build/arm64-apple-macosx/debug/MiniPlayer.build/PlayerBridge.dia
new file mode 100644
index 0000000..093d351
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/MiniPlayer.build/PlayerBridge.dia differ
diff --git a/.build/arm64-apple-macosx/debug/MiniPlayer.build/PlayerBridge.swift.o b/.build/arm64-apple-macosx/debug/MiniPlayer.build/PlayerBridge.swift.o
new file mode 100644
index 0000000..624ce29
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/MiniPlayer.build/PlayerBridge.swift.o differ
diff --git a/.build/arm64-apple-macosx/debug/MiniPlayer.build/PlayerBridge.swiftdeps b/.build/arm64-apple-macosx/debug/MiniPlayer.build/PlayerBridge.swiftdeps
new file mode 100644
index 0000000..72b2d86
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/MiniPlayer.build/PlayerBridge.swiftdeps differ
diff --git a/.build/arm64-apple-macosx/debug/MiniPlayer.build/ProgressSlider.d b/.build/arm64-apple-macosx/debug/MiniPlayer.build/ProgressSlider.d
new file mode 100644
index 0000000..c844f63
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/MiniPlayer.build/ProgressSlider.d
@@ -0,0 +1 @@
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/ProgressSlider.swift.o : /Users/ymq/swift/MiniPlayer/Sources/PlayerBridge.swift /Users/ymq/swift/MiniPlayer/Sources/MiniPlayerApp.swift /Users/ymq/swift/MiniPlayer/Sources/ProgressSlider.swift /Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/DerivedSources/resource_bundle_accessor.swift /Users/ymq/swift/MiniPlayer/Sources/VideoPlayerView.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreMIDI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreMedia.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/AVFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Synchronization.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AVFAudio.framework/Modules/AVFAudio.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreAudio.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AudioToolbox.framework/Modules/AudioToolbox.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CoreMedia.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVFoundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AVFAudio.framework/Headers/AVFAudio.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioTypes.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/MediaToolbox.framework/Headers/MediaToolbox.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/AudioToolbox.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/Modules/SwiftBricks.swiftmodule
diff --git a/.build/arm64-apple-macosx/debug/MiniPlayer.build/ProgressSlider.dia b/.build/arm64-apple-macosx/debug/MiniPlayer.build/ProgressSlider.dia
new file mode 100644
index 0000000..093d351
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/MiniPlayer.build/ProgressSlider.dia differ
diff --git a/.build/arm64-apple-macosx/debug/MiniPlayer.build/ProgressSlider.swift.o b/.build/arm64-apple-macosx/debug/MiniPlayer.build/ProgressSlider.swift.o
new file mode 100644
index 0000000..0b681b0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/MiniPlayer.build/ProgressSlider.swift.o differ
diff --git a/.build/arm64-apple-macosx/debug/MiniPlayer.build/ProgressSlider.swiftdeps b/.build/arm64-apple-macosx/debug/MiniPlayer.build/ProgressSlider.swiftdeps
new file mode 100644
index 0000000..91ea738
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/MiniPlayer.build/ProgressSlider.swiftdeps differ
diff --git a/.build/arm64-apple-macosx/debug/MiniPlayer.build/VideoPlayerView.d b/.build/arm64-apple-macosx/debug/MiniPlayer.build/VideoPlayerView.d
new file mode 100644
index 0000000..186b833
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/MiniPlayer.build/VideoPlayerView.d
@@ -0,0 +1 @@
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/VideoPlayerView.swift.o : /Users/ymq/swift/MiniPlayer/Sources/PlayerBridge.swift /Users/ymq/swift/MiniPlayer/Sources/MiniPlayerApp.swift /Users/ymq/swift/MiniPlayer/Sources/ProgressSlider.swift /Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/DerivedSources/resource_bundle_accessor.swift /Users/ymq/swift/MiniPlayer/Sources/VideoPlayerView.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreMIDI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreMedia.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/AVFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Synchronization.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AVFAudio.framework/Modules/AVFAudio.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreAudio.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AudioToolbox.framework/Modules/AudioToolbox.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreMIDI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreMedia.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Synchronization.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AVFAudio.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreAudio.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AudioToolbox.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CoreMedia.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVFoundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AVFAudio.framework/Headers/AVFAudio.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioTypes.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/MediaToolbox.framework/Headers/MediaToolbox.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/AudioToolbox.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/Modules/SwiftBricks.swiftmodule
diff --git a/.build/arm64-apple-macosx/debug/MiniPlayer.build/VideoPlayerView.dia b/.build/arm64-apple-macosx/debug/MiniPlayer.build/VideoPlayerView.dia
new file mode 100644
index 0000000..093d351
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/MiniPlayer.build/VideoPlayerView.dia differ
diff --git a/.build/arm64-apple-macosx/debug/MiniPlayer.build/VideoPlayerView.swift.o b/.build/arm64-apple-macosx/debug/MiniPlayer.build/VideoPlayerView.swift.o
new file mode 100644
index 0000000..818d343
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/MiniPlayer.build/VideoPlayerView.swift.o differ
diff --git a/.build/arm64-apple-macosx/debug/MiniPlayer.build/VideoPlayerView.swiftdeps b/.build/arm64-apple-macosx/debug/MiniPlayer.build/VideoPlayerView.swiftdeps
new file mode 100644
index 0000000..bf35fdf
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/MiniPlayer.build/VideoPlayerView.swiftdeps differ
diff --git a/.build/arm64-apple-macosx/debug/MiniPlayer.build/master.priors b/.build/arm64-apple-macosx/debug/MiniPlayer.build/master.priors
new file mode 100644
index 0000000..f189d1f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/MiniPlayer.build/master.priors differ
diff --git a/.build/arm64-apple-macosx/debug/MiniPlayer.build/output-file-map.json b/.build/arm64-apple-macosx/debug/MiniPlayer.build/output-file-map.json
new file mode 100644
index 0000000..853135f
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/MiniPlayer.build/output-file-map.json
@@ -0,0 +1,40 @@
+{
+ "": {
+ "swift-dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/master.swiftdeps"
+ },
+ "/Users/ymq/swift/MiniPlayer/Sources/MiniPlayerApp.swift": {
+ "dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/MiniPlayerApp.d",
+ "object": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/MiniPlayerApp.swift.o",
+ "swiftmodule": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/MiniPlayerApp~partial.swiftmodule",
+ "swift-dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/MiniPlayerApp.swiftdeps",
+ "diagnostics": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/MiniPlayerApp.dia"
+ },
+ "/Users/ymq/swift/MiniPlayer/Sources/PlayerBridge.swift": {
+ "dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/PlayerBridge.d",
+ "object": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/PlayerBridge.swift.o",
+ "swiftmodule": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/PlayerBridge~partial.swiftmodule",
+ "swift-dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/PlayerBridge.swiftdeps",
+ "diagnostics": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/PlayerBridge.dia"
+ },
+ "/Users/ymq/swift/MiniPlayer/Sources/ProgressSlider.swift": {
+ "dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/ProgressSlider.d",
+ "object": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/ProgressSlider.swift.o",
+ "swiftmodule": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/ProgressSlider~partial.swiftmodule",
+ "swift-dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/ProgressSlider.swiftdeps",
+ "diagnostics": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/ProgressSlider.dia"
+ },
+ "/Users/ymq/swift/MiniPlayer/Sources/VideoPlayerView.swift": {
+ "dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/VideoPlayerView.d",
+ "object": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/VideoPlayerView.swift.o",
+ "swiftmodule": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/VideoPlayerView~partial.swiftmodule",
+ "swift-dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/VideoPlayerView.swiftdeps",
+ "diagnostics": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/VideoPlayerView.dia"
+ },
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/DerivedSources/resource_bundle_accessor.swift": {
+ "dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/resource_bundle_accessor.d",
+ "object": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/resource_bundle_accessor.swift.o",
+ "swiftmodule": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/resource_bundle_accessor~partial.swiftmodule",
+ "swift-dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/resource_bundle_accessor.swiftdeps",
+ "diagnostics": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/resource_bundle_accessor.dia"
+ }
+}
diff --git a/.build/arm64-apple-macosx/debug/MiniPlayer.build/resource_bundle_accessor.d b/.build/arm64-apple-macosx/debug/MiniPlayer.build/resource_bundle_accessor.d
new file mode 100644
index 0000000..9d6a4d2
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/MiniPlayer.build/resource_bundle_accessor.d
@@ -0,0 +1 @@
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/resource_bundle_accessor.swift.o : /Users/ymq/swift/MiniPlayer/Sources/PlayerBridge.swift /Users/ymq/swift/MiniPlayer/Sources/MiniPlayerApp.swift /Users/ymq/swift/MiniPlayer/Sources/ProgressSlider.swift /Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/DerivedSources/resource_bundle_accessor.swift /Users/ymq/swift/MiniPlayer/Sources/VideoPlayerView.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreMIDI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreMedia.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/AVFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Synchronization.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AVFAudio.framework/Modules/AVFAudio.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreAudio.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AudioToolbox.framework/Modules/AudioToolbox.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreMIDI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreMedia.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Synchronization.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AVFAudio.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreAudio.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AudioToolbox.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CoreMedia.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVFoundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AVFAudio.framework/Headers/AVFAudio.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioTypes.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/MediaToolbox.framework/Headers/MediaToolbox.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/AudioToolbox.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/Modules/SwiftBricks.swiftmodule
diff --git a/.build/arm64-apple-macosx/debug/MiniPlayer.build/resource_bundle_accessor.dia b/.build/arm64-apple-macosx/debug/MiniPlayer.build/resource_bundle_accessor.dia
new file mode 100644
index 0000000..093d351
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/MiniPlayer.build/resource_bundle_accessor.dia differ
diff --git a/.build/arm64-apple-macosx/debug/MiniPlayer.build/resource_bundle_accessor.swift.o b/.build/arm64-apple-macosx/debug/MiniPlayer.build/resource_bundle_accessor.swift.o
new file mode 100644
index 0000000..ec59ec6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/MiniPlayer.build/resource_bundle_accessor.swift.o differ
diff --git a/.build/arm64-apple-macosx/debug/MiniPlayer.build/resource_bundle_accessor.swiftdeps b/.build/arm64-apple-macosx/debug/MiniPlayer.build/resource_bundle_accessor.swiftdeps
new file mode 100644
index 0000000..58fe564
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/MiniPlayer.build/resource_bundle_accessor.swiftdeps differ
diff --git a/.build/arm64-apple-macosx/debug/MiniPlayer.build/sources b/.build/arm64-apple-macosx/debug/MiniPlayer.build/sources
new file mode 100644
index 0000000..26fbda0
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/MiniPlayer.build/sources
@@ -0,0 +1,5 @@
+/Users/ymq/swift/MiniPlayer/Sources/MiniPlayerApp.swift
+/Users/ymq/swift/MiniPlayer/Sources/PlayerBridge.swift
+/Users/ymq/swift/MiniPlayer/Sources/ProgressSlider.swift
+/Users/ymq/swift/MiniPlayer/Sources/VideoPlayerView.swift
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/DerivedSources/resource_bundle_accessor.swift
diff --git a/.build/arm64-apple-macosx/debug/MiniPlayer.dSYM/Contents/Info.plist b/.build/arm64-apple-macosx/debug/MiniPlayer.dSYM/Contents/Info.plist
new file mode 100644
index 0000000..579fa04
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/MiniPlayer.dSYM/Contents/Info.plist
@@ -0,0 +1,20 @@
+
+
+
+
+ CFBundleDevelopmentRegion
+ English
+ CFBundleIdentifier
+ com.apple.xcode.dsym.MiniPlayer
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundlePackageType
+ dSYM
+ CFBundleSignature
+ ????
+ CFBundleShortVersionString
+ 1.0
+ CFBundleVersion
+ 1
+
+
diff --git a/.build/arm64-apple-macosx/debug/MiniPlayer.dSYM/Contents/Resources/DWARF/MiniPlayer b/.build/arm64-apple-macosx/debug/MiniPlayer.dSYM/Contents/Resources/DWARF/MiniPlayer
new file mode 100644
index 0000000..413e393
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/MiniPlayer.dSYM/Contents/Resources/DWARF/MiniPlayer differ
diff --git a/.build/arm64-apple-macosx/debug/MiniPlayer.dSYM/Contents/Resources/Relocations/aarch64/MiniPlayer.yml b/.build/arm64-apple-macosx/debug/MiniPlayer.dSYM/Contents/Resources/Relocations/aarch64/MiniPlayer.yml
new file mode 100644
index 0000000..378a8a3
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/MiniPlayer.dSYM/Contents/Resources/Relocations/aarch64/MiniPlayer.yml
@@ -0,0 +1,5303 @@
+---
+triple: 'arm64-apple-darwin'
+binary-path: '/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer'
+relocations:
+ - { offset: 0x1222D8, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV6bridge33_DA61067E2CB2FBF34BCB7CC20ED970BCLLAA0B6BridgeCvpfP', symObjAddr: 0x0, symBinAddr: 0x100001620, symSize: 0x8C }
+ - { offset: 0x1222F0, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV6bridge33_DA61067E2CB2FBF34BCB7CC20ED970BCLLAA0B6BridgeCvpfP', symObjAddr: 0x0, symBinAddr: 0x100001620, symSize: 0x8C }
+ - { offset: 0x12231C, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeCAC7Combine16ObservableObjectAAWl', symObjAddr: 0x8C, symBinAddr: 0x1000016AC, symSize: 0x6C }
+ - { offset: 0x122437, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11StateObjectV7StorageOy10MiniPlayer0G6BridgeC_GWOy', symObjAddr: 0x170, symBinAddr: 0x100001790, symSize: 0x3C }
+ - { offset: 0x12244B, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11StateObjectV7StorageOy10MiniPlayer0G6BridgeC_GWOe', symObjAddr: 0x1AC, symBinAddr: 0x1000017CC, symSize: 0x3C }
+ - { offset: 0x12245F, size: 0x8, addend: 0x0, symName: ___swift_instantiateConcreteTypeFromMangledNameV2, symObjAddr: 0x6BC, symBinAddr: 0x100001CDC, symSize: 0x80 }
+ - { offset: 0x122473, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV4bodyQrvg7SwiftUI4ViewPAEE8onAppear7performQryycSg_tFQOyAgEE5frame8minWidth05idealM003maxM00L6Height0nP00oP09alignmentQr12CoreGraphics7CGFloatVSg_A5vE9AlignmentVtFQOyAA07ContentG0V_Qo__Qo_ycfU_TA', symObjAddr: 0xA88, symBinAddr: 0x1000020A8, symSize: 0x14 }
+ - { offset: 0x122579, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACy10MiniPlayer0D4ViewVAA16_FlexFrameLayoutVGAA25_AppearanceActionModifierVGACyxq_GAA0G0A2aNRzAA0gM0R_rlWl', symObjAddr: 0xD34, symBinAddr: 0x100002354, symSize: 0x8C }
+ - { offset: 0x12258D, size: 0x8, addend: 0x0, symName: ___swift_instantiateConcreteTypeFromMangledNameAbstractV2, symObjAddr: 0xDC0, symBinAddr: 0x1000023E0, symSize: 0x78 }
+ - { offset: 0x1225A1, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVy10MiniPlayer0D4ViewVAA16_FlexFrameLayoutVGACyxq_GAA0G0A2aKRzAA0G8ModifierR_rlWl', symObjAddr: 0xE38, symBinAddr: 0x100002458, symSize: 0x8C }
+ - { offset: 0x1225B5, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer11ContentViewVAC7SwiftUI0D0AAWl', symObjAddr: 0xEC4, symBinAddr: 0x1000024E4, symSize: 0x68 }
+ - { offset: 0x1225C9, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0G0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9EmptyViewVGAE0K4MenuVyAE05TupleN0VyAE0N0PAEE16keyboardShortcut_9modifiersQrAE13KeyEquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAE4TextVG_Qo__AE7DividerVA4_A4_A6_A4_A6_A4_tGGAPyARyA4__A6_A4_tGGQo_yXEfU0_TA', symObjAddr: 0x1658, symBinAddr: 0x100002C78, symSize: 0x14 }
+ - { offset: 0x1225DD, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11WindowGroupVyAA15ModifiedContentVyAEy10MiniPlayer0F4ViewVAA16_FlexFrameLayoutVGAA25_AppearanceActionModifierVGGACyxGAA5SceneAAWl', symObjAddr: 0x166C, symBinAddr: 0x100002C8C, symSize: 0x74 }
+ - { offset: 0x1225F1, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19TupleCommandContentVyAA0D5GroupVyAA9EmptyViewVG_AA0D4MenuVyAA0cH0VyAA0H0PAAE16keyboardShortcut_9modifiersQrAA13KeyEquivalentV_AA14EventModifiersVtFQOyAA6ButtonVyAA4TextVG_Qo__AA7DividerVA2ZA0_AZA0_AZtGGAJyALyAZ_A0_AZtGGtGACyxGAA8CommandsAAWl', symObjAddr: 0x16E0, symBinAddr: 0x100002D00, symSize: 0x74 }
+ - { offset: 0x122605, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer11ContentViewV6bridgeAA0B6BridgeCvpfP', symObjAddr: 0x3858, symBinAddr: 0x100004E78, symSize: 0x40 }
+ - { offset: 0x122631, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppVAC7SwiftUI0C0AAWl', symObjAddr: 0x3898, symBinAddr: 0x100004EB8, symSize: 0x68 }
+ - { offset: 0x122645, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppVWOh', symObjAddr: 0x3900, symBinAddr: 0x100004F20, symSize: 0x38 }
+ - { offset: 0x122659, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer11ContentViewV6bridgeAA0B6BridgeCvpACTK', symObjAddr: 0x3988, symBinAddr: 0x100004FA8, symSize: 0x48 }
+ - { offset: 0x122671, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer11ContentViewV6bridgeAA0B6BridgeCvpACTk', symObjAddr: 0x39D0, symBinAddr: 0x100004FF0, symSize: 0x40 }
+ - { offset: 0x122689, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer11ContentViewV4bodyQrvg7SwiftUI012_ConditionalC0VyAE0D0PAEE5sheet11isPresented9onDismiss7contentQrAE7BindingVySbG_yycSgqd__yctAeHRd__lFQOyAiEEAjklMQrAP_AQqd__yctAeHRd__lFQOyAiEE7overlay9alignmentAMQrAE9AlignmentV_qd__yXEtAeHRd__lFQOy0F6Bricks0sD0V_AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEE12cornerRadius_11antialiasedQrA6__SbtFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___A3_tAE10ShapeStyleRd__lFQOyAiEEA_yQrA6_FQOyAE4TextV_Qo__A12_Qo__Qo__Qo__Qo__AE07OpacityU0VQo_SgQo__AA14URLInputDialogVQo__AA17TrackSelectDialogVQo_AE08ProgressD0VyA18_AE05EmptyD0VGGyXEfU_TA', symObjAddr: 0x47F0, symBinAddr: 0x100005E10, symSize: 0xC }
+ - { offset: 0x12269D, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyAA4ViewPAAE5sheet11isPresented9onDismiss7contentQrAA7BindingVySbG_yycSgqd__yctAaDRd__lFQOyAeAEAfghIQrAL_AMqd__yctAaDRd__lFQOyAA08ModifiedD0Vy0A6Bricks0nE0VAA16_OverlayModifierVyAOyAOyAOyAOyAOyAOyAA4TextVAA14_PaddingLayoutVGAA016_BackgroundStyleP0VyAA5ColorVGGAA022_EnvironmentKeyWritingP0VyA1_SgGGAA11_ClipEffectVyAA16RoundedRectangleVGGAXGAA06_TraityP0VyAA015TransitionTraitX0VGGSgGG_10MiniPlayer14URLInputDialogVQo__A25_17TrackSelectDialogVQo_AA08ProgressE0VyAvA05EmptyE0VGGACyxq_GAad2aDRzAaDR_rlWl', symObjAddr: 0x47FC, symBinAddr: 0x100005E1C, symSize: 0x164 }
+ - { offset: 0x1226B1, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogVMa', symObjAddr: 0x4960, symBinAddr: 0x100005F80, symSize: 0x60 }
+ - { offset: 0x1226C5, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogVMa', symObjAddr: 0x49C0, symBinAddr: 0x100005FE0, symSize: 0x60 }
+ - { offset: 0x1226D9, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVy0A6Bricks0E4ViewVAA16_OverlayModifierVyACyACyACyACyACyACyAA4TextVAA14_PaddingLayoutVGAA016_BackgroundStyleH0VyAA5ColorVGGAA022_EnvironmentKeyWritingH0VyAQSgGGAA11_ClipEffectVyAA16RoundedRectangleVGGALGAA06_TraitqH0VyAA010TransitionvP0VGGSgGGACyxq_GAA0F0A2AA14_RzAA0fH0R_rlWl', symObjAddr: 0x4A20, symBinAddr: 0x100006040, symSize: 0x90 }
+ - { offset: 0x1226ED, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewVAC0A2UI0C0AAWl', symObjAddr: 0x4AB0, symBinAddr: 0x1000060D0, symSize: 0x64 }
+ - { offset: 0x122701, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI16_OverlayModifierVyAA15ModifiedContentVyAEyAEyAEyAEyAEyAA4TextVAA14_PaddingLayoutVGAA016_BackgroundStyleD0VyAA5ColorVGGAA022_EnvironmentKeyWritingD0VyANSgGGAA11_ClipEffectVyAA16RoundedRectangleVGGAIGAA06_TraitoD0VyAA010TransitiontN0VGGSgGACyxGAA04ViewD0AAWl', symObjAddr: 0x4B14, symBinAddr: 0x100006134, symSize: 0x74 }
+ - { offset: 0x122715, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogVAC7SwiftUI4ViewAAWl', symObjAddr: 0x4B88, symBinAddr: 0x1000061A8, symSize: 0x6C }
+ - { offset: 0x122729, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogVAC7SwiftUI4ViewAAWl', symObjAddr: 0x4BF4, symBinAddr: 0x100006214, symSize: 0x6C }
+ - { offset: 0x12273D, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI12ProgressViewVyAA4TextVAA05EmptyD0VGACyxq_GAA0D0AAWl', symObjAddr: 0x4C60, symBinAddr: 0x100006280, symSize: 0x74 }
+ - { offset: 0x122751, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI5GroupVyAA19_ConditionalContentVyAA4ViewPAAE5sheet11isPresented9onDismiss7contentQrAA7BindingVySbG_yycSgqd__yctAaFRd__lFQOyAgAEAhijKQrAN_AOqd__yctAaFRd__lFQOyAA08ModifiedE0Vy0A6Bricks0oF0VAA16_OverlayModifierVyAQyAQyAQyAQyAQyAQyAA4TextVAA14_PaddingLayoutVGAA016_BackgroundStyleQ0VyAA5ColorVGGAA022_EnvironmentKeyWritingQ0VyA3_SgGGAA11_ClipEffectVyAA16RoundedRectangleVGGAZGAA06_TraitzQ0VyAA015TransitionTraitY0VGGSgGG_10MiniPlayer14URLInputDialogVQo__A27_17TrackSelectDialogVQo_AA08ProgressF0VyAxA05EmptyF0VGGGACyxGAaf2aFRzlWl', symObjAddr: 0x4CD4, symBinAddr: 0x1000062F4, symSize: 0x80 }
+ - { offset: 0x122765, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC13showURLDialogSbvpACTK', symObjAddr: 0x5790, symBinAddr: 0x100006DB0, symSize: 0x5C }
+ - { offset: 0x12277D, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC13showURLDialogSbvpACTk', symObjAddr: 0x57EC, symBinAddr: 0x100006E0C, symSize: 0x58 }
+ - { offset: 0x122936, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC15showTrackDialogSbvpACTK', symObjAddr: 0x59F4, symBinAddr: 0x100007014, symSize: 0x5C }
+ - { offset: 0x12294E, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC15showTrackDialogSbvpACTk', symObjAddr: 0x5A50, symBinAddr: 0x100007070, symSize: 0x58 }
+ - { offset: 0x122A99, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogV6bridgeAA0B6BridgeCvpfP', symObjAddr: 0x5E08, symBinAddr: 0x100007428, symSize: 0x40 }
+ - { offset: 0x122AC5, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogV6bridgeAA0B6BridgeCvpACTK', symObjAddr: 0x5E7C, symBinAddr: 0x10000749C, symSize: 0x90 }
+ - { offset: 0x122ADD, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogV6bridgeAA0B6BridgeCvpACTk', symObjAddr: 0x5F0C, symBinAddr: 0x10000752C, symSize: 0x40 }
+ - { offset: 0x122AF5, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogV3url33_DA61067E2CB2FBF34BCB7CC20ED970BCLLSSvpfP', symObjAddr: 0x60B4, symBinAddr: 0x1000076D4, symSize: 0x90 }
+ - { offset: 0x122B21, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogV4_url33_DA61067E2CB2FBF34BCB7CC20ED970BCLL7SwiftUI5StateVySSGvpfi', symObjAddr: 0x62C4, symBinAddr: 0x1000078E4, symSize: 0x28 }
+ - { offset: 0x122B39, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogV8_dismiss33_DA61067E2CB2FBF34BCB7CC20ED970BCLL7SwiftUI11EnvironmentVyAF13DismissActionVGvpfi', symObjAddr: 0x650C, symBinAddr: 0x100007B2C, symSize: 0x30 }
+ - { offset: 0x122B51, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI17EnvironmentValuesVAAE7dismissAA13DismissActionVvpACTK', symObjAddr: 0x653C, symBinAddr: 0x100007B5C, symSize: 0x108 }
+ - { offset: 0x122B69, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogV6bridgeAA0B6BridgeCvpfP', symObjAddr: 0x7D74, symBinAddr: 0x100009394, symSize: 0x40 }
+ - { offset: 0x122B95, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI5StateVySSGWOh', symObjAddr: 0x7DB4, symBinAddr: 0x1000093D4, symSize: 0x34 }
+ - { offset: 0x122BA9, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11EnvironmentVyAA13DismissActionVGWOc', symObjAddr: 0x7DE8, symBinAddr: 0x100009408, symSize: 0xB4 }
+ - { offset: 0x122BBD, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11EnvironmentVyAA13DismissActionVGWOh', symObjAddr: 0x7E9C, symBinAddr: 0x1000094BC, symSize: 0x7C }
+ - { offset: 0x122BD1, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11EnvironmentVyAA13DismissActionVGWOd', symObjAddr: 0x7F18, symBinAddr: 0x100009538, symSize: 0xBC }
+ - { offset: 0x122BE5, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11EnvironmentV7ContentOyAA13DismissActionV_GWOh', symObjAddr: 0x7FD4, symBinAddr: 0x1000095F4, symSize: 0x7C }
+ - { offset: 0x122BF9, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE0I0PAEE14textFieldStyleyQrqd__AE0jlM0Rd__lFQOyAE0jL0VyAIG_AE013RoundedBorderjlM0VQo_AE6HStackVyAGyAE6ButtonVyAIG_AE6SpacerVAkEE8disabledyQrSbFQOyAkEE16keyboardShortcutyQrAE08KeyboardU0VFQOyAX_Qo__Qo_tGGtGyXEfU_TA', symObjAddr: 0x8050, symBinAddr: 0x100009670, symSize: 0x8 }
+ - { offset: 0x122C0D, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI9TupleViewVyAA4TextV_AA0D0PAAE14textFieldStyleyQrqd__AA0egH0Rd__lFQOyAA0eG0VyAEG_AA013RoundedBorderegH0VQo_AA6HStackVyACyAA6ButtonVyAEG_AA6SpacerVAA15ModifiedContentVyAgAE16keyboardShortcutyQrAA08KeyboardQ0VFQOyAT_Qo_AA32_EnvironmentKeyTransformModifierVySbGGtGGtGACyxGAafAWl', symObjAddr: 0x8058, symBinAddr: 0x100009678, symSize: 0x74 }
+ - { offset: 0x122C21, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6VStackVyAA9TupleViewVyAA4TextV_AA0E0PAAE14textFieldStyleyQrqd__AA0fhI0Rd__lFQOyAA0fH0VyAGG_AA013RoundedBorderfhI0VQo_AA6HStackVyAEyAA6ButtonVyAGG_AA6SpacerVAA15ModifiedContentVyAiAE16keyboardShortcutyQrAA08KeyboardR0VFQOyAV_Qo_AA32_EnvironmentKeyTransformModifierVySbGGtGGtGGACyxGAahAWl', symObjAddr: 0x80CC, symBinAddr: 0x1000096EC, symSize: 0x74 }
+ - { offset: 0x122C35, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4TextV7StorageOWOe', symObjAddr: 0x82E4, symBinAddr: 0x100009904, symSize: 0x40 }
+ - { offset: 0x122C49, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6VStackVyAA9TupleViewVyAA4TextV_AA0G0PAAE14textFieldStyleyQrqd__AA0hjK0Rd__lFQOyAA0hJ0VyAIG_AA013RoundedBorderhjK0VQo_AA6HStackVyAGyAA6ButtonVyAIG_AA6SpacerVACyAkAE16keyboardShortcutyQrAA08KeyboardR0VFQOyAX_Qo_AA32_EnvironmentKeyTransformModifierVySbGGtGGtGGAA14_PaddingLayoutVGACyxq_GAaj2aJRzAA0gW0R_rlWl', symObjAddr: 0x8324, symBinAddr: 0x100009944, symSize: 0x8C }
+ - { offset: 0x122C5D, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA6VStackVyAA9TupleViewVyAA4TextV_AA0G0PAAE14textFieldStyleyQrqd__AA0hjK0Rd__lFQOyAA0hJ0VyAIG_AA013RoundedBorderhjK0VQo_AA6HStackVyAGyAA6ButtonVyAIG_AA6SpacerVACyAkAE16keyboardShortcutyQrAA08KeyboardR0VFQOyAX_Qo_AA32_EnvironmentKeyTransformModifierVySbGGtGGtGGAA14_PaddingLayoutVGAA06_FrameY0VGACyxq_GAaj2aJRzAA0gW0R_rlWl', symObjAddr: 0x8554, symBinAddr: 0x100009B74, symSize: 0x8C }
+ - { offset: 0x122C71, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4TextV7StorageOWOy', symObjAddr: 0x8AD8, symBinAddr: 0x10000A0F8, symSize: 0x40 }
+ - { offset: 0x122C85, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogV6bridgeAA0B6BridgeCvpACTK', symObjAddr: 0x8B4C, symBinAddr: 0x10000A16C, symSize: 0x90 }
+ - { offset: 0x122C9D, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogV6bridgeAA0B6BridgeCvpACTk', symObjAddr: 0x8BDC, symBinAddr: 0x10000A1FC, symSize: 0x40 }
+ - { offset: 0x122CB5, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogV8_dismiss33_DA61067E2CB2FBF34BCB7CC20ED970BCLL7SwiftUI11EnvironmentVyAF13DismissActionVGvpfi', symObjAddr: 0x8E2C, symBinAddr: 0x10000A44C, symSize: 0x30 }
+ - { offset: 0x122CCD, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE7ForEachVySaySi6offset_SS7elementtGSiAE0J0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyApEE12contentShape_6eoFillQrqd___SbtAE0U0Rd__lFQOyApEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAI_AE6SpacerVAISgtGG_Qo__AE9RectangleVQo_G_AE05PlainsQ0VQo_GAE7DividerVATyAIGtGyXEfU_TA', symObjAddr: 0x9B00, symBinAddr: 0x10000B120, symSize: 0x8 }
+ - { offset: 0x122CE1, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI9TupleViewVyAA4TextV_AA7ForEachVySaySi6offset_SS7elementtGSiAA0D0PAAE11buttonStyleyQrqd__AA015PrimitiveButtonK0Rd__lFQOyAA0M0VyAA15ModifiedContentVyARyAA6HStackVyACyAE_AA6SpacerVAESgtGGAA14_PaddingLayoutVGAA01_O13ShapeModifierVyAA9RectangleVGGG_AA05PlainmK0VQo_GAA7DividerVAPyAEGtGACyxGAakAWl', symObjAddr: 0x9B08, symBinAddr: 0x10000B128, symSize: 0x74 }
+ - { offset: 0x122CF5, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6VStackVyAA9TupleViewVyAA4TextV_AA7ForEachVySaySi6offset_SS7elementtGSiAA0E0PAAE11buttonStyleyQrqd__AA015PrimitiveButtonL0Rd__lFQOyAA0N0VyAA15ModifiedContentVyATyAA6HStackVyAEyAG_AA6SpacerVAGSgtGGAA14_PaddingLayoutVGAA01_P13ShapeModifierVyAA9RectangleVGGG_AA05PlainnL0VQo_GAA7DividerVARyAGGtGGACyxGAamAWl', symObjAddr: 0x9B7C, symBinAddr: 0x10000B19C, symSize: 0x74 }
+ - { offset: 0x122D09, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6VStackVyAA9TupleViewVyAA4TextV_AA7ForEachVySaySi6offset_SS7elementtGSiAA0G0PAAE11buttonStyleyQrqd__AA015PrimitiveButtonN0Rd__lFQOyAA0P0VyACyACyAA6HStackVyAGyAI_AA6SpacerVAISgtGGAA14_PaddingLayoutVGAA01_D13ShapeModifierVyAA9RectangleVGGG_AA05PlainpN0VQo_GAA7DividerVATyAIGtGGA1_GACyxq_GAao2aORzAA0gV0R_rlWl', symObjAddr: 0x9D14, symBinAddr: 0x10000B334, symSize: 0x8C }
+ - { offset: 0x122D1D, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA6VStackVyAA9TupleViewVyAA4TextV_AA7ForEachVySaySi6offset_SS7elementtGSiAA0G0PAAE11buttonStyleyQrqd__AA015PrimitiveButtonN0Rd__lFQOyAA0P0VyACyACyAA6HStackVyAGyAI_AA6SpacerVAISgtGGAA14_PaddingLayoutVGAA01_D13ShapeModifierVyAA9RectangleVGGG_AA05PlainpN0VQo_GAA7DividerVATyAIGtGGA1_GAA010_FlexFrameT0VGACyxq_GAao2aORzAA0gV0R_rlWl', symObjAddr: 0x9EC4, symBinAddr: 0x10000B4E4, symSize: 0x8C }
+ - { offset: 0x122D31, size: 0x8, addend: 0x0, symName: '_$sSiSS7SwiftUI4ViewPAAE11buttonStyleyQrqd__AA015PrimitiveButtonE0Rd__lFQOyAA0G0VyAA15ModifiedContentVyAIyAA6HStackVyAA05TupleC0VyAA4TextV_AA6SpacerVAOSgtGGAA14_PaddingLayoutVGAA01_I13ShapeModifierVyAA9RectangleVGGG_AA05PlaingE0VQo_Iegygr_Si6offset_SS7elementtA5_Iegnr_TR', symObjAddr: 0xB36C, symBinAddr: 0x10000C98C, symSize: 0x34 }
+ - { offset: 0x122D49, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV7SwiftUI0C0AA4BodyAdEP_AD5ScenePWT', symObjAddr: 0xB52C, symBinAddr: 0x10000CB4C, symSize: 0x24 }
+ - { offset: 0x122D5D, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer11ContentViewV7SwiftUI0D0AA4BodyAdEP_AGWT', symObjAddr: 0xB550, symBinAddr: 0x10000CB70, symSize: 0x24 }
+ - { offset: 0x122D71, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogV7SwiftUI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0xB574, symBinAddr: 0x10000CB94, symSize: 0x24 }
+ - { offset: 0x122D85, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogV7SwiftUI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0xB598, symBinAddr: 0x10000CBB8, symSize: 0x24 }
+ - { offset: 0x122D99, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppVwCP', symObjAddr: 0xB5BC, symBinAddr: 0x10000CBDC, symSize: 0x64 }
+ - { offset: 0x122DAD, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppVwxx', symObjAddr: 0xB620, symBinAddr: 0x10000CC40, symSize: 0x28 }
+ - { offset: 0x122DC1, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppVwcp', symObjAddr: 0xB648, symBinAddr: 0x10000CC68, symSize: 0x64 }
+ - { offset: 0x122DD5, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppVwca', symObjAddr: 0xB6AC, symBinAddr: 0x10000CCCC, symSize: 0x7C }
+ - { offset: 0x122DE9, size: 0x8, addend: 0x0, symName: ___swift_memcpy17_8, symObjAddr: 0xB728, symBinAddr: 0x10000CD48, symSize: 0x14 }
+ - { offset: 0x122DFD, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppVwta', symObjAddr: 0xB73C, symBinAddr: 0x10000CD5C, symSize: 0x58 }
+ - { offset: 0x122E11, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppVwet', symObjAddr: 0xB794, symBinAddr: 0x10000CDB4, symSize: 0xF8 }
+ - { offset: 0x122E25, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppVwst', symObjAddr: 0xB88C, symBinAddr: 0x10000CEAC, symSize: 0x1B8 }
+ - { offset: 0x122E39, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppVMa', symObjAddr: 0xBA44, symBinAddr: 0x10000D064, symSize: 0x14 }
+ - { offset: 0x122E4D, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer11ContentViewVwCP', symObjAddr: 0xBA58, symBinAddr: 0x10000D078, symSize: 0x3C }
+ - { offset: 0x122E61, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer11ContentViewVwxx', symObjAddr: 0xBA94, symBinAddr: 0x10000D0B4, symSize: 0x18 }
+ - { offset: 0x122E75, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer11ContentViewVwcp', symObjAddr: 0xBAAC, symBinAddr: 0x10000D0CC, symSize: 0x3C }
+ - { offset: 0x122E89, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer11ContentViewVwca', symObjAddr: 0xBAE8, symBinAddr: 0x10000D108, symSize: 0x48 }
+ - { offset: 0x122E9D, size: 0x8, addend: 0x0, symName: ___swift_memcpy16_8, symObjAddr: 0xBB30, symBinAddr: 0x10000D150, symSize: 0xC }
+ - { offset: 0x122EB1, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer11ContentViewVwta', symObjAddr: 0xBB3C, symBinAddr: 0x10000D15C, symSize: 0x3C }
+ - { offset: 0x122EC5, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer11ContentViewVwet', symObjAddr: 0xBB78, symBinAddr: 0x10000D198, symSize: 0x144 }
+ - { offset: 0x122ED9, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer11ContentViewVwst', symObjAddr: 0xBCBC, symBinAddr: 0x10000D2DC, symSize: 0x1D0 }
+ - { offset: 0x122EED, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer11ContentViewVMa', symObjAddr: 0xBE8C, symBinAddr: 0x10000D4AC, symSize: 0x14 }
+ - { offset: 0x122F01, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogVwCP', symObjAddr: 0xBEA0, symBinAddr: 0x10000D4C0, symSize: 0x19C }
+ - { offset: 0x122F15, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogVwxx', symObjAddr: 0xC03C, symBinAddr: 0x10000D65C, symSize: 0xBC }
+ - { offset: 0x122F29, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogVwcp', symObjAddr: 0xC0F8, symBinAddr: 0x10000D718, symSize: 0x154 }
+ - { offset: 0x122F3D, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogVwca', symObjAddr: 0xC24C, symBinAddr: 0x10000D86C, symSize: 0x1AC }
+ - { offset: 0x122F51, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogVwtk', symObjAddr: 0xC3F8, symBinAddr: 0x10000DA18, symSize: 0xF8 }
+ - { offset: 0x122F65, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogVwta', symObjAddr: 0xC4F0, symBinAddr: 0x10000DB10, symSize: 0x16C }
+ - { offset: 0x122F79, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogVwet', symObjAddr: 0xC65C, symBinAddr: 0x10000DC7C, symSize: 0x1C }
+ - { offset: 0x122F8D, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogVwst', symObjAddr: 0xC754, symBinAddr: 0x10000DD74, symSize: 0x1C }
+ - { offset: 0x122FA1, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogVMr', symObjAddr: 0xC824, symBinAddr: 0x10000DE44, symSize: 0xAC }
+ - { offset: 0x122FB5, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11EnvironmentV7ContentOyAA13DismissActionV_GMa', symObjAddr: 0xC8D0, symBinAddr: 0x10000DEF0, symSize: 0x98 }
+ - { offset: 0x122FC9, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogVwCP', symObjAddr: 0xC968, symBinAddr: 0x10000DF88, symSize: 0x15C }
+ - { offset: 0x122FDD, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogVwxx', symObjAddr: 0xCAC4, symBinAddr: 0x10000E0E4, symSize: 0xA4 }
+ - { offset: 0x122FF1, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogVwcp', symObjAddr: 0xCB68, symBinAddr: 0x10000E188, symSize: 0x114 }
+ - { offset: 0x123005, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogVwca', symObjAddr: 0xCC7C, symBinAddr: 0x10000E29C, symSize: 0x14C }
+ - { offset: 0x123019, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogVwtk', symObjAddr: 0xCDC8, symBinAddr: 0x10000E3E8, symSize: 0xE8 }
+ - { offset: 0x12302D, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogVwta', symObjAddr: 0xCEB0, symBinAddr: 0x10000E4D0, symSize: 0x134 }
+ - { offset: 0x123041, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogVwet', symObjAddr: 0xCFE4, symBinAddr: 0x10000E604, symSize: 0x1C }
+ - { offset: 0x123055, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogVwst', symObjAddr: 0xD0DC, symBinAddr: 0x10000E6FC, symSize: 0x1C }
+ - { offset: 0x123069, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogVMr', symObjAddr: 0xD1AC, symBinAddr: 0x10000E7CC, symSize: 0xA0 }
+ - { offset: 0x12307D, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogVWOc', symObjAddr: 0xD314, symBinAddr: 0x10000E934, symSize: 0x114 }
+ - { offset: 0x123091, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogVWOh', symObjAddr: 0xD428, symBinAddr: 0x10000EA48, symSize: 0xA8 }
+ - { offset: 0x1230A5, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogVWOc', symObjAddr: 0xD4D0, symBinAddr: 0x10000EAF0, symSize: 0x154 }
+ - { offset: 0x1230B9, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogVWOh', symObjAddr: 0xD624, symBinAddr: 0x10000EC44, symSize: 0xC0 }
+ - { offset: 0x1230CD, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer11ContentViewVWOc', symObjAddr: 0xD6E4, symBinAddr: 0x10000ED04, symSize: 0x3C }
+ - { offset: 0x1230E1, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4TextVWOh', symObjAddr: 0xD720, symBinAddr: 0x10000ED40, symSize: 0x44 }
+ - { offset: 0x1230F5, size: 0x8, addend: 0x0, symName: '_$sSaySSGSayxGSTsWl', symObjAddr: 0xD764, symBinAddr: 0x10000ED84, symSize: 0x74 }
+ - { offset: 0x123109, size: 0x8, addend: 0x0, symName: '_$sSaySSGWOh', symObjAddr: 0xD7D8, symBinAddr: 0x10000EDF8, symSize: 0x28 }
+ - { offset: 0x12311D, size: 0x8, addend: 0x0, symName: '_$ss18EnumeratedSequenceVySaySSGGAByxGSTsWl', symObjAddr: 0xD800, symBinAddr: 0x10000EE20, symSize: 0x74 }
+ - { offset: 0x123131, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogVWOb', symObjAddr: 0xD978, symBinAddr: 0x10000EF98, symSize: 0xF0 }
+ - { offset: 0x123145, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE7ForEachVySaySi6offset_SS7elementtGSiAE0J0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyApEE12contentShape_6eoFillQrqd___SbtAE0U0Rd__lFQOyApEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAI_AE6SpacerVAISgtGG_Qo__AE9RectangleVQo_G_AE05PlainsQ0VQo_GAE7DividerVATyAIGtGyXEfU_A14_Si_SStcfU_TA', symObjAddr: 0xDA68, symBinAddr: 0x10000F088, symSize: 0x5C }
+ - { offset: 0x123159, size: 0x8, addend: 0x0, symName: '_$sSiSS7SwiftUI4ViewPAAE11buttonStyleyQrqd__AA015PrimitiveButtonE0Rd__lFQOyAA0G0VyAA15ModifiedContentVyAIyAA6HStackVyAA05TupleC0VyAA4TextV_AA6SpacerVAOSgtGGAA14_PaddingLayoutVGAA01_I13ShapeModifierVyAA9RectangleVGGG_AA05PlaingE0VQo_Iegygr_Si6offset_SS7elementtA5_Iegnr_TRTA', symObjAddr: 0xDB00, symBinAddr: 0x10000F120, symSize: 0xC }
+ - { offset: 0x12316D, size: 0x8, addend: 0x0, symName: '_$sSaySi6offset_SS7elementtGSayxGSksWl', symObjAddr: 0xDB0C, symBinAddr: 0x10000F12C, symSize: 0x74 }
+ - { offset: 0x123181, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6ButtonVyAA15ModifiedContentVyAEyAA6HStackVyAA9TupleViewVyAA4TextV_AA6SpacerVAKSgtGGAA14_PaddingLayoutVGAA01_E13ShapeModifierVyAA9RectangleVGGGACyxGAA0H0AAWl', symObjAddr: 0xDB80, symBinAddr: 0x10000F1A0, symSize: 0x74 }
+ - { offset: 0x123195, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI16PlainButtonStyleVAcA09PrimitivedE0AAWl', symObjAddr: 0xDBF4, symBinAddr: 0x10000F214, symSize: 0x6C }
+ - { offset: 0x1231A9, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7ForEachVySaySi6offset_SS7elementtGSiAA4ViewPAAE11buttonStyleyQrqd__AA015PrimitiveButtonI0Rd__lFQOyAA0K0VyAA15ModifiedContentVyANyAA6HStackVyAA05TupleG0VyAA4TextV_AA6SpacerVATSgtGGAA14_PaddingLayoutVGAA01_M13ShapeModifierVyAA9RectangleVGGG_AA05PlainkI0VQo_GACyxq_q0_GAag2aGR0_rlWl', symObjAddr: 0xDC60, symBinAddr: 0x10000F280, symSize: 0xE8 }
+ - { offset: 0x1231BD, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7DividerVAcA4ViewAAWl', symObjAddr: 0xDD48, symBinAddr: 0x10000F368, symSize: 0x6C }
+ - { offset: 0x1231D1, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE7ForEachVySaySi6offset_SS7elementtGSiAE0J0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyApEE12contentShape_6eoFillQrqd___SbtAE0U0Rd__lFQOyApEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAI_AE6SpacerVAISgtGG_Qo__AE9RectangleVQo_G_AE05PlainsQ0VQo_GAE7DividerVATyAIGtGyXEfU_yyScMYccfU0_TA', symObjAddr: 0xDEB8, symBinAddr: 0x10000F4D8, symSize: 0x30 }
+ - { offset: 0x1231E5, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6ButtonVyAA4TextVGACyxGAA4ViewAAWl', symObjAddr: 0xDEE8, symBinAddr: 0x10000F508, symSize: 0x74 }
+ - { offset: 0x1231F9, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4TextVWOc', symObjAddr: 0xDF5C, symBinAddr: 0x10000F57C, symSize: 0x84 }
+ - { offset: 0x12320D, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE7ForEachVySaySi6offset_SS7elementtGSiAE0J0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyApEE12contentShape_6eoFillQrqd___SbtAE0U0Rd__lFQOyApEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAI_AE6SpacerVAISgtGG_Qo__AE9RectangleVQo_G_AE05PlainsQ0VQo_GAE7DividerVATyAIGtGyXEfU_A14_Si_SStcfU_yyScMYccfU_TA', symObjAddr: 0xE0F4, symBinAddr: 0x10000F714, symSize: 0x44 }
+ - { offset: 0x123221, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE7ForEachVySaySi6offset_SS7elementtGSiAE0J0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyApEE12contentShape_6eoFillQrqd___SbtAE0U0Rd__lFQOyApEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAI_AE6SpacerVAISgtGG_Qo__AE9RectangleVQo_G_AE05PlainsQ0VQo_GAE7DividerVATyAIGtGyXEfU_A14_Si_SStcfU_A10_yXEfU0_TA', symObjAddr: 0xE138, symBinAddr: 0x10000F758, symSize: 0xC }
+ - { offset: 0x123235, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA6HStackVyAA9TupleViewVyAA4TextV_AA6SpacerVAISgtGGAA14_PaddingLayoutVGAA01_D13ShapeModifierVyAA9RectangleVGGACyxq_GAA0G0A2aYRzAA0gM0R_rlWl', symObjAddr: 0xE144, symBinAddr: 0x10000F764, symSize: 0x90 }
+ - { offset: 0x123249, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6HStackVyAA9TupleViewVyAA4TextV_AA6SpacerVAISgtGGAA14_PaddingLayoutVGACyxq_GAA0G0A2aSRzAA0G8ModifierR_rlWl', symObjAddr: 0xE1D4, symBinAddr: 0x10000F7F4, symSize: 0x8C }
+ - { offset: 0x12325D, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6HStackVyAA9TupleViewVyAA4TextV_AA6SpacerVAGSgtGGACyxGAA0E0AAWl', symObjAddr: 0xE260, symBinAddr: 0x10000F880, symSize: 0x74 }
+ - { offset: 0x123271, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI21_ContentShapeModifierVyAA9RectangleVGACyxGAA04ViewE0AAWl', symObjAddr: 0xE2D4, symBinAddr: 0x10000F8F4, symSize: 0x74 }
+ - { offset: 0x123285, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE7ForEachVySaySi6offset_SS7elementtGSiAE0J0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyApEE12contentShape_6eoFillQrqd___SbtAE0U0Rd__lFQOyApEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAI_AE6SpacerVAISgtGG_Qo__AE9RectangleVQo_G_AE05PlainsQ0VQo_GAE7DividerVATyAIGtGyXEfU_A14_Si_SStcfU_A10_yXEfU0_A5_yXEfU_TA', symObjAddr: 0xE348, symBinAddr: 0x10000F968, symSize: 0xC }
+ - { offset: 0x123299, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI9TupleViewVyAA4TextV_AA6SpacerVAESgtGACyxGAA0D0AAWl', symObjAddr: 0xE354, symBinAddr: 0x10000F974, symSize: 0x74 }
+ - { offset: 0x1232AD, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6HStackVyAA9TupleViewVyAA4TextV_AA6SpacerVAGSgtGGWOh', symObjAddr: 0xE3C8, symBinAddr: 0x10000F9E8, symSize: 0x7C }
+ - { offset: 0x1232C1, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI9RectangleVAcA5ShapeAAWl', symObjAddr: 0xE444, symBinAddr: 0x10000FA64, symSize: 0x64 }
+ - { offset: 0x1232D5, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6HStackVyAA9TupleViewVyAA4TextV_AA6SpacerVAISgtGGAA14_PaddingLayoutVGWOh', symObjAddr: 0xE4A8, symBinAddr: 0x10000FAC8, symSize: 0x7C }
+ - { offset: 0x1232E9, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA6HStackVyAA9TupleViewVyAA4TextV_AA6SpacerVAISgtGGAA14_PaddingLayoutVGAA01_D13ShapeModifierVyAA9RectangleVGGWOh', symObjAddr: 0xE524, symBinAddr: 0x10000FB44, symSize: 0x7C }
+ - { offset: 0x1232FD, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA6HStackVyAA9TupleViewVyAA4TextV_AA6SpacerVAISgtGGAA14_PaddingLayoutVGAA01_D13ShapeModifierVyAA9RectangleVGGWOc', symObjAddr: 0xE5A0, symBinAddr: 0x10000FBC0, symSize: 0x164 }
+ - { offset: 0x123311, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15formatSpecifierySSxmlF', symObjAddr: 0xE704, symBinAddr: 0x10000FD24, symSize: 0x2A4 }
+ - { offset: 0x123337, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4TextVSgWOy', symObjAddr: 0xE9A8, symBinAddr: 0x10000FFC8, symSize: 0x58 }
+ - { offset: 0x12334B, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4TextVSgxSgAA4ViewA2aFRzlWl', symObjAddr: 0xEA00, symBinAddr: 0x100010020, symSize: 0x80 }
+ - { offset: 0x12335F, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4TextVSgWOh', symObjAddr: 0xEA80, symBinAddr: 0x1000100A0, symSize: 0x54 }
+ - { offset: 0x123373, size: 0x8, addend: 0x0, symName: '_$sxSg7SwiftUI4ViewRzlWOc', symObjAddr: 0xEAD4, symBinAddr: 0x1000100F4, symSize: 0xA4 }
+ - { offset: 0x123387, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI9TextFieldVyAA0C0VGACyxGAA4ViewAAWl', symObjAddr: 0xEB78, symBinAddr: 0x100010198, symSize: 0x74 }
+ - { offset: 0x12339B, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI27RoundedBorderTextFieldStyleVAcA0efG0AAWl', symObjAddr: 0xEBEC, symBinAddr: 0x10001020C, symSize: 0x6C }
+ - { offset: 0x1233AF, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE0I0PAEE14textFieldStyleyQrqd__AE0jlM0Rd__lFQOyAE0jL0VyAIG_AE013RoundedBorderjlM0VQo_AE6HStackVyAGyAE6ButtonVyAIG_AE6SpacerVAkEE8disabledyQrSbFQOyAkEE16keyboardShortcutyQrAE08KeyboardU0VFQOyAX_Qo__Qo_tGGtGyXEfU_A5_yXEfU_TA', symObjAddr: 0xEC58, symBinAddr: 0x100010278, symSize: 0x8 }
+ - { offset: 0x1233C3, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI9TupleViewVyAA6ButtonVyAA4TextVG_AA6SpacerVAA15ModifiedContentVyAA0D0PAAE16keyboardShortcutyQrAA08KeyboardK0VFQOyAH_Qo_AA32_EnvironmentKeyTransformModifierVySbGGtGACyxGAamAWl', symObjAddr: 0xEC60, symBinAddr: 0x100010280, symSize: 0x74 }
+ - { offset: 0x1233D7, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6HStackVyAA9TupleViewVyAA6ButtonVyAA4TextVG_AA6SpacerVAA15ModifiedContentVyAA0E0PAAE16keyboardShortcutyQrAA08KeyboardL0VFQOyAJ_Qo_AA32_EnvironmentKeyTransformModifierVySbGGtGGACyxGAaoAWl', symObjAddr: 0xECD4, symBinAddr: 0x1000102F4, symSize: 0x74 }
+ - { offset: 0x1233EB, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogVWOb', symObjAddr: 0xF104, symBinAddr: 0x100010724, symSize: 0x100 }
+ - { offset: 0x1233FF, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE0I0PAEE14textFieldStyleyQrqd__AE0jlM0Rd__lFQOyAE0jL0VyAIG_AE013RoundedBorderjlM0VQo_AE6HStackVyAGyAE6ButtonVyAIG_AE6SpacerVAkEE8disabledyQrSbFQOyAkEE16keyboardShortcutyQrAE08KeyboardU0VFQOyAX_Qo__Qo_tGGtGyXEfU_A5_yXEfU_yyScMYccfU_TA', symObjAddr: 0xF204, symBinAddr: 0x100010824, symSize: 0x30 }
+ - { offset: 0x123413, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE0I0PAEE14textFieldStyleyQrqd__AE0jlM0Rd__lFQOyAE0jL0VyAIG_AE013RoundedBorderjlM0VQo_AE6HStackVyAGyAE6ButtonVyAIG_AE6SpacerVAkEE8disabledyQrSbFQOyAkEE16keyboardShortcutyQrAE08KeyboardU0VFQOyAX_Qo__Qo_tGGtGyXEfU_A5_yXEfU_yyScMYccfU0_TA', symObjAddr: 0xF350, symBinAddr: 0x100010970, symSize: 0x30 }
+ - { offset: 0x123427, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA4ViewPAAE16keyboardShortcutyQrAA08KeyboardG0VFQOyAA6ButtonVyAA4TextVG_Qo_AA32_EnvironmentKeyTransformModifierVySbGGACyxq_GAad2aDRzAA0eN0R_rlWl', symObjAddr: 0xF380, symBinAddr: 0x1000109A0, symSize: 0xD0 }
+ - { offset: 0x12343B, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI32_EnvironmentKeyTransformModifierVySbGACyxGAA04ViewF0AAWl', symObjAddr: 0xF450, symBinAddr: 0x100010A70, symSize: 0x74 }
+ - { offset: 0x12344F, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI9TextFieldVA2A0C0VRszrlE_4textACyAEGAA18LocalizedStringKeyV_AA7BindingVySSGtcfcySbcfU_', symObjAddr: 0xF618, symBinAddr: 0x100010C38, symSize: 0x4 }
+ - { offset: 0x123467, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI9TextFieldVA2A0C0VRszrlE_4textACyAEGAA18LocalizedStringKeyV_AA7BindingVySSGtcfcyycfU0_', symObjAddr: 0xF61C, symBinAddr: 0x100010C3C, symSize: 0x4 }
+ - { offset: 0x12347F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaVSgWOg', symObjAddr: 0xF86C, symBinAddr: 0x100010E8C, symSize: 0x118 }
+ - { offset: 0x123493, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer11ContentViewV4bodyQrvg7SwiftUI012_ConditionalC0VyAE0D0PAEE5sheet11isPresented9onDismiss7contentQrAE7BindingVySbG_yycSgqd__yctAeHRd__lFQOyAiEEAjklMQrAP_AQqd__yctAeHRd__lFQOyAiEE7overlay9alignmentAMQrAE9AlignmentV_qd__yXEtAeHRd__lFQOy0F6Bricks0sD0V_AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEE12cornerRadius_11antialiasedQrA6__SbtFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___A3_tAE10ShapeStyleRd__lFQOyAiEEA_yQrA6_FQOyAE4TextV_Qo__A12_Qo__Qo__Qo__Qo__AE07OpacityU0VQo_SgQo__AA14URLInputDialogVQo__AA17TrackSelectDialogVQo_AE08ProgressD0VyA18_AE05EmptyD0VGGyXEfU_A27_yXEfU_TA', symObjAddr: 0xF984, symBinAddr: 0x100010FA4, symSize: 0xC }
+ - { offset: 0x1234A7, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyACyACyACyAA4TextVAA14_PaddingLayoutVGAA24_BackgroundStyleModifierVyAA5ColorVGGAA022_EnvironmentKeyWritingJ0VyALSgGGAA11_ClipEffectVyAA16RoundedRectangleVGGAGGAA06_TraitnJ0VyAA010TransitionsM0VGGSgxSgAA4ViewA2AA7_RzlWl', symObjAddr: 0xF990, symBinAddr: 0x100010FB0, symSize: 0x80 }
+ - { offset: 0x1234BB, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyACyACyACyAA4TextVAA14_PaddingLayoutVGAA24_BackgroundStyleModifierVyAA5ColorVGGAA022_EnvironmentKeyWritingJ0VyALSgGGAA11_ClipEffectVyAA16RoundedRectangleVGGAGGAA06_TraitnJ0VyAA010TransitionsM0VGGACyxq_GAA4ViewA2AA6_RzAA0uJ0R_rlWl', symObjAddr: 0xFA10, symBinAddr: 0x100011030, symSize: 0x90 }
+ - { offset: 0x1234CF, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyACyACyAA4TextVAA14_PaddingLayoutVGAA24_BackgroundStyleModifierVyAA5ColorVGGAA022_EnvironmentKeyWritingJ0VyALSgGGAA11_ClipEffectVyAA16RoundedRectangleVGGAGGACyxq_GAA4ViewA2AA0_RzAA0sJ0R_rlWl', symObjAddr: 0xFAA0, symBinAddr: 0x1000110C0, symSize: 0x8C }
+ - { offset: 0x1234E3, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyACyAA4TextVAA14_PaddingLayoutVGAA24_BackgroundStyleModifierVyAA5ColorVGGAA022_EnvironmentKeyWritingJ0VyALSgGGAA11_ClipEffectVyAA16RoundedRectangleVGGACyxq_GAA4ViewA2AA_RzAA0sJ0R_rlWl', symObjAddr: 0xFB2C, symBinAddr: 0x10001114C, symSize: 0x90 }
+ - { offset: 0x1234F7, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyAA4TextVAA14_PaddingLayoutVGAA24_BackgroundStyleModifierVyAA5ColorVGGAA022_EnvironmentKeyWritingJ0VyALSgGGACyxq_GAA4ViewA2aURzAA0oJ0R_rlWl', symObjAddr: 0xFBBC, symBinAddr: 0x1000111DC, symSize: 0x90 }
+ - { offset: 0x12350B, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA4TextVAA14_PaddingLayoutVGAA24_BackgroundStyleModifierVyAA5ColorVGGACyxq_GAA4ViewA2aPRzAA0lJ0R_rlWl', symObjAddr: 0xFC4C, symBinAddr: 0x10001126C, symSize: 0x90 }
+ - { offset: 0x12351F, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA4TextVAA14_PaddingLayoutVGACyxq_GAA4ViewA2aJRzAA0H8ModifierR_rlWl', symObjAddr: 0xFCDC, symBinAddr: 0x1000112FC, symSize: 0x8C }
+ - { offset: 0x123533, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI24_BackgroundStyleModifierVyAA5ColorVGACyxGAA04ViewE0AAWl', symObjAddr: 0xFD68, symBinAddr: 0x100011388, symSize: 0x74 }
+ - { offset: 0x123547, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI30_EnvironmentKeyWritingModifierVyAA5ColorVSgGACyxGAA04ViewF0AAWl', symObjAddr: 0xFDDC, symBinAddr: 0x1000113FC, symSize: 0x74 }
+ - { offset: 0x12355B, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11_ClipEffectVyAA16RoundedRectangleVGACyxGAA12ViewModifierAAWl', symObjAddr: 0xFE50, symBinAddr: 0x100011470, symSize: 0x74 }
+ - { offset: 0x12356F, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI21_TraitWritingModifierVyAA010TransitionC3KeyVGACyxGAA04ViewE0AAWl', symObjAddr: 0xFEC4, symBinAddr: 0x1000114E4, symSize: 0x74 }
+ - { offset: 0x123583, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewVWOh', symObjAddr: 0xFF38, symBinAddr: 0x100011558, symSize: 0x64 }
+ - { offset: 0x123597, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer11ContentViewV4bodyQrvg7SwiftUI012_ConditionalC0VyAE0D0PAEE5sheet11isPresented9onDismiss7contentQrAE7BindingVySbG_yycSgqd__yctAeHRd__lFQOyAiEEAjklMQrAP_AQqd__yctAeHRd__lFQOyAiEE7overlay9alignmentAMQrAE9AlignmentV_qd__yXEtAeHRd__lFQOy0F6Bricks0sD0V_AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEE12cornerRadius_11antialiasedQrA6__SbtFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___A3_tAE10ShapeStyleRd__lFQOyAiEEA_yQrA6_FQOyAE4TextV_Qo__A12_Qo__Qo__Qo__Qo__AE07OpacityU0VQo_SgQo__AA14URLInputDialogVQo__AA17TrackSelectDialogVQo_AE08ProgressD0VyA18_AE05EmptyD0VGGyXEfU_A30_ycfU0_TA', symObjAddr: 0xFFD8, symBinAddr: 0x1000115F8, symSize: 0xC }
+ - { offset: 0x1235AB, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVy0A6Bricks0E4ViewVAA16_OverlayModifierVyACyACyACyACyACyACyAA4TextVAA14_PaddingLayoutVGAA016_BackgroundStyleH0VyAA5ColorVGGAA022_EnvironmentKeyWritingH0VyAQSgGGAA11_ClipEffectVyAA16RoundedRectangleVGGALGAA06_TraitqH0VyAA010TransitionvP0VGGSgGGWOh', symObjAddr: 0xFFE4, symBinAddr: 0x100011604, symSize: 0x18C }
+ - { offset: 0x1235BF, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer11ContentViewV4bodyQrvg7SwiftUI012_ConditionalC0VyAE0D0PAEE5sheet11isPresented9onDismiss7contentQrAE7BindingVySbG_yycSgqd__yctAeHRd__lFQOyAiEEAjklMQrAP_AQqd__yctAeHRd__lFQOyAiEE7overlay9alignmentAMQrAE9AlignmentV_qd__yXEtAeHRd__lFQOy0F6Bricks0sD0V_AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEE12cornerRadius_11antialiasedQrA6__SbtFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___A3_tAE10ShapeStyleRd__lFQOyAiEEA_yQrA6_FQOyAE4TextV_Qo__A12_Qo__Qo__Qo__Qo__AE07OpacityU0VQo_SgQo__AA14URLInputDialogVQo__AA17TrackSelectDialogVQo_AE08ProgressD0VyA18_AE05EmptyD0VGGyXEfU_A33_ycfU1_TA', symObjAddr: 0x101AC, symBinAddr: 0x1000117CC, symSize: 0xC }
+ - { offset: 0x1235D3, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyACyACyACyAA4TextVAA14_PaddingLayoutVGAA24_BackgroundStyleModifierVyAA5ColorVGGAA022_EnvironmentKeyWritingJ0VyALSgGGAA11_ClipEffectVyAA16RoundedRectangleVGGAGGAA06_TraitnJ0VyAA010TransitionsM0VGGSgWOh', symObjAddr: 0x101B8, symBinAddr: 0x1000117D8, symSize: 0x118 }
+ - { offset: 0x1235E7, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyACyACyACyAA4TextVAA14_PaddingLayoutVGAA24_BackgroundStyleModifierVyAA5ColorVGGAA022_EnvironmentKeyWritingJ0VyALSgGGAA11_ClipEffectVyAA16RoundedRectangleVGGAGGAA06_TraitnJ0VyAA010TransitionsM0VGGSgWOb', symObjAddr: 0x102D0, symBinAddr: 0x1000118F0, symSize: 0x1D4 }
+ - { offset: 0x1235FB, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyACyACyACyAA4TextVAA14_PaddingLayoutVGAA24_BackgroundStyleModifierVyAA5ColorVGGAA022_EnvironmentKeyWritingJ0VyALSgGGAA11_ClipEffectVyAA16RoundedRectangleVGGAGGAA06_TraitnJ0VyAA010TransitionsM0VGGSgWOc', symObjAddr: 0x104A4, symBinAddr: 0x100011AC4, symSize: 0x2BC }
+ - { offset: 0x12360F, size: 0x8, addend: 0x0, symName: '_$sS2SSysWl', symObjAddr: 0x10760, symBinAddr: 0x100011D80, symSize: 0x64 }
+ - { offset: 0x123623, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI5ColorVAcA10ShapeStyleAAWl', symObjAddr: 0x107C4, symBinAddr: 0x100011DE4, symSize: 0x64 }
+ - { offset: 0x123637, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI5ColorVWOh', symObjAddr: 0x10828, symBinAddr: 0x100011E48, symSize: 0x28 }
+ - { offset: 0x12364B, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA4TextVAA14_PaddingLayoutVGWOh', symObjAddr: 0x10850, symBinAddr: 0x100011E70, symSize: 0x44 }
+ - { offset: 0x12365F, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA4TextVAA14_PaddingLayoutVGAA24_BackgroundStyleModifierVyAA5ColorVGGWOh', symObjAddr: 0x10894, symBinAddr: 0x100011EB4, symSize: 0x50 }
+ - { offset: 0x123673, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyAA4TextVAA14_PaddingLayoutVGAA24_BackgroundStyleModifierVyAA5ColorVGGAA022_EnvironmentKeyWritingJ0VyALSgGGWOh', symObjAddr: 0x108E4, symBinAddr: 0x100011F04, symSize: 0x68 }
+ - { offset: 0x123687, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyACyAA4TextVAA14_PaddingLayoutVGAA24_BackgroundStyleModifierVyAA5ColorVGGAA022_EnvironmentKeyWritingJ0VyALSgGGAA11_ClipEffectVyAA16RoundedRectangleVGGWOh', symObjAddr: 0x1094C, symBinAddr: 0x100011F6C, symSize: 0xC8 }
+ - { offset: 0x12369B, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI17OpacityTransitionVAcA0D0AAWl', symObjAddr: 0x10A14, symBinAddr: 0x100012034, symSize: 0x6C }
+ - { offset: 0x1236AF, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyACyACyAA4TextVAA14_PaddingLayoutVGAA24_BackgroundStyleModifierVyAA5ColorVGGAA022_EnvironmentKeyWritingJ0VyALSgGGAA11_ClipEffectVyAA16RoundedRectangleVGGAGGWOh', symObjAddr: 0x10A80, symBinAddr: 0x1000120A0, symSize: 0xC8 }
+ - { offset: 0x1236C3, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyACyACyACyAA4TextVAA14_PaddingLayoutVGAA24_BackgroundStyleModifierVyAA5ColorVGGAA022_EnvironmentKeyWritingJ0VyALSgGGAA11_ClipEffectVyAA16RoundedRectangleVGGAGGAA06_TraitnJ0VyAA010TransitionsM0VGGWOh', symObjAddr: 0x10B48, symBinAddr: 0x100012168, symSize: 0xF0 }
+ - { offset: 0x1236D7, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyACyACyACyAA4TextVAA14_PaddingLayoutVGAA24_BackgroundStyleModifierVyAA5ColorVGGAA022_EnvironmentKeyWritingJ0VyALSgGGAA11_ClipEffectVyAA16RoundedRectangleVGGAGGAA06_TraitnJ0VyAA010TransitionsM0VGGWOc', symObjAddr: 0x10C38, symBinAddr: 0x100012258, symSize: 0x23C }
+ - { offset: 0x1236EB, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI12CommandGroupVyAA9EmptyViewVGACyxGAA8CommandsAAWl', symObjAddr: 0x10E74, symBinAddr: 0x100012494, symSize: 0x74 }
+ - { offset: 0x1236FF, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0G0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9EmptyViewVGAE0K4MenuVyAE05TupleN0VyAE0N0PAEE16keyboardShortcut_9modifiersQrAE13KeyEquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAE4TextVG_Qo__AE7DividerVA4_A4_A6_A4_A6_A4_tGGAPyARyA4__A6_A4_tGGQo_yXEfU0_A7_yXEfU0_TA', symObjAddr: 0x10EE8, symBinAddr: 0x100012508, symSize: 0x14 }
+ - { offset: 0x123713, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI9TupleViewVyAA0D0PAAE16keyboardShortcut_9modifiersQrAA13KeyEquivalentV_AA14EventModifiersVtFQOyAA6ButtonVyAA4TextVG_Qo__AA7DividerVA2qsqsQtGACyxGAadAWl', symObjAddr: 0x10EFC, symBinAddr: 0x10001251C, symSize: 0x74 }
+ - { offset: 0x123727, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11CommandMenuVyAA9TupleViewVyAA0F0PAAE16keyboardShortcut_9modifiersQrAA13KeyEquivalentV_AA14EventModifiersVtFQOyAA6ButtonVyAA4TextVG_Qo__AA7DividerVA2susuStGGACyxGAA8CommandsAAWl', symObjAddr: 0x10F70, symBinAddr: 0x100012590, symSize: 0x74 }
+ - { offset: 0x12373B, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0G0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9EmptyViewVGAE0K4MenuVyAE05TupleN0VyAE0N0PAEE16keyboardShortcut_9modifiersQrAE13KeyEquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAE4TextVG_Qo__AE7DividerVA4_A4_A6_A4_A6_A4_tGGAPyARyA4__A6_A4_tGGQo_yXEfU0_A9_yXEfU1_TA', symObjAddr: 0x10FE4, symBinAddr: 0x100012604, symSize: 0x14 }
+ - { offset: 0x12374F, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI9TupleViewVyAA0D0PAAE16keyboardShortcut_9modifiersQrAA13KeyEquivalentV_AA14EventModifiersVtFQOyAA6ButtonVyAA4TextVG_Qo__AA7DividerVAQtGACyxGAadAWl', symObjAddr: 0x10FF8, symBinAddr: 0x100012618, symSize: 0x74 }
+ - { offset: 0x123763, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11CommandMenuVyAA9TupleViewVyAA0F0PAAE16keyboardShortcut_9modifiersQrAA13KeyEquivalentV_AA14EventModifiersVtFQOyAA6ButtonVyAA4TextVG_Qo__AA7DividerVAStGGACyxGAA8CommandsAAWl', symObjAddr: 0x1106C, symBinAddr: 0x10001268C, symSize: 0x74 }
+ - { offset: 0x123777, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0G0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9EmptyViewVGAE0K4MenuVyAE05TupleN0VyAE0N0PAEE16keyboardShortcut_9modifiersQrAE13KeyEquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAE4TextVG_Qo__AE7DividerVA4_A4_A6_A4_A6_A4_tGGAPyARyA4__A6_A4_tGGQo_yXEfU0_A9_yXEfU1_yyScMYccfU_TA', symObjAddr: 0x11128, symBinAddr: 0x100012748, symSize: 0x14 }
+ - { offset: 0x12378B, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0G0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9EmptyViewVGAE0K4MenuVyAE05TupleN0VyAE0N0PAEE16keyboardShortcut_9modifiersQrAE13KeyEquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAE4TextVG_Qo__AE7DividerVA4_A4_A6_A4_A6_A4_tGGAPyARyA4__A6_A4_tGGQo_yXEfU0_A9_yXEfU1_yyScMYccfU0_TA', symObjAddr: 0x11184, symBinAddr: 0x1000127A4, symSize: 0x14 }
+ - { offset: 0x12379F, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0G0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9EmptyViewVGAE0K4MenuVyAE05TupleN0VyAE0N0PAEE16keyboardShortcut_9modifiersQrAE13KeyEquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAE4TextVG_Qo__AE7DividerVA4_A4_A6_A4_A6_A4_tGGAPyARyA4__A6_A4_tGGQo_yXEfU0_A7_yXEfU0_yyScMYccfU_TA', symObjAddr: 0x111E0, symBinAddr: 0x100012800, symSize: 0x14 }
+ - { offset: 0x1237B3, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI14EventModifiersVACs10SetAlgebraAAWl', symObjAddr: 0x111F4, symBinAddr: 0x100012814, symSize: 0x64 }
+ - { offset: 0x1237C7, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0G0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9EmptyViewVGAE0K4MenuVyAE05TupleN0VyAE0N0PAEE16keyboardShortcut_9modifiersQrAE13KeyEquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAE4TextVG_Qo__AE7DividerVA4_A4_A6_A4_A6_A4_tGGAPyARyA4__A6_A4_tGGQo_yXEfU0_A7_yXEfU0_yyScMYccfU0_TA', symObjAddr: 0x112A0, symBinAddr: 0x1000128C0, symSize: 0x14 }
+ - { offset: 0x1237DB, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0G0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9EmptyViewVGAE0K4MenuVyAE05TupleN0VyAE0N0PAEE16keyboardShortcut_9modifiersQrAE13KeyEquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAE4TextVG_Qo__AE7DividerVA4_A4_A6_A4_A6_A4_tGGAPyARyA4__A6_A4_tGGQo_yXEfU0_A7_yXEfU0_yyScMYccfU1_TA', symObjAddr: 0x112FC, symBinAddr: 0x10001291C, symSize: 0x14 }
+ - { offset: 0x1237EF, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0G0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9EmptyViewVGAE0K4MenuVyAE05TupleN0VyAE0N0PAEE16keyboardShortcut_9modifiersQrAE13KeyEquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAE4TextVG_Qo__AE7DividerVA4_A4_A6_A4_A6_A4_tGGAPyARyA4__A6_A4_tGGQo_yXEfU0_A7_yXEfU0_yyScMYccfU2_TA', symObjAddr: 0x11358, symBinAddr: 0x100012978, symSize: 0x14 }
+ - { offset: 0x123803, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0G0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9EmptyViewVGAE0K4MenuVyAE05TupleN0VyAE0N0PAEE16keyboardShortcut_9modifiersQrAE13KeyEquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAE4TextVG_Qo__AE7DividerVA4_A4_A6_A4_A6_A4_tGGAPyARyA4__A6_A4_tGGQo_yXEfU0_A7_yXEfU0_yyScMYccfU3_TA', symObjAddr: 0x113B4, symBinAddr: 0x1000129D4, symSize: 0x14 }
+ - { offset: 0x123817, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer11ContentViewVWOh', symObjAddr: 0x113C8, symBinAddr: 0x1000129E8, symSize: 0x28 }
+ - { offset: 0x12382B, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV4bodyQrvg7SwiftUI4ViewPAEE8onAppear7performQryycSg_tFQOyAgEE5frame8minWidth05idealM003maxM00L6Height0nP00oP09alignmentQr12CoreGraphics7CGFloatVSg_A5vE9AlignmentVtFQOyAA07ContentG0V_Qo__Qo_ycfU_yycfU_TA', symObjAddr: 0x11438, symBinAddr: 0x100012A58, symSize: 0x14 }
+ - { offset: 0x12383F, size: 0x8, addend: 0x0, symName: '_$sIeg_SgWOe', symObjAddr: 0x1144C, symBinAddr: 0x100012A6C, symSize: 0x30 }
+ - { offset: 0x123853, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVy10MiniPlayer0D4ViewVAA16_FlexFrameLayoutVGWOh', symObjAddr: 0x1147C, symBinAddr: 0x100012A9C, symSize: 0x28 }
+ - { offset: 0x123867, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACy10MiniPlayer0D4ViewVAA16_FlexFrameLayoutVGAA25_AppearanceActionModifierVGWOh', symObjAddr: 0x114A4, symBinAddr: 0x100012AC4, symSize: 0x68 }
+ - { offset: 0x12387B, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACy10MiniPlayer0D4ViewVAA16_FlexFrameLayoutVGAA25_AppearanceActionModifierVGWOc', symObjAddr: 0x1150C, symBinAddr: 0x100012B2C, symSize: 0x104 }
+ - { offset: 0x123890, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV6bridge33_DA61067E2CB2FBF34BCB7CC20ED970BCLLAA0B6BridgeCvg', symObjAddr: 0xF8, symBinAddr: 0x100001718, symSize: 0x78 }
+ - { offset: 0x1238B0, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV7_bridge33_DA61067E2CB2FBF34BCB7CC20ED970BCLL7SwiftUI11StateObjectVyAA0B6BridgeCGvpfi', symObjAddr: 0x1E8, symBinAddr: 0x100001808, symSize: 0x10 }
+ - { offset: 0x1238C4, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV7_bridge33_DA61067E2CB2FBF34BCB7CC20ED970BCLL7SwiftUI11StateObjectVyAA0B6BridgeCGvpfiAJycfu_AJycfu0_', symObjAddr: 0x1F8, symBinAddr: 0x100001818, symSize: 0x28 }
+ - { offset: 0x123B23, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV7$bridge33_DA61067E2CB2FBF34BCB7CC20ED970BCLL7SwiftUI14ObservedObjectV7WrapperVyAA0B6BridgeC_Gvg', symObjAddr: 0x220, symBinAddr: 0x100001840, symSize: 0x78 }
+ - { offset: 0x123B37, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV7_bridge33_DA61067E2CB2FBF34BCB7CC20ED970BCLL7SwiftUI11StateObjectVyAA0B6BridgeCGvg', symObjAddr: 0x298, symBinAddr: 0x1000018B8, symSize: 0x3C }
+ - { offset: 0x123B52, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV7_bridge33_DA61067E2CB2FBF34BCB7CC20ED970BCLL7SwiftUI11StateObjectVyAA0B6BridgeCGvs', symObjAddr: 0x2D4, symBinAddr: 0x1000018F4, symSize: 0x74 }
+ - { offset: 0x123B6D, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV4bodyQrvg', symObjAddr: 0x348, symBinAddr: 0x100001968, symSize: 0x374 }
+ - { offset: 0x123B90, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV4bodyQrvg7SwiftUI4ViewPAEE8onAppear7performQryycSg_tFQOyAgEE5frame8minWidth05idealM003maxM00L6Height0nP00oP09alignmentQr12CoreGraphics7CGFloatVSg_A5vE9AlignmentVtFQOyAA07ContentG0V_Qo__Qo_ycfU_', symObjAddr: 0x73C, symBinAddr: 0x100001D5C, symSize: 0x304 }
+ - { offset: 0x123BBB, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV4bodyQrvg7SwiftUI4ViewPAEE8onAppear7performQryycSg_tFQOyAgEE5frame8minWidth05idealM003maxM00L6Height0nP00oP09alignmentQr12CoreGraphics7CGFloatVSg_A5vE9AlignmentVtFQOyAA07ContentG0V_Qo__Qo_ycfU_yycfU_', symObjAddr: 0xAD0, symBinAddr: 0x1000020F0, symSize: 0xA8 }
+ - { offset: 0x123BE5, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0G0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9EmptyViewVGAE0K4MenuVyAE05TupleN0VyAE0N0PAEE16keyboardShortcut_9modifiersQrAE13KeyEquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAE4TextVG_Qo__AE7DividerVA4_A4_A6_A4_A6_A4_tGGAPyARyA4__A6_A4_tGGQo_yXEfU0_', symObjAddr: 0xF2C, symBinAddr: 0x10000254C, symSize: 0x72C }
+ - { offset: 0x123C0F, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0G0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9EmptyViewVGAE0K4MenuVyAE05TupleN0VyAE0N0PAEE16keyboardShortcut_9modifiersQrAE13KeyEquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAE4TextVG_Qo__AE7DividerVA4_A4_A6_A4_A6_A4_tGGAPyARyA4__A6_A4_tGGQo_yXEfU0_AMyXEfU_', symObjAddr: 0x1754, symBinAddr: 0x100002D74, symSize: 0x14 }
+ - { offset: 0x123C29, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0G0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9EmptyViewVGAE0K4MenuVyAE05TupleN0VyAE0N0PAEE16keyboardShortcut_9modifiersQrAE13KeyEquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAE4TextVG_Qo__AE7DividerVA4_A4_A6_A4_A6_A4_tGGAPyARyA4__A6_A4_tGGQo_yXEfU0_A7_yXEfU0_', symObjAddr: 0x17B0, symBinAddr: 0x100002DD0, symSize: 0xF08 }
+ - { offset: 0x123CB4, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0G0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9EmptyViewVGAE0K4MenuVyAE05TupleN0VyAE0N0PAEE16keyboardShortcut_9modifiersQrAE13KeyEquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAE4TextVG_Qo__AE7DividerVA4_A4_A6_A4_A6_A4_tGGAPyARyA4__A6_A4_tGGQo_yXEfU0_A7_yXEfU0_yyScMYccfU_', symObjAddr: 0x26B8, symBinAddr: 0x100003CD8, symSize: 0xA8 }
+ - { offset: 0x123CDE, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0G0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9EmptyViewVGAE0K4MenuVyAE05TupleN0VyAE0N0PAEE16keyboardShortcut_9modifiersQrAE13KeyEquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAE4TextVG_Qo__AE7DividerVA4_A4_A6_A4_A6_A4_tGGAPyARyA4__A6_A4_tGGQo_yXEfU0_A7_yXEfU0_yyScMYccfU0_', symObjAddr: 0x2760, symBinAddr: 0x100003D80, symSize: 0xA8 }
+ - { offset: 0x123D08, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0G0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9EmptyViewVGAE0K4MenuVyAE05TupleN0VyAE0N0PAEE16keyboardShortcut_9modifiersQrAE13KeyEquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAE4TextVG_Qo__AE7DividerVA4_A4_A6_A4_A6_A4_tGGAPyARyA4__A6_A4_tGGQo_yXEfU0_A7_yXEfU0_yyScMYccfU1_', symObjAddr: 0x2808, symBinAddr: 0x100003E28, symSize: 0xA8 }
+ - { offset: 0x123D32, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0G0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9EmptyViewVGAE0K4MenuVyAE05TupleN0VyAE0N0PAEE16keyboardShortcut_9modifiersQrAE13KeyEquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAE4TextVG_Qo__AE7DividerVA4_A4_A6_A4_A6_A4_tGGAPyARyA4__A6_A4_tGGQo_yXEfU0_A7_yXEfU0_yyScMYccfU2_', symObjAddr: 0x28B0, symBinAddr: 0x100003ED0, symSize: 0xA8 }
+ - { offset: 0x123D5C, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0G0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9EmptyViewVGAE0K4MenuVyAE05TupleN0VyAE0N0PAEE16keyboardShortcut_9modifiersQrAE13KeyEquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAE4TextVG_Qo__AE7DividerVA4_A4_A6_A4_A6_A4_tGGAPyARyA4__A6_A4_tGGQo_yXEfU0_A7_yXEfU0_yyScMYccfU3_', symObjAddr: 0x2958, symBinAddr: 0x100003F78, symSize: 0xA8 }
+ - { offset: 0x123D86, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0G0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9EmptyViewVGAE0K4MenuVyAE05TupleN0VyAE0N0PAEE16keyboardShortcut_9modifiersQrAE13KeyEquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAE4TextVG_Qo__AE7DividerVA4_A4_A6_A4_A6_A4_tGGAPyARyA4__A6_A4_tGGQo_yXEfU0_A9_yXEfU1_', symObjAddr: 0x2C28, symBinAddr: 0x100004248, symSize: 0x858 }
+ - { offset: 0x123DC0, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0G0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9EmptyViewVGAE0K4MenuVyAE05TupleN0VyAE0N0PAEE16keyboardShortcut_9modifiersQrAE13KeyEquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAE4TextVG_Qo__AE7DividerVA4_A4_A6_A4_A6_A4_tGGAPyARyA4__A6_A4_tGGQo_yXEfU0_A9_yXEfU1_yyScMYccfU_', symObjAddr: 0x3480, symBinAddr: 0x100004AA0, symSize: 0xA8 }
+ - { offset: 0x123DEA, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0G0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9EmptyViewVGAE0K4MenuVyAE05TupleN0VyAE0N0PAEE16keyboardShortcut_9modifiersQrAE13KeyEquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAE4TextVG_Qo__AE7DividerVA4_A4_A6_A4_A6_A4_tGGAPyARyA4__A6_A4_tGGQo_yXEfU0_A9_yXEfU1_yyScMYccfU0_', symObjAddr: 0x3528, symBinAddr: 0x100004B48, symSize: 0xB8 }
+ - { offset: 0x123E1C, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer11ContentViewV6bridgeAcA0B6BridgeC_tcfC', symObjAddr: 0xA9C, symBinAddr: 0x1000020BC, symSize: 0x14 }
+ - { offset: 0x123E3A, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewPAAE5frame8minWidth05idealF003maxF00E6Height0gI00hI09alignmentQr12CoreGraphics7CGFloatVSg_A5oA9AlignmentVtFfA5_', symObjAddr: 0xAB0, symBinAddr: 0x1000020D0, symSize: 0x20 }
+ - { offset: 0x123E64, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI10ShapeStylePA2A5ColorVRszrlE5blackAEvgZ', symObjAddr: 0x5634, symBinAddr: 0x100006C54, symSize: 0x14 }
+ - { offset: 0x123E80, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewPAAE10background_20ignoresSafeAreaEdgesQrqd___AA4EdgeO3SetVtAA10ShapeStyleRd__lFfA0_', symObjAddr: 0x5648, symBinAddr: 0x100006C68, symSize: 0x24 }
+ - { offset: 0x123EB7, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewPAAE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFfA0_', symObjAddr: 0x566C, symBinAddr: 0x100006C8C, symSize: 0x18 }
+ - { offset: 0x123EE1, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI10TransitionPA2A07OpacityC0VRszrlE7opacityAEvgZ', symObjAddr: 0x5684, symBinAddr: 0x100006CA4, symSize: 0x14 }
+ - { offset: 0x123EFD, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewPAAE10transitionyQrqd__AA10TransitionRd__lF', symObjAddr: 0x5698, symBinAddr: 0x100006CB8, symSize: 0xB0 }
+ - { offset: 0x123F34, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11ViewBuilderV7buildIfyxSgAeA0C0RzlFZ', symObjAddr: 0x5748, symBinAddr: 0x100006D68, symSize: 0x48 }
+ - { offset: 0x123F5E, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11ViewBuilderV11buildEither5firstAA19_ConditionalContentVyxq_Gx_tAA0C0RzAaIR_r0_lFZ', symObjAddr: 0x5C24, symBinAddr: 0x100007244, symSize: 0xC4 }
+ - { offset: 0x123F95, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11ViewBuilderV11buildEither6secondAA19_ConditionalContentVyxq_Gq__tAA0C0RzAaIR_r0_lFZ', symObjAddr: 0x5CE8, symBinAddr: 0x100007308, symSize: 0xC4 }
+ - { offset: 0x123FCC, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer11ContentViewV7SwiftUI0D0AadEP05_makeD04view6inputsAD01_D7OutputsVAD11_GraphValueVyxG_AD01_D6InputsVtFZTW', symObjAddr: 0x5DAC, symBinAddr: 0x1000073CC, symSize: 0x14 }
+ - { offset: 0x123FE8, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer11ContentViewV7SwiftUI0D0AadEP05_makeD4List4view6inputsAD01_dH7OutputsVAD11_GraphValueVyxG_AD01_dH6InputsVtFZTW', symObjAddr: 0x5DC0, symBinAddr: 0x1000073E0, symSize: 0x14 }
+ - { offset: 0x124004, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer11ContentViewV7SwiftUI0D0AadEP14_viewListCount6inputsSiSgAD01_dhI6InputsV_tFZTW', symObjAddr: 0x5DD4, symBinAddr: 0x1000073F4, symSize: 0x18 }
+ - { offset: 0x124020, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewPAAE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AkA9AlignmentVtFfA1_', symObjAddr: 0x7D00, symBinAddr: 0x100009320, symSize: 0x20 }
+ - { offset: 0x12404A, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogV7SwiftUI4ViewAadEP05_makeG04view6inputsAD01_G7OutputsVAD11_GraphValueVyxG_AD01_G6InputsVtFZTW', symObjAddr: 0x7D20, symBinAddr: 0x100009340, symSize: 0x14 }
+ - { offset: 0x124066, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogV7SwiftUI4ViewAadEP05_makeG4List4view6inputsAD01_gI7OutputsVAD11_GraphValueVyxG_AD01_gI6InputsVtFZTW', symObjAddr: 0x7D34, symBinAddr: 0x100009354, symSize: 0x14 }
+ - { offset: 0x124082, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogV7SwiftUI4ViewAadEP14_viewListCount6inputsSiSgAD01_giJ6InputsV_tFZTW', symObjAddr: 0x7D48, symBinAddr: 0x100009368, symSize: 0x18 }
+ - { offset: 0x12409E, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewPAAE12contentShape_6eoFillQrqd___SbtAA0E0Rd__lFfA0_', symObjAddr: 0xB33C, symBinAddr: 0x10000C95C, symSize: 0x1C }
+ - { offset: 0x1240D5, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogV7SwiftUI4ViewAadEP05_makeH04view6inputsAD01_H7OutputsVAD11_GraphValueVyxG_AD01_H6InputsVtFZTW', symObjAddr: 0xB4C0, symBinAddr: 0x10000CAE0, symSize: 0x14 }
+ - { offset: 0x1240F1, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogV7SwiftUI4ViewAadEP05_makeH4List4view6inputsAD01_hJ7OutputsVAD11_GraphValueVyxG_AD01_hJ6InputsVtFZTW', symObjAddr: 0xB4D4, symBinAddr: 0x10000CAF4, symSize: 0x14 }
+ - { offset: 0x12410D, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogV7SwiftUI4ViewAadEP14_viewListCount6inputsSiSgAD01_hjK6InputsV_tFZTW', symObjAddr: 0xB4E8, symBinAddr: 0x10000CB08, symSize: 0x18 }
+ - { offset: 0x124390, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11ViewBuilderV15buildExpressionyxxAA0C0RzlFZ', symObjAddr: 0xB78, symBinAddr: 0x100002198, symSize: 0x44 }
+ - { offset: 0x1243B2, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11ViewBuilderV10buildBlockyxxAA0C0RzlFZ', symObjAddr: 0xBBC, symBinAddr: 0x1000021DC, symSize: 0x44 }
+ - { offset: 0x1243DE, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11WindowGroupV11makeContentACyxGxyc_tcfC', symObjAddr: 0xC00, symBinAddr: 0x100002220, symSize: 0x134 }
+ - { offset: 0x124429, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAA0C0RzAaER_AaER0_r1_lFZ', symObjAddr: 0x35E0, symBinAddr: 0x100004C00, symSize: 0x11C }
+ - { offset: 0x124495, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI9TextFieldVA2A0C0VRszrlE_4textACyAEGAA18LocalizedStringKeyV_AA7BindingVySSGtcfC', symObjAddr: 0x705C, symBinAddr: 0x10000867C, symSize: 0x44 }
+ - { offset: 0x1244B1, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI14TextFieldStylePA2A013RoundedBordercdE0VRszrlE07roundedG0AEvgZ', symObjAddr: 0x70A0, symBinAddr: 0x1000086C0, symSize: 0x14 }
+ - { offset: 0x1244CD, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI20PrimitiveButtonStylePA2A05PlaindE0VRszrlE5plainAEvgZ', symObjAddr: 0xB358, symBinAddr: 0x10000C978, symSize: 0x14 }
+ - { offset: 0x12451B, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11ViewBuilderV10buildBlockAA05EmptyC0VyFZ', symObjAddr: 0x1768, symBinAddr: 0x100002D88, symSize: 0x4 }
+ - { offset: 0x124536, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15CommandsBuilderV15buildExpressionyxxAA0C0RzlFZ', symObjAddr: 0x176C, symBinAddr: 0x100002D8C, symSize: 0x44 }
+ - { offset: 0x12455F, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11ViewBuilderV10buildBlockyAA05TupleC0VyxxQp_tGxxQpRvzAA0C0RzlFZ', symObjAddr: 0x2A00, symBinAddr: 0x100004020, symSize: 0x228 }
+ - { offset: 0x124588, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI12SceneBuilderV15buildExpressionyxxAA0C0RzlFZ', symObjAddr: 0x36FC, symBinAddr: 0x100004D1C, symSize: 0x44 }
+ - { offset: 0x1245B6, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV5$mainyyFZ', symObjAddr: 0x3740, symBinAddr: 0x100004D60, symSize: 0x34 }
+ - { offset: 0x1245D6, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppVACycfC', symObjAddr: 0x3774, symBinAddr: 0x100004D94, symSize: 0x88 }
+ - { offset: 0x1245FA, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV7SwiftUI0C0AadEP4body4BodyQzvgTW', symObjAddr: 0x37FC, symBinAddr: 0x100004E1C, symSize: 0x24 }
+ - { offset: 0x124615, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV7SwiftUI0C0AadEPxycfCTW', symObjAddr: 0x3820, symBinAddr: 0x100004E40, symSize: 0x38 }
+ - { offset: 0x124629, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer11ContentViewV6bridgeAA0B6BridgeCvg', symObjAddr: 0x3938, symBinAddr: 0x100004F58, symSize: 0x50 }
+ - { offset: 0x12464D, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer11ContentViewV6bridgeAA0B6BridgeCvs', symObjAddr: 0x3A10, symBinAddr: 0x100005030, symSize: 0x50 }
+ - { offset: 0x124681, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer11ContentViewV6bridgeAA0B6BridgeCvM', symObjAddr: 0x3A60, symBinAddr: 0x100005080, symSize: 0x20 }
+ - { offset: 0x1246A6, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer11ContentViewV6bridgeAA0B6BridgeCvM.resume.0', symObjAddr: 0x3A80, symBinAddr: 0x1000050A0, symSize: 0xC }
+ - { offset: 0x1246C7, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer11ContentViewV7$bridge7SwiftUI14ObservedObjectV7WrapperVyAA0B6BridgeC_Gvg', symObjAddr: 0x3A8C, symBinAddr: 0x1000050AC, symSize: 0x78 }
+ - { offset: 0x1246EB, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer11ContentViewV7_bridge33_DA61067E2CB2FBF34BCB7CC20ED970BCLL7SwiftUI14ObservedObjectVyAA0B6BridgeCGvg', symObjAddr: 0x3B04, symBinAddr: 0x100005124, symSize: 0x30 }
+ - { offset: 0x1246FF, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer11ContentViewV7_bridge33_DA61067E2CB2FBF34BCB7CC20ED970BCLL7SwiftUI14ObservedObjectVyAA0B6BridgeCGvs', symObjAddr: 0x3B34, symBinAddr: 0x100005154, symSize: 0x48 }
+ - { offset: 0x12471A, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer11ContentViewV4bodyQrvg', symObjAddr: 0x3B7C, symBinAddr: 0x10000519C, symSize: 0x184 }
+ - { offset: 0x12473D, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer11ContentViewV4bodyQrvg7SwiftUI012_ConditionalC0VyAE0D0PAEE5sheet11isPresented9onDismiss7contentQrAE7BindingVySbG_yycSgqd__yctAeHRd__lFQOyAiEEAjklMQrAP_AQqd__yctAeHRd__lFQOyAiEE7overlay9alignmentAMQrAE9AlignmentV_qd__yXEtAeHRd__lFQOy0F6Bricks0sD0V_AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEE12cornerRadius_11antialiasedQrA6__SbtFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___A3_tAE10ShapeStyleRd__lFQOyAiEEA_yQrA6_FQOyAE4TextV_Qo__A12_Qo__Qo__Qo__Qo__AE07OpacityU0VQo_SgQo__AA14URLInputDialogVQo__AA17TrackSelectDialogVQo_AE08ProgressD0VyA18_AE05EmptyD0VGGyXEfU_', symObjAddr: 0x3D00, symBinAddr: 0x100005320, symSize: 0xAF0 }
+ - { offset: 0x124796, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer11ContentViewV4bodyQrvg7SwiftUI012_ConditionalC0VyAE0D0PAEE5sheet11isPresented9onDismiss7contentQrAE7BindingVySbG_yycSgqd__yctAeHRd__lFQOyAiEEAjklMQrAP_AQqd__yctAeHRd__lFQOyAiEE7overlay9alignmentAMQrAE9AlignmentV_qd__yXEtAeHRd__lFQOy0F6Bricks0sD0V_AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEE12cornerRadius_11antialiasedQrA6__SbtFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___A3_tAE10ShapeStyleRd__lFQOyAiEEA_yQrA6_FQOyAE4TextV_Qo__A12_Qo__Qo__Qo__Qo__AE07OpacityU0VQo_SgQo__AA14URLInputDialogVQo__AA17TrackSelectDialogVQo_AE08ProgressD0VyA18_AE05EmptyD0VGGyXEfU_A27_yXEfU_', symObjAddr: 0x4ECC, symBinAddr: 0x1000064EC, symSize: 0x768 }
+ - { offset: 0x1247EE, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer11ContentViewV4bodyQrvg7SwiftUI012_ConditionalC0VyAE0D0PAEE5sheet11isPresented9onDismiss7contentQrAE7BindingVySbG_yycSgqd__yctAeHRd__lFQOyAiEEAjklMQrAP_AQqd__yctAeHRd__lFQOyAiEE7overlay9alignmentAMQrAE9AlignmentV_qd__yXEtAeHRd__lFQOy0F6Bricks0sD0V_AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEE12cornerRadius_11antialiasedQrA6__SbtFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___A3_tAE10ShapeStyleRd__lFQOyAiEEA_yQrA6_FQOyAE4TextV_Qo__A12_Qo__Qo__Qo__Qo__AE07OpacityU0VQo_SgQo__AA14URLInputDialogVQo__AA17TrackSelectDialogVQo_AE08ProgressD0VyA18_AE05EmptyD0VGGyXEfU_A30_ycfU0_', symObjAddr: 0x5844, symBinAddr: 0x100006E64, symSize: 0x120 }
+ - { offset: 0x124818, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer11ContentViewV4bodyQrvg7SwiftUI012_ConditionalC0VyAE0D0PAEE5sheet11isPresented9onDismiss7contentQrAE7BindingVySbG_yycSgqd__yctAeHRd__lFQOyAiEEAjklMQrAP_AQqd__yctAeHRd__lFQOyAiEE7overlay9alignmentAMQrAE9AlignmentV_qd__yXEtAeHRd__lFQOy0F6Bricks0sD0V_AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEE12cornerRadius_11antialiasedQrA6__SbtFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___A3_tAE10ShapeStyleRd__lFQOyAiEEA_yQrA6_FQOyAE4TextV_Qo__A12_Qo__Qo__Qo__Qo__AE07OpacityU0VQo_SgQo__AA14URLInputDialogVQo__AA17TrackSelectDialogVQo_AE08ProgressD0VyA18_AE05EmptyD0VGGyXEfU_A33_ycfU1_', symObjAddr: 0x5AA8, symBinAddr: 0x1000070C8, symSize: 0x120 }
+ - { offset: 0x12484A, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogV6bridgeAcA0B6BridgeC_tcfC', symObjAddr: 0x5964, symBinAddr: 0x100006F84, symSize: 0x90 }
+ - { offset: 0x124865, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogV6bridgeAcA0B6BridgeC_tcfC', symObjAddr: 0x5BC8, symBinAddr: 0x1000071E8, symSize: 0x5C }
+ - { offset: 0x124879, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer11ContentViewV7SwiftUI0D0AadEP4body4BodyQzvgTW', symObjAddr: 0x5DEC, symBinAddr: 0x10000740C, symSize: 0x1C }
+ - { offset: 0x12488D, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogV6bridgeAA0B6BridgeCvg', symObjAddr: 0x5E48, symBinAddr: 0x100007468, symSize: 0x34 }
+ - { offset: 0x1248B2, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogV6bridgeAA0B6BridgeCvs', symObjAddr: 0x5F4C, symBinAddr: 0x10000756C, symSize: 0x50 }
+ - { offset: 0x1248E6, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogV6bridgeAA0B6BridgeCvM', symObjAddr: 0x5F9C, symBinAddr: 0x1000075BC, symSize: 0x20 }
+ - { offset: 0x12490B, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogV6bridgeAA0B6BridgeCvM.resume.0', symObjAddr: 0x5FBC, symBinAddr: 0x1000075DC, symSize: 0xC }
+ - { offset: 0x12492C, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogV7$bridge7SwiftUI14ObservedObjectV7WrapperVyAA0B6BridgeC_Gvg', symObjAddr: 0x5FC8, symBinAddr: 0x1000075E8, symSize: 0x70 }
+ - { offset: 0x124951, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogV7_bridge33_DA61067E2CB2FBF34BCB7CC20ED970BCLL7SwiftUI14ObservedObjectVyAA0B6BridgeCGvg', symObjAddr: 0x6038, symBinAddr: 0x100007658, symSize: 0x34 }
+ - { offset: 0x124965, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogV7_bridge33_DA61067E2CB2FBF34BCB7CC20ED970BCLL7SwiftUI14ObservedObjectVyAA0B6BridgeCGvs', symObjAddr: 0x606C, symBinAddr: 0x10000768C, symSize: 0x48 }
+ - { offset: 0x1249C6, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogV3url33_DA61067E2CB2FBF34BCB7CC20ED970BCLLSSvg', symObjAddr: 0x6144, symBinAddr: 0x100007764, symSize: 0xA4 }
+ - { offset: 0x1249DA, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogV3url33_DA61067E2CB2FBF34BCB7CC20ED970BCLLSSvs', symObjAddr: 0x61E8, symBinAddr: 0x100007808, symSize: 0xDC }
+ - { offset: 0x1249EE, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogV4$url33_DA61067E2CB2FBF34BCB7CC20ED970BCLL7SwiftUI7BindingVySSGvg', symObjAddr: 0x62EC, symBinAddr: 0x10000790C, symSize: 0xBC }
+ - { offset: 0x124A02, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogV4_url33_DA61067E2CB2FBF34BCB7CC20ED970BCLL7SwiftUI5StateVySSGvg', symObjAddr: 0x63A8, symBinAddr: 0x1000079C8, symSize: 0x48 }
+ - { offset: 0x124A16, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogV4_url33_DA61067E2CB2FBF34BCB7CC20ED970BCLL7SwiftUI5StateVySSGvs', symObjAddr: 0x63F0, symBinAddr: 0x100007A10, symSize: 0x74 }
+ - { offset: 0x124A2A, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogV7dismiss33_DA61067E2CB2FBF34BCB7CC20ED970BCLL7SwiftUI13DismissActionVvg', symObjAddr: 0x6464, symBinAddr: 0x100007A84, symSize: 0xA8 }
+ - { offset: 0x124A3E, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogV8_dismiss33_DA61067E2CB2FBF34BCB7CC20ED970BCLL7SwiftUI11EnvironmentVyAF13DismissActionVGvg', symObjAddr: 0x6644, symBinAddr: 0x100007C64, symSize: 0x34 }
+ - { offset: 0x124A52, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogV8_dismiss33_DA61067E2CB2FBF34BCB7CC20ED970BCLL7SwiftUI11EnvironmentVyAF13DismissActionVGvs', symObjAddr: 0x6678, symBinAddr: 0x100007C98, symSize: 0x98 }
+ - { offset: 0x124A6D, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogV4bodyQrvg', symObjAddr: 0x6710, symBinAddr: 0x100007D30, symSize: 0x284 }
+ - { offset: 0x124A91, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE0I0PAEE14textFieldStyleyQrqd__AE0jlM0Rd__lFQOyAE0jL0VyAIG_AE013RoundedBorderjlM0VQo_AE6HStackVyAGyAE6ButtonVyAIG_AE6SpacerVAkEE8disabledyQrSbFQOyAkEE16keyboardShortcutyQrAE08KeyboardU0VFQOyAX_Qo__Qo_tGGtGyXEfU_', symObjAddr: 0x6994, symBinAddr: 0x100007FB4, symSize: 0x6C8 }
+ - { offset: 0x124ABC, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE0I0PAEE14textFieldStyleyQrqd__AE0jlM0Rd__lFQOyAE0jL0VyAIG_AE013RoundedBorderjlM0VQo_AE6HStackVyAGyAE6ButtonVyAIG_AE6SpacerVAkEE8disabledyQrSbFQOyAkEE16keyboardShortcutyQrAE08KeyboardU0VFQOyAX_Qo__Qo_tGGtGyXEfU_A5_yXEfU_', symObjAddr: 0x70B4, symBinAddr: 0x1000086D4, symSize: 0x870 }
+ - { offset: 0x124AE7, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE0I0PAEE14textFieldStyleyQrqd__AE0jlM0Rd__lFQOyAE0jL0VyAIG_AE013RoundedBorderjlM0VQo_AE6HStackVyAGyAE6ButtonVyAIG_AE6SpacerVAkEE8disabledyQrSbFQOyAkEE16keyboardShortcutyQrAE08KeyboardU0VFQOyAX_Qo__Qo_tGGtGyXEfU_A5_yXEfU_yyScMYccfU_', symObjAddr: 0x7924, symBinAddr: 0x100008F44, symSize: 0x120 }
+ - { offset: 0x124B12, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE0I0PAEE14textFieldStyleyQrqd__AE0jlM0Rd__lFQOyAE0jL0VyAIG_AE013RoundedBorderjlM0VQo_AE6HStackVyAGyAE6ButtonVyAIG_AE6SpacerVAkEE8disabledyQrSbFQOyAkEE16keyboardShortcutyQrAE08KeyboardU0VFQOyAX_Qo__Qo_tGGtGyXEfU_A5_yXEfU_yyScMYccfU0_', symObjAddr: 0x7A44, symBinAddr: 0x100009064, symSize: 0x27C }
+ - { offset: 0x124B3E, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6HStackV9alignment7spacing7contentACyxGAA17VerticalAlignmentV_12CoreGraphics7CGFloatVSgxyXEtcfcfA_', symObjAddr: 0x7CC0, symBinAddr: 0x1000092E0, symSize: 0x20 }
+ - { offset: 0x124B60, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6VStackV9alignment7spacing7contentACyxGAA19HorizontalAlignmentV_12CoreGraphics7CGFloatVSgxyXEtcfcfA_', symObjAddr: 0x7CE0, symBinAddr: 0x100009300, symSize: 0x20 }
+ - { offset: 0x124B82, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogV7SwiftUI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0x7D60, symBinAddr: 0x100009380, symSize: 0x14 }
+ - { offset: 0x124B96, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogV6bridgeAA0B6BridgeCvg', symObjAddr: 0x8B18, symBinAddr: 0x10000A138, symSize: 0x34 }
+ - { offset: 0x124BBB, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogV6bridgeAA0B6BridgeCvs', symObjAddr: 0x8C1C, symBinAddr: 0x10000A23C, symSize: 0x50 }
+ - { offset: 0x124BEF, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogV6bridgeAA0B6BridgeCvM', symObjAddr: 0x8C6C, symBinAddr: 0x10000A28C, symSize: 0x20 }
+ - { offset: 0x124C14, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogV6bridgeAA0B6BridgeCvM.resume.0', symObjAddr: 0x8C8C, symBinAddr: 0x10000A2AC, symSize: 0xC }
+ - { offset: 0x124C35, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogV7$bridge7SwiftUI14ObservedObjectV7WrapperVyAA0B6BridgeC_Gvg', symObjAddr: 0x8C98, symBinAddr: 0x10000A2B8, symSize: 0x70 }
+ - { offset: 0x124C5A, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogV7_bridge33_DA61067E2CB2FBF34BCB7CC20ED970BCLL7SwiftUI14ObservedObjectVyAA0B6BridgeCGvg', symObjAddr: 0x8D08, symBinAddr: 0x10000A328, symSize: 0x34 }
+ - { offset: 0x124C6E, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogV7_bridge33_DA61067E2CB2FBF34BCB7CC20ED970BCLL7SwiftUI14ObservedObjectVyAA0B6BridgeCGvs', symObjAddr: 0x8D3C, symBinAddr: 0x10000A35C, symSize: 0x48 }
+ - { offset: 0x124C82, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogV7dismiss33_DA61067E2CB2FBF34BCB7CC20ED970BCLL7SwiftUI13DismissActionVvg', symObjAddr: 0x8D84, symBinAddr: 0x10000A3A4, symSize: 0xA8 }
+ - { offset: 0x124C96, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogV8_dismiss33_DA61067E2CB2FBF34BCB7CC20ED970BCLL7SwiftUI11EnvironmentVyAF13DismissActionVGvg', symObjAddr: 0x8E5C, symBinAddr: 0x10000A47C, symSize: 0x34 }
+ - { offset: 0x124CAA, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogV8_dismiss33_DA61067E2CB2FBF34BCB7CC20ED970BCLL7SwiftUI11EnvironmentVyAF13DismissActionVGvs', symObjAddr: 0x8E90, symBinAddr: 0x10000A4B0, symSize: 0x98 }
+ - { offset: 0x124CC5, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogV4bodyQrvg', symObjAddr: 0x8F28, symBinAddr: 0x10000A548, symSize: 0x2C8 }
+ - { offset: 0x124CE9, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE7ForEachVySaySi6offset_SS7elementtGSiAE0J0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyApEE12contentShape_6eoFillQrqd___SbtAE0U0Rd__lFQOyApEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAI_AE6SpacerVAISgtGG_Qo__AE9RectangleVQo_G_AE05PlainsQ0VQo_GAE7DividerVATyAIGtGyXEfU_', symObjAddr: 0x91F0, symBinAddr: 0x10000A810, symSize: 0x910 }
+ - { offset: 0x124D14, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE7ForEachVySaySi6offset_SS7elementtGSiAE0J0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyApEE12contentShape_6eoFillQrqd___SbtAE0U0Rd__lFQOyApEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAI_AE6SpacerVAISgtGG_Qo__AE9RectangleVQo_G_AE05PlainsQ0VQo_GAE7DividerVATyAIGtGyXEfU_A14_Si_SStcfU_', symObjAddr: 0xA2B4, symBinAddr: 0x10000B8D4, symSize: 0x470 }
+ - { offset: 0x124D5D, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE7ForEachVySaySi6offset_SS7elementtGSiAE0J0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyApEE12contentShape_6eoFillQrqd___SbtAE0U0Rd__lFQOyApEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAI_AE6SpacerVAISgtGG_Qo__AE9RectangleVQo_G_AE05PlainsQ0VQo_GAE7DividerVATyAIGtGyXEfU_A14_Si_SStcfU_yyScMYccfU_', symObjAddr: 0xA724, symBinAddr: 0x10000BD44, symSize: 0x14C }
+ - { offset: 0x124D97, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE7ForEachVySaySi6offset_SS7elementtGSiAE0J0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyApEE12contentShape_6eoFillQrqd___SbtAE0U0Rd__lFQOyApEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAI_AE6SpacerVAISgtGG_Qo__AE9RectangleVQo_G_AE05PlainsQ0VQo_GAE7DividerVATyAIGtGyXEfU_A14_Si_SStcfU_A10_yXEfU0_', symObjAddr: 0xA870, symBinAddr: 0x10000BE90, symSize: 0x280 }
+ - { offset: 0x124DD3, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE7ForEachVySaySi6offset_SS7elementtGSiAE0J0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyApEE12contentShape_6eoFillQrqd___SbtAE0U0Rd__lFQOyApEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAI_AE6SpacerVAISgtGG_Qo__AE9RectangleVQo_G_AE05PlainsQ0VQo_GAE7DividerVATyAIGtGyXEfU_A14_Si_SStcfU_A10_yXEfU0_A5_yXEfU_', symObjAddr: 0xAAF0, symBinAddr: 0x10000C110, symSize: 0x84C }
+ - { offset: 0x124E22, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE7ForEachVySaySi6offset_SS7elementtGSiAE0J0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyApEE12contentShape_6eoFillQrqd___SbtAE0U0Rd__lFQOyApEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAI_AE6SpacerVAISgtGG_Qo__AE9RectangleVQo_G_AE05PlainsQ0VQo_GAE7DividerVATyAIGtGyXEfU_yyScMYccfU0_', symObjAddr: 0xB3A0, symBinAddr: 0x10000C9C0, symSize: 0x120 }
+ - { offset: 0x124E55, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogV7SwiftUI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0xB500, symBinAddr: 0x10000CB20, symSize: 0x14 }
+ - { offset: 0x124E69, size: 0x8, addend: 0x0, symName: _MiniPlayer_main, symObjAddr: 0xB514, symBinAddr: 0x10000CB34, symSize: 0x18 }
+ - { offset: 0x12503D, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer9MediaItemV2idSSvg', symObjAddr: 0x0, symBinAddr: 0x100012C30, symSize: 0x34 }
+ - { offset: 0x125072, size: 0x8, addend: 0x0, symName: '_$ss27_finalizeUninitializedArrayySayxGABnlF', symObjAddr: 0x7D4, symBinAddr: 0x100013404, symSize: 0x40 }
+ - { offset: 0x1250A3, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer10RepeatModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x930, symBinAddr: 0x100013560, symSize: 0x48 }
+ - { offset: 0x1250BF, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer10RepeatModeOSHAASH9hashValueSivgTW', symObjAddr: 0x978, symBinAddr: 0x1000135A8, symSize: 0x3C }
+ - { offset: 0x1250DB, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer10RepeatModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x9B4, symBinAddr: 0x1000135E4, symSize: 0x44 }
+ - { offset: 0x1250F7, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer10RepeatModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x9F8, symBinAddr: 0x100013628, symSize: 0x44 }
+ - { offset: 0x12519D, size: 0x8, addend: 0x0, symName: '_$sSTsE3mapySayqd__Gqd__7ElementQzqd_0_YKXEqd_0_YKs5ErrorRd_0_r0_lF', symObjAddr: 0xF8EC, symBinAddr: 0x100022334, symSize: 0x9AC }
+ - { offset: 0x125202, size: 0x8, addend: 0x0, symName: '_$sSo15NSModalResponseas21_ObjectiveCBridgeableSCsACP09_bridgeToC1C01_C5CTypeQzyFTW', symObjAddr: 0x14694, symBinAddr: 0x100026FD8, symSize: 0x38 }
+ - { offset: 0x12521E, size: 0x8, addend: 0x0, symName: '_$sSo15NSModalResponseas21_ObjectiveCBridgeableSCsACP016_forceBridgeFromC1C_6resulty01_C5CTypeQz_xSgztFZTW', symObjAddr: 0x146CC, symBinAddr: 0x100027010, symSize: 0x48 }
+ - { offset: 0x12523A, size: 0x8, addend: 0x0, symName: '_$sSo15NSModalResponseas21_ObjectiveCBridgeableSCsACP024_conditionallyBridgeFromC1C_6resultSb01_C5CTypeQz_xSgztFZTW', symObjAddr: 0x14714, symBinAddr: 0x100027058, symSize: 0x4C }
+ - { offset: 0x125256, size: 0x8, addend: 0x0, symName: '_$sSo15NSModalResponseas21_ObjectiveCBridgeableSCsACP026_unconditionallyBridgeFromC1Cyx01_C5CTypeQzSgFZTW', symObjAddr: 0x14760, symBinAddr: 0x1000270A4, symSize: 0x48 }
+ - { offset: 0x125279, size: 0x8, addend: 0x0, symName: '_$sSo15NSModalResponseas35_HasCustomAnyHashableRepresentationSCsACP03_todeF0s0eF0VSgyFTW', symObjAddr: 0x14818, symBinAddr: 0x10002715C, symSize: 0x5C }
+ - { offset: 0x125295, size: 0x8, addend: 0x0, symName: '_$sSo15NSModalResponseaSHSCSH9hashValueSivgTW', symObjAddr: 0x14908, symBinAddr: 0x10002724C, symSize: 0x3C }
+ - { offset: 0x1252B1, size: 0x8, addend: 0x0, symName: '_$sSo15NSModalResponseaSHSCSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x14944, symBinAddr: 0x100027288, symSize: 0x44 }
+ - { offset: 0x1252CD, size: 0x8, addend: 0x0, symName: '_$sSo15NSModalResponseaSHSCSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x14988, symBinAddr: 0x1000272CC, symSize: 0x44 }
+ - { offset: 0x1252E9, size: 0x8, addend: 0x0, symName: '_$sSo15NSModalResponseaSQSCSQ2eeoiySbx_xtFZTW', symObjAddr: 0x149CC, symBinAddr: 0x100027310, symSize: 0x48 }
+ - { offset: 0x125516, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer9MediaItemVMa', symObjAddr: 0x8C, symBinAddr: 0x100012CBC, symSize: 0x60 }
+ - { offset: 0x12552A, size: 0x8, addend: 0x0, symName: ___swift_coroFrameAllocStub, symObjAddr: 0x1C8, symBinAddr: 0x100012DF8, symSize: 0x50 }
+ - { offset: 0x1255FB, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC6engine11SwiftBricks0F6EngineCSgvpfP', symObjAddr: 0xAC8, symBinAddr: 0x1000136F8, symSize: 0x68 }
+ - { offset: 0x1261C0, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC6engine11SwiftBricks0F6EngineCSgvpACTK', symObjAddr: 0xCE4, symBinAddr: 0x100013894, symSize: 0x58 }
+ - { offset: 0x1261D8, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC6engine11SwiftBricks0F6EngineCSgvpACTk', symObjAddr: 0xD3C, symBinAddr: 0x1000138EC, symSize: 0x64 }
+ - { offset: 0x1261F0, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC7_engine33_D28DD7A7F60CB40A67996196E9485C10LL7Combine9PublishedVy11SwiftBricks0P6EngineCSgGvpfi', symObjAddr: 0xFC4, symBinAddr: 0x100013B74, symSize: 0x8 }
+ - { offset: 0x126208, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC7$engine7Combine9PublishedV9PublisherVy11SwiftBricks0I6EngineCSg_GvpACTK', symObjAddr: 0x1044, symBinAddr: 0x100013BF4, symSize: 0xC8 }
+ - { offset: 0x126220, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC7$engine7Combine9PublishedV9PublisherVy11SwiftBricks0I6EngineCSg_GvpACTk', symObjAddr: 0x110C, symBinAddr: 0x100013CBC, symSize: 0xB4 }
+ - { offset: 0x126238, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC6schema11SwiftBricks13ControlSchemaVSgvpfP', symObjAddr: 0x15C4, symBinAddr: 0x100014174, symSize: 0x80 }
+ - { offset: 0x126265, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaVSgWOc', symObjAddr: 0x1644, symBinAddr: 0x1000141F4, symSize: 0x970 }
+ - { offset: 0x126279, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaVSgWOh', symObjAddr: 0x1FB4, symBinAddr: 0x100014B64, symSize: 0x324 }
+ - { offset: 0x12628D, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC6schema11SwiftBricks13ControlSchemaVSgvpACTK', symObjAddr: 0x2398, symBinAddr: 0x100014F48, symSize: 0x68 }
+ - { offset: 0x1262A5, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC6schema11SwiftBricks13ControlSchemaVSgvpACTk', symObjAddr: 0x2400, symBinAddr: 0x100014FB0, symSize: 0x78 }
+ - { offset: 0x1262BD, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC7_schema33_D28DD7A7F60CB40A67996196E9485C10LL7Combine9PublishedVy11SwiftBricks13ControlSchemaVSgGvpfi', symObjAddr: 0x26B0, symBinAddr: 0x100015260, symSize: 0x44 }
+ - { offset: 0x1262D5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaVSgWOi0_', symObjAddr: 0x26F4, symBinAddr: 0x1000152A4, symSize: 0x1F4 }
+ - { offset: 0x1262E9, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC7$schema7Combine9PublishedV9PublisherVy11SwiftBricks13ControlSchemaVSg_GvpACTK', symObjAddr: 0x2960, symBinAddr: 0x100015510, symSize: 0xC8 }
+ - { offset: 0x126301, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC7$schema7Combine9PublishedV9PublisherVy11SwiftBricks13ControlSchemaVSg_GvpACTk', symObjAddr: 0x2A28, symBinAddr: 0x1000155D8, symSize: 0xB4 }
+ - { offset: 0x126319, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC13showURLDialogSbvpfP', symObjAddr: 0x2EE0, symBinAddr: 0x100015A90, symSize: 0x40 }
+ - { offset: 0x126345, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14_showURLDialog33_D28DD7A7F60CB40A67996196E9485C10LL7Combine9PublishedVySbGvpfi', symObjAddr: 0x3284, symBinAddr: 0x100015D80, symSize: 0xC }
+ - { offset: 0x12635D, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14$showURLDialog7Combine9PublishedV9PublisherVySb_GvpACTK', symObjAddr: 0x3308, symBinAddr: 0x100015E04, symSize: 0xC8 }
+ - { offset: 0x126375, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14$showURLDialog7Combine9PublishedV9PublisherVySb_GvpACTk', symObjAddr: 0x33D0, symBinAddr: 0x100015ECC, symSize: 0xB4 }
+ - { offset: 0x12638D, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC15showTrackDialogSbvpfP', symObjAddr: 0x3888, symBinAddr: 0x100016384, symSize: 0x40 }
+ - { offset: 0x1263B9, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC16_showTrackDialog33_D28DD7A7F60CB40A67996196E9485C10LL7Combine9PublishedVySbGvpfi', symObjAddr: 0x3C2C, symBinAddr: 0x100016674, symSize: 0xC }
+ - { offset: 0x1263D1, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC16$showTrackDialog7Combine9PublishedV9PublisherVySb_GvpACTK', symObjAddr: 0x3CB0, symBinAddr: 0x1000166F8, symSize: 0xC8 }
+ - { offset: 0x1263E9, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC16$showTrackDialog7Combine9PublishedV9PublisherVySb_GvpACTk', symObjAddr: 0x3D78, symBinAddr: 0x1000167C0, symSize: 0xB4 }
+ - { offset: 0x126401, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC12toastMessageSSSgvpfP', symObjAddr: 0x4230, symBinAddr: 0x100016C78, symSize: 0x84 }
+ - { offset: 0x12642D, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC12toastMessageSSSgvpACTK', symObjAddr: 0x4358, symBinAddr: 0x100016DA0, symSize: 0x5C }
+ - { offset: 0x126445, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC12toastMessageSSSgvpACTk', symObjAddr: 0x43B4, symBinAddr: 0x100016DFC, symSize: 0x70 }
+ - { offset: 0x12645D, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC13_toastMessage33_D28DD7A7F60CB40A67996196E9485C10LL7Combine9PublishedVySSSgGvpfi', symObjAddr: 0x465C, symBinAddr: 0x1000170A4, symSize: 0xC }
+ - { offset: 0x126475, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC13$toastMessage7Combine9PublishedV9PublisherVySSSg_GvpACTK', symObjAddr: 0x46E0, symBinAddr: 0x100017128, symSize: 0xC8 }
+ - { offset: 0x12648D, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC13$toastMessage7Combine9PublishedV9PublisherVySSSg_GvpACTk', symObjAddr: 0x47A8, symBinAddr: 0x1000171F0, symSize: 0xB4 }
+ - { offset: 0x1264A5, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC15availableTracksSaySSGvpfP', symObjAddr: 0x4C60, symBinAddr: 0x1000176A8, symSize: 0x6C }
+ - { offset: 0x1264D1, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC15availableTracksSaySSGvpACTK', symObjAddr: 0x4D64, symBinAddr: 0x1000177AC, symSize: 0x58 }
+ - { offset: 0x1264E9, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC15availableTracksSaySSGvpACTk', symObjAddr: 0x4DBC, symBinAddr: 0x100017804, symSize: 0x64 }
+ - { offset: 0x126501, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC16_availableTracks33_D28DD7A7F60CB40A67996196E9485C10LL7Combine9PublishedVySaySSGGvpfi', symObjAddr: 0x5044, symBinAddr: 0x100017A8C, symSize: 0x20 }
+ - { offset: 0x126519, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC16$availableTracks7Combine9PublishedV9PublisherVySaySSG_GvpACTK', symObjAddr: 0x50DC, symBinAddr: 0x100017B24, symSize: 0xC8 }
+ - { offset: 0x126531, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC16$availableTracks7Combine9PublishedV9PublisherVySaySSG_GvpACTk', symObjAddr: 0x51A4, symBinAddr: 0x100017BEC, symSize: 0xB4 }
+ - { offset: 0x126549, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC17currentTrackIndexSivpfP', symObjAddr: 0x565C, symBinAddr: 0x1000180A4, symSize: 0x38 }
+ - { offset: 0x126575, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC17currentTrackIndexSivpACTK', symObjAddr: 0x572C, symBinAddr: 0x100018174, symSize: 0x58 }
+ - { offset: 0x12658D, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC17currentTrackIndexSivpACTk', symObjAddr: 0x5784, symBinAddr: 0x1000181CC, symSize: 0x54 }
+ - { offset: 0x1265A5, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC18_currentTrackIndex33_D28DD7A7F60CB40A67996196E9485C10LL7Combine9PublishedVySiGvpfi', symObjAddr: 0x59E4, symBinAddr: 0x10001842C, symSize: 0x8 }
+ - { offset: 0x1265BD, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC18$currentTrackIndex7Combine9PublishedV9PublisherVySi_GvpACTK', symObjAddr: 0x5A64, symBinAddr: 0x1000184AC, symSize: 0xC8 }
+ - { offset: 0x1265D5, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC18$currentTrackIndex7Combine9PublishedV9PublisherVySi_GvpACTk', symObjAddr: 0x5B2C, symBinAddr: 0x100018574, symSize: 0xB4 }
+ - { offset: 0x1265ED, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC12isFullscreenSbvpfP', symObjAddr: 0x5FE4, symBinAddr: 0x100018A2C, symSize: 0x40 }
+ - { offset: 0x126619, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC12isFullscreenSbvpACTK', symObjAddr: 0x60C0, symBinAddr: 0x100018B08, symSize: 0x5C }
+ - { offset: 0x126631, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC12isFullscreenSbvpACTk', symObjAddr: 0x611C, symBinAddr: 0x100018B64, symSize: 0x58 }
+ - { offset: 0x126649, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC13_isFullscreen33_D28DD7A7F60CB40A67996196E9485C10LL7Combine9PublishedVySbGvpfi', symObjAddr: 0x6388, symBinAddr: 0x100018DD0, symSize: 0xC }
+ - { offset: 0x126661, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC13$isFullscreen7Combine9PublishedV9PublisherVySb_GvpACTK', symObjAddr: 0x640C, symBinAddr: 0x100018E54, symSize: 0xC8 }
+ - { offset: 0x126679, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC13$isFullscreen7Combine9PublishedV9PublisherVySb_GvpACTk', symObjAddr: 0x64D4, symBinAddr: 0x100018F1C, symSize: 0xB4 }
+ - { offset: 0x126691, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC6playerSo8AVPlayerCvpfi', symObjAddr: 0x698C, symBinAddr: 0x1000193D4, symSize: 0x28 }
+ - { offset: 0x1266A9, size: 0x8, addend: 0x0, symName: '_$sSo8AVPlayerCMa', symObjAddr: 0x69B4, symBinAddr: 0x1000193FC, symSize: 0x60 }
+ - { offset: 0x1266BD, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC5queueSayAA9MediaItemVGvpfi', symObjAddr: 0x6A78, symBinAddr: 0x1000194C0, symSize: 0x30 }
+ - { offset: 0x1266D5, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC12currentIndexSivpfi', symObjAddr: 0x6BF4, symBinAddr: 0x10001963C, symSize: 0x8 }
+ - { offset: 0x1266ED, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC10repeatModeAA06RepeatE0Ovpfi', symObjAddr: 0x6D30, symBinAddr: 0x100019778, symSize: 0x8 }
+ - { offset: 0x126705, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC12timeObserver33_D28DD7A7F60CB40A67996196E9485C10LLypSgvpfi', symObjAddr: 0x6E6C, symBinAddr: 0x1000198B4, symSize: 0x14 }
+ - { offset: 0x12671D, size: 0x8, addend: 0x0, symName: '_$sypSgWOc', symObjAddr: 0x6ED8, symBinAddr: 0x100019920, symSize: 0x70 }
+ - { offset: 0x126731, size: 0x8, addend: 0x0, symName: '_$sypSgWOd', symObjAddr: 0x6FB4, symBinAddr: 0x1000199FC, symSize: 0xD0 }
+ - { offset: 0x126745, size: 0x8, addend: 0x0, symName: ___swift_destroy_boxed_opaque_existential_0, symObjAddr: 0x7084, symBinAddr: 0x100019ACC, symSize: 0x60 }
+ - { offset: 0x126759, size: 0x8, addend: 0x0, symName: '_$sypSgWOh', symObjAddr: 0x70E4, symBinAddr: 0x100019B2C, symSize: 0x38 }
+ - { offset: 0x12676D, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC11endObserver33_D28DD7A7F60CB40A67996196E9485C10LLypSgvpfi', symObjAddr: 0x711C, symBinAddr: 0x100019B64, symSize: 0x14 }
+ - { offset: 0x126785, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC12cancellables33_D28DD7A7F60CB40A67996196E9485C10LLShy7Combine14AnyCancellableCGvpfi', symObjAddr: 0x71F4, symBinAddr: 0x100019C3C, symSize: 0x34 }
+ - { offset: 0x12679D, size: 0x8, addend: 0x0, symName: '_$s7Combine14AnyCancellableCACSHAAWl', symObjAddr: 0x7228, symBinAddr: 0x100019C70, symSize: 0x6C }
+ - { offset: 0x1267B1, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC5setupyyF7SwiftUI7AnyViewV0E6Bricks13ControlSchemaV_AH0I6EngineCtcfU_TA', symObjAddr: 0x76E8, symBinAddr: 0x10001A130, symSize: 0x8 }
+ - { offset: 0x1267C5, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC5setupyyF7SwiftUI7AnyViewV0E6Bricks13ControlSchemaV_AH0I6EngineCtcfU0_TA', symObjAddr: 0x785C, symBinAddr: 0x10001A2A4, symSize: 0x8 }
+ - { offset: 0x1267D9, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLVSgWOh', symObjAddr: 0x8B2C, symBinAddr: 0x10001B574, symSize: 0x68 }
+ - { offset: 0x1267ED, size: 0x8, addend: 0x0, symName: '_$ss26DefaultStringInterpolationVWOh', symObjAddr: 0x8B94, symBinAddr: 0x10001B5DC, symSize: 0x28 }
+ - { offset: 0x126801, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationOWOe', symObjAddr: 0x8ECC, symBinAddr: 0x10001B914, symSize: 0x78 }
+ - { offset: 0x126815, size: 0x8, addend: 0x0, symName: '_$sSSWOh', symObjAddr: 0x8F44, symBinAddr: 0x10001B98C, symSize: 0x28 }
+ - { offset: 0x126829, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU_TA', symObjAddr: 0x910C, symBinAddr: 0x10001BB54, symSize: 0x7C }
+ - { offset: 0x12683D, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU_TATQ0_', symObjAddr: 0x9188, symBinAddr: 0x10001BBD0, symSize: 0x60 }
+ - { offset: 0x126851, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU0_TA', symObjAddr: 0x94D0, symBinAddr: 0x10001BF18, symSize: 0x7C }
+ - { offset: 0x126865, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU0_TATQ0_', symObjAddr: 0x954C, symBinAddr: 0x10001BF94, symSize: 0x60 }
+ - { offset: 0x126879, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU1_TA', symObjAddr: 0x9A80, symBinAddr: 0x10001C4C8, symSize: 0x7C }
+ - { offset: 0x12688D, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU1_TATQ0_', symObjAddr: 0x9AFC, symBinAddr: 0x10001C544, symSize: 0x60 }
+ - { offset: 0x1268A1, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU2_TA', symObjAddr: 0xA218, symBinAddr: 0x10001CC60, symSize: 0x7C }
+ - { offset: 0x1268B5, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU2_TATQ0_', symObjAddr: 0xA294, symBinAddr: 0x10001CCDC, symSize: 0x60 }
+ - { offset: 0x1268C9, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU3_TA', symObjAddr: 0xA978, symBinAddr: 0x10001D3C0, symSize: 0x7C }
+ - { offset: 0x1268DD, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU3_TATQ0_', symObjAddr: 0xA9F4, symBinAddr: 0x10001D43C, symSize: 0x60 }
+ - { offset: 0x1268F1, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU4_TA', symObjAddr: 0xAE94, symBinAddr: 0x10001D8DC, symSize: 0x7C }
+ - { offset: 0x126905, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU4_TATQ0_', symObjAddr: 0xAF10, symBinAddr: 0x10001D958, symSize: 0x60 }
+ - { offset: 0x126919, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU5_TA', symObjAddr: 0xB31C, symBinAddr: 0x10001DD64, symSize: 0x7C }
+ - { offset: 0x12692D, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU5_TATQ0_', symObjAddr: 0xB398, symBinAddr: 0x10001DDE0, symSize: 0x60 }
+ - { offset: 0x126941, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU6_TA', symObjAddr: 0xB960, symBinAddr: 0x10001E3A8, symSize: 0x7C }
+ - { offset: 0x126955, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU6_TATQ0_', symObjAddr: 0xB9DC, symBinAddr: 0x10001E424, symSize: 0x60 }
+ - { offset: 0x126969, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU7_TA', symObjAddr: 0xC200, symBinAddr: 0x10001EC48, symSize: 0x7C }
+ - { offset: 0x12697D, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU7_TATQ0_', symObjAddr: 0xC27C, symBinAddr: 0x10001ECC4, symSize: 0x60 }
+ - { offset: 0x126991, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC16setupEndObserver33_D28DD7A7F60CB40A67996196E9485C10LLyyFy10Foundation12NotificationVYbcfU_TA', symObjAddr: 0xCD18, symBinAddr: 0x10001F760, symSize: 0x8 }
+ - { offset: 0x1269A5, size: 0x8, addend: 0x0, symName: '_$s10Foundation12NotificationVIeghn_So14NSNotificationCIeyBhy_TR', symObjAddr: 0xD684, symBinAddr: 0x1000200CC, symSize: 0xE4 }
+ - { offset: 0x1269BD, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0xD768, symBinAddr: 0x1000201B0, symSize: 0x44 }
+ - { offset: 0x1269D1, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0xD7AC, symBinAddr: 0x1000201F4, symSize: 0x18 }
+ - { offset: 0x1269E5, size: 0x8, addend: 0x0, symName: ___swift_project_boxed_opaque_existential_0, symObjAddr: 0xD7C4, symBinAddr: 0x10002020C, symSize: 0x4C }
+ - { offset: 0x1269F9, size: 0x8, addend: 0x0, symName: '_$sSo17OS_dispatch_queueCMa', symObjAddr: 0xD810, symBinAddr: 0x100020258, symSize: 0x60 }
+ - { offset: 0x126A0D, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC17setupTimeObserver33_D28DD7A7F60CB40A67996196E9485C10LLyyFySo6CMTimeaYbcfU_TA', symObjAddr: 0xDA24, symBinAddr: 0x10002046C, symSize: 0x48 }
+ - { offset: 0x126A21, size: 0x8, addend: 0x0, symName: '_$sSo6CMTimeaIeghy_ABIeyBhy_TR', symObjAddr: 0xE1DC, symBinAddr: 0x100020C24, symSize: 0x94 }
+ - { offset: 0x126A39, size: 0x8, addend: 0x0, symName: _block_copy_helper.52, symObjAddr: 0xE270, symBinAddr: 0x100020CB8, symSize: 0x44 }
+ - { offset: 0x126A4D, size: 0x8, addend: 0x0, symName: _block_destroy_helper.53, symObjAddr: 0xE2B4, symBinAddr: 0x100020CFC, symSize: 0x18 }
+ - { offset: 0x126A68, size: 0x8, addend: 0x0, symName: '_$sSo21AVMediaSelectionGroupCSgSo7NSErrorCSgIeyBhyy_ACTz_', symObjAddr: 0xF5B8, symBinAddr: 0x100022000, symSize: 0x110 }
+ - { offset: 0x126A80, size: 0x8, addend: 0x0, symName: '_$sSiSo22AVMediaSelectionOptionCSSIgygo_Si6offset_AB7elementtSSs5NeverOIegnrzr_TR', symObjAddr: 0xF89C, symBinAddr: 0x1000222E4, symSize: 0x50 }
+ - { offset: 0x126A9F, size: 0x8, addend: 0x0, symName: '_$sSi10MiniPlayer9MediaItemVSSIgyno_Si6offset_AC7elementtSSs5NeverOIegnrzr_TR', symObjAddr: 0x11868, symBinAddr: 0x1000242B0, symSize: 0x7C }
+ - { offset: 0x126ABE, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC9showToast33_D28DD7A7F60CB40A67996196E9485C10LLyySSFyyYbScMYccfU_TA', symObjAddr: 0x11AC4, symBinAddr: 0x10002450C, symSize: 0x10 }
+ - { offset: 0x126AD2, size: 0x8, addend: 0x0, symName: '_$sIegh_IeyBh_TR', symObjAddr: 0x11AD4, symBinAddr: 0x10002451C, symSize: 0x48 }
+ - { offset: 0x126AEA, size: 0x8, addend: 0x0, symName: _block_copy_helper.58, symObjAddr: 0x11B1C, symBinAddr: 0x100024564, symSize: 0x44 }
+ - { offset: 0x126AFE, size: 0x8, addend: 0x0, symName: _block_destroy_helper.59, symObjAddr: 0x11B60, symBinAddr: 0x1000245A8, symSize: 0x18 }
+ - { offset: 0x126B12, size: 0x8, addend: 0x0, symName: '_$sSo25AVPlayerTimeControlStatusVMa', symObjAddr: 0x11C28, symBinAddr: 0x100024670, symSize: 0x94 }
+ - { offset: 0x126B26, size: 0x8, addend: 0x0, symName: '_$sSo25AVPlayerTimeControlStatusVABSYSCWl', symObjAddr: 0x11CBC, symBinAddr: 0x100024704, symSize: 0x6C }
+ - { offset: 0x126B3A, size: 0x8, addend: 0x0, symName: '_$sSay10MiniPlayer9MediaItemVGSayxGSlsWl', symObjAddr: 0x11D28, symBinAddr: 0x100024770, symSize: 0x74 }
+ - { offset: 0x126B4E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineCSgWOh', symObjAddr: 0x11E14, symBinAddr: 0x1000247E4, symSize: 0x28 }
+ - { offset: 0x126B62, size: 0x8, addend: 0x0, symName: '_$sSSSgWOh', symObjAddr: 0x11EA0, symBinAddr: 0x10002480C, symSize: 0x28 }
+ - { offset: 0x126B76, size: 0x8, addend: 0x0, symName: '_$sSo11NSOpenPanelCMa', symObjAddr: 0x11EC8, symBinAddr: 0x100024834, symSize: 0x60 }
+ - { offset: 0x126B8A, size: 0x8, addend: 0x0, symName: '_$sSo15NSModalResponseaMa', symObjAddr: 0x11F28, symBinAddr: 0x100024894, symSize: 0x94 }
+ - { offset: 0x126B9E, size: 0x8, addend: 0x0, symName: '_$sSo15NSModalResponseaABSYSCWl', symObjAddr: 0x11FBC, symBinAddr: 0x100024928, symSize: 0x6C }
+ - { offset: 0x126BB2, size: 0x8, addend: 0x0, symName: '_$sSay10Foundation3URLVGSayxGSlsWl', symObjAddr: 0x12028, symBinAddr: 0x100024994, symSize: 0x74 }
+ - { offset: 0x126BC6, size: 0x8, addend: 0x0, symName: '_$ss16IndexingIteratorVySay10Foundation3URLVGGWOh', symObjAddr: 0x1209C, symBinAddr: 0x100024A08, symSize: 0x28 }
+ - { offset: 0x126BDA, size: 0x8, addend: 0x0, symName: '_$sSo12AVPlayerItemCMa', symObjAddr: 0x120C4, symBinAddr: 0x100024A30, symSize: 0x60 }
+ - { offset: 0x126BEE, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer9MediaItemVWOh', symObjAddr: 0x12124, symBinAddr: 0x100024A90, symSize: 0x98 }
+ - { offset: 0x126C02, size: 0x8, addend: 0x0, symName: '_$sS2cMScAsWl', symObjAddr: 0x121BC, symBinAddr: 0x100024B28, symSize: 0x6C }
+ - { offset: 0x126C16, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC13loadTrackInfo33_D28DD7A7F60CB40A67996196E9485C10LLyySo12AVPlayerItemCFyyYacfU_TA', symObjAddr: 0x1227C, symBinAddr: 0x100024BE8, symSize: 0xA4 }
+ - { offset: 0x126C2A, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC13loadTrackInfo33_D28DD7A7F60CB40A67996196E9485C10LLyySo12AVPlayerItemCFyyYacfU_TATQ0_', symObjAddr: 0x12320, symBinAddr: 0x100024C8C, symSize: 0x60 }
+ - { offset: 0x126C3E, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC11selectTrack5indexySi_tFyyYacfU_TA', symObjAddr: 0x123D4, symBinAddr: 0x100024D40, symSize: 0xB0 }
+ - { offset: 0x126C52, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC11selectTrack5indexySi_tFyyYacfU_TATQ0_', symObjAddr: 0x12484, symBinAddr: 0x100024DF0, symSize: 0x60 }
+ - { offset: 0x126C66, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer9MediaItemVWOc', symObjAddr: 0x124E4, symBinAddr: 0x100024E50, symSize: 0x118 }
+ - { offset: 0x126C7A, size: 0x8, addend: 0x0, symName: '_$sSay10MiniPlayer9MediaItemVGSayxGSTsWl', symObjAddr: 0x125FC, symBinAddr: 0x100024F68, symSize: 0x74 }
+ - { offset: 0x126C8E, size: 0x8, addend: 0x0, symName: '_$sSay10MiniPlayer9MediaItemVGWOh', symObjAddr: 0x12670, symBinAddr: 0x100024FDC, symSize: 0x28 }
+ - { offset: 0x126CA2, size: 0x8, addend: 0x0, symName: '_$sSi10MiniPlayer9MediaItemVSSIgyno_Si6offset_AC7elementtSSs5NeverOIegnrzr_TRTA', symObjAddr: 0x12698, symBinAddr: 0x100025004, symSize: 0x2C }
+ - { offset: 0x126CB6, size: 0x8, addend: 0x0, symName: '_$ss18EnumeratedSequenceVySay10MiniPlayer9MediaItemVGGAByxGSTsWl', symObjAddr: 0x126C4, symBinAddr: 0x100025030, symSize: 0x74 }
+ - { offset: 0x126CCA, size: 0x8, addend: 0x0, symName: '_$ss18EnumeratedSequenceVySay10MiniPlayer9MediaItemVGGWOh', symObjAddr: 0x12738, symBinAddr: 0x1000250A4, symSize: 0x28 }
+ - { offset: 0x126CDE, size: 0x8, addend: 0x0, symName: '_$sSaySSGSayxGSKsWl', symObjAddr: 0x12760, symBinAddr: 0x1000250CC, symSize: 0x74 }
+ - { offset: 0x126CF2, size: 0x8, addend: 0x0, symName: '_$sShy7Combine14AnyCancellableCGWOh', symObjAddr: 0x12BBC, symBinAddr: 0x100025500, symSize: 0x28 }
+ - { offset: 0x126D06, size: 0x8, addend: 0x0, symName: '_$sypWOb', symObjAddr: 0x12BE4, symBinAddr: 0x100025528, symSize: 0x1C }
+ - { offset: 0x126D1A, size: 0x8, addend: 0x0, symName: '_$sypWOc', symObjAddr: 0x12C00, symBinAddr: 0x100025544, symSize: 0x44 }
+ - { offset: 0x126D2E, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer9MediaItemVs12IdentifiableAA2IDsADP_SHWT', symObjAddr: 0x131E0, symBinAddr: 0x100025B24, symSize: 0xC }
+ - { offset: 0x126D42, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer10RepeatModeOSHAASQWb', symObjAddr: 0x131EC, symBinAddr: 0x100025B30, symSize: 0x14 }
+ - { offset: 0x126D56, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer10RepeatModeOACSQAAWl', symObjAddr: 0x13200, symBinAddr: 0x100025B44, symSize: 0x68 }
+ - { offset: 0x126D6A, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer10RepeatModeOs12CaseIterableAA8AllCasessADP_SlWT', symObjAddr: 0x13268, symBinAddr: 0x100025BAC, symSize: 0x14 }
+ - { offset: 0x126D7E, size: 0x8, addend: 0x0, symName: '_$sSay10MiniPlayer10RepeatModeOGSayxGSlsWl', symObjAddr: 0x1327C, symBinAddr: 0x100025BC0, symSize: 0x74 }
+ - { offset: 0x126D92, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC7Combine16ObservableObjectAA0F19WillChangePublisherAdEP_AD0I0PWT', symObjAddr: 0x132F0, symBinAddr: 0x100025C34, symSize: 0xC }
+ - { offset: 0x126DA6, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer9MediaItemVwCP', symObjAddr: 0x13328, symBinAddr: 0x100025C6C, symSize: 0x16C }
+ - { offset: 0x126DBA, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer9MediaItemVwxx', symObjAddr: 0x13494, symBinAddr: 0x100025DD8, symSize: 0x88 }
+ - { offset: 0x126DCE, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer9MediaItemVwcp', symObjAddr: 0x1351C, symBinAddr: 0x100025E60, symSize: 0x10C }
+ - { offset: 0x126DE2, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer9MediaItemVwca', symObjAddr: 0x13628, symBinAddr: 0x100025F6C, symSize: 0x124 }
+ - { offset: 0x126DF6, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer9MediaItemVwtk', symObjAddr: 0x1374C, symBinAddr: 0x100026090, symSize: 0x98 }
+ - { offset: 0x126E0A, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer9MediaItemVwta', symObjAddr: 0x137E4, symBinAddr: 0x100026128, symSize: 0xF0 }
+ - { offset: 0x126E1E, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer9MediaItemVwet', symObjAddr: 0x138D4, symBinAddr: 0x100026218, symSize: 0x1C }
+ - { offset: 0x126E32, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer9MediaItemVwst', symObjAddr: 0x139C0, symBinAddr: 0x100026304, symSize: 0x1C }
+ - { offset: 0x126E46, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer9MediaItemVMr', symObjAddr: 0x13A84, symBinAddr: 0x1000263C8, symSize: 0xB4 }
+ - { offset: 0x126E5A, size: 0x8, addend: 0x0, symName: ___swift_memcpy1_1, symObjAddr: 0x13B38, symBinAddr: 0x10002647C, symSize: 0xC }
+ - { offset: 0x126E6E, size: 0x8, addend: 0x0, symName: ___swift_noop_void_return, symObjAddr: 0x13B44, symBinAddr: 0x100026488, symSize: 0x4 }
+ - { offset: 0x126E82, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer10RepeatModeOwet', symObjAddr: 0x13B48, symBinAddr: 0x10002648C, symSize: 0x168 }
+ - { offset: 0x126E96, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer10RepeatModeOwst', symObjAddr: 0x13CB0, symBinAddr: 0x1000265F4, symSize: 0x1FC }
+ - { offset: 0x126EAA, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer10RepeatModeOwug', symObjAddr: 0x13EAC, symBinAddr: 0x1000267F0, symSize: 0x8 }
+ - { offset: 0x126EBE, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer10RepeatModeOwup', symObjAddr: 0x13EB4, symBinAddr: 0x1000267F8, symSize: 0x4 }
+ - { offset: 0x126ED2, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer10RepeatModeOwui', symObjAddr: 0x13EB8, symBinAddr: 0x1000267FC, symSize: 0x8 }
+ - { offset: 0x126EE6, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer10RepeatModeOMa', symObjAddr: 0x13EC0, symBinAddr: 0x100026804, symSize: 0x14 }
+ - { offset: 0x126EFA, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeCMU', symObjAddr: 0x13ED4, symBinAddr: 0x100026818, symSize: 0x18 }
+ - { offset: 0x126F0E, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeCMa', symObjAddr: 0x13EEC, symBinAddr: 0x100026830, symSize: 0x60 }
+ - { offset: 0x126F22, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeCMr', symObjAddr: 0x13F4C, symBinAddr: 0x100026890, symSize: 0x240 }
+ - { offset: 0x126F36, size: 0x8, addend: 0x0, symName: '_$s7Combine9PublishedVy11SwiftBricks0D6EngineCSgGMa', symObjAddr: 0x1418C, symBinAddr: 0x100026AD0, symSize: 0xA0 }
+ - { offset: 0x126F4A, size: 0x8, addend: 0x0, symName: '_$s7Combine9PublishedVy11SwiftBricks13ControlSchemaVSgGMa', symObjAddr: 0x1422C, symBinAddr: 0x100026B70, symSize: 0xA0 }
+ - { offset: 0x126F5E, size: 0x8, addend: 0x0, symName: '_$s7Combine9PublishedVySbGMa', symObjAddr: 0x142CC, symBinAddr: 0x100026C10, symSize: 0x90 }
+ - { offset: 0x126F72, size: 0x8, addend: 0x0, symName: '_$s7Combine9PublishedVySSSgGMa', symObjAddr: 0x1435C, symBinAddr: 0x100026CA0, symSize: 0xA0 }
+ - { offset: 0x126F86, size: 0x8, addend: 0x0, symName: '_$s7Combine9PublishedVySaySSGGMa', symObjAddr: 0x143FC, symBinAddr: 0x100026D40, symSize: 0xA0 }
+ - { offset: 0x126F9A, size: 0x8, addend: 0x0, symName: '_$s7Combine9PublishedVySiGMa', symObjAddr: 0x1449C, symBinAddr: 0x100026DE0, symSize: 0x90 }
+ - { offset: 0x126FAE, size: 0x8, addend: 0x0, symName: '_$sSo15NSModalResponseas20_SwiftNewtypeWrapperSCSYWb', symObjAddr: 0x14874, symBinAddr: 0x1000271B8, symSize: 0x14 }
+ - { offset: 0x126FC2, size: 0x8, addend: 0x0, symName: '_$sSo15NSModalResponseas20_SwiftNewtypeWrapperSCs35_HasCustomAnyHashableRepresentationPWb', symObjAddr: 0x14888, symBinAddr: 0x1000271CC, symSize: 0x14 }
+ - { offset: 0x126FD6, size: 0x8, addend: 0x0, symName: '_$sSo15NSModalResponseaABs35_HasCustomAnyHashableRepresentationSCWl', symObjAddr: 0x1489C, symBinAddr: 0x1000271E0, symSize: 0x6C }
+ - { offset: 0x126FEA, size: 0x8, addend: 0x0, symName: '_$sSo15NSModalResponseaSHSCSQWb', symObjAddr: 0x14A14, symBinAddr: 0x100027358, symSize: 0x14 }
+ - { offset: 0x126FFE, size: 0x8, addend: 0x0, symName: '_$sSo15NSModalResponseaABSQSCWl', symObjAddr: 0x14A28, symBinAddr: 0x10002736C, symSize: 0x6C }
+ - { offset: 0x127012, size: 0x8, addend: 0x0, symName: '_$sSo15NSModalResponseaABs20_SwiftNewtypeWrapperSCWl', symObjAddr: 0x14A94, symBinAddr: 0x1000273D8, symSize: 0x6C }
+ - { offset: 0x127026, size: 0x8, addend: 0x0, symName: '_$sS2is21_ObjectiveCBridgeable10FoundationWl', symObjAddr: 0x14B00, symBinAddr: 0x100027444, symSize: 0x64 }
+ - { offset: 0x12703A, size: 0x8, addend: 0x0, symName: '_$sSo15NSModalResponseaABSHSCWl', symObjAddr: 0x14B64, symBinAddr: 0x1000274A8, symSize: 0x6C }
+ - { offset: 0x12704E, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer10RepeatModeOACSYAAWl', symObjAddr: 0x14BD0, symBinAddr: 0x100027514, symSize: 0x68 }
+ - { offset: 0x127062, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayVyqd__GSTRzs5ErrorRd_0_r_0_lWOh', symObjAddr: 0x14C38, symBinAddr: 0x10002757C, symSize: 0x28 }
+ - { offset: 0x127076, size: 0x8, addend: 0x0, symName: '_$s7ElementQzSgSTRzs5ErrorRd_0_r_0_lWOh', symObjAddr: 0x14C60, symBinAddr: 0x1000275A4, symSize: 0x5C }
+ - { offset: 0x12708A, size: 0x8, addend: 0x0, symName: _block_copy_helper.69, symObjAddr: 0x14CBC, symBinAddr: 0x100027600, symSize: 0x20 }
+ - { offset: 0x12709E, size: 0x8, addend: 0x0, symName: _block_destroy_helper.70, symObjAddr: 0x14CDC, symBinAddr: 0x100027620, symSize: 0x18 }
+ - { offset: 0x1270B2, size: 0x8, addend: 0x0, symName: '_$sSo22AVMediaSelectionOptionCMa', symObjAddr: 0x14CF4, symBinAddr: 0x100027638, symSize: 0x60 }
+ - { offset: 0x1270C6, size: 0x8, addend: 0x0, symName: '_$sSa12_endMutationyyF', symObjAddr: 0x14D54, symBinAddr: 0x100027698, symSize: 0xC }
+ - { offset: 0x1270DE, size: 0x8, addend: 0x0, symName: '_$sSa22_allocateUninitializedySayxG_SpyxGtSiFZSo20NSDataReadingOptionsV_Tt0gq5', symObjAddr: 0x14D60, symBinAddr: 0x1000276A4, symSize: 0xD4 }
+ - { offset: 0x12710B, size: 0x8, addend: 0x0, symName: '_$sSa22_allocateUninitializedySayxG_SpyxGtSiFZ8Dispatch0C13WorkItemFlagsV_Tt0gq5', symObjAddr: 0x14E34, symBinAddr: 0x100027778, symSize: 0xF0 }
+ - { offset: 0x127138, size: 0x8, addend: 0x0, symName: '_$sScTss5NeverORs_rlE4name8priority9operationScTyxABGSSSg_ScPSgxyYaYAcntcfcBoSRys4Int8VGXEfU_', symObjAddr: 0x14F24, symBinAddr: 0x100027868, symSize: 0x1B0 }
+ - { offset: 0x127164, size: 0x8, addend: 0x0, symName: '_$sxIeAgHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTR', symObjAddr: 0x150D4, symBinAddr: 0x100027A18, symSize: 0x84 }
+ - { offset: 0x127183, size: 0x8, addend: 0x0, symName: '_$sxIeAgHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRTQ0_', symObjAddr: 0x15158, symBinAddr: 0x100027A9C, symSize: 0x64 }
+ - { offset: 0x1271A2, size: 0x8, addend: 0x0, symName: '_$sScc6resume9returningyxn_tF', symObjAddr: 0x151BC, symBinAddr: 0x100027B00, symSize: 0x50 }
+ - { offset: 0x1271D5, size: 0x8, addend: 0x0, symName: '_$sScc6resume8throwingyq_n_tF', symObjAddr: 0x1520C, symBinAddr: 0x100027B50, symSize: 0x70 }
+ - { offset: 0x127208, size: 0x8, addend: 0x0, symName: '_$sScPSgWOc', symObjAddr: 0x1527C, symBinAddr: 0x100027BC0, symSize: 0xBC }
+ - { offset: 0x12721C, size: 0x8, addend: 0x0, symName: '_$sScPSgWOh', symObjAddr: 0x15338, symBinAddr: 0x100027C7C, symSize: 0x68 }
+ - { offset: 0x127230, size: 0x8, addend: 0x0, symName: '_$sxIeAgHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRTA', symObjAddr: 0x153E4, symBinAddr: 0x100027D28, symSize: 0xB4 }
+ - { offset: 0x127244, size: 0x8, addend: 0x0, symName: '_$sxIeAgHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRTATQ0_', symObjAddr: 0x15498, symBinAddr: 0x100027DDC, symSize: 0x60 }
+ - { offset: 0x127258, size: 0x8, addend: 0x0, symName: '_$sxIeAgHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRTA.79', symObjAddr: 0x1553C, symBinAddr: 0x100027E80, symSize: 0xB4 }
+ - { offset: 0x12726C, size: 0x8, addend: 0x0, symName: '_$sxIeAgHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRTA.79TQ0_', symObjAddr: 0x155F0, symBinAddr: 0x100027F34, symSize: 0x60 }
+ - { offset: 0x127280, size: 0x8, addend: 0x0, symName: _block_copy_helper.82, symObjAddr: 0x15650, symBinAddr: 0x100027F94, symSize: 0x20 }
+ - { offset: 0x127294, size: 0x8, addend: 0x0, symName: _block_destroy_helper.83, symObjAddr: 0x15670, symBinAddr: 0x100027FB4, symSize: 0x18 }
+ - { offset: 0x1272A8, size: 0x8, addend: 0x0, symName: '_$sSaySo22AVMediaSelectionOptionCGSayxGSTsWl', symObjAddr: 0x15688, symBinAddr: 0x100027FCC, symSize: 0x74 }
+ - { offset: 0x1272BC, size: 0x8, addend: 0x0, symName: '_$sSiSo22AVMediaSelectionOptionCSSIgygo_Si6offset_AB7elementtSSs5NeverOIegnrzr_TRTA', symObjAddr: 0x156FC, symBinAddr: 0x100028040, symSize: 0x2C }
+ - { offset: 0x1272D0, size: 0x8, addend: 0x0, symName: '_$ss18EnumeratedSequenceVySaySo22AVMediaSelectionOptionCGGAByxGSTsWl', symObjAddr: 0x15728, symBinAddr: 0x10002806C, symSize: 0x74 }
+ - { offset: 0x1272E4, size: 0x8, addend: 0x0, symName: '_$ss18EnumeratedSequenceVySaySo22AVMediaSelectionOptionCGGWOh', symObjAddr: 0x1579C, symBinAddr: 0x1000280E0, symSize: 0x28 }
+ - { offset: 0x1272F8, size: 0x8, addend: 0x0, symName: '_$sSaySo22AVMediaSelectionOptionCGSayxGSlsWl', symObjAddr: 0x157C4, symBinAddr: 0x100028108, symSize: 0x74 }
+ - { offset: 0x12730C, size: 0x8, addend: 0x0, symName: '_$sSo22AVMediaSelectionOptionCSo8NSObjectCSQ10ObjectiveCWl', symObjAddr: 0x15838, symBinAddr: 0x10002817C, symSize: 0x6C }
+ - { offset: 0x127320, size: 0x8, addend: 0x0, symName: '_$s8Dispatch0A13WorkItemFlagsVACs10SetAlgebraAAWl', symObjAddr: 0x158A4, symBinAddr: 0x1000281E8, symSize: 0x6C }
+ - { offset: 0x127334, size: 0x8, addend: 0x0, symName: '_$sSay8Dispatch0A13WorkItemFlagsVGSayxGSTsWl', symObjAddr: 0x15910, symBinAddr: 0x100028254, symSize: 0x74 }
+ - { offset: 0x127348, size: 0x8, addend: 0x0, symName: '_$sSSSg_AAtWOh', symObjAddr: 0x15984, symBinAddr: 0x1000282C8, symSize: 0x34 }
+ - { offset: 0x12735C, size: 0x8, addend: 0x0, symName: '_$sSSSgWOc', symObjAddr: 0x159B8, symBinAddr: 0x1000282FC, symSize: 0x3C }
+ - { offset: 0x127370, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC17setupTimeObserver33_D28DD7A7F60CB40A67996196E9485C10LLyyFySo6CMTimeaYbcfU_ytSgyYaScMYccfU_TA', symObjAddr: 0x15A38, symBinAddr: 0x10002837C, symSize: 0xDC }
+ - { offset: 0x127384, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC17setupTimeObserver33_D28DD7A7F60CB40A67996196E9485C10LLyyFySo6CMTimeaYbcfU_ytSgyYaScMYccfU_TATQ0_', symObjAddr: 0x15B14, symBinAddr: 0x100028458, symSize: 0x60 }
+ - { offset: 0x127398, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeCSgWOh', symObjAddr: 0x15B74, symBinAddr: 0x1000284B8, symSize: 0x28 }
+ - { offset: 0x1273AC, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC16setupEndObserver33_D28DD7A7F60CB40A67996196E9485C10LLyyFy10Foundation12NotificationVYbcfU_ytSgyYaScMYccfU_TA', symObjAddr: 0x15BE0, symBinAddr: 0x100028524, symSize: 0x98 }
+ - { offset: 0x1273C0, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC16setupEndObserver33_D28DD7A7F60CB40A67996196E9485C10LLyyFy10Foundation12NotificationVYbcfU_ytSgyYaScMYccfU_TATQ0_', symObjAddr: 0x15C78, symBinAddr: 0x1000285BC, symSize: 0x60 }
+ - { offset: 0x1273D4, size: 0x8, addend: 0x0, symName: '_$sSo20NSDataReadingOptionsVMa', symObjAddr: 0x15CD8, symBinAddr: 0x10002861C, symSize: 0x94 }
+ - { offset: 0x1273E8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaVWOc', symObjAddr: 0x15D6C, symBinAddr: 0x1000286B0, symSize: 0x934 }
+ - { offset: 0x1273FC, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetVAC7SwiftUI4ViewAAWl', symObjAddr: 0x166A0, symBinAddr: 0x100028FE4, symSize: 0x64 }
+ - { offset: 0x127410, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB6WidgetVAC7SwiftUI4ViewAAWl', symObjAddr: 0x16704, symBinAddr: 0x100029048, symSize: 0x64 }
+ - { offset: 0x127424, size: 0x8, addend: 0x0, symName: '_$sSaySSGWOc', symObjAddr: 0x16768, symBinAddr: 0x1000290AC, symSize: 0x34 }
+ - { offset: 0x127438, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineCSgWOc', symObjAddr: 0x1679C, symBinAddr: 0x1000290E0, symSize: 0x34 }
+ - { offset: 0x12744C, size: 0x8, addend: 0x0, symName: ___swift_memcpy24_4, symObjAddr: 0x167D0, symBinAddr: 0x100029114, symSize: 0x14 }
+ - { offset: 0x127460, size: 0x8, addend: 0x0, symName: '_$sSo6CMTimeawet', symObjAddr: 0x167E4, symBinAddr: 0x100029128, symSize: 0xE0 }
+ - { offset: 0x127474, size: 0x8, addend: 0x0, symName: '_$sSo6CMTimeawst', symObjAddr: 0x168C4, symBinAddr: 0x100029208, symSize: 0x1AC }
+ - { offset: 0x127488, size: 0x8, addend: 0x0, symName: '_$sSo6CMTimeaMa', symObjAddr: 0x16A70, symBinAddr: 0x1000293B4, symSize: 0x94 }
+ - { offset: 0x12749C, size: 0x8, addend: 0x0, symName: '_$sSo11CMTimeFlagsVMa', symObjAddr: 0x16B04, symBinAddr: 0x100029448, symSize: 0x94 }
+ - { offset: 0x1274B1, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer9MediaItemV2idSSvg', symObjAddr: 0x0, symBinAddr: 0x100012C30, symSize: 0x34 }
+ - { offset: 0x1274F9, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer9MediaItemV3url10Foundation3URLVvg', symObjAddr: 0x34, symBinAddr: 0x100012C64, symSize: 0x58 }
+ - { offset: 0x127514, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer9MediaItemV3url10Foundation3URLVvs', symObjAddr: 0xEC, symBinAddr: 0x100012D1C, symSize: 0xB0 }
+ - { offset: 0x127528, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer9MediaItemV3url10Foundation3URLVvM', symObjAddr: 0x19C, symBinAddr: 0x100012DCC, symSize: 0x28 }
+ - { offset: 0x12753C, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer9MediaItemV3url10Foundation3URLVvM.resume.0', symObjAddr: 0x1C4, symBinAddr: 0x100012DF4, symSize: 0x4 }
+ - { offset: 0x127550, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer9MediaItemV4nameSSvg', symObjAddr: 0x218, symBinAddr: 0x100012E48, symSize: 0x44 }
+ - { offset: 0x127564, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer9MediaItemV4nameSSvs', symObjAddr: 0x25C, symBinAddr: 0x100012E8C, symSize: 0x58 }
+ - { offset: 0x127578, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer9MediaItemV4nameSSvM', symObjAddr: 0x2B4, symBinAddr: 0x100012EE4, symSize: 0x28 }
+ - { offset: 0x12758C, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer9MediaItemV4nameSSvM.resume.0', symObjAddr: 0x2DC, symBinAddr: 0x100012F0C, symSize: 0x4 }
+ - { offset: 0x1275A0, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer9MediaItemV9mediaTypeSSvg', symObjAddr: 0x2E0, symBinAddr: 0x100012F10, symSize: 0x44 }
+ - { offset: 0x1275B4, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer9MediaItemV9mediaTypeSSvs', symObjAddr: 0x324, symBinAddr: 0x100012F54, symSize: 0x58 }
+ - { offset: 0x1275C8, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer9MediaItemV9mediaTypeSSvM', symObjAddr: 0x37C, symBinAddr: 0x100012FAC, symSize: 0x28 }
+ - { offset: 0x1275DC, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer9MediaItemV9mediaTypeSSvM.resume.0', symObjAddr: 0x3A4, symBinAddr: 0x100012FD4, symSize: 0x4 }
+ - { offset: 0x1275FC, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer9MediaItemV2eeoiySbAC_ACtFZ', symObjAddr: 0x3A8, symBinAddr: 0x100012FD8, symSize: 0x90 }
+ - { offset: 0x127641, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer9MediaItemV2id3url4name9mediaTypeACSS_10Foundation3URLVS2StcfC', symObjAddr: 0x438, symBinAddr: 0x100013068, symSize: 0xB8 }
+ - { offset: 0x127655, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer9MediaItemVs12IdentifiableAAsADP2id2IDQzvgTW', symObjAddr: 0x4F0, symBinAddr: 0x100013120, symSize: 0x2C }
+ - { offset: 0x127670, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer9MediaItemVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x51C, symBinAddr: 0x10001314C, symSize: 0x18 }
+ - { offset: 0x127684, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer10RepeatModeO4iconSSvg', symObjAddr: 0x534, symBinAddr: 0x100013164, symSize: 0xC8 }
+ - { offset: 0x1276A8, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer10RepeatModeO4nextACvg', symObjAddr: 0x5FC, symBinAddr: 0x10001322C, symSize: 0x64 }
+ - { offset: 0x1276D8, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer10RepeatModeO8rawValueACSgSS_tcfC', symObjAddr: 0x660, symBinAddr: 0x100013290, symSize: 0x174 }
+ - { offset: 0x1276FA, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer10RepeatModeO8allCasesSayACGvgZ', symObjAddr: 0x814, symBinAddr: 0x100013444, symSize: 0x54 }
+ - { offset: 0x12771A, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer10RepeatModeO8rawValueSSvg', symObjAddr: 0x868, symBinAddr: 0x100013498, symSize: 0xC8 }
+ - { offset: 0x127743, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer10RepeatModeOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0xA3C, symBinAddr: 0x10001366C, symSize: 0x34 }
+ - { offset: 0x127757, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer10RepeatModeOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0xA70, symBinAddr: 0x1000136A0, symSize: 0x30 }
+ - { offset: 0x12776B, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer10RepeatModeOs12CaseIterableAAsADP8allCases03AllH0QzvgZTW', symObjAddr: 0xAA0, symBinAddr: 0x1000136D0, symSize: 0x28 }
+ - { offset: 0x12781A, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC7Combine16ObservableObjectAadEP16objectWillChange0fhI9PublisherQzvgTW', symObjAddr: 0x132FC, symBinAddr: 0x100025C40, symSize: 0x2C }
+ - { offset: 0x12784C, size: 0x8, addend: 0x0, symName: '_$s7Combine9PublishedV12wrappedValueACyxGx_tcfC', symObjAddr: 0xB30, symBinAddr: 0x100013760, symSize: 0x9C }
+ - { offset: 0x12789E, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC6engine11SwiftBricks0F6EngineCSgvg', symObjAddr: 0xC4C, symBinAddr: 0x1000137FC, symSize: 0x98 }
+ - { offset: 0x1278C2, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC6engine11SwiftBricks0F6EngineCSgvs', symObjAddr: 0xDA0, symBinAddr: 0x100013950, symSize: 0xA0 }
+ - { offset: 0x1278F5, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC6engine11SwiftBricks0F6EngineCSgvM', symObjAddr: 0xE40, symBinAddr: 0x1000139F0, symSize: 0xC4 }
+ - { offset: 0x127919, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC6engine11SwiftBricks0F6EngineCSgvM.resume.0', symObjAddr: 0xF04, symBinAddr: 0x100013AB4, symSize: 0xC0 }
+ - { offset: 0x12793A, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC7$engine7Combine9PublishedV9PublisherVy11SwiftBricks0I6EngineCSg_Gvg', symObjAddr: 0xFCC, symBinAddr: 0x100013B7C, symSize: 0x78 }
+ - { offset: 0x12795E, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC7$engine7Combine9PublishedV9PublisherVy11SwiftBricks0I6EngineCSg_Gvs', symObjAddr: 0x11C0, symBinAddr: 0x100013D70, symSize: 0x100 }
+ - { offset: 0x127992, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC7$engine7Combine9PublishedV9PublisherVy11SwiftBricks0I6EngineCSg_GvM', symObjAddr: 0x12C0, symBinAddr: 0x100013E70, symSize: 0xD4 }
+ - { offset: 0x1279B6, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC7$engine7Combine9PublishedV9PublisherVy11SwiftBricks0I6EngineCSg_GvM.resume.0', symObjAddr: 0x1394, symBinAddr: 0x100013F44, symSize: 0xDC }
+ - { offset: 0x1279D7, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC7_engine33_D28DD7A7F60CB40A67996196E9485C10LL7Combine9PublishedVy11SwiftBricks0P6EngineCSgGvg', symObjAddr: 0x1470, symBinAddr: 0x100014020, symSize: 0x78 }
+ - { offset: 0x1279EB, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC7_engine33_D28DD7A7F60CB40A67996196E9485C10LL7Combine9PublishedVy11SwiftBricks0P6EngineCSgGvs', symObjAddr: 0x14E8, symBinAddr: 0x100014098, symSize: 0xDC }
+ - { offset: 0x1279FF, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC6schema11SwiftBricks13ControlSchemaVSgvg', symObjAddr: 0x22D8, symBinAddr: 0x100014E88, symSize: 0xC0 }
+ - { offset: 0x127A24, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC6schema11SwiftBricks13ControlSchemaVSgvs', symObjAddr: 0x2478, symBinAddr: 0x100015028, symSize: 0xB4 }
+ - { offset: 0x127A58, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC6schema11SwiftBricks13ControlSchemaVSgvM', symObjAddr: 0x252C, symBinAddr: 0x1000150DC, symSize: 0xC4 }
+ - { offset: 0x127A7C, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC6schema11SwiftBricks13ControlSchemaVSgvM.resume.0', symObjAddr: 0x25F0, symBinAddr: 0x1000151A0, symSize: 0xC0 }
+ - { offset: 0x127A9D, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC7$schema7Combine9PublishedV9PublisherVy11SwiftBricks13ControlSchemaVSg_Gvg', symObjAddr: 0x28E8, symBinAddr: 0x100015498, symSize: 0x78 }
+ - { offset: 0x127AC1, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC7$schema7Combine9PublishedV9PublisherVy11SwiftBricks13ControlSchemaVSg_Gvs', symObjAddr: 0x2ADC, symBinAddr: 0x10001568C, symSize: 0x100 }
+ - { offset: 0x127AF5, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC7$schema7Combine9PublishedV9PublisherVy11SwiftBricks13ControlSchemaVSg_GvM', symObjAddr: 0x2BDC, symBinAddr: 0x10001578C, symSize: 0xD4 }
+ - { offset: 0x127B19, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC7$schema7Combine9PublishedV9PublisherVy11SwiftBricks13ControlSchemaVSg_GvM.resume.0', symObjAddr: 0x2CB0, symBinAddr: 0x100015860, symSize: 0xDC }
+ - { offset: 0x127B3A, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC7_schema33_D28DD7A7F60CB40A67996196E9485C10LL7Combine9PublishedVy11SwiftBricks13ControlSchemaVSgGvg', symObjAddr: 0x2D8C, symBinAddr: 0x10001593C, symSize: 0x78 }
+ - { offset: 0x127B4E, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC7_schema33_D28DD7A7F60CB40A67996196E9485C10LL7Combine9PublishedVy11SwiftBricks13ControlSchemaVSgGvs', symObjAddr: 0x2E04, symBinAddr: 0x1000159B4, symSize: 0xDC }
+ - { offset: 0x127B62, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC13showURLDialogSbvg', symObjAddr: 0x2F20, symBinAddr: 0x100015AD0, symSize: 0x9C }
+ - { offset: 0x127B86, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC13showURLDialogSbvs', symObjAddr: 0x3070, symBinAddr: 0x100015B6C, symSize: 0x90 }
+ - { offset: 0x127BB9, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC13showURLDialogSbvM', symObjAddr: 0x3100, symBinAddr: 0x100015BFC, symSize: 0xC4 }
+ - { offset: 0x127BDD, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC13showURLDialogSbvM.resume.0', symObjAddr: 0x31C4, symBinAddr: 0x100015CC0, symSize: 0xC0 }
+ - { offset: 0x127BFE, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14$showURLDialog7Combine9PublishedV9PublisherVySb_Gvg', symObjAddr: 0x3290, symBinAddr: 0x100015D8C, symSize: 0x78 }
+ - { offset: 0x127C22, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14$showURLDialog7Combine9PublishedV9PublisherVySb_Gvs', symObjAddr: 0x3484, symBinAddr: 0x100015F80, symSize: 0x100 }
+ - { offset: 0x127C56, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14$showURLDialog7Combine9PublishedV9PublisherVySb_GvM', symObjAddr: 0x3584, symBinAddr: 0x100016080, symSize: 0xD4 }
+ - { offset: 0x127C7A, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14$showURLDialog7Combine9PublishedV9PublisherVySb_GvM.resume.0', symObjAddr: 0x3658, symBinAddr: 0x100016154, symSize: 0xDC }
+ - { offset: 0x127C9B, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14_showURLDialog33_D28DD7A7F60CB40A67996196E9485C10LL7Combine9PublishedVySbGvg', symObjAddr: 0x3734, symBinAddr: 0x100016230, symSize: 0x78 }
+ - { offset: 0x127CAF, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14_showURLDialog33_D28DD7A7F60CB40A67996196E9485C10LL7Combine9PublishedVySbGvs', symObjAddr: 0x37AC, symBinAddr: 0x1000162A8, symSize: 0xDC }
+ - { offset: 0x127CC3, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC15showTrackDialogSbvg', symObjAddr: 0x38C8, symBinAddr: 0x1000163C4, symSize: 0x9C }
+ - { offset: 0x127CE7, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC15showTrackDialogSbvs', symObjAddr: 0x3A18, symBinAddr: 0x100016460, symSize: 0x90 }
+ - { offset: 0x127D1A, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC15showTrackDialogSbvM', symObjAddr: 0x3AA8, symBinAddr: 0x1000164F0, symSize: 0xC4 }
+ - { offset: 0x127D3E, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC15showTrackDialogSbvM.resume.0', symObjAddr: 0x3B6C, symBinAddr: 0x1000165B4, symSize: 0xC0 }
+ - { offset: 0x127D5F, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC16$showTrackDialog7Combine9PublishedV9PublisherVySb_Gvg', symObjAddr: 0x3C38, symBinAddr: 0x100016680, symSize: 0x78 }
+ - { offset: 0x127D83, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC16$showTrackDialog7Combine9PublishedV9PublisherVySb_Gvs', symObjAddr: 0x3E2C, symBinAddr: 0x100016874, symSize: 0x100 }
+ - { offset: 0x127DB7, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC16$showTrackDialog7Combine9PublishedV9PublisherVySb_GvM', symObjAddr: 0x3F2C, symBinAddr: 0x100016974, symSize: 0xD4 }
+ - { offset: 0x127DDB, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC16$showTrackDialog7Combine9PublishedV9PublisherVySb_GvM.resume.0', symObjAddr: 0x4000, symBinAddr: 0x100016A48, symSize: 0xDC }
+ - { offset: 0x127DFC, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC16_showTrackDialog33_D28DD7A7F60CB40A67996196E9485C10LL7Combine9PublishedVySbGvg', symObjAddr: 0x40DC, symBinAddr: 0x100016B24, symSize: 0x78 }
+ - { offset: 0x127E10, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC16_showTrackDialog33_D28DD7A7F60CB40A67996196E9485C10LL7Combine9PublishedVySbGvs', symObjAddr: 0x4154, symBinAddr: 0x100016B9C, symSize: 0xDC }
+ - { offset: 0x127E24, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC12toastMessageSSSgvg', symObjAddr: 0x42B4, symBinAddr: 0x100016CFC, symSize: 0xA4 }
+ - { offset: 0x127E48, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC12toastMessageSSSgvs', symObjAddr: 0x4424, symBinAddr: 0x100016E6C, symSize: 0xB4 }
+ - { offset: 0x127E7B, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC12toastMessageSSSgvM', symObjAddr: 0x44D8, symBinAddr: 0x100016F20, symSize: 0xC4 }
+ - { offset: 0x127E9F, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC12toastMessageSSSgvM.resume.0', symObjAddr: 0x459C, symBinAddr: 0x100016FE4, symSize: 0xC0 }
+ - { offset: 0x127EC0, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC13$toastMessage7Combine9PublishedV9PublisherVySSSg_Gvg', symObjAddr: 0x4668, symBinAddr: 0x1000170B0, symSize: 0x78 }
+ - { offset: 0x127EE4, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC13$toastMessage7Combine9PublishedV9PublisherVySSSg_Gvs', symObjAddr: 0x485C, symBinAddr: 0x1000172A4, symSize: 0x100 }
+ - { offset: 0x127F18, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC13$toastMessage7Combine9PublishedV9PublisherVySSSg_GvM', symObjAddr: 0x495C, symBinAddr: 0x1000173A4, symSize: 0xD4 }
+ - { offset: 0x127F3C, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC13$toastMessage7Combine9PublishedV9PublisherVySSSg_GvM.resume.0', symObjAddr: 0x4A30, symBinAddr: 0x100017478, symSize: 0xDC }
+ - { offset: 0x127F5D, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC13_toastMessage33_D28DD7A7F60CB40A67996196E9485C10LL7Combine9PublishedVySSSgGvg', symObjAddr: 0x4B0C, symBinAddr: 0x100017554, symSize: 0x78 }
+ - { offset: 0x127F71, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC13_toastMessage33_D28DD7A7F60CB40A67996196E9485C10LL7Combine9PublishedVySSSgGvs', symObjAddr: 0x4B84, symBinAddr: 0x1000175CC, symSize: 0xDC }
+ - { offset: 0x127F85, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC15availableTracksSaySSGvg', symObjAddr: 0x4CCC, symBinAddr: 0x100017714, symSize: 0x98 }
+ - { offset: 0x127FA9, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC15availableTracksSaySSGvs', symObjAddr: 0x4E20, symBinAddr: 0x100017868, symSize: 0xA0 }
+ - { offset: 0x127FDC, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC15availableTracksSaySSGvM', symObjAddr: 0x4EC0, symBinAddr: 0x100017908, symSize: 0xC4 }
+ - { offset: 0x128000, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC15availableTracksSaySSGvM.resume.0', symObjAddr: 0x4F84, symBinAddr: 0x1000179CC, symSize: 0xC0 }
+ - { offset: 0x128021, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC16$availableTracks7Combine9PublishedV9PublisherVySaySSG_Gvg', symObjAddr: 0x5064, symBinAddr: 0x100017AAC, symSize: 0x78 }
+ - { offset: 0x128045, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC16$availableTracks7Combine9PublishedV9PublisherVySaySSG_Gvs', symObjAddr: 0x5258, symBinAddr: 0x100017CA0, symSize: 0x100 }
+ - { offset: 0x128079, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC16$availableTracks7Combine9PublishedV9PublisherVySaySSG_GvM', symObjAddr: 0x5358, symBinAddr: 0x100017DA0, symSize: 0xD4 }
+ - { offset: 0x12809D, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC16$availableTracks7Combine9PublishedV9PublisherVySaySSG_GvM.resume.0', symObjAddr: 0x542C, symBinAddr: 0x100017E74, symSize: 0xDC }
+ - { offset: 0x1280BE, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC16_availableTracks33_D28DD7A7F60CB40A67996196E9485C10LL7Combine9PublishedVySaySSGGvg', symObjAddr: 0x5508, symBinAddr: 0x100017F50, symSize: 0x78 }
+ - { offset: 0x1280D2, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC16_availableTracks33_D28DD7A7F60CB40A67996196E9485C10LL7Combine9PublishedVySaySSGGvs', symObjAddr: 0x5580, symBinAddr: 0x100017FC8, symSize: 0xDC }
+ - { offset: 0x1280E6, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC17currentTrackIndexSivg', symObjAddr: 0x5694, symBinAddr: 0x1000180DC, symSize: 0x98 }
+ - { offset: 0x12810A, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC17currentTrackIndexSivs', symObjAddr: 0x57D8, symBinAddr: 0x100018220, symSize: 0x88 }
+ - { offset: 0x12813D, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC17currentTrackIndexSivM', symObjAddr: 0x5860, symBinAddr: 0x1000182A8, symSize: 0xC4 }
+ - { offset: 0x128161, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC17currentTrackIndexSivM.resume.0', symObjAddr: 0x5924, symBinAddr: 0x10001836C, symSize: 0xC0 }
+ - { offset: 0x128182, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC18$currentTrackIndex7Combine9PublishedV9PublisherVySi_Gvg', symObjAddr: 0x59EC, symBinAddr: 0x100018434, symSize: 0x78 }
+ - { offset: 0x1281A6, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC18$currentTrackIndex7Combine9PublishedV9PublisherVySi_Gvs', symObjAddr: 0x5BE0, symBinAddr: 0x100018628, symSize: 0x100 }
+ - { offset: 0x1281DA, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC18$currentTrackIndex7Combine9PublishedV9PublisherVySi_GvM', symObjAddr: 0x5CE0, symBinAddr: 0x100018728, symSize: 0xD4 }
+ - { offset: 0x1281FE, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC18$currentTrackIndex7Combine9PublishedV9PublisherVySi_GvM.resume.0', symObjAddr: 0x5DB4, symBinAddr: 0x1000187FC, symSize: 0xDC }
+ - { offset: 0x12821F, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC18_currentTrackIndex33_D28DD7A7F60CB40A67996196E9485C10LL7Combine9PublishedVySiGvg', symObjAddr: 0x5E90, symBinAddr: 0x1000188D8, symSize: 0x78 }
+ - { offset: 0x128233, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC18_currentTrackIndex33_D28DD7A7F60CB40A67996196E9485C10LL7Combine9PublishedVySiGvs', symObjAddr: 0x5F08, symBinAddr: 0x100018950, symSize: 0xDC }
+ - { offset: 0x128247, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC12isFullscreenSbvg', symObjAddr: 0x6024, symBinAddr: 0x100018A6C, symSize: 0x9C }
+ - { offset: 0x12826B, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC12isFullscreenSbvs', symObjAddr: 0x6174, symBinAddr: 0x100018BBC, symSize: 0x90 }
+ - { offset: 0x12829E, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC12isFullscreenSbvM', symObjAddr: 0x6204, symBinAddr: 0x100018C4C, symSize: 0xC4 }
+ - { offset: 0x1282C2, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC12isFullscreenSbvM.resume.0', symObjAddr: 0x62C8, symBinAddr: 0x100018D10, symSize: 0xC0 }
+ - { offset: 0x1282E3, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC13$isFullscreen7Combine9PublishedV9PublisherVySb_Gvg', symObjAddr: 0x6394, symBinAddr: 0x100018DDC, symSize: 0x78 }
+ - { offset: 0x128307, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC13$isFullscreen7Combine9PublishedV9PublisherVySb_Gvs', symObjAddr: 0x6588, symBinAddr: 0x100018FD0, symSize: 0x100 }
+ - { offset: 0x12833B, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC13$isFullscreen7Combine9PublishedV9PublisherVySb_GvM', symObjAddr: 0x6688, symBinAddr: 0x1000190D0, symSize: 0xD4 }
+ - { offset: 0x12835F, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC13$isFullscreen7Combine9PublishedV9PublisherVySb_GvM.resume.0', symObjAddr: 0x675C, symBinAddr: 0x1000191A4, symSize: 0xDC }
+ - { offset: 0x128380, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC13_isFullscreen33_D28DD7A7F60CB40A67996196E9485C10LL7Combine9PublishedVySbGvg', symObjAddr: 0x6838, symBinAddr: 0x100019280, symSize: 0x78 }
+ - { offset: 0x128394, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC13_isFullscreen33_D28DD7A7F60CB40A67996196E9485C10LL7Combine9PublishedVySbGvs', symObjAddr: 0x68B0, symBinAddr: 0x1000192F8, symSize: 0xDC }
+ - { offset: 0x1284C3, size: 0x8, addend: 0x0, symName: '_$sSo8AVPlayerCABycfC', symObjAddr: 0x6A14, symBinAddr: 0x10001945C, symSize: 0x2C }
+ - { offset: 0x1284D7, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC6playerSo8AVPlayerCvg', symObjAddr: 0x6A40, symBinAddr: 0x100019488, symSize: 0x38 }
+ - { offset: 0x1284EB, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC5queueSayAA9MediaItemVGvg', symObjAddr: 0x6AA8, symBinAddr: 0x1000194F0, symSize: 0x5C }
+ - { offset: 0x1284FF, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC5queueSayAA9MediaItemVGvs', symObjAddr: 0x6B04, symBinAddr: 0x10001954C, symSize: 0x6C }
+ - { offset: 0x128513, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC5queueSayAA9MediaItemVGvM', symObjAddr: 0x6B70, symBinAddr: 0x1000195B8, symSize: 0x48 }
+ - { offset: 0x128527, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC5queueSayAA9MediaItemVGvM.resume.0', symObjAddr: 0x6BB8, symBinAddr: 0x100019600, symSize: 0x3C }
+ - { offset: 0x12853B, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC12currentIndexSivg', symObjAddr: 0x6BFC, symBinAddr: 0x100019644, symSize: 0x58 }
+ - { offset: 0x12854F, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC12currentIndexSivs', symObjAddr: 0x6C54, symBinAddr: 0x10001969C, symSize: 0x58 }
+ - { offset: 0x128563, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC12currentIndexSivM', symObjAddr: 0x6CAC, symBinAddr: 0x1000196F4, symSize: 0x48 }
+ - { offset: 0x128577, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC12currentIndexSivM.resume.0', symObjAddr: 0x6CF4, symBinAddr: 0x10001973C, symSize: 0x3C }
+ - { offset: 0x12858B, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC10repeatModeAA06RepeatE0Ovg', symObjAddr: 0x6D38, symBinAddr: 0x100019780, symSize: 0x58 }
+ - { offset: 0x12859F, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC10repeatModeAA06RepeatE0Ovs', symObjAddr: 0x6D90, symBinAddr: 0x1000197D8, symSize: 0x58 }
+ - { offset: 0x1285B3, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC10repeatModeAA06RepeatE0OvM', symObjAddr: 0x6DE8, symBinAddr: 0x100019830, symSize: 0x48 }
+ - { offset: 0x1285C7, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC10repeatModeAA06RepeatE0OvM.resume.0', symObjAddr: 0x6E30, symBinAddr: 0x100019878, symSize: 0x3C }
+ - { offset: 0x1285DB, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC12timeObserver33_D28DD7A7F60CB40A67996196E9485C10LLypSgvg', symObjAddr: 0x6E80, symBinAddr: 0x1000198C8, symSize: 0x58 }
+ - { offset: 0x1285EF, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC12timeObserver33_D28DD7A7F60CB40A67996196E9485C10LLypSgvs', symObjAddr: 0x6F48, symBinAddr: 0x100019990, symSize: 0x6C }
+ - { offset: 0x128603, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC11endObserver33_D28DD7A7F60CB40A67996196E9485C10LLypSgvg', symObjAddr: 0x7130, symBinAddr: 0x100019B78, symSize: 0x58 }
+ - { offset: 0x128617, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC11endObserver33_D28DD7A7F60CB40A67996196E9485C10LLypSgvs', symObjAddr: 0x7188, symBinAddr: 0x100019BD0, symSize: 0x6C }
+ - { offset: 0x12862B, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC12cancellables33_D28DD7A7F60CB40A67996196E9485C10LLShy7Combine14AnyCancellableCGvg', symObjAddr: 0x7294, symBinAddr: 0x100019CDC, symSize: 0x5C }
+ - { offset: 0x12863F, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC12cancellables33_D28DD7A7F60CB40A67996196E9485C10LLShy7Combine14AnyCancellableCGvs', symObjAddr: 0x72F0, symBinAddr: 0x100019D38, symSize: 0x6C }
+ - { offset: 0x128653, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC5setupyyF', symObjAddr: 0x735C, symBinAddr: 0x100019DA4, symSize: 0x1E4 }
+ - { offset: 0x128694, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC5setupyyF7SwiftUI7AnyViewV0E6Bricks13ControlSchemaV_AH0I6EngineCtcfU_', symObjAddr: 0x757C, symBinAddr: 0x100019FC4, symSize: 0x16C }
+ - { offset: 0x1286E1, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC5setupyyF7SwiftUI7AnyViewV0E6Bricks13ControlSchemaV_AH0I6EngineCtcfU0_', symObjAddr: 0x76F0, symBinAddr: 0x10001A138, symSize: 0x16C }
+ - { offset: 0x12872F, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC04loadB2UI33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tF', symObjAddr: 0x7864, symBinAddr: 0x10001A2AC, symSize: 0x804 }
+ - { offset: 0x128806, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tF', symObjAddr: 0x8068, symBinAddr: 0x10001AAB0, symSize: 0x620 }
+ - { offset: 0x128856, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU_', symObjAddr: 0x8F6C, symBinAddr: 0x10001B9B4, symSize: 0x94 }
+ - { offset: 0x128891, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU_TY0_', symObjAddr: 0x9000, symBinAddr: 0x10001BA48, symSize: 0x10C }
+ - { offset: 0x1288D1, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU0_', symObjAddr: 0x9330, symBinAddr: 0x10001BD78, symSize: 0x94 }
+ - { offset: 0x12890C, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU0_TY0_', symObjAddr: 0x93C4, symBinAddr: 0x10001BE0C, symSize: 0x10C }
+ - { offset: 0x12894C, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU1_', symObjAddr: 0x98E0, symBinAddr: 0x10001C328, symSize: 0x94 }
+ - { offset: 0x128987, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU1_TY0_', symObjAddr: 0x9974, symBinAddr: 0x10001C3BC, symSize: 0x10C }
+ - { offset: 0x1289C7, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU2_', symObjAddr: 0xA078, symBinAddr: 0x10001CAC0, symSize: 0x94 }
+ - { offset: 0x128A02, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU2_TY0_', symObjAddr: 0xA10C, symBinAddr: 0x10001CB54, symSize: 0x10C }
+ - { offset: 0x128A42, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU3_', symObjAddr: 0xA7D8, symBinAddr: 0x10001D220, symSize: 0x94 }
+ - { offset: 0x128A7D, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU3_TY0_', symObjAddr: 0xA86C, symBinAddr: 0x10001D2B4, symSize: 0x10C }
+ - { offset: 0x128ABD, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU4_', symObjAddr: 0xACEC, symBinAddr: 0x10001D734, symSize: 0x94 }
+ - { offset: 0x128AF8, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU4_TY0_', symObjAddr: 0xAD80, symBinAddr: 0x10001D7C8, symSize: 0x114 }
+ - { offset: 0x128B38, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU5_', symObjAddr: 0xAF70, symBinAddr: 0x10001D9B8, symSize: 0xA4 }
+ - { offset: 0x128B73, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU5_TY0_', symObjAddr: 0xB014, symBinAddr: 0x10001DA5C, symSize: 0x308 }
+ - { offset: 0x128BCC, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU6_', symObjAddr: 0xB7C0, symBinAddr: 0x10001E208, symSize: 0x94 }
+ - { offset: 0x128C07, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU6_TY0_', symObjAddr: 0xB854, symBinAddr: 0x10001E29C, symSize: 0x10C }
+ - { offset: 0x128C47, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU7_', symObjAddr: 0xBEB4, symBinAddr: 0x10001E8FC, symSize: 0xA0 }
+ - { offset: 0x128C82, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU7_TY0_', symObjAddr: 0xBF54, symBinAddr: 0x10001E99C, symSize: 0x2AC }
+ - { offset: 0x128CE4, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC16setupEndObserver33_D28DD7A7F60CB40A67996196E9485C10LLyyF', symObjAddr: 0x8688, symBinAddr: 0x10001B0D0, symSize: 0x274 }
+ - { offset: 0x128D07, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC16setupEndObserver33_D28DD7A7F60CB40A67996196E9485C10LLyyFy10Foundation12NotificationVYbcfU_', symObjAddr: 0xCBC4, symBinAddr: 0x10001F60C, symSize: 0x154 }
+ - { offset: 0x128D42, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC16setupEndObserver33_D28DD7A7F60CB40A67996196E9485C10LLyyFy10Foundation12NotificationVYbcfU_ytSgyYaScMYccfU_', symObjAddr: 0xCD20, symBinAddr: 0x10001F768, symSize: 0x8C }
+ - { offset: 0x128D6D, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC16setupEndObserver33_D28DD7A7F60CB40A67996196E9485C10LLyyFy10Foundation12NotificationVYbcfU_ytSgyYaScMYccfU_TY0_', symObjAddr: 0xCDAC, symBinAddr: 0x10001F7F4, symSize: 0x134 }
+ - { offset: 0x128D9C, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC17setupTimeObserver33_D28DD7A7F60CB40A67996196E9485C10LLyyF', symObjAddr: 0x88FC, symBinAddr: 0x10001B344, symSize: 0x230 }
+ - { offset: 0x128DE0, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC17setupTimeObserver33_D28DD7A7F60CB40A67996196E9485C10LLyyFySo6CMTimeaYbcfU_', symObjAddr: 0xD870, symBinAddr: 0x1000202B8, symSize: 0x1B4 }
+ - { offset: 0x128E1E, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC17setupTimeObserver33_D28DD7A7F60CB40A67996196E9485C10LLyyFySo6CMTimeaYbcfU_ytSgyYaScMYccfU_', symObjAddr: 0xDA6C, symBinAddr: 0x1000204B4, symSize: 0xD8 }
+ - { offset: 0x128E5C, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC17setupTimeObserver33_D28DD7A7F60CB40A67996196E9485C10LLyyFySo6CMTimeaYbcfU_ytSgyYaScMYccfU_TY0_', symObjAddr: 0xDB44, symBinAddr: 0x10002058C, symSize: 0x190 }
+ - { offset: 0x128EE8, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV10contentsOf7optionsAcA3URLVh_So20NSDataReadingOptionsVtKcfcfA0_', symObjAddr: 0x8BBC, symBinAddr: 0x10001B604, symSize: 0x2C }
+ - { offset: 0x128EFC, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC9showToast33_D28DD7A7F60CB40A67996196E9485C10LLyySSF', symObjAddr: 0x8BE8, symBinAddr: 0x10001B630, symSize: 0x2E4 }
+ - { offset: 0x128F30, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC9showToast33_D28DD7A7F60CB40A67996196E9485C10LLyySSFyyYbScMYccfU_', symObjAddr: 0x118E4, symBinAddr: 0x10002432C, symSize: 0x19C }
+ - { offset: 0x128F6D, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC15togglePlayPauseyyF', symObjAddr: 0x91E8, symBinAddr: 0x10001BC30, symSize: 0x148 }
+ - { offset: 0x128F98, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC8playPrevyyF', symObjAddr: 0x95AC, symBinAddr: 0x10001BFF4, symSize: 0x334 }
+ - { offset: 0x128FFD, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC8playNextyyF', symObjAddr: 0x9B5C, symBinAddr: 0x10001C5A4, symSize: 0x51C }
+ - { offset: 0x129077, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC15cycleRepeatModeyyF', symObjAddr: 0xA2F4, symBinAddr: 0x10001CD3C, symSize: 0x4E4 }
+ - { offset: 0x1290BC, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC16toggleFullscreenyyF', symObjAddr: 0xAA54, symBinAddr: 0x10001D49C, symSize: 0x298 }
+ - { offset: 0x129101, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC6addURLyySSF', symObjAddr: 0xB3F8, symBinAddr: 0x10001DE40, symSize: 0x3C8 }
+ - { offset: 0x12917D, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14openFileDialogyyF', symObjAddr: 0xBA3C, symBinAddr: 0x10001E484, symSize: 0x478 }
+ - { offset: 0x1291D1, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC9playIndexyySiF', symObjAddr: 0xC2DC, symBinAddr: 0x10001ED24, symSize: 0x554 }
+ - { offset: 0x129239, size: 0x8, addend: 0x0, symName: '_$sSo12AVPlayerItemC3urlAB10Foundation3URLV_tcfC', symObjAddr: 0xC830, symBinAddr: 0x10001F278, symSize: 0x3C }
+ - { offset: 0x12924D, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC13loadTrackInfo33_D28DD7A7F60CB40A67996196E9485C10LLyySo12AVPlayerItemCF', symObjAddr: 0xC86C, symBinAddr: 0x10001F2B4, symSize: 0x154 }
+ - { offset: 0x129281, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC13loadTrackInfo33_D28DD7A7F60CB40A67996196E9485C10LLyySo12AVPlayerItemCFyyYacfU_', symObjAddr: 0xE774, symBinAddr: 0x1000211BC, symSize: 0xB4 }
+ - { offset: 0x1292BF, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC13loadTrackInfo33_D28DD7A7F60CB40A67996196E9485C10LLyySo12AVPlayerItemCFyyYacfU_TY0_', symObjAddr: 0xE828, symBinAddr: 0x100021270, symSize: 0x118 }
+ - { offset: 0x129319, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC13loadTrackInfo33_D28DD7A7F60CB40A67996196E9485C10LLyySo12AVPlayerItemCFyyYacfU_TQ1_', symObjAddr: 0xE940, symBinAddr: 0x100021388, symSize: 0xB0 }
+ - { offset: 0x12935F, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC13loadTrackInfo33_D28DD7A7F60CB40A67996196E9485C10LLyySo12AVPlayerItemCFyyYacfU_TY2_', symObjAddr: 0xE9F0, symBinAddr: 0x100021438, symSize: 0x474 }
+ - { offset: 0x129417, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC13loadTrackInfo33_D28DD7A7F60CB40A67996196E9485C10LLyySo12AVPlayerItemCFyyYacfU_TY3_', symObjAddr: 0xEE64, symBinAddr: 0x1000218AC, symSize: 0x48C }
+ - { offset: 0x1294CF, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC13loadTrackInfo33_D28DD7A7F60CB40A67996196E9485C10LLyySo12AVPlayerItemCFyyYacfU_SSSi_So22AVMediaSelectionOptionCtXEfU_', symObjAddr: 0xF780, symBinAddr: 0x1000221C8, symSize: 0x11C }
+ - { offset: 0x129522, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC16updatePlayButton33_D28DD7A7F60CB40A67996196E9485C10LL9isPlayingySb_tF', symObjAddr: 0xC9C0, symBinAddr: 0x10001F408, symSize: 0x1A0 }
+ - { offset: 0x129576, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC23updatePlaylistHighlight33_D28DD7A7F60CB40A67996196E9485C10LLyyF', symObjAddr: 0xCB60, symBinAddr: 0x10001F5A8, symSize: 0x14 }
+ - { offset: 0x1295A5, size: 0x8, addend: 0x0, symName: '_$sSo18NSNotificationNamea12AVFoundationE28AVPlayerItemDidPlayToEndTimeABvgZ', symObjAddr: 0xCB74, symBinAddr: 0x10001F5BC, symSize: 0x50 }
+ - { offset: 0x1295C2, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC15onPlaybackEnded33_D28DD7A7F60CB40A67996196E9485C10LLyyF', symObjAddr: 0xCEE0, symBinAddr: 0x10001F928, symSize: 0x24C }
+ - { offset: 0x129605, size: 0x8, addend: 0x0, symName: '_$sScTss5NeverORs_rlE4name8priority9operationScTyxABGSSSg_ScPSgxyYaYAcntcfC', symObjAddr: 0xD12C, symBinAddr: 0x10001FB74, symSize: 0x558 }
+ - { offset: 0x12962F, size: 0x8, addend: 0x0, symName: '_$ss42_resumeUnsafeThrowingContinuationWithErroryySccyxs0F0_pG_sAB_pntlF', symObjAddr: 0xF6C8, symBinAddr: 0x100022110, symSize: 0x60 }
+ - { offset: 0x129659, size: 0x8, addend: 0x0, symName: '_$ss33_resumeUnsafeThrowingContinuationyySccyxs5Error_pG_xntlF', symObjAddr: 0xF728, symBinAddr: 0x100022170, symSize: 0x58 }
+ - { offset: 0x1296A9, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC17updateTimeDisplay33_D28DD7A7F60CB40A67996196E9485C10LL4timeySo6CMTimea_tF', symObjAddr: 0xDCD4, symBinAddr: 0x10002071C, symSize: 0x508 }
+ - { offset: 0x12973F, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC10formatTime33_D28DD7A7F60CB40A67996196E9485C10LLySSSdF', symObjAddr: 0xE2CC, symBinAddr: 0x100020D14, symSize: 0x4A8 }
+ - { offset: 0x1297A2, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC16updateTrackLabel33_D28DD7A7F60CB40A67996196E9485C10LLyyF', symObjAddr: 0xF2F0, symBinAddr: 0x100021D38, symSize: 0x2C8 }
+ - { offset: 0x1297FD, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC11selectTrack5indexySi_tF', symObjAddr: 0x10298, symBinAddr: 0x100022CE0, symSize: 0x1F4 }
+ - { offset: 0x129848, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC11selectTrack5indexySi_tFyyYacfU_', symObjAddr: 0x1048C, symBinAddr: 0x100022ED4, symSize: 0xB8 }
+ - { offset: 0x129897, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC11selectTrack5indexySi_tFyyYacfU_TY0_', symObjAddr: 0x10544, symBinAddr: 0x100022F8C, symSize: 0x11C }
+ - { offset: 0x129905, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC11selectTrack5indexySi_tFyyYacfU_TQ1_', symObjAddr: 0x10660, symBinAddr: 0x1000230A8, symSize: 0xB0 }
+ - { offset: 0x129960, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC11selectTrack5indexySi_tFyyYacfU_TY2_', symObjAddr: 0x10710, symBinAddr: 0x100023158, symSize: 0x284 }
+ - { offset: 0x1299D3, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC11selectTrack5indexySi_tFyyYacfU_TY3_', symObjAddr: 0x10994, symBinAddr: 0x1000233DC, symSize: 0x2A4 }
+ - { offset: 0x129B13, size: 0x8, addend: 0x0, symName: '_$sSo11NSOpenPanelCABycfC', symObjAddr: 0x10C38, symBinAddr: 0x100023680, symSize: 0x2C }
+ - { offset: 0x129B27, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC7addItem33_D28DD7A7F60CB40A67996196E9485C10LL3url4name4typey10Foundation3URLV_S2StF', symObjAddr: 0x10C64, symBinAddr: 0x1000236AC, symSize: 0x38C }
+ - { offset: 0x129B96, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14updatePlaylist33_D28DD7A7F60CB40A67996196E9485C10LLyyF', symObjAddr: 0x10FF0, symBinAddr: 0x100023A38, symSize: 0x628 }
+ - { offset: 0x129BF1, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14updatePlaylist33_D28DD7A7F60CB40A67996196E9485C10LLyyFSSSi_AA9MediaItemVtXEfU_', symObjAddr: 0x11618, symBinAddr: 0x100024060, symSize: 0x250 }
+ - { offset: 0x129C4F, size: 0x8, addend: 0x0, symName: '_$sSo17OS_dispatch_queueC8DispatchE10asyncAfter8deadline3qos5flags7executeyAC0D4TimeV_AC0D3QoSVAC0D13WorkItemFlagsVyyXBtFfA0_', symObjAddr: 0x11B78, symBinAddr: 0x1000245C0, symSize: 0x14 }
+ - { offset: 0x129C6B, size: 0x8, addend: 0x0, symName: '_$sSo17OS_dispatch_queueC8DispatchE10asyncAfter8deadline3qos5flags7executeyAC0D4TimeV_AC0D3QoSVAC0D13WorkItemFlagsVyyXBtFfA1_', symObjAddr: 0x11B8C, symBinAddr: 0x1000245D4, symSize: 0x9C }
+ - { offset: 0x129CC8, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeCfd', symObjAddr: 0x127FC, symBinAddr: 0x100025140, symSize: 0x3C0 }
+ - { offset: 0x129D0C, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeCfD', symObjAddr: 0x12C44, symBinAddr: 0x100025588, symSize: 0x40 }
+ - { offset: 0x129D38, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeCACycfC', symObjAddr: 0x12C84, symBinAddr: 0x1000255C8, symSize: 0x38 }
+ - { offset: 0x129D4C, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeCACycfc', symObjAddr: 0x12CBC, symBinAddr: 0x100025600, symSize: 0x524 }
+ - { offset: 0x129D71, size: 0x8, addend: 0x0, symName: '_$sSo8AVPlayerCABycfcTO', symObjAddr: 0x1452C, symBinAddr: 0x100026E70, symSize: 0x20 }
+ - { offset: 0x129D85, size: 0x8, addend: 0x0, symName: '_$sSo12AVPlayerItemC3urlAB10Foundation3URLV_tcfcTO', symObjAddr: 0x1454C, symBinAddr: 0x100026E90, symSize: 0x84 }
+ - { offset: 0x129D99, size: 0x8, addend: 0x0, symName: '_$sSo11NSOpenPanelCABycfcTO', symObjAddr: 0x145D0, symBinAddr: 0x100026F14, symSize: 0x20 }
+ - { offset: 0x129DB4, size: 0x8, addend: 0x0, symName: '_$sSo25AVPlayerTimeControlStatusVSYSCSY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x145F0, symBinAddr: 0x100026F34, symSize: 0x38 }
+ - { offset: 0x129DCF, size: 0x8, addend: 0x0, symName: '_$sSo25AVPlayerTimeControlStatusV8rawValueABSgSi_tcfC', symObjAddr: 0x14628, symBinAddr: 0x100026F6C, symSize: 0x24 }
+ - { offset: 0x129E00, size: 0x8, addend: 0x0, symName: '_$sSo25AVPlayerTimeControlStatusVSYSCSY8rawValue03RawF0QzvgTW', symObjAddr: 0x1464C, symBinAddr: 0x100026F90, symSize: 0x2C }
+ - { offset: 0x129E14, size: 0x8, addend: 0x0, symName: '_$sSo25AVPlayerTimeControlStatusV8rawValueSivg', symObjAddr: 0x14678, symBinAddr: 0x100026FBC, symSize: 0x1C }
+ - { offset: 0x129E3D, size: 0x8, addend: 0x0, symName: '_$sSo15NSModalResponseaSYSCSY8rawValuexSg03RawD0Qz_tcfCTW', symObjAddr: 0x147A8, symBinAddr: 0x1000270EC, symSize: 0x3C }
+ - { offset: 0x129E58, size: 0x8, addend: 0x0, symName: '_$sSo15NSModalResponsea8rawValueABSi_tcfC', symObjAddr: 0x147E4, symBinAddr: 0x100027128, symSize: 0x4 }
+ - { offset: 0x129E6C, size: 0x8, addend: 0x0, symName: '_$sSo15NSModalResponseaSYSCSY8rawValue03RawD0QzvgTW', symObjAddr: 0x147E8, symBinAddr: 0x10002712C, symSize: 0x2C }
+ - { offset: 0x129E80, size: 0x8, addend: 0x0, symName: '_$sSo15NSModalResponsea8rawValueSivg', symObjAddr: 0x14814, symBinAddr: 0x100027158, symSize: 0x4 }
+ - { offset: 0x12A0A2, size: 0x8, addend: 0x0, symName: _NSModalResponseOK, symObjAddr: 0x16BA0, symBinAddr: 0x1001DF3E0, symSize: 0x0 }
+ - { offset: 0x12A0E5, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV6bridgeAA0B6BridgeCvg', symObjAddr: 0x0, symBinAddr: 0x1000294DC, symSize: 0x28 }
+ - { offset: 0x12A156, size: 0x8, addend: 0x0, symName: '_$sSlsSQ7ElementRpzrlE5split9separator9maxSplits25omittingEmptySubsequencesSay11SubSequenceQzGAB_SiSbtFfA0_', symObjAddr: 0x4EC0, symBinAddr: 0x10002D610, symSize: 0x14 }
+ - { offset: 0x12A180, size: 0x8, addend: 0x0, symName: '_$sSlsSQ7ElementRpzrlE5split9separator9maxSplits25omittingEmptySubsequencesSay11SubSequenceQzGAB_SiSbtFfA1_', symObjAddr: 0x4ED4, symBinAddr: 0x10002D624, symSize: 0x18 }
+ - { offset: 0x12A5DB, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV6engine11SwiftBricks0H6EngineCvpfP', symObjAddr: 0x978, symBinAddr: 0x100029520, symSize: 0x40 }
+ - { offset: 0x12A607, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineCAC7Combine16ObservableObjectAAWl', symObjAddr: 0x9B8, symBinAddr: 0x100029560, symSize: 0x6C }
+ - { offset: 0x12A61B, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI14ObservedObjectVy0A6Bricks0E6EngineCGWOc', symObjAddr: 0xA80, symBinAddr: 0x100029628, symSize: 0x3C }
+ - { offset: 0x12A62F, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI14ObservedObjectVy0A6Bricks0E6EngineCGWOh', symObjAddr: 0xABC, symBinAddr: 0x100029664, symSize: 0x28 }
+ - { offset: 0x12A643, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV6engine11SwiftBricks0H6EngineCvpACTK', symObjAddr: 0xAE4, symBinAddr: 0x10002968C, symSize: 0x64 }
+ - { offset: 0x12A65B, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV6engine11SwiftBricks0H6EngineCvpACTk', symObjAddr: 0xB48, symBinAddr: 0x1000296F0, symSize: 0x40 }
+ - { offset: 0x12A673, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV8progress33_3A3C19D43455B9C8BA705C7FB27F55D2LLSdvpfP', symObjAddr: 0xCF0, symBinAddr: 0x100029898, symSize: 0x40 }
+ - { offset: 0x12A69F, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI5StateVySdGWOc', symObjAddr: 0xDA8, symBinAddr: 0x100029950, symSize: 0x3C }
+ - { offset: 0x12A6B3, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI5StateVySdGWOh', symObjAddr: 0xE64, symBinAddr: 0x10002998C, symSize: 0x28 }
+ - { offset: 0x12A6C7, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV9_progress33_3A3C19D43455B9C8BA705C7FB27F55D2LL7SwiftUI5StateVySdGvpfi', symObjAddr: 0xF28, symBinAddr: 0x100029A50, symSize: 0x8 }
+ - { offset: 0x12A6DF, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV8duration33_3A3C19D43455B9C8BA705C7FB27F55D2LLSdvpfP', symObjAddr: 0x1038, symBinAddr: 0x100029B60, symSize: 0x40 }
+ - { offset: 0x12A70B, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV9_duration33_3A3C19D43455B9C8BA705C7FB27F55D2LL7SwiftUI5StateVySdGvpfi', symObjAddr: 0x118C, symBinAddr: 0x100029CB4, symSize: 0x8 }
+ - { offset: 0x12A723, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV10isDragging33_3A3C19D43455B9C8BA705C7FB27F55D2LLSbvpfP', symObjAddr: 0x129C, symBinAddr: 0x100029DC4, symSize: 0x50 }
+ - { offset: 0x12A74F, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI5StateVySbGWOc', symObjAddr: 0x1368, symBinAddr: 0x100029E90, symSize: 0x3C }
+ - { offset: 0x12A763, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI5StateVySbGWOh', symObjAddr: 0x13A4, symBinAddr: 0x100029ECC, symSize: 0x28 }
+ - { offset: 0x12A777, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV11_isDragging33_3A3C19D43455B9C8BA705C7FB27F55D2LL7SwiftUI5StateVySbGvpfi', symObjAddr: 0x1468, symBinAddr: 0x100029F90, symSize: 0xC }
+ - { offset: 0x12A78F, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetVWOc', symObjAddr: 0x20AC, symBinAddr: 0x10002ABD4, symSize: 0x9F0 }
+ - { offset: 0x12A7A3, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV4bodyQrvg7SwiftUI4ViewPAEE7gesture_9includingQrqd___AE11GestureMaskVtAE0L0Rd__lFQOyAgEE12contentShape_6eoFillQrqd___SbtAE0O0Rd__lFQOyAgEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AwE9AlignmentVtFQOyAE6ZStackVyAE05TupleI0VyAgEEApqrSQrAW_AwYtFQOyAE01_oI0VyAE16RoundedRectangleVAE5ColorVG_Qo__A9_AgEE6shadow5color6radius1x1yQrA7__A3VtFQOyAgEE6offsetA13_A14_QrAV_AVtFQOyAgEEApqrSQrAW_AwYtFQOyA3_yAE6CircleVA7_G_Qo__Qo__Qo_tGG_Qo__AE9RectangleVQo__AE06_EndedL0VyAE08_ChangedL0VyAE04DragL0VGGQo_AE13GeometryProxyVcfU_TA', symObjAddr: 0x2D74, symBinAddr: 0x10002B89C, symSize: 0x8 }
+ - { offset: 0x12A7B7, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA6ZStackVyAA9TupleViewVyACyAA06_ShapeG0VyAA16RoundedRectangleVAA5ColorVGAA12_FrameLayoutVG_AqCyACyACyAIyAA6CircleVAMGAPGAA13_OffsetEffectVGAA07_ShadowP0VGtGGAPGAA01_dH8ModifierVyAA0J0VGGACyxq_GAA0G0A2AA10_RzAA0gR0R_rlWl', symObjAddr: 0x2DF4, symBinAddr: 0x10002B8A4, symSize: 0x90 }
+ - { offset: 0x12A7CB, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6ZStackVyAA9TupleViewVyACyAA06_ShapeG0VyAA16RoundedRectangleVAA5ColorVGAA12_FrameLayoutVG_AqCyACyACyAIyAA6CircleVAMGAPGAA13_OffsetEffectVGAA07_ShadowP0VGtGGAPGACyxq_GAA0G0A2AA4_RzAA0G8ModifierR_rlWl', symObjAddr: 0x2E84, symBinAddr: 0x10002B934, symSize: 0x8C }
+ - { offset: 0x12A7DF, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6ZStackVyAA9TupleViewVyAA15ModifiedContentVyAA06_ShapeE0VyAA16RoundedRectangleVAA5ColorVGAA12_FrameLayoutVG_AqGyAGyAGyAIyAA6CircleVAMGAPGAA13_OffsetEffectVGAA07_ShadowP0VGtGGACyxGAA0E0AAWl', symObjAddr: 0x2F10, symBinAddr: 0x10002B9C0, symSize: 0x74 }
+ - { offset: 0x12A7F3, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI13_EndedGestureVyAA08_ChangedD0VyAA04DragD0VGGACyxGAA0D0AAWl', symObjAddr: 0x2FF8, symBinAddr: 0x10002BA34, symSize: 0x74 }
+ - { offset: 0x12A807, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI14GeometryReaderVyAA4ViewPAAE7gesture_9includingQrqd___AA11GestureMaskVtAA0H0Rd__lFQOyAA15ModifiedContentVyALyAA6ZStackVyAA05TupleE0VyALyAA06_ShapeE0VyAA16RoundedRectangleVAA5ColorVGAA12_FrameLayoutVG_AzLyALyALyARyAA6CircleVAVGAYGAA13_OffsetEffectVGAA07_ShadowV0VGtGGAYGAA01_kN8ModifierVyAA0P0VGG_AA06_EndedH0VyAA08_ChangedH0VyAA04DragH0VGGQo_GACyxGAadAWl', symObjAddr: 0x3A40, symBinAddr: 0x10002C45C, symSize: 0x74 }
+ - { offset: 0x12A81B, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV4bodyQrvgySDySSypGcfU0_TA', symObjAddr: 0x4B7C, symBinAddr: 0x10002D2CC, symSize: 0x8 }
+ - { offset: 0x12A82F, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA14GeometryReaderVyAA4ViewPAAE7gesture_9includingQrqd___AA11GestureMaskVtAA0J0Rd__lFQOyACyACyAA6ZStackVyAA05TupleG0VyACyAA06_ShapeG0VyAA16RoundedRectangleVAA5ColorVGAA12_FrameLayoutVG_AzCyACyACyARyAA6CircleVAVGAYGAA13_OffsetEffectVGAA07_ShadowV0VGtGGAYGAA01_dN8ModifierVyAA0P0VGG_AA06_EndedJ0VyAA08_ChangedJ0VyAA04DragJ0VGGQo_GAYGACyxq_GAaf2aFRzAA0gX0R_rlWl', symObjAddr: 0x4B84, symBinAddr: 0x10002D2D4, symSize: 0x8C }
+ - { offset: 0x12A843, size: 0x8, addend: 0x0, symName: '_$s7Combine9PublishedV9PublisherVySDySSypG_GAEyx_GAadAWl', symObjAddr: 0x4C10, symBinAddr: 0x10002D360, symSize: 0x74 }
+ - { offset: 0x12A857, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI16SubscriptionViewVy7Combine9PublishedV9PublisherVySDySSypG_GAA15ModifiedContentVyAA14GeometryReaderVyAA0D0PAAE7gesture_9includingQrqd___AA11GestureMaskVtAA0N0Rd__lFQOyALyALyAA6ZStackVyAA05TupleD0VyALyAA06_ShapeD0VyAA16RoundedRectangleVAA5ColorVGAA12_FrameLayoutVG_A7_ALyALyALyA_yAA6CircleVA3_GA6_GAA13_OffsetEffectVGAA07_ShadowZ0VGtGGA6_GAA01_iR8ModifierVyAA0T0VGG_AA06_EndedN0VyAA08_ChangedN0VyAA04DragN0VGGQo_GA6_GGACyxq_GAaoAWl', symObjAddr: 0x4CAC, symBinAddr: 0x10002D3FC, symSize: 0x74 }
+ - { offset: 0x12A86B, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV7SwiftUI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0x501C, symBinAddr: 0x10002D76C, symSize: 0x24 }
+ - { offset: 0x12A87F, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetVwCP', symObjAddr: 0x50C4, symBinAddr: 0x10002D814, symSize: 0x3C }
+ - { offset: 0x12A893, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetVwxx', symObjAddr: 0x5100, symBinAddr: 0x10002D850, symSize: 0x348 }
+ - { offset: 0x12A8A7, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetVwcp', symObjAddr: 0x5448, symBinAddr: 0x10002DB98, symSize: 0x9F0 }
+ - { offset: 0x12A8BB, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetVwca', symObjAddr: 0x5E38, symBinAddr: 0x10002E588, symSize: 0x10A0 }
+ - { offset: 0x12A8CF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsVWOh', symObjAddr: 0x6ED8, symBinAddr: 0x10002F628, symSize: 0x40 }
+ - { offset: 0x12A8E3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsVWOh', symObjAddr: 0x6F18, symBinAddr: 0x10002F668, symSize: 0x64 }
+ - { offset: 0x12A8F7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaVWOh', symObjAddr: 0x6F7C, symBinAddr: 0x10002F6CC, symSize: 0x28 }
+ - { offset: 0x12A90B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsVWOh', symObjAddr: 0x6FA4, symBinAddr: 0x10002F6F4, symSize: 0x58 }
+ - { offset: 0x12A91F, size: 0x8, addend: 0x0, symName: ___swift_memcpy1064_8, symObjAddr: 0x6FFC, symBinAddr: 0x10002F74C, symSize: 0x2C }
+ - { offset: 0x12A933, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetVwta', symObjAddr: 0x7028, symBinAddr: 0x10002F778, symSize: 0xAA4 }
+ - { offset: 0x12A947, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetVwet', symObjAddr: 0x7ACC, symBinAddr: 0x10003021C, symSize: 0x118 }
+ - { offset: 0x12A95B, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetVwst', symObjAddr: 0x7BE4, symBinAddr: 0x100030334, symSize: 0x3C0 }
+ - { offset: 0x12A96F, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetVMa', symObjAddr: 0x7FA4, symBinAddr: 0x1000306F4, symSize: 0x14 }
+ - { offset: 0x12A983, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetVWOh', symObjAddr: 0x7FCC, symBinAddr: 0x10003071C, symSize: 0x34C }
+ - { offset: 0x12A997, size: 0x8, addend: 0x0, symName: '_$sS2SSlsWl', symObjAddr: 0x83D8, symBinAddr: 0x100030A68, symSize: 0x64 }
+ - { offset: 0x12A9AB, size: 0x8, addend: 0x0, symName: '_$sSJWOh', symObjAddr: 0x843C, symBinAddr: 0x100030ACC, symSize: 0x28 }
+ - { offset: 0x12A9BF, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV4bodyQrvg7SwiftUI4ViewPAEE7gesture_9includingQrqd___AE11GestureMaskVtAE0L0Rd__lFQOyAgEE12contentShape_6eoFillQrqd___SbtAE0O0Rd__lFQOyAgEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AwE9AlignmentVtFQOyAE6ZStackVyAE05TupleI0VyAgEEApqrSQrAW_AwYtFQOyAE01_oI0VyAE16RoundedRectangleVAE5ColorVG_Qo__A9_AgEE6shadow5color6radius1x1yQrA7__A3VtFQOyAgEE6offsetA13_A14_QrAV_AVtFQOyAgEEApqrSQrAW_AwYtFQOyA3_yAE6CircleVA7_G_Qo__Qo__Qo_tGG_Qo__AE9RectangleVQo__AE06_EndedL0VyAE08_ChangedL0VyAE04DragL0VGGQo_AE13GeometryProxyVcfU_A22_yXEfU_TA', symObjAddr: 0x8464, symBinAddr: 0x100030AF4, symSize: 0xC }
+ - { offset: 0x12A9D3, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI9TupleViewVyAA15ModifiedContentVyAA06_ShapeD0VyAA16RoundedRectangleVAA5ColorVGAA12_FrameLayoutVG_AoEyAEyAEyAGyAA6CircleVAKGANGAA13_OffsetEffectVGAA07_ShadowO0VGtGACyxGAA0D0AAWl', symObjAddr: 0x8470, symBinAddr: 0x100030B00, symSize: 0x74 }
+ - { offset: 0x12A9E7, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6ZStackVyAA9TupleViewVyAA15ModifiedContentVyAA06_ShapeE0VyAA16RoundedRectangleVAA5ColorVGAA12_FrameLayoutVG_AqGyAGyAGyAIyAA6CircleVAMGAPGAA13_OffsetEffectVGAA07_ShadowP0VGtGGWOh', symObjAddr: 0x84E4, symBinAddr: 0x100030B74, symSize: 0x138 }
+ - { offset: 0x12A9FB, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6ZStackVyAA9TupleViewVyACyAA06_ShapeG0VyAA16RoundedRectangleVAA5ColorVGAA12_FrameLayoutVG_AqCyACyACyAIyAA6CircleVAMGAPGAA13_OffsetEffectVGAA07_ShadowP0VGtGGAPGWOh', symObjAddr: 0x8680, symBinAddr: 0x100030CAC, symSize: 0x138 }
+ - { offset: 0x12AA0F, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV4bodyQrvg7SwiftUI4ViewPAEE7gesture_9includingQrqd___AE11GestureMaskVtAE0L0Rd__lFQOyAgEE12contentShape_6eoFillQrqd___SbtAE0O0Rd__lFQOyAgEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AwE9AlignmentVtFQOyAE6ZStackVyAE05TupleI0VyAgEEApqrSQrAW_AwYtFQOyAE01_oI0VyAE16RoundedRectangleVAE5ColorVG_Qo__A9_AgEE6shadow5color6radius1x1yQrA7__A3VtFQOyAgEE6offsetA13_A14_QrAV_AVtFQOyAgEEApqrSQrAW_AwYtFQOyA3_yAE6CircleVA7_G_Qo__Qo__Qo_tGG_Qo__AE9RectangleVQo__AE06_EndedL0VyAE08_ChangedL0VyAE04DragL0VGGQo_AE13GeometryProxyVcfU_yA33_5ValueVcfU0_TA', symObjAddr: 0x8AE4, symBinAddr: 0x100031110, symSize: 0x4C }
+ - { offset: 0x12AA23, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11DragGestureVAcA0D0AAWl', symObjAddr: 0x8B30, symBinAddr: 0x10003115C, symSize: 0x6C }
+ - { offset: 0x12AA37, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11DragGestureV5ValueVAESQAAWl', symObjAddr: 0x8B9C, symBinAddr: 0x1000311C8, symSize: 0x6C }
+ - { offset: 0x12AA4B, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV4bodyQrvg7SwiftUI4ViewPAEE7gesture_9includingQrqd___AE11GestureMaskVtAE0L0Rd__lFQOyAgEE12contentShape_6eoFillQrqd___SbtAE0O0Rd__lFQOyAgEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AwE9AlignmentVtFQOyAE6ZStackVyAE05TupleI0VyAgEEApqrSQrAW_AwYtFQOyAE01_oI0VyAE16RoundedRectangleVAE5ColorVG_Qo__A9_AgEE6shadow5color6radius1x1yQrA7__A3VtFQOyAgEE6offsetA13_A14_QrAV_AVtFQOyAgEEApqrSQrAW_AwYtFQOyA3_yAE6CircleVA7_G_Qo__Qo__Qo_tGG_Qo__AE9RectangleVQo__AE06_EndedL0VyAE08_ChangedL0VyAE04DragL0VGGQo_AE13GeometryProxyVcfU_yA33_5ValueVcfU1_TA', symObjAddr: 0x8EE0, symBinAddr: 0x10003150C, symSize: 0x8 }
+ - { offset: 0x12AA5F, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15_ChangedGestureVyAA04DragD0VGACyxGAA0D0AAWl', symObjAddr: 0x8EE8, symBinAddr: 0x100031514, symSize: 0x74 }
+ - { offset: 0x12AA73, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA6ZStackVyAA9TupleViewVyACyAA06_ShapeG0VyAA16RoundedRectangleVAA5ColorVGAA12_FrameLayoutVG_AqCyACyACyAIyAA6CircleVAMGAPGAA13_OffsetEffectVGAA07_ShadowP0VGtGGAPGAA01_dH8ModifierVyAA0J0VGGWOh', symObjAddr: 0x8F5C, symBinAddr: 0x100031588, symSize: 0x138 }
+ - { offset: 0x12AA87, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACSLAAWl', symObjAddr: 0x9094, symBinAddr: 0x1000316C0, symSize: 0x64 }
+ - { offset: 0x12AA9B, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI16RoundedRectangleVAcA5ShapeAAWl', symObjAddr: 0x90F8, symBinAddr: 0x100031724, symSize: 0x6C }
+ - { offset: 0x12AAAF, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI16RoundedRectangleVWOh', symObjAddr: 0x91F0, symBinAddr: 0x100031790, symSize: 0x5C }
+ - { offset: 0x12AAC3, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI10_ShapeViewVyAA16RoundedRectangleVAA5ColorVGACyxq_GAA0D0AAWl', symObjAddr: 0x924C, symBinAddr: 0x1000317EC, symSize: 0x74 }
+ - { offset: 0x12AAD7, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI10_ShapeViewVyAA16RoundedRectangleVAA5ColorVGWOh', symObjAddr: 0x92C0, symBinAddr: 0x100031860, symSize: 0x84 }
+ - { offset: 0x12AAEB, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA10_ShapeViewVyAA16RoundedRectangleVAA5ColorVGAA12_FrameLayoutVGACyxq_GAA0F0A2aORzAA0F8ModifierR_rlWl', symObjAddr: 0x9344, symBinAddr: 0x1000318E4, symSize: 0x8C }
+ - { offset: 0x12AAFF, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA10_ShapeViewVyAA16RoundedRectangleVAA5ColorVGAA12_FrameLayoutVGWOh', symObjAddr: 0x93D0, symBinAddr: 0x100031970, symSize: 0x84 }
+ - { offset: 0x12AB13, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6CircleVAcA5ShapeAAWl', symObjAddr: 0x9454, symBinAddr: 0x1000319F4, symSize: 0x64 }
+ - { offset: 0x12AB27, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI10_ShapeViewVyAA6CircleVAA5ColorVGACyxq_GAA0D0AAWl', symObjAddr: 0x94B8, symBinAddr: 0x100031A58, symSize: 0x74 }
+ - { offset: 0x12AB3B, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI10_ShapeViewVyAA6CircleVAA5ColorVGWOh', symObjAddr: 0x952C, symBinAddr: 0x100031ACC, symSize: 0x28 }
+ - { offset: 0x12AB4F, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA10_ShapeViewVyAA6CircleVAA5ColorVGAA12_FrameLayoutVGACyxq_GAA0F0A2aORzAA0F8ModifierR_rlWl', symObjAddr: 0x9554, symBinAddr: 0x100031AF4, symSize: 0x8C }
+ - { offset: 0x12AB63, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA10_ShapeViewVyAA6CircleVAA5ColorVGAA12_FrameLayoutVGWOh', symObjAddr: 0x95E0, symBinAddr: 0x100031B80, symSize: 0x28 }
+ - { offset: 0x12AB77, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA10_ShapeViewVyAA6CircleVAA5ColorVGAA12_FrameLayoutVGAA13_OffsetEffectVGACyxq_GAA0F0A2aRRzAA0F8ModifierR_rlWl', symObjAddr: 0x9608, symBinAddr: 0x100031BA8, symSize: 0x8C }
+ - { offset: 0x12AB8B, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA10_ShapeViewVyAA6CircleVAA5ColorVGAA12_FrameLayoutVGAA13_OffsetEffectVGWOh', symObjAddr: 0x9694, symBinAddr: 0x100031C34, symSize: 0x28 }
+ - { offset: 0x12AB9F, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyAA10_ShapeViewVyAA6CircleVAA5ColorVGAA12_FrameLayoutVGAA13_OffsetEffectVGAA07_ShadowL0VGACyxq_GAA0F0A2aURzAA0F8ModifierR_rlWl', symObjAddr: 0x96BC, symBinAddr: 0x100031C5C, symSize: 0x8C }
+ - { offset: 0x12ABB3, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyAA10_ShapeViewVyAA6CircleVAA5ColorVGAA12_FrameLayoutVGAA13_OffsetEffectVGAA07_ShadowL0VGWOh', symObjAddr: 0x9748, symBinAddr: 0x100031CE8, symSize: 0x34 }
+ - { offset: 0x12ABC7, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA10_ShapeViewVyAA16RoundedRectangleVAA5ColorVGAA12_FrameLayoutVGWOc', symObjAddr: 0x977C, symBinAddr: 0x100031D1C, symSize: 0x120 }
+ - { offset: 0x12ABDB, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyAA10_ShapeViewVyAA6CircleVAA5ColorVGAA12_FrameLayoutVGAA13_OffsetEffectVGAA07_ShadowL0VGWOc', symObjAddr: 0x989C, symBinAddr: 0x100031E3C, symSize: 0x94 }
+ - { offset: 0x12ABF0, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV6bridgeAA0B6BridgeCvg', symObjAddr: 0x0, symBinAddr: 0x1000294DC, symSize: 0x28 }
+ - { offset: 0x12AC04, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV6schema11SwiftBricks13ControlSchemaVvg', symObjAddr: 0x28, symBinAddr: 0x100029504, symSize: 0x1C }
+ - { offset: 0x12AC18, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV6engine11SwiftBricks0H6EngineCvg', symObjAddr: 0xA24, symBinAddr: 0x1000295CC, symSize: 0x5C }
+ - { offset: 0x12AC44, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV6engine11SwiftBricks0H6EngineCvs', symObjAddr: 0xB88, symBinAddr: 0x100029730, symSize: 0x50 }
+ - { offset: 0x12AC78, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV6engine11SwiftBricks0H6EngineCvM', symObjAddr: 0xBD8, symBinAddr: 0x100029780, symSize: 0x20 }
+ - { offset: 0x12AC9D, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV6engine11SwiftBricks0H6EngineCvM.resume.0', symObjAddr: 0xBF8, symBinAddr: 0x1000297A0, symSize: 0xC }
+ - { offset: 0x12ACBE, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV7$engine7SwiftUI14ObservedObjectV7WrapperVy0G6Bricks0L6EngineC_Gvg', symObjAddr: 0xC04, symBinAddr: 0x1000297AC, symSize: 0x70 }
+ - { offset: 0x12ACE3, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV7_engine33_3A3C19D43455B9C8BA705C7FB27F55D2LL7SwiftUI14ObservedObjectVy0Q6Bricks0U6EngineCGvg', symObjAddr: 0xC74, symBinAddr: 0x10002981C, symSize: 0x34 }
+ - { offset: 0x12ACF7, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV7_engine33_3A3C19D43455B9C8BA705C7FB27F55D2LL7SwiftUI14ObservedObjectVy0Q6Bricks0U6EngineCGvs', symObjAddr: 0xCA8, symBinAddr: 0x100029850, symSize: 0x48 }
+ - { offset: 0x12AD0B, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV8progress33_3A3C19D43455B9C8BA705C7FB27F55D2LLSdvg', symObjAddr: 0xD30, symBinAddr: 0x1000298D8, symSize: 0x78 }
+ - { offset: 0x12AD1F, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV8progress33_3A3C19D43455B9C8BA705C7FB27F55D2LLSdvs', symObjAddr: 0xE8C, symBinAddr: 0x1000299B4, symSize: 0x9C }
+ - { offset: 0x12AD33, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV9$progress33_3A3C19D43455B9C8BA705C7FB27F55D2LL7SwiftUI7BindingVySdGvg', symObjAddr: 0xF30, symBinAddr: 0x100029A58, symSize: 0x90 }
+ - { offset: 0x12AD47, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV9_progress33_3A3C19D43455B9C8BA705C7FB27F55D2LL7SwiftUI5StateVySdGvg', symObjAddr: 0xFC0, symBinAddr: 0x100029AE8, symSize: 0x34 }
+ - { offset: 0x12AD5B, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV9_progress33_3A3C19D43455B9C8BA705C7FB27F55D2LL7SwiftUI5StateVySdGvs', symObjAddr: 0xFF4, symBinAddr: 0x100029B1C, symSize: 0x44 }
+ - { offset: 0x12AD6F, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV8duration33_3A3C19D43455B9C8BA705C7FB27F55D2LLSdvg', symObjAddr: 0x1078, symBinAddr: 0x100029BA0, symSize: 0x78 }
+ - { offset: 0x12AD83, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV8duration33_3A3C19D43455B9C8BA705C7FB27F55D2LLSdvs', symObjAddr: 0x10F0, symBinAddr: 0x100029C18, symSize: 0x9C }
+ - { offset: 0x12AD97, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV9$duration33_3A3C19D43455B9C8BA705C7FB27F55D2LL7SwiftUI7BindingVySdGvg', symObjAddr: 0x1194, symBinAddr: 0x100029CBC, symSize: 0x90 }
+ - { offset: 0x12ADAB, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV9_duration33_3A3C19D43455B9C8BA705C7FB27F55D2LL7SwiftUI5StateVySdGvg', symObjAddr: 0x1224, symBinAddr: 0x100029D4C, symSize: 0x34 }
+ - { offset: 0x12ADBF, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV9_duration33_3A3C19D43455B9C8BA705C7FB27F55D2LL7SwiftUI5StateVySdGvs', symObjAddr: 0x1258, symBinAddr: 0x100029D80, symSize: 0x44 }
+ - { offset: 0x12ADD3, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV10isDragging33_3A3C19D43455B9C8BA705C7FB27F55D2LLSbvg', symObjAddr: 0x12EC, symBinAddr: 0x100029E14, symSize: 0x7C }
+ - { offset: 0x12ADE7, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV10isDragging33_3A3C19D43455B9C8BA705C7FB27F55D2LLSbvs', symObjAddr: 0x13CC, symBinAddr: 0x100029EF4, symSize: 0x9C }
+ - { offset: 0x12ADFB, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV11$isDragging33_3A3C19D43455B9C8BA705C7FB27F55D2LL7SwiftUI7BindingVySbGvg', symObjAddr: 0x1474, symBinAddr: 0x100029F9C, symSize: 0x94 }
+ - { offset: 0x12AE0F, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV11_isDragging33_3A3C19D43455B9C8BA705C7FB27F55D2LL7SwiftUI5StateVySbGvg', symObjAddr: 0x1508, symBinAddr: 0x10002A030, symSize: 0x38 }
+ - { offset: 0x12AE23, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV11_isDragging33_3A3C19D43455B9C8BA705C7FB27F55D2LL7SwiftUI5StateVySbGvs', symObjAddr: 0x1540, symBinAddr: 0x10002A068, symSize: 0x48 }
+ - { offset: 0x12AE3E, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV4bodyQrvg', symObjAddr: 0x1588, symBinAddr: 0x10002A0B0, symSize: 0x3F4 }
+ - { offset: 0x12AE63, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV4bodyQrvg7SwiftUI4ViewPAEE7gesture_9includingQrqd___AE11GestureMaskVtAE0L0Rd__lFQOyAgEE12contentShape_6eoFillQrqd___SbtAE0O0Rd__lFQOyAgEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AwE9AlignmentVtFQOyAE6ZStackVyAE05TupleI0VyAgEEApqrSQrAW_AwYtFQOyAE01_oI0VyAE16RoundedRectangleVAE5ColorVG_Qo__A9_AgEE6shadow5color6radius1x1yQrA7__A3VtFQOyAgEE6offsetA13_A14_QrAV_AVtFQOyAgEEApqrSQrAW_AwYtFQOyA3_yAE6CircleVA7_G_Qo__Qo__Qo_tGG_Qo__AE9RectangleVQo__AE06_EndedL0VyAE08_ChangedL0VyAE04DragL0VGGQo_AE13GeometryProxyVcfU_', symObjAddr: 0x197C, symBinAddr: 0x10002A4A4, symSize: 0x730 }
+ - { offset: 0x12AE9E, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV4bodyQrvg7SwiftUI4ViewPAEE7gesture_9includingQrqd___AE11GestureMaskVtAE0L0Rd__lFQOyAgEE12contentShape_6eoFillQrqd___SbtAE0O0Rd__lFQOyAgEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AwE9AlignmentVtFQOyAE6ZStackVyAE05TupleI0VyAgEEApqrSQrAW_AwYtFQOyAE01_oI0VyAE16RoundedRectangleVAE5ColorVG_Qo__A9_AgEE6shadow5color6radius1x1yQrA7__A3VtFQOyAgEE6offsetA13_A14_QrAV_AVtFQOyAgEEApqrSQrAW_AwYtFQOyA3_yAE6CircleVA7_G_Qo__Qo__Qo_tGG_Qo__AE9RectangleVQo__AE06_EndedL0VyAE08_ChangedL0VyAE04DragL0VGGQo_AE13GeometryProxyVcfU_A22_yXEfU_', symObjAddr: 0x306C, symBinAddr: 0x10002BAA8, symSize: 0x820 }
+ - { offset: 0x12AEE9, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV4bodyQrvg7SwiftUI4ViewPAEE7gesture_9includingQrqd___AE11GestureMaskVtAE0L0Rd__lFQOyAgEE12contentShape_6eoFillQrqd___SbtAE0O0Rd__lFQOyAgEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AwE9AlignmentVtFQOyAE6ZStackVyAE05TupleI0VyAgEEApqrSQrAW_AwYtFQOyAE01_oI0VyAE16RoundedRectangleVAE5ColorVG_Qo__A9_AgEE6shadow5color6radius1x1yQrA7__A3VtFQOyAgEE6offsetA13_A14_QrAV_AVtFQOyAgEEApqrSQrAW_AwYtFQOyA3_yAE6CircleVA7_G_Qo__Qo__Qo_tGG_Qo__AE9RectangleVQo__AE06_EndedL0VyAE08_ChangedL0VyAE04DragL0VGGQo_AE13GeometryProxyVcfU_yA33_5ValueVcfU0_', symObjAddr: 0x4020, symBinAddr: 0x10002C7B4, symSize: 0x2DC }
+ - { offset: 0x12AF6D, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV4bodyQrvg7SwiftUI4ViewPAEE7gesture_9includingQrqd___AE11GestureMaskVtAE0L0Rd__lFQOyAgEE12contentShape_6eoFillQrqd___SbtAE0O0Rd__lFQOyAgEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AwE9AlignmentVtFQOyAE6ZStackVyAE05TupleI0VyAgEEApqrSQrAW_AwYtFQOyAE01_oI0VyAE16RoundedRectangleVAE5ColorVG_Qo__A9_AgEE6shadow5color6radius1x1yQrA7__A3VtFQOyAgEE6offsetA13_A14_QrAV_AVtFQOyAgEEApqrSQrAW_AwYtFQOyA3_yAE6CircleVA7_G_Qo__Qo__Qo_tGG_Qo__AE9RectangleVQo__AE06_EndedL0VyAE08_ChangedL0VyAE04DragL0VGGQo_AE13GeometryProxyVcfU_yA33_5ValueVcfU1_', symObjAddr: 0x42FC, symBinAddr: 0x10002CA90, symSize: 0xA4 }
+ - { offset: 0x12AFA8, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV4bodyQrvgySDySSypGcfU0_', symObjAddr: 0x4408, symBinAddr: 0x10002CB58, symSize: 0x49C }
+ - { offset: 0x12B061, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI16RoundedRectangleV12cornerRadius5styleAC12CoreGraphics7CGFloatV_AA0C11CornerStyleOtcfcfA0_', symObjAddr: 0x388C, symBinAddr: 0x10002C2C8, symSize: 0x4C }
+ - { offset: 0x12B07F, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI5ShapePAAE4fill_5styleAA01_C4ViewVyxqd__Gqd___AA9FillStyleVtAA0cH0Rd__lFfA0_', symObjAddr: 0x38D8, symBinAddr: 0x10002C314, symSize: 0x24 }
+ - { offset: 0x12B0B6, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI5ShapePAAE4fill_5styleAA01_C4ViewVyxqd__Gqd___AA9FillStyleVtAA0cH0Rd__lF', symObjAddr: 0x38FC, symBinAddr: 0x10002C338, symSize: 0x124 }
+ - { offset: 0x12B0ED, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewPAAE6offset1x1yQr12CoreGraphics7CGFloatV_AItFfA0_', symObjAddr: 0x3CF8, symBinAddr: 0x10002C6D0, symSize: 0x14 }
+ - { offset: 0x12B117, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewPAAE6shadow5color6radius1x1yQrAA5ColorV_12CoreGraphics7CGFloatVA2MtFfA_', symObjAddr: 0x3D0C, symBinAddr: 0x10002C6E4, symSize: 0x88 }
+ - { offset: 0x12B141, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewPAAE6shadow5color6radius1x1yQrAA5ColorV_12CoreGraphics7CGFloatVA2MtFfA1_', symObjAddr: 0x3D94, symBinAddr: 0x10002C76C, symSize: 0x14 }
+ - { offset: 0x12B16B, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewPAAE6shadow5color6radius1x1yQrAA5ColorV_12CoreGraphics7CGFloatVA2MtFfA2_', symObjAddr: 0x3DA8, symBinAddr: 0x10002C780, symSize: 0x14 }
+ - { offset: 0x12B195, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewPAAE7gesture_9includingQrqd___AA11GestureMaskVtAA0F0Rd__lFfA0_', symObjAddr: 0x43A0, symBinAddr: 0x10002CB34, symSize: 0x24 }
+ - { offset: 0x12B1CC, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV7SwiftUI4ViewAadEP05_makeH04view6inputsAD01_H7OutputsVAD11_GraphValueVyxG_AD01_H6InputsVtFZTW', symObjAddr: 0x5040, symBinAddr: 0x10002D790, symSize: 0x14 }
+ - { offset: 0x12B1E8, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV7SwiftUI4ViewAadEP05_makeH4List4view6inputsAD01_hJ7OutputsVAD11_GraphValueVyxG_AD01_hJ6InputsVtFZTW', symObjAddr: 0x5054, symBinAddr: 0x10002D7A4, symSize: 0x14 }
+ - { offset: 0x12B204, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV7SwiftUI4ViewAadEP14_viewListCount6inputsSiSgAD01_hjK6InputsV_tFZTW', symObjAddr: 0x5068, symBinAddr: 0x10002D7B8, symSize: 0x18 }
+ - { offset: 0x12B351, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV13progressRatio33_3A3C19D43455B9C8BA705C7FB27F55D2LLSdvg', symObjAddr: 0x3B20, symBinAddr: 0x10002C4F8, symSize: 0x1D8 }
+ - { offset: 0x12B37E, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11DragGestureV15minimumDistance15coordinateSpaceAC12CoreGraphics7CGFloatV_xtcAA010CoordinateH8ProtocolRzlufcfA0_', symObjAddr: 0x4000, symBinAddr: 0x10002C794, symSize: 0x20 }
+ - { offset: 0x12B3AB, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV6bridge6schema6engineAcA0B6BridgeC_11SwiftBricks13ControlSchemaVAI0K6EngineCtcfC', symObjAddr: 0x4EEC, symBinAddr: 0x10002D63C, symSize: 0x130 }
+ - { offset: 0x12B3BF, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV7SwiftUI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0x5080, symBinAddr: 0x10002D7D0, symSize: 0x44 }
+ - { offset: 0x12B516, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB6WidgetV6bridgeAA0B6BridgeCvg', symObjAddr: 0x0, symBinAddr: 0x100031ED0, symSize: 0x28 }
+ - { offset: 0x12B546, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB13RepresentableV7SwiftUI06NSViewD0AadEP09dismantleG0_11coordinatory0G4TypeQz_11CoordinatorQztFZTW', symObjAddr: 0x265C, symBinAddr: 0x100033864, symSize: 0x14 }
+ - { offset: 0x12B562, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB13RepresentableV7SwiftUI06NSViewD0AadEP15makeCoordinator0I0QzyFTW', symObjAddr: 0x2670, symBinAddr: 0x100033878, symSize: 0x14 }
+ - { offset: 0x12B57E, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB13RepresentableV7SwiftUI06NSViewD0AadEP19_identifiedViewTree2inAD011_IdentifiediJ0O0G4TypeQz_tFTW', symObjAddr: 0x2684, symBinAddr: 0x10003388C, symSize: 0x14 }
+ - { offset: 0x12B59A, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB13RepresentableV7SwiftUI06NSViewD0AadEP12sizeThatFits_6nsView7contextSo6CGSizeVSgAD08ProposedL4SizeV_0G4TypeQzAD0gD7ContextVyxGtFTW', symObjAddr: 0x2698, symBinAddr: 0x1000338A0, symSize: 0x74 }
+ - { offset: 0x12B5B6, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB13RepresentableV7SwiftUI06NSViewD0AadEP21_overrideSizeThatFits_2in6nsViewySo6CGSizeVz_AD09_ProposedI0V0G4TypeQztFTW', symObjAddr: 0x270C, symBinAddr: 0x100033914, symSize: 0x14 }
+ - { offset: 0x12B5D2, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB13RepresentableV7SwiftUI06NSViewD0AadEP21_overrideLayoutTraits_3foryAD01_iJ0Vz_0G4TypeQztFTW', symObjAddr: 0x2720, symBinAddr: 0x100033928, symSize: 0x14 }
+ - { offset: 0x12B5EE, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB13RepresentableV7SwiftUI06NSViewD0AadEP24_modifyBridgedViewInputsyyAD01_jK0VzFZTW', symObjAddr: 0x2734, symBinAddr: 0x10003393C, symSize: 0x14 }
+ - { offset: 0x12B60A, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB13RepresentableV7SwiftUI06NSViewD0AadEP35_invalidatesSizeOnConstraintChangesSbvgZTW', symObjAddr: 0x2748, symBinAddr: 0x100033950, symSize: 0x18 }
+ - { offset: 0x12B626, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB13RepresentableV7SwiftUI06NSViewD0AadEP14_layoutOptionsyAD013_PlatformViewd6LayoutI0V0G4TypeQzFZTW', symObjAddr: 0x2760, symBinAddr: 0x100033968, symSize: 0x14 }
+ - { offset: 0x12B642, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB13RepresentableV7SwiftUI4ViewAadEP05_makeG04view6inputsAD01_G7OutputsVAD11_GraphValueVyxG_AD01_G6InputsVtFZTW', symObjAddr: 0x2774, symBinAddr: 0x10003397C, symSize: 0x44 }
+ - { offset: 0x12B65E, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB13RepresentableV7SwiftUI4ViewAadEP05_makeG4List4view6inputsAD01_gI7OutputsVAD11_GraphValueVyxG_AD01_gI6InputsVtFZTW', symObjAddr: 0x27B8, symBinAddr: 0x1000339C0, symSize: 0x44 }
+ - { offset: 0x12B67A, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB13RepresentableV7SwiftUI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0x2814, symBinAddr: 0x100033A1C, symSize: 0x24 }
+ - { offset: 0x12B820, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB6WidgetV6engine11SwiftBricks0G6EngineCvpfP', symObjAddr: 0x978, symBinAddr: 0x100031F14, symSize: 0x40 }
+ - { offset: 0x12B84C, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB6WidgetV6engine11SwiftBricks0G6EngineCvpACTK', symObjAddr: 0xAE4, symBinAddr: 0x100031FB0, symSize: 0x64 }
+ - { offset: 0x12B864, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB6WidgetV6engine11SwiftBricks0G6EngineCvpACTk', symObjAddr: 0xB48, symBinAddr: 0x100032014, symSize: 0x40 }
+ - { offset: 0x12B92A, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB13RepresentableVAC7SwiftUI4ViewAAWl', symObjAddr: 0x11DC, symBinAddr: 0x100032604, symSize: 0x68 }
+ - { offset: 0x12B93E, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB13RepresentableVWOh', symObjAddr: 0x12D0, symBinAddr: 0x10003266C, symSize: 0x30 }
+ - { offset: 0x12B952, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVy10MiniPlayer05VideoF13RepresentableVAA24_BackgroundStyleModifierVyAA5ColorVGGACyxq_GAA4ViewA2aNRzAA0mK0R_rlWl', symObjAddr: 0x1320, symBinAddr: 0x10003269C, symSize: 0x90 }
+ - { offset: 0x12B966, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVy10MiniPlayer05VideoF13RepresentableVAA24_BackgroundStyleModifierVyAA5ColorVGGWOh', symObjAddr: 0x149C, symBinAddr: 0x10003272C, symSize: 0x3C }
+ - { offset: 0x12B97A, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACy10MiniPlayer05VideoF13RepresentableVAA24_BackgroundStyleModifierVyAA5ColorVGGAA16_FlexFrameLayoutVGACyxq_GAA4ViewA2aQRzAA0pK0R_rlWl', symObjAddr: 0x14D8, symBinAddr: 0x100032768, symSize: 0x8C }
+ - { offset: 0x12B98E, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACy10MiniPlayer05VideoF13RepresentableVAA24_BackgroundStyleModifierVyAA5ColorVGGAA16_FlexFrameLayoutVGWOh', symObjAddr: 0x1564, symBinAddr: 0x1000327F4, symSize: 0x3C }
+ - { offset: 0x12B9A2, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB6WidgetVWOc', symObjAddr: 0x15E8, symBinAddr: 0x100032878, symSize: 0x984 }
+ - { offset: 0x12B9B6, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB6WidgetV4bodyQrvgyycfU_TA', symObjAddr: 0x2220, symBinAddr: 0x1000334B0, symSize: 0x8 }
+ - { offset: 0x12B9CA, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACy10MiniPlayer05VideoF13RepresentableVAA24_BackgroundStyleModifierVyAA5ColorVGGAA16_FlexFrameLayoutVGAA012_AspectRatioO0VGACyxq_GAA4ViewA2aTRzAA0rK0R_rlWl', symObjAddr: 0x2228, symBinAddr: 0x1000334B8, symSize: 0x8C }
+ - { offset: 0x12B9DE, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACy10MiniPlayer05VideoF13RepresentableVAA24_BackgroundStyleModifierVyAA5ColorVGGAA16_FlexFrameLayoutVGAA012_AspectRatioO0VGWOh', symObjAddr: 0x22B4, symBinAddr: 0x100033544, symSize: 0x3C }
+ - { offset: 0x12BB3A, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6NSViewCMa', symObjAddr: 0x2568, symBinAddr: 0x100033770, symSize: 0x24 }
+ - { offset: 0x12BB4E, size: 0x8, addend: 0x0, symName: '_$sSo13AVPlayerLayerCMa', symObjAddr: 0x2A80, symBinAddr: 0x100033C88, symSize: 0x60 }
+ - { offset: 0x12BB62, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6NSViewC6playerSo8AVPlayerCSgvpACTK', symObjAddr: 0x2EA0, symBinAddr: 0x1000340A8, symSize: 0x80 }
+ - { offset: 0x12BB7A, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6NSViewC6playerSo8AVPlayerCSgvpACTk', symObjAddr: 0x2F20, symBinAddr: 0x100034128, symSize: 0x8C }
+ - { offset: 0x12BB92, size: 0x8, addend: 0x0, symName: '_$ss10fatalError_4file4lines5NeverOSSyXK_s12StaticStringVSutFfA_SSycfu_', symObjAddr: 0x33B0, symBinAddr: 0x1000345B8, symSize: 0x34 }
+ - { offset: 0x12BBAA, size: 0x8, addend: 0x0, symName: '_$sSo8AVPlayerCSgWOh', symObjAddr: 0x33E4, symBinAddr: 0x1000345EC, symSize: 0x30 }
+ - { offset: 0x12BBBE, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB6WidgetV7SwiftUI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0x3414, symBinAddr: 0x10003461C, symSize: 0x24 }
+ - { offset: 0x12BBD2, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB13RepresentableV7SwiftUI06NSViewD0AaD4ViewPWb', symObjAddr: 0x3438, symBinAddr: 0x100034640, symSize: 0x14 }
+ - { offset: 0x12BBE6, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB13RepresentableV7SwiftUI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0x344C, symBinAddr: 0x100034654, symSize: 0xC }
+ - { offset: 0x12BBFA, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB6WidgetVwCP', symObjAddr: 0x3458, symBinAddr: 0x100034660, symSize: 0x3C }
+ - { offset: 0x12BC0E, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB6WidgetVwxx', symObjAddr: 0x3494, symBinAddr: 0x10003469C, symSize: 0x324 }
+ - { offset: 0x12BC22, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB6WidgetVwcp', symObjAddr: 0x37B8, symBinAddr: 0x1000349C0, symSize: 0x984 }
+ - { offset: 0x12BC36, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB6WidgetVwca', symObjAddr: 0x413C, symBinAddr: 0x100035344, symSize: 0xFF8 }
+ - { offset: 0x12BC4A, size: 0x8, addend: 0x0, symName: ___swift_memcpy1016_8, symObjAddr: 0x5258, symBinAddr: 0x10003633C, symSize: 0x2C }
+ - { offset: 0x12BC5E, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB6WidgetVwta', symObjAddr: 0x5284, symBinAddr: 0x100036368, symSize: 0xA44 }
+ - { offset: 0x12BC72, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB6WidgetVwet', symObjAddr: 0x5CC8, symBinAddr: 0x100036DAC, symSize: 0x118 }
+ - { offset: 0x12BC86, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB6WidgetVwst', symObjAddr: 0x5DE0, symBinAddr: 0x100036EC4, symSize: 0x3A8 }
+ - { offset: 0x12BC9A, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB6WidgetVMa', symObjAddr: 0x6188, symBinAddr: 0x10003726C, symSize: 0x14 }
+ - { offset: 0x12BCAE, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB13RepresentableVMa', symObjAddr: 0x619C, symBinAddr: 0x100037280, symSize: 0x14 }
+ - { offset: 0x12BCC2, size: 0x8, addend: 0x0, symName: '_$sSo8AVPlayerCSgWOc', symObjAddr: 0x620C, symBinAddr: 0x1000372F0, symSize: 0x3C }
+ - { offset: 0x12BCD6, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB6WidgetVWOh', symObjAddr: 0x6248, symBinAddr: 0x10003732C, symSize: 0x328 }
+ - { offset: 0x12BCEA, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB13RepresentableVAC7SwiftUI06NSViewD0AAWl', symObjAddr: 0x6570, symBinAddr: 0x100037654, symSize: 0x68 }
+ - { offset: 0x12BCFF, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB6WidgetV6bridgeAA0B6BridgeCvg', symObjAddr: 0x0, symBinAddr: 0x100031ED0, symSize: 0x28 }
+ - { offset: 0x12BD13, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB6WidgetV6schema11SwiftBricks13ControlSchemaVvg', symObjAddr: 0x28, symBinAddr: 0x100031EF8, symSize: 0x1C }
+ - { offset: 0x12BD27, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB6WidgetV6engine11SwiftBricks0G6EngineCvg', symObjAddr: 0xA24, symBinAddr: 0x100031F54, symSize: 0x5C }
+ - { offset: 0x12BD53, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB6WidgetV6engine11SwiftBricks0G6EngineCvs', symObjAddr: 0xB88, symBinAddr: 0x100032054, symSize: 0x50 }
+ - { offset: 0x12BD87, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB6WidgetV6engine11SwiftBricks0G6EngineCvM', symObjAddr: 0xBD8, symBinAddr: 0x1000320A4, symSize: 0x20 }
+ - { offset: 0x12BDAC, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB6WidgetV6engine11SwiftBricks0G6EngineCvM.resume.0', symObjAddr: 0xBF8, symBinAddr: 0x1000320C4, symSize: 0xC }
+ - { offset: 0x12BE80, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB6WidgetV7$engine7SwiftUI14ObservedObjectV7WrapperVy0F6Bricks0K6EngineC_Gvg', symObjAddr: 0xC04, symBinAddr: 0x1000320D0, symSize: 0x70 }
+ - { offset: 0x12BEA5, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB6WidgetV7_engine33_646B62D88F6646B47CB3A79CB79BB9FALL7SwiftUI14ObservedObjectVy0O6Bricks0S6EngineCGvg', symObjAddr: 0xC74, symBinAddr: 0x100032140, symSize: 0x34 }
+ - { offset: 0x12BEB9, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB6WidgetV7_engine33_646B62D88F6646B47CB3A79CB79BB9FALL7SwiftUI14ObservedObjectVy0O6Bricks0S6EngineCGvs', symObjAddr: 0xCA8, symBinAddr: 0x100032174, symSize: 0x48 }
+ - { offset: 0x12BED4, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB6WidgetV4bodyQrvg', symObjAddr: 0xCF0, symBinAddr: 0x1000321BC, symSize: 0x444 }
+ - { offset: 0x12BEF9, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB6WidgetV4bodyQrvgyycfU_', symObjAddr: 0x15A0, symBinAddr: 0x100032830, symSize: 0x48 }
+ - { offset: 0x12BF83, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB13RepresentableV6playerACSo8AVPlayerC_tcfC', symObjAddr: 0x11B4, symBinAddr: 0x100032600, symSize: 0x4 }
+ - { offset: 0x12BFA1, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB6WidgetV7SwiftUI4ViewAadEP05_makeG04view6inputsAD01_G7OutputsVAD11_GraphValueVyxG_AD01_G6InputsVtFZTW', symObjAddr: 0x242C, symBinAddr: 0x100033634, symSize: 0x14 }
+ - { offset: 0x12BFBD, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB6WidgetV7SwiftUI4ViewAadEP05_makeG4List4view6inputsAD01_gI7OutputsVAD11_GraphValueVyxG_AD01_gI6InputsVtFZTW', symObjAddr: 0x2440, symBinAddr: 0x100033648, symSize: 0x14 }
+ - { offset: 0x12BFD9, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB6WidgetV7SwiftUI4ViewAadEP14_viewListCount6inputsSiSgAD01_giJ6InputsV_tFZTW', symObjAddr: 0x2454, symBinAddr: 0x10003365C, symSize: 0x18 }
+ - { offset: 0x12BFF5, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB13RepresentableV7SwiftUI4ViewAadEP14_viewListCount6inputsSiSgAD01_giJ6InputsV_tFZTW', symObjAddr: 0x27FC, symBinAddr: 0x100033A04, symSize: 0x18 }
+ - { offset: 0x12C0D1, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB6WidgetV6bridge6schema6engineAcA0B6BridgeC_11SwiftBricks13ControlSchemaVAI0J6EngineCtcfC', symObjAddr: 0x2378, symBinAddr: 0x100033580, symSize: 0xB4 }
+ - { offset: 0x12C0E5, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB6WidgetV7SwiftUI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0x246C, symBinAddr: 0x100033674, symSize: 0x44 }
+ - { offset: 0x12C0F9, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB13RepresentableV6playerSo8AVPlayerCvg', symObjAddr: 0x24B0, symBinAddr: 0x1000336B8, symSize: 0x2C }
+ - { offset: 0x12C10D, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB13RepresentableV10makeNSView7contextAA0bF0C7SwiftUI0fD7ContextVyACG_tF', symObjAddr: 0x24DC, symBinAddr: 0x1000336E4, symSize: 0x8C }
+ - { offset: 0x12C1AA, size: 0x8, addend: 0x0, symName: '_$sSo6NSViewCABycfC', symObjAddr: 0x258C, symBinAddr: 0x100033794, symSize: 0x2C }
+ - { offset: 0x12C1BE, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB13RepresentableV12updateNSView_7contextyAA0bF0C_7SwiftUI0fD7ContextVyACGtF', symObjAddr: 0x25B8, symBinAddr: 0x1000337C0, symSize: 0x74 }
+ - { offset: 0x12C201, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB13RepresentableV7SwiftUI06NSViewD0AadEP04makeG07context0G4TypeQzAD0gD7ContextVyxG_tFTW', symObjAddr: 0x262C, symBinAddr: 0x100033834, symSize: 0x18 }
+ - { offset: 0x12C215, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB13RepresentableV7SwiftUI06NSViewD0AadEP06updateG0_7contexty0G4TypeQz_AD0gD7ContextVyxGtFTW', symObjAddr: 0x2644, symBinAddr: 0x10003384C, symSize: 0x18 }
+ - { offset: 0x12C230, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6NSViewC5frameACSo6CGRectV_tcfC', symObjAddr: 0x2838, symBinAddr: 0x100033A40, symSize: 0x6C }
+ - { offset: 0x12C244, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6NSViewC5frameACSo6CGRectV_tcfc', symObjAddr: 0x28A4, symBinAddr: 0x100033AAC, symSize: 0x1DC }
+ - { offset: 0x12C29D, size: 0x8, addend: 0x0, symName: '_$sSo13AVPlayerLayerCABycfC', symObjAddr: 0x2AE0, symBinAddr: 0x100033CE8, symSize: 0x2C }
+ - { offset: 0x12C2B1, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6NSViewC5frameACSo6CGRectV_tcfcTo', symObjAddr: 0x2B0C, symBinAddr: 0x100033D14, symSize: 0x48 }
+ - { offset: 0x12C306, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6NSViewC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0x2B54, symBinAddr: 0x100033D5C, symSize: 0x50 }
+ - { offset: 0x12C31A, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6NSViewC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x2BA4, symBinAddr: 0x100033DAC, symSize: 0x80 }
+ - { offset: 0x12C34D, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6NSViewC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x2C24, symBinAddr: 0x100033E2C, symSize: 0x40 }
+ - { offset: 0x12C361, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6NSViewC6layoutyyF', symObjAddr: 0x2C64, symBinAddr: 0x100033E6C, symSize: 0x1F0 }
+ - { offset: 0x12C385, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6NSViewC6layoutyyFTo', symObjAddr: 0x2E54, symBinAddr: 0x10003405C, symSize: 0x4C }
+ - { offset: 0x12C399, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6NSViewC6playerSo8AVPlayerCSgvg', symObjAddr: 0x2FAC, symBinAddr: 0x1000341B4, symSize: 0x164 }
+ - { offset: 0x12C3BD, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6NSViewC6playerSo8AVPlayerCSgvs', symObjAddr: 0x3110, symBinAddr: 0x100034318, symSize: 0x164 }
+ - { offset: 0x12C3F0, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6NSViewC6playerSo8AVPlayerCSgvM', symObjAddr: 0x3274, symBinAddr: 0x10003447C, symSize: 0x44 }
+ - { offset: 0x12C414, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6NSViewC6playerSo8AVPlayerCSgvM.resume.0', symObjAddr: 0x32B8, symBinAddr: 0x1000344C0, symSize: 0x70 }
+ - { offset: 0x12C435, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6NSViewCfD', symObjAddr: 0x3328, symBinAddr: 0x100034530, symSize: 0x48 }
+ - { offset: 0x12C459, size: 0x8, addend: 0x0, symName: '_$sSo6NSViewCABycfcTO', symObjAddr: 0x3370, symBinAddr: 0x100034578, symSize: 0x20 }
+ - { offset: 0x12C46D, size: 0x8, addend: 0x0, symName: '_$sSo13AVPlayerLayerCABycfcTO', symObjAddr: 0x3390, symBinAddr: 0x100034598, symSize: 0x20 }
+ - { offset: 0x12C565, size: 0x8, addend: 0x0, symName: '_$sSo8NSBundleC10MiniPlayerE6module_WZ', symObjAddr: 0x0, symBinAddr: 0x1000376BC, symSize: 0x1C }
+ - { offset: 0x12C589, size: 0x8, addend: 0x0, symName: '_$sSo8NSBundleC10MiniPlayerE6moduleABvpZ', symObjAddr: 0x2588, symBinAddr: 0x100206130, symSize: 0x0 }
+ - { offset: 0x12C597, size: 0x8, addend: 0x0, symName: '_$sSo8NSBundleC10MiniPlayerE6module_WZ', symObjAddr: 0x0, symBinAddr: 0x1000376BC, symSize: 0x1C }
+ - { offset: 0x12C5B1, size: 0x8, addend: 0x0, symName: '_$sSo8NSBundleC10MiniPlayerE6moduleABvpZfiAByXEfU_', symObjAddr: 0x1C, symBinAddr: 0x1000376D8, symSize: 0x510 }
+ - { offset: 0x12C645, size: 0x8, addend: 0x0, symName: '_$sSo8NSBundleC10MiniPlayerE6moduleABvau', symObjAddr: 0x570, symBinAddr: 0x100037C2C, symSize: 0x50 }
+ - { offset: 0x12C663, size: 0x8, addend: 0x0, symName: '_$sSo8NSBundleC10MiniPlayerE6moduleABvgZ', symObjAddr: 0x5C0, symBinAddr: 0x100037C7C, symSize: 0x3C }
+ - { offset: 0x12C691, size: 0x8, addend: 0x0, symName: '_$sSo8NSBundleCMa', symObjAddr: 0x5FC, symBinAddr: 0x100037CB8, symSize: 0x60 }
+ - { offset: 0x12C6A5, size: 0x8, addend: 0x0, symName: '_$sSo8NSBundleCSgWOh', symObjAddr: 0x65C, symBinAddr: 0x100037D18, symSize: 0x30 }
+ - { offset: 0x12C744, size: 0x8, addend: 0x0, symName: '_$sSo8NSBundleC4pathABSgSS_tcfC', symObjAddr: 0x52C, symBinAddr: 0x100037BE8, symSize: 0x44 }
+ - { offset: 0x12C758, size: 0x8, addend: 0x0, symName: '_$sSo8NSBundleC4pathABSgSS_tcfcTO', symObjAddr: 0x6B4, symBinAddr: 0x100037D48, symSize: 0x60 }
+ - { offset: 0x12C863, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV6engineAA0B6EngineCvpfP', symObjAddr: 0x0, symBinAddr: 0x100037DA8, symSize: 0x40 }
+ - { offset: 0x12C87B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV6engineAA0B6EngineCvpfP', symObjAddr: 0x0, symBinAddr: 0x100037DA8, symSize: 0x40 }
+ - { offset: 0x12CBEE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV6engineAA0B6EngineCvpACTK', symObjAddr: 0x16C, symBinAddr: 0x100037E44, symSize: 0x64 }
+ - { offset: 0x12CC06, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV6engineAA0B6EngineCvpACTk', symObjAddr: 0x1D0, symBinAddr: 0x100037EA8, symSize: 0x40 }
+ - { offset: 0x12CC1E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV8isLoaded33_88C81F291347347F51A32AD511180C39LLSbvpfP', symObjAddr: 0x378, symBinAddr: 0x100038050, symSize: 0x50 }
+ - { offset: 0x12CC4A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV9_isLoaded33_88C81F291347347F51A32AD511180C39LL0A2UI5StateVySbGvpfi', symObjAddr: 0x5BC, symBinAddr: 0x1000381B0, symSize: 0xC }
+ - { offset: 0x12CC62, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV9loadError33_88C81F291347347F51A32AD511180C39LLSSSgvpfP', symObjAddr: 0x6D8, symBinAddr: 0x1000382CC, symSize: 0xA4 }
+ - { offset: 0x12CC8E, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI5StateVySSSgGWOc', symObjAddr: 0x80C, symBinAddr: 0x100038400, symSize: 0x5C }
+ - { offset: 0x12CCA2, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI5StateVySSSgGWOh', symObjAddr: 0x868, symBinAddr: 0x10003845C, symSize: 0x34 }
+ - { offset: 0x12CCB6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV10_loadError33_88C81F291347347F51A32AD511180C39LL0A2UI5StateVySSSgGvpfi', symObjAddr: 0x960, symBinAddr: 0x100038554, symSize: 0xC }
+ - { offset: 0x12CCCE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV10jsonString33_88C81F291347347F51A32AD511180C39LLSSSgvpfi', symObjAddr: 0xAD0, symBinAddr: 0x1000386C4, symSize: 0xC }
+ - { offset: 0x12CCE6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV7loadURL33_88C81F291347347F51A32AD511180C39LLSSSgvpfi', symObjAddr: 0xB58, symBinAddr: 0x10003874C, symSize: 0xC }
+ - { offset: 0x12CCFE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewVWOc', symObjAddr: 0xD54, symBinAddr: 0x100038948, symSize: 0xEC }
+ - { offset: 0x12CD12, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaVWOh', symObjAddr: 0x1170, symBinAddr: 0x100038D00, symSize: 0x310 }
+ - { offset: 0x12CD26, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV4bodyQrvg0A2UI19_ConditionalContentVyAGyAE05TupleC0VyAE0C0PAEE5frame8minWidth05idealK003maxK00J6Height0lN00mN09alignmentQr12CoreGraphics7CGFloatVSg_A5wE9AlignmentVtFQOyAA15ControlRendererV_Qo__AC12popupOverlay33_88C81F291347347F51A32AD511180C39LLyQrAA9PopupInfoVFQOy_Qo_SgAkEE7overlay_ASQrqd___AYtAeJRd__lFQOyAE5ColorV_AE08ProgressC0VyAE05EmptyC0VA13_GQo_SgtGAC05errorC0A2_LLyQrSSFQOy_Qo_GAkEEAlmnopqrSQrAW_A5wYtFQOyA11_yAE4TextVA13_G_Qo_GyXEfU_TA', symObjAddr: 0x2C00, symBinAddr: 0x10003A790, symSize: 0x8 }
+ - { offset: 0x12CD46, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACyAA9TupleViewVyAA08ModifiedD0Vy0A6Bricks15ControlRendererVAA16_FlexFrameLayoutVG_AA6ZStackVyAEyAA0F0PAAE12onTapGesture5count7performQrSi_yyctFQOyAGyAA5ColorVAA024_SafeAreaRegionsIgnoringM0VG_Qo__AGyAGyAH011PopupWindowI0VALGAA08_PaddingM0VGtGGSgAGyAvA16_OverlayModifierVyAA08ProgressF0VyAA05EmptyF0VA13_GGGSgtGAGyAA6VStackVyAEyAGyAGyAA5ImageVAA30_EnvironmentKeyWritingModifierVyAA4FontVSgGGA24_yAVSgGG_AA4TextVAGyA34_A24_yAA13TextAlignmentOGGAA6ButtonVyA34_GtGGA3_GGAGyA11_yA34_A13_GALGGACyxq_GAap2aPRzAaPR_rlWl', symObjAddr: 0x334C, symBinAddr: 0x10003AA3C, symSize: 0x90 }
+ - { offset: 0x12CD5A, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyAA9TupleViewVyAA08ModifiedD0Vy0A6Bricks15ControlRendererVAA16_FlexFrameLayoutVG_AA6ZStackVyAEyAA0F0PAAE12onTapGesture5count7performQrSi_yyctFQOyAGyAA5ColorVAA024_SafeAreaRegionsIgnoringM0VG_Qo__AGyAGyAH011PopupWindowI0VALGAA08_PaddingM0VGtGGSgAGyAvA16_OverlayModifierVyAA08ProgressF0VyAA05EmptyF0VA13_GGGSgtGAGyAA6VStackVyAEyAGyAGyAA5ImageVAA30_EnvironmentKeyWritingModifierVyAA4FontVSgGGA24_yAVSgGG_AA4TextVAGyA34_A24_yAA13TextAlignmentOGGAA6ButtonVyA34_GtGGA3_GGACyxq_GAap2aPRzAaPR_rlWl', symObjAddr: 0x3454, symBinAddr: 0x10003AACC, symSize: 0x90 }
+ - { offset: 0x12CD6E, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI9TupleViewVyAA15ModifiedContentVy0A6Bricks15ControlRendererVAA16_FlexFrameLayoutVG_AA6ZStackVyACyAA0D0PAAE12onTapGesture5count7performQrSi_yyctFQOyAEyAA5ColorVAA024_SafeAreaRegionsIgnoringL0VG_Qo__AEyAEyAF011PopupWindowH0VAJGAA08_PaddingL0VGtGGSgAEyAtA16_OverlayModifierVyAA08ProgressD0VyAA05EmptyD0VA11_GGGSgtGACyxGAanAWl', symObjAddr: 0x34E4, symBinAddr: 0x10003AB5C, symSize: 0x74 }
+ - { offset: 0x12CD82, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6VStackVyAA9TupleViewVyACyACyAA5ImageVAA30_EnvironmentKeyWritingModifierVyAA4FontVSgGGAKyAA5ColorVSgGG_AA4TextVACyAwKyAA0O9AlignmentOGGAA6ButtonVyAWGtGGAA14_PaddingLayoutVGACyxq_GAA0G0A2AA9_RzAA0gL0R_rlWl', symObjAddr: 0x3558, symBinAddr: 0x10003ABD0, symSize: 0x8C }
+ - { offset: 0x12CD96, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6VStackVyAA9TupleViewVyAA15ModifiedContentVyAGyAA5ImageVAA30_EnvironmentKeyWritingModifierVyAA4FontVSgGGAKyAA5ColorVSgGG_AA4TextVAGyAwKyAA0O9AlignmentOGGAA6ButtonVyAWGtGGACyxGAA0E0AAWl', symObjAddr: 0x35E4, symBinAddr: 0x10003AC5C, symSize: 0x74 }
+ - { offset: 0x12CDAA, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA12ProgressViewVyAA4TextVAA05EmptyF0VGAA16_FlexFrameLayoutVGACyxq_GAA0F0A2aORzAA0F8ModifierR_rlWl', symObjAddr: 0x3658, symBinAddr: 0x10003ACD0, symSize: 0x8C }
+ - { offset: 0x12CDBE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV4bodyQrvgyyYaYbcfU0_TA', symObjAddr: 0x3924, symBinAddr: 0x10003AF28, symSize: 0x70 }
+ - { offset: 0x12CDD2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV4bodyQrvgyyYaYbcfU0_TATQ0_', symObjAddr: 0x3994, symBinAddr: 0x10003AF98, symSize: 0x60 }
+ - { offset: 0x12CDE6, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6ZStackVyAA19_ConditionalContentVyAEyAA9TupleViewVyAA08ModifiedE0Vy0A6Bricks15ControlRendererVAA16_FlexFrameLayoutVG_ACyAGyAA0G0PAAE12onTapGesture5count7performQrSi_yyctFQOyAIyAA5ColorVAA024_SafeAreaRegionsIgnoringN0VG_Qo__AIyAIyAJ011PopupWindowJ0VANGAA08_PaddingN0VGtGGSgAIyAvA16_OverlayModifierVyAA08ProgressG0VyAA05EmptyG0VA13_GGGSgtGAIyAA6VStackVyAGyAIyAIyAA5ImageVAA30_EnvironmentKeyWritingModifierVyAA4FontVSgGGA24_yAVSgGG_AA4TextVAIyA34_A24_yAA13TextAlignmentOGGAA6ButtonVyA34_GtGGA3_GGAIyA11_yA34_A13_GANGGGACyxGAapAWl', symObjAddr: 0x4280, symBinAddr: 0x10003B884, symSize: 0x74 }
+ - { offset: 0x12CDFA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV4bodyQrvgSbyYbcfU1_TA', symObjAddr: 0x4E60, symBinAddr: 0x10003C3B8, symSize: 0x10 }
+ - { offset: 0x12CE0E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV4bodyQrvgySbYbcfU2_TA', symObjAddr: 0x4F50, symBinAddr: 0x10003C4A8, symSize: 0x10 }
+ - { offset: 0x12CE22, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV4bodyQrvg0A2UI6ButtonVyAE4TextVGyXEfU3_TA', symObjAddr: 0x513C, symBinAddr: 0x10003C694, symSize: 0x8 }
+ - { offset: 0x12CE36, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV4bodyQrvg0A2UI4TextVyXEfU4_TA', symObjAddr: 0x538C, symBinAddr: 0x10003C8E4, symSize: 0x8 }
+ - { offset: 0x12CE4A, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6ZStackVyAA012_ConditionalD0VyAGyAA9TupleViewVyACy0A6Bricks15ControlRendererVAA16_FlexFrameLayoutVG_AEyAIyAA0H0PAAE12onTapGesture5count7performQrSi_yyctFQOyACyAA5ColorVAA024_SafeAreaRegionsIgnoringN0VG_Qo__ACyACyAJ011PopupWindowJ0VANGAA08_PaddingN0VGtGGSgACyAvA16_OverlayModifierVyAA08ProgressH0VyAA05EmptyH0VA13_GGGSgtGACyAA6VStackVyAIyACyACyAA5ImageVAA30_EnvironmentKeyWritingModifierVyAA4FontVSgGGA24_yAVSgGG_AA4TextVACyA34_A24_yAA13TextAlignmentOGGAA6ButtonVyA34_GtGGA3_GGACyA11_yA34_A13_GANGGGAA13_TaskModifierVGACyxq_GAap2aPRzAA0H8ModifierR_rlWl', symObjAddr: 0x5394, symBinAddr: 0x10003C8EC, symSize: 0x90 }
+ - { offset: 0x12CE5E, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI13_TaskModifierVAcA04ViewD0AAWl', symObjAddr: 0x5424, symBinAddr: 0x10003C97C, symSize: 0x6C }
+ - { offset: 0x12CE72, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV12popupOverlay33_88C81F291347347F51A32AD511180C39LLyQrAA9PopupInfoVF0A2UI05TupleC0VyAH0C0PAHE12onTapGesture5count7performQrSi_yyctFQOyAlHE15ignoresSafeArea_5edgesQrAH0vW7RegionsV_AH4EdgeO3SetVtFQOyAH5ColorV_Qo__Qo__AlHE7paddingyQr12CoreGraphics7CGFloatVFQOyAlHE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA3_Sg_A12_A12_A12_A12_A12_AH9AlignmentVtFQOyAA0L13WindowControlV_Qo__Qo_tGyXEfU_TA', symObjAddr: 0x6530, symBinAddr: 0x10003DA14, symSize: 0xC }
+ - { offset: 0x12CE86, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI9TupleViewVyAA0D0PAAE12onTapGesture5count7performQrSi_yyctFQOyAA15ModifiedContentVyAA5ColorVAA30_SafeAreaRegionsIgnoringLayoutVG_Qo__AJyAJy0A6Bricks18PopupWindowControlVAA010_FlexFrameQ0VGAA08_PaddingQ0VGtGACyxGAadAWl', symObjAddr: 0x653C, symBinAddr: 0x10003DA20, symSize: 0x74 }
+ - { offset: 0x12CEA6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV05errorC033_88C81F291347347F51A32AD511180C39LLyQrSSF0A2UI05TupleC0VyAF0C0PAFE15foregroundColoryQrAF0N0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFE09multilineR9AlignmentyQrAF0rT0OFQOyAX_Qo_AF6ButtonVyAXGtGyXEfU_TA', symObjAddr: 0x747C, symBinAddr: 0x10003E960, symSize: 0x10 }
+ - { offset: 0x12CEBA, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI9TupleViewVyAA15ModifiedContentVyAEyAA5ImageVAA30_EnvironmentKeyWritingModifierVyAA4FontVSgGGAIyAA5ColorVSgGG_AA4TextVAEyAuIyAA0N9AlignmentOGGAA6ButtonVyAUGtGACyxGAA0D0AAWl', symObjAddr: 0x7CB0, symBinAddr: 0x10003EC1C, symSize: 0x74 }
+ - { offset: 0x12CECE, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6VStackVyAA9TupleViewVyAA15ModifiedContentVyAGyAA5ImageVAA30_EnvironmentKeyWritingModifierVyAA4FontVSgGGAKyAA5ColorVSgGG_AA4TextVAGyAwKyAA0O9AlignmentOGGAA6ButtonVyAWGtGGWOh', symObjAddr: 0x7D24, symBinAddr: 0x10003EC90, symSize: 0x120 }
+ - { offset: 0x12CEE2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV0A2UI0C0AA4BodyAdEP_AGWT', symObjAddr: 0x7F34, symBinAddr: 0x10003EDB0, symSize: 0x24 }
+ - { offset: 0x12CEF6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewVwCP', symObjAddr: 0x7FDC, symBinAddr: 0x10003EE58, symSize: 0x3C }
+ - { offset: 0x12CF0A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewVwxx', symObjAddr: 0x8018, symBinAddr: 0x10003EE94, symSize: 0x60 }
+ - { offset: 0x12CF1E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewVwcp', symObjAddr: 0x8078, symBinAddr: 0x10003EEF4, symSize: 0xEC }
+ - { offset: 0x12CF32, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewVwca', symObjAddr: 0x8164, symBinAddr: 0x10003EFE0, symSize: 0x144 }
+ - { offset: 0x12CF46, size: 0x8, addend: 0x0, symName: ___swift_memcpy88_8, symObjAddr: 0x82A8, symBinAddr: 0x10003F124, symSize: 0x2C }
+ - { offset: 0x12CF5A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewVwta', symObjAddr: 0x82D4, symBinAddr: 0x10003F150, symSize: 0xD8 }
+ - { offset: 0x12CF6E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewVwet', symObjAddr: 0x83AC, symBinAddr: 0x10003F228, symSize: 0x118 }
+ - { offset: 0x12CF82, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewVwst', symObjAddr: 0x84C4, symBinAddr: 0x10003F340, symSize: 0x1EC }
+ - { offset: 0x12CF96, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewVMa', symObjAddr: 0x86B0, symBinAddr: 0x10003F52C, symSize: 0x14 }
+ - { offset: 0x12CFAA, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6ZStackVyAA9TupleViewVyAA0E0PAAE12onTapGesture5count7performQrSi_yyctFQOyAA15ModifiedContentVyAA5ColorVAA30_SafeAreaRegionsIgnoringLayoutVG_Qo__ALyALy0A6Bricks18PopupWindowControlVAA010_FlexFrameR0VGAA08_PaddingR0VGtGGACyxGAafAWl', symObjAddr: 0x877C, symBinAddr: 0x10003F5F8, symSize: 0x74 }
+ - { offset: 0x12CFBE, size: 0x8, addend: 0x0, symName: '_$sSa22_allocateUninitializedySayxG_SpyxGtSiFZSo22NSStringCompareOptionsV_Tt0gq5', symObjAddr: 0x8804, symBinAddr: 0x10003F680, symSize: 0xD4 }
+ - { offset: 0x12CFEB, size: 0x8, addend: 0x0, symName: '_$sSo22NSStringCompareOptionsVMa', symObjAddr: 0x88D8, symBinAddr: 0x10003F754, symSize: 0x94 }
+ - { offset: 0x12CFFF, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI5ImageVWOh', symObjAddr: 0x896C, symBinAddr: 0x10003F7E8, symSize: 0x28 }
+ - { offset: 0x12D013, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA5ImageVAA30_EnvironmentKeyWritingModifierVyAA4FontVSgGGACyxq_GAA4ViewA2aNRzAA0kI0R_rlWl', symObjAddr: 0x8994, symBinAddr: 0x10003F810, symSize: 0x8C }
+ - { offset: 0x12D027, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI30_EnvironmentKeyWritingModifierVyAA4FontVSgGACyxGAA04ViewF0AAWl', symObjAddr: 0x8A20, symBinAddr: 0x10003F89C, symSize: 0x74 }
+ - { offset: 0x12D03B, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA5ImageVAA30_EnvironmentKeyWritingModifierVyAA4FontVSgGGWOh', symObjAddr: 0x8A94, symBinAddr: 0x10003F910, symSize: 0x40 }
+ - { offset: 0x12D04F, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA5ImageVAA30_EnvironmentKeyWritingModifierVyAA4FontVSgGGAGyAA5ColorVSgGGACyxq_GAA4ViewA2aSRzAA0lI0R_rlWl', symObjAddr: 0x8AD4, symBinAddr: 0x10003F950, symSize: 0x90 }
+ - { offset: 0x12D063, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA5ImageVAA30_EnvironmentKeyWritingModifierVyAA4FontVSgGGAGyAA5ColorVSgGGWOh', symObjAddr: 0x8BD8, symBinAddr: 0x10003F9E0, symSize: 0x58 }
+ - { offset: 0x12D077, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA4TextVAA30_EnvironmentKeyWritingModifierVyAA0E9AlignmentOGGACyxq_GAA4ViewA2aMRzAA0kI0R_rlWl', symObjAddr: 0x8C74, symBinAddr: 0x10003FA38, symSize: 0x8C }
+ - { offset: 0x12D08B, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI30_EnvironmentKeyWritingModifierVyAA13TextAlignmentOGACyxGAA04ViewF0AAWl', symObjAddr: 0x8D00, symBinAddr: 0x10003FAC4, symSize: 0x74 }
+ - { offset: 0x12D09F, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA4TextVAA30_EnvironmentKeyWritingModifierVyAA0E9AlignmentOGGWOh', symObjAddr: 0x8D74, symBinAddr: 0x10003FB38, symSize: 0x50 }
+ - { offset: 0x12D0B3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV05errorC033_88C81F291347347F51A32AD511180C39LLyQrSSF0A2UI05TupleC0VyAF0C0PAFE15foregroundColoryQrAF0N0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFE09multilineR9AlignmentyQrAF0rT0OFQOyAX_Qo_AF6ButtonVyAXGtGyXEfU_yyScMYccfU_TA', symObjAddr: 0x8E28, symBinAddr: 0x10003FBEC, symSize: 0x8 }
+ - { offset: 0x12D0C7, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA5ImageVAA30_EnvironmentKeyWritingModifierVyAA4FontVSgGGAGyAA5ColorVSgGGWOc', symObjAddr: 0x8E30, symBinAddr: 0x10003FBF4, symSize: 0xA8 }
+ - { offset: 0x12D0DB, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA4TextVAA30_EnvironmentKeyWritingModifierVyAA0E9AlignmentOGGWOc', symObjAddr: 0x8F9C, symBinAddr: 0x10003FC9C, symSize: 0xAC }
+ - { offset: 0x12D0EF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV05errorC033_88C81F291347347F51A32AD511180C39LLyQrSSF0A2UI05TupleC0VyAF0C0PAFE15foregroundColoryQrAF0N0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFE09multilineR9AlignmentyQrAF0rT0OFQOyAX_Qo_AF6ButtonVyAXGtGyXEfU_yyScMYccfU_yyYacfU_TA', symObjAddr: 0x90B4, symBinAddr: 0x10003FDB4, symSize: 0x90 }
+ - { offset: 0x12D103, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV05errorC033_88C81F291347347F51A32AD511180C39LLyQrSSF0A2UI05TupleC0VyAF0C0PAFE15foregroundColoryQrAF0N0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFE09multilineR9AlignmentyQrAF0rT0OFQOyAX_Qo_AF6ButtonVyAXGtGyXEfU_yyScMYccfU_yyYacfU_TATQ0_', symObjAddr: 0x9144, symBinAddr: 0x10003FE44, symSize: 0x60 }
+ - { offset: 0x12D117, size: 0x8, addend: 0x0, symName: '_$sxIeAgHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRTQ0_', symObjAddr: 0x94FC, symBinAddr: 0x10003FEA4, symSize: 0x64 }
+ - { offset: 0x12D136, size: 0x8, addend: 0x0, symName: '_$sxIeAgHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRTA', symObjAddr: 0x95A4, symBinAddr: 0x10003FF4C, symSize: 0xB4 }
+ - { offset: 0x12D14A, size: 0x8, addend: 0x0, symName: '_$sxIeAgHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRTATQ0_', symObjAddr: 0x9658, symBinAddr: 0x100040000, symSize: 0x60 }
+ - { offset: 0x12D15E, size: 0x8, addend: 0x0, symName: '_$sxIeAgHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRTA.26', symObjAddr: 0x96FC, symBinAddr: 0x1000400A4, symSize: 0xB4 }
+ - { offset: 0x12D172, size: 0x8, addend: 0x0, symName: '_$sxIeAgHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRTA.26TQ0_', symObjAddr: 0x97B0, symBinAddr: 0x100040158, symSize: 0x60 }
+ - { offset: 0x12D186, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV12popupOverlay33_88C81F291347347F51A32AD511180C39LLyQrAA9PopupInfoVF0A2UI05TupleC0VyAH0C0PAHE12onTapGesture5count7performQrSi_yyctFQOyAlHE15ignoresSafeArea_5edgesQrAH0vW7RegionsV_AH4EdgeO3SetVtFQOyAH5ColorV_Qo__Qo__AlHE7paddingyQr12CoreGraphics7CGFloatVFQOyAlHE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA3_Sg_A12_A12_A12_A12_A12_AH9AlignmentVtFQOyAA0L13WindowControlV_Qo__Qo_tGyXEfU_yycfU_TA', symObjAddr: 0x989C, symBinAddr: 0x10004021C, symSize: 0x8 }
+ - { offset: 0x12D19A, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA5ColorVAA30_SafeAreaRegionsIgnoringLayoutVGACyxq_GAA4ViewA2aJRzAA0K8ModifierR_rlWl', symObjAddr: 0x98A4, symBinAddr: 0x100040224, symSize: 0x8C }
+ - { offset: 0x12D1AE, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA5ColorVAA30_SafeAreaRegionsIgnoringLayoutVGWOh', symObjAddr: 0x9930, symBinAddr: 0x1000402B0, symSize: 0x28 }
+ - { offset: 0x12D1C2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsVWOc', symObjAddr: 0xA28C, symBinAddr: 0x1000402D8, symSize: 0xF0 }
+ - { offset: 0x12D1D6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18PopupWindowControlVAC0A2UI4ViewAAWl', symObjAddr: 0xA3D4, symBinAddr: 0x1000403C8, symSize: 0x64 }
+ - { offset: 0x12D1EA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18PopupWindowControlVWOh', symObjAddr: 0xA438, symBinAddr: 0x10004042C, symSize: 0x31C }
+ - { offset: 0x12D1FE, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVy0A6Bricks18PopupWindowControlVAA16_FlexFrameLayoutVGACyxq_GAA4ViewA2aKRzAA0L8ModifierR_rlWl', symObjAddr: 0xA754, symBinAddr: 0x100040748, symSize: 0x8C }
+ - { offset: 0x12D212, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVy0A6Bricks18PopupWindowControlVAA16_FlexFrameLayoutVGWOh', symObjAddr: 0xA7E0, symBinAddr: 0x1000407D4, symSize: 0x31C }
+ - { offset: 0x12D226, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACy0A6Bricks18PopupWindowControlVAA16_FlexFrameLayoutVGAA08_PaddingK0VGACyxq_GAA4ViewA2aNRzAA0M8ModifierR_rlWl', symObjAddr: 0xAAFC, symBinAddr: 0x100040AF0, symSize: 0x8C }
+ - { offset: 0x12D23A, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACy0A6Bricks18PopupWindowControlVAA16_FlexFrameLayoutVGAA08_PaddingK0VGWOh', symObjAddr: 0xAB88, symBinAddr: 0x100040B7C, symSize: 0x31C }
+ - { offset: 0x12D24E, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACy0A6Bricks18PopupWindowControlVAA16_FlexFrameLayoutVGAA08_PaddingK0VGWOc', symObjAddr: 0xAEA4, symBinAddr: 0x100040E98, symSize: 0x990 }
+ - { offset: 0x12D262, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV4bodyQrvg0A2UI6ButtonVyAE4TextVGyXEfU3_yyScMYccfU_TA', symObjAddr: 0xB8C0, symBinAddr: 0x10004188C, symSize: 0x8 }
+ - { offset: 0x12D276, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA12ProgressViewVyAA4TextVAA05EmptyF0VGAA16_FlexFrameLayoutVGWOh', symObjAddr: 0xB9E0, symBinAddr: 0x100041894, symSize: 0x48 }
+ - { offset: 0x12D28A, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA12ProgressViewVyAA4TextVAA05EmptyF0VGAA16_FlexFrameLayoutVGWOc', symObjAddr: 0xBA28, symBinAddr: 0x1000418DC, symSize: 0x8C }
+ - { offset: 0x12D29E, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6VStackVyAA9TupleViewVyACyACyAA5ImageVAA30_EnvironmentKeyWritingModifierVyAA4FontVSgGGAKyAA5ColorVSgGG_AA4TextVACyAwKyAA0O9AlignmentOGGAA6ButtonVyAWGtGGAA14_PaddingLayoutVGWOh', symObjAddr: 0xE208, symBinAddr: 0x1000440BC, symSize: 0x120 }
+ - { offset: 0x12D2B2, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6VStackVyAA9TupleViewVyACyACyAA5ImageVAA30_EnvironmentKeyWritingModifierVyAA4FontVSgGGAKyAA5ColorVSgGG_AA4TextVACyAwKyAA0O9AlignmentOGGAA6ButtonVyAWGtGGAA14_PaddingLayoutVGWOc', symObjAddr: 0xE328, symBinAddr: 0x1000441DC, symSize: 0x290 }
+ - { offset: 0x12D2C6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15ControlRendererVAC0A2UI4ViewAAWl', symObjAddr: 0xEE6C, symBinAddr: 0x100044D20, symSize: 0x64 }
+ - { offset: 0x12D2DA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15ControlRendererVWOh', symObjAddr: 0xEED0, symBinAddr: 0x100044D84, symSize: 0x31C }
+ - { offset: 0x12D2EE, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVy0A6Bricks15ControlRendererVAA16_FlexFrameLayoutVGACyxq_GAA4ViewA2aKRzAA0K8ModifierR_rlWl', symObjAddr: 0xF1EC, symBinAddr: 0x1000450A0, symSize: 0x8C }
+ - { offset: 0x12D302, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVy0A6Bricks15ControlRendererVAA16_FlexFrameLayoutVGWOh', symObjAddr: 0xF278, symBinAddr: 0x10004512C, symSize: 0x31C }
+ - { offset: 0x12D316, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9PopupInfoVSgWOh', symObjAddr: 0xF594, symBinAddr: 0x100045448, symSize: 0x3BC }
+ - { offset: 0x12D32A, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA5ColorVAA16_OverlayModifierVyAA12ProgressViewVyAA05EmptyI0VAKGGGACyxq_GAA0I0A2aPRzAA0iG0R_rlWl', symObjAddr: 0xFE70, symBinAddr: 0x100045D24, symSize: 0x8C }
+ - { offset: 0x12D33E, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI16_OverlayModifierVyAA12ProgressViewVyAA05EmptyF0VAGGGACyxGAA0fD0AAWl', symObjAddr: 0xFEFC, symBinAddr: 0x100045DB0, symSize: 0x74 }
+ - { offset: 0x12D352, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA5ColorVAA16_OverlayModifierVyAA12ProgressViewVyAA05EmptyI0VAKGGGSgWOh', symObjAddr: 0xFF70, symBinAddr: 0x100045E24, symSize: 0xA4 }
+ - { offset: 0x12D366, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA5ColorVAA16_OverlayModifierVyAA12ProgressViewVyAA05EmptyI0VAKGGGSgWOb', symObjAddr: 0x10014, symBinAddr: 0x100045EC8, symSize: 0x138 }
+ - { offset: 0x12D37A, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVy0A6Bricks15ControlRendererVAA16_FlexFrameLayoutVGWOc', symObjAddr: 0x1014C, symBinAddr: 0x100046000, symSize: 0x974 }
+ - { offset: 0x12D38E, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA5ColorVAA16_OverlayModifierVyAA12ProgressViewVyAA05EmptyI0VAKGGGSgWOc', symObjAddr: 0x11588, symBinAddr: 0x10004743C, symSize: 0x148 }
+ - { offset: 0x12D3A2, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6ZStackVyAA9TupleViewVyAA0E0PAAE12onTapGesture5count7performQrSi_yyctFQOyAA15ModifiedContentVyAA5ColorVAA30_SafeAreaRegionsIgnoringLayoutVG_Qo__ALyALy0A6Bricks18PopupWindowControlVAA010_FlexFrameR0VGAA08_PaddingR0VGtGGSgxSgAaf2aFRzlWl', symObjAddr: 0x116D0, symBinAddr: 0x100047584, symSize: 0x80 }
+ - { offset: 0x12D3B6, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA5ColorVAA16_OverlayModifierVyAA12ProgressViewVyAA05EmptyI0VAKGGGSgxSgAA0I0A2aQRzlWl', symObjAddr: 0x11750, symBinAddr: 0x100047604, symSize: 0x80 }
+ - { offset: 0x12D3CA, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI12ProgressViewVyAA05EmptyD0VAEGACyxq_GAA0D0AAWl', symObjAddr: 0x134E0, symBinAddr: 0x100049394, symSize: 0x74 }
+ - { offset: 0x12D3DE, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA5ColorVAA16_OverlayModifierVyAA12ProgressViewVyAA05EmptyI0VAKGGGWOh', symObjAddr: 0x13554, symBinAddr: 0x100049408, symSize: 0x74 }
+ - { offset: 0x12D3F2, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA5ColorVAA16_OverlayModifierVyAA12ProgressViewVyAA05EmptyI0VAKGGGWOc', symObjAddr: 0x135C8, symBinAddr: 0x10004947C, symSize: 0xD4 }
+ - { offset: 0x12D406, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9PopupInfoVWOb', symObjAddr: 0x1369C, symBinAddr: 0x100049550, symSize: 0xA4 }
+ - { offset: 0x12D41A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9PopupInfoVWOh', symObjAddr: 0x146D4, symBinAddr: 0x10004A588, symSize: 0x3E8 }
+ - { offset: 0x12D42F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV6engineAA0B6EngineCvg', symObjAddr: 0xAC, symBinAddr: 0x100037DE8, symSize: 0x5C }
+ - { offset: 0x12D45B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV6engineAA0B6EngineCvs', symObjAddr: 0x210, symBinAddr: 0x100037EE8, symSize: 0x50 }
+ - { offset: 0x12D48F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV6engineAA0B6EngineCvM', symObjAddr: 0x260, symBinAddr: 0x100037F38, symSize: 0x20 }
+ - { offset: 0x12D4B4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV6engineAA0B6EngineCvM.resume.0', symObjAddr: 0x280, symBinAddr: 0x100037F58, symSize: 0xC }
+ - { offset: 0x12D6C5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV7$engine0A2UI14ObservedObjectV7WrapperVyAA0B6EngineC_Gvg', symObjAddr: 0x28C, symBinAddr: 0x100037F64, symSize: 0x70 }
+ - { offset: 0x12D6EA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV7_engine33_88C81F291347347F51A32AD511180C39LL0A2UI14ObservedObjectVyAA0B6EngineCGvg', symObjAddr: 0x2FC, symBinAddr: 0x100037FD4, symSize: 0x34 }
+ - { offset: 0x12D6FE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV7_engine33_88C81F291347347F51A32AD511180C39LL0A2UI14ObservedObjectVyAA0B6EngineCGvs', symObjAddr: 0x330, symBinAddr: 0x100038008, symSize: 0x48 }
+ - { offset: 0x12D745, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV8isLoaded33_88C81F291347347F51A32AD511180C39LLSbvg', symObjAddr: 0x3C8, symBinAddr: 0x1000380A0, symSize: 0x78 }
+ - { offset: 0x12D759, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV8isLoaded33_88C81F291347347F51A32AD511180C39LLSbvs', symObjAddr: 0x524, symBinAddr: 0x100038118, symSize: 0x98 }
+ - { offset: 0x12D76D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV9$isLoaded33_88C81F291347347F51A32AD511180C39LL0A2UI7BindingVySbGvg', symObjAddr: 0x5C8, symBinAddr: 0x1000381BC, symSize: 0x90 }
+ - { offset: 0x12D781, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV9_isLoaded33_88C81F291347347F51A32AD511180C39LL0A2UI5StateVySbGvg', symObjAddr: 0x658, symBinAddr: 0x10003824C, symSize: 0x38 }
+ - { offset: 0x12D795, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV9_isLoaded33_88C81F291347347F51A32AD511180C39LL0A2UI5StateVySbGvs', symObjAddr: 0x690, symBinAddr: 0x100038284, symSize: 0x48 }
+ - { offset: 0x12D7A9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV9loadError33_88C81F291347347F51A32AD511180C39LLSSSgvg', symObjAddr: 0x77C, symBinAddr: 0x100038370, symSize: 0x90 }
+ - { offset: 0x12D7BD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV9loadError33_88C81F291347347F51A32AD511180C39LLSSSgvs', symObjAddr: 0x89C, symBinAddr: 0x100038490, symSize: 0xC4 }
+ - { offset: 0x12D7D1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV10$loadError33_88C81F291347347F51A32AD511180C39LL0A2UI7BindingVySSSgGvg', symObjAddr: 0x96C, symBinAddr: 0x100038560, symSize: 0xA8 }
+ - { offset: 0x12D7E5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV10_loadError33_88C81F291347347F51A32AD511180C39LL0A2UI5StateVySSSgGvg', symObjAddr: 0xA14, symBinAddr: 0x100038608, symSize: 0x48 }
+ - { offset: 0x12D7F9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV10_loadError33_88C81F291347347F51A32AD511180C39LL0A2UI5StateVySSSgGvs', symObjAddr: 0xA5C, symBinAddr: 0x100038650, symSize: 0x74 }
+ - { offset: 0x12D80D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV10jsonString33_88C81F291347347F51A32AD511180C39LLSSSgvg', symObjAddr: 0xADC, symBinAddr: 0x1000386D0, symSize: 0x34 }
+ - { offset: 0x12D821, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV10jsonString33_88C81F291347347F51A32AD511180C39LLSSSgvs', symObjAddr: 0xB10, symBinAddr: 0x100038704, symSize: 0x48 }
+ - { offset: 0x12D835, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV7loadURL33_88C81F291347347F51A32AD511180C39LLSSSgvg', symObjAddr: 0xB64, symBinAddr: 0x100038758, symSize: 0x34 }
+ - { offset: 0x12D849, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV7loadURL33_88C81F291347347F51A32AD511180C39LLSSSgvs', symObjAddr: 0xB98, symBinAddr: 0x10003878C, symSize: 0x48 }
+ - { offset: 0x12D864, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV4json6engineACSS_AA0B6EngineCtcfC', symObjAddr: 0xBE0, symBinAddr: 0x1000387D4, symSize: 0x174 }
+ - { offset: 0x12D8A9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV3url6engineACSS_AA0B6EngineCtcfC', symObjAddr: 0xEA4, symBinAddr: 0x100038A34, symSize: 0x170 }
+ - { offset: 0x12D8EE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV6schema6engineAcA13ControlSchemaV_AA0B6EngineCtcfC', symObjAddr: 0x1014, symBinAddr: 0x100038BA4, symSize: 0x15C }
+ - { offset: 0x12D93B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV4bodyQrvg', symObjAddr: 0x1480, symBinAddr: 0x100039010, symSize: 0x61C }
+ - { offset: 0x12D95F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV4bodyQrvg0A2UI19_ConditionalContentVyAGyAE05TupleC0VyAE0C0PAEE5frame8minWidth05idealK003maxK00J6Height0lN00mN09alignmentQr12CoreGraphics7CGFloatVSg_A5wE9AlignmentVtFQOyAA15ControlRendererV_Qo__AC12popupOverlay33_88C81F291347347F51A32AD511180C39LLyQrAA9PopupInfoVFQOy_Qo_SgAkEE7overlay_ASQrqd___AYtAeJRd__lFQOyAE5ColorV_AE08ProgressC0VyAE05EmptyC0VA13_GQo_SgtGAC05errorC0A2_LLyQrSSFQOy_Qo_GAkEEAlmnopqrSQrAW_A5wYtFQOyA11_yAE4TextVA13_G_Qo_GyXEfU_', symObjAddr: 0x1A9C, symBinAddr: 0x10003962C, symSize: 0x1164 }
+ - { offset: 0x12DA2D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV4bodyQrvgyyYaYbcfU0_', symObjAddr: 0x3758, symBinAddr: 0x10003AD5C, symSize: 0x98 }
+ - { offset: 0x12DA58, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV4bodyQrvgyyYaYbcfU0_TQ0_', symObjAddr: 0x37F0, symBinAddr: 0x10003ADF4, symSize: 0x8C }
+ - { offset: 0x12DA87, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV4bodyQrvgyyYaYbcfU0_TY1_', symObjAddr: 0x387C, symBinAddr: 0x10003AE80, symSize: 0x44 }
+ - { offset: 0x12DAB5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV4bodyQrvgSbyYbcfU1_', symObjAddr: 0x4CDC, symBinAddr: 0x10003C2A0, symSize: 0xAC }
+ - { offset: 0x12DAE0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV4bodyQrvgySbYbcfU2_', symObjAddr: 0x4E70, symBinAddr: 0x10003C3C8, symSize: 0x74 }
+ - { offset: 0x12DB1A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV4bodyQrvg0A2UI6ButtonVyAE4TextVGyXEfU3_', symObjAddr: 0x4F60, symBinAddr: 0x10003C4B8, symSize: 0x1DC }
+ - { offset: 0x12DB45, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV4bodyQrvg0A2UI6ButtonVyAE4TextVGyXEfU3_yyScMYccfU_', symObjAddr: 0x5144, symBinAddr: 0x10003C69C, symSize: 0x50 }
+ - { offset: 0x12DB70, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV4bodyQrvg0A2UI4TextVyXEfU4_', symObjAddr: 0x5194, symBinAddr: 0x10003C6EC, symSize: 0x1F8 }
+ - { offset: 0x12DBA6, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewPAAE7overlay_9alignmentQrqd___AA9AlignmentVtAaBRd__lFfA0_', symObjAddr: 0x2DCC, symBinAddr: 0x10003A86C, symSize: 0x24 }
+ - { offset: 0x12DBDD, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewPAAE15ignoresSafeArea_5edgesQrAA0eF7RegionsV_AA4EdgeO3SetVtFfA_', symObjAddr: 0x65B0, symBinAddr: 0x10003DA94, symSize: 0x20 }
+ - { offset: 0x12DC07, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewPAAE15ignoresSafeArea_5edgesQrAA0eF7RegionsV_AA4EdgeO3SetVtFfA0_', symObjAddr: 0x65D0, symBinAddr: 0x10003DAB4, symSize: 0x20 }
+ - { offset: 0x12DC31, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewPAAE12onTapGesture5count7performQrSi_yyctFfA_', symObjAddr: 0x66AC, symBinAddr: 0x10003DB90, symSize: 0x18 }
+ - { offset: 0x12DC5B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV0A2UI0C0AadEP05_makeC04view6inputsAD01_C7OutputsVAD11_GraphValueVyxG_AD01_C6InputsVtFZTW', symObjAddr: 0x7F58, symBinAddr: 0x10003EDD4, symSize: 0x14 }
+ - { offset: 0x12DC77, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV0A2UI0C0AadEP05_makeC4List4view6inputsAD01_cF7OutputsVAD11_GraphValueVyxG_AD01_cF6InputsVtFZTW', symObjAddr: 0x7F6C, symBinAddr: 0x10003EDE8, symSize: 0x14 }
+ - { offset: 0x12DC93, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV0A2UI0C0AadEP14_viewListCount6inputsSiSgAD01_cfG6InputsV_tFZTW', symObjAddr: 0x7F80, symBinAddr: 0x10003EDFC, symSize: 0x18 }
+ - { offset: 0x12DE4B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV12popupOverlay33_88C81F291347347F51A32AD511180C39LLyQrAA9PopupInfoVF', symObjAddr: 0x2C6C, symBinAddr: 0x10003A798, symSize: 0xD4 }
+ - { offset: 0x12DE80, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV12popupOverlay33_88C81F291347347F51A32AD511180C39LLyQrAA9PopupInfoVF0A2UI05TupleC0VyAH0C0PAHE12onTapGesture5count7performQrSi_yyctFQOyAlHE15ignoresSafeArea_5edgesQrAH0vW7RegionsV_AH4EdgeO3SetVtFQOyAH5ColorV_Qo__Qo__AlHE7paddingyQr12CoreGraphics7CGFloatVFQOyAlHE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA3_Sg_A12_A12_A12_A12_A12_AH9AlignmentVtFQOyAA0L13WindowControlV_Qo__Qo_tGyXEfU_', symObjAddr: 0x5F14, symBinAddr: 0x10003D3F8, symSize: 0x61C }
+ - { offset: 0x12DEBD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV12popupOverlay33_88C81F291347347F51A32AD511180C39LLyQrAA9PopupInfoVF0A2UI05TupleC0VyAH0C0PAHE12onTapGesture5count7performQrSi_yyctFQOyAlHE15ignoresSafeArea_5edgesQrAH0vW7RegionsV_AH4EdgeO3SetVtFQOyAH5ColorV_Qo__Qo__AlHE7paddingyQr12CoreGraphics7CGFloatVFQOyAlHE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA3_Sg_A12_A12_A12_A12_A12_AH9AlignmentVtFQOyAA0L13WindowControlV_Qo__Qo_tGyXEfU_yycfU_', symObjAddr: 0x65F0, symBinAddr: 0x10003DAD4, symSize: 0xBC }
+ - { offset: 0x12DEF7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV05errorC033_88C81F291347347F51A32AD511180C39LLyQrSSF', symObjAddr: 0x30DC, symBinAddr: 0x10003A890, symSize: 0x18C }
+ - { offset: 0x12DF2B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV05errorC033_88C81F291347347F51A32AD511180C39LLyQrSSF0A2UI05TupleC0VyAF0C0PAFE15foregroundColoryQrAF0N0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFE09multilineR9AlignmentyQrAF0rT0OFQOyAX_Qo_AF6ButtonVyAXGtGyXEfU_', symObjAddr: 0x6C28, symBinAddr: 0x10003E10C, symSize: 0x854 }
+ - { offset: 0x12DF65, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV05errorC033_88C81F291347347F51A32AD511180C39LLyQrSSF0A2UI05TupleC0VyAF0C0PAFE15foregroundColoryQrAF0N0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFE09multilineR9AlignmentyQrAF0rT0OFQOyAX_Qo_AF6ButtonVyAXGtGyXEfU_yyScMYccfU_', symObjAddr: 0x748C, symBinAddr: 0x10003E970, symSize: 0x144 }
+ - { offset: 0x12DF90, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV05errorC033_88C81F291347347F51A32AD511180C39LLyQrSSF0A2UI05TupleC0VyAF0C0PAFE15foregroundColoryQrAF0N0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFE09multilineR9AlignmentyQrAF0rT0OFQOyAX_Qo_AF6ButtonVyAXGtGyXEfU_yyScMYccfU_yyYacfU_', symObjAddr: 0x75D0, symBinAddr: 0x10003EAB4, symSize: 0x98 }
+ - { offset: 0x12DFBB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV05errorC033_88C81F291347347F51A32AD511180C39LLyQrSSF0A2UI05TupleC0VyAF0C0PAFE15foregroundColoryQrAF0N0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFE09multilineR9AlignmentyQrAF0rT0OFQOyAX_Qo_AF6ButtonVyAXGtGyXEfU_yyScMYccfU_yyYacfU_TQ0_', symObjAddr: 0x7668, symBinAddr: 0x10003EB4C, symSize: 0x8C }
+ - { offset: 0x12DFEA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV05errorC033_88C81F291347347F51A32AD511180C39LLyQrSSF0A2UI05TupleC0VyAF0C0PAFE15foregroundColoryQrAF0N0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFE09multilineR9AlignmentyQrAF0rT0OFQOyAX_Qo_AF6ButtonVyAXGtGyXEfU_yyScMYccfU_yyYacfU_TY1_', symObjAddr: 0x76F4, symBinAddr: 0x10003EBD8, symSize: 0x44 }
+ - { offset: 0x12E019, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6ZStackV9alignment7contentACyxGAA9AlignmentV_xyXEtcfcfA_', symObjAddr: 0x332C, symBinAddr: 0x10003AA1C, symSize: 0x20 }
+ - { offset: 0x12E03B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV11performLoad33_88C81F291347347F51A32AD511180C39LLyyYaF', symObjAddr: 0x39F4, symBinAddr: 0x10003AFF8, symSize: 0xA8 }
+ - { offset: 0x12E060, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV11performLoad33_88C81F291347347F51A32AD511180C39LLyyYaFTY0_', symObjAddr: 0x3A9C, symBinAddr: 0x10003B0A0, symSize: 0x4B4 }
+ - { offset: 0x12E0DF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV11performLoad33_88C81F291347347F51A32AD511180C39LLyyYaFTQ1_', symObjAddr: 0x3F50, symBinAddr: 0x10003B554, symSize: 0xC0 }
+ - { offset: 0x12E12C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV11performLoad33_88C81F291347347F51A32AD511180C39LLyyYaFTY2_', symObjAddr: 0x4010, symBinAddr: 0x10003B614, symSize: 0xE0 }
+ - { offset: 0x12E199, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV11performLoad33_88C81F291347347F51A32AD511180C39LLyyYaFTY3_', symObjAddr: 0x40F0, symBinAddr: 0x10003B6F4, symSize: 0x170 }
+ - { offset: 0x12E210, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewPAAE4task8priority_QrScP_yyYaYbctFfA_', symObjAddr: 0x4260, symBinAddr: 0x10003B864, symSize: 0x20 }
+ - { offset: 0x12E249, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV10popupWidth33_88C81F291347347F51A32AD511180C39LLy12CoreGraphics7CGFloatVSgAA12PopupOptionsVF', symObjAddr: 0x66C4, symBinAddr: 0x10003DBA8, symSize: 0x25C }
+ - { offset: 0x12E2DB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV11popupHeight33_88C81F291347347F51A32AD511180C39LLy12CoreGraphics7CGFloatVSgAA12PopupOptionsVF', symObjAddr: 0x6920, symBinAddr: 0x10003DE04, symSize: 0x2D0 }
+ - { offset: 0x12E378, size: 0x8, addend: 0x0, symName: '_$sSy10FoundationE20replacingOccurrences2of4with7options5rangeSSqd___qd_0_So22NSStringCompareOptionsVSnySS5IndexVGSgtSyRd__SyRd_0_r0_lFfA1_', symObjAddr: 0x6BF0, symBinAddr: 0x10003E0D4, symSize: 0x38 }
+ - { offset: 0x12E3CF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV0A2UI0C0AadEP4body4BodyQzvgTW', symObjAddr: 0x7F98, symBinAddr: 0x10003EE14, symSize: 0x44 }
+ - { offset: 0x12E4F2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlV6schemaAA0D6SchemaVvg', symObjAddr: 0x0, symBinAddr: 0x10004A970, symSize: 0x1C }
+ - { offset: 0x12E522, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11PickerStylePA2A04MenucD0VRszrlE4menuAEvgZ', symObjAddr: 0xA21C, symBinAddr: 0x100053084, symSize: 0x14 }
+ - { offset: 0x12E713, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlV6engineAA0B6EngineCvpfP', symObjAddr: 0x950, symBinAddr: 0x10004A98C, symSize: 0x40 }
+ - { offset: 0x12E73F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlV6engineAA0B6EngineCvpACTK', symObjAddr: 0xABC, symBinAddr: 0x10004AA28, symSize: 0x64 }
+ - { offset: 0x12E757, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlV6engineAA0B6EngineCvpACTk', symObjAddr: 0xB20, symBinAddr: 0x10004AA8C, symSize: 0x40 }
+ - { offset: 0x12E76F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlV9isLoading33_A268388153E33C7B06258B8736EDCAE4LLSbvpfP', symObjAddr: 0xCC8, symBinAddr: 0x10004AC34, symSize: 0x50 }
+ - { offset: 0x12E79B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlV10_isLoading33_A268388153E33C7B06258B8736EDCAE4LL0A2UI5StateVySbGvpfi', symObjAddr: 0xF0C, symBinAddr: 0x10004AD94, symSize: 0xC }
+ - { offset: 0x12E7B3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlVWOc', symObjAddr: 0x1854, symBinAddr: 0x10004B6DC, symSize: 0x97C }
+ - { offset: 0x12E7C7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlV4bodyQrvg0A2UI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAHyQrAL_APtFQOyAE6HStackVyAE05TupleG0VyAgEE11scaleEffect_6anchorQrAO_AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA0_G_Qo_Sg_AE4TextVSgA5_tGG_Qo__Qo_yXEfU_TA', symObjAddr: 0x21D0, symBinAddr: 0x10004C058, symSize: 0x8 }
+ - { offset: 0x12E7DB, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA6HStackVyAA9TupleViewVyACyAA08ProgressG0VyAA05EmptyG0VAKGAA12_ScaleEffectVGSg_AA4TextVSgARtGGAA14_PaddingLayoutVGAWGACyxq_GAA0G0A2AA_RzAA0G8ModifierR_rlWl', symObjAddr: 0x21D8, symBinAddr: 0x10004C060, symSize: 0x8C }
+ - { offset: 0x12E7EF, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6HStackVyAA9TupleViewVyACyAA08ProgressG0VyAA05EmptyG0VAKGAA12_ScaleEffectVGSg_AA4TextVSgARtGGAA14_PaddingLayoutVGACyxq_GAA0G0A2aZRzAA0G8ModifierR_rlWl', symObjAddr: 0x22DC, symBinAddr: 0x10004C0EC, symSize: 0x8C }
+ - { offset: 0x12E803, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6HStackVyAA9TupleViewVyAA15ModifiedContentVyAA08ProgressE0VyAA05EmptyE0VAKGAA12_ScaleEffectVGSg_AA4TextVSgARtGGACyxGAA0E0AAWl', symObjAddr: 0x2368, symBinAddr: 0x10004C178, symSize: 0x74 }
+ - { offset: 0x12E817, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlVWOh', symObjAddr: 0x23DC, symBinAddr: 0x10004C1EC, symSize: 0x328 }
+ - { offset: 0x12E970, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6ButtonVyAA15ModifiedContentVyAEyAA6HStackVyAA9TupleViewVyAEyAA08ProgressH0VyAA05EmptyH0VAMGAA12_ScaleEffectVGSg_AA4TextVSgATtGGAA14_PaddingLayoutVGAYGGACyxGAA0H0AAWl', symObjAddr: 0x39B0, symBinAddr: 0x10004D4A8, symSize: 0x74 }
+ - { offset: 0x12E984, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B11ButtonStyleVAC0A2UI0cD0AAWl', symObjAddr: 0x3A24, symBinAddr: 0x10004D51C, symSize: 0x68 }
+ - { offset: 0x12E998, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA4ViewPAAE11buttonStyleyQrqd__AA06ButtonG0Rd__lFQOyAA0H0VyACyACyAA6HStackVyAA05TupleE0VyACyAA08ProgressE0VyAA05EmptyE0VAQGAA12_ScaleEffectVGSg_AA4TextVSgAXtGGAA14_PaddingLayoutVGA1_GG_0A6Bricks0rhG0VQo_AA32_EnvironmentKeyTransformModifierVySbGGACyxq_GAad2aDRzAA0eV0R_rlWl', symObjAddr: 0x3A8C, symBinAddr: 0x10004D584, symSize: 0xF0 }
+ - { offset: 0x12E9AC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlV12handleAction33_A268388153E33C7B06258B8736EDCAE4LLyyFyyYacfU_TA', symObjAddr: 0x4300, symBinAddr: 0x10004DD18, symSize: 0x90 }
+ - { offset: 0x12E9C0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlV12handleAction33_A268388153E33C7B06258B8736EDCAE4LLyyFyyYacfU_TATQ0_', symObjAddr: 0x4390, symBinAddr: 0x10004DDA8, symSize: 0x60 }
+ - { offset: 0x12E9D4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsVWOc', symObjAddr: 0x4948, symBinAddr: 0x10004DE08, symSize: 0x894 }
+ - { offset: 0x12E9E8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsVWOh', symObjAddr: 0x5528, symBinAddr: 0x10004E69C, symSize: 0x2D4 }
+ - { offset: 0x12E9FC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B11ButtonStyleV7VariantOAESHAAWl', symObjAddr: 0x5C60, symBinAddr: 0x10004ED20, symSize: 0x68 }
+ - { offset: 0x12EA10, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI24ButtonStyleConfigurationV5LabelVAeA4ViewAAWl', symObjAddr: 0x61F0, symBinAddr: 0x10004F2B0, symSize: 0x6C }
+ - { offset: 0x12EA24, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA24ButtonStyleConfigurationV5LabelVAA30_EnvironmentKeyWritingModifierVyAA5ColorVSgGGACyxq_GAA4ViewA2aPRzAA0nL0R_rlWl', symObjAddr: 0x6428, symBinAddr: 0x10004F4C4, symSize: 0x90 }
+ - { offset: 0x12EA38, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA24ButtonStyleConfigurationV5LabelVAA30_EnvironmentKeyWritingModifierVyAA5ColorVSgGGWOh', symObjAddr: 0x65B8, symBinAddr: 0x10004F554, symSize: 0x78 }
+ - { offset: 0x12EA4C, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA24ButtonStyleConfigurationV5LabelVAA30_EnvironmentKeyWritingModifierVyAA5ColorVSgGGAA011_BackgroundfL0VyAKGGACyxq_GAA4ViewA2aTRzAA0oL0R_rlWl', symObjAddr: 0x6648, symBinAddr: 0x10004F5CC, symSize: 0x90 }
+ - { offset: 0x12EA60, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA24ButtonStyleConfigurationV5LabelVAA30_EnvironmentKeyWritingModifierVyAA5ColorVSgGGAA011_BackgroundfL0VyAKGGWOh', symObjAddr: 0x674C, symBinAddr: 0x10004F65C, symSize: 0xA0 }
+ - { offset: 0x12EA74, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyAA24ButtonStyleConfigurationV5LabelVAA30_EnvironmentKeyWritingModifierVyAA5ColorVSgGGAA011_BackgroundfL0VyAKGGAA11_ClipEffectVyAA16RoundedRectangleVGGACyxq_GAA4ViewA2aZRzAA0sL0R_rlWl', symObjAddr: 0x67EC, symBinAddr: 0x10004F6FC, symSize: 0x90 }
+ - { offset: 0x12EA88, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyAA24ButtonStyleConfigurationV5LabelVAA30_EnvironmentKeyWritingModifierVyAA5ColorVSgGGAA011_BackgroundfL0VyAKGGAA11_ClipEffectVyAA16RoundedRectangleVGGWOh', symObjAddr: 0x68F0, symBinAddr: 0x10004F78C, symSize: 0x104 }
+ - { offset: 0x12EA9C, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyACyAA24ButtonStyleConfigurationV5LabelVAA30_EnvironmentKeyWritingModifierVyAA5ColorVSgGGAA011_BackgroundfL0VyAKGGAA11_ClipEffectVyAA16RoundedRectangleVGGAA08_OpacityP0VGACyxq_GAA4ViewA2AA1_RzAA0tL0R_rlWl', symObjAddr: 0x69F4, symBinAddr: 0x10004F890, symSize: 0x8C }
+ - { offset: 0x12EAB0, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyACyAA24ButtonStyleConfigurationV5LabelVAA30_EnvironmentKeyWritingModifierVyAA5ColorVSgGGAA011_BackgroundfL0VyAKGGAA11_ClipEffectVyAA16RoundedRectangleVGGAA08_OpacityP0VGWOh', symObjAddr: 0x6A80, symBinAddr: 0x10004F91C, symSize: 0x104 }
+ - { offset: 0x12EAC4, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyACyAA24ButtonStyleConfigurationV5LabelVAA30_EnvironmentKeyWritingModifierVyAA5ColorVSgGGAA011_BackgroundfL0VyAKGGAA11_ClipEffectVyAA16RoundedRectangleVGGAA08_OpacityP0VGWOc', symObjAddr: 0x6B84, symBinAddr: 0x10004FA20, symSize: 0x200 }
+ - { offset: 0x12ED44, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV6engineAA0B6EngineCvpfP', symObjAddr: 0x6DB8, symBinAddr: 0x10004FC54, symSize: 0x40 }
+ - { offset: 0x12ED70, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV6engineAA0B6EngineCvpACTK', symObjAddr: 0x6E54, symBinAddr: 0x10004FCF0, symSize: 0x64 }
+ - { offset: 0x12ED88, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV6engineAA0B6EngineCvpACTk', symObjAddr: 0x6EB8, symBinAddr: 0x10004FD54, symSize: 0x40 }
+ - { offset: 0x12EDA0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV13selectedValue33_A268388153E33C7B06258B8736EDCAE4LLSSvpfP', symObjAddr: 0x7060, symBinAddr: 0x10004FEFC, symSize: 0x90 }
+ - { offset: 0x12EDCC, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI5StateVySSGWOc', symObjAddr: 0x7180, symBinAddr: 0x10005001C, symSize: 0x5C }
+ - { offset: 0x12EDE0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV14_selectedValue33_A268388153E33C7B06258B8736EDCAE4LL0A2UI5StateVySSGvpfi', symObjAddr: 0x72D4, symBinAddr: 0x10005013C, symSize: 0x28 }
+ - { offset: 0x12EDF8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV5items33_A268388153E33C7B06258B8736EDCAE4LLSayAA8CodeItemVGvpfP', symObjAddr: 0x7460, symBinAddr: 0x1000502C8, symSize: 0x80 }
+ - { offset: 0x12EE30, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI5StateVySay0A6Bricks8CodeItemVGGWOc', symObjAddr: 0x7558, symBinAddr: 0x1000503C0, symSize: 0x54 }
+ - { offset: 0x12EE44, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI5StateVySay0A6Bricks8CodeItemVGGWOh', symObjAddr: 0x75AC, symBinAddr: 0x100050414, symSize: 0x34 }
+ - { offset: 0x12EE58, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV6_items33_A268388153E33C7B06258B8736EDCAE4LL0A2UI5StateVySayAA8CodeItemVGGvpfi', symObjAddr: 0x768C, symBinAddr: 0x1000504F4, symSize: 0x20 }
+ - { offset: 0x12EE70, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlVWOc', symObjAddr: 0x8890, symBinAddr: 0x1000516F8, symSize: 0x9D0 }
+ - { offset: 0x12EE84, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV4bodyQrvg0A2UI9TupleViewVyAE4TextVSg_AE0H0PAEE11pickerStyleyQrqd__AE06PickerK0Rd__lFQOyAE0L0VyAISSAE7ForEachVySayAA8CodeItemVGSSAlEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAI_SSQo_GG_AE04MenulK0VQo_tGyXEfU_TA', symObjAddr: 0x9260, symBinAddr: 0x1000520C8, symSize: 0x8 }
+ - { offset: 0x12EE98, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI9TupleViewVyAA4TextVSg_AA0D0PAAE11pickerStyleyQrqd__AA06PickerG0Rd__lFQOyAA0H0VyAESSAA7ForEachVySay0A6Bricks8CodeItemVGSSAhAE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAE_SSQo_GG_AA04MenuhG0VQo_tGACyxGAagAWl', symObjAddr: 0x9268, symBinAddr: 0x1000520D0, symSize: 0x74 }
+ - { offset: 0x12EEAC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlVWOh', symObjAddr: 0x92DC, symBinAddr: 0x100052144, symSize: 0x34C }
+ - { offset: 0x12EEC0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV4bodyQrvgyycfU0_TA', symObjAddr: 0xA6E8, symBinAddr: 0x100053550, symSize: 0x8 }
+ - { offset: 0x12EED4, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6VStackVyAA9TupleViewVyAA4TextVSg_AA0E0PAAE11pickerStyleyQrqd__AA06PickerH0Rd__lFQOyAA0I0VyAGSSAA7ForEachVySay0A6Bricks8CodeItemVGSSAjAE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAG_SSQo_GG_AA04MenuiH0VQo_tGGACyxGAaiAWl', symObjAddr: 0xA6F0, symBinAddr: 0x100053558, symSize: 0x74 }
+ - { offset: 0x12EEE8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV4bodyQrvgySS_SStcfU1_TA', symObjAddr: 0xB120, symBinAddr: 0x100053F18, symSize: 0x8 }
+ - { offset: 0x12EEFC, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6VStackVyAA9TupleViewVyAA4TextVSg_AA0G0PAAE11pickerStyleyQrqd__AA06PickerJ0Rd__lFQOyAA0K0VyAISSAA7ForEachVySay0A6Bricks8CodeItemVGSSAlAE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAI_SSQo_GG_AA04MenukJ0VQo_tGGAA25_AppearanceActionModifierVGACyxq_GAak2aKRzAA0gW0R_rlWl', symObjAddr: 0xB4F8, symBinAddr: 0x1000542B0, symSize: 0x8C }
+ - { offset: 0x12EF10, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV4bodyQrvgyyYaYbcfU2_TA', symObjAddr: 0xBB04, symBinAddr: 0x1000548BC, symSize: 0x70 }
+ - { offset: 0x12EF24, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV4bodyQrvgyyYaYbcfU2_TATQ0_', symObjAddr: 0xBB74, symBinAddr: 0x10005492C, symSize: 0x60 }
+ - { offset: 0x12EF38, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA4ViewPAAE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyACyAA6VStackVyAA05TupleE0VyAA4TextVSg_AeAE11pickerStyleyQrqd__AA06PickerN0Rd__lFQOyAA0O0VyANSSAA7ForEachVySay0A6Bricks8CodeItemVGSSAeAE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAN_SSQo_GG_AA04MenuoN0VQo_tGGAA25_AppearanceActionModifierVG_SSQo_AA13_TaskModifierVGACyxq_GAad2aDRzAA0E8ModifierR_rlWl', symObjAddr: 0xD024, symBinAddr: 0x100055DBC, symSize: 0xE8 }
+ - { offset: 0x12EF4C, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI16TagValueTraitKeyV0D0Oyqd___GAA4ViewRzSHRd__r__lWOh', symObjAddr: 0xD6B4, symBinAddr: 0x1000563E0, symSize: 0x64 }
+ - { offset: 0x12EF60, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI16TagValueTraitKeyV0D0Oyqd__Sg_GAA4ViewRzSHRd__r__lWOh', symObjAddr: 0xD718, symBinAddr: 0x100056444, symSize: 0x80 }
+ - { offset: 0x12EF74, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyxAA21_TraitWritingModifierVyAA08TagValueE3KeyVyqd__GGGAA4ViewRzSHRd__r__lWOh', symObjAddr: 0xD798, symBinAddr: 0x1000564C4, symSize: 0x94 }
+ - { offset: 0x12EF88, size: 0x8, addend: 0x0, symName: '_$sxIeAgHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRTQ0_', symObjAddr: 0xDFA8, symBinAddr: 0x100056AA0, symSize: 0x64 }
+ - { offset: 0x12EFA7, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI24_TagTraitWritingModifierV3tag15includeOptionalACyxGx_SbtcfC', symObjAddr: 0xE00C, symBinAddr: 0x100056B04, symSize: 0x74 }
+ - { offset: 0x12EFCD, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI24_TagTraitWritingModifierVyqd__GAA4ViewRzSHRd__r__lWOh', symObjAddr: 0xE080, symBinAddr: 0x100056B78, symSize: 0x34 }
+ - { offset: 0x12EFE1, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks8CodeItemVGSgWOc', symObjAddr: 0xE0B4, symBinAddr: 0x100056BAC, symSize: 0x34 }
+ - { offset: 0x12EFF5, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks8CodeItemVGSgWOh', symObjAddr: 0xE0E8, symBinAddr: 0x100056BE0, symSize: 0x28 }
+ - { offset: 0x12F009, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV14loadRemoteData33_A268388153E33C7B06258B8736EDCAE4LLyyYaFAA8CodeItemVSgSDySSypGXEfU_TA', symObjAddr: 0xE248, symBinAddr: 0x100056C08, symSize: 0x30 }
+ - { offset: 0x12F01D, size: 0x8, addend: 0x0, symName: '_$sSaySDySSypGGSayxGSTsWl', symObjAddr: 0xE278, symBinAddr: 0x100056C38, symSize: 0x74 }
+ - { offset: 0x12F031, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlV0A2UI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0xE2EC, symBinAddr: 0x100056CAC, symSize: 0x24 }
+ - { offset: 0x12F045, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B11ButtonStyleV7VariantOSHAASQWb', symObjAddr: 0xE310, symBinAddr: 0x100056CD0, symSize: 0x14 }
+ - { offset: 0x12F059, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B11ButtonStyleV7VariantOAESQAAWl', symObjAddr: 0xE324, symBinAddr: 0x100056CE4, symSize: 0x68 }
+ - { offset: 0x12F06D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B11ButtonStyleV0A2UI0cD0AA4BodyAdEP_AD4ViewPWT', symObjAddr: 0xE38C, symBinAddr: 0x100056D4C, symSize: 0x24 }
+ - { offset: 0x12F081, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV0A2UI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0xE3B0, symBinAddr: 0x100056D70, symSize: 0x24 }
+ - { offset: 0x12F095, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlVwCP', symObjAddr: 0xE3D4, symBinAddr: 0x100056D94, symSize: 0x3C }
+ - { offset: 0x12F0A9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlVwxx', symObjAddr: 0xE410, symBinAddr: 0x100056DD0, symSize: 0x324 }
+ - { offset: 0x12F0BD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlVwcp', symObjAddr: 0xE734, symBinAddr: 0x1000570F4, symSize: 0x97C }
+ - { offset: 0x12F0D1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlVwca', symObjAddr: 0xF0B0, symBinAddr: 0x100057A70, symSize: 0xFE4 }
+ - { offset: 0x12F0E5, size: 0x8, addend: 0x0, symName: ___swift_memcpy1024_8, symObjAddr: 0x101B8, symBinAddr: 0x100058A54, symSize: 0x2C }
+ - { offset: 0x12F0F9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlVwta', symObjAddr: 0x101E4, symBinAddr: 0x100058A80, symSize: 0xA40 }
+ - { offset: 0x12F10D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlVwet', symObjAddr: 0x10C24, symBinAddr: 0x1000594C0, symSize: 0x118 }
+ - { offset: 0x12F121, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlVwst', symObjAddr: 0x10D3C, symBinAddr: 0x1000595D8, symSize: 0x3A8 }
+ - { offset: 0x12F135, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlVMa', symObjAddr: 0x110E4, symBinAddr: 0x100059980, symSize: 0x14 }
+ - { offset: 0x12F149, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B11ButtonStyleVwet', symObjAddr: 0x11108, symBinAddr: 0x100059994, symSize: 0x168 }
+ - { offset: 0x12F15D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B11ButtonStyleVwst', symObjAddr: 0x11270, symBinAddr: 0x100059AFC, symSize: 0x1FC }
+ - { offset: 0x12F171, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B11ButtonStyleVMa', symObjAddr: 0x1146C, symBinAddr: 0x100059CF8, symSize: 0x14 }
+ - { offset: 0x12F185, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B11ButtonStyleV7VariantOwet', symObjAddr: 0x11480, symBinAddr: 0x100059D0C, symSize: 0x168 }
+ - { offset: 0x12F199, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B11ButtonStyleV7VariantOwst', symObjAddr: 0x115E8, symBinAddr: 0x100059E74, symSize: 0x1FC }
+ - { offset: 0x12F1AD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B11ButtonStyleV7VariantOwug', symObjAddr: 0x117E4, symBinAddr: 0x10005A070, symSize: 0x8 }
+ - { offset: 0x12F1C1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B11ButtonStyleV7VariantOwup', symObjAddr: 0x117EC, symBinAddr: 0x10005A078, symSize: 0x4 }
+ - { offset: 0x12F1D5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B11ButtonStyleV7VariantOwui', symObjAddr: 0x117F0, symBinAddr: 0x10005A07C, symSize: 0x8 }
+ - { offset: 0x12F1E9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B11ButtonStyleV7VariantOMa', symObjAddr: 0x117F8, symBinAddr: 0x10005A084, symSize: 0x14 }
+ - { offset: 0x12F1FD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlVwCP', symObjAddr: 0x1180C, symBinAddr: 0x10005A098, symSize: 0x3C }
+ - { offset: 0x12F211, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlVwxx', symObjAddr: 0x11848, symBinAddr: 0x10005A0D4, symSize: 0x348 }
+ - { offset: 0x12F225, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlVwcp', symObjAddr: 0x11B90, symBinAddr: 0x10005A41C, symSize: 0x9D0 }
+ - { offset: 0x12F239, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlVwca', symObjAddr: 0x12560, symBinAddr: 0x10005ADEC, symSize: 0x1060 }
+ - { offset: 0x12F24D, size: 0x8, addend: 0x0, symName: ___swift_memcpy1048_8, symObjAddr: 0x135C0, symBinAddr: 0x10005BE4C, symSize: 0x2C }
+ - { offset: 0x12F261, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlVwta', symObjAddr: 0x135EC, symBinAddr: 0x10005BE78, symSize: 0xA88 }
+ - { offset: 0x12F275, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlVwet', symObjAddr: 0x14074, symBinAddr: 0x10005C900, symSize: 0x118 }
+ - { offset: 0x12F289, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlVwst', symObjAddr: 0x1418C, symBinAddr: 0x10005CA18, symSize: 0x3B8 }
+ - { offset: 0x12F29D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlVMa', symObjAddr: 0x14544, symBinAddr: 0x10005CDD0, symSize: 0x14 }
+ - { offset: 0x12F2B1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV4bodyQrvgySS_SStcfU1_yyYacfU_TA', symObjAddr: 0x14890, symBinAddr: 0x10005D110, symSize: 0xA8 }
+ - { offset: 0x12F2C5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV4bodyQrvgySS_SStcfU1_yyYacfU_TATQ0_', symObjAddr: 0x14938, symBinAddr: 0x10005D1B8, symSize: 0x60 }
+ - { offset: 0x12F2D9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV4bodyQrvg0A2UI9TupleViewVyAE4TextVSg_AE0H0PAEE11pickerStyleyQrqd__AE06PickerK0Rd__lFQOyAE0L0VyAISSAE7ForEachVySayAA8CodeItemVGSSAlEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAI_SSQo_GG_AE04MenulK0VQo_tGyXEfU_AYyXEfU_TA', symObjAddr: 0x14A30, symBinAddr: 0x10005D218, symSize: 0x8 }
+ - { offset: 0x12F2ED, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7ForEachVySay0A6Bricks8CodeItemVGSSAA4ViewPAAE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAA4TextV_SSQo_GACyxq_q0_GAah2aHR0_rlWl', symObjAddr: 0x14A38, symBinAddr: 0x10005D220, symSize: 0xC4 }
+ - { offset: 0x12F301, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6PickerVyAA4TextVSSAA7ForEachVySay0A6Bricks8CodeItemVGSSAA4ViewPAAE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAE_SSQo_GGACyxq_q0_GAalAWl', symObjAddr: 0x14AFC, symBinAddr: 0x10005D2E4, symSize: 0x74 }
+ - { offset: 0x12F315, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV4bodyQrvg0A2UI9TupleViewVyAE4TextVSg_AE0H0PAEE11pickerStyleyQrqd__AE06PickerK0Rd__lFQOyAE0L0VyAISSAE7ForEachVySayAA8CodeItemVGSSAlEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAI_SSQo_GG_AE04MenulK0VQo_tGyXEfU_AYyXEfU_AxTcfU_TA', symObjAddr: 0x14F64, symBinAddr: 0x10005D634, symSize: 0x8 }
+ - { offset: 0x12F329, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks8CodeItemVGSayxGSksWl', symObjAddr: 0x14F6C, symBinAddr: 0x10005D63C, symSize: 0x74 }
+ - { offset: 0x12F33D, size: 0x8, addend: 0x0, symName: '_$sxIeAgHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRTA', symObjAddr: 0x151EC, symBinAddr: 0x10005D6F4, symSize: 0xB4 }
+ - { offset: 0x12F351, size: 0x8, addend: 0x0, symName: '_$sxIeAgHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRTATQ0_', symObjAddr: 0x152A0, symBinAddr: 0x10005D7A8, symSize: 0x60 }
+ - { offset: 0x12F365, size: 0x8, addend: 0x0, symName: '_$sxIeAgHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRTA.35', symObjAddr: 0x15344, symBinAddr: 0x10005D84C, symSize: 0xB4 }
+ - { offset: 0x12F379, size: 0x8, addend: 0x0, symName: '_$sxIeAgHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRTA.35TQ0_', symObjAddr: 0x153F8, symBinAddr: 0x10005D900, symSize: 0x60 }
+ - { offset: 0x12F38D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlV4bodyQrvg0A2UI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAHyQrAL_APtFQOyAE6HStackVyAE05TupleG0VyAgEE11scaleEffect_6anchorQrAO_AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA0_G_Qo_Sg_AE4TextVSgA5_tGG_Qo__Qo_yXEfU_A7_yXEfU_TA', symObjAddr: 0x15458, symBinAddr: 0x10005D960, symSize: 0x8 }
+ - { offset: 0x12F3A1, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI9TupleViewVyAA15ModifiedContentVyAA08ProgressD0VyAA05EmptyD0VAIGAA12_ScaleEffectVGSg_AA4TextVSgAPtGACyxGAA0D0AAWl', symObjAddr: 0x15460, symBinAddr: 0x10005D968, symSize: 0x74 }
+ - { offset: 0x12F3B5, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6HStackVyAA9TupleViewVyAA15ModifiedContentVyAA08ProgressE0VyAA05EmptyE0VAKGAA12_ScaleEffectVGSg_AA4TextVSgARtGGWOh', symObjAddr: 0x154D4, symBinAddr: 0x10005D9DC, symSize: 0x14C }
+ - { offset: 0x12F3C9, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6HStackVyAA9TupleViewVyACyAA08ProgressG0VyAA05EmptyG0VAKGAA12_ScaleEffectVGSg_AA4TextVSgARtGGAA14_PaddingLayoutVGWOh', symObjAddr: 0x15620, symBinAddr: 0x10005DB28, symSize: 0x14C }
+ - { offset: 0x12F3DD, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA6HStackVyAA9TupleViewVyACyAA08ProgressG0VyAA05EmptyG0VAKGAA12_ScaleEffectVGSg_AA4TextVSgARtGGAA14_PaddingLayoutVGAWGWOh', symObjAddr: 0x1576C, symBinAddr: 0x10005DC74, symSize: 0x14C }
+ - { offset: 0x12F3F1, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA6HStackVyAA9TupleViewVyACyAA08ProgressG0VyAA05EmptyG0VAKGAA12_ScaleEffectVGSg_AA4TextVSgARtGGAA14_PaddingLayoutVGAWGWOc', symObjAddr: 0x158B8, symBinAddr: 0x10005DDC0, symSize: 0x344 }
+ - { offset: 0x12F405, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA12ProgressViewVyAA05EmptyF0VAGGAA12_ScaleEffectVGACyxq_GAA0F0A2aMRzAA0F8ModifierR_rlWl', symObjAddr: 0x15BFC, symBinAddr: 0x10005E104, symSize: 0x8C }
+ - { offset: 0x12F419, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA12ProgressViewVyAA05EmptyF0VAGGAA12_ScaleEffectVGSgWOh', symObjAddr: 0x15CFC, symBinAddr: 0x10005E190, symSize: 0x80 }
+ - { offset: 0x12F42D, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA12ProgressViewVyAA05EmptyF0VAGGAA12_ScaleEffectVGSgWOb', symObjAddr: 0x15D7C, symBinAddr: 0x10005E210, symSize: 0x100 }
+ - { offset: 0x12F441, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA12ProgressViewVyAA05EmptyF0VAGGAA12_ScaleEffectVGSgWOc', symObjAddr: 0x15E7C, symBinAddr: 0x10005E310, symSize: 0x100 }
+ - { offset: 0x12F455, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA12ProgressViewVyAA05EmptyF0VAGGAA12_ScaleEffectVGSgxSgAA0F0A2aNRzlWl', symObjAddr: 0x16000, symBinAddr: 0x10005E410, symSize: 0x80 }
+ - { offset: 0x12F469, size: 0x8, addend: 0x0, symName: '_$sSSWOc', symObjAddr: 0x16080, symBinAddr: 0x10005E490, symSize: 0x3C }
+ - { offset: 0x12F47D, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA12ProgressViewVyAA05EmptyF0VAGGAA12_ScaleEffectVGWOh', symObjAddr: 0x160BC, symBinAddr: 0x10005E4CC, symSize: 0x48 }
+ - { offset: 0x12F491, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA12ProgressViewVyAA05EmptyF0VAGGAA12_ScaleEffectVGWOc', symObjAddr: 0x16104, symBinAddr: 0x10005E514, symSize: 0x8C }
+ - { offset: 0x12F4A5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlV4bodyQrvgyycACcfu_yycfu0_TA', symObjAddr: 0x16448, symBinAddr: 0x10005E858, symSize: 0x8 }
+ - { offset: 0x12F4CE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlV6schemaAA0D6SchemaVvg', symObjAddr: 0x0, symBinAddr: 0x10004A970, symSize: 0x1C }
+ - { offset: 0x12F4E2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlV6engineAA0B6EngineCvg', symObjAddr: 0x9FC, symBinAddr: 0x10004A9CC, symSize: 0x5C }
+ - { offset: 0x12F50E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlV6engineAA0B6EngineCvs', symObjAddr: 0xB60, symBinAddr: 0x10004AACC, symSize: 0x50 }
+ - { offset: 0x12F542, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlV6engineAA0B6EngineCvM', symObjAddr: 0xBB0, symBinAddr: 0x10004AB1C, symSize: 0x20 }
+ - { offset: 0x12F567, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlV6engineAA0B6EngineCvM.resume.0', symObjAddr: 0xBD0, symBinAddr: 0x10004AB3C, symSize: 0xC }
+ - { offset: 0x12F6F3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlV7$engine0A2UI14ObservedObjectV7WrapperVyAA0B6EngineC_Gvg', symObjAddr: 0xBDC, symBinAddr: 0x10004AB48, symSize: 0x70 }
+ - { offset: 0x12F718, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlV7_engine33_A268388153E33C7B06258B8736EDCAE4LL0A2UI14ObservedObjectVyAA0B6EngineCGvg', symObjAddr: 0xC4C, symBinAddr: 0x10004ABB8, symSize: 0x34 }
+ - { offset: 0x12F72C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlV7_engine33_A268388153E33C7B06258B8736EDCAE4LL0A2UI14ObservedObjectVyAA0B6EngineCGvs', symObjAddr: 0xC80, symBinAddr: 0x10004ABEC, symSize: 0x48 }
+ - { offset: 0x12F756, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B11ButtonStyleV7VariantOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x5D18, symBinAddr: 0x10004EDD8, symSize: 0x14 }
+ - { offset: 0x12F78C, size: 0x8, addend: 0x0, symName: '_$ss5print_9separator10terminatoryypd_S2StFfA0_', symObjAddr: 0xDB78, symBinAddr: 0x1000568A4, symSize: 0x2C }
+ - { offset: 0x12F7A8, size: 0x8, addend: 0x0, symName: '_$ss5print_9separator10terminatoryypd_S2StFfA1_', symObjAddr: 0xDBA4, symBinAddr: 0x1000568D0, symSize: 0x2C }
+ - { offset: 0x12F80D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlV9isLoading33_A268388153E33C7B06258B8736EDCAE4LLSbvg', symObjAddr: 0xD18, symBinAddr: 0x10004AC84, symSize: 0x78 }
+ - { offset: 0x12F821, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlV9isLoading33_A268388153E33C7B06258B8736EDCAE4LLSbvs', symObjAddr: 0xE74, symBinAddr: 0x10004ACFC, symSize: 0x98 }
+ - { offset: 0x12F835, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlV10$isLoading33_A268388153E33C7B06258B8736EDCAE4LL0A2UI7BindingVySbGvg', symObjAddr: 0xF18, symBinAddr: 0x10004ADA0, symSize: 0x90 }
+ - { offset: 0x12F849, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlV10_isLoading33_A268388153E33C7B06258B8736EDCAE4LL0A2UI5StateVySbGvg', symObjAddr: 0xFA8, symBinAddr: 0x10004AE30, symSize: 0x38 }
+ - { offset: 0x12F85D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlV10_isLoading33_A268388153E33C7B06258B8736EDCAE4LL0A2UI5StateVySbGvs', symObjAddr: 0xFE0, symBinAddr: 0x10004AE68, symSize: 0x48 }
+ - { offset: 0x12F878, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlV4bodyQrvg', symObjAddr: 0x1028, symBinAddr: 0x10004AEB0, symSize: 0x374 }
+ - { offset: 0x12F89C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlV4bodyQrvgyycACcfu_', symObjAddr: 0x139C, symBinAddr: 0x10004B224, symSize: 0x7C }
+ - { offset: 0x12F8C5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlV4bodyQrvgyycACcfu_yycfu0_', symObjAddr: 0x1418, symBinAddr: 0x10004B2A0, symSize: 0x34 }
+ - { offset: 0x12F8EE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlV4bodyQrvg0A2UI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAHyQrAL_APtFQOyAE6HStackVyAE05TupleG0VyAgEE11scaleEffect_6anchorQrAO_AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA0_G_Qo_Sg_AE4TextVSgA5_tGG_Qo__Qo_yXEfU_', symObjAddr: 0x1594, symBinAddr: 0x10004B41C, symSize: 0x2C0 }
+ - { offset: 0x12F919, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlV4bodyQrvg0A2UI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAHyQrAL_APtFQOyAE6HStackVyAE05TupleG0VyAgEE11scaleEffect_6anchorQrAO_AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA0_G_Qo_Sg_AE4TextVSgA5_tGG_Qo__Qo_yXEfU_A7_yXEfU_', symObjAddr: 0x2704, symBinAddr: 0x10004C514, symSize: 0x938 }
+ - { offset: 0x12F97B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlV12handleAction33_A268388153E33C7B06258B8736EDCAE4LLyyF', symObjAddr: 0x144C, symBinAddr: 0x10004B2D4, symSize: 0x148 }
+ - { offset: 0x12F99F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlV12handleAction33_A268388153E33C7B06258B8736EDCAE4LLyyFyyYacfU_', symObjAddr: 0x3D48, symBinAddr: 0x10004D7CC, symSize: 0x90 }
+ - { offset: 0x12F9CA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlV12handleAction33_A268388153E33C7B06258B8736EDCAE4LLyyFyyYacfU_TY0_', symObjAddr: 0x3DD8, symBinAddr: 0x10004D85C, symSize: 0x10C }
+ - { offset: 0x12F9F9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlV12handleAction33_A268388153E33C7B06258B8736EDCAE4LLyyFyyYacfU_TQ1_', symObjAddr: 0x3EE4, symBinAddr: 0x10004D968, symSize: 0xAC }
+ - { offset: 0x12FA29, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlV12handleAction33_A268388153E33C7B06258B8736EDCAE4LLyyFyyYacfU_TY2_', symObjAddr: 0x3F90, symBinAddr: 0x10004DA14, symSize: 0x44 }
+ - { offset: 0x12FA63, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewPAAE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AA9UnitPointVtFfA0_', symObjAddr: 0x303C, symBinAddr: 0x10004CE4C, symSize: 0x20 }
+ - { offset: 0x12FA8D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlV0A2UI4ViewAadEP05_makeF04view6inputsAD01_F7OutputsVAD11_GraphValueVyxG_AD01_F6InputsVtFZTW', symObjAddr: 0x5990, symBinAddr: 0x10004EA50, symSize: 0x14 }
+ - { offset: 0x12FAA9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlV0A2UI4ViewAadEP05_makeF4List4view6inputsAD01_fH7OutputsVAD11_GraphValueVyxG_AD01_fH6InputsVtFZTW', symObjAddr: 0x59A4, symBinAddr: 0x10004EA64, symSize: 0x14 }
+ - { offset: 0x12FAC5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlV0A2UI4ViewAadEP14_viewListCount6inputsSiSgAD01_fhI6InputsV_tFZTW', symObjAddr: 0x59B8, symBinAddr: 0x10004EA78, symSize: 0x18 }
+ - { offset: 0x12FAE1, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewPAAE3tag_15includeOptionalQrqd___SbtSHRd__lFfA0_', symObjAddr: 0x9C90, symBinAddr: 0x100052AF8, symSize: 0x1C }
+ - { offset: 0x12FB18, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewPAAE3tag_15includeOptionalQrqd___SbtSHRd__lF', symObjAddr: 0x9CAC, symBinAddr: 0x100052B14, symSize: 0x570 }
+ - { offset: 0x12FB4F, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewPAAE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFfA0_', symObjAddr: 0xB4DC, symBinAddr: 0x100054294, symSize: 0x1C }
+ - { offset: 0x12FB86, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV0A2UI4ViewAadEP05_makeF04view6inputsAD01_F7OutputsVAD11_GraphValueVyxG_AD01_F6InputsVtFZTW', symObjAddr: 0xDCF0, symBinAddr: 0x100056A1C, symSize: 0x14 }
+ - { offset: 0x12FBA2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV0A2UI4ViewAadEP05_makeF4List4view6inputsAD01_fH7OutputsVAD11_GraphValueVyxG_AD01_fH6InputsVtFZTW', symObjAddr: 0xDD04, symBinAddr: 0x100056A30, symSize: 0x14 }
+ - { offset: 0x12FBBE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV0A2UI4ViewAadEP14_viewListCount6inputsSiSgAD01_fhI6InputsV_tFZTW', symObjAddr: 0xDD18, symBinAddr: 0x100056A44, symSize: 0x18 }
+ - { offset: 0x12FD44, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlV12displayLabel33_A268388153E33C7B06258B8736EDCAE4LLSSvg', symObjAddr: 0x312C, symBinAddr: 0x10004CE6C, symSize: 0x308 }
+ - { offset: 0x12FD88, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlV11buttonStyle33_A268388153E33C7B06258B8736EDCAE4LLAA0bcF0Vvg', symObjAddr: 0x367C, symBinAddr: 0x10004D174, symSize: 0x334 }
+ - { offset: 0x12FDCC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B11ButtonStyleV7variantA2C7VariantO_tcfC', symObjAddr: 0x3D44, symBinAddr: 0x10004D7C8, symSize: 0x4 }
+ - { offset: 0x12FDE7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlV6schema6engineAcA0D6SchemaV_AA0B6EngineCtcfC', symObjAddr: 0x58B0, symBinAddr: 0x10004E970, symSize: 0xE0 }
+ - { offset: 0x12FDFB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlV0A2UI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0x59D0, symBinAddr: 0x10004EA90, symSize: 0x44 }
+ - { offset: 0x12FE1B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B11ButtonStyleV7VariantO21__derived_enum_equalsySbAE_AEtFZ', symObjAddr: 0x5A14, symBinAddr: 0x10004EAD4, symSize: 0x130 }
+ - { offset: 0x12FE58, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B11ButtonStyleV7VariantO4hash4intoys6HasherVz_tF', symObjAddr: 0x5B44, symBinAddr: 0x10004EC04, symSize: 0xD4 }
+ - { offset: 0x12FE88, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B11ButtonStyleV7VariantO9hashValueSivg', symObjAddr: 0x5C18, symBinAddr: 0x10004ECD8, symSize: 0x48 }
+ - { offset: 0x12FEB1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B11ButtonStyleV7VariantOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x5CC8, symBinAddr: 0x10004ED88, symSize: 0x20 }
+ - { offset: 0x12FEC5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B11ButtonStyleV7VariantOSHAASH9hashValueSivgTW', symObjAddr: 0x5CE8, symBinAddr: 0x10004EDA8, symSize: 0x18 }
+ - { offset: 0x12FED9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B11ButtonStyleV7VariantOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x5D00, symBinAddr: 0x10004EDC0, symSize: 0x18 }
+ - { offset: 0x12FEED, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B11ButtonStyleV7variantAC7VariantOvg', symObjAddr: 0x5D2C, symBinAddr: 0x10004EDEC, symSize: 0x4 }
+ - { offset: 0x12FF08, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B11ButtonStyleV8makeBody13configurationQr0A2UI0cD13ConfigurationV_tF', symObjAddr: 0x5D30, symBinAddr: 0x10004EDF0, symSize: 0x430 }
+ - { offset: 0x12FF3C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B11ButtonStyleV9textColor33_A268388153E33C7B06258B8736EDCAE4LL0A2UI0F0Vvg', symObjAddr: 0x6160, symBinAddr: 0x10004F220, symSize: 0x90 }
+ - { offset: 0x12FF60, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B11ButtonStyleV15backgroundColor33_A268388153E33C7B06258B8736EDCAE4LLy0A2UI0F0VSbF', symObjAddr: 0x625C, symBinAddr: 0x10004F31C, symSize: 0x1A8 }
+ - { offset: 0x12FF93, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B11ButtonStyleV0A2UI0cD0AadEP8makeBody13configuration0G0QzAD0cD13ConfigurationV_tFTW', symObjAddr: 0x6D84, symBinAddr: 0x10004FC20, symSize: 0x18 }
+ - { offset: 0x12FFA7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV6schemaAA0D6SchemaVvg', symObjAddr: 0x6D9C, symBinAddr: 0x10004FC38, symSize: 0x1C }
+ - { offset: 0x12FFBB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV6engineAA0B6EngineCvg', symObjAddr: 0x6DF8, symBinAddr: 0x10004FC94, symSize: 0x5C }
+ - { offset: 0x12FFE0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV6engineAA0B6EngineCvs', symObjAddr: 0x6EF8, symBinAddr: 0x10004FD94, symSize: 0x50 }
+ - { offset: 0x130014, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV6engineAA0B6EngineCvM', symObjAddr: 0x6F48, symBinAddr: 0x10004FDE4, symSize: 0x20 }
+ - { offset: 0x130039, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV6engineAA0B6EngineCvM.resume.0', symObjAddr: 0x6F68, symBinAddr: 0x10004FE04, symSize: 0xC }
+ - { offset: 0x13005A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV7$engine0A2UI14ObservedObjectV7WrapperVyAA0B6EngineC_Gvg', symObjAddr: 0x6F74, symBinAddr: 0x10004FE10, symSize: 0x70 }
+ - { offset: 0x13007F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV7_engine33_A268388153E33C7B06258B8736EDCAE4LL0A2UI14ObservedObjectVyAA0B6EngineCGvg', symObjAddr: 0x6FE4, symBinAddr: 0x10004FE80, symSize: 0x34 }
+ - { offset: 0x130093, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV7_engine33_A268388153E33C7B06258B8736EDCAE4LL0A2UI14ObservedObjectVyAA0B6EngineCGvs', symObjAddr: 0x7018, symBinAddr: 0x10004FEB4, symSize: 0x48 }
+ - { offset: 0x1300A7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV13selectedValue33_A268388153E33C7B06258B8736EDCAE4LLSSvg', symObjAddr: 0x70F0, symBinAddr: 0x10004FF8C, symSize: 0x90 }
+ - { offset: 0x1300BB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV13selectedValue33_A268388153E33C7B06258B8736EDCAE4LLSSvs', symObjAddr: 0x7210, symBinAddr: 0x100050078, symSize: 0xC4 }
+ - { offset: 0x1300CF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV14$selectedValue33_A268388153E33C7B06258B8736EDCAE4LL0A2UI7BindingVySSGvg', symObjAddr: 0x72FC, symBinAddr: 0x100050164, symSize: 0xA8 }
+ - { offset: 0x1300E3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV14_selectedValue33_A268388153E33C7B06258B8736EDCAE4LL0A2UI5StateVySSGvg', symObjAddr: 0x73A4, symBinAddr: 0x10005020C, symSize: 0x48 }
+ - { offset: 0x1300F7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV14_selectedValue33_A268388153E33C7B06258B8736EDCAE4LL0A2UI5StateVySSGvs', symObjAddr: 0x73EC, symBinAddr: 0x100050254, symSize: 0x74 }
+ - { offset: 0x13010B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV5items33_A268388153E33C7B06258B8736EDCAE4LLSayAA8CodeItemVGvg', symObjAddr: 0x74E0, symBinAddr: 0x100050348, symSize: 0x78 }
+ - { offset: 0x13011F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV5items33_A268388153E33C7B06258B8736EDCAE4LLSayAA8CodeItemVGvs', symObjAddr: 0x75E0, symBinAddr: 0x100050448, symSize: 0xAC }
+ - { offset: 0x130133, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV6$items33_A268388153E33C7B06258B8736EDCAE4LL0A2UI7BindingVySayAA8CodeItemVGGvg', symObjAddr: 0x76AC, symBinAddr: 0x100050514, symSize: 0x90 }
+ - { offset: 0x130147, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV6_items33_A268388153E33C7B06258B8736EDCAE4LL0A2UI5StateVySayAA8CodeItemVGGvg', symObjAddr: 0x773C, symBinAddr: 0x1000505A4, symSize: 0x3C }
+ - { offset: 0x13015B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV6_items33_A268388153E33C7B06258B8736EDCAE4LL0A2UI5StateVySayAA8CodeItemVGGvs', symObjAddr: 0x7778, symBinAddr: 0x1000505E0, symSize: 0x64 }
+ - { offset: 0x130176, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV4bodyQrvg', symObjAddr: 0x77DC, symBinAddr: 0x100050644, symSize: 0x59C }
+ - { offset: 0x13019A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV4bodyQrvg0A2UI9TupleViewVyAE4TextVSg_AE0H0PAEE11pickerStyleyQrqd__AE06PickerK0Rd__lFQOyAE0L0VyAISSAE7ForEachVySayAA8CodeItemVGSSAlEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAI_SSQo_GG_AE04MenulK0VQo_tGyXEfU_', symObjAddr: 0x7D78, symBinAddr: 0x100050BE0, symSize: 0xB18 }
+ - { offset: 0x1301E4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV4bodyQrvg0A2UI9TupleViewVyAE4TextVSg_AE0H0PAEE11pickerStyleyQrqd__AE06PickerK0Rd__lFQOyAE0L0VyAISSAE7ForEachVySayAA8CodeItemVGSSAlEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAI_SSQo_GG_AE04MenulK0VQo_tGyXEfU_AYyXEfU_', symObjAddr: 0x9628, symBinAddr: 0x100052490, symSize: 0x2EC }
+ - { offset: 0x13020F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV4bodyQrvg0A2UI9TupleViewVyAE4TextVSg_AE0H0PAEE11pickerStyleyQrqd__AE06PickerK0Rd__lFQOyAE0L0VyAISSAE7ForEachVySayAA8CodeItemVGSSAlEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAI_SSQo_GG_AE04MenulK0VQo_tGyXEfU_AYyXEfU_AxTcfU_', symObjAddr: 0x9914, symBinAddr: 0x10005277C, symSize: 0x37C }
+ - { offset: 0x13024A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV4bodyQrvgyycfU0_', symObjAddr: 0xA230, symBinAddr: 0x100053098, symSize: 0x1DC }
+ - { offset: 0x130276, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV4bodyQrvgySS_SStcfU1_', symObjAddr: 0xABD4, symBinAddr: 0x1000539CC, symSize: 0x270 }
+ - { offset: 0x1302C2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV4bodyQrvgySS_SStcfU1_yyYacfU_', symObjAddr: 0xB128, symBinAddr: 0x100053F20, symSize: 0xB0 }
+ - { offset: 0x1302FD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV4bodyQrvgySS_SStcfU1_yyYacfU_TY0_', symObjAddr: 0xB1D8, symBinAddr: 0x100053FD0, symSize: 0x1D0 }
+ - { offset: 0x13033F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV4bodyQrvgySS_SStcfU1_yyYacfU_TQ1_', symObjAddr: 0xB3A8, symBinAddr: 0x1000541A0, symSize: 0xAC }
+ - { offset: 0x130383, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV4bodyQrvgySS_SStcfU1_yyYacfU_TY2_', symObjAddr: 0xB454, symBinAddr: 0x10005424C, symSize: 0x48 }
+ - { offset: 0x1303C5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV4bodyQrvgyyYaYbcfU2_', symObjAddr: 0xB6C0, symBinAddr: 0x100054478, symSize: 0x98 }
+ - { offset: 0x1303F0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV4bodyQrvgyyYaYbcfU2_TQ0_', symObjAddr: 0xB758, symBinAddr: 0x100054510, symSize: 0x8C }
+ - { offset: 0x13041F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV4bodyQrvgyyYaYbcfU2_TY1_', symObjAddr: 0xB7E4, symBinAddr: 0x10005459C, symSize: 0x44 }
+ - { offset: 0x13044E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV9loadItems33_A268388153E33C7B06258B8736EDCAE4LLyyF', symObjAddr: 0xA8B0, symBinAddr: 0x1000536A8, symSize: 0x324 }
+ - { offset: 0x130493, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV14loadRemoteData33_A268388153E33C7B06258B8736EDCAE4LLyyYaF', symObjAddr: 0xBBD4, symBinAddr: 0x10005498C, symSize: 0xCC }
+ - { offset: 0x1304B7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV14loadRemoteData33_A268388153E33C7B06258B8736EDCAE4LLyyYaFAA8CodeItemVSgSDySSypGXEfU_', symObjAddr: 0xD82C, symBinAddr: 0x100056558, symSize: 0x34C }
+ - { offset: 0x130534, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV14loadRemoteData33_A268388153E33C7B06258B8736EDCAE4LLyyYaFTY0_', symObjAddr: 0xBCA0, symBinAddr: 0x100054A58, symSize: 0x1F4 }
+ - { offset: 0x130599, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV14loadRemoteData33_A268388153E33C7B06258B8736EDCAE4LLyyYaFTQ1_', symObjAddr: 0xBE94, symBinAddr: 0x100054C4C, symSize: 0xDC }
+ - { offset: 0x1305E6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV14loadRemoteData33_A268388153E33C7B06258B8736EDCAE4LLyyYaFTY2_', symObjAddr: 0xBF70, symBinAddr: 0x100054D28, symSize: 0xE3C }
+ - { offset: 0x1306D5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV14loadRemoteData33_A268388153E33C7B06258B8736EDCAE4LLyyYaFTY3_', symObjAddr: 0xCDAC, symBinAddr: 0x100055B64, symSize: 0x258 }
+ - { offset: 0x130749, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV6schema6engineAcA0D6SchemaV_AA0B6EngineCtcfC', symObjAddr: 0xDBD0, symBinAddr: 0x1000568FC, symSize: 0x120 }
+ - { offset: 0x13075D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV0A2UI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0xDD30, symBinAddr: 0x100056A5C, symSize: 0x44 }
+ - { offset: 0x130884, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15ControlRendererV6schemaAA0C6SchemaVvg', symObjAddr: 0x0, symBinAddr: 0x10005E860, symSize: 0x1C }
+ - { offset: 0x130A4F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15ControlRendererV6engineAA0B6EngineCvpfP', symObjAddr: 0x950, symBinAddr: 0x10005E87C, symSize: 0x40 }
+ - { offset: 0x130A7B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15ControlRendererV6engineAA0B6EngineCvpACTK', symObjAddr: 0xABC, symBinAddr: 0x10005E918, symSize: 0x64 }
+ - { offset: 0x130A93, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15ControlRendererV6engineAA0B6EngineCvpACTk', symObjAddr: 0xB20, symBinAddr: 0x10005E97C, symSize: 0x40 }
+ - { offset: 0x130AAB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15ControlRendererVWOc', symObjAddr: 0xDA8, symBinAddr: 0x10005EC04, symSize: 0x958 }
+ - { offset: 0x130ACC, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyAA7AnyViewVACyACyACyACyACy0A6Bricks11TextControlVAF05TitleI0VGACyA2JGGACyAlCyAjF05LabelI0VGGGACyACyACyAF05InputI0VAF08TextareaI0VGACyAF06NumberI0VAF04DateI0VGGACyACyAF06SelectI0VAF06ButtonI0VGACyAF04VBoxI0VAF04HBoxI0VGGGGACyACyACyACyAF011ScrollPanelI0VAA08ModifiedD0VyAA6SpacerVAA16_FlexFrameLayoutVGGACyAF013DynamicColumnI0VAF07TabularI0VGGACyACyAF04FormI0VAF010InlineFormI0VGACyAF03TabfI0VAF04MenuI0VGGGACyACyACyAF011PopupWindowI0VAF04HtmlI0VGACyAF05ImageI0VAF09UrlWidgetI0VGGAA6VStackVyAA0H0VGGGGGACyxq_GAA0F0A2AA64_RzAAA64_R_rlWl', symObjAddr: 0x3C64, symBinAddr: 0x1000608AC, symSize: 0x8C }
+ - { offset: 0x130AE0, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACyACyACyACy0A6Bricks11TextControlVAD05TitleG0VGACyA2HGGACyAjCyAhD05LabelG0VGGGACyACyACyAD05InputG0VAD08TextareaG0VGACyAD06NumberG0VAD04DateG0VGGACyACyAD06SelectG0VAD06ButtonG0VGACyAD04VBoxG0VAD04HBoxG0VGGGGACyACyACyACyAD011ScrollPanelG0VAA08ModifiedD0VyAA6SpacerVAA16_FlexFrameLayoutVGGACyAD013DynamicColumnG0VAD07TabularG0VGGACyACyAD04FormG0VAD010InlineFormG0VGACyAD07TabViewG0VAD04MenuG0VGGGACyACyACyAD011PopupWindowG0VAD04HtmlG0VGACyAD05ImageG0VAD09UrlWidgetG0VGGAA6VStackVyAA0F0VGGGGACyxq_GAA4ViewA2AA61_RzAAA61_R_rlWl', symObjAddr: 0x3D68, symBinAddr: 0x100060938, symSize: 0x90 }
+ - { offset: 0x130AF4, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACyACyACy0A6Bricks11TextControlVAD05TitleG0VGACyA2HGGACyAjCyAhD05LabelG0VGGGACyACyACyAD05InputG0VAD08TextareaG0VGACyAD06NumberG0VAD04DateG0VGGACyACyAD06SelectG0VAD06ButtonG0VGACyAD04VBoxG0VAD04HBoxG0VGGGGACyxq_GAA4ViewA2AA14_RzAAA14_R_rlWl', symObjAddr: 0x3DF8, symBinAddr: 0x1000609C8, symSize: 0x90 }
+ - { offset: 0x130B08, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACyACy0A6Bricks11TextControlVAD05TitleG0VGACyA2HGGACyAjCyAhD05LabelG0VGGGACyxq_GAA4ViewA2aRRzAaRR_rlWl', symObjAddr: 0x3E88, symBinAddr: 0x100060A58, symSize: 0x90 }
+ - { offset: 0x130B1C, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACy0A6Bricks11TextControlVAD05TitleG0VGACyA2HGGACyxq_GAA4ViewA2aMRzAaMR_rlWl', symObjAddr: 0x3F18, symBinAddr: 0x100060AE8, symSize: 0x90 }
+ - { offset: 0x130B30, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVy0A6Bricks11TextControlVAD05TitleG0VGACyxq_GAA4ViewA2aKRzAaKR_rlWl', symObjAddr: 0x3FA8, symBinAddr: 0x100060B78, symSize: 0x90 }
+ - { offset: 0x130B44, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11TextControlVAC0A2UI4ViewAAWl', symObjAddr: 0x4038, symBinAddr: 0x100060C08, symSize: 0x64 }
+ - { offset: 0x130B58, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12TitleControlVAC0A2UI4ViewAAWl', symObjAddr: 0x409C, symBinAddr: 0x100060C6C, symSize: 0x64 }
+ - { offset: 0x130B6C, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVy0A6Bricks12TitleControlVAFGACyxq_GAA4ViewA2aIRzAaIR_rlWl', symObjAddr: 0x4100, symBinAddr: 0x100060CD0, symSize: 0x88 }
+ - { offset: 0x130B80, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACy0A6Bricks12TitleControlVAFGACyAfD05LabelG0VGGACyxq_GAA4ViewA2aMRzAaMR_rlWl', symObjAddr: 0x4188, symBinAddr: 0x100060D58, symSize: 0x90 }
+ - { offset: 0x130B94, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVy0A6Bricks12TitleControlVAD05LabelG0VGACyxq_GAA4ViewA2aKRzAaKR_rlWl', symObjAddr: 0x4218, symBinAddr: 0x100060DE8, symSize: 0x90 }
+ - { offset: 0x130BA8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12LabelControlVAC0A2UI4ViewAAWl', symObjAddr: 0x42A8, symBinAddr: 0x100060E78, symSize: 0x64 }
+ - { offset: 0x130BBC, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACyACy0A6Bricks12InputControlVAD08TextareaG0VGACyAD06NumberG0VAD04DateG0VGGACyACyAD06SelectG0VAD06ButtonG0VGACyAD04VBoxG0VAD04HBoxG0VGGGACyxq_GAA4ViewA2AA1_RzAAA1_R_rlWl', symObjAddr: 0x430C, symBinAddr: 0x100060EDC, symSize: 0x90 }
+ - { offset: 0x130BD0, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACy0A6Bricks12InputControlVAD08TextareaG0VGACyAD06NumberG0VAD04DateG0VGGACyxq_GAA4ViewA2aQRzAaQR_rlWl', symObjAddr: 0x439C, symBinAddr: 0x100060F6C, symSize: 0x90 }
+ - { offset: 0x130BE4, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVy0A6Bricks12InputControlVAD08TextareaG0VGACyxq_GAA4ViewA2aKRzAaKR_rlWl', symObjAddr: 0x442C, symBinAddr: 0x100060FFC, symSize: 0x90 }
+ - { offset: 0x130BF8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlVAC0A2UI4ViewAAWl', symObjAddr: 0x44BC, symBinAddr: 0x10006108C, symSize: 0x64 }
+ - { offset: 0x130C0C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15TextareaControlVAC0A2UI4ViewAAWl', symObjAddr: 0x4520, symBinAddr: 0x1000610F0, symSize: 0x64 }
+ - { offset: 0x130C20, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVy0A6Bricks13NumberControlVAD04DateG0VGACyxq_GAA4ViewA2aKRzAaKR_rlWl', symObjAddr: 0x4584, symBinAddr: 0x100061154, symSize: 0x90 }
+ - { offset: 0x130C34, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlVAC0A2UI4ViewAAWl', symObjAddr: 0x4614, symBinAddr: 0x1000611E4, symSize: 0x64 }
+ - { offset: 0x130C48, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlVAC0A2UI4ViewAAWl', symObjAddr: 0x4678, symBinAddr: 0x100061248, symSize: 0x6C }
+ - { offset: 0x130C5C, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACy0A6Bricks13SelectControlVAD06ButtonG0VGACyAD04VBoxG0VAD04HBoxG0VGGACyxq_GAA4ViewA2aQRzAaQR_rlWl', symObjAddr: 0x46E4, symBinAddr: 0x1000612B4, symSize: 0x90 }
+ - { offset: 0x130C70, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVy0A6Bricks13SelectControlVAD06ButtonG0VGACyxq_GAA4ViewA2aKRzAaKR_rlWl', symObjAddr: 0x4774, symBinAddr: 0x100061344, symSize: 0x90 }
+ - { offset: 0x130C84, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlVAC0A2UI4ViewAAWl', symObjAddr: 0x4804, symBinAddr: 0x1000613D4, symSize: 0x64 }
+ - { offset: 0x130C98, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlVAC0A2UI4ViewAAWl', symObjAddr: 0x4868, symBinAddr: 0x100061438, symSize: 0x64 }
+ - { offset: 0x130CAC, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVy0A6Bricks11VBoxControlVAD04HBoxG0VGACyxq_GAA4ViewA2aKRzAaKR_rlWl', symObjAddr: 0x48CC, symBinAddr: 0x10006149C, symSize: 0x90 }
+ - { offset: 0x130CC0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlVAC0A2UI4ViewAAWl', symObjAddr: 0x495C, symBinAddr: 0x10006152C, symSize: 0x64 }
+ - { offset: 0x130CD4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HBoxControlVAC0A2UI4ViewAAWl', symObjAddr: 0x49C0, symBinAddr: 0x100061590, symSize: 0x64 }
+ - { offset: 0x130CE8, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACyACyACy0A6Bricks18ScrollPanelControlVAA08ModifiedD0VyAA6SpacerVAA16_FlexFrameLayoutVGGACyAD013DynamicColumnH0VAD07TabularH0VGGACyACyAD04FormH0VAD06InlineqH0VGACyAD07TabViewH0VAD04MenuH0VGGGACyACyACyAD011PopupWindowH0VAD04HtmlH0VGACyAD05ImageH0VAD09UrlWidgetH0VGGAA6VStackVyAA4TextVGGGACyxq_GAA0T0A2AA24_RzAAA24_R_rlWl', symObjAddr: 0x4A24, symBinAddr: 0x1000615F4, symSize: 0x90 }
+ - { offset: 0x130CFC, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACyACy0A6Bricks18ScrollPanelControlVAA08ModifiedD0VyAA6SpacerVAA16_FlexFrameLayoutVGGACyAD013DynamicColumnH0VAD07TabularH0VGGACyACyAD04FormH0VAD06InlineqH0VGACyAD07TabViewH0VAD04MenuH0VGGGACyxq_GAA0T0A2AA6_RzAAA6_R_rlWl', symObjAddr: 0x4AB4, symBinAddr: 0x100061684, symSize: 0x90 }
+ - { offset: 0x130D10, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACy0A6Bricks18ScrollPanelControlVAA08ModifiedD0VyAA6SpacerVAA16_FlexFrameLayoutVGGACyAD013DynamicColumnH0VAD07TabularH0VGGACyxq_GAA4ViewA2aVRzAaVR_rlWl', symObjAddr: 0x4B44, symBinAddr: 0x100061714, symSize: 0x90 }
+ - { offset: 0x130D24, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVy0A6Bricks18ScrollPanelControlVAA08ModifiedD0VyAA6SpacerVAA16_FlexFrameLayoutVGGACyxq_GAA4ViewA2aPRzAaPR_rlWl', symObjAddr: 0x4BD4, symBinAddr: 0x1000617A4, symSize: 0x90 }
+ - { offset: 0x130D38, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18ScrollPanelControlVAC0A2UI4ViewAAWl', symObjAddr: 0x4C64, symBinAddr: 0x100061834, symSize: 0x64 }
+ - { offset: 0x130D4C, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6SpacerVAA16_FlexFrameLayoutVGACyxq_GAA4ViewA2aJRzAA0I8ModifierR_rlWl', symObjAddr: 0x4CC8, symBinAddr: 0x100061898, symSize: 0x8C }
+ - { offset: 0x130D60, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVy0A6Bricks20DynamicColumnControlVAD07TabularH0VGACyxq_GAA4ViewA2aKRzAaKR_rlWl', symObjAddr: 0x4D54, symBinAddr: 0x100061924, symSize: 0x90 }
+ - { offset: 0x130D74, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks20DynamicColumnControlVAC0A2UI4ViewAAWl', symObjAddr: 0x4DE4, symBinAddr: 0x1000619B4, symSize: 0x64 }
+ - { offset: 0x130D88, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlVAC0A2UI4ViewAAWl', symObjAddr: 0x4E48, symBinAddr: 0x100061A18, symSize: 0x64 }
+ - { offset: 0x130D9C, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACy0A6Bricks11FormControlVAD06InlinefG0VGACyAD07TabViewG0VAD04MenuG0VGGACyxq_GAA0J0A2aQRzAaQR_rlWl', symObjAddr: 0x4EAC, symBinAddr: 0x100061A7C, symSize: 0x90 }
+ - { offset: 0x130DB0, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVy0A6Bricks11FormControlVAD06InlinefG0VGACyxq_GAA4ViewA2aKRzAaKR_rlWl', symObjAddr: 0x4F3C, symBinAddr: 0x100061B0C, symSize: 0x90 }
+ - { offset: 0x130DC4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlVAC0A2UI4ViewAAWl', symObjAddr: 0x4FCC, symBinAddr: 0x100061B9C, symSize: 0x64 }
+ - { offset: 0x130DD8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlVAC0A2UI4ViewAAWl', symObjAddr: 0x5030, symBinAddr: 0x100061C00, symSize: 0x64 }
+ - { offset: 0x130DEC, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVy0A6Bricks14TabViewControlVAD04MenuH0VGACyxq_GAA0G0A2aKRzAaKR_rlWl', symObjAddr: 0x5094, symBinAddr: 0x100061C64, symSize: 0x90 }
+ - { offset: 0x130E00, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlVAC0A2UI0D0AAWl', symObjAddr: 0x5124, symBinAddr: 0x100061CF4, symSize: 0x64 }
+ - { offset: 0x130E14, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlVAC0A2UI4ViewAAWl', symObjAddr: 0x5188, symBinAddr: 0x100061D58, symSize: 0x64 }
+ - { offset: 0x130E28, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACyACy0A6Bricks18PopupWindowControlVAD04HtmlH0VGACyAD05ImageH0VAD09UrlWidgetH0VGGAA6VStackVyAA4TextVGGACyxq_GAA4ViewA2aWRzAaWR_rlWl', symObjAddr: 0x51EC, symBinAddr: 0x100061DBC, symSize: 0x90 }
+ - { offset: 0x130E3C, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACy0A6Bricks18PopupWindowControlVAD04HtmlH0VGACyAD05ImageH0VAD09UrlWidgetH0VGGACyxq_GAA4ViewA2aQRzAaQR_rlWl', symObjAddr: 0x527C, symBinAddr: 0x100061E4C, symSize: 0x90 }
+ - { offset: 0x130E50, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVy0A6Bricks18PopupWindowControlVAD04HtmlH0VGACyxq_GAA4ViewA2aKRzAaKR_rlWl', symObjAddr: 0x530C, symBinAddr: 0x100061EDC, symSize: 0x90 }
+ - { offset: 0x130E64, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HtmlControlVAC0A2UI4ViewAAWl', symObjAddr: 0x5400, symBinAddr: 0x100061F6C, symSize: 0x64 }
+ - { offset: 0x130E78, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVy0A6Bricks12ImageControlVAD09UrlWidgetG0VGACyxq_GAA4ViewA2aKRzAaKR_rlWl', symObjAddr: 0x5464, symBinAddr: 0x100061FD0, symSize: 0x90 }
+ - { offset: 0x130E8C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlVAC0A2UI4ViewAAWl', symObjAddr: 0x54F4, symBinAddr: 0x100062060, symSize: 0x64 }
+ - { offset: 0x130EA0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlVAC0A2UI4ViewAAWl', symObjAddr: 0x5558, symBinAddr: 0x1000620C4, symSize: 0x64 }
+ - { offset: 0x130EB4, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6VStackVyAA4TextVGACyxGAA4ViewAAWl', symObjAddr: 0x55BC, symBinAddr: 0x100062128, symSize: 0x74 }
+ - { offset: 0x130EC8, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyAA7AnyViewVACyACyACyACyACy0A6Bricks11TextControlVAF05TitleI0VGACyA2JGGACyAlCyAjF05LabelI0VGGGACyACyACyAF05InputI0VAF08TextareaI0VGACyAF06NumberI0VAF04DateI0VGGACyACyAF06SelectI0VAF06ButtonI0VGACyAF04VBoxI0VAF04HBoxI0VGGGGACyACyACyACyAF011ScrollPanelI0VAA08ModifiedD0VyAA6SpacerVAA16_FlexFrameLayoutVGGACyAF013DynamicColumnI0VAF07TabularI0VGGACyACyAF04FormI0VAF010InlineFormI0VGACyAF03TabfI0VAF04MenuI0VGGGACyACyACyAF011PopupWindowI0VAF04HtmlI0VGACyAF05ImageI0VAF09UrlWidgetI0VGGAA6VStackVyAA0H0VGGGGGWOh', symObjAddr: 0x5630, symBinAddr: 0x10006219C, symSize: 0x35CC }
+ - { offset: 0x130EDC, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOyACyACy0A6Bricks11TextControlVAF05TitleH0VGACyA2JGGACyAlCyAjF05LabelH0VGG_GWOe', symObjAddr: 0x8BFC, symBinAddr: 0x100065768, symSize: 0xC3C }
+ - { offset: 0x130EF0, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOyACy0A6Bricks11TextControlVAF05TitleH0VGACyA2JG_GWOe', symObjAddr: 0x9838, symBinAddr: 0x1000663A4, symSize: 0xC1C }
+ - { offset: 0x130F04, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOy0A6Bricks11TextControlVAF05TitleH0V_GWOe', symObjAddr: 0xA454, symBinAddr: 0x100066FC0, symSize: 0x614 }
+ - { offset: 0x130F18, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsVSgWOe', symObjAddr: 0xAA68, symBinAddr: 0x1000675D4, symSize: 0x50 }
+ - { offset: 0x130F2C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsVSgWOe', symObjAddr: 0xAAB8, symBinAddr: 0x100067624, symSize: 0x4C }
+ - { offset: 0x130F40, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaVSgWOe', symObjAddr: 0xAB04, symBinAddr: 0x100067670, symSize: 0x34 }
+ - { offset: 0x130F54, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsVSgWOe', symObjAddr: 0xAB38, symBinAddr: 0x1000676A4, symSize: 0x70 }
+ - { offset: 0x130F68, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOy0A6Bricks12TitleControlVAH_GWOe', symObjAddr: 0xABA8, symBinAddr: 0x100067714, symSize: 0x614 }
+ - { offset: 0x130F7C, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOyACy0A6Bricks12TitleControlVAHGACyAhF05LabelH0VG_GWOe', symObjAddr: 0xB1BC, symBinAddr: 0x100067D28, symSize: 0xC1C }
+ - { offset: 0x130F90, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOy0A6Bricks12TitleControlVAF05LabelH0V_GWOe', symObjAddr: 0xBDD8, symBinAddr: 0x100068944, symSize: 0x614 }
+ - { offset: 0x130FA4, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOy0A6Bricks12InputControlVAF08TextareaH0V_GWOe', symObjAddr: 0xC3EC, symBinAddr: 0x100068F58, symSize: 0x68C }
+ - { offset: 0x130FB8, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOyACy0A6Bricks13SelectControlVAF06ButtonH0VGACyAF04VBoxH0VAF04HBoxH0VG_GWOe', symObjAddr: 0xCA78, symBinAddr: 0x1000695E4, symSize: 0xC54 }
+ - { offset: 0x130FCC, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOy0A6Bricks13SelectControlVAF06ButtonH0V_GWOe', symObjAddr: 0xD6CC, symBinAddr: 0x10006A238, symSize: 0x66C }
+ - { offset: 0x130FE0, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOy0A6Bricks11VBoxControlVAF04HBoxH0V_GWOe', symObjAddr: 0xDD38, symBinAddr: 0x10006A8A4, symSize: 0x614 }
+ - { offset: 0x130FF4, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOyACyACyACy0A6Bricks18ScrollPanelControlVAA08ModifiedD0VyAA6SpacerVAA16_FlexFrameLayoutVGGACyAF013DynamicColumnI0VAF07TabularI0VGGACyACyAF04FormI0VAF06InlinerI0VGACyAF07TabViewI0VAF04MenuI0VGGGACyACyACyAF011PopupWindowI0VAF04HtmlI0VGACyAF05ImageI0VAF09UrlWidgetI0VGGAA6VStackVyAA4TextVGG_GWOe', symObjAddr: 0xE34C, symBinAddr: 0x10006AEB8, symSize: 0x1488 }
+ - { offset: 0x131008, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOyACyACy0A6Bricks18ScrollPanelControlVAA08ModifiedD0VyAA6SpacerVAA16_FlexFrameLayoutVGGACyAF013DynamicColumnI0VAF07TabularI0VGGACyACyAF04FormI0VAF06InlinerI0VGACyAF07TabViewI0VAF04MenuI0VGG_GWOe', symObjAddr: 0xF7D4, symBinAddr: 0x10006C340, symSize: 0xCFC }
+ - { offset: 0x13101C, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOyACy0A6Bricks18ScrollPanelControlVAA08ModifiedD0VyAA6SpacerVAA16_FlexFrameLayoutVGGACyAF013DynamicColumnI0VAF07TabularI0VG_GWOe', symObjAddr: 0x104D0, symBinAddr: 0x10006D03C, symSize: 0xC94 }
+ - { offset: 0x131030, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOy0A6Bricks18ScrollPanelControlVAA08ModifiedD0VyAA6SpacerVAA16_FlexFrameLayoutVG_GWOe', symObjAddr: 0x11164, symBinAddr: 0x10006DCD0, symSize: 0x41C }
+ - { offset: 0x131044, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOy0A6Bricks20DynamicColumnControlVAF07TabularI0V_GWOe', symObjAddr: 0x11580, symBinAddr: 0x10006E0EC, symSize: 0x67C }
+ - { offset: 0x131058, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOyACy0A6Bricks11FormControlVAF06InlinegH0VGACyAF07TabViewH0VAF04MenuH0VG_GWOe', symObjAddr: 0x11BFC, symBinAddr: 0x10006E768, symSize: 0xCBC }
+ - { offset: 0x13106C, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOy0A6Bricks11FormControlVAF06InlinegH0V_GWOe', symObjAddr: 0x128B8, symBinAddr: 0x10006F424, symSize: 0x6B4 }
+ - { offset: 0x131080, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOy0A6Bricks14TabViewControlVAF04MenuI0V_GWOe', symObjAddr: 0x12F6C, symBinAddr: 0x10006FAD8, symSize: 0x66C }
+ - { offset: 0x131094, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOyACyACy0A6Bricks18PopupWindowControlVAF04HtmlI0VGACyAF05ImageI0VAF09UrlWidgetI0VGGAA6VStackVyAA4TextVG_GWOe', symObjAddr: 0x135D8, symBinAddr: 0x100070144, symSize: 0x1064 }
+ - { offset: 0x1310A8, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOyACy0A6Bricks18PopupWindowControlVAF04HtmlI0VGACyAF05ImageI0VAF09UrlWidgetI0VG_GWOe', symObjAddr: 0x1463C, symBinAddr: 0x1000711A8, symSize: 0x1424 }
+ - { offset: 0x1310BC, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOy0A6Bricks18PopupWindowControlVAF04HtmlI0V_GWOe', symObjAddr: 0x15A60, symBinAddr: 0x1000725CC, symSize: 0x614 }
+ - { offset: 0x1310D0, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOy0A6Bricks12ImageControlVAF09UrlWidgetH0V_GWOe', symObjAddr: 0x16074, symBinAddr: 0x100072BE0, symSize: 0xE38 }
+ - { offset: 0x1310E4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaVSgWOe', symObjAddr: 0x16EAC, symBinAddr: 0x100073A18, symSize: 0x408 }
+ - { offset: 0x1310F8, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA012_ConditionalD0VyAA7AnyViewVAEyAEyAEyAEyAEy0A6Bricks11TextControlVAH05TitleJ0VGAEyA2LGGAEyAnEyAlH05LabelJ0VGGGAEyAEyAEyAH05InputJ0VAH08TextareaJ0VGAEyAH06NumberJ0VAH04DateJ0VGGAEyAEyAH06SelectJ0VAH06ButtonJ0VGAEyAH04VBoxJ0VAH04HBoxJ0VGGGGAEyAEyAEyAEyAH011ScrollPanelJ0VACyAA6SpacerVAA16_FlexFrameLayoutVGGAEyAH013DynamicColumnJ0VAH07TabularJ0VGGAEyAEyAH04FormJ0VAH010InlineFormJ0VGAEyAH03TabgJ0VAH04MenuJ0VGGGAEyAEyAEyAH011PopupWindowJ0VAH04HtmlJ0VGAEyAH05ImageJ0VAH09UrlWidgetJ0VGGAA6VStackVyAA0I0VGGGGGA22_GACyxq_GAA0G0A2AA65_RzAA0G8ModifierR_rlWl', symObjAddr: 0x17338, symBinAddr: 0x100073E20, symSize: 0x8C }
+ - { offset: 0x13110C, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA012_ConditionalD0VyAA7AnyViewVAEyAEyAEyAEyAEy0A6Bricks11TextControlVAH05TitleJ0VGAEyA2LGGAEyAnEyAlH05LabelJ0VGGGAEyAEyAEyAH05InputJ0VAH08TextareaJ0VGAEyAH06NumberJ0VAH04DateJ0VGGAEyAEyAH06SelectJ0VAH06ButtonJ0VGAEyAH04VBoxJ0VAH04HBoxJ0VGGGGAEyAEyAEyAEyAH011ScrollPanelJ0VACyAA6SpacerVAA16_FlexFrameLayoutVGGAEyAH013DynamicColumnJ0VAH07TabularJ0VGGAEyAEyAH04FormJ0VAH010InlineFormJ0VGAEyAH03TabgJ0VAH04MenuJ0VGGGAEyAEyAEyAH011PopupWindowJ0VAH04HtmlJ0VGAEyAH05ImageJ0VAH09UrlWidgetJ0VGGAA6VStackVyAA0I0VGGGGGA22_GWOh', symObjAddr: 0x173C4, symBinAddr: 0x100073EAC, symSize: 0x35CC }
+ - { offset: 0x131120, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA012_ConditionalD0VyAA7AnyViewVAEyAEyAEyAEyAEy0A6Bricks11TextControlVAH05TitleJ0VGAEyA2LGGAEyAnEyAlH05LabelJ0VGGGAEyAEyAEyAH05InputJ0VAH08TextareaJ0VGAEyAH06NumberJ0VAH04DateJ0VGGAEyAEyAH06SelectJ0VAH06ButtonJ0VGAEyAH04VBoxJ0VAH04HBoxJ0VGGGGAEyAEyAEyAEyAH011ScrollPanelJ0VACyAA6SpacerVAA16_FlexFrameLayoutVGGAEyAH013DynamicColumnJ0VAH07TabularJ0VGGAEyAEyAH04FormJ0VAH010InlineFormJ0VGAEyAH03TabgJ0VAH04MenuJ0VGGGAEyAEyAEyAH011PopupWindowJ0VAH04HtmlJ0VGAEyAH05ImageJ0VAH09UrlWidgetJ0VGGAA6VStackVyAA0I0VGGGGGA22_GWOc', symObjAddr: 0x1A990, symBinAddr: 0x100077478, symSize: 0x58E8 }
+ - { offset: 0x131134, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOyACyACy0A6Bricks11TextControlVAF05TitleH0VGACyA2JGGACyAlCyAjF05LabelH0VGG_GWOy', symObjAddr: 0x20278, symBinAddr: 0x10007CD60, symSize: 0xC3C }
+ - { offset: 0x131148, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOyACy0A6Bricks11TextControlVAF05TitleH0VGACyA2JG_GWOy', symObjAddr: 0x20EB4, symBinAddr: 0x10007D99C, symSize: 0xC1C }
+ - { offset: 0x13115C, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOy0A6Bricks11TextControlVAF05TitleH0V_GWOy', symObjAddr: 0x21AD0, symBinAddr: 0x10007E5B8, symSize: 0x614 }
+ - { offset: 0x131170, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsVSgWOy', symObjAddr: 0x220E4, symBinAddr: 0x10007EBCC, symSize: 0x50 }
+ - { offset: 0x131184, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsVSgWOy', symObjAddr: 0x22134, symBinAddr: 0x10007EC1C, symSize: 0x4C }
+ - { offset: 0x131198, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaVSgWOy', symObjAddr: 0x22180, symBinAddr: 0x10007EC68, symSize: 0x34 }
+ - { offset: 0x1311AC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsVSgWOy', symObjAddr: 0x221B4, symBinAddr: 0x10007EC9C, symSize: 0x70 }
+ - { offset: 0x1311C0, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOy0A6Bricks12TitleControlVAH_GWOy', symObjAddr: 0x22224, symBinAddr: 0x10007ED0C, symSize: 0x614 }
+ - { offset: 0x1311D4, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOyACy0A6Bricks12TitleControlVAHGACyAhF05LabelH0VG_GWOy', symObjAddr: 0x22838, symBinAddr: 0x10007F320, symSize: 0xC1C }
+ - { offset: 0x1311E8, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOy0A6Bricks12TitleControlVAF05LabelH0V_GWOy', symObjAddr: 0x23454, symBinAddr: 0x10007FF3C, symSize: 0x614 }
+ - { offset: 0x1311FC, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOy0A6Bricks12InputControlVAF08TextareaH0V_GWOy', symObjAddr: 0x23A68, symBinAddr: 0x100080550, symSize: 0x68C }
+ - { offset: 0x131210, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOyACy0A6Bricks13SelectControlVAF06ButtonH0VGACyAF04VBoxH0VAF04HBoxH0VG_GWOy', symObjAddr: 0x240F4, symBinAddr: 0x100080BDC, symSize: 0xC54 }
+ - { offset: 0x131224, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOy0A6Bricks13SelectControlVAF06ButtonH0V_GWOy', symObjAddr: 0x24D48, symBinAddr: 0x100081830, symSize: 0x66C }
+ - { offset: 0x131238, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOy0A6Bricks11VBoxControlVAF04HBoxH0V_GWOy', symObjAddr: 0x253B4, symBinAddr: 0x100081E9C, symSize: 0x614 }
+ - { offset: 0x13124C, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOyACyACyACy0A6Bricks18ScrollPanelControlVAA08ModifiedD0VyAA6SpacerVAA16_FlexFrameLayoutVGGACyAF013DynamicColumnI0VAF07TabularI0VGGACyACyAF04FormI0VAF06InlinerI0VGACyAF07TabViewI0VAF04MenuI0VGGGACyACyACyAF011PopupWindowI0VAF04HtmlI0VGACyAF05ImageI0VAF09UrlWidgetI0VGGAA6VStackVyAA4TextVGG_GWOy', symObjAddr: 0x259C8, symBinAddr: 0x1000824B0, symSize: 0x1488 }
+ - { offset: 0x131260, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOyACyACy0A6Bricks18ScrollPanelControlVAA08ModifiedD0VyAA6SpacerVAA16_FlexFrameLayoutVGGACyAF013DynamicColumnI0VAF07TabularI0VGGACyACyAF04FormI0VAF06InlinerI0VGACyAF07TabViewI0VAF04MenuI0VGG_GWOy', symObjAddr: 0x26E50, symBinAddr: 0x100083938, symSize: 0xCFC }
+ - { offset: 0x131274, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOyACy0A6Bricks18ScrollPanelControlVAA08ModifiedD0VyAA6SpacerVAA16_FlexFrameLayoutVGGACyAF013DynamicColumnI0VAF07TabularI0VG_GWOy', symObjAddr: 0x27B4C, symBinAddr: 0x100084634, symSize: 0xC94 }
+ - { offset: 0x131288, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOy0A6Bricks18ScrollPanelControlVAA08ModifiedD0VyAA6SpacerVAA16_FlexFrameLayoutVG_GWOy', symObjAddr: 0x287E0, symBinAddr: 0x1000852C8, symSize: 0x41C }
+ - { offset: 0x13129C, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOy0A6Bricks20DynamicColumnControlVAF07TabularI0V_GWOy', symObjAddr: 0x28BFC, symBinAddr: 0x1000856E4, symSize: 0x67C }
+ - { offset: 0x1312B0, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOyACy0A6Bricks11FormControlVAF06InlinegH0VGACyAF07TabViewH0VAF04MenuH0VG_GWOy', symObjAddr: 0x29278, symBinAddr: 0x100085D60, symSize: 0xCBC }
+ - { offset: 0x1312C4, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOy0A6Bricks11FormControlVAF06InlinegH0V_GWOy', symObjAddr: 0x29F34, symBinAddr: 0x100086A1C, symSize: 0x6B4 }
+ - { offset: 0x1312D8, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOy0A6Bricks14TabViewControlVAF04MenuI0V_GWOy', symObjAddr: 0x2A5E8, symBinAddr: 0x1000870D0, symSize: 0x66C }
+ - { offset: 0x1312EC, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOyACyACy0A6Bricks18PopupWindowControlVAF04HtmlI0VGACyAF05ImageI0VAF09UrlWidgetI0VGGAA6VStackVyAA4TextVG_GWOy', symObjAddr: 0x2AC54, symBinAddr: 0x10008773C, symSize: 0x1064 }
+ - { offset: 0x131300, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOyACy0A6Bricks18PopupWindowControlVAF04HtmlI0VGACyAF05ImageI0VAF09UrlWidgetI0VG_GWOy', symObjAddr: 0x2BCB8, symBinAddr: 0x1000887A0, symSize: 0x1424 }
+ - { offset: 0x131314, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOy0A6Bricks18PopupWindowControlVAF04HtmlI0V_GWOy', symObjAddr: 0x2D0DC, symBinAddr: 0x100089BC4, symSize: 0x614 }
+ - { offset: 0x131328, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOy0A6Bricks12ImageControlVAF09UrlWidgetH0V_GWOy', symObjAddr: 0x2D6F0, symBinAddr: 0x10008A1D8, symSize: 0xE38 }
+ - { offset: 0x13133C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaVSgWOy', symObjAddr: 0x2E528, symBinAddr: 0x10008B010, symSize: 0x408 }
+ - { offset: 0x131350, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACyACyACyACy0A6Bricks11TextControlVAD05TitleG0VGACyA2HGGACyAjCyAhD05LabelG0VGGGACyACyACyAD05InputG0VAD08TextareaG0VGACyAD06NumberG0VAD04DateG0VGGACyACyAD06SelectG0VAD06ButtonG0VGACyAD04VBoxG0VAD04HBoxG0VGGGGACyACyACyACyAD011ScrollPanelG0VAA08ModifiedD0VyAA6SpacerVAA16_FlexFrameLayoutVGGACyAD013DynamicColumnG0VAD07TabularG0VGGACyACyAD04FormG0VAD010InlineFormG0VGACyAD07TabViewG0VAD04MenuG0VGGGACyACyACyAD011PopupWindowG0VAD04HtmlG0VGACyAD05ImageG0VAD09UrlWidgetG0VGGAA6VStackVyAA0F0VGGGGWOh', symObjAddr: 0x36904, symBinAddr: 0x1000932A4, symSize: 0x358C }
+ - { offset: 0x131364, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACyACyACyACy0A6Bricks11TextControlVAD05TitleG0VGACyA2HGGACyAjCyAhD05LabelG0VGGGACyACyACyAD05InputG0VAD08TextareaG0VGACyAD06NumberG0VAD04DateG0VGGACyACyAD06SelectG0VAD06ButtonG0VGACyAD04VBoxG0VAD04HBoxG0VGGGGACyACyACyACyAD011ScrollPanelG0VAA08ModifiedD0VyAA6SpacerVAA16_FlexFrameLayoutVGGACyAD013DynamicColumnG0VAD07TabularG0VGGACyACyAD04FormG0VAD010InlineFormG0VGACyAD07TabViewG0VAD04MenuG0VGGGACyACyACyAD011PopupWindowG0VAD04HtmlG0VGACyAD05ImageG0VAD09UrlWidgetG0VGGAA6VStackVyAA0F0VGGGGWOc', symObjAddr: 0x39E90, symBinAddr: 0x100096830, symSize: 0x583C }
+ - { offset: 0x131378, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyAA7AnyViewVACyACyACyACyACy0A6Bricks11TextControlVAF05TitleI0VGACyA2JGGACyAlCyAjF05LabelI0VGGGACyACyACyAF05InputI0VAF08TextareaI0VGACyAF06NumberI0VAF04DateI0VGGACyACyAF06SelectI0VAF06ButtonI0VGACyAF04VBoxI0VAF04HBoxI0VGGGGACyACyACyACyAF011ScrollPanelI0VAA08ModifiedD0VyAA6SpacerVAA16_FlexFrameLayoutVGGACyAF013DynamicColumnI0VAF07TabularI0VGGACyACyAF04FormI0VAF010InlineFormI0VGACyAF03TabfI0VAF04MenuI0VGGGACyACyACyAF011PopupWindowI0VAF04HtmlI0VGACyAF05ImageI0VAF09UrlWidgetI0VGGAA6VStackVyAA0H0VGGGGGWOb', symObjAddr: 0x3F790, symBinAddr: 0x10009C06C, symSize: 0x300 }
+ - { offset: 0x13138C, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyAA7AnyViewVACyACyACyACyACy0A6Bricks11TextControlVAF05TitleI0VGACyA2JGGACyAlCyAjF05LabelI0VGGGACyACyACyAF05InputI0VAF08TextareaI0VGACyAF06NumberI0VAF04DateI0VGGACyACyAF06SelectI0VAF06ButtonI0VGACyAF04VBoxI0VAF04HBoxI0VGGGGACyACyACyACyAF011ScrollPanelI0VAA08ModifiedD0VyAA6SpacerVAA16_FlexFrameLayoutVGGACyAF013DynamicColumnI0VAF07TabularI0VGGACyACyAF04FormI0VAF010InlineFormI0VGACyAF03TabfI0VAF04MenuI0VGGGACyACyACyAF011PopupWindowI0VAF04HtmlI0VGACyAF05ImageI0VAF09UrlWidgetI0VGGAA6VStackVyAA0H0VGGGGGWOc', symObjAddr: 0x3FA90, symBinAddr: 0x10009C36C, symSize: 0x58AC }
+ - { offset: 0x1313A0, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7AnyViewVWOh', symObjAddr: 0x4533C, symBinAddr: 0x1000A1C18, symSize: 0x28 }
+ - { offset: 0x1313B4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15ControlRendererV17renderKnownWidget_4typeQrAA0C6SchemaV_SStF0A2UI4TextVyXEfU_TA', symObjAddr: 0x45AD8, symBinAddr: 0x1000A22B4, symSize: 0xC }
+ - { offset: 0x1313C8, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6VStackVyAA4TextVGWOh', symObjAddr: 0x45AE4, symBinAddr: 0x1000A22C0, symSize: 0x44 }
+ - { offset: 0x1313DC, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACyACy0A6Bricks18PopupWindowControlVAD04HtmlH0VGACyAD05ImageH0VAD09UrlWidgetH0VGGAA6VStackVyAA4TextVGGWOh', symObjAddr: 0x45B28, symBinAddr: 0x1000A2304, symSize: 0xF74 }
+ - { offset: 0x1313F0, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACyACyACy0A6Bricks18ScrollPanelControlVAA08ModifiedD0VyAA6SpacerVAA16_FlexFrameLayoutVGGACyAD013DynamicColumnH0VAD07TabularH0VGGACyACyAD04FormH0VAD06InlineqH0VGACyAD07TabViewH0VAD04MenuH0VGGGACyACyACyAD011PopupWindowH0VAD04HtmlH0VGACyAD05ImageH0VAD09UrlWidgetH0VGGAA6VStackVyAA4TextVGGGWOh', symObjAddr: 0x46A9C, symBinAddr: 0x1000A3278, symSize: 0xF84 }
+ - { offset: 0x131404, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACyACyACyACy0A6Bricks11TextControlVAD05TitleG0VGACyA2HGGACyAjCyAhD05LabelG0VGGGACyACyACyAD05InputG0VAD08TextareaG0VGACyAD06NumberG0VAD04DateG0VGGACyACyAD06SelectG0VAD06ButtonG0VGACyAD04VBoxG0VAD04HBoxG0VGGGGACyACyACyACyAD011ScrollPanelG0VAA08ModifiedD0VyAA6SpacerVAA16_FlexFrameLayoutVGGACyAD013DynamicColumnG0VAD07TabularG0VGGACyACyAD04FormG0VAD010InlineFormG0VGACyAD07TabViewG0VAD04MenuG0VGGGACyACyACyAD011PopupWindowG0VAD04HtmlG0VGACyAD05ImageG0VAD09UrlWidgetG0VGGAA6VStackVyAA0F0VGGGGWOb', symObjAddr: 0x47A20, symBinAddr: 0x1000A41FC, symSize: 0x2A0 }
+ - { offset: 0x131418, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlVWOh', symObjAddr: 0x47CC0, symBinAddr: 0x1000A449C, symSize: 0x654 }
+ - { offset: 0x13142C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlVWOc', symObjAddr: 0x48314, symBinAddr: 0x1000A4AF0, symSize: 0x1330 }
+ - { offset: 0x131440, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVy0A6Bricks12ImageControlVAD09UrlWidgetG0VGWOh', symObjAddr: 0x49644, symBinAddr: 0x1000A5E20, symSize: 0xF64 }
+ - { offset: 0x131454, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACy0A6Bricks18PopupWindowControlVAD04HtmlH0VGACyAD05ImageH0VAD09UrlWidgetH0VGGWOh', symObjAddr: 0x4A5A8, symBinAddr: 0x1000A6D84, symSize: 0xF74 }
+ - { offset: 0x131468, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlVWOh', symObjAddr: 0x4B51C, symBinAddr: 0x1000A7CF8, symSize: 0x340 }
+ - { offset: 0x13147C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlVWOc', symObjAddr: 0x4B85C, symBinAddr: 0x1000A8038, symSize: 0x9B4 }
+ - { offset: 0x131490, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HtmlControlVWOh', symObjAddr: 0x4C210, symBinAddr: 0x1000A89EC, symSize: 0x31C }
+ - { offset: 0x1314A4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HtmlControlVWOc', symObjAddr: 0x4C52C, symBinAddr: 0x1000A8D08, symSize: 0x958 }
+ - { offset: 0x1314B8, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVy0A6Bricks18PopupWindowControlVAD04HtmlH0VGWOh', symObjAddr: 0x4CE84, symBinAddr: 0x1000A9660, symSize: 0x744 }
+ - { offset: 0x1314CC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18PopupWindowControlVWOc', symObjAddr: 0x4D8E4, symBinAddr: 0x1000A9DA4, symSize: 0x958 }
+ - { offset: 0x1314E0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlVWOh', symObjAddr: 0x4E23C, symBinAddr: 0x1000AA6FC, symSize: 0x34C }
+ - { offset: 0x1314F4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlVWOc', symObjAddr: 0x4E588, symBinAddr: 0x1000AAA48, symSize: 0x9D0 }
+ - { offset: 0x131508, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVy0A6Bricks14TabViewControlVAD04MenuH0VGWOh', symObjAddr: 0x4EF58, symBinAddr: 0x1000AB418, symSize: 0x794 }
+ - { offset: 0x13151C, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACy0A6Bricks11FormControlVAD06InlinefG0VGACyAD07TabViewG0VAD04MenuG0VGGWOh', symObjAddr: 0x4F6EC, symBinAddr: 0x1000ABBAC, symSize: 0x7E4 }
+ - { offset: 0x131530, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACyACy0A6Bricks18ScrollPanelControlVAA08ModifiedD0VyAA6SpacerVAA16_FlexFrameLayoutVGGACyAD013DynamicColumnH0VAD07TabularH0VGGACyACyAD04FormH0VAD06InlineqH0VGACyAD07TabViewH0VAD04MenuH0VGGGWOh', symObjAddr: 0x4FED0, symBinAddr: 0x1000AC390, symSize: 0x7E4 }
+ - { offset: 0x131544, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlVWOh', symObjAddr: 0x506B4, symBinAddr: 0x1000ACB74, symSize: 0x328 }
+ - { offset: 0x131558, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlVWOc', symObjAddr: 0x509DC, symBinAddr: 0x1000ACE9C, symSize: 0x97C }
+ - { offset: 0x13156C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlVWOh', symObjAddr: 0x51358, symBinAddr: 0x1000AD818, symSize: 0x334 }
+ - { offset: 0x131580, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlVWOc', symObjAddr: 0x5168C, symBinAddr: 0x1000ADB4C, symSize: 0x990 }
+ - { offset: 0x131594, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVy0A6Bricks11FormControlVAD06InlinefG0VGWOh', symObjAddr: 0x5201C, symBinAddr: 0x1000AE4DC, symSize: 0x7D4 }
+ - { offset: 0x1315A8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlVWOh', symObjAddr: 0x527F0, symBinAddr: 0x1000AECB0, symSize: 0x370 }
+ - { offset: 0x1315BC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlVWOc', symObjAddr: 0x52B60, symBinAddr: 0x1000AF020, symSize: 0xA2C }
+ - { offset: 0x1315D0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlVWOh', symObjAddr: 0x5358C, symBinAddr: 0x1000AFA4C, symSize: 0x358 }
+ - { offset: 0x1315E4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlVWOc', symObjAddr: 0x538E4, symBinAddr: 0x1000AFDA4, symSize: 0xA04 }
+ - { offset: 0x1315F8, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVy0A6Bricks20DynamicColumnControlVAD07TabularH0VGWOh', symObjAddr: 0x542E8, symBinAddr: 0x1000B07A8, symSize: 0x7D4 }
+ - { offset: 0x13160C, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACy0A6Bricks18ScrollPanelControlVAA08ModifiedD0VyAA6SpacerVAA16_FlexFrameLayoutVGGACyAD013DynamicColumnH0VAD07TabularH0VGGWOh', symObjAddr: 0x54ABC, symBinAddr: 0x1000B0F7C, symSize: 0x7E4 }
+ - { offset: 0x131620, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks20DynamicColumnControlVWOh', symObjAddr: 0x552A0, symBinAddr: 0x1000B1760, symSize: 0x328 }
+ - { offset: 0x131634, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks20DynamicColumnControlVWOc', symObjAddr: 0x555C8, symBinAddr: 0x1000B1A88, symSize: 0x974 }
+ - { offset: 0x131648, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVy0A6Bricks18ScrollPanelControlVAA08ModifiedD0VyAA6SpacerVAA16_FlexFrameLayoutVGGWOh', symObjAddr: 0x55F3C, symBinAddr: 0x1000B23FC, symSize: 0x744 }
+ - { offset: 0x13165C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18ScrollPanelControlVWOh', symObjAddr: 0x56680, symBinAddr: 0x1000B2B40, symSize: 0x31C }
+ - { offset: 0x131670, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18ScrollPanelControlVWOc', symObjAddr: 0x5699C, symBinAddr: 0x1000B2E5C, symSize: 0x958 }
+ - { offset: 0x131684, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HBoxControlVWOh', symObjAddr: 0x572F4, symBinAddr: 0x1000B37B4, symSize: 0x31C }
+ - { offset: 0x131698, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HBoxControlVWOc', symObjAddr: 0x57610, symBinAddr: 0x1000B3AD0, symSize: 0x958 }
+ - { offset: 0x1316AC, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVy0A6Bricks11VBoxControlVAD04HBoxG0VGWOh', symObjAddr: 0x57F68, symBinAddr: 0x1000B4428, symSize: 0x744 }
+ - { offset: 0x1316C0, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACy0A6Bricks13SelectControlVAD06ButtonG0VGACyAD04VBoxG0VAD04HBoxG0VGGWOh', symObjAddr: 0x586AC, symBinAddr: 0x1000B4B6C, symSize: 0x7A4 }
+ - { offset: 0x1316D4, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACyACy0A6Bricks12InputControlVAD08TextareaG0VGACyAD06NumberG0VAD04DateG0VGGACyACyAD06SelectG0VAD06ButtonG0VGACyAD04VBoxG0VAD04HBoxG0VGGGWOh', symObjAddr: 0x58E50, symBinAddr: 0x1000B5310, symSize: 0x1980 }
+ - { offset: 0x1316E8, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACyACyACy0A6Bricks11TextControlVAD05TitleG0VGACyA2HGGACyAjCyAhD05LabelG0VGGGACyACyACyAD05InputG0VAD08TextareaG0VGACyAD06NumberG0VAD04DateG0VGGACyACyAD06SelectG0VAD06ButtonG0VGACyAD04VBoxG0VAD04HBoxG0VGGGGWOh', symObjAddr: 0x5A7D0, symBinAddr: 0x1000B6C90, symSize: 0x2268 }
+ - { offset: 0x1316FC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlVWOh', symObjAddr: 0x5CA38, symBinAddr: 0x1000B8EF8, symSize: 0x31C }
+ - { offset: 0x131710, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlVWOc', symObjAddr: 0x5CD54, symBinAddr: 0x1000B9214, symSize: 0x958 }
+ - { offset: 0x131724, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVy0A6Bricks13SelectControlVAD06ButtonG0VGWOh', symObjAddr: 0x5E350, symBinAddr: 0x1000B9B6C, symSize: 0x794 }
+ - { offset: 0x131738, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlVWOh', symObjAddr: 0x5F800, symBinAddr: 0x1000BA300, symSize: 0x37C }
+ - { offset: 0x13174C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlVWOc', symObjAddr: 0x5FB7C, symBinAddr: 0x1000BA67C, symSize: 0x9EC }
+ - { offset: 0x131760, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVy0A6Bricks13NumberControlVAD04DateG0VGWOh', symObjAddr: 0x60568, symBinAddr: 0x1000BB068, symSize: 0x6C0 }
+ - { offset: 0x131774, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACy0A6Bricks12InputControlVAD08TextareaG0VGACyAD06NumberG0VAD04DateG0VGGWOh', symObjAddr: 0x60C28, symBinAddr: 0x1000BB728, symSize: 0x1048 }
+ - { offset: 0x131788, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlVWOh', symObjAddr: 0x61C70, symBinAddr: 0x1000BC770, symSize: 0x328 }
+ - { offset: 0x13179C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlVWOc', symObjAddr: 0x61F98, symBinAddr: 0x1000BCA98, symSize: 0x97C }
+ - { offset: 0x1317B0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15TextareaControlVWOh', symObjAddr: 0x62914, symBinAddr: 0x1000BD414, symSize: 0x334 }
+ - { offset: 0x1317C4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15TextareaControlVWOc', symObjAddr: 0x62C48, symBinAddr: 0x1000BD748, symSize: 0x998 }
+ - { offset: 0x1317D8, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVy0A6Bricks12InputControlVAD08TextareaG0VGWOh', symObjAddr: 0x635E0, symBinAddr: 0x1000BE0E0, symSize: 0x7C4 }
+ - { offset: 0x1317EC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlVWOh', symObjAddr: 0x63DA4, symBinAddr: 0x1000BE8A4, symSize: 0x358 }
+ - { offset: 0x131800, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlVWOc', symObjAddr: 0x640FC, symBinAddr: 0x1000BEBFC, symSize: 0x9FC }
+ - { offset: 0x131814, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12LabelControlVWOh', symObjAddr: 0x64AF8, symBinAddr: 0x1000BF5F8, symSize: 0x31C }
+ - { offset: 0x131828, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12LabelControlVWOc', symObjAddr: 0x64E14, symBinAddr: 0x1000BF914, symSize: 0x958 }
+ - { offset: 0x13183C, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVy0A6Bricks12TitleControlVAD05LabelG0VGWOh', symObjAddr: 0x6576C, symBinAddr: 0x1000C026C, symSize: 0x754 }
+ - { offset: 0x131850, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACy0A6Bricks12TitleControlVAFGACyAfD05LabelG0VGGWOh', symObjAddr: 0x65EC0, symBinAddr: 0x1000C09C0, symSize: 0x764 }
+ - { offset: 0x131864, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACyACy0A6Bricks11TextControlVAD05TitleG0VGACyA2HGGACyAjCyAhD05LabelG0VGGGWOh', symObjAddr: 0x66624, symBinAddr: 0x1000C1124, symSize: 0x764 }
+ - { offset: 0x131878, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12TitleControlVWOh', symObjAddr: 0x66D88, symBinAddr: 0x1000C1888, symSize: 0x31C }
+ - { offset: 0x13188C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12TitleControlVWOc', symObjAddr: 0x670A4, symBinAddr: 0x1000C1BA4, symSize: 0x964 }
+ - { offset: 0x1318A0, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVy0A6Bricks12TitleControlVAFGWOh', symObjAddr: 0x67A08, symBinAddr: 0x1000C2508, symSize: 0x754 }
+ - { offset: 0x1318B4, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACy0A6Bricks11TextControlVAD05TitleG0VGACyA2HGGWOh', symObjAddr: 0x6815C, symBinAddr: 0x1000C2C5C, symSize: 0x764 }
+ - { offset: 0x1318C8, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVy0A6Bricks11TextControlVAD05TitleG0VGWOh', symObjAddr: 0x688C0, symBinAddr: 0x1000C33C0, symSize: 0x754 }
+ - { offset: 0x1318DC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11TextControlVWOh', symObjAddr: 0x69014, symBinAddr: 0x1000C3B14, symSize: 0x31C }
+ - { offset: 0x1318F0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11TextControlVWOc', symObjAddr: 0x69330, symBinAddr: 0x1000C3E30, symSize: 0x958 }
+ - { offset: 0x131A0F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14SubWidgetsViewV6engineAA0B6EngineCvpfP', symObjAddr: 0x69DCC, symBinAddr: 0x1000C4830, symSize: 0x40 }
+ - { offset: 0x131A3B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14SubWidgetsViewV6engineAA0B6EngineCvpACTK', symObjAddr: 0x69E64, symBinAddr: 0x1000C48C8, symSize: 0x58 }
+ - { offset: 0x131A53, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14SubWidgetsViewV6engineAA0B6EngineCvpACTk', symObjAddr: 0x69EBC, symBinAddr: 0x1000C4920, symSize: 0x40 }
+ - { offset: 0x131A6B, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks13ControlSchemaVGSayxGSTsWl', symObjAddr: 0x6A3AC, symBinAddr: 0x1000C4E10, symSize: 0x74 }
+ - { offset: 0x131A7F, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks13ControlSchemaVGWOh', symObjAddr: 0x6A420, symBinAddr: 0x1000C4E84, symSize: 0x28 }
+ - { offset: 0x131A93, size: 0x8, addend: 0x0, symName: '_$ss18EnumeratedSequenceVySay11SwiftBricks13ControlSchemaVGGAByxGSTsWl', symObjAddr: 0x6A448, symBinAddr: 0x1000C4EAC, symSize: 0x74 }
+ - { offset: 0x131AA7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14SubWidgetsViewV4bodyQrvgAA15ControlRendererVSi_AA0G6SchemaVtcfU_TA', symObjAddr: 0x6A6AC, symBinAddr: 0x1000C5110, symSize: 0x10 }
+ - { offset: 0x131ABB, size: 0x8, addend: 0x0, symName: '_$sSi11SwiftBricks13ControlSchemaVAA0C8RendererVIegygo_Si6offset_AC7elementtAEIegnr_TR', symObjAddr: 0x6A6BC, symBinAddr: 0x1000C5120, symSize: 0x78 }
+ - { offset: 0x131AD3, size: 0x8, addend: 0x0, symName: '_$sSi11SwiftBricks13ControlSchemaVAA0C8RendererVIegygo_Si6offset_AC7elementtAEIegnr_TRTA', symObjAddr: 0x6A770, symBinAddr: 0x1000C51D4, symSize: 0xC }
+ - { offset: 0x131AE7, size: 0x8, addend: 0x0, symName: '_$sSaySi6offset_11SwiftBricks13ControlSchemaV7elementtGSayxGSksWl', symObjAddr: 0x6A77C, symBinAddr: 0x1000C51E0, symSize: 0x74 }
+ - { offset: 0x131AFB, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7ForEachVySaySi6offset_0A6Bricks13ControlSchemaV7elementtGSiAE0G8RendererVGACyxq_q0_GAA4ViewA2aNR0_rlWl', symObjAddr: 0x6A858, symBinAddr: 0x1000C5254, symSize: 0x80 }
+ - { offset: 0x131B0F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15ControlRendererV0A2UI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0x6A910, symBinAddr: 0x1000C530C, symSize: 0x24 }
+ - { offset: 0x131B23, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14SubWidgetsViewV0A2UI0E0AA4BodyAdEP_AGWT', symObjAddr: 0x6A934, symBinAddr: 0x1000C5330, symSize: 0x24 }
+ - { offset: 0x131B37, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15ControlRendererVwCP', symObjAddr: 0x6A9B8, symBinAddr: 0x1000C53B4, symSize: 0x3C }
+ - { offset: 0x131B4B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15ControlRendererVwxx', symObjAddr: 0x6A9F4, symBinAddr: 0x1000C53F0, symSize: 0x318 }
+ - { offset: 0x131B5F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15ControlRendererVwcp', symObjAddr: 0x6AD0C, symBinAddr: 0x1000C5708, symSize: 0x958 }
+ - { offset: 0x131B73, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15ControlRendererVwca', symObjAddr: 0x6B664, symBinAddr: 0x1000C6060, symSize: 0xFAC }
+ - { offset: 0x131B87, size: 0x8, addend: 0x0, symName: ___swift_memcpy1008_8, symObjAddr: 0x6C734, symBinAddr: 0x1000C700C, symSize: 0x2C }
+ - { offset: 0x131B9B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15ControlRendererVwta', symObjAddr: 0x6C760, symBinAddr: 0x1000C7038, symSize: 0xA20 }
+ - { offset: 0x131BAF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15ControlRendererVwet', symObjAddr: 0x6D180, symBinAddr: 0x1000C7A58, symSize: 0x118 }
+ - { offset: 0x131BC3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15ControlRendererVwst', symObjAddr: 0x6D298, symBinAddr: 0x1000C7B70, symSize: 0x3A4 }
+ - { offset: 0x131BD7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15ControlRendererVMa', symObjAddr: 0x6D63C, symBinAddr: 0x1000C7F14, symSize: 0x14 }
+ - { offset: 0x131BEB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14SubWidgetsViewVwCP', symObjAddr: 0x6D650, symBinAddr: 0x1000C7F28, symSize: 0x5C }
+ - { offset: 0x131BFF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14SubWidgetsViewVwxx', symObjAddr: 0x6D6AC, symBinAddr: 0x1000C7F84, symSize: 0x30 }
+ - { offset: 0x131C13, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14SubWidgetsViewVwcp', symObjAddr: 0x6D6DC, symBinAddr: 0x1000C7FB4, symSize: 0x5C }
+ - { offset: 0x131C27, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14SubWidgetsViewVwca', symObjAddr: 0x6D738, symBinAddr: 0x1000C8010, symSize: 0x74 }
+ - { offset: 0x131C3B, size: 0x8, addend: 0x0, symName: ___swift_memcpy24_8, symObjAddr: 0x6D7AC, symBinAddr: 0x1000C8084, symSize: 0x14 }
+ - { offset: 0x131C4F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14SubWidgetsViewVwta', symObjAddr: 0x6D7C0, symBinAddr: 0x1000C8098, symSize: 0x58 }
+ - { offset: 0x131C63, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14SubWidgetsViewVwet', symObjAddr: 0x6D818, symBinAddr: 0x1000C80F0, symSize: 0x118 }
+ - { offset: 0x131C77, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14SubWidgetsViewVwst', symObjAddr: 0x6D930, symBinAddr: 0x1000C8208, symSize: 0x1CC }
+ - { offset: 0x131C8B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14SubWidgetsViewVMa', symObjAddr: 0x6DAFC, symBinAddr: 0x1000C83D4, symSize: 0x14 }
+ - { offset: 0x131C9F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14SubWidgetsViewVWOc', symObjAddr: 0x6DB60, symBinAddr: 0x1000C8438, symSize: 0x5C }
+ - { offset: 0x131CC1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15ControlRendererV6schemaAA0C6SchemaVvg', symObjAddr: 0x0, symBinAddr: 0x10005E860, symSize: 0x1C }
+ - { offset: 0x131CD5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15ControlRendererV6engineAA0B6EngineCvg', symObjAddr: 0x9FC, symBinAddr: 0x10005E8BC, symSize: 0x5C }
+ - { offset: 0x131D01, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15ControlRendererV6engineAA0B6EngineCvs', symObjAddr: 0xB60, symBinAddr: 0x10005E9BC, symSize: 0x50 }
+ - { offset: 0x131D35, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15ControlRendererV6engineAA0B6EngineCvM', symObjAddr: 0xBB0, symBinAddr: 0x10005EA0C, symSize: 0x20 }
+ - { offset: 0x131D5A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15ControlRendererV6engineAA0B6EngineCvM.resume.0', symObjAddr: 0xBD0, symBinAddr: 0x10005EA2C, symSize: 0xC }
+ - { offset: 0x131F27, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15ControlRendererV7$engine0A2UI14ObservedObjectV7WrapperVyAA0B6EngineC_Gvg', symObjAddr: 0xBDC, symBinAddr: 0x10005EA38, symSize: 0x70 }
+ - { offset: 0x131F4C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15ControlRendererV7_engine33_0FE4D14371037CAFCDA60F6605B952B8LL0A2UI14ObservedObjectVyAA0B6EngineCGvg', symObjAddr: 0xC4C, symBinAddr: 0x10005EAA8, symSize: 0x34 }
+ - { offset: 0x131F60, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15ControlRendererV7_engine33_0FE4D14371037CAFCDA60F6605B952B8LL0A2UI14ObservedObjectVyAA0B6EngineCGvs', symObjAddr: 0xC80, symBinAddr: 0x10005EADC, symSize: 0x48 }
+ - { offset: 0x131F7B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15ControlRendererV6schema6engineAcA0C6SchemaV_AA0B6EngineCtcfC', symObjAddr: 0xCC8, symBinAddr: 0x10005EB24, symSize: 0xE0 }
+ - { offset: 0x131FC8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15ControlRendererV4bodyQrvg', symObjAddr: 0x1D2C, symBinAddr: 0x10005F55C, symSize: 0x3B0 }
+ - { offset: 0x131FF5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15ControlRendererV12renderWidgetyQrAA0C6SchemaVF', symObjAddr: 0x215C, symBinAddr: 0x10005F90C, symSize: 0x518 }
+ - { offset: 0x13208E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15ControlRendererV12resolveWidth33_0FE4D14371037CAFCDA60F6605B952B8LLy12CoreGraphics7CGFloatVSgAA0C7OptionsVF', symObjAddr: 0x2F08, symBinAddr: 0x10005FE24, symSize: 0x170 }
+ - { offset: 0x132101, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15ControlRendererV13resolveHeight33_0FE4D14371037CAFCDA60F6605B952B8LLy12CoreGraphics7CGFloatVSgAA0C7OptionsVF', symObjAddr: 0x334C, symBinAddr: 0x10005FF94, symSize: 0x170 }
+ - { offset: 0x132174, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15ControlRendererV16resolveAlignment33_0FE4D14371037CAFCDA60F6605B952B8LLy0A2UI0F0VAA0C7OptionsVF', symObjAddr: 0x34BC, symBinAddr: 0x100060104, symSize: 0x7A8 }
+ - { offset: 0x1321C1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15ControlRendererV0A2UI4ViewAadEP05_makeF04view6inputsAD01_F7OutputsVAD11_GraphValueVyxG_AD01_F6InputsVtFZTW', symObjAddr: 0x69D24, symBinAddr: 0x1000C4788, symSize: 0x14 }
+ - { offset: 0x1321DD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15ControlRendererV0A2UI4ViewAadEP05_makeF4List4view6inputsAD01_fH7OutputsVAD11_GraphValueVyxG_AD01_fH6InputsVtFZTW', symObjAddr: 0x69D38, symBinAddr: 0x1000C479C, symSize: 0x14 }
+ - { offset: 0x1321F9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15ControlRendererV0A2UI4ViewAadEP14_viewListCount6inputsSiSgAD01_fhI6InputsV_tFZTW', symObjAddr: 0x69D4C, symBinAddr: 0x1000C47B0, symSize: 0x18 }
+ - { offset: 0x132215, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14SubWidgetsViewV0A2UI0E0AadEP05_makeE04view6inputsAD01_E7OutputsVAD11_GraphValueVyxG_AD01_E6InputsVtFZTW', symObjAddr: 0x6A958, symBinAddr: 0x1000C5354, symSize: 0x14 }
+ - { offset: 0x132231, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14SubWidgetsViewV0A2UI0E0AadEP05_makeE4List4view6inputsAD01_eH7OutputsVAD11_GraphValueVyxG_AD01_eH6InputsVtFZTW', symObjAddr: 0x6A96C, symBinAddr: 0x1000C5368, symSize: 0x14 }
+ - { offset: 0x13224D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14SubWidgetsViewV0A2UI0E0AadEP14_viewListCount6inputsSiSgAD01_ehI6InputsV_tFZTW', symObjAddr: 0x6A980, symBinAddr: 0x1000C537C, symSize: 0x18 }
+ - { offset: 0x132447, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15ControlRendererV17renderKnownWidget_4typeQrAA0C6SchemaV_SStF', symObjAddr: 0x2EA78, symBinAddr: 0x10008B418, symSize: 0x7E8C }
+ - { offset: 0x1324A8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15ControlRendererV17renderKnownWidget_4typeQrAA0C6SchemaV_SStF0A2UI4TextVyXEfU_', symObjAddr: 0x453C0, symBinAddr: 0x1000A1C40, symSize: 0x498 }
+ - { offset: 0x1324D3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15ControlRendererV11parsePixels33_0FE4D14371037CAFCDA60F6605B952B8LLy12CoreGraphics7CGFloatVSgSSF', symObjAddr: 0x45878, symBinAddr: 0x1000A20D8, symSize: 0x1DC }
+ - { offset: 0x13255E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15ControlRendererV0A2UI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0x69D64, symBinAddr: 0x1000C47C8, symSize: 0x44 }
+ - { offset: 0x132572, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14SubWidgetsViewV10subwidgetsSayAA13ControlSchemaVGvg', symObjAddr: 0x69DA8, symBinAddr: 0x1000C480C, symSize: 0x24 }
+ - { offset: 0x132586, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14SubWidgetsViewV6engineAA0B6EngineCvg', symObjAddr: 0x69E0C, symBinAddr: 0x1000C4870, symSize: 0x58 }
+ - { offset: 0x1325AA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14SubWidgetsViewV6engineAA0B6EngineCvs', symObjAddr: 0x69EFC, symBinAddr: 0x1000C4960, symSize: 0x50 }
+ - { offset: 0x1325DE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14SubWidgetsViewV6engineAA0B6EngineCvM', symObjAddr: 0x69F4C, symBinAddr: 0x1000C49B0, symSize: 0x20 }
+ - { offset: 0x132603, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14SubWidgetsViewV6engineAA0B6EngineCvM.resume.0', symObjAddr: 0x69F6C, symBinAddr: 0x1000C49D0, symSize: 0xC }
+ - { offset: 0x132624, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14SubWidgetsViewV7$engine0A2UI14ObservedObjectV7WrapperVyAA0B6EngineC_Gvg', symObjAddr: 0x69F78, symBinAddr: 0x1000C49DC, symSize: 0x80 }
+ - { offset: 0x132648, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14SubWidgetsViewV7_engine33_0FE4D14371037CAFCDA60F6605B952B8LL0A2UI14ObservedObjectVyAA0B6EngineCGvg', symObjAddr: 0x69FF8, symBinAddr: 0x1000C4A5C, symSize: 0x30 }
+ - { offset: 0x13265C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14SubWidgetsViewV7_engine33_0FE4D14371037CAFCDA60F6605B952B8LL0A2UI14ObservedObjectVyAA0B6EngineCGvs', symObjAddr: 0x6A028, symBinAddr: 0x1000C4A8C, symSize: 0x48 }
+ - { offset: 0x132677, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14SubWidgetsViewV4bodyQrvg', symObjAddr: 0x6A070, symBinAddr: 0x1000C4AD4, symSize: 0x33C }
+ - { offset: 0x13269A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14SubWidgetsViewV4bodyQrvgAA15ControlRendererVSi_AA0G6SchemaVtcfU_', symObjAddr: 0x6A4BC, symBinAddr: 0x1000C4F20, symSize: 0x1AC }
+ - { offset: 0x1326EE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14SubWidgetsViewV10subwidgets6engineACSayAA13ControlSchemaVG_AA0B6EngineCtcfC', symObjAddr: 0x6A8D8, symBinAddr: 0x1000C52D4, symSize: 0x38 }
+ - { offset: 0x132702, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14SubWidgetsViewV0A2UI0E0AadEP4body4BodyQzvgTW', symObjAddr: 0x6A998, symBinAddr: 0x1000C5394, symSize: 0x20 }
+ - { offset: 0x132800, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10rootSchemaAA07ControlE0VSgvpfP', symObjAddr: 0x0, symBinAddr: 0x1000C8494, symSize: 0x80 }
+ - { offset: 0x132895, size: 0x8, addend: 0x0, symName: '_$sSlsE9dropFirsty11SubSequenceQzSiFfA_', symObjAddr: 0x87FC, symBinAddr: 0x1000CE970, symSize: 0x18 }
+ - { offset: 0x1329A6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10rootSchemaAA07ControlE0VSgvpfP', symObjAddr: 0x0, symBinAddr: 0x1000C8494, symSize: 0x80 }
+ - { offset: 0x1338C6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10rootSchemaAA07ControlE0VSgvpACTK', symObjAddr: 0xEF0, symBinAddr: 0x1000C85D4, symSize: 0x68 }
+ - { offset: 0x1338DE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10rootSchemaAA07ControlE0VSgvpACTk', symObjAddr: 0xF58, symBinAddr: 0x1000C863C, symSize: 0x78 }
+ - { offset: 0x1338F6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC11_rootSchema33_AC3A45445225BB6FB2E16A0675F1A0D3LL7Combine9PublishedVyAA07ControlE0VSgGvpfi', symObjAddr: 0x1258, symBinAddr: 0x1000C88EC, symSize: 0x44 }
+ - { offset: 0x13390E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC5storeAA0B5StoreCvpfi', symObjAddr: 0x190C, symBinAddr: 0x1000C8DAC, symSize: 0x28 }
+ - { offset: 0x13392D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC8eventBusAA0b5EventE0Cvpfi', symObjAddr: 0x1964, symBinAddr: 0x1000C8E04, symSize: 0x28 }
+ - { offset: 0x133945, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC3rpcAA0B3RPCCvpfi', symObjAddr: 0x19BC, symBinAddr: 0x1000C8E5C, symSize: 0x2C }
+ - { offset: 0x133971, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC4i18nAA0B4I18nCvpfi', symObjAddr: 0x1A18, symBinAddr: 0x1000C8EB8, symSize: 0x2C }
+ - { offset: 0x133990, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC14widgetRegistry33_AC3A45445225BB6FB2E16A0675F1A0D3LLSDySS0A2UI7AnyViewVAA13ControlSchemaV_ACtcGvpfi', symObjAddr: 0x1A74, symBinAddr: 0x1000C8F14, symSize: 0x6C }
+ - { offset: 0x1339A8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC11widgetIndexSDySSAA13ControlSchemaVGvpfP', symObjAddr: 0x1BA8, symBinAddr: 0x1000C9048, symSize: 0x6C }
+ - { offset: 0x1339D4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC11widgetIndexSDySSAA13ControlSchemaVGvpACTK', symObjAddr: 0x1CAC, symBinAddr: 0x1000C914C, symSize: 0x58 }
+ - { offset: 0x1339EC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC11widgetIndexSDySSAA13ControlSchemaVGvpACTk', symObjAddr: 0x1D04, symBinAddr: 0x1000C91A4, symSize: 0x64 }
+ - { offset: 0x133A04, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC12_widgetIndex33_AC3A45445225BB6FB2E16A0675F1A0D3LL7Combine9PublishedVySDySSAA13ControlSchemaVGGvpfi', symObjAddr: 0x1F8C, symBinAddr: 0x1000C942C, symSize: 0x4C }
+ - { offset: 0x133A1C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC11activePopupAA0E4InfoVSgvpfP', symObjAddr: 0x2454, symBinAddr: 0x1000C98F4, symSize: 0xA0 }
+ - { offset: 0x133A49, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9PopupInfoVSgWOc', symObjAddr: 0x24F4, symBinAddr: 0x1000C9994, symSize: 0xAF8 }
+ - { offset: 0x133A5D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9PopupInfoVMa', symObjAddr: 0x2FEC, symBinAddr: 0x1000CA48C, symSize: 0x60 }
+ - { offset: 0x133AEA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC11activePopupAA0E4InfoVSgvpACTK', symObjAddr: 0x3498, symBinAddr: 0x1000CA57C, symSize: 0xB4 }
+ - { offset: 0x133B02, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC11activePopupAA0E4InfoVSgvpACTk', symObjAddr: 0x354C, symBinAddr: 0x1000CA630, symSize: 0xB0 }
+ - { offset: 0x133B1A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC12_activePopup33_AC3A45445225BB6FB2E16A0675F1A0D3LL7Combine9PublishedVyAA0E4InfoVSgGvpfi', symObjAddr: 0x386C, symBinAddr: 0x1000CA950, symSize: 0x40 }
+ - { offset: 0x133B32, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC15navigationStackSDySSAA13ControlSchemaVGvpfP', symObjAddr: 0x3D28, symBinAddr: 0x1000CAE0C, symSize: 0x6C }
+ - { offset: 0x133B5E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC15navigationStackSDySSAA13ControlSchemaVGvpACTK', symObjAddr: 0x3E2C, symBinAddr: 0x1000CAF10, symSize: 0x58 }
+ - { offset: 0x133B76, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC15navigationStackSDySSAA13ControlSchemaVGvpACTk', symObjAddr: 0x3E84, symBinAddr: 0x1000CAF68, symSize: 0x64 }
+ - { offset: 0x133B8E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC16_navigationStack33_AC3A45445225BB6FB2E16A0675F1A0D3LL7Combine9PublishedVySDySSAA13ControlSchemaVGGvpfi', symObjAddr: 0x410C, symBinAddr: 0x1000CB1F0, symSize: 0x4C }
+ - { offset: 0x133BA6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC9isLoadingSbvpfP', symObjAddr: 0x45D4, symBinAddr: 0x1000CB6B8, symSize: 0x40 }
+ - { offset: 0x133BD2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC9isLoadingSbvpACTK', symObjAddr: 0x46B0, symBinAddr: 0x1000CB794, symSize: 0x5C }
+ - { offset: 0x133BEA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC9isLoadingSbvpACTk', symObjAddr: 0x470C, symBinAddr: 0x1000CB7F0, symSize: 0x58 }
+ - { offset: 0x133C02, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10_isLoading33_AC3A45445225BB6FB2E16A0675F1A0D3LL7Combine9PublishedVySbGvpfi', symObjAddr: 0x4978, symBinAddr: 0x1000CBA5C, symSize: 0xC }
+ - { offset: 0x133C1A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC12errorMessageSSSgvpfP', symObjAddr: 0x4E00, symBinAddr: 0x1000CBEE4, symSize: 0x84 }
+ - { offset: 0x133C46, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC12errorMessageSSSgvpACTK', symObjAddr: 0x4F28, symBinAddr: 0x1000CC00C, symSize: 0x5C }
+ - { offset: 0x133C5E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC12errorMessageSSSgvpACTk', symObjAddr: 0x4F84, symBinAddr: 0x1000CC068, symSize: 0x70 }
+ - { offset: 0x133C76, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC13_errorMessage33_AC3A45445225BB6FB2E16A0675F1A0D3LL7Combine9PublishedVySSSgGvpfi', symObjAddr: 0x522C, symBinAddr: 0x1000CC310, symSize: 0xC }
+ - { offset: 0x133C8E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaVACSeAAWl', symObjAddr: 0x5F88, symBinAddr: 0x1000CD008, symSize: 0x64 }
+ - { offset: 0x133CA2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaVSgWOi_', symObjAddr: 0x6D80, symBinAddr: 0x1000CD144, symSize: 0x4 }
+ - { offset: 0x133CB6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8RPCErrorOACs5ErrorAAWl', symObjAddr: 0x7988, symBinAddr: 0x1000CDCE0, symSize: 0x64 }
+ - { offset: 0x133CCA, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationOWOy', symObjAddr: 0x79EC, symBinAddr: 0x1000CDD44, symSize: 0x78 }
+ - { offset: 0x133CDE, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks13ControlSchemaVGSgWOc', symObjAddr: 0x7A64, symBinAddr: 0x1000CDDBC, symSize: 0x34 }
+ - { offset: 0x133CF2, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks13ControlSchemaVGWOc', symObjAddr: 0x7A98, symBinAddr: 0x1000CDDF0, symSize: 0x34 }
+ - { offset: 0x133D06, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks13ControlSchemaVGSayxGSlsWl', symObjAddr: 0x7ACC, symBinAddr: 0x1000CDE24, symSize: 0x74 }
+ - { offset: 0x133D1A, size: 0x8, addend: 0x0, symName: '_$ss16IndexingIteratorVySay11SwiftBricks13ControlSchemaVGGWOh', symObjAddr: 0x7CD0, symBinAddr: 0x1000CDE98, symSize: 0x28 }
+ - { offset: 0x133D2E, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks10BindSchemaVGSgWOc', symObjAddr: 0x7D20, symBinAddr: 0x1000CDEC0, symSize: 0x34 }
+ - { offset: 0x133D42, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks10BindSchemaVGWOc', symObjAddr: 0x7D54, symBinAddr: 0x1000CDEF4, symSize: 0x34 }
+ - { offset: 0x133D56, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks10BindSchemaVGSayxGSlsWl', symObjAddr: 0x7D88, symBinAddr: 0x1000CDF28, symSize: 0x74 }
+ - { offset: 0x133D6A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaVSgWOg', symObjAddr: 0x7DFC, symBinAddr: 0x1000CDF9C, symSize: 0x118 }
+ - { offset: 0x133D7E, size: 0x8, addend: 0x0, symName: '_$ss16IndexingIteratorVySay11SwiftBricks10BindSchemaVGGWOh', symObjAddr: 0x7F14, symBinAddr: 0x1000CE0B4, symSize: 0x28 }
+ - { offset: 0x133D92, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks10BindSchemaVGWOh', symObjAddr: 0x7F3C, symBinAddr: 0x1000CE0DC, symSize: 0x28 }
+ - { offset: 0x133DA6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaVAA0B6EngineC0A2UI7AnyViewVIegggo_AceHIegnnr_TR', symObjAddr: 0x8094, symBinAddr: 0x1000CE234, symSize: 0x6C }
+ - { offset: 0x133DBE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaVAA0B6EngineC0A2UI7AnyViewVIegnnr_AceHIegggo_TR', symObjAddr: 0x8290, symBinAddr: 0x1000CE430, symSize: 0x6C }
+ - { offset: 0x133DE3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaVWOh', symObjAddr: 0x8BC8, symBinAddr: 0x1000CED3C, symSize: 0x10C }
+ - { offset: 0x133DF7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaVAA0B6EngineC0A2UI7AnyViewVIegggo_AceHIegnnr_TRTA', symObjAddr: 0x8D10, symBinAddr: 0x1000CEE84, symSize: 0xC }
+ - { offset: 0x133E0B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaVAA0B6EngineC0A2UI7AnyViewVIegnnr_AceHIegggo_TRTA', symObjAddr: 0x8D80, symBinAddr: 0x1000CEECC, symSize: 0xC }
+ - { offset: 0x133E1F, size: 0x8, addend: 0x0, symName: '_$sSaySsGSayxGSKsWl', symObjAddr: 0x8E18, symBinAddr: 0x1000CEED8, symSize: 0x74 }
+ - { offset: 0x133E33, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaVWOc', symObjAddr: 0x9238, symBinAddr: 0x1000CF294, symSize: 0x2F8 }
+ - { offset: 0x133E47, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC9setupBind33_AC3A45445225BB6FB2E16A0675F1A0D3LL_8sourceIdyAA0E6SchemaV_SStFyAA9EventDataVYacfU_TA', symObjAddr: 0x9654, symBinAddr: 0x1000CF6B0, symSize: 0x9C }
+ - { offset: 0x133E5B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC9setupBind33_AC3A45445225BB6FB2E16A0675F1A0D3LL_8sourceIdyAA0E6SchemaV_SStFyAA9EventDataVYacfU_TATQ0_', symObjAddr: 0x96F0, symBinAddr: 0x1000CF74C, symSize: 0x60 }
+ - { offset: 0x133E6F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10handleBind_8sourceId9eventDatayAA0E6SchemaV_SSAA05EventI0VtYaFfA1_', symObjAddr: 0xA728, symBinAddr: 0x1000D0784, symSize: 0x18 }
+ - { offset: 0x133E89, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsVSgWOc', symObjAddr: 0x10474, symBinAddr: 0x1000D6438, symSize: 0x98 }
+ - { offset: 0x133E9D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsVWOh', symObjAddr: 0x1050C, symBinAddr: 0x1000D64D0, symSize: 0x34 }
+ - { offset: 0x133EB1, size: 0x8, addend: 0x0, symName: '_$sSDyS2SGSgWOh', symObjAddr: 0x10540, symBinAddr: 0x1000D6504, symSize: 0x28 }
+ - { offset: 0x133EC5, size: 0x8, addend: 0x0, symName: '_$sSD8IteratorVySSyp_GWOh', symObjAddr: 0x10568, symBinAddr: 0x1000D652C, symSize: 0x3C }
+ - { offset: 0x133ED9, size: 0x8, addend: 0x0, symName: '_$sSD8IteratorV8_VariantOySSyp__GWOe', symObjAddr: 0x105A4, symBinAddr: 0x1000D6568, symSize: 0x40 }
+ - { offset: 0x133EED, size: 0x8, addend: 0x0, symName: '_$sSDyS2SGWOh', symObjAddr: 0x10988, symBinAddr: 0x1000D694C, symSize: 0x28 }
+ - { offset: 0x133F01, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsVSgWOc', symObjAddr: 0x109EC, symBinAddr: 0x1000D6974, symSize: 0x128 }
+ - { offset: 0x133F15, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsVSgWOh', symObjAddr: 0x10B14, symBinAddr: 0x1000D6A9C, symSize: 0x70 }
+ - { offset: 0x133F29, size: 0x8, addend: 0x0, symName: '_$sSD8IteratorVyS2S_GWOh', symObjAddr: 0x12160, symBinAddr: 0x1000D7488, symSize: 0x3C }
+ - { offset: 0x133F3D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC13reloadTabular2id3url6paramsySS_SSSDyS2SGtYaFfA1_', symObjAddr: 0x1219C, symBinAddr: 0x1000D74C4, symSize: 0x48 }
+ - { offset: 0x133F58, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC12triggerEvent8widgetId5event4dataySS_SSAA0E4DataVtYaFfA1_', symObjAddr: 0x1221C, symBinAddr: 0x1000D750C, symSize: 0x18 }
+ - { offset: 0x133F73, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks11FieldSchemaVGSgWOc', symObjAddr: 0x14AF8, symBinAddr: 0x1000D9DE8, symSize: 0x34 }
+ - { offset: 0x133F87, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks11FieldSchemaVGWOc', symObjAddr: 0x14B2C, symBinAddr: 0x1000D9E1C, symSize: 0x34 }
+ - { offset: 0x133F9B, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks11FieldSchemaVGSayxGSlsWl', symObjAddr: 0x14B60, symBinAddr: 0x1000D9E50, symSize: 0x74 }
+ - { offset: 0x133FAF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaVSgWOg', symObjAddr: 0x14BD4, symBinAddr: 0x1000D9EC4, symSize: 0x118 }
+ - { offset: 0x133FC3, size: 0x8, addend: 0x0, symName: '_$ss16IndexingIteratorVySay11SwiftBricks11FieldSchemaVGGWOh', symObjAddr: 0x14CEC, symBinAddr: 0x1000D9FDC, symSize: 0x28 }
+ - { offset: 0x133FD7, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks11FieldSchemaVGWOh', symObjAddr: 0x14D14, symBinAddr: 0x1000DA004, symSize: 0x28 }
+ - { offset: 0x133FEB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaVWOh', symObjAddr: 0x14D3C, symBinAddr: 0x1000DA02C, symSize: 0xC4 }
+ - { offset: 0x133FFF, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks14ValidationRuleVGSayxGSlsWl', symObjAddr: 0x14E28, symBinAddr: 0x1000DA0F0, symSize: 0x74 }
+ - { offset: 0x134013, size: 0x8, addend: 0x0, symName: '_$ss16IndexingIteratorVySay11SwiftBricks14ValidationRuleVGGWOh', symObjAddr: 0x14E9C, symBinAddr: 0x1000DA164, symSize: 0x28 }
+ - { offset: 0x134033, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaVWOc', symObjAddr: 0x15CD4, symBinAddr: 0x1000DAF9C, symSize: 0x214 }
+ - { offset: 0x134047, size: 0x8, addend: 0x0, symName: '_$s10Foundation6LocaleVSgWOh', symObjAddr: 0x15EE8, symBinAddr: 0x1000DB1B0, symSize: 0x68 }
+ - { offset: 0x13405B, size: 0x8, addend: 0x0, symName: '_$sS2is17FixedWidthIntegersWl', symObjAddr: 0x15F50, symBinAddr: 0x1000DB218, symSize: 0x64 }
+ - { offset: 0x13406F, size: 0x8, addend: 0x0, symName: '_$sSDySS7SwiftUI7AnyViewV0A6Bricks13ControlSchemaV_AD0E6EngineCtcGWOh', symObjAddr: 0x16180, symBinAddr: 0x1000DB448, symSize: 0x28 }
+ - { offset: 0x134083, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9PopupInfoV2id10Foundation4UUIDVvpfi', symObjAddr: 0x16214, symBinAddr: 0x1000DB4DC, symSize: 0x14 }
+ - { offset: 0x13409B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC7Combine16ObservableObjectAA0F19WillChangePublisherAdEP_AD0I0PWT', symObjAddr: 0x163C0, symBinAddr: 0x1000DB598, symSize: 0xC }
+ - { offset: 0x1340AF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9PopupInfoVs12IdentifiableAA2IDsADP_SHWT', symObjAddr: 0x163CC, symBinAddr: 0x1000DB5A4, symSize: 0x14 }
+ - { offset: 0x1340C3, size: 0x8, addend: 0x0, symName: '_$s10Foundation4UUIDVACSHAAWl', symObjAddr: 0x163E0, symBinAddr: 0x1000DB5B8, symSize: 0x6C }
+ - { offset: 0x1340D7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineCMU', symObjAddr: 0x16460, symBinAddr: 0x1000DB638, symSize: 0x18 }
+ - { offset: 0x1340EB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineCMa', symObjAddr: 0x16478, symBinAddr: 0x1000DB650, symSize: 0x60 }
+ - { offset: 0x1340FF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineCMr', symObjAddr: 0x164D8, symBinAddr: 0x1000DB6B0, symSize: 0x1DC }
+ - { offset: 0x134113, size: 0x8, addend: 0x0, symName: '_$s7Combine9PublishedVySDySS11SwiftBricks13ControlSchemaVGGMa', symObjAddr: 0x16754, symBinAddr: 0x1000DB88C, symSize: 0xA0 }
+ - { offset: 0x134127, size: 0x8, addend: 0x0, symName: '_$s7Combine9PublishedVy11SwiftBricks9PopupInfoVSgGMa', symObjAddr: 0x167F4, symBinAddr: 0x1000DB92C, symSize: 0xA0 }
+ - { offset: 0x13413B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9PopupInfoVwCP', symObjAddr: 0x169C4, symBinAddr: 0x1000DB9CC, symSize: 0xAD8 }
+ - { offset: 0x13414F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9PopupInfoVwxx', symObjAddr: 0x1749C, symBinAddr: 0x1000DC4A4, symSize: 0x3D8 }
+ - { offset: 0x134163, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9PopupInfoVwcp', symObjAddr: 0x17874, symBinAddr: 0x1000DC87C, symSize: 0xB48 }
+ - { offset: 0x134177, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9PopupInfoVwca', symObjAddr: 0x183BC, symBinAddr: 0x1000DD3C4, symSize: 0x1294 }
+ - { offset: 0x13418B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9PopupInfoVwtk', symObjAddr: 0x19774, symBinAddr: 0x1000DE658, symSize: 0x98 }
+ - { offset: 0x13419F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9PopupInfoVwta', symObjAddr: 0x1980C, symBinAddr: 0x1000DE6F0, symSize: 0xC5C }
+ - { offset: 0x1341B3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9PopupInfoVwet', symObjAddr: 0x1A468, symBinAddr: 0x1000DF34C, symSize: 0x1C }
+ - { offset: 0x1341C7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9PopupInfoVwst', symObjAddr: 0x1A558, symBinAddr: 0x1000DF43C, symSize: 0x1C }
+ - { offset: 0x1341DB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9PopupInfoVMr', symObjAddr: 0x1A620, symBinAddr: 0x1000DF504, symSize: 0xAC }
+ - { offset: 0x1341EF, size: 0x8, addend: 0x0, symName: '_$sSDySS11SwiftBricks13ControlSchemaVGWOc', symObjAddr: 0x1A840, symBinAddr: 0x1000DF5B0, symSize: 0x34 }
+ - { offset: 0x134203, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9PopupInfoVSgWOb', symObjAddr: 0x1A874, symBinAddr: 0x1000DF5E4, symSize: 0x114 }
+ - { offset: 0x1342BD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC7Combine16ObservableObjectAadEP16objectWillChange0fhI9PublisherQzvgTW', symObjAddr: 0x161E8, symBinAddr: 0x1000DB4B0, symSize: 0x2C }
+ - { offset: 0x1342EF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10rootSchemaAA07ControlE0VSgvg', symObjAddr: 0xE30, symBinAddr: 0x1000C8514, symSize: 0xC0 }
+ - { offset: 0x13431B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10rootSchemaAA07ControlE0VSgvs', symObjAddr: 0xFD0, symBinAddr: 0x1000C86B4, symSize: 0xB4 }
+ - { offset: 0x13434F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10rootSchemaAA07ControlE0VSgvM', symObjAddr: 0x1084, symBinAddr: 0x1000C8768, symSize: 0xC4 }
+ - { offset: 0x134373, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10rootSchemaAA07ControlE0VSgvM.resume.0', symObjAddr: 0x1148, symBinAddr: 0x1000C882C, symSize: 0xC0 }
+ - { offset: 0x134394, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC11$rootSchema7Combine9PublishedV9PublisherVyAA07ControlE0VSg_Gvg', symObjAddr: 0x1490, symBinAddr: 0x1000C8930, symSize: 0x78 }
+ - { offset: 0x1343B8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC11$rootSchema7Combine9PublishedV9PublisherVyAA07ControlE0VSg_Gvs', symObjAddr: 0x1508, symBinAddr: 0x1000C89A8, symSize: 0x100 }
+ - { offset: 0x1343EC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC11$rootSchema7Combine9PublishedV9PublisherVyAA07ControlE0VSg_GvM', symObjAddr: 0x1608, symBinAddr: 0x1000C8AA8, symSize: 0xD4 }
+ - { offset: 0x134410, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC11$rootSchema7Combine9PublishedV9PublisherVyAA07ControlE0VSg_GvM.resume.0', symObjAddr: 0x16DC, symBinAddr: 0x1000C8B7C, symSize: 0xDC }
+ - { offset: 0x134431, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC11_rootSchema33_AC3A45445225BB6FB2E16A0675F1A0D3LL7Combine9PublishedVyAA07ControlE0VSgGvg', symObjAddr: 0x17B8, symBinAddr: 0x1000C8C58, symSize: 0x78 }
+ - { offset: 0x134445, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC11_rootSchema33_AC3A45445225BB6FB2E16A0675F1A0D3LL7Combine9PublishedVyAA07ControlE0VSgGvs', symObjAddr: 0x1830, symBinAddr: 0x1000C8CD0, symSize: 0xDC }
+ - { offset: 0x134459, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC5storeAA0B5StoreCvg', symObjAddr: 0x1934, symBinAddr: 0x1000C8DD4, symSize: 0x30 }
+ - { offset: 0x13446D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC8eventBusAA0b5EventE0Cvg', symObjAddr: 0x198C, symBinAddr: 0x1000C8E2C, symSize: 0x30 }
+ - { offset: 0x134481, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC3rpcAA0B3RPCCvg', symObjAddr: 0x19E8, symBinAddr: 0x1000C8E88, symSize: 0x30 }
+ - { offset: 0x134495, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC4i18nAA0B4I18nCvg', symObjAddr: 0x1A44, symBinAddr: 0x1000C8EE4, symSize: 0x30 }
+ - { offset: 0x1344A9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC14widgetRegistry33_AC3A45445225BB6FB2E16A0675F1A0D3LLSDySS0A2UI7AnyViewVAA13ControlSchemaV_ACtcGvg', symObjAddr: 0x1AE0, symBinAddr: 0x1000C8F80, symSize: 0x5C }
+ - { offset: 0x1344BD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC14widgetRegistry33_AC3A45445225BB6FB2E16A0675F1A0D3LLSDySS0A2UI7AnyViewVAA13ControlSchemaV_ACtcGvs', symObjAddr: 0x1B3C, symBinAddr: 0x1000C8FDC, symSize: 0x6C }
+ - { offset: 0x1344D1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC11widgetIndexSDySSAA13ControlSchemaVGvg', symObjAddr: 0x1C14, symBinAddr: 0x1000C90B4, symSize: 0x98 }
+ - { offset: 0x1344F5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC11widgetIndexSDySSAA13ControlSchemaVGvs', symObjAddr: 0x1D68, symBinAddr: 0x1000C9208, symSize: 0xA0 }
+ - { offset: 0x134528, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC11widgetIndexSDySSAA13ControlSchemaVGvM', symObjAddr: 0x1E08, symBinAddr: 0x1000C92A8, symSize: 0xC4 }
+ - { offset: 0x13454C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC11widgetIndexSDySSAA13ControlSchemaVGvM.resume.0', symObjAddr: 0x1ECC, symBinAddr: 0x1000C936C, symSize: 0xC0 }
+ - { offset: 0x13456D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC12$widgetIndex7Combine9PublishedV9PublisherVySDySSAA13ControlSchemaVG_Gvg', symObjAddr: 0x1FD8, symBinAddr: 0x1000C9478, symSize: 0x78 }
+ - { offset: 0x134591, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC12$widgetIndex7Combine9PublishedV9PublisherVySDySSAA13ControlSchemaVG_Gvs', symObjAddr: 0x2050, symBinAddr: 0x1000C94F0, symSize: 0x100 }
+ - { offset: 0x1345C5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC12$widgetIndex7Combine9PublishedV9PublisherVySDySSAA13ControlSchemaVG_GvM', symObjAddr: 0x2150, symBinAddr: 0x1000C95F0, symSize: 0xD4 }
+ - { offset: 0x1345E9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC12$widgetIndex7Combine9PublishedV9PublisherVySDySSAA13ControlSchemaVG_GvM.resume.0', symObjAddr: 0x2224, symBinAddr: 0x1000C96C4, symSize: 0xDC }
+ - { offset: 0x13460A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC12_widgetIndex33_AC3A45445225BB6FB2E16A0675F1A0D3LL7Combine9PublishedVySDySSAA13ControlSchemaVGGvg', symObjAddr: 0x2300, symBinAddr: 0x1000C97A0, symSize: 0x78 }
+ - { offset: 0x13461E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC12_widgetIndex33_AC3A45445225BB6FB2E16A0675F1A0D3LL7Combine9PublishedVySDySSAA13ControlSchemaVGGvs', symObjAddr: 0x2378, symBinAddr: 0x1000C9818, symSize: 0xDC }
+ - { offset: 0x134632, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC11activePopupAA0E4InfoVSgvg', symObjAddr: 0x3408, symBinAddr: 0x1000CA4EC, symSize: 0x90 }
+ - { offset: 0x134656, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC11activePopupAA0E4InfoVSgvs', symObjAddr: 0x35FC, symBinAddr: 0x1000CA6E0, symSize: 0xEC }
+ - { offset: 0x13468A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC11activePopupAA0E4InfoVSgvM', symObjAddr: 0x36E8, symBinAddr: 0x1000CA7CC, symSize: 0xC4 }
+ - { offset: 0x1346AE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC11activePopupAA0E4InfoVSgvM.resume.0', symObjAddr: 0x37AC, symBinAddr: 0x1000CA890, symSize: 0xC0 }
+ - { offset: 0x1346CF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC12$activePopup7Combine9PublishedV9PublisherVyAA0E4InfoVSg_Gvg', symObjAddr: 0x38AC, symBinAddr: 0x1000CA990, symSize: 0x78 }
+ - { offset: 0x1346F3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC12$activePopup7Combine9PublishedV9PublisherVyAA0E4InfoVSg_Gvs', symObjAddr: 0x3924, symBinAddr: 0x1000CAA08, symSize: 0x100 }
+ - { offset: 0x134727, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC12$activePopup7Combine9PublishedV9PublisherVyAA0E4InfoVSg_GvM', symObjAddr: 0x3A24, symBinAddr: 0x1000CAB08, symSize: 0xD4 }
+ - { offset: 0x13474B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC12$activePopup7Combine9PublishedV9PublisherVyAA0E4InfoVSg_GvM.resume.0', symObjAddr: 0x3AF8, symBinAddr: 0x1000CABDC, symSize: 0xDC }
+ - { offset: 0x13476C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC12_activePopup33_AC3A45445225BB6FB2E16A0675F1A0D3LL7Combine9PublishedVyAA0E4InfoVSgGvg', symObjAddr: 0x3BD4, symBinAddr: 0x1000CACB8, symSize: 0x78 }
+ - { offset: 0x134780, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC12_activePopup33_AC3A45445225BB6FB2E16A0675F1A0D3LL7Combine9PublishedVyAA0E4InfoVSgGvs', symObjAddr: 0x3C4C, symBinAddr: 0x1000CAD30, symSize: 0xDC }
+ - { offset: 0x134794, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC15navigationStackSDySSAA13ControlSchemaVGvg', symObjAddr: 0x3D94, symBinAddr: 0x1000CAE78, symSize: 0x98 }
+ - { offset: 0x1347B8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC15navigationStackSDySSAA13ControlSchemaVGvs', symObjAddr: 0x3EE8, symBinAddr: 0x1000CAFCC, symSize: 0xA0 }
+ - { offset: 0x1347EB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC15navigationStackSDySSAA13ControlSchemaVGvM', symObjAddr: 0x3F88, symBinAddr: 0x1000CB06C, symSize: 0xC4 }
+ - { offset: 0x13480F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC15navigationStackSDySSAA13ControlSchemaVGvM.resume.0', symObjAddr: 0x404C, symBinAddr: 0x1000CB130, symSize: 0xC0 }
+ - { offset: 0x134830, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC16$navigationStack7Combine9PublishedV9PublisherVySDySSAA13ControlSchemaVG_Gvg', symObjAddr: 0x4158, symBinAddr: 0x1000CB23C, symSize: 0x78 }
+ - { offset: 0x134854, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC16$navigationStack7Combine9PublishedV9PublisherVySDySSAA13ControlSchemaVG_Gvs', symObjAddr: 0x41D0, symBinAddr: 0x1000CB2B4, symSize: 0x100 }
+ - { offset: 0x134888, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC16$navigationStack7Combine9PublishedV9PublisherVySDySSAA13ControlSchemaVG_GvM', symObjAddr: 0x42D0, symBinAddr: 0x1000CB3B4, symSize: 0xD4 }
+ - { offset: 0x1348AC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC16$navigationStack7Combine9PublishedV9PublisherVySDySSAA13ControlSchemaVG_GvM.resume.0', symObjAddr: 0x43A4, symBinAddr: 0x1000CB488, symSize: 0xDC }
+ - { offset: 0x1348CD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC16_navigationStack33_AC3A45445225BB6FB2E16A0675F1A0D3LL7Combine9PublishedVySDySSAA13ControlSchemaVGGvg', symObjAddr: 0x4480, symBinAddr: 0x1000CB564, symSize: 0x78 }
+ - { offset: 0x1348E1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC16_navigationStack33_AC3A45445225BB6FB2E16A0675F1A0D3LL7Combine9PublishedVySDySSAA13ControlSchemaVGGvs', symObjAddr: 0x44F8, symBinAddr: 0x1000CB5DC, symSize: 0xDC }
+ - { offset: 0x1348F5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC9isLoadingSbvg', symObjAddr: 0x4614, symBinAddr: 0x1000CB6F8, symSize: 0x9C }
+ - { offset: 0x134919, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC9isLoadingSbvs', symObjAddr: 0x4764, symBinAddr: 0x1000CB848, symSize: 0x90 }
+ - { offset: 0x13494C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC9isLoadingSbvM', symObjAddr: 0x47F4, symBinAddr: 0x1000CB8D8, symSize: 0xC4 }
+ - { offset: 0x134970, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC9isLoadingSbvM.resume.0', symObjAddr: 0x48B8, symBinAddr: 0x1000CB99C, symSize: 0xC0 }
+ - { offset: 0x134991, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10$isLoading7Combine9PublishedV9PublisherVySb_Gvg', symObjAddr: 0x4984, symBinAddr: 0x1000CBA68, symSize: 0x78 }
+ - { offset: 0x1349B5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10$isLoading7Combine9PublishedV9PublisherVySb_Gvs', symObjAddr: 0x49FC, symBinAddr: 0x1000CBAE0, symSize: 0x100 }
+ - { offset: 0x1349E9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10$isLoading7Combine9PublishedV9PublisherVySb_GvM', symObjAddr: 0x4AFC, symBinAddr: 0x1000CBBE0, symSize: 0xD4 }
+ - { offset: 0x134A0D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10$isLoading7Combine9PublishedV9PublisherVySb_GvM.resume.0', symObjAddr: 0x4BD0, symBinAddr: 0x1000CBCB4, symSize: 0xDC }
+ - { offset: 0x134A2E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10_isLoading33_AC3A45445225BB6FB2E16A0675F1A0D3LL7Combine9PublishedVySbGvg', symObjAddr: 0x4CAC, symBinAddr: 0x1000CBD90, symSize: 0x78 }
+ - { offset: 0x134A42, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10_isLoading33_AC3A45445225BB6FB2E16A0675F1A0D3LL7Combine9PublishedVySbGvs', symObjAddr: 0x4D24, symBinAddr: 0x1000CBE08, symSize: 0xDC }
+ - { offset: 0x134A56, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC12errorMessageSSSgvg', symObjAddr: 0x4E84, symBinAddr: 0x1000CBF68, symSize: 0xA4 }
+ - { offset: 0x134A7A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC12errorMessageSSSgvs', symObjAddr: 0x4FF4, symBinAddr: 0x1000CC0D8, symSize: 0xB4 }
+ - { offset: 0x134AAD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC12errorMessageSSSgvM', symObjAddr: 0x50A8, symBinAddr: 0x1000CC18C, symSize: 0xC4 }
+ - { offset: 0x134AD1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC12errorMessageSSSgvM.resume.0', symObjAddr: 0x516C, symBinAddr: 0x1000CC250, symSize: 0xC0 }
+ - { offset: 0x134AF2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC13$errorMessage7Combine9PublishedV9PublisherVySSSg_Gvg', symObjAddr: 0x5238, symBinAddr: 0x1000CC31C, symSize: 0x78 }
+ - { offset: 0x134B16, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC13$errorMessage7Combine9PublishedV9PublisherVySSSg_Gvs', symObjAddr: 0x52B0, symBinAddr: 0x1000CC394, symSize: 0x100 }
+ - { offset: 0x134B4A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC13$errorMessage7Combine9PublishedV9PublisherVySSSg_GvM', symObjAddr: 0x53B0, symBinAddr: 0x1000CC494, symSize: 0xD4 }
+ - { offset: 0x134B6E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC13$errorMessage7Combine9PublishedV9PublisherVySSSg_GvM.resume.0', symObjAddr: 0x5484, symBinAddr: 0x1000CC568, symSize: 0xDC }
+ - { offset: 0x134B8F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC13_errorMessage33_AC3A45445225BB6FB2E16A0675F1A0D3LL7Combine9PublishedVySSSgGvg', symObjAddr: 0x5560, symBinAddr: 0x1000CC644, symSize: 0x78 }
+ - { offset: 0x134BA3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC13_errorMessage33_AC3A45445225BB6FB2E16A0675F1A0D3LL7Combine9PublishedVySSSgGvs', symObjAddr: 0x55D8, symBinAddr: 0x1000CC6BC, symSize: 0xDC }
+ - { offset: 0x134BBE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineCACycfC', symObjAddr: 0x56B4, symBinAddr: 0x1000CC798, symSize: 0x38 }
+ - { offset: 0x134BD2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineCACycfc', symObjAddr: 0x56EC, symBinAddr: 0x1000CC7D0, symSize: 0x550 }
+ - { offset: 0x134BF7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC22registerBuiltInWidgets33_AC3A45445225BB6FB2E16A0675F1A0D3LLyyF', symObjAddr: 0x5C3C, symBinAddr: 0x1000CCD20, symSize: 0x14 }
+ - { offset: 0x134C1C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC18setupBuiltinEvents33_AC3A45445225BB6FB2E16A0675F1A0D3LLyyF', symObjAddr: 0x5C50, symBinAddr: 0x1000CCD34, symSize: 0x14 }
+ - { offset: 0x134C41, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC8loadJSONyySSKF', symObjAddr: 0x5C64, symBinAddr: 0x1000CCD48, symSize: 0x2A8 }
+ - { offset: 0x134CB6, size: 0x8, addend: 0x0, symName: '_$sSy10FoundationE4data5using20allowLossyConversionAA4DataVSgSSAAE8EncodingV_SbtFfA0_', symObjAddr: 0x5F0C, symBinAddr: 0x1000CCFF0, symSize: 0x18 }
+ - { offset: 0x134CE8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10loadSchemayyAA07ControlE0VF', symObjAddr: 0x6064, symBinAddr: 0x1000CD06C, symSize: 0xD8 }
+ - { offset: 0x134D1D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC11loadFromURLyySSYaKF', symObjAddr: 0x6D84, symBinAddr: 0x1000CD148, symSize: 0xBC }
+ - { offset: 0x134D51, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC11loadFromURLyySSYaKF6$deferL_yyF', symObjAddr: 0x7344, symBinAddr: 0x1000CD708, symSize: 0x3C }
+ - { offset: 0x134D80, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC11loadFromURLyySSYaKFTY0_', symObjAddr: 0x6E40, symBinAddr: 0x1000CD204, symSize: 0xAC }
+ - { offset: 0x134DBB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC11loadFromURLyySSYaKFTQ1_', symObjAddr: 0x6EEC, symBinAddr: 0x1000CD2B0, symSize: 0xD8 }
+ - { offset: 0x134DF8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC11loadFromURLyySSYaKFTY2_', symObjAddr: 0x6FC4, symBinAddr: 0x1000CD388, symSize: 0x30C }
+ - { offset: 0x134E6E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC11loadFromURLyySSYaKFTY3_', symObjAddr: 0x72D0, symBinAddr: 0x1000CD694, symSize: 0x74 }
+ - { offset: 0x134EEC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC12indexWidgets33_AC3A45445225BB6FB2E16A0675F1A0D3LLyyAA13ControlSchemaVF', symObjAddr: 0x7380, symBinAddr: 0x1000CD744, symSize: 0x2B4 }
+ - { offset: 0x134F7E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10setupBinds33_AC3A45445225BB6FB2E16A0675F1A0D3LLyyAA13ControlSchemaVF', symObjAddr: 0x7634, symBinAddr: 0x1000CD9F8, symSize: 0x2E8 }
+ - { offset: 0x13503A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC14registerWidget4type7factoryySS_0A2UI7AnyViewVAA13ControlSchemaV_ACtctF', symObjAddr: 0x7F64, symBinAddr: 0x1000CE104, symSize: 0x130 }
+ - { offset: 0x13507C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC16getWidgetFactory4type0A2UI7AnyViewVAA13ControlSchemaV_ACtcSgSS_tF', symObjAddr: 0x8100, symBinAddr: 0x1000CE2A0, symSize: 0x190 }
+ - { offset: 0x1350AF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10findWidget2idAA13ControlSchemaVSgSS_tF', symObjAddr: 0x82FC, symBinAddr: 0x1000CE49C, symSize: 0x4D4 }
+ - { offset: 0x135141, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC9setupBind33_AC3A45445225BB6FB2E16A0675F1A0D3LL_8sourceIdyAA0E6SchemaV_SStF', symObjAddr: 0x8814, symBinAddr: 0x1000CE988, symSize: 0x3B4 }
+ - { offset: 0x1351A2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC9setupBind33_AC3A45445225BB6FB2E16A0675F1A0D3LL_8sourceIdyAA0E6SchemaV_SStFyAA9EventDataVYacfU_', symObjAddr: 0x8F2C, symBinAddr: 0x1000CEF88, symSize: 0xDC }
+ - { offset: 0x1351FD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC9setupBind33_AC3A45445225BB6FB2E16A0675F1A0D3LL_8sourceIdyAA0E6SchemaV_SStFyAA9EventDataVYacfU_TY0_', symObjAddr: 0x9008, symBinAddr: 0x1000CF064, symSize: 0x148 }
+ - { offset: 0x13527B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC9setupBind33_AC3A45445225BB6FB2E16A0675F1A0D3LL_8sourceIdyAA0E6SchemaV_SStFyAA9EventDataVYacfU_TQ1_', symObjAddr: 0x9150, symBinAddr: 0x1000CF1AC, symSize: 0x6C }
+ - { offset: 0x135306, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC9setupBind33_AC3A45445225BB6FB2E16A0675F1A0D3LL_8sourceIdyAA0E6SchemaV_SStFyAA9EventDataVYacfU_TY2_', symObjAddr: 0x91BC, symBinAddr: 0x1000CF218, symSize: 0x7C }
+ - { offset: 0x13538D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10handleBind_8sourceId9eventDatayAA0E6SchemaV_SSAA05EventI0VtYaF', symObjAddr: 0x9750, symBinAddr: 0x1000CF7AC, symSize: 0x148 }
+ - { offset: 0x135420, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10handleBind_8sourceId9eventDatayAA0E6SchemaV_SSAA05EventI0VtYaFTY0_', symObjAddr: 0x9898, symBinAddr: 0x1000CF8F4, symSize: 0x97C }
+ - { offset: 0x1354B6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10handleBind_8sourceId9eventDatayAA0E6SchemaV_SSAA05EventI0VtYaFTQ1_', symObjAddr: 0xA214, symBinAddr: 0x1000D0270, symSize: 0x6C }
+ - { offset: 0x13553F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10handleBind_8sourceId9eventDatayAA0E6SchemaV_SSAA05EventI0VtYaFTY2_', symObjAddr: 0xA280, symBinAddr: 0x1000D02DC, symSize: 0x98 }
+ - { offset: 0x1355C3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10handleBind_8sourceId9eventDatayAA0E6SchemaV_SSAA05EventI0VtYaFTQ3_', symObjAddr: 0xA318, symBinAddr: 0x1000D0374, symSize: 0x6C }
+ - { offset: 0x13564C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10handleBind_8sourceId9eventDatayAA0E6SchemaV_SSAA05EventI0VtYaFTY4_', symObjAddr: 0xA384, symBinAddr: 0x1000D03E0, symSize: 0x98 }
+ - { offset: 0x1356D0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10handleBind_8sourceId9eventDatayAA0E6SchemaV_SSAA05EventI0VtYaFTQ5_', symObjAddr: 0xA41C, symBinAddr: 0x1000D0478, symSize: 0x6C }
+ - { offset: 0x135759, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10handleBind_8sourceId9eventDatayAA0E6SchemaV_SSAA05EventI0VtYaFTY6_', symObjAddr: 0xA488, symBinAddr: 0x1000D04E4, symSize: 0x98 }
+ - { offset: 0x1357DD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10handleBind_8sourceId9eventDatayAA0E6SchemaV_SSAA05EventI0VtYaFTQ7_', symObjAddr: 0xA520, symBinAddr: 0x1000D057C, symSize: 0x6C }
+ - { offset: 0x135866, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10handleBind_8sourceId9eventDatayAA0E6SchemaV_SSAA05EventI0VtYaFTY8_', symObjAddr: 0xA58C, symBinAddr: 0x1000D05E8, symSize: 0x98 }
+ - { offset: 0x1358EA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10handleBind_8sourceId9eventDatayAA0E6SchemaV_SSAA05EventI0VtYaFTQ9_', symObjAddr: 0xA624, symBinAddr: 0x1000D0680, symSize: 0x6C }
+ - { offset: 0x135973, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10handleBind_8sourceId9eventDatayAA0E6SchemaV_SSAA05EventI0VtYaFTY10_', symObjAddr: 0xA690, symBinAddr: 0x1000D06EC, symSize: 0x98 }
+ - { offset: 0x1359F7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC15handleUrlWidget33_AC3A45445225BB6FB2E16A0675F1A0D3LL_8sourceId9eventDatayAA10BindSchemaV_SSAA05EventS0VtYaF', symObjAddr: 0xA7D8, symBinAddr: 0x1000D079C, symSize: 0x20C }
+ - { offset: 0x135B2A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC15handleUrlWidget33_AC3A45445225BB6FB2E16A0675F1A0D3LL_8sourceId9eventDatayAA10BindSchemaV_SSAA05EventS0VtYaFTY0_', symObjAddr: 0xA9E4, symBinAddr: 0x1000D09A8, symSize: 0x1A34 }
+ - { offset: 0x135CD6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC15handleUrlWidget33_AC3A45445225BB6FB2E16A0675F1A0D3LL_8sourceId9eventDatayAA10BindSchemaV_SSAA05EventS0VtYaFTQ1_', symObjAddr: 0xC418, symBinAddr: 0x1000D23DC, symSize: 0xF8 }
+ - { offset: 0x135DA5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC15handleUrlWidget33_AC3A45445225BB6FB2E16A0675F1A0D3LL_8sourceId9eventDatayAA10BindSchemaV_SSAA05EventS0VtYaFTY2_', symObjAddr: 0xC510, symBinAddr: 0x1000D24D4, symSize: 0x11F4 }
+ - { offset: 0x135EDE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC15handleUrlWidget33_AC3A45445225BB6FB2E16A0675F1A0D3LL_8sourceId9eventDatayAA10BindSchemaV_SSAA05EventS0VtYaFTY3_', symObjAddr: 0xD704, symBinAddr: 0x1000D36C8, symSize: 0x1D0 }
+ - { offset: 0x135FA8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC13handleUrlData33_AC3A45445225BB6FB2E16A0675F1A0D3LL_8sourceIdyAA10BindSchemaV_SStYaF', symObjAddr: 0xD8D4, symBinAddr: 0x1000D3898, symSize: 0xE4 }
+ - { offset: 0x135FED, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC13handleUrlData33_AC3A45445225BB6FB2E16A0675F1A0D3LL_8sourceIdyAA10BindSchemaV_SStYaFTY0_', symObjAddr: 0xD9B8, symBinAddr: 0x1000D397C, symSize: 0x414 }
+ - { offset: 0x1360AC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC13handleUrlData33_AC3A45445225BB6FB2E16A0675F1A0D3LL_8sourceIdyAA10BindSchemaV_SStYaFTQ1_', symObjAddr: 0xDDCC, symBinAddr: 0x1000D3D90, symSize: 0xE8 }
+ - { offset: 0x136167, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC13handleUrlData33_AC3A45445225BB6FB2E16A0675F1A0D3LL_8sourceIdyAA10BindSchemaV_SStYaFTY2_', symObjAddr: 0xDEB4, symBinAddr: 0x1000D3E78, symSize: 0x2CC }
+ - { offset: 0x136261, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC13handleUrlData33_AC3A45445225BB6FB2E16A0675F1A0D3LL_8sourceIdyAA10BindSchemaV_SStYaFTY3_', symObjAddr: 0xE180, symBinAddr: 0x1000D4144, symSize: 0x134 }
+ - { offset: 0x136318, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC12handleMethod33_AC3A45445225BB6FB2E16A0675F1A0D3LL_8sourceId9eventDatayAA10BindSchemaV_SSAA05EventR0VtYaF', symObjAddr: 0xE2B4, symBinAddr: 0x1000D4278, symSize: 0x114 }
+ - { offset: 0x13636D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC12handleMethod33_AC3A45445225BB6FB2E16A0675F1A0D3LL_8sourceId9eventDatayAA10BindSchemaV_SSAA05EventR0VtYaFTY0_', symObjAddr: 0xE3C8, symBinAddr: 0x1000D438C, symSize: 0x190C }
+ - { offset: 0x136459, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC12handleMethod33_AC3A45445225BB6FB2E16A0675F1A0D3LL_8sourceId9eventDatayAA10BindSchemaV_SSAA05EventR0VtYaFTQ1_', symObjAddr: 0xFCD4, symBinAddr: 0x1000D5C98, symSize: 0x7C }
+ - { offset: 0x13654A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC12handleMethod33_AC3A45445225BB6FB2E16A0675F1A0D3LL_8sourceId9eventDatayAA10BindSchemaV_SSAA05EventR0VtYaFTY2_', symObjAddr: 0xFD50, symBinAddr: 0x1000D5D14, symSize: 0x130 }
+ - { offset: 0x136633, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC12handleMethod33_AC3A45445225BB6FB2E16A0675F1A0D3LL_8sourceId9eventDatayAA10BindSchemaV_SSAA05EventR0VtYaFTQ3_', symObjAddr: 0xFE80, symBinAddr: 0x1000D5E44, symSize: 0x8C }
+ - { offset: 0x1366DF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC12handleMethod33_AC3A45445225BB6FB2E16A0675F1A0D3LL_8sourceId9eventDatayAA10BindSchemaV_SSAA05EventR0VtYaFTY4_', symObjAddr: 0xFF0C, symBinAddr: 0x1000D5ED0, symSize: 0xF0 }
+ - { offset: 0x136785, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC11handleEvent33_AC3A45445225BB6FB2E16A0675F1A0D3LL_9eventDatayAA10BindSchemaV_AA0eP0VtYaF', symObjAddr: 0xFFFC, symBinAddr: 0x1000D5FC0, symSize: 0xC0 }
+ - { offset: 0x1367CD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC11handleEvent33_AC3A45445225BB6FB2E16A0675F1A0D3LL_9eventDatayAA10BindSchemaV_AA0eP0VtYaFTY0_', symObjAddr: 0x100BC, symBinAddr: 0x1000D6080, symSize: 0x13C }
+ - { offset: 0x13683E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC11handleEvent33_AC3A45445225BB6FB2E16A0675F1A0D3LL_9eventDatayAA10BindSchemaV_AA0eP0VtYaFTQ1_', symObjAddr: 0x101F8, symBinAddr: 0x1000D61BC, symSize: 0x7C }
+ - { offset: 0x1368B3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC11handleEvent33_AC3A45445225BB6FB2E16A0675F1A0D3LL_9eventDatayAA10BindSchemaV_AA0eP0VtYaFTY2_', symObjAddr: 0x10274, symBinAddr: 0x1000D6238, symSize: 0x70 }
+ - { offset: 0x136924, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC06handleB6Action33_AC3A45445225BB6FB2E16A0675F1A0D3LLyyAA10BindSchemaVYaF', symObjAddr: 0x102E4, symBinAddr: 0x1000D62A8, symSize: 0x8C }
+ - { offset: 0x13695B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC06handleB6Action33_AC3A45445225BB6FB2E16A0675F1A0D3LLyyAA10BindSchemaVYaFTY0_', symObjAddr: 0x10370, symBinAddr: 0x1000D6334, symSize: 0x104 }
+ - { offset: 0x136997, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC15resolveTemplate_6paramsS2S_SDyS2SGtF', symObjAddr: 0x105E4, symBinAddr: 0x1000D65A8, symSize: 0x3A4 }
+ - { offset: 0x136A37, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9PopupInfoV6schema7optionsAcA13ControlSchemaV_AA0C7OptionsVtcfC', symObjAddr: 0x10B84, symBinAddr: 0x1000D6B0C, symSize: 0x70 }
+ - { offset: 0x136A4B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC13reloadTabular2id3url6paramsySS_SSSDyS2SGtYaF', symObjAddr: 0x11854, symBinAddr: 0x1000D6B7C, symSize: 0x104 }
+ - { offset: 0x136AA4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC13reloadTabular2id3url6paramsySS_SSSDyS2SGtYaFTY0_', symObjAddr: 0x11958, symBinAddr: 0x1000D6C80, symSize: 0xE8 }
+ - { offset: 0x136B2A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC13reloadTabular2id3url6paramsySS_SSSDyS2SGtYaFTQ1_', symObjAddr: 0x11A40, symBinAddr: 0x1000D6D68, symSize: 0xE8 }
+ - { offset: 0x136BB5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC13reloadTabular2id3url6paramsySS_SSSDyS2SGtYaFTY2_', symObjAddr: 0x11B28, symBinAddr: 0x1000D6E50, symSize: 0x444 }
+ - { offset: 0x136CBE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC13reloadTabular2id3url6paramsySS_SSSDyS2SGtYaFTY3_', symObjAddr: 0x11F6C, symBinAddr: 0x1000D7294, symSize: 0x1F4 }
+ - { offset: 0x136D67, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC12triggerEvent8widgetId5event4dataySS_SSAA0E4DataVtYaF', symObjAddr: 0x12234, symBinAddr: 0x1000D7524, symSize: 0xE4 }
+ - { offset: 0x136DC0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC12triggerEvent8widgetId5event4dataySS_SSAA0E4DataVtYaFTY0_', symObjAddr: 0x12318, symBinAddr: 0x1000D7608, symSize: 0x200 }
+ - { offset: 0x136E21, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC12triggerEvent8widgetId5event4dataySS_SSAA0E4DataVtYaFTQ1_', symObjAddr: 0x12518, symBinAddr: 0x1000D7808, symSize: 0x8C }
+ - { offset: 0x136E86, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC12triggerEvent8widgetId5event4dataySS_SSAA0E4DataVtYaFTY2_', symObjAddr: 0x125A4, symBinAddr: 0x1000D7894, symSize: 0x50 }
+ - { offset: 0x136EE7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10submitForm6formId0D3URLSbSS_SStYaF', symObjAddr: 0x125F4, symBinAddr: 0x1000D78E4, symSize: 0x134 }
+ - { offset: 0x136F2F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10submitForm6formId0D3URLSbSS_SStYaFTY0_', symObjAddr: 0x12728, symBinAddr: 0x1000D7A18, symSize: 0x1E4C }
+ - { offset: 0x13709A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10submitForm6formId0D3URLSbSS_SStYaFTQ1_', symObjAddr: 0x14574, symBinAddr: 0x1000D9864, symSize: 0xE8 }
+ - { offset: 0x137112, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10submitForm6formId0D3URLSbSS_SStYaFTY2_', symObjAddr: 0x1465C, symBinAddr: 0x1000D994C, symSize: 0x350 }
+ - { offset: 0x1371CC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10submitForm6formId0D3URLSbSS_SStYaFTY3_', symObjAddr: 0x149AC, symBinAddr: 0x1000D9C9C, symSize: 0x14C }
+ - { offset: 0x137263, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC12validateRule33_AC3A45445225BB6FB2E16A0675F1A0D3LL_5valueSbAA010ValidationE0V_SStF', symObjAddr: 0x14EC4, symBinAddr: 0x1000DA18C, symSize: 0xE10 }
+ - { offset: 0x1373B1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineCfd', symObjAddr: 0x15FB4, symBinAddr: 0x1000DB27C, symSize: 0x1CC }
+ - { offset: 0x1373D5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineCfD', symObjAddr: 0x161A8, symBinAddr: 0x1000DB470, symSize: 0x40 }
+ - { offset: 0x1373F9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9PopupInfoV2id10Foundation4UUIDVvg', symObjAddr: 0x16228, symBinAddr: 0x1000DB4F0, symSize: 0x40 }
+ - { offset: 0x13740D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9PopupInfoV6schemaAA13ControlSchemaVvg', symObjAddr: 0x16268, symBinAddr: 0x1000DB530, symSize: 0x34 }
+ - { offset: 0x137421, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9PopupInfoV7optionsAA0C7OptionsVvg', symObjAddr: 0x1629C, symBinAddr: 0x1000DB564, symSize: 0x34 }
+ - { offset: 0x137435, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9PopupInfoVs12IdentifiableAAsADP2id2IDQzvgTW', symObjAddr: 0x1644C, symBinAddr: 0x1000DB624, symSize: 0x14 }
+ - { offset: 0x1375D3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC8handlers33_181F3C2E02FC9C707A58C03E8F24B14FLLSDySSSayyAA0C4DataVYacGGvpfi', symObjAddr: 0x0, symBinAddr: 0x1000DF6F8, symSize: 0x6C }
+ - { offset: 0x1375F7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO5clickSSvpZ', symObjAddr: 0xD230, symBinAddr: 0x100206158, symSize: 0x0 }
+ - { offset: 0x137611, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO6submitSSvpZ', symObjAddr: 0xD240, symBinAddr: 0x100206168, symSize: 0x0 }
+ - { offset: 0x13762B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO6changeSSvpZ', symObjAddr: 0xD250, symBinAddr: 0x100206178, symSize: 0x0 }
+ - { offset: 0x137645, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO6selectSSvpZ', symObjAddr: 0xD260, symBinAddr: 0x100206188, symSize: 0x0 }
+ - { offset: 0x13765F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO4loadSSvpZ', symObjAddr: 0xD270, symBinAddr: 0x100206198, symSize: 0x0 }
+ - { offset: 0x137679, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO6renderSSvpZ', symObjAddr: 0xD280, symBinAddr: 0x1002061A8, symSize: 0x0 }
+ - { offset: 0x137693, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO5closeSSvpZ', symObjAddr: 0xD290, symBinAddr: 0x1002061B8, symSize: 0x0 }
+ - { offset: 0x1376AD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO4openSSvpZ', symObjAddr: 0xD2A0, symBinAddr: 0x1002061C8, symSize: 0x0 }
+ - { offset: 0x1376C7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO6toggleSSvpZ', symObjAddr: 0xD2B0, symBinAddr: 0x1002061D8, symSize: 0x0 }
+ - { offset: 0x1376E1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO7refreshSSvpZ', symObjAddr: 0xD2C0, symBinAddr: 0x1002061E8, symSize: 0x0 }
+ - { offset: 0x1376FB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO8navigateSSvpZ', symObjAddr: 0xD2D0, symBinAddr: 0x1002061F8, symSize: 0x0 }
+ - { offset: 0x137709, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC8handlers33_181F3C2E02FC9C707A58C03E8F24B14FLLSDySSSayyAA0C4DataVYacGGvpfi', symObjAddr: 0x0, symBinAddr: 0x1000DF6F8, symSize: 0x6C }
+ - { offset: 0x1379BF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC8eventLogSaySS4name_AA0C4DataV4data10Foundation4DateV9timestamptGvpfP', symObjAddr: 0x194, symBinAddr: 0x1000DF80C, symSize: 0x6C }
+ - { offset: 0x1379EB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC8eventLogSaySS4name_AA0C4DataV4data10Foundation4DateV9timestamptGvpACTK', symObjAddr: 0x334, symBinAddr: 0x1000DF910, symSize: 0x58 }
+ - { offset: 0x137A03, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC8eventLogSaySS4name_AA0C4DataV4data10Foundation4DateV9timestamptGvpACTk', symObjAddr: 0x38C, symBinAddr: 0x1000DF968, symSize: 0x64 }
+ - { offset: 0x137A1B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC9_eventLog33_181F3C2E02FC9C707A58C03E8F24B14FLL7Combine9PublishedVySaySS4name_AA0C4DataV4data10Foundation4DateV9timestamptGGvpfi', symObjAddr: 0x664, symBinAddr: 0x1000DFBF0, symSize: 0x30 }
+ - { offset: 0x137A33, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC10maxLogSize33_181F3C2E02FC9C707A58C03E8F24B14FLLSivpfi', symObjAddr: 0xB10, symBinAddr: 0x1000E009C, symSize: 0xC }
+ - { offset: 0x137A4B, size: 0x8, addend: 0x0, symName: '_$sSayy11SwiftBricks9EventDataVYacGSgWOh', symObjAddr: 0xFD8, symBinAddr: 0x1000E053C, symSize: 0x28 }
+ - { offset: 0x137A5F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9EventDataVIegHg_ACytIegHnr_TR', symObjAddr: 0x1000, symBinAddr: 0x1000E0564, symSize: 0x88 }
+ - { offset: 0x137A77, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9EventDataVIegHg_ACytIegHnr_TRTQ0_', symObjAddr: 0x1088, symBinAddr: 0x1000E05EC, symSize: 0x60 }
+ - { offset: 0x137A8F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9EventDataVIegHg_ACytIegHnr_TRTA', symObjAddr: 0x1124, symBinAddr: 0x1000E0688, symSize: 0xB0 }
+ - { offset: 0x137AA3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9EventDataVIegHg_ACytIegHnr_TRTATQ0_', symObjAddr: 0x11D4, symBinAddr: 0x1000E0738, symSize: 0x60 }
+ - { offset: 0x137AB7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC8dispatch_4dataySS_AA0C4DataVtYaFfA0_', symObjAddr: 0x12D4, symBinAddr: 0x1000E0838, symSize: 0x18 }
+ - { offset: 0x137AD1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9EventDataVyACSDySSypGcfcfA_', symObjAddr: 0x12EC, symBinAddr: 0x1000E0850, symSize: 0x50 }
+ - { offset: 0x137BFB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9EventDataVWOh', symObjAddr: 0x1398, symBinAddr: 0x1000E08FC, symSize: 0x28 }
+ - { offset: 0x137C0F, size: 0x8, addend: 0x0, symName: '_$sSayy11SwiftBricks9EventDataVYacGSayxGSlsWl', symObjAddr: 0x1E44, symBinAddr: 0x1000E133C, symSize: 0x74 }
+ - { offset: 0x137C23, size: 0x8, addend: 0x0, symName: '_$ss16IndexingIteratorVySayy11SwiftBricks9EventDataVYacGGWOh', symObjAddr: 0x1F30, symBinAddr: 0x1000E13B0, symSize: 0x28 }
+ - { offset: 0x137C37, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9EventDataVytIegHnr_ACIegHg_TR', symObjAddr: 0x1F58, symBinAddr: 0x1000E13D8, symSize: 0x8C }
+ - { offset: 0x137C4F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9EventDataVytIegHnr_ACIegHg_TRTQ0_', symObjAddr: 0x1FE4, symBinAddr: 0x1000E1464, symSize: 0x60 }
+ - { offset: 0x137C67, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9EventDataVytIegHnr_ACIegHg_TRTA', symObjAddr: 0x2080, symBinAddr: 0x1000E1500, symSize: 0xA8 }
+ - { offset: 0x137C7B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9EventDataVytIegHnr_ACIegHg_TRTATQ0_', symObjAddr: 0x2128, symBinAddr: 0x1000E15A8, symSize: 0x60 }
+ - { offset: 0x137C8F, size: 0x8, addend: 0x0, symName: '_$sSaySS4name_11SwiftBricks9EventDataV4data10Foundation4DateV9timestamptGSayxGSmsWl', symObjAddr: 0x2188, symBinAddr: 0x1000E1608, symSize: 0x74 }
+ - { offset: 0x137CA3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC12dispatchSync_4dataySS_AA0C4DataVtFfA0_', symObjAddr: 0x21FC, symBinAddr: 0x1000E167C, symSize: 0x18 }
+ - { offset: 0x137CBD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC12dispatchSync_4dataySS_AA0C4DataVtFyyYacfU_TA', symObjAddr: 0x2594, symBinAddr: 0x1000E1A14, symSize: 0xBC }
+ - { offset: 0x137CD1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC12dispatchSync_4dataySS_AA0C4DataVtFyyYacfU_TATQ0_', symObjAddr: 0x2650, symBinAddr: 0x1000E1AD0, symSize: 0x60 }
+ - { offset: 0x137CE5, size: 0x8, addend: 0x0, symName: '_$sSDySSSayy11SwiftBricks9EventDataVYacGGWOh', symObjAddr: 0x2FD8, symBinAddr: 0x1000E1F00, symSize: 0x28 }
+ - { offset: 0x137CF9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO5click_WZ', symObjAddr: 0x3844, symBinAddr: 0x1000E2588, symSize: 0x40 }
+ - { offset: 0x137D13, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO5clickSSvau', symObjAddr: 0x3884, symBinAddr: 0x1000E25C8, symSize: 0x50 }
+ - { offset: 0x137E15, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO6submit_WZ', symObjAddr: 0x390C, symBinAddr: 0x1000E2650, symSize: 0x40 }
+ - { offset: 0x137E2F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO6submitSSvau', symObjAddr: 0x394C, symBinAddr: 0x1000E2690, symSize: 0x50 }
+ - { offset: 0x137E4D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO6change_WZ', symObjAddr: 0x39D4, symBinAddr: 0x1000E2718, symSize: 0x40 }
+ - { offset: 0x137E67, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO6changeSSvau', symObjAddr: 0x3A14, symBinAddr: 0x1000E2758, symSize: 0x50 }
+ - { offset: 0x137E85, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO6select_WZ', symObjAddr: 0x3A9C, symBinAddr: 0x1000E27E0, symSize: 0x40 }
+ - { offset: 0x137E9F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO6selectSSvau', symObjAddr: 0x3ADC, symBinAddr: 0x1000E2820, symSize: 0x50 }
+ - { offset: 0x137EBD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO4load_WZ', symObjAddr: 0x3B64, symBinAddr: 0x1000E28A8, symSize: 0x40 }
+ - { offset: 0x137ED7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO4loadSSvau', symObjAddr: 0x3BA4, symBinAddr: 0x1000E28E8, symSize: 0x50 }
+ - { offset: 0x137EF5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO6render_WZ', symObjAddr: 0x3C2C, symBinAddr: 0x1000E2970, symSize: 0x40 }
+ - { offset: 0x137F0F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO6renderSSvau', symObjAddr: 0x3C6C, symBinAddr: 0x1000E29B0, symSize: 0x50 }
+ - { offset: 0x137F2D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO5close_WZ', symObjAddr: 0x3CF4, symBinAddr: 0x1000E2A38, symSize: 0x40 }
+ - { offset: 0x137F47, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO5closeSSvau', symObjAddr: 0x3D34, symBinAddr: 0x1000E2A78, symSize: 0x50 }
+ - { offset: 0x137F65, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO4open_WZ', symObjAddr: 0x3DBC, symBinAddr: 0x1000E2B00, symSize: 0x40 }
+ - { offset: 0x137F7F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO4openSSvau', symObjAddr: 0x3DFC, symBinAddr: 0x1000E2B40, symSize: 0x50 }
+ - { offset: 0x137F9D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO6toggle_WZ', symObjAddr: 0x3E84, symBinAddr: 0x1000E2BC8, symSize: 0x40 }
+ - { offset: 0x137FB7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO6toggleSSvau', symObjAddr: 0x3EC4, symBinAddr: 0x1000E2C08, symSize: 0x50 }
+ - { offset: 0x137FD5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO7refresh_WZ', symObjAddr: 0x3F4C, symBinAddr: 0x1000E2C90, symSize: 0x40 }
+ - { offset: 0x137FEF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO7refreshSSvau', symObjAddr: 0x3F8C, symBinAddr: 0x1000E2CD0, symSize: 0x50 }
+ - { offset: 0x13800D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO8navigate_WZ', symObjAddr: 0x4014, symBinAddr: 0x1000E2D58, symSize: 0x40 }
+ - { offset: 0x138027, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO8navigateSSvau', symObjAddr: 0x4054, symBinAddr: 0x1000E2D98, symSize: 0x50 }
+ - { offset: 0x138045, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC7Combine16ObservableObjectAA0G19WillChangePublisherAdEP_AD0J0PWT', symObjAddr: 0x40DC, symBinAddr: 0x1000E2E20, symSize: 0xC }
+ - { offset: 0x138059, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusCMU', symObjAddr: 0x40E8, symBinAddr: 0x1000E2E2C, symSize: 0x18 }
+ - { offset: 0x13806D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusCMa', symObjAddr: 0x4100, symBinAddr: 0x1000E2E44, symSize: 0x60 }
+ - { offset: 0x138081, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusCMr', symObjAddr: 0x4160, symBinAddr: 0x1000E2EA4, symSize: 0xD0 }
+ - { offset: 0x138095, size: 0x8, addend: 0x0, symName: '_$s7Combine9PublishedVySaySS4name_11SwiftBricks9EventDataV4data10Foundation4DateV9timestamptGGMa', symObjAddr: 0x4230, symBinAddr: 0x1000E2F74, symSize: 0xA0 }
+ - { offset: 0x1380A9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9EventDataVMa', symObjAddr: 0x42D0, symBinAddr: 0x1000E3014, symSize: 0x14 }
+ - { offset: 0x1380BD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventOMa', symObjAddr: 0x42E4, symBinAddr: 0x1000E3028, symSize: 0x14 }
+ - { offset: 0x1380D1, size: 0x8, addend: 0x0, symName: '_$sxIeAgHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRTQ0_', symObjAddr: 0x4650, symBinAddr: 0x1000E303C, symSize: 0x64 }
+ - { offset: 0x1380F0, size: 0x8, addend: 0x0, symName: '_$sxIeAgHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRTA', symObjAddr: 0x46F8, symBinAddr: 0x1000E30E4, symSize: 0xB4 }
+ - { offset: 0x138104, size: 0x8, addend: 0x0, symName: '_$sxIeAgHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRTATQ0_', symObjAddr: 0x47AC, symBinAddr: 0x1000E3198, symSize: 0x60 }
+ - { offset: 0x138118, size: 0x8, addend: 0x0, symName: '_$sxIeAgHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRTA.20', symObjAddr: 0x4850, symBinAddr: 0x1000E323C, symSize: 0xB4 }
+ - { offset: 0x13812C, size: 0x8, addend: 0x0, symName: '_$sxIeAgHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRTA.20TQ0_', symObjAddr: 0x4904, symBinAddr: 0x1000E32F0, symSize: 0x60 }
+ - { offset: 0x138140, size: 0x8, addend: 0x0, symName: '_$sSaySS4name_11SwiftBricks9EventDataV4data10Foundation4DateV9timestamptGWOc', symObjAddr: 0x4964, symBinAddr: 0x1000E3350, symSize: 0x34 }
+ - { offset: 0x1381E8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC8handlers33_181F3C2E02FC9C707A58C03E8F24B14FLLSDySSSayyAA0C4DataVYacGGvg', symObjAddr: 0xEC, symBinAddr: 0x1000DF764, symSize: 0x4C }
+ - { offset: 0x138203, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC8handlers33_181F3C2E02FC9C707A58C03E8F24B14FLLSDySSSayyAA0C4DataVYacGGvs', symObjAddr: 0x138, symBinAddr: 0x1000DF7B0, symSize: 0x5C }
+ - { offset: 0x138257, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC7Combine16ObservableObjectAadEP16objectWillChange0giJ9PublisherQzvgTW', symObjAddr: 0x3040, symBinAddr: 0x1000E1F68, symSize: 0x2C }
+ - { offset: 0x138290, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC8eventLogSaySS4name_AA0C4DataV4data10Foundation4DateV9timestamptGvg', symObjAddr: 0x29C, symBinAddr: 0x1000DF878, symSize: 0x98 }
+ - { offset: 0x1382B4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC8eventLogSaySS4name_AA0C4DataV4data10Foundation4DateV9timestamptGvs', symObjAddr: 0x3F0, symBinAddr: 0x1000DF9CC, symSize: 0xA0 }
+ - { offset: 0x1382E7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC8eventLogSaySS4name_AA0C4DataV4data10Foundation4DateV9timestamptGvM', symObjAddr: 0x490, symBinAddr: 0x1000DFA6C, symSize: 0xC4 }
+ - { offset: 0x13830B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC8eventLogSaySS4name_AA0C4DataV4data10Foundation4DateV9timestamptGvM.resume.0', symObjAddr: 0x554, symBinAddr: 0x1000DFB30, symSize: 0xC0 }
+ - { offset: 0x13832C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC9$eventLog7Combine9PublishedV9PublisherVySaySS4name_AA0C4DataV4data10Foundation4DateV9timestamptG_Gvg', symObjAddr: 0x694, symBinAddr: 0x1000DFC20, symSize: 0x78 }
+ - { offset: 0x138350, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC9$eventLog7Combine9PublishedV9PublisherVySaySS4name_AA0C4DataV4data10Foundation4DateV9timestamptG_Gvs', symObjAddr: 0x70C, symBinAddr: 0x1000DFC98, symSize: 0x100 }
+ - { offset: 0x138384, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC9$eventLog7Combine9PublishedV9PublisherVySaySS4name_AA0C4DataV4data10Foundation4DateV9timestamptG_GvM', symObjAddr: 0x80C, symBinAddr: 0x1000DFD98, symSize: 0xD4 }
+ - { offset: 0x1383A8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC9$eventLog7Combine9PublishedV9PublisherVySaySS4name_AA0C4DataV4data10Foundation4DateV9timestamptG_GvM.resume.0', symObjAddr: 0x8E0, symBinAddr: 0x1000DFE6C, symSize: 0xDC }
+ - { offset: 0x1383C9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC9_eventLog33_181F3C2E02FC9C707A58C03E8F24B14FLL7Combine9PublishedVySaySS4name_AA0C4DataV4data10Foundation4DateV9timestamptGGvg', symObjAddr: 0x9BC, symBinAddr: 0x1000DFF48, symSize: 0x78 }
+ - { offset: 0x1383DD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC9_eventLog33_181F3C2E02FC9C707A58C03E8F24B14FLL7Combine9PublishedVySaySS4name_AA0C4DataV4data10Foundation4DateV9timestamptGGvs', symObjAddr: 0xA34, symBinAddr: 0x1000DFFC0, symSize: 0xDC }
+ - { offset: 0x1383F1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC10maxLogSize33_181F3C2E02FC9C707A58C03E8F24B14FLLSivg', symObjAddr: 0xB1C, symBinAddr: 0x1000E00A8, symSize: 0x10 }
+ - { offset: 0x13840C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusCACycfC', symObjAddr: 0xB2C, symBinAddr: 0x1000E00B8, symSize: 0x38 }
+ - { offset: 0x138420, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusCACycfc', symObjAddr: 0xB64, symBinAddr: 0x1000E00F0, symSize: 0x13C }
+ - { offset: 0x138450, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC2on_7handlerySS_yAA0C4DataVYactF', symObjAddr: 0xCA0, symBinAddr: 0x1000E022C, symSize: 0x310 }
+ - { offset: 0x138492, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC3offyySSF', symObjAddr: 0x1234, symBinAddr: 0x1000E0798, symSize: 0xA0 }
+ - { offset: 0x1384D1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9EventDataVyACSDySSypGcfC', symObjAddr: 0x133C, symBinAddr: 0x1000E08A0, symSize: 0x5C }
+ - { offset: 0x138504, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC8dispatch_4dataySS_AA0C4DataVtYaF', symObjAddr: 0x13C0, symBinAddr: 0x1000E0924, symSize: 0x16C }
+ - { offset: 0x138549, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC8dispatch_4dataySS_AA0C4DataVtYaFTY0_', symObjAddr: 0x152C, symBinAddr: 0x1000E0A90, symSize: 0x5C0 }
+ - { offset: 0x1385D2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC8dispatch_4dataySS_AA0C4DataVtYaFTQ1_', symObjAddr: 0x1AEC, symBinAddr: 0x1000E1050, symSize: 0x6C }
+ - { offset: 0x138668, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC8dispatch_4dataySS_AA0C4DataVtYaFTY2_', symObjAddr: 0x1B58, symBinAddr: 0x1000E10BC, symSize: 0x280 }
+ - { offset: 0x1386E9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC12dispatchSync_4dataySS_AA0C4DataVtF', symObjAddr: 0x2214, symBinAddr: 0x1000E1694, symSize: 0x184 }
+ - { offset: 0x13872A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC12dispatchSync_4dataySS_AA0C4DataVtFyyYacfU_', symObjAddr: 0x2398, symBinAddr: 0x1000E1818, symSize: 0xD0 }
+ - { offset: 0x138775, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC12dispatchSync_4dataySS_AA0C4DataVtFyyYacfU_TQ0_', symObjAddr: 0x2468, symBinAddr: 0x1000E18E8, symSize: 0x8C }
+ - { offset: 0x1387C9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC12dispatchSync_4dataySS_AA0C4DataVtFyyYacfU_TY1_', symObjAddr: 0x24F4, symBinAddr: 0x1000E1974, symSize: 0x4C }
+ - { offset: 0x13881B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC14hasSubscribersySbSSF', symObjAddr: 0x2C08, symBinAddr: 0x1000E1B30, symSize: 0x1B0 }
+ - { offset: 0x13884E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC15subscriberCountySiSSF', symObjAddr: 0x2DB8, symBinAddr: 0x1000E1CE0, symSize: 0x1B4 }
+ - { offset: 0x138896, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusCfd', symObjAddr: 0x2F6C, symBinAddr: 0x1000E1E94, symSize: 0x6C }
+ - { offset: 0x1388BA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusCfD', symObjAddr: 0x3000, symBinAddr: 0x1000E1F28, symSize: 0x40 }
+ - { offset: 0x1388EA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9EventDataV7storage33_181F3C2E02FC9C707A58C03E8F24B14FLLSDySSypGvg', symObjAddr: 0x306C, symBinAddr: 0x1000E1F94, symSize: 0x24 }
+ - { offset: 0x1388FE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9EventDataV7storage33_181F3C2E02FC9C707A58C03E8F24B14FLLSDySSypGvs', symObjAddr: 0x3090, symBinAddr: 0x1000E1FB8, symSize: 0x38 }
+ - { offset: 0x138912, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9EventDataVyypSgSScig', symObjAddr: 0x30C8, symBinAddr: 0x1000E1FF0, symSize: 0xA8 }
+ - { offset: 0x138945, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9EventDataVyypSgSScis', symObjAddr: 0x3170, symBinAddr: 0x1000E2098, symSize: 0xB4 }
+ - { offset: 0x138989, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9EventDataVyypSgSSciM', symObjAddr: 0x332C, symBinAddr: 0x1000E214C, symSize: 0x94 }
+ - { offset: 0x13899D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9EventDataVyypSgSSciM.resume.0', symObjAddr: 0x33C0, symBinAddr: 0x1000E21E0, symSize: 0xA8 }
+ - { offset: 0x1389B1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9EventDataV12asDictionarySDySSypGvg', symObjAddr: 0x3468, symBinAddr: 0x1000E2288, symSize: 0x30 }
+ - { offset: 0x1389D5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9EventDataV6merged4withA2C_tF', symObjAddr: 0x3498, symBinAddr: 0x1000E22B8, symSize: 0x29C }
+ - { offset: 0x138A77, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9EventDataV4fromyACSDySSypGFZ', symObjAddr: 0x3810, symBinAddr: 0x1000E2554, symSize: 0x34 }
+ - { offset: 0x138AB2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO5clickSSvgZ', symObjAddr: 0x38D4, symBinAddr: 0x1000E2618, symSize: 0x38 }
+ - { offset: 0x138AC6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO6submitSSvgZ', symObjAddr: 0x399C, symBinAddr: 0x1000E26E0, symSize: 0x38 }
+ - { offset: 0x138ADA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO6changeSSvgZ', symObjAddr: 0x3A64, symBinAddr: 0x1000E27A8, symSize: 0x38 }
+ - { offset: 0x138AEE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO6selectSSvgZ', symObjAddr: 0x3B2C, symBinAddr: 0x1000E2870, symSize: 0x38 }
+ - { offset: 0x138B02, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO4loadSSvgZ', symObjAddr: 0x3BF4, symBinAddr: 0x1000E2938, symSize: 0x38 }
+ - { offset: 0x138B16, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO6renderSSvgZ', symObjAddr: 0x3CBC, symBinAddr: 0x1000E2A00, symSize: 0x38 }
+ - { offset: 0x138B2A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO5closeSSvgZ', symObjAddr: 0x3D84, symBinAddr: 0x1000E2AC8, symSize: 0x38 }
+ - { offset: 0x138B3E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO4openSSvgZ', symObjAddr: 0x3E4C, symBinAddr: 0x1000E2B90, symSize: 0x38 }
+ - { offset: 0x138B52, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO6toggleSSvgZ', symObjAddr: 0x3F14, symBinAddr: 0x1000E2C58, symSize: 0x38 }
+ - { offset: 0x138B66, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO7refreshSSvgZ', symObjAddr: 0x3FDC, symBinAddr: 0x1000E2D20, symSize: 0x38 }
+ - { offset: 0x138B7A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO8navigateSSvgZ', symObjAddr: 0x40A4, symBinAddr: 0x1000E2DE8, symSize: 0x38 }
+ - { offset: 0x138C60, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV6schemaAA0D6SchemaVvg', symObjAddr: 0x0, symBinAddr: 0x1000E3384, symSize: 0x1C }
+ - { offset: 0x13901B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV6engineAA0B6EngineCvpfP', symObjAddr: 0x950, symBinAddr: 0x1000E33A0, symSize: 0x40 }
+ - { offset: 0x139047, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV6engineAA0B6EngineCvpACTK', symObjAddr: 0xABC, symBinAddr: 0x1000E343C, symSize: 0x64 }
+ - { offset: 0x13905F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV6engineAA0B6EngineCvpACTk', symObjAddr: 0xB20, symBinAddr: 0x1000E34A0, symSize: 0x40 }
+ - { offset: 0x139077, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV11fieldValues33_4A337C40EBA47DBC02EA010D86DD727DLLSDyS2SGvpfP', symObjAddr: 0xCC8, symBinAddr: 0x1000E3648, symSize: 0x80 }
+ - { offset: 0x1390A3, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI5StateVySDyS2SGGWOc', symObjAddr: 0xE3C, symBinAddr: 0x1000E373C, symSize: 0x54 }
+ - { offset: 0x1390B7, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI5StateVySDyS2SGGWOh', symObjAddr: 0xE90, symBinAddr: 0x1000E3790, symSize: 0x34 }
+ - { offset: 0x1390CB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV12_fieldValues33_4A337C40EBA47DBC02EA010D86DD727DLL0A2UI5StateVySDyS2SGGvpfi', symObjAddr: 0xF6C, symBinAddr: 0x1000E386C, symSize: 0x48 }
+ - { offset: 0x1390E3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV6errors33_4A337C40EBA47DBC02EA010D86DD727DLLSDyS2SGvpfP', symObjAddr: 0x10E0, symBinAddr: 0x1000E39E0, symSize: 0x80 }
+ - { offset: 0x13910F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV7_errors33_4A337C40EBA47DBC02EA010D86DD727DLL0A2UI5StateVySDyS2SGGvpfi', symObjAddr: 0x127C, symBinAddr: 0x1000E3B7C, symSize: 0x48 }
+ - { offset: 0x139127, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV12isSubmitting33_4A337C40EBA47DBC02EA010D86DD727DLLSbvpfP', symObjAddr: 0x13F0, symBinAddr: 0x1000E3CF0, symSize: 0x50 }
+ - { offset: 0x139153, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV13_isSubmitting33_4A337C40EBA47DBC02EA010D86DD727DLL0A2UI5StateVySbGvpfi', symObjAddr: 0x15B4, symBinAddr: 0x1000E3E50, symSize: 0xC }
+ - { offset: 0x13916B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV13submitMessage33_4A337C40EBA47DBC02EA010D86DD727DLLSSvpfP', symObjAddr: 0x16D0, symBinAddr: 0x1000E3F6C, symSize: 0x90 }
+ - { offset: 0x139197, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV14_submitMessage33_4A337C40EBA47DBC02EA010D86DD727DLL0A2UI5StateVySSGvpfi', symObjAddr: 0x1944, symBinAddr: 0x1000E4150, symSize: 0x28 }
+ - { offset: 0x1391AF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV4bodyQrvg0A2UI9TupleViewVyAE4TextVSg_AE7ForEachVySayAA11FieldSchemaVGSSAC04formL033_4A337C40EBA47DBC02EA010D86DD727DLLyQrANFQOy_Qo_GAjE6HStackVyAGyAE6SpacerV_AE0H0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyAIG_AE014BorderedButtonY0VQo_AyEE8disabledyQrSbFQOyAyEEAZyQrqd__AEA_Rd__lFQOyA2__AE023BorderedProminentButtonY0VQo__Qo_AyEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAE08ProgressH0VyAE05EmptyH0VA21_G_Qo_SgtGGtGyXEfU_TA', symObjAddr: 0x36B0, symBinAddr: 0x1000E5490, symSize: 0x8 }
+ - { offset: 0x1391C3, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI9TupleViewVyAA4TextVSg_AA7ForEachVySay0A6Bricks11FieldSchemaVGSSAA6VStackVyACyAA6HStackVyACyAE_AFtGG_AA19_ConditionalContentVyATyATyAA08ModifiedN0VyAVyAA0E6EditorVAA16_FlexFrameLayoutVGAA16_OverlayModifierVyAA06_ShapeD0VyAA08_StrokedV0VyAA9RectangleV6_InsetVGAA5ColorVGGGAA0D0PAAE11pickerStyleyQrqd__AA11PickerStyleRd__lFQOyAA6PickerVyAESSACyA17_AAE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAE_SSQo__AHySayAI8CodeItemVGSSA24_GSgtGG_AA15MenuPickerStyleVQo_GATyA17_AAE04textI5StyleyQrqd__AA0eI5StyleRd__lFQOyAA0eI0VyAEG_AA013RoundedBordereI5StyleVQo_A17_AAE12labelsHiddenQryFQOyAA10DatePickerVyAEG_Qo_GGA43_GAFtGGGAfPyACyAA6SpacerV_A17_AAE11buttonStyleyQrqd__AA20PrimitiveButtonStyleRd__lFQOyAA6ButtonVyAEG_AA19BorderedButtonStyleVQo_AVyA17_AAEA57_yQrqd__AAA58_Rd__lFQOyA61__AA28BorderedProminentButtonStyleVQo_AA024_EnvironmentKeyTransformU0VySbGGAVyAA08ProgressD0VyAA05EmptyD0VA75_GAA12_ScaleEffectVGSgtGGtGACyxGAAA16_AAWl', symObjAddr: 0x36B8, symBinAddr: 0x1000E5498, symSize: 0x74 }
+ - { offset: 0x1391D7, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6VStackVyAA9TupleViewVyAA4TextVSg_AA7ForEachVySay0A6Bricks11FieldSchemaVGSSACyAEyAA6HStackVyAEyAG_AHtGG_AA19_ConditionalContentVyATyATyAA08ModifiedN0VyAVyAA0F6EditorVAA16_FlexFrameLayoutVGAA16_OverlayModifierVyAA06_ShapeE0VyAA08_StrokedV0VyAA9RectangleV6_InsetVGAA5ColorVGGGAA0E0PAAE11pickerStyleyQrqd__AA11PickerStyleRd__lFQOyAA6PickerVyAGSSAEyA17_AAE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAG_SSQo__AJySayAK8CodeItemVGSSA24_GSgtGG_AA15MenuPickerStyleVQo_GATyA17_AAE04textJ5StyleyQrqd__AA0fJ5StyleRd__lFQOyAA0fJ0VyAGG_AA013RoundedBorderfJ5StyleVQo_A17_AAE12labelsHiddenQryFQOyAA10DatePickerVyAGG_Qo_GGA43_GAHtGGGAhPyAEyAA6SpacerV_A17_AAE11buttonStyleyQrqd__AA20PrimitiveButtonStyleRd__lFQOyAA6ButtonVyAGG_AA19BorderedButtonStyleVQo_AVyA17_AAEA57_yQrqd__AAA58_Rd__lFQOyA61__AA28BorderedProminentButtonStyleVQo_AA024_EnvironmentKeyTransformU0VySbGGAVyAA08ProgressE0VyAA05EmptyE0VA75_GAA12_ScaleEffectVGSgtGGtGGACyxGAAA16_AAWl', symObjAddr: 0x3B14, symBinAddr: 0x1000E550C, symSize: 0x74 }
+ - { offset: 0x1391EB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV4bodyQrvgyycfU0_TA', symObjAddr: 0x5C20, symBinAddr: 0x1000E72A0, symSize: 0x8 }
+ - { offset: 0x1391FF, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6VStackVyAA9TupleViewVyAA4TextVSg_AA7ForEachVySay0A6Bricks11FieldSchemaVGSSAEyAGyAA6HStackVyAGyAI_AJtGG_AA012_ConditionalD0VyAVyAVyACyACyAA0H6EditorVAA16_FlexFrameLayoutVGAA16_OverlayModifierVyAA06_ShapeG0VyAA08_StrokedV0VyAA9RectangleV6_InsetVGAA5ColorVGGGAA0G0PAAE11pickerStyleyQrqd__AA11PickerStyleRd__lFQOyAA6PickerVyAISSAGyA17_AAE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAI_SSQo__ALySayAM8CodeItemVGSSA24_GSgtGG_AA15MenuPickerStyleVQo_GAVyA17_AAE04textL5StyleyQrqd__AA0hL5StyleRd__lFQOyAA0hL0VyAIG_AA013RoundedBorderhL5StyleVQo_A17_AAE12labelsHiddenQryFQOyAA10DatePickerVyAIG_Qo_GGA43_GAJtGGGAjRyAGyAA6SpacerV_A17_AAE11buttonStyleyQrqd__AA20PrimitiveButtonStyleRd__lFQOyAA6ButtonVyAIG_AA19BorderedButtonStyleVQo_ACyA17_AAEA57_yQrqd__AAA58_Rd__lFQOyA61__AA28BorderedProminentButtonStyleVQo_AA024_EnvironmentKeyTransformU0VySbGGACyAA08ProgressG0VyAA05EmptyG0VA75_GAA12_ScaleEffectVGSgtGGtGGAA08_PaddingS0VGACyxq_GAAA16_A2AA16_RzAA0gU0R_rlWl', symObjAddr: 0x5C28, symBinAddr: 0x1000E72A8, symSize: 0x8C }
+ - { offset: 0x139213, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA6VStackVyAA9TupleViewVyAA4TextVSg_AA7ForEachVySay0A6Bricks11FieldSchemaVGSSAEyAGyAA6HStackVyAGyAI_AJtGG_AA012_ConditionalD0VyAVyAVyACyACyAA0H6EditorVAA16_FlexFrameLayoutVGAA16_OverlayModifierVyAA06_ShapeG0VyAA08_StrokedV0VyAA9RectangleV6_InsetVGAA5ColorVGGGAA0G0PAAE11pickerStyleyQrqd__AA11PickerStyleRd__lFQOyAA6PickerVyAISSAGyA17_AAE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAI_SSQo__ALySayAM8CodeItemVGSSA24_GSgtGG_AA15MenuPickerStyleVQo_GAVyA17_AAE04textL5StyleyQrqd__AA0hL5StyleRd__lFQOyAA0hL0VyAIG_AA013RoundedBorderhL5StyleVQo_A17_AAE12labelsHiddenQryFQOyAA10DatePickerVyAIG_Qo_GGA43_GAJtGGGAjRyAGyAA6SpacerV_A17_AAE11buttonStyleyQrqd__AA20PrimitiveButtonStyleRd__lFQOyAA6ButtonVyAIG_AA19BorderedButtonStyleVQo_ACyA17_AAEA57_yQrqd__AAA58_Rd__lFQOyA61__AA28BorderedProminentButtonStyleVQo_AA024_EnvironmentKeyTransformU0VySbGGACyAA08ProgressG0VyAA05EmptyG0VA75_GAA12_ScaleEffectVGSgtGGtGGAA08_PaddingS0VGAA017_AppearanceActionU0VGACyxq_GAAA16_A2AA16_RzAA0gU0R_rlWl', symObjAddr: 0x5F88, symBinAddr: 0x1000E75D8, symSize: 0x8C }
+ - { offset: 0x139227, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks11FieldSchemaVGSgWOh', symObjAddr: 0x7820, symBinAddr: 0x1000E7F84, symSize: 0x28 }
+ - { offset: 0x13923B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV9formField33_4A337C40EBA47DBC02EA010D86DD727DLLyQrAA0F6SchemaVF0A2UI9TupleViewVyAH6HStackVyAJyAH4TextV_ANSgtGG_AH19_ConditionalContentVyASyASyAH0Q0PAHE6border_5widthQrqd___12CoreGraphics7CGFloatVtAH10ShapeStyleRd__lFQOyAuHE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAZSg_A8_A8_A8_A8_A8_AH9AlignmentVtFQOyAH0S6EditorV_Qo__AH5ColorVQo_AuHE11pickerStyleyQrqd__AH11PickerStyleRd__lFQOyAH6PickerVyANSSAJyAuHE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAN_SSQo__AH7ForEachVySayAA8CodeItemVGSSA23_GSgtGG_AH15MenuPickerStyleVQo_GASyAuHE04textF5StyleyQrqd__AH0sF5StyleRd__lFQOyAH0sF0VyANG_AH013RoundedBordersF5StyleVQo_AuHE12labelsHiddenQryFQOyAH10DatePickerVyANG_Qo_GGA44_GAOtGyXEfU_TA', symObjAddr: 0xA9D8, symBinAddr: 0x1000EAF28, symSize: 0xC }
+ - { offset: 0x13924F, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI9TupleViewVyAA6HStackVyACyAA4TextV_AGSgtGG_AA19_ConditionalContentVyALyALyAA08ModifiedH0VyANyAA0F6EditorVAA16_FlexFrameLayoutVGAA16_OverlayModifierVyAA06_ShapeD0VyAA08_StrokedP0VyAA9RectangleV6_InsetVGAA5ColorVGGGAA0D0PAAE11pickerStyleyQrqd__AA06PickerV0Rd__lFQOyAA0W0VyAGSSACyA9_AAE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAG_SSQo__AA7ForEachVySay0A6Bricks8CodeItemVGSSA16_GSgtGG_AA04MenuwV0VQo_GALyA9_AAE09textFieldV0yQrqd__AA0f5FieldV0Rd__lFQOyAA0F5FieldVyAGG_AA013RoundedBorderf5FieldV0VQo_A9_AAE12labelsHiddenQryFQOyAA04DateW0VyAGG_Qo_GGA38_GAHtGACyxGAAA8_AAWl', symObjAddr: 0xA9E4, symBinAddr: 0x1000EAF34, symSize: 0x74 }
+ - { offset: 0x139263, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6VStackVyAA9TupleViewVyAA6HStackVyAEyAA4TextV_AISgtGG_AA19_ConditionalContentVyANyANyAA08ModifiedI0VyAPyAA0G6EditorVAA16_FlexFrameLayoutVGAA16_OverlayModifierVyAA06_ShapeE0VyAA08_StrokedQ0VyAA9RectangleV6_InsetVGAA5ColorVGGGAA0E0PAAE11pickerStyleyQrqd__AA06PickerW0Rd__lFQOyAA0X0VyAISSAEyA11_AAE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAI_SSQo__AA7ForEachVySay0A6Bricks8CodeItemVGSSA18_GSgtGG_AA04MenuxW0VQo_GANyA11_AAE09textFieldW0yQrqd__AA0g5FieldW0Rd__lFQOyAA0G5FieldVyAIG_AA013RoundedBorderg5FieldW0VQo_A11_AAE12labelsHiddenQryFQOyAA04DateX0VyAIG_Qo_GGA40_GAJtGGACyxGAAA10_AAWl', symObjAddr: 0xAB1C, symBinAddr: 0x1000EAFA8, symSize: 0x74 }
+ - { offset: 0x139277, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV06submitC033_4A337C40EBA47DBC02EA010D86DD727DLLyyFyyYacfU_TA', symObjAddr: 0x10A20, symBinAddr: 0x1000F0624, symSize: 0xA8 }
+ - { offset: 0x13928B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV06submitC033_4A337C40EBA47DBC02EA010D86DD727DLLyyFyyYacfU_TATQ0_', symObjAddr: 0x10AC8, symBinAddr: 0x1000F06CC, symSize: 0x60 }
+ - { offset: 0x13929F, size: 0x8, addend: 0x0, symName: '_$sSo15NSDateFormatterCMa', symObjAddr: 0x1125C, symBinAddr: 0x1000F072C, symSize: 0x60 }
+ - { offset: 0x1392B3, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DateVSgWOh', symObjAddr: 0x112E8, symBinAddr: 0x1000F07B8, symSize: 0x68 }
+ - { offset: 0x13948A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV6engineAA0B6EngineCvpfP', symObjAddr: 0x11AB8, symBinAddr: 0x1000F0E10, symSize: 0x40 }
+ - { offset: 0x1394B6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV6engineAA0B6EngineCvpACTK', symObjAddr: 0x11B54, symBinAddr: 0x1000F0EAC, symSize: 0x64 }
+ - { offset: 0x1394CE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV6engineAA0B6EngineCvpACTk', symObjAddr: 0x11BB8, symBinAddr: 0x1000F0F10, symSize: 0x40 }
+ - { offset: 0x1394E6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV11fieldValues33_4A337C40EBA47DBC02EA010D86DD727DLLSDyS2SGvpfP', symObjAddr: 0x11D60, symBinAddr: 0x1000F10B8, symSize: 0x80 }
+ - { offset: 0x139512, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV12_fieldValues33_4A337C40EBA47DBC02EA010D86DD727DLL0A2UI5StateVySDyS2SGGvpfi', symObjAddr: 0x11EFC, symBinAddr: 0x1000F1254, symSize: 0x48 }
+ - { offset: 0x13952A, size: 0x8, addend: 0x0, symName: '_$sxIeAgHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRTQ0_', symObjAddr: 0x15898, symBinAddr: 0x1000F4960, symSize: 0x64 }
+ - { offset: 0x139549, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI9TextFieldVA2A0C0VRszrlE_4textACyAEGqd___AA7BindingVySSGtcSyRd__lufcySbcfU_', symObjAddr: 0x15910, symBinAddr: 0x1000F49C4, symSize: 0x4 }
+ - { offset: 0x139561, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI9TextFieldVA2A0C0VRszrlE_4textACyAEGqd___AA7BindingVySSGtcSyRd__lufcyycfU0_', symObjAddr: 0x15914, symBinAddr: 0x1000F49C8, symSize: 0x4 }
+ - { offset: 0x139579, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV4bodyQrvg0A2UI9TupleViewVyAE7ForEachVySayAA11FieldSchemaVGSSAC06inlineL033_4A337C40EBA47DBC02EA010D86DD727DLLyQrAKFQOy_Qo_G_AE0I0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonW0Rd__lFQOyAE0Y0VyAE4TextVG_AE017BorderedProminentyW0VQo_tGyXEfU_TA', symObjAddr: 0x165A8, symBinAddr: 0x1000F49CC, symSize: 0x8 }
+ - { offset: 0x13958D, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI9TupleViewVyAA7ForEachVySay0A6Bricks11FieldSchemaVGSSAA19_ConditionalContentVyAA08ModifiedK0VyAA0D0PAAE11pickerStyleyQrqd__AA06PickerN0Rd__lFQOyAA0O0VyAA4TextVSSACyAoAE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAU_SSQo__AEySayAF8CodeItemVGSSAXGSgtGG_AA04MenuoN0VQo_AA16_FixedSizeLayoutVGAMyAoAE04texthN0yQrqd__AA0phN0Rd__lFQOyAA0pH0VyAUG_AA013RoundedBorderphN0VQo_AA06_FrameY0VGGG_AoAE06buttonN0yQrqd__AA015PrimitiveButtonN0Rd__lFQOyAA6ButtonVyAUG_AA023BorderedProminentButtonN0VQo_tGACyxGAanAWl', symObjAddr: 0x165B0, symBinAddr: 0x1000F49D4, symSize: 0x74 }
+ - { offset: 0x1395A1, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6HStackVyAA9TupleViewVyAA7ForEachVySay0A6Bricks11FieldSchemaVGSSAA19_ConditionalContentVyAA08ModifiedL0VyAA0E0PAAE11pickerStyleyQrqd__AA06PickerO0Rd__lFQOyAA0P0VyAA4TextVSSAEyAqAE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAW_SSQo__AGySayAH8CodeItemVGSSAZGSgtGG_AA04MenupO0VQo_AA16_FixedSizeLayoutVGAOyAqAE04textiO0yQrqd__AA0qiO0Rd__lFQOyAA0qI0VyAWG_AA013RoundedBorderqiO0VQo_AA06_FrameZ0VGGG_AqAE06buttonO0yQrqd__AA015PrimitiveButtonO0Rd__lFQOyAA6ButtonVyAWG_AA023BorderedProminentButtonO0VQo_tGGACyxGAapAWl', symObjAddr: 0x16958, symBinAddr: 0x1000F4A48, symSize: 0x74 }
+ - { offset: 0x1395B5, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6HStackVyAA9TupleViewVyAA7ForEachVySay0A6Bricks11FieldSchemaVGSSAA012_ConditionalD0VyACyAA0G0PAAE11pickerStyleyQrqd__AA06PickerO0Rd__lFQOyAA0P0VyAA4TextVSSAGyAqAE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAW_SSQo__AIySayAJ8CodeItemVGSSAZGSgtGG_AA04MenupO0VQo_AA16_FixedSizeLayoutVGACyAqAE04textkO0yQrqd__AA0qkO0Rd__lFQOyAA0qK0VyAWG_AA013RoundedBorderqkO0VQo_AA06_FrameZ0VGGG_AqAE06buttonO0yQrqd__AA015PrimitiveButtonO0Rd__lFQOyAA6ButtonVyAWG_AA023BorderedProminentButtonO0VQo_tGGAA08_PaddingZ0VGACyxq_GAap2aPRzAA0G8ModifierR_rlWl', symObjAddr: 0x16A88, symBinAddr: 0x1000F4B78, symSize: 0x8C }
+ - { offset: 0x1395C9, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA6HStackVyAA9TupleViewVyAA7ForEachVySay0A6Bricks11FieldSchemaVGSSAA012_ConditionalD0VyACyAA0G0PAAE11pickerStyleyQrqd__AA06PickerO0Rd__lFQOyAA0P0VyAA4TextVSSAGyAqAE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAW_SSQo__AIySayAJ8CodeItemVGSSAZGSgtGG_AA04MenupO0VQo_AA16_FixedSizeLayoutVGACyAqAE04textkO0yQrqd__AA0qkO0Rd__lFQOyAA0qK0VyAWG_AA013RoundedBorderqkO0VQo_AA06_FrameZ0VGGG_AqAE06buttonO0yQrqd__AA015PrimitiveButtonO0Rd__lFQOyAA6ButtonVyAWG_AA023BorderedProminentButtonO0VQo_tGGAA08_PaddingZ0VGAA011_BackgroundO8ModifierVyAA5ColorVGGACyxq_GAap2aPRzAA0G8ModifierR_rlWl', symObjAddr: 0x16C5C, symBinAddr: 0x1000F4CC0, symSize: 0x90 }
+ - { offset: 0x1395DD, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyAA6HStackVyAA9TupleViewVyAA7ForEachVySay0A6Bricks11FieldSchemaVGSSAA012_ConditionalD0VyACyAA0G0PAAE11pickerStyleyQrqd__AA06PickerO0Rd__lFQOyAA0P0VyAA4TextVSSAGyAqAE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAW_SSQo__AIySayAJ8CodeItemVGSSAZGSgtGG_AA04MenupO0VQo_AA16_FixedSizeLayoutVGACyAqAE04textkO0yQrqd__AA0qkO0Rd__lFQOyAA0qK0VyAWG_AA013RoundedBorderqkO0VQo_AA06_FrameZ0VGGG_AqAE06buttonO0yQrqd__AA015PrimitiveButtonO0Rd__lFQOyAA6ButtonVyAWG_AA023BorderedProminentButtonO0VQo_tGGAA08_PaddingZ0VGAA011_BackgroundO8ModifierVyAA5ColorVGGAA11_ClipEffectVyAA16RoundedRectangleVGGACyxq_GAap2aPRzAA0G8ModifierR_rlWl', symObjAddr: 0x16E44, symBinAddr: 0x1000F4E34, symSize: 0x90 }
+ - { offset: 0x1395F1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV11inlineField33_4A337C40EBA47DBC02EA010D86DD727DLLyQrAA0G6SchemaVFSSyYbcfU2_TA', symObjAddr: 0x1765C, symBinAddr: 0x1000F55D8, symSize: 0x14 }
+ - { offset: 0x139605, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV11inlineField33_4A337C40EBA47DBC02EA010D86DD727DLLyQrAA0G6SchemaVFySSYbcfU3_TA', symObjAddr: 0x179E4, symBinAddr: 0x1000F5960, symSize: 0x14 }
+ - { offset: 0x139619, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA4ViewPAAE14textFieldStyleyQrqd__AA04TextgH0Rd__lFQOyAA0iG0VyAA0I0VG_AA013RoundedBorderigH0VQo_AA12_FrameLayoutVGACyxq_GAad2aDRzAA0E8ModifierR_rlWl', symObjAddr: 0x17AD8, symBinAddr: 0x1000F5974, symSize: 0xF4 }
+ - { offset: 0x13962D, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA4ViewPAAE11pickerStyleyQrqd__AA06PickerG0Rd__lFQOyAA0H0VyAA4TextVSSAA05TupleE0VyAeAE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAK_SSQo__AA7ForEachVySay0A6Bricks8CodeItemVGSSAPGSgtGG_AA04MenuhG0VQo_AA16_FixedSizeLayoutVGACyxq_GAad2aDRzAA0E8ModifierR_rlWl', symObjAddr: 0x17CA0, symBinAddr: 0x1000F5B3C, symSize: 0xF0 }
+ - { offset: 0x139641, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6PickerVyAA4TextVSSAA9TupleViewVyAA0F0PAAE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAE_SSQo__AA7ForEachVySay0A6Bricks8CodeItemVGSSALGSgtGGACyxq_q0_GAahAWl', symObjAddr: 0x17D90, symBinAddr: 0x1000F5C2C, symSize: 0x74 }
+ - { offset: 0x139655, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyAA08ModifiedD0VyAA4ViewPAAE11pickerStyleyQrqd__AA06PickerH0Rd__lFQOyAA0I0VyAA4TextVSSAA05TupleF0VyAgAE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAM_SSQo__AA7ForEachVySay0A6Bricks8CodeItemVGSSARGSgtGG_AA04MenuiH0VQo_AA16_FixedSizeLayoutVGAEyAgAE09textFieldH0yQrqd__AA0jyH0Rd__lFQOyAA0jY0VyAMG_AA013RoundedBorderjyH0VQo_AA06_FrameW0VGGACyxq_GAaf2aFRzAaFR_rlWl', symObjAddr: 0x1808C, symBinAddr: 0x1000F5F28, symSize: 0x90 }
+ - { offset: 0x139669, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV11inlineField33_4A337C40EBA47DBC02EA010D86DD727DLLyQrAA0G6SchemaVFSSyYbcfU_TA', symObjAddr: 0x18534, symBinAddr: 0x1000F63D0, symSize: 0x14 }
+ - { offset: 0x13967D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV11inlineField33_4A337C40EBA47DBC02EA010D86DD727DLLyQrAA0G6SchemaVFySSYbcfU0_TA', symObjAddr: 0x188BC, symBinAddr: 0x1000F6758, symSize: 0x14 }
+ - { offset: 0x139691, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV11inlineField33_4A337C40EBA47DBC02EA010D86DD727DLLyQrAA0G6SchemaVF0A2UI9TupleViewVyAH0R0PAHE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAH4TextV_SSQo__AH7ForEachVySayAA8CodeItemVGSSAQGSgtGyXEfU1_TA', symObjAddr: 0x188D0, symBinAddr: 0x1000F676C, symSize: 0x8 }
+ - { offset: 0x1396A5, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI9TupleViewVyAA0D0PAAE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAA4TextV_SSQo__AA7ForEachVySay0A6Bricks8CodeItemVGSSAJGSgtGACyxGAadAWl', symObjAddr: 0x188D8, symBinAddr: 0x1000F6774, symSize: 0x74 }
+ - { offset: 0x1396B9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV0A2UI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0x18A18, symBinAddr: 0x1000F68B4, symSize: 0x24 }
+ - { offset: 0x1396CD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV0A2UI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0x18A3C, symBinAddr: 0x1000F68D8, symSize: 0x24 }
+ - { offset: 0x1396E1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlVwCP', symObjAddr: 0x18A60, symBinAddr: 0x1000F68FC, symSize: 0x3C }
+ - { offset: 0x1396F5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlVwxx', symObjAddr: 0x18A9C, symBinAddr: 0x1000F6938, symSize: 0x36C }
+ - { offset: 0x139709, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlVwcp', symObjAddr: 0x18E08, symBinAddr: 0x1000F6CA4, symSize: 0xA2C }
+ - { offset: 0x13971D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlVwca', symObjAddr: 0x19834, symBinAddr: 0x1000F76D0, symSize: 0x10EC }
+ - { offset: 0x139731, size: 0x8, addend: 0x0, symName: ___swift_memcpy1080_8, symObjAddr: 0x1AA44, symBinAddr: 0x1000F87BC, symSize: 0x2C }
+ - { offset: 0x139745, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlVwta', symObjAddr: 0x1AA70, symBinAddr: 0x1000F87E8, symSize: 0xAD8 }
+ - { offset: 0x139759, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlVwet', symObjAddr: 0x1B548, symBinAddr: 0x1000F92C0, symSize: 0x118 }
+ - { offset: 0x13976D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlVwst', symObjAddr: 0x1B660, symBinAddr: 0x1000F93D8, symSize: 0x3C8 }
+ - { offset: 0x139781, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlVMa', symObjAddr: 0x1BA28, symBinAddr: 0x1000F97A0, symSize: 0x14 }
+ - { offset: 0x139795, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlVwCP', symObjAddr: 0x1BA3C, symBinAddr: 0x1000F97B4, symSize: 0x3C }
+ - { offset: 0x1397A9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlVwxx', symObjAddr: 0x1BA78, symBinAddr: 0x1000F97F0, symSize: 0x330 }
+ - { offset: 0x1397BD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlVwcp', symObjAddr: 0x1BDA8, symBinAddr: 0x1000F9B20, symSize: 0x990 }
+ - { offset: 0x1397D1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlVwca', symObjAddr: 0x1C738, symBinAddr: 0x1000FA4B0, symSize: 0x1000 }
+ - { offset: 0x1397E5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlVwta', symObjAddr: 0x1D764, symBinAddr: 0x1000FB4B0, symSize: 0xA50 }
+ - { offset: 0x1397F9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlVwet', symObjAddr: 0x1E1B4, symBinAddr: 0x1000FBF00, symSize: 0x118 }
+ - { offset: 0x13980D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlVwst', symObjAddr: 0x1E2CC, symBinAddr: 0x1000FC018, symSize: 0x3A8 }
+ - { offset: 0x139821, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlVMa', symObjAddr: 0x1E674, symBinAddr: 0x1000FC3C0, symSize: 0x14 }
+ - { offset: 0x139835, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7ForEachVySay0A6Bricks8CodeItemVGSSAA4ViewPAAE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAA4TextV_SSQo_GSgxSgAah2aHRzlWl', symObjAddr: 0x1EA40, symBinAddr: 0x1000FC628, symSize: 0x80 }
+ - { offset: 0x139849, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV4bodyQrvg0A2UI9TupleViewVyAE7ForEachVySayAA11FieldSchemaVGSSAC06inlineL033_4A337C40EBA47DBC02EA010D86DD727DLLyQrAKFQOy_Qo_G_AE0I0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonW0Rd__lFQOyAE0Y0VyAE4TextVG_AE017BorderedProminentyW0VQo_tGyXEfU_AoKcfU_TA', symObjAddr: 0x1EE9C, symBinAddr: 0x1000FC96C, symSize: 0x8 }
+ - { offset: 0x13985D, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks11FieldSchemaVGSayxGSksWl', symObjAddr: 0x1EEA4, symBinAddr: 0x1000FC974, symSize: 0x74 }
+ - { offset: 0x139871, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7ForEachVySay0A6Bricks11FieldSchemaVGSSAA19_ConditionalContentVyAA08ModifiedI0VyAA4ViewPAAE11pickerStyleyQrqd__AA06PickerM0Rd__lFQOyAA0N0VyAA4TextVSSAA05TupleK0VyAmAE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAS_SSQo__ACySayAD8CodeItemVGSSAXGSgtGG_AA04MenunM0VQo_AA16_FixedSizeLayoutVGAKyAmAE04textfM0yQrqd__AA0ofM0Rd__lFQOyAA0oF0VyASG_AA013RoundedBorderofM0VQo_AA06_FrameY0VGGGACyxq_q0_GAal2aLR0_rlWl', symObjAddr: 0x1EF18, symBinAddr: 0x1000FC9E8, symSize: 0x80 }
+ - { offset: 0x139885, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV4bodyQrvg0A2UI9TupleViewVyAE7ForEachVySayAA11FieldSchemaVGSSAC06inlineL033_4A337C40EBA47DBC02EA010D86DD727DLLyQrAKFQOy_Qo_G_AE0I0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonW0Rd__lFQOyAE0Y0VyAE4TextVG_AE017BorderedProminentyW0VQo_tGyXEfU_yyScMYccfU0_TA', symObjAddr: 0x1F25C, symBinAddr: 0x1000FCD2C, symSize: 0x8 }
+ - { offset: 0x139899, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI28BorderedProminentButtonStyleVAcA09PrimitiveeF0AAWl', symObjAddr: 0x1F2D8, symBinAddr: 0x1000FCD34, symSize: 0x6C }
+ - { offset: 0x1398AD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV4bodyQrvg0A2UI9TupleViewVyAE7ForEachVySayAA11FieldSchemaVGSSAC06inlineL033_4A337C40EBA47DBC02EA010D86DD727DLLyQrAKFQOy_Qo_G_AE0I0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonW0Rd__lFQOyAE0Y0VyAE4TextVG_AE017BorderedProminentyW0VQo_tGyXEfU_yyScMYccfU0_yyYacfU_TA', symObjAddr: 0x1F610, symBinAddr: 0x1000FD06C, symSize: 0x90 }
+ - { offset: 0x1398C1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV4bodyQrvg0A2UI9TupleViewVyAE7ForEachVySayAA11FieldSchemaVGSSAC06inlineL033_4A337C40EBA47DBC02EA010D86DD727DLLyQrAKFQOy_Qo_G_AE0I0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonW0Rd__lFQOyAE0Y0VyAE4TextVG_AE017BorderedProminentyW0VQo_tGyXEfU_yyScMYccfU0_yyYacfU_TATQ0_', symObjAddr: 0x1F6A0, symBinAddr: 0x1000FD0FC, symSize: 0x60 }
+ - { offset: 0x1398D5, size: 0x8, addend: 0x0, symName: '_$sxIeAgHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRTA', symObjAddr: 0x1F868, symBinAddr: 0x1000FD1A0, symSize: 0xB4 }
+ - { offset: 0x1398E9, size: 0x8, addend: 0x0, symName: '_$sxIeAgHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRTATQ0_', symObjAddr: 0x1F91C, symBinAddr: 0x1000FD254, symSize: 0x60 }
+ - { offset: 0x1398FD, size: 0x8, addend: 0x0, symName: '_$sxIeAgHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRTA.44', symObjAddr: 0x1F9C0, symBinAddr: 0x1000FD2F8, symSize: 0xB4 }
+ - { offset: 0x139911, size: 0x8, addend: 0x0, symName: '_$sxIeAgHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRTA.44TQ0_', symObjAddr: 0x1FA74, symBinAddr: 0x1000FD3AC, symSize: 0x60 }
+ - { offset: 0x139925, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV9formField33_4A337C40EBA47DBC02EA010D86DD727DLLyQrAA0F6SchemaVF0A2UI9TupleViewVyAH6HStackVyAJyAH4TextV_ANSgtGG_AH19_ConditionalContentVyASyASyAH0Q0PAHE6border_5widthQrqd___12CoreGraphics7CGFloatVtAH10ShapeStyleRd__lFQOyAuHE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAZSg_A8_A8_A8_A8_A8_AH9AlignmentVtFQOyAH0S6EditorV_Qo__AH5ColorVQo_AuHE11pickerStyleyQrqd__AH11PickerStyleRd__lFQOyAH6PickerVyANSSAJyAuHE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAN_SSQo__AH7ForEachVySayAA8CodeItemVGSSA23_GSgtGG_AH15MenuPickerStyleVQo_GASyAuHE04textF5StyleyQrqd__AH0sF5StyleRd__lFQOyAH0sF0VyANG_AH013RoundedBordersF5StyleVQo_AuHE12labelsHiddenQryFQOyAH10DatePickerVyANG_Qo_GGA44_GAOtGyXEfU_APyXEfU_TA', symObjAddr: 0x1FB4C, symBinAddr: 0x1000FD40C, symSize: 0x8 }
+ - { offset: 0x139939, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI9TupleViewVyAA4TextV_AESgtGACyxGAA0D0AAWl', symObjAddr: 0x1FB54, symBinAddr: 0x1000FD414, symSize: 0x74 }
+ - { offset: 0x13994D, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6HStackVyAA9TupleViewVyAA4TextV_AGSgtGGACyxGAA0E0AAWl', symObjAddr: 0x1FBC8, symBinAddr: 0x1000FD488, symSize: 0x74 }
+ - { offset: 0x139961, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6HStackVyAA9TupleViewVyAA4TextV_AGSgtGGWOh', symObjAddr: 0x1FC3C, symBinAddr: 0x1000FD4FC, symSize: 0x7C }
+ - { offset: 0x139975, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV9formField33_4A337C40EBA47DBC02EA010D86DD727DLLyQrAA0F6SchemaVF0A2UI9TupleViewVyAH6HStackVyAJyAH4TextV_ANSgtGG_AH19_ConditionalContentVyASyASyAH0Q0PAHE6border_5widthQrqd___12CoreGraphics7CGFloatVtAH10ShapeStyleRd__lFQOyAuHE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAZSg_A8_A8_A8_A8_A8_AH9AlignmentVtFQOyAH0S6EditorV_Qo__AH5ColorVQo_AuHE11pickerStyleyQrqd__AH11PickerStyleRd__lFQOyAH6PickerVyANSSAJyAuHE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAN_SSQo__AH7ForEachVySayAA8CodeItemVGSSA23_GSgtGG_AH15MenuPickerStyleVQo_GASyAuHE04textF5StyleyQrqd__AH0sF5StyleRd__lFQOyAH0sF0VyANG_AH013RoundedBordersF5StyleVQo_AuHE12labelsHiddenQryFQOyAH10DatePickerVyANG_Qo_GGA44_GAOtGyXEfU_SSyYbcfU9_TA', symObjAddr: 0x20068, symBinAddr: 0x1000FD928, symSize: 0x14 }
+ - { offset: 0x139989, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV9formField33_4A337C40EBA47DBC02EA010D86DD727DLLyQrAA0F6SchemaVF0A2UI9TupleViewVyAH6HStackVyAJyAH4TextV_ANSgtGG_AH19_ConditionalContentVyASyASyAH0Q0PAHE6border_5widthQrqd___12CoreGraphics7CGFloatVtAH10ShapeStyleRd__lFQOyAuHE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAZSg_A8_A8_A8_A8_A8_AH9AlignmentVtFQOyAH0S6EditorV_Qo__AH5ColorVQo_AuHE11pickerStyleyQrqd__AH11PickerStyleRd__lFQOyAH6PickerVyANSSAJyAuHE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAN_SSQo__AH7ForEachVySayAA8CodeItemVGSSA23_GSgtGG_AH15MenuPickerStyleVQo_GASyAuHE04textF5StyleyQrqd__AH0sF5StyleRd__lFQOyAH0sF0VyANG_AH013RoundedBordersF5StyleVQo_AuHE12labelsHiddenQryFQOyAH10DatePickerVyANG_Qo_GGA44_GAOtGyXEfU_ySSYbcfU10_TA', symObjAddr: 0x2042C, symBinAddr: 0x1000FDCEC, symSize: 0x14 }
+ - { offset: 0x13999D, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACyAA08ModifiedD0VyAEyAA10TextEditorVAA16_FlexFrameLayoutVGAA16_OverlayModifierVyAA10_ShapeViewVyAA08_StrokedM0VyAA9RectangleV6_InsetVGAA5ColorVGGGAA0N0PAAE11pickerStyleyQrqd__AA06PickerT0Rd__lFQOyAA0U0VyAA0F0VSSAA05TupleN0VyA0_AAE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyA6__SSQo__AA7ForEachVySay0A6Bricks8CodeItemVGSSA11_GSgtGG_AA04MenuuT0VQo_GACyA0_AAE09textFieldT0yQrqd__AA0f5FieldT0Rd__lFQOyAA0F5FieldVyA6_G_AA013RoundedBorderf5FieldT0VQo_A0_AAE12labelsHiddenQryFQOyAA04DateU0VyA6_G_Qo_GGACyxq_GAAA_A2AA_RzAAA_R_rlWl', symObjAddr: 0x20440, symBinAddr: 0x1000FDD00, symSize: 0x90 }
+ - { offset: 0x1399B1, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyAA08ModifiedD0VyAEyAA10TextEditorVAA16_FlexFrameLayoutVGAA16_OverlayModifierVyAA10_ShapeViewVyAA08_StrokedM0VyAA9RectangleV6_InsetVGAA5ColorVGGGAA0N0PAAE11pickerStyleyQrqd__AA06PickerT0Rd__lFQOyAA0U0VyAA0F0VSSAA05TupleN0VyA0_AAE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyA6__SSQo__AA7ForEachVySay0A6Bricks8CodeItemVGSSA11_GSgtGG_AA04MenuuT0VQo_GACyxq_GAAA_A2AA_RzAAA_R_rlWl', symObjAddr: 0x204D0, symBinAddr: 0x1000FDD90, symSize: 0xF4 }
+ - { offset: 0x1399C5, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA10TextEditorVAA16_FlexFrameLayoutVGAA16_OverlayModifierVyAA10_ShapeViewVyAA08_StrokedL0VyAA9RectangleV6_InsetVGAA5ColorVGGGACyxq_GAA0M0A2aZRzAA0mK0R_rlWl', symObjAddr: 0x205C4, symBinAddr: 0x1000FDE84, symSize: 0x90 }
+ - { offset: 0x1399D9, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA10TextEditorVAA16_FlexFrameLayoutVGACyxq_GAA4ViewA2aJRzAA0J8ModifierR_rlWl', symObjAddr: 0x20654, symBinAddr: 0x1000FDF14, symSize: 0x8C }
+ - { offset: 0x1399ED, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI10TextEditorVAcA4ViewAAWl', symObjAddr: 0x206E0, symBinAddr: 0x1000FDFA0, symSize: 0x6C }
+ - { offset: 0x139A01, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI16_OverlayModifierVyAA10_ShapeViewVyAA08_StrokedE0VyAA9RectangleV6_InsetVGAA5ColorVGGACyxGAA0fD0AAWl', symObjAddr: 0x2074C, symBinAddr: 0x1000FE00C, symSize: 0x74 }
+ - { offset: 0x139A15, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyAA4ViewPAAE14textFieldStyleyQrqd__AA04TextgH0Rd__lFQOyAA0iG0VyAA0I0VG_AA013RoundedBorderigH0VQo_AeAE12labelsHiddenQryFQOyAA10DatePickerVyAKG_Qo_GACyxq_GAad2aDRzAaDR_rlWl', symObjAddr: 0x207C0, symBinAddr: 0x1000FE080, symSize: 0x138 }
+ - { offset: 0x139A29, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI10DatePickerVyAA4TextVGACyxGAA4ViewAAWl', symObjAddr: 0x208F8, symBinAddr: 0x1000FE1B8, symSize: 0x74 }
+ - { offset: 0x139A3D, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6HStackVyAA9TupleViewVyAA4TextV_AGSgtGGWOc', symObjAddr: 0x20C90, symBinAddr: 0x1000FE4F8, symSize: 0x12C }
+ - { offset: 0x139A51, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACyACyAA08ModifiedD0VyAEyAA10TextEditorVAA16_FlexFrameLayoutVGAA16_OverlayModifierVyAA10_ShapeViewVyAA08_StrokedM0VyAA9RectangleV6_InsetVGAA5ColorVGGGAA0N0PAAE11pickerStyleyQrqd__AA06PickerT0Rd__lFQOyAA0U0VyAA0F0VSSAA05TupleN0VyA0_AAE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyA6__SSQo__AA7ForEachVySay0A6Bricks8CodeItemVGSSA11_GSgtGG_AA04MenuuT0VQo_GACyA0_AAE09textFieldT0yQrqd__AA0f5FieldT0Rd__lFQOyAA0F5FieldVyA6_G_AA013RoundedBorderf5FieldT0VQo_A0_AAE12labelsHiddenQryFQOyAA04DateU0VyA6_G_Qo_GGA33_GACyxq_GAAA_A2AA_RzAAA_R_rlWl', symObjAddr: 0x210F8, symBinAddr: 0x1000FE960, symSize: 0xF8 }
+ - { offset: 0x139A65, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV9formField33_4A337C40EBA47DBC02EA010D86DD727DLLyQrAA0F6SchemaVF0A2UI9TupleViewVyAH6HStackVyAJyAH4TextV_ANSgtGG_AH19_ConditionalContentVyASyASyAH0Q0PAHE6border_5widthQrqd___12CoreGraphics7CGFloatVtAH10ShapeStyleRd__lFQOyAuHE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAZSg_A8_A8_A8_A8_A8_AH9AlignmentVtFQOyAH0S6EditorV_Qo__AH5ColorVQo_AuHE11pickerStyleyQrqd__AH11PickerStyleRd__lFQOyAH6PickerVyANSSAJyAuHE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAN_SSQo__AH7ForEachVySayAA8CodeItemVGSSA23_GSgtGG_AH15MenuPickerStyleVQo_GASyAuHE04textF5StyleyQrqd__AH0sF5StyleRd__lFQOyAH0sF0VyANG_AH013RoundedBordersF5StyleVQo_AuHE12labelsHiddenQryFQOyAH10DatePickerVyANG_Qo_GGA44_GAOtGyXEfU_10Foundation4DateVyYbcfU7_TA', symObjAddr: 0x21858, symBinAddr: 0x1000FEFEC, symSize: 0x14 }
+ - { offset: 0x139A79, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV9formField33_4A337C40EBA47DBC02EA010D86DD727DLLyQrAA0F6SchemaVF0A2UI9TupleViewVyAH6HStackVyAJyAH4TextV_ANSgtGG_AH19_ConditionalContentVyASyASyAH0Q0PAHE6border_5widthQrqd___12CoreGraphics7CGFloatVtAH10ShapeStyleRd__lFQOyAuHE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAZSg_A8_A8_A8_A8_A8_AH9AlignmentVtFQOyAH0S6EditorV_Qo__AH5ColorVQo_AuHE11pickerStyleyQrqd__AH11PickerStyleRd__lFQOyAH6PickerVyANSSAJyAuHE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAN_SSQo__AH7ForEachVySayAA8CodeItemVGSSA23_GSgtGG_AH15MenuPickerStyleVQo_GASyAuHE04textF5StyleyQrqd__AH0sF5StyleRd__lFQOyAH0sF0VyANG_AH013RoundedBordersF5StyleVQo_AuHE12labelsHiddenQryFQOyAH10DatePickerVyANG_Qo_GGA44_GAOtGyXEfU_y10Foundation4DateVYbcfU8_TA', symObjAddr: 0x21C1C, symBinAddr: 0x1000FF3B0, symSize: 0x14 }
+ - { offset: 0x139A8D, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI20DatePickerComponentsVACs10SetAlgebraAAWl', symObjAddr: 0x21C30, symBinAddr: 0x1000FF3C4, symSize: 0x6C }
+ - { offset: 0x139AA1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV9formField33_4A337C40EBA47DBC02EA010D86DD727DLLyQrAA0F6SchemaVF0A2UI9TupleViewVyAH6HStackVyAJyAH4TextV_ANSgtGG_AH19_ConditionalContentVyASyASyAH0Q0PAHE6border_5widthQrqd___12CoreGraphics7CGFloatVtAH10ShapeStyleRd__lFQOyAuHE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAZSg_A8_A8_A8_A8_A8_AH9AlignmentVtFQOyAH0S6EditorV_Qo__AH5ColorVQo_AuHE11pickerStyleyQrqd__AH11PickerStyleRd__lFQOyAH6PickerVyANSSAJyAuHE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAN_SSQo__AH7ForEachVySayAA8CodeItemVGSSA23_GSgtGG_AH15MenuPickerStyleVQo_GASyAuHE04textF5StyleyQrqd__AH0sF5StyleRd__lFQOyAH0sF0VyANG_AH013RoundedBordersF5StyleVQo_AuHE12labelsHiddenQryFQOyAH10DatePickerVyANG_Qo_GGA44_GAOtGyXEfU_SSyYbcfU5_TA', symObjAddr: 0x22278, symBinAddr: 0x1000FFA0C, symSize: 0x14 }
+ - { offset: 0x139AB5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV9formField33_4A337C40EBA47DBC02EA010D86DD727DLLyQrAA0F6SchemaVF0A2UI9TupleViewVyAH6HStackVyAJyAH4TextV_ANSgtGG_AH19_ConditionalContentVyASyASyAH0Q0PAHE6border_5widthQrqd___12CoreGraphics7CGFloatVtAH10ShapeStyleRd__lFQOyAuHE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAZSg_A8_A8_A8_A8_A8_AH9AlignmentVtFQOyAH0S6EditorV_Qo__AH5ColorVQo_AuHE11pickerStyleyQrqd__AH11PickerStyleRd__lFQOyAH6PickerVyANSSAJyAuHE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAN_SSQo__AH7ForEachVySayAA8CodeItemVGSSA23_GSgtGG_AH15MenuPickerStyleVQo_GASyAuHE04textF5StyleyQrqd__AH0sF5StyleRd__lFQOyAH0sF0VyANG_AH013RoundedBordersF5StyleVQo_AuHE12labelsHiddenQryFQOyAH10DatePickerVyANG_Qo_GGA44_GAOtGyXEfU_ySSYbcfU6_TA', symObjAddr: 0x2263C, symBinAddr: 0x1000FFDD0, symSize: 0x14 }
+ - { offset: 0x139AC9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV9formField33_4A337C40EBA47DBC02EA010D86DD727DLLyQrAA0F6SchemaVF0A2UI9TupleViewVyAH6HStackVyAJyAH4TextV_ANSgtGG_AH19_ConditionalContentVyASyASyAH0Q0PAHE6border_5widthQrqd___12CoreGraphics7CGFloatVtAH10ShapeStyleRd__lFQOyAuHE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAZSg_A8_A8_A8_A8_A8_AH9AlignmentVtFQOyAH0S6EditorV_Qo__AH5ColorVQo_AuHE11pickerStyleyQrqd__AH11PickerStyleRd__lFQOyAH6PickerVyANSSAJyAuHE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAN_SSQo__AH7ForEachVySayAA8CodeItemVGSSA23_GSgtGG_AH15MenuPickerStyleVQo_GASyAuHE04textF5StyleyQrqd__AH0sF5StyleRd__lFQOyAH0sF0VyANG_AH013RoundedBordersF5StyleVQo_AuHE12labelsHiddenQryFQOyAH10DatePickerVyANG_Qo_GGA44_GAOtGyXEfU_SSyYbcfU2_TA', symObjAddr: 0x22A00, symBinAddr: 0x100100194, symSize: 0x14 }
+ - { offset: 0x139ADD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV9formField33_4A337C40EBA47DBC02EA010D86DD727DLLyQrAA0F6SchemaVF0A2UI9TupleViewVyAH6HStackVyAJyAH4TextV_ANSgtGG_AH19_ConditionalContentVyASyASyAH0Q0PAHE6border_5widthQrqd___12CoreGraphics7CGFloatVtAH10ShapeStyleRd__lFQOyAuHE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAZSg_A8_A8_A8_A8_A8_AH9AlignmentVtFQOyAH0S6EditorV_Qo__AH5ColorVQo_AuHE11pickerStyleyQrqd__AH11PickerStyleRd__lFQOyAH6PickerVyANSSAJyAuHE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAN_SSQo__AH7ForEachVySayAA8CodeItemVGSSA23_GSgtGG_AH15MenuPickerStyleVQo_GASyAuHE04textF5StyleyQrqd__AH0sF5StyleRd__lFQOyAH0sF0VyANG_AH013RoundedBordersF5StyleVQo_AuHE12labelsHiddenQryFQOyAH10DatePickerVyANG_Qo_GGA44_GAOtGyXEfU_ySSYbcfU3_TA', symObjAddr: 0x22DC4, symBinAddr: 0x100100558, symSize: 0x14 }
+ - { offset: 0x139AF1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV9formField33_4A337C40EBA47DBC02EA010D86DD727DLLyQrAA0F6SchemaVF0A2UI9TupleViewVyAH6HStackVyAJyAH4TextV_ANSgtGG_AH19_ConditionalContentVyASyASyAH0Q0PAHE6border_5widthQrqd___12CoreGraphics7CGFloatVtAH10ShapeStyleRd__lFQOyAuHE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAZSg_A8_A8_A8_A8_A8_AH9AlignmentVtFQOyAH0S6EditorV_Qo__AH5ColorVQo_AuHE11pickerStyleyQrqd__AH11PickerStyleRd__lFQOyAH6PickerVyANSSAJyAuHE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAN_SSQo__AH7ForEachVySayAA8CodeItemVGSSA23_GSgtGG_AH15MenuPickerStyleVQo_GASyAuHE04textF5StyleyQrqd__AH0sF5StyleRd__lFQOyAH0sF0VyANG_AH013RoundedBordersF5StyleVQo_AuHE12labelsHiddenQryFQOyAH10DatePickerVyANG_Qo_GGA44_GAOtGyXEfU_A31_yXEfU4_TA', symObjAddr: 0x22DD8, symBinAddr: 0x10010056C, symSize: 0x8 }
+ - { offset: 0x139B05, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV9formField33_4A337C40EBA47DBC02EA010D86DD727DLLyQrAA0F6SchemaVF0A2UI9TupleViewVyAH6HStackVyAJyAH4TextV_ANSgtGG_AH19_ConditionalContentVyASyASyAH0Q0PAHE6border_5widthQrqd___12CoreGraphics7CGFloatVtAH10ShapeStyleRd__lFQOyAuHE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAZSg_A8_A8_A8_A8_A8_AH9AlignmentVtFQOyAH0S6EditorV_Qo__AH5ColorVQo_AuHE11pickerStyleyQrqd__AH11PickerStyleRd__lFQOyAH6PickerVyANSSAJyAuHE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAN_SSQo__AH7ForEachVySayAA8CodeItemVGSSA23_GSgtGG_AH15MenuPickerStyleVQo_GASyAuHE04textF5StyleyQrqd__AH0sF5StyleRd__lFQOyAH0sF0VyANG_AH013RoundedBordersF5StyleVQo_AuHE12labelsHiddenQryFQOyAH10DatePickerVyANG_Qo_GGA44_GAOtGyXEfU_SSyYbcfU0_TA', symObjAddr: 0x23260, symBinAddr: 0x1001009F4, symSize: 0x14 }
+ - { offset: 0x139B19, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV9formField33_4A337C40EBA47DBC02EA010D86DD727DLLyQrAA0F6SchemaVF0A2UI9TupleViewVyAH6HStackVyAJyAH4TextV_ANSgtGG_AH19_ConditionalContentVyASyASyAH0Q0PAHE6border_5widthQrqd___12CoreGraphics7CGFloatVtAH10ShapeStyleRd__lFQOyAuHE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAZSg_A8_A8_A8_A8_A8_AH9AlignmentVtFQOyAH0S6EditorV_Qo__AH5ColorVQo_AuHE11pickerStyleyQrqd__AH11PickerStyleRd__lFQOyAH6PickerVyANSSAJyAuHE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAN_SSQo__AH7ForEachVySayAA8CodeItemVGSSA23_GSgtGG_AH15MenuPickerStyleVQo_GASyAuHE04textF5StyleyQrqd__AH0sF5StyleRd__lFQOyAH0sF0VyANG_AH013RoundedBordersF5StyleVQo_AuHE12labelsHiddenQryFQOyAH10DatePickerVyANG_Qo_GGA44_GAOtGyXEfU_ySSYbcfU1_TA', symObjAddr: 0x23624, symBinAddr: 0x100100DB8, symSize: 0x14 }
+ - { offset: 0x139B2D, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA10TextEditorVAA16_FlexFrameLayoutVGWOh', symObjAddr: 0x23638, symBinAddr: 0x100100DCC, symSize: 0x3C }
+ - { offset: 0x139B41, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA10TextEditorVAA16_FlexFrameLayoutVGAA16_OverlayModifierVyAA10_ShapeViewVyAA08_StrokedL0VyAA9RectangleV6_InsetVGAA5ColorVGGGWOh', symObjAddr: 0x23674, symBinAddr: 0x100100E08, symSize: 0x78 }
+ - { offset: 0x139B55, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA10TextEditorVAA16_FlexFrameLayoutVGAA16_OverlayModifierVyAA10_ShapeViewVyAA08_StrokedL0VyAA9RectangleV6_InsetVGAA5ColorVGGGWOc', symObjAddr: 0x236EC, symBinAddr: 0x100100E80, symSize: 0x130 }
+ - { offset: 0x139B69, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV4bodyQrvg0A2UI9TupleViewVyAE4TextVSg_AE7ForEachVySayAA11FieldSchemaVGSSAC04formL033_4A337C40EBA47DBC02EA010D86DD727DLLyQrANFQOy_Qo_GAjE6HStackVyAGyAE6SpacerV_AE0H0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyAIG_AE014BorderedButtonY0VQo_AyEE8disabledyQrSbFQOyAyEEAZyQrqd__AEA_Rd__lFQOyA2__AE023BorderedProminentButtonY0VQo__Qo_AyEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAE08ProgressH0VyAE05EmptyH0VA21_G_Qo_SgtGGtGyXEfU_ArNcfU_TA', symObjAddr: 0x23BA0, symBinAddr: 0x1001012B0, symSize: 0x8 }
+ - { offset: 0x139B7D, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7ForEachVySay0A6Bricks11FieldSchemaVGSSAA6VStackVyAA9TupleViewVyAA6HStackVyAKyAA4TextV_AOSgtGG_AA19_ConditionalContentVyATyATyAA08ModifiedN0VyAVyAA0L6EditorVAA16_FlexFrameLayoutVGAA16_OverlayModifierVyAA06_ShapeJ0VyAA08_StrokedV0VyAA9RectangleV6_InsetVGAA5ColorVGGGAA0J0PAAE11pickerStyleyQrqd__AA11PickerStyleRd__lFQOyAA6PickerVyAOSSAKyA17_AAE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAO_SSQo__ACySayAD8CodeItemVGSSA24_GSgtGG_AA15MenuPickerStyleVQo_GATyA17_AAE04textF5StyleyQrqd__AA0lF5StyleRd__lFQOyAA0lF0VyAOG_AA013RoundedBorderlF5StyleVQo_A17_AAE12labelsHiddenQryFQOyAA10DatePickerVyAOG_Qo_GGA43_GAPtGGGACyxq_q0_GAAA16_A2AA16_R0_rlWl', symObjAddr: 0x23BA8, symBinAddr: 0x1001012B8, symSize: 0x80 }
+ - { offset: 0x139B91, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV4bodyQrvg0A2UI9TupleViewVyAE4TextVSg_AE7ForEachVySayAA11FieldSchemaVGSSAC04formL033_4A337C40EBA47DBC02EA010D86DD727DLLyQrANFQOy_Qo_GAjE6HStackVyAGyAE6SpacerV_AE0H0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyAIG_AE014BorderedButtonY0VQo_AyEE8disabledyQrSbFQOyAyEEAZyQrqd__AEA_Rd__lFQOyA2__AE023BorderedProminentButtonY0VQo__Qo_AyEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAE08ProgressH0VyAE05EmptyH0VA21_G_Qo_SgtGGtGyXEfU_A25_yXEfU0_TA', symObjAddr: 0x23C28, symBinAddr: 0x100101338, symSize: 0x8 }
+ - { offset: 0x139BA5, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI9TupleViewVyAA6SpacerV_AA0D0PAAE11buttonStyleyQrqd__AA015PrimitiveButtonG0Rd__lFQOyAA0I0VyAA4TextVG_AA08BorderediG0VQo_AA15ModifiedContentVyAgAEAHyQrqd__AaIRd__lFQOyAN_AA0k9ProminentiG0VQo_AA32_EnvironmentKeyTransformModifierVySbGGASyAA08ProgressD0VyAA05EmptyD0VA2_GAA12_ScaleEffectVGSgtGACyxGAafAWl', symObjAddr: 0x23C30, symBinAddr: 0x100101340, symSize: 0x74 }
+ - { offset: 0x139BB9, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6HStackVyAA9TupleViewVyAA6SpacerV_AA0E0PAAE11buttonStyleyQrqd__AA015PrimitiveButtonH0Rd__lFQOyAA0J0VyAA4TextVG_AA08BorderedjH0VQo_AA15ModifiedContentVyAiAEAJyQrqd__AaKRd__lFQOyAP_AA0l9ProminentjH0VQo_AA32_EnvironmentKeyTransformModifierVySbGGAUyAA08ProgressE0VyAA05EmptyE0VA4_GAA12_ScaleEffectVGSgtGGACyxGAahAWl', symObjAddr: 0x23CA4, symBinAddr: 0x1001013B4, symSize: 0x74 }
+ - { offset: 0x139BCD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV4bodyQrvg0A2UI9TupleViewVyAE4TextVSg_AE7ForEachVySayAA11FieldSchemaVGSSAC04formL033_4A337C40EBA47DBC02EA010D86DD727DLLyQrANFQOy_Qo_GAjE6HStackVyAGyAE6SpacerV_AE0H0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyAIG_AE014BorderedButtonY0VQo_AyEE8disabledyQrSbFQOyAyEEAZyQrqd__AEA_Rd__lFQOyA2__AE023BorderedProminentButtonY0VQo__Qo_AyEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAE08ProgressH0VyAE05EmptyH0VA21_G_Qo_SgtGGtGyXEfU_A25_yXEfU0_yyScMYccfU_TA', symObjAddr: 0x244A4, symBinAddr: 0x100101BB4, symSize: 0x8 }
+ - { offset: 0x139BE1, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19BorderedButtonStyleVAcA09PrimitivedE0AAWl', symObjAddr: 0x244AC, symBinAddr: 0x100101BBC, symSize: 0x6C }
+ - { offset: 0x139BF5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV4bodyQrvg0A2UI9TupleViewVyAE4TextVSg_AE7ForEachVySayAA11FieldSchemaVGSSAC04formL033_4A337C40EBA47DBC02EA010D86DD727DLLyQrANFQOy_Qo_GAjE6HStackVyAGyAE6SpacerV_AE0H0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyAIG_AE014BorderedButtonY0VQo_AyEE8disabledyQrSbFQOyAyEEAZyQrqd__AEA_Rd__lFQOyA2__AE023BorderedProminentButtonY0VQo__Qo_AyEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAE08ProgressH0VyAE05EmptyH0VA21_G_Qo_SgtGGtGyXEfU_A25_yXEfU0_yyScMYccfU0_TA', symObjAddr: 0x24818, symBinAddr: 0x100101F28, symSize: 0x8 }
+ - { offset: 0x139C09, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA4ViewPAAE11buttonStyleyQrqd__AA015PrimitiveButtonG0Rd__lFQOyAA0I0VyAA4TextVG_AA017BorderedProminentiG0VQo_AA32_EnvironmentKeyTransformModifierVySbGGACyxq_GAad2aDRzAA0eP0R_rlWl', symObjAddr: 0x24820, symBinAddr: 0x100101F30, symSize: 0xF8 }
+ - { offset: 0x139C1E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV6schemaAA0D6SchemaVvg', symObjAddr: 0x0, symBinAddr: 0x1000E3384, symSize: 0x1C }
+ - { offset: 0x139C32, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV6engineAA0B6EngineCvg', symObjAddr: 0x9FC, symBinAddr: 0x1000E33E0, symSize: 0x5C }
+ - { offset: 0x139C5E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV6engineAA0B6EngineCvs', symObjAddr: 0xB60, symBinAddr: 0x1000E34E0, symSize: 0x50 }
+ - { offset: 0x139C92, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV6engineAA0B6EngineCvM', symObjAddr: 0xBB0, symBinAddr: 0x1000E3530, symSize: 0x20 }
+ - { offset: 0x139CB7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV6engineAA0B6EngineCvM.resume.0', symObjAddr: 0xBD0, symBinAddr: 0x1000E3550, symSize: 0xC }
+ - { offset: 0x139EE5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV7$engine0A2UI14ObservedObjectV7WrapperVyAA0B6EngineC_Gvg', symObjAddr: 0xBDC, symBinAddr: 0x1000E355C, symSize: 0x70 }
+ - { offset: 0x139F0A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV7_engine33_4A337C40EBA47DBC02EA010D86DD727DLL0A2UI14ObservedObjectVyAA0B6EngineCGvg', symObjAddr: 0xC4C, symBinAddr: 0x1000E35CC, symSize: 0x34 }
+ - { offset: 0x139F1E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV7_engine33_4A337C40EBA47DBC02EA010D86DD727DLL0A2UI14ObservedObjectVyAA0B6EngineCGvs', symObjAddr: 0xC80, symBinAddr: 0x1000E3600, symSize: 0x48 }
+ - { offset: 0x139F9F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV11fieldValues33_4A337C40EBA47DBC02EA010D86DD727DLLSDyS2SGvg', symObjAddr: 0xDC8, symBinAddr: 0x1000E36C8, symSize: 0x74 }
+ - { offset: 0x139FB3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV11fieldValues33_4A337C40EBA47DBC02EA010D86DD727DLLSDyS2SGvs', symObjAddr: 0xEC4, symBinAddr: 0x1000E37C4, symSize: 0xA8 }
+ - { offset: 0x139FC7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV12$fieldValues33_4A337C40EBA47DBC02EA010D86DD727DLL0A2UI7BindingVySDyS2SGGvg', symObjAddr: 0xFB4, symBinAddr: 0x1000E38B4, symSize: 0x8C }
+ - { offset: 0x139FDB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV12_fieldValues33_4A337C40EBA47DBC02EA010D86DD727DLL0A2UI5StateVySDyS2SGGvg', symObjAddr: 0x1040, symBinAddr: 0x1000E3940, symSize: 0x3C }
+ - { offset: 0x139FEF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV12_fieldValues33_4A337C40EBA47DBC02EA010D86DD727DLL0A2UI5StateVySDyS2SGGvs', symObjAddr: 0x107C, symBinAddr: 0x1000E397C, symSize: 0x64 }
+ - { offset: 0x13A003, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV6errors33_4A337C40EBA47DBC02EA010D86DD727DLLSDyS2SGvg', symObjAddr: 0x1160, symBinAddr: 0x1000E3A60, symSize: 0x74 }
+ - { offset: 0x13A017, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV6errors33_4A337C40EBA47DBC02EA010D86DD727DLLSDyS2SGvs', symObjAddr: 0x11D4, symBinAddr: 0x1000E3AD4, symSize: 0xA8 }
+ - { offset: 0x13A02B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV7$errors33_4A337C40EBA47DBC02EA010D86DD727DLL0A2UI7BindingVySDyS2SGGvg', symObjAddr: 0x12C4, symBinAddr: 0x1000E3BC4, symSize: 0x8C }
+ - { offset: 0x13A03F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV7_errors33_4A337C40EBA47DBC02EA010D86DD727DLL0A2UI5StateVySDyS2SGGvg', symObjAddr: 0x1350, symBinAddr: 0x1000E3C50, symSize: 0x3C }
+ - { offset: 0x13A053, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV7_errors33_4A337C40EBA47DBC02EA010D86DD727DLL0A2UI5StateVySDyS2SGGvs', symObjAddr: 0x138C, symBinAddr: 0x1000E3C8C, symSize: 0x64 }
+ - { offset: 0x13A067, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV12isSubmitting33_4A337C40EBA47DBC02EA010D86DD727DLLSbvg', symObjAddr: 0x1440, symBinAddr: 0x1000E3D40, symSize: 0x78 }
+ - { offset: 0x13A07B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV12isSubmitting33_4A337C40EBA47DBC02EA010D86DD727DLLSbvs', symObjAddr: 0x151C, symBinAddr: 0x1000E3DB8, symSize: 0x98 }
+ - { offset: 0x13A08F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV13$isSubmitting33_4A337C40EBA47DBC02EA010D86DD727DLL0A2UI7BindingVySbGvg', symObjAddr: 0x15C0, symBinAddr: 0x1000E3E5C, symSize: 0x90 }
+ - { offset: 0x13A0A3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV13_isSubmitting33_4A337C40EBA47DBC02EA010D86DD727DLL0A2UI5StateVySbGvg', symObjAddr: 0x1650, symBinAddr: 0x1000E3EEC, symSize: 0x38 }
+ - { offset: 0x13A0B7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV13_isSubmitting33_4A337C40EBA47DBC02EA010D86DD727DLL0A2UI5StateVySbGvs', symObjAddr: 0x1688, symBinAddr: 0x1000E3F24, symSize: 0x48 }
+ - { offset: 0x13A0CB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV13submitMessage33_4A337C40EBA47DBC02EA010D86DD727DLLSSvg', symObjAddr: 0x1760, symBinAddr: 0x1000E3FFC, symSize: 0x90 }
+ - { offset: 0x13A0DF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV13submitMessage33_4A337C40EBA47DBC02EA010D86DD727DLLSSvs', symObjAddr: 0x1880, symBinAddr: 0x1000E408C, symSize: 0xC4 }
+ - { offset: 0x13A0F3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV14$submitMessage33_4A337C40EBA47DBC02EA010D86DD727DLL0A2UI7BindingVySSGvg', symObjAddr: 0x196C, symBinAddr: 0x1000E4178, symSize: 0xA8 }
+ - { offset: 0x13A107, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV14_submitMessage33_4A337C40EBA47DBC02EA010D86DD727DLL0A2UI5StateVySSGvg', symObjAddr: 0x1A14, symBinAddr: 0x1000E4220, symSize: 0x48 }
+ - { offset: 0x13A11B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV14_submitMessage33_4A337C40EBA47DBC02EA010D86DD727DLL0A2UI5StateVySSGvs', symObjAddr: 0x1A5C, symBinAddr: 0x1000E4268, symSize: 0x74 }
+ - { offset: 0x13A136, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV4bodyQrvg', symObjAddr: 0x1AD0, symBinAddr: 0x1000E42DC, symSize: 0x304 }
+ - { offset: 0x13A15A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV4bodyQrvg0A2UI9TupleViewVyAE4TextVSg_AE7ForEachVySayAA11FieldSchemaVGSSAC04formL033_4A337C40EBA47DBC02EA010D86DD727DLLyQrANFQOy_Qo_GAjE6HStackVyAGyAE6SpacerV_AE0H0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyAIG_AE014BorderedButtonY0VQo_AyEE8disabledyQrSbFQOyAyEEAZyQrqd__AEA_Rd__lFQOyA2__AE023BorderedProminentButtonY0VQo__Qo_AyEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAE08ProgressH0VyAE05EmptyH0VA21_G_Qo_SgtGGtGyXEfU_', symObjAddr: 0x1DD4, symBinAddr: 0x1000E45E0, symSize: 0xEB0 }
+ - { offset: 0x13A1A4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV4bodyQrvg0A2UI9TupleViewVyAE4TextVSg_AE7ForEachVySayAA11FieldSchemaVGSSAC04formL033_4A337C40EBA47DBC02EA010D86DD727DLLyQrANFQOy_Qo_GAjE6HStackVyAGyAE6SpacerV_AE0H0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyAIG_AE014BorderedButtonY0VQo_AyEE8disabledyQrSbFQOyAyEEAZyQrqd__AEA_Rd__lFQOyA2__AE023BorderedProminentButtonY0VQo__Qo_AyEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAE08ProgressH0VyAE05EmptyH0VA21_G_Qo_SgtGGtGyXEfU_ArNcfU_', symObjAddr: 0x402C, symBinAddr: 0x1000E5914, symSize: 0x1A0 }
+ - { offset: 0x13A1E0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV4bodyQrvg0A2UI9TupleViewVyAE4TextVSg_AE7ForEachVySayAA11FieldSchemaVGSSAC04formL033_4A337C40EBA47DBC02EA010D86DD727DLLyQrANFQOy_Qo_GAjE6HStackVyAGyAE6SpacerV_AE0H0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyAIG_AE014BorderedButtonY0VQo_AyEE8disabledyQrSbFQOyAyEEAZyQrqd__AEA_Rd__lFQOyA2__AE023BorderedProminentButtonY0VQo__Qo_AyEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAE08ProgressH0VyAE05EmptyH0VA21_G_Qo_SgtGGtGyXEfU_A25_yXEfU0_', symObjAddr: 0x43CC, symBinAddr: 0x1000E5CB4, symSize: 0xAD0 }
+ - { offset: 0x13A223, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV4bodyQrvg0A2UI9TupleViewVyAE4TextVSg_AE7ForEachVySayAA11FieldSchemaVGSSAC04formL033_4A337C40EBA47DBC02EA010D86DD727DLLyQrANFQOy_Qo_GAjE6HStackVyAGyAE6SpacerV_AE0H0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyAIG_AE014BorderedButtonY0VQo_AyEE8disabledyQrSbFQOyAyEEAZyQrqd__AEA_Rd__lFQOyA2__AE023BorderedProminentButtonY0VQo__Qo_AyEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAE08ProgressH0VyAE05EmptyH0VA21_G_Qo_SgtGGtGyXEfU_A25_yXEfU0_yyScMYccfU_', symObjAddr: 0x4E9C, symBinAddr: 0x1000E6784, symSize: 0x34 }
+ - { offset: 0x13A24E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV4bodyQrvg0A2UI9TupleViewVyAE4TextVSg_AE7ForEachVySayAA11FieldSchemaVGSSAC04formL033_4A337C40EBA47DBC02EA010D86DD727DLLyQrANFQOy_Qo_GAjE6HStackVyAGyAE6SpacerV_AE0H0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyAIG_AE014BorderedButtonY0VQo_AyEE8disabledyQrSbFQOyAyEEAZyQrqd__AEA_Rd__lFQOyA2__AE023BorderedProminentButtonY0VQo__Qo_AyEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAE08ProgressH0VyAE05EmptyH0VA21_G_Qo_SgtGGtGyXEfU_A25_yXEfU0_yyScMYccfU0_', symObjAddr: 0x51C0, symBinAddr: 0x1000E6AA8, symSize: 0x34 }
+ - { offset: 0x13A279, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV4bodyQrvgyycfU0_', symObjAddr: 0x58EC, symBinAddr: 0x1000E6F6C, symSize: 0x34 }
+ - { offset: 0x13A2BD, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewPAAE6border_5widthQrqd___12CoreGraphics7CGFloatVtAA10ShapeStyleRd__lFfA0_', symObjAddr: 0xBE70, symBinAddr: 0x1000EC2DC, symSize: 0x18 }
+ - { offset: 0x13A2F4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV0A2UI4ViewAadEP05_makeF04view6inputsAD01_F7OutputsVAD11_GraphValueVyxG_AD01_F6InputsVtFZTW', symObjAddr: 0x11A18, symBinAddr: 0x1000F0D70, symSize: 0x14 }
+ - { offset: 0x13A310, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV0A2UI4ViewAadEP05_makeF4List4view6inputsAD01_fH7OutputsVAD11_GraphValueVyxG_AD01_fH6InputsVtFZTW', symObjAddr: 0x11A2C, symBinAddr: 0x1000F0D84, symSize: 0x14 }
+ - { offset: 0x13A32C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV0A2UI4ViewAadEP14_viewListCount6inputsSiSgAD01_fhI6InputsV_tFZTW', symObjAddr: 0x11A40, symBinAddr: 0x1000F0D98, symSize: 0x18 }
+ - { offset: 0x13A348, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewPAAE9fixedSizeQryF', symObjAddr: 0x15488, symBinAddr: 0x1000F4784, symSize: 0x38 }
+ - { offset: 0x13A372, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV0A2UI4ViewAadEP05_makeG04view6inputsAD01_G7OutputsVAD11_GraphValueVyxG_AD01_G6InputsVtFZTW', symObjAddr: 0x155C0, symBinAddr: 0x1000F48BC, symSize: 0x14 }
+ - { offset: 0x13A38E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV0A2UI4ViewAadEP05_makeG4List4view6inputsAD01_gI7OutputsVAD11_GraphValueVyxG_AD01_gI6InputsVtFZTW', symObjAddr: 0x155D4, symBinAddr: 0x1000F48D0, symSize: 0x14 }
+ - { offset: 0x13A3AA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV0A2UI4ViewAadEP14_viewListCount6inputsSiSgAD01_giJ6InputsV_tFZTW', symObjAddr: 0x155E8, symBinAddr: 0x1000F48E4, symSize: 0x18 }
+ - { offset: 0x13A5BB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV6fields33_4A337C40EBA47DBC02EA010D86DD727DLLSayAA11FieldSchemaVGvg', symObjAddr: 0x3F3C, symBinAddr: 0x1000E5824, symSize: 0xF0 }
+ - { offset: 0x13A5E8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV9formField33_4A337C40EBA47DBC02EA010D86DD727DLLyQrAA0F6SchemaVF', symObjAddr: 0x41CC, symBinAddr: 0x1000E5AB4, symSize: 0x200 }
+ - { offset: 0x13A61C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV9formField33_4A337C40EBA47DBC02EA010D86DD727DLLyQrAA0F6SchemaVF0A2UI9TupleViewVyAH6HStackVyAJyAH4TextV_ANSgtGG_AH19_ConditionalContentVyASyASyAH0Q0PAHE6border_5widthQrqd___12CoreGraphics7CGFloatVtAH10ShapeStyleRd__lFQOyAuHE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAZSg_A8_A8_A8_A8_A8_AH9AlignmentVtFQOyAH0S6EditorV_Qo__AH5ColorVQo_AuHE11pickerStyleyQrqd__AH11PickerStyleRd__lFQOyAH6PickerVyANSSAJyAuHE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAN_SSQo__AH7ForEachVySayAA8CodeItemVGSSA23_GSgtGG_AH15MenuPickerStyleVQo_GASyAuHE04textF5StyleyQrqd__AH0sF5StyleRd__lFQOyAH0sF0VyANG_AH013RoundedBordersF5StyleVQo_AuHE12labelsHiddenQryFQOyAH10DatePickerVyANG_Qo_GGA44_GAOtGyXEfU_', symObjAddr: 0x7C44, symBinAddr: 0x1000E83A8, symSize: 0x2B80 }
+ - { offset: 0x13A6E2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV9formField33_4A337C40EBA47DBC02EA010D86DD727DLLyQrAA0F6SchemaVF0A2UI9TupleViewVyAH6HStackVyAJyAH4TextV_ANSgtGG_AH19_ConditionalContentVyASyASyAH0Q0PAHE6border_5widthQrqd___12CoreGraphics7CGFloatVtAH10ShapeStyleRd__lFQOyAuHE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAZSg_A8_A8_A8_A8_A8_AH9AlignmentVtFQOyAH0S6EditorV_Qo__AH5ColorVQo_AuHE11pickerStyleyQrqd__AH11PickerStyleRd__lFQOyAH6PickerVyANSSAJyAuHE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAN_SSQo__AH7ForEachVySayAA8CodeItemVGSSA23_GSgtGG_AH15MenuPickerStyleVQo_GASyAuHE04textF5StyleyQrqd__AH0sF5StyleRd__lFQOyAH0sF0VyANG_AH013RoundedBordersF5StyleVQo_AuHE12labelsHiddenQryFQOyAH10DatePickerVyANG_Qo_GGA44_GAOtGyXEfU_APyXEfU_', symObjAddr: 0xB450, symBinAddr: 0x1000EB8DC, symSize: 0x744 }
+ - { offset: 0x13A70D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV9formField33_4A337C40EBA47DBC02EA010D86DD727DLLyQrAA0F6SchemaVF0A2UI9TupleViewVyAH6HStackVyAJyAH4TextV_ANSgtGG_AH19_ConditionalContentVyASyASyAH0Q0PAHE6border_5widthQrqd___12CoreGraphics7CGFloatVtAH10ShapeStyleRd__lFQOyAuHE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAZSg_A8_A8_A8_A8_A8_AH9AlignmentVtFQOyAH0S6EditorV_Qo__AH5ColorVQo_AuHE11pickerStyleyQrqd__AH11PickerStyleRd__lFQOyAH6PickerVyANSSAJyAuHE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAN_SSQo__AH7ForEachVySayAA8CodeItemVGSSA23_GSgtGG_AH15MenuPickerStyleVQo_GASyAuHE04textF5StyleyQrqd__AH0sF5StyleRd__lFQOyAH0sF0VyANG_AH013RoundedBordersF5StyleVQo_AuHE12labelsHiddenQryFQOyAH10DatePickerVyANG_Qo_GGA44_GAOtGyXEfU_SSyYbcfU0_', symObjAddr: 0xBB94, symBinAddr: 0x1000EC020, symSize: 0x150 }
+ - { offset: 0x13A748, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV9formField33_4A337C40EBA47DBC02EA010D86DD727DLLyQrAA0F6SchemaVF0A2UI9TupleViewVyAH6HStackVyAJyAH4TextV_ANSgtGG_AH19_ConditionalContentVyASyASyAH0Q0PAHE6border_5widthQrqd___12CoreGraphics7CGFloatVtAH10ShapeStyleRd__lFQOyAuHE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAZSg_A8_A8_A8_A8_A8_AH9AlignmentVtFQOyAH0S6EditorV_Qo__AH5ColorVQo_AuHE11pickerStyleyQrqd__AH11PickerStyleRd__lFQOyAH6PickerVyANSSAJyAuHE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAN_SSQo__AH7ForEachVySayAA8CodeItemVGSSA23_GSgtGG_AH15MenuPickerStyleVQo_GASyAuHE04textF5StyleyQrqd__AH0sF5StyleRd__lFQOyAH0sF0VyANG_AH013RoundedBordersF5StyleVQo_AuHE12labelsHiddenQryFQOyAH10DatePickerVyANG_Qo_GGA44_GAOtGyXEfU_ySSYbcfU1_', symObjAddr: 0xBCE4, symBinAddr: 0x1000EC170, symSize: 0x16C }
+ - { offset: 0x13A794, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV9formField33_4A337C40EBA47DBC02EA010D86DD727DLLyQrAA0F6SchemaVF0A2UI9TupleViewVyAH6HStackVyAJyAH4TextV_ANSgtGG_AH19_ConditionalContentVyASyASyAH0Q0PAHE6border_5widthQrqd___12CoreGraphics7CGFloatVtAH10ShapeStyleRd__lFQOyAuHE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAZSg_A8_A8_A8_A8_A8_AH9AlignmentVtFQOyAH0S6EditorV_Qo__AH5ColorVQo_AuHE11pickerStyleyQrqd__AH11PickerStyleRd__lFQOyAH6PickerVyANSSAJyAuHE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAN_SSQo__AH7ForEachVySayAA8CodeItemVGSSA23_GSgtGG_AH15MenuPickerStyleVQo_GASyAuHE04textF5StyleyQrqd__AH0sF5StyleRd__lFQOyAH0sF0VyANG_AH013RoundedBordersF5StyleVQo_AuHE12labelsHiddenQryFQOyAH10DatePickerVyANG_Qo_GGA44_GAOtGyXEfU_SSyYbcfU5_', symObjAddr: 0xBF4C, symBinAddr: 0x1000EC2F4, symSize: 0x150 }
+ - { offset: 0x13A7CF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV9formField33_4A337C40EBA47DBC02EA010D86DD727DLLyQrAA0F6SchemaVF0A2UI9TupleViewVyAH6HStackVyAJyAH4TextV_ANSgtGG_AH19_ConditionalContentVyASyASyAH0Q0PAHE6border_5widthQrqd___12CoreGraphics7CGFloatVtAH10ShapeStyleRd__lFQOyAuHE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAZSg_A8_A8_A8_A8_A8_AH9AlignmentVtFQOyAH0S6EditorV_Qo__AH5ColorVQo_AuHE11pickerStyleyQrqd__AH11PickerStyleRd__lFQOyAH6PickerVyANSSAJyAuHE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAN_SSQo__AH7ForEachVySayAA8CodeItemVGSSA23_GSgtGG_AH15MenuPickerStyleVQo_GASyAuHE04textF5StyleyQrqd__AH0sF5StyleRd__lFQOyAH0sF0VyANG_AH013RoundedBordersF5StyleVQo_AuHE12labelsHiddenQryFQOyAH10DatePickerVyANG_Qo_GGA44_GAOtGyXEfU_ySSYbcfU6_', symObjAddr: 0xC09C, symBinAddr: 0x1000EC444, symSize: 0x16C }
+ - { offset: 0x13A81B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV9formField33_4A337C40EBA47DBC02EA010D86DD727DLLyQrAA0F6SchemaVF0A2UI9TupleViewVyAH6HStackVyAJyAH4TextV_ANSgtGG_AH19_ConditionalContentVyASyASyAH0Q0PAHE6border_5widthQrqd___12CoreGraphics7CGFloatVtAH10ShapeStyleRd__lFQOyAuHE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAZSg_A8_A8_A8_A8_A8_AH9AlignmentVtFQOyAH0S6EditorV_Qo__AH5ColorVQo_AuHE11pickerStyleyQrqd__AH11PickerStyleRd__lFQOyAH6PickerVyANSSAJyAuHE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAN_SSQo__AH7ForEachVySayAA8CodeItemVGSSA23_GSgtGG_AH15MenuPickerStyleVQo_GASyAuHE04textF5StyleyQrqd__AH0sF5StyleRd__lFQOyAH0sF0VyANG_AH013RoundedBordersF5StyleVQo_AuHE12labelsHiddenQryFQOyAH10DatePickerVyANG_Qo_GGA44_GAOtGyXEfU_10Foundation4DateVyYbcfU7_', symObjAddr: 0xC324, symBinAddr: 0x1000EC5B0, symSize: 0x170 }
+ - { offset: 0x13A856, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV9formField33_4A337C40EBA47DBC02EA010D86DD727DLLyQrAA0F6SchemaVF0A2UI9TupleViewVyAH6HStackVyAJyAH4TextV_ANSgtGG_AH19_ConditionalContentVyASyASyAH0Q0PAHE6border_5widthQrqd___12CoreGraphics7CGFloatVtAH10ShapeStyleRd__lFQOyAuHE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAZSg_A8_A8_A8_A8_A8_AH9AlignmentVtFQOyAH0S6EditorV_Qo__AH5ColorVQo_AuHE11pickerStyleyQrqd__AH11PickerStyleRd__lFQOyAH6PickerVyANSSAJyAuHE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAN_SSQo__AH7ForEachVySayAA8CodeItemVGSSA23_GSgtGG_AH15MenuPickerStyleVQo_GASyAuHE04textF5StyleyQrqd__AH0sF5StyleRd__lFQOyAH0sF0VyANG_AH013RoundedBordersF5StyleVQo_AuHE12labelsHiddenQryFQOyAH10DatePickerVyANG_Qo_GGA44_GAOtGyXEfU_y10Foundation4DateVYbcfU8_', symObjAddr: 0xC764, symBinAddr: 0x1000EC9F0, symSize: 0x158 }
+ - { offset: 0x13A8A2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV9formField33_4A337C40EBA47DBC02EA010D86DD727DLLyQrAA0F6SchemaVF0A2UI9TupleViewVyAH6HStackVyAJyAH4TextV_ANSgtGG_AH19_ConditionalContentVyASyASyAH0Q0PAHE6border_5widthQrqd___12CoreGraphics7CGFloatVtAH10ShapeStyleRd__lFQOyAuHE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAZSg_A8_A8_A8_A8_A8_AH9AlignmentVtFQOyAH0S6EditorV_Qo__AH5ColorVQo_AuHE11pickerStyleyQrqd__AH11PickerStyleRd__lFQOyAH6PickerVyANSSAJyAuHE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAN_SSQo__AH7ForEachVySayAA8CodeItemVGSSA23_GSgtGG_AH15MenuPickerStyleVQo_GASyAuHE04textF5StyleyQrqd__AH0sF5StyleRd__lFQOyAH0sF0VyANG_AH013RoundedBordersF5StyleVQo_AuHE12labelsHiddenQryFQOyAH10DatePickerVyANG_Qo_GGA44_GAOtGyXEfU_SSyYbcfU9_', symObjAddr: 0xCAA4, symBinAddr: 0x1000ECCF0, symSize: 0x150 }
+ - { offset: 0x13A8DD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV9formField33_4A337C40EBA47DBC02EA010D86DD727DLLyQrAA0F6SchemaVF0A2UI9TupleViewVyAH6HStackVyAJyAH4TextV_ANSgtGG_AH19_ConditionalContentVyASyASyAH0Q0PAHE6border_5widthQrqd___12CoreGraphics7CGFloatVtAH10ShapeStyleRd__lFQOyAuHE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAZSg_A8_A8_A8_A8_A8_AH9AlignmentVtFQOyAH0S6EditorV_Qo__AH5ColorVQo_AuHE11pickerStyleyQrqd__AH11PickerStyleRd__lFQOyAH6PickerVyANSSAJyAuHE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAN_SSQo__AH7ForEachVySayAA8CodeItemVGSSA23_GSgtGG_AH15MenuPickerStyleVQo_GASyAuHE04textF5StyleyQrqd__AH0sF5StyleRd__lFQOyAH0sF0VyANG_AH013RoundedBordersF5StyleVQo_AuHE12labelsHiddenQryFQOyAH10DatePickerVyANG_Qo_GGA44_GAOtGyXEfU_ySSYbcfU10_', symObjAddr: 0xCBF4, symBinAddr: 0x1000ECE40, symSize: 0x16C }
+ - { offset: 0x13A929, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV9formField33_4A337C40EBA47DBC02EA010D86DD727DLLyQrAA0F6SchemaVF0A2UI9TupleViewVyAH6HStackVyAJyAH4TextV_ANSgtGG_AH19_ConditionalContentVyASyASyAH0Q0PAHE6border_5widthQrqd___12CoreGraphics7CGFloatVtAH10ShapeStyleRd__lFQOyAuHE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAZSg_A8_A8_A8_A8_A8_AH9AlignmentVtFQOyAH0S6EditorV_Qo__AH5ColorVQo_AuHE11pickerStyleyQrqd__AH11PickerStyleRd__lFQOyAH6PickerVyANSSAJyAuHE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAN_SSQo__AH7ForEachVySayAA8CodeItemVGSSA23_GSgtGG_AH15MenuPickerStyleVQo_GASyAuHE04textF5StyleyQrqd__AH0sF5StyleRd__lFQOyAH0sF0VyANG_AH013RoundedBordersF5StyleVQo_AuHE12labelsHiddenQryFQOyAH10DatePickerVyANG_Qo_GGA44_GAOtGyXEfU_SSyYbcfU2_', symObjAddr: 0xCE54, symBinAddr: 0x1000ED0A0, symSize: 0x150 }
+ - { offset: 0x13A964, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV9formField33_4A337C40EBA47DBC02EA010D86DD727DLLyQrAA0F6SchemaVF0A2UI9TupleViewVyAH6HStackVyAJyAH4TextV_ANSgtGG_AH19_ConditionalContentVyASyASyAH0Q0PAHE6border_5widthQrqd___12CoreGraphics7CGFloatVtAH10ShapeStyleRd__lFQOyAuHE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAZSg_A8_A8_A8_A8_A8_AH9AlignmentVtFQOyAH0S6EditorV_Qo__AH5ColorVQo_AuHE11pickerStyleyQrqd__AH11PickerStyleRd__lFQOyAH6PickerVyANSSAJyAuHE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAN_SSQo__AH7ForEachVySayAA8CodeItemVGSSA23_GSgtGG_AH15MenuPickerStyleVQo_GASyAuHE04textF5StyleyQrqd__AH0sF5StyleRd__lFQOyAH0sF0VyANG_AH013RoundedBordersF5StyleVQo_AuHE12labelsHiddenQryFQOyAH10DatePickerVyANG_Qo_GGA44_GAOtGyXEfU_ySSYbcfU3_', symObjAddr: 0xCFA4, symBinAddr: 0x1000ED1F0, symSize: 0x16C }
+ - { offset: 0x13A9B0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV9formField33_4A337C40EBA47DBC02EA010D86DD727DLLyQrAA0F6SchemaVF0A2UI9TupleViewVyAH6HStackVyAJyAH4TextV_ANSgtGG_AH19_ConditionalContentVyASyASyAH0Q0PAHE6border_5widthQrqd___12CoreGraphics7CGFloatVtAH10ShapeStyleRd__lFQOyAuHE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAZSg_A8_A8_A8_A8_A8_AH9AlignmentVtFQOyAH0S6EditorV_Qo__AH5ColorVQo_AuHE11pickerStyleyQrqd__AH11PickerStyleRd__lFQOyAH6PickerVyANSSAJyAuHE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAN_SSQo__AH7ForEachVySayAA8CodeItemVGSSA23_GSgtGG_AH15MenuPickerStyleVQo_GASyAuHE04textF5StyleyQrqd__AH0sF5StyleRd__lFQOyAH0sF0VyANG_AH013RoundedBordersF5StyleVQo_AuHE12labelsHiddenQryFQOyAH10DatePickerVyANG_Qo_GGA44_GAOtGyXEfU_A31_yXEfU4_', symObjAddr: 0xD110, symBinAddr: 0x1000ED35C, symSize: 0x748 }
+ - { offset: 0x13AA0A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV9formField33_4A337C40EBA47DBC02EA010D86DD727DLLyQrAA0F6SchemaVF0A2UI9TupleViewVyAH6HStackVyAJyAH4TextV_ANSgtGG_AH19_ConditionalContentVyASyASyAH0Q0PAHE6border_5widthQrqd___12CoreGraphics7CGFloatVtAH10ShapeStyleRd__lFQOyAuHE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAZSg_A8_A8_A8_A8_A8_AH9AlignmentVtFQOyAH0S6EditorV_Qo__AH5ColorVQo_AuHE11pickerStyleyQrqd__AH11PickerStyleRd__lFQOyAH6PickerVyANSSAJyAuHE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAN_SSQo__AH7ForEachVySayAA8CodeItemVGSSA23_GSgtGG_AH15MenuPickerStyleVQo_GASyAuHE04textF5StyleyQrqd__AH0sF5StyleRd__lFQOyAH0sF0VyANG_AH013RoundedBordersF5StyleVQo_AuHE12labelsHiddenQryFQOyAH10DatePickerVyANG_Qo_GGA44_GAOtGyXEfU_A31_yXEfU4_A23_A27_cfU_', symObjAddr: 0xDDE4, symBinAddr: 0x1000EDAA4, symSize: 0x2F0 }
+ - { offset: 0x13AA36, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV05resetC033_4A337C40EBA47DBC02EA010D86DD727DLLyyF', symObjAddr: 0x4ED0, symBinAddr: 0x1000E67B8, symSize: 0x2DC }
+ - { offset: 0x13AA66, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI20PrimitiveButtonStylePA2A08BordereddE0VRszrlE8borderedAEvgZ', symObjAddr: 0x51AC, symBinAddr: 0x1000E6A94, symSize: 0x14 }
+ - { offset: 0x13AA82, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI20PrimitiveButtonStylePA2A017BorderedProminentdE0VRszrlE08borderedG0AEvgZ', symObjAddr: 0x5670, symBinAddr: 0x1000E6F58, symSize: 0x14 }
+ - { offset: 0x13AA9E, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI9TextFieldVA2A0C0VRszrlE_4textACyAEGqd___AA7BindingVySSGtcSyRd__lufC', symObjAddr: 0xCD60, symBinAddr: 0x1000ECFAC, symSize: 0xF4 }
+ - { offset: 0x13AAE5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV06submitC033_4A337C40EBA47DBC02EA010D86DD727DLLyyF', symObjAddr: 0x51F4, symBinAddr: 0x1000E6ADC, symSize: 0x47C }
+ - { offset: 0x13AB21, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV06submitC033_4A337C40EBA47DBC02EA010D86DD727DLLyyFyyYacfU_', symObjAddr: 0xFA30, symBinAddr: 0x1000EF6A0, symSize: 0xC0 }
+ - { offset: 0x13AB5C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV06submitC033_4A337C40EBA47DBC02EA010D86DD727DLLyyFyyYacfU_TY0_', symObjAddr: 0xFAF0, symBinAddr: 0x1000EF760, symSize: 0x118 }
+ - { offset: 0x13AB9E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV06submitC033_4A337C40EBA47DBC02EA010D86DD727DLLyyFyyYacfU_TQ1_', symObjAddr: 0xFC08, symBinAddr: 0x1000EF878, symSize: 0xE8 }
+ - { offset: 0x13ABE2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV06submitC033_4A337C40EBA47DBC02EA010D86DD727DLLyyFyyYacfU_TY2_', symObjAddr: 0xFCF0, symBinAddr: 0x1000EF960, symSize: 0x5A4 }
+ - { offset: 0x13AC68, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV06submitC033_4A337C40EBA47DBC02EA010D86DD727DLLyyFyyYacfU_TQ3_', symObjAddr: 0x10294, symBinAddr: 0x1000EFF04, symSize: 0xAC }
+ - { offset: 0x13ACCF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV06submitC033_4A337C40EBA47DBC02EA010D86DD727DLLyyFyyYacfU_TY4_', symObjAddr: 0x10340, symBinAddr: 0x1000EFFB0, symSize: 0x88 }
+ - { offset: 0x13AD55, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV06submitC033_4A337C40EBA47DBC02EA010D86DD727DLLyyFyyYacfU_TY5_', symObjAddr: 0x103C8, symBinAddr: 0x1000F0038, symSize: 0x2D8 }
+ - { offset: 0x13ADC1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV16initializeValues33_4A337C40EBA47DBC02EA010D86DD727DLLyyF', symObjAddr: 0x7848, symBinAddr: 0x1000E7FAC, symSize: 0x3FC }
+ - { offset: 0x13ADF9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV9parseDate33_4A337C40EBA47DBC02EA010D86DD727DLLy10Foundation0F0VSSF', symObjAddr: 0xC494, symBinAddr: 0x1000EC720, symSize: 0x2D0 }
+ - { offset: 0x13AE43, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV10formatDate33_4A337C40EBA47DBC02EA010D86DD727DLLySS10Foundation0F0VF', symObjAddr: 0xC8BC, symBinAddr: 0x1000ECB48, symSize: 0x1A8 }
+ - { offset: 0x13AE8E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV8validate33_4A337C40EBA47DBC02EA010D86DD727DLLSbyF', symObjAddr: 0xE0E8, symBinAddr: 0x1000EDD94, symSize: 0xA60 }
+ - { offset: 0x13AF27, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV12validateRule33_4A337C40EBA47DBC02EA010D86DD727DLL_5valueSbAA010ValidationF0V_SStF', symObjAddr: 0xEB84, symBinAddr: 0x1000EE7F4, symSize: 0xEAC }
+ - { offset: 0x13AFBE, size: 0x8, addend: 0x0, symName: '_$sSo15NSDateFormatterCABycfC', symObjAddr: 0x112BC, symBinAddr: 0x1000F078C, symSize: 0x2C }
+ - { offset: 0x13AFD9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV6schema6engineAcA0D6SchemaV_AA0B6EngineCtcfC', symObjAddr: 0x1184C, symBinAddr: 0x1000F0BA4, symSize: 0x1CC }
+ - { offset: 0x13AFED, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV0A2UI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0x11A58, symBinAddr: 0x1000F0DB0, symSize: 0x44 }
+ - { offset: 0x13B001, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV6schemaAA0E6SchemaVvg', symObjAddr: 0x11A9C, symBinAddr: 0x1000F0DF4, symSize: 0x1C }
+ - { offset: 0x13B015, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV6engineAA0B6EngineCvg', symObjAddr: 0x11AF8, symBinAddr: 0x1000F0E50, symSize: 0x5C }
+ - { offset: 0x13B03A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV6engineAA0B6EngineCvs', symObjAddr: 0x11BF8, symBinAddr: 0x1000F0F50, symSize: 0x50 }
+ - { offset: 0x13B06E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV6engineAA0B6EngineCvM', symObjAddr: 0x11C48, symBinAddr: 0x1000F0FA0, symSize: 0x20 }
+ - { offset: 0x13B093, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV6engineAA0B6EngineCvM.resume.0', symObjAddr: 0x11C68, symBinAddr: 0x1000F0FC0, symSize: 0xC }
+ - { offset: 0x13B0B4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV7$engine0A2UI14ObservedObjectV7WrapperVyAA0B6EngineC_Gvg', symObjAddr: 0x11C74, symBinAddr: 0x1000F0FCC, symSize: 0x70 }
+ - { offset: 0x13B0D9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV7_engine33_4A337C40EBA47DBC02EA010D86DD727DLL0A2UI14ObservedObjectVyAA0B6EngineCGvg', symObjAddr: 0x11CE4, symBinAddr: 0x1000F103C, symSize: 0x34 }
+ - { offset: 0x13B0ED, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV7_engine33_4A337C40EBA47DBC02EA010D86DD727DLL0A2UI14ObservedObjectVyAA0B6EngineCGvs', symObjAddr: 0x11D18, symBinAddr: 0x1000F1070, symSize: 0x48 }
+ - { offset: 0x13B101, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV11fieldValues33_4A337C40EBA47DBC02EA010D86DD727DLLSDyS2SGvg', symObjAddr: 0x11DE0, symBinAddr: 0x1000F1138, symSize: 0x74 }
+ - { offset: 0x13B115, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV11fieldValues33_4A337C40EBA47DBC02EA010D86DD727DLLSDyS2SGvs', symObjAddr: 0x11E54, symBinAddr: 0x1000F11AC, symSize: 0xA8 }
+ - { offset: 0x13B129, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV12$fieldValues33_4A337C40EBA47DBC02EA010D86DD727DLL0A2UI7BindingVySDyS2SGGvg', symObjAddr: 0x11F44, symBinAddr: 0x1000F129C, symSize: 0x8C }
+ - { offset: 0x13B13D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV12_fieldValues33_4A337C40EBA47DBC02EA010D86DD727DLL0A2UI5StateVySDyS2SGGvg', symObjAddr: 0x11FD0, symBinAddr: 0x1000F1328, symSize: 0x3C }
+ - { offset: 0x13B151, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV12_fieldValues33_4A337C40EBA47DBC02EA010D86DD727DLL0A2UI5StateVySDyS2SGGvs', symObjAddr: 0x1200C, symBinAddr: 0x1000F1364, symSize: 0x64 }
+ - { offset: 0x13B16C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV4bodyQrvg', symObjAddr: 0x12070, symBinAddr: 0x1000F13C8, symSize: 0x394 }
+ - { offset: 0x13B190, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV4bodyQrvg0A2UI9TupleViewVyAE7ForEachVySayAA11FieldSchemaVGSSAC06inlineL033_4A337C40EBA47DBC02EA010D86DD727DLLyQrAKFQOy_Qo_G_AE0I0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonW0Rd__lFQOyAE0Y0VyAE4TextVG_AE017BorderedProminentyW0VQo_tGyXEfU_', symObjAddr: 0x12404, symBinAddr: 0x1000F175C, symSize: 0x528 }
+ - { offset: 0x13B1BB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV4bodyQrvg0A2UI9TupleViewVyAE7ForEachVySayAA11FieldSchemaVGSSAC06inlineL033_4A337C40EBA47DBC02EA010D86DD727DLLyQrAKFQOy_Qo_G_AE0I0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonW0Rd__lFQOyAE0Y0VyAE4TextVG_AE017BorderedProminentyW0VQo_tGyXEfU_AoKcfU_', symObjAddr: 0x12A1C, symBinAddr: 0x1000F1D74, symSize: 0x1A0 }
+ - { offset: 0x13B1F7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV4bodyQrvg0A2UI9TupleViewVyAE7ForEachVySayAA11FieldSchemaVGSSAC06inlineL033_4A337C40EBA47DBC02EA010D86DD727DLLyQrAKFQOy_Qo_G_AE0I0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonW0Rd__lFQOyAE0Y0VyAE4TextVG_AE017BorderedProminentyW0VQo_tGyXEfU_yyScMYccfU0_', symObjAddr: 0x13E9C, symBinAddr: 0x1000F31F4, symSize: 0x248 }
+ - { offset: 0x13B223, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV4bodyQrvg0A2UI9TupleViewVyAE7ForEachVySayAA11FieldSchemaVGSSAC06inlineL033_4A337C40EBA47DBC02EA010D86DD727DLLyQrAKFQOy_Qo_G_AE0I0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonW0Rd__lFQOyAE0Y0VyAE4TextVG_AE017BorderedProminentyW0VQo_tGyXEfU_yyScMYccfU0_yyYacfU_', symObjAddr: 0x140E4, symBinAddr: 0x1000F343C, symSize: 0x90 }
+ - { offset: 0x13B24E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV4bodyQrvg0A2UI9TupleViewVyAE7ForEachVySayAA11FieldSchemaVGSSAC06inlineL033_4A337C40EBA47DBC02EA010D86DD727DLLyQrAKFQOy_Qo_G_AE0I0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonW0Rd__lFQOyAE0Y0VyAE4TextVG_AE017BorderedProminentyW0VQo_tGyXEfU_yyScMYccfU0_yyYacfU_TY0_', symObjAddr: 0x14174, symBinAddr: 0x1000F34CC, symSize: 0x19C }
+ - { offset: 0x13B27D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV4bodyQrvg0A2UI9TupleViewVyAE7ForEachVySayAA11FieldSchemaVGSSAC06inlineL033_4A337C40EBA47DBC02EA010D86DD727DLLyQrAKFQOy_Qo_G_AE0I0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonW0Rd__lFQOyAE0Y0VyAE4TextVG_AE017BorderedProminentyW0VQo_tGyXEfU_yyScMYccfU0_yyYacfU_TQ1_', symObjAddr: 0x14310, symBinAddr: 0x1000F3668, symSize: 0xAC }
+ - { offset: 0x13B2AD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV4bodyQrvg0A2UI9TupleViewVyAE7ForEachVySayAA11FieldSchemaVGSSAC06inlineL033_4A337C40EBA47DBC02EA010D86DD727DLLyQrAKFQOy_Qo_G_AE0I0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonW0Rd__lFQOyAE0Y0VyAE4TextVG_AE017BorderedProminentyW0VQo_tGyXEfU_yyScMYccfU0_yyYacfU_TY2_', symObjAddr: 0x143BC, symBinAddr: 0x1000F3714, symSize: 0x44 }
+ - { offset: 0x13B2DD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV6fields33_4A337C40EBA47DBC02EA010D86DD727DLLSayAA11FieldSchemaVGvg', symObjAddr: 0x1292C, symBinAddr: 0x1000F1C84, symSize: 0xF0 }
+ - { offset: 0x13B30B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV11inlineField33_4A337C40EBA47DBC02EA010D86DD727DLLyQrAA0G6SchemaVF', symObjAddr: 0x12BBC, symBinAddr: 0x1000F1F14, symSize: 0xFD8 }
+ - { offset: 0x13B357, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV11inlineField33_4A337C40EBA47DBC02EA010D86DD727DLLyQrAA0G6SchemaVFSSyYbcfU2_', symObjAddr: 0x1443C, symBinAddr: 0x1000F3758, symSize: 0x150 }
+ - { offset: 0x13B393, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV11inlineField33_4A337C40EBA47DBC02EA010D86DD727DLLyQrAA0G6SchemaVFySSYbcfU3_', symObjAddr: 0x1458C, symBinAddr: 0x1000F38A8, symSize: 0x16C }
+ - { offset: 0x13B3E1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV11inlineField33_4A337C40EBA47DBC02EA010D86DD727DLLyQrAA0G6SchemaVFSSyYbcfU_', symObjAddr: 0x14718, symBinAddr: 0x1000F3A14, symSize: 0x150 }
+ - { offset: 0x13B41C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV11inlineField33_4A337C40EBA47DBC02EA010D86DD727DLLyQrAA0G6SchemaVFySSYbcfU0_', symObjAddr: 0x14868, symBinAddr: 0x1000F3B64, symSize: 0x16C }
+ - { offset: 0x13B46A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV11inlineField33_4A337C40EBA47DBC02EA010D86DD727DLLyQrAA0G6SchemaVF0A2UI9TupleViewVyAH0R0PAHE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAH4TextV_SSQo__AH7ForEachVySayAA8CodeItemVGSSAQGSgtGyXEfU1_', symObjAddr: 0x149D4, symBinAddr: 0x1000F3CD0, symSize: 0x7C4 }
+ - { offset: 0x13B4C7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV11inlineField33_4A337C40EBA47DBC02EA010D86DD727DLLyQrAA0G6SchemaVF0A2UI9TupleViewVyAH0R0PAHE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAH4TextV_SSQo__AH7ForEachVySayAA8CodeItemVGSSAQGSgtGyXEfU1_AqUcfU_', symObjAddr: 0x15198, symBinAddr: 0x1000F4494, symSize: 0x2F0 }
+ - { offset: 0x13B4F5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV11submitLabel33_4A337C40EBA47DBC02EA010D86DD727DLLSSvg', symObjAddr: 0x13B94, symBinAddr: 0x1000F2EEC, symSize: 0x308 }
+ - { offset: 0x13B53B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV6schema6engineAcA0E6SchemaV_AA0B6EngineCtcfC', symObjAddr: 0x154C0, symBinAddr: 0x1000F47BC, symSize: 0x100 }
+ - { offset: 0x13B54F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV0A2UI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0x15600, symBinAddr: 0x1000F48FC, symSize: 0x44 }
+ - { offset: 0x13B563, size: 0x8, addend: 0x0, symName: '_$sSo15NSDateFormatterCABycfcTO', symObjAddr: 0x15644, symBinAddr: 0x1000F4940, symSize: 0x20 }
+ - { offset: 0x13B673, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC6localeSSvpfP', symObjAddr: 0x0, symBinAddr: 0x10010217C, symSize: 0x70 }
+ - { offset: 0x13B697, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC16supportedLocalesSaySSGvpZ', symObjAddr: 0xC2E0, symBinAddr: 0x100206208, symSize: 0x0 }
+ - { offset: 0x13B6A5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC6localeSSvpfP', symObjAddr: 0x0, symBinAddr: 0x10010217C, symSize: 0x70 }
+ - { offset: 0x13BB49, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC6localeSSvpACTK', symObjAddr: 0x1B0, symBinAddr: 0x100102290, symSize: 0x5C }
+ - { offset: 0x13BB61, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC6localeSSvpACTk', symObjAddr: 0x20C, symBinAddr: 0x1001022EC, symSize: 0x70 }
+ - { offset: 0x13BB79, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC7_locale33_F788BFD46370265E8BE7C3E597BB5563LL7Combine9PublishedVySSGvpfi', symObjAddr: 0x504, symBinAddr: 0x100102594, symSize: 0x2C }
+ - { offset: 0x13BB91, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC8messagesSDyS2SGvpfP', symObjAddr: 0xA2C, symBinAddr: 0x100102A3C, symSize: 0x6C }
+ - { offset: 0x13BBBD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC8messagesSDyS2SGvpACTK', symObjAddr: 0xB30, symBinAddr: 0x100102B40, symSize: 0x58 }
+ - { offset: 0x13BBD5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC8messagesSDyS2SGvpACTk', symObjAddr: 0xB88, symBinAddr: 0x100102B98, symSize: 0x64 }
+ - { offset: 0x13BBED, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC9_messages33_F788BFD46370265E8BE7C3E597BB5563LL7Combine9PublishedVySDyS2SGGvpfi', symObjAddr: 0xE10, symBinAddr: 0x100102E20, symSize: 0x48 }
+ - { offset: 0x13BC05, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC7enabledSbvpfi', symObjAddr: 0x12D4, symBinAddr: 0x1001032E4, symSize: 0xC }
+ - { offset: 0x13BC1D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC8basePathSSvpfi', symObjAddr: 0x1418, symBinAddr: 0x100103428, symSize: 0x28 }
+ - { offset: 0x13BC35, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC6localeACSS_tcfcfA_', symObjAddr: 0x15A8, symBinAddr: 0x1001035B8, symSize: 0x2C }
+ - { offset: 0x13BC4F, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONReadingOptionsVMa', symObjAddr: 0x1E60, symBinAddr: 0x100103D04, symSize: 0x94 }
+ - { offset: 0x13BC63, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONReadingOptionsVABs10SetAlgebraSCWl', symObjAddr: 0x1EF4, symBinAddr: 0x100103D98, symSize: 0x6C }
+ - { offset: 0x13BC77, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC16supportedLocales_WZ', symObjAddr: 0x32C4, symBinAddr: 0x100104F84, symSize: 0xFC }
+ - { offset: 0x13BC91, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC16supportedLocalesSaySSGvau', symObjAddr: 0x33C0, symBinAddr: 0x100105080, symSize: 0x50 }
+ - { offset: 0x13BCAF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC7Combine16ObservableObjectAA0F19WillChangePublisherAdEP_AD0I0PWT', symObjAddr: 0x3CF8, symBinAddr: 0x1001059B8, symSize: 0xC }
+ - { offset: 0x13BCC3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nCMU', symObjAddr: 0x3D04, symBinAddr: 0x1001059C4, symSize: 0x18 }
+ - { offset: 0x13BCD7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nCMa', symObjAddr: 0x3D1C, symBinAddr: 0x1001059DC, symSize: 0x60 }
+ - { offset: 0x13BCEB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nCMr', symObjAddr: 0x3D7C, symBinAddr: 0x100105A3C, symSize: 0x108 }
+ - { offset: 0x13BCFF, size: 0x8, addend: 0x0, symName: '_$s7Combine9PublishedVySSGMa', symObjAddr: 0x3E84, symBinAddr: 0x100105B44, symSize: 0x90 }
+ - { offset: 0x13BD13, size: 0x8, addend: 0x0, symName: '_$s7Combine9PublishedVySDyS2SGGMa', symObjAddr: 0x3F14, symBinAddr: 0x100105BD4, symSize: 0xA0 }
+ - { offset: 0x13BD27, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONReadingOptionsVs9OptionSetSCSYWb', symObjAddr: 0x402C, symBinAddr: 0x100105C74, symSize: 0x14 }
+ - { offset: 0x13BD3B, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONReadingOptionsVABSYSCWl', symObjAddr: 0x4040, symBinAddr: 0x100105C88, symSize: 0x6C }
+ - { offset: 0x13BD4F, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONReadingOptionsVs9OptionSetSCs0D7AlgebraPWb', symObjAddr: 0x40AC, symBinAddr: 0x100105CF4, symSize: 0x14 }
+ - { offset: 0x13BD63, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONReadingOptionsVs10SetAlgebraSCSQWb', symObjAddr: 0x40C0, symBinAddr: 0x100105D08, symSize: 0x14 }
+ - { offset: 0x13BD77, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONReadingOptionsVABSQSCWl', symObjAddr: 0x40D4, symBinAddr: 0x100105D1C, symSize: 0x6C }
+ - { offset: 0x13BD8B, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONReadingOptionsVs10SetAlgebraSCs25ExpressibleByArrayLiteralPWb', symObjAddr: 0x4140, symBinAddr: 0x100105D88, symSize: 0x14 }
+ - { offset: 0x13BD9F, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONReadingOptionsVABs25ExpressibleByArrayLiteralSCWl', symObjAddr: 0x4154, symBinAddr: 0x100105D9C, symSize: 0x6C }
+ - { offset: 0x13BDB3, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONReadingOptionsVABs9OptionSetSCWl', symObjAddr: 0x41C0, symBinAddr: 0x100105E08, symSize: 0x6C }
+ - { offset: 0x13BDC7, size: 0x8, addend: 0x0, symName: '_$sS2us17FixedWidthIntegersWl', symObjAddr: 0x422C, symBinAddr: 0x100105E74, symSize: 0x64 }
+ - { offset: 0x13BDDB, size: 0x8, addend: 0x0, symName: '_$sSDyS2SGWOc', symObjAddr: 0x429C, symBinAddr: 0x100105ED8, symSize: 0x34 }
+ - { offset: 0x13BE39, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONReadingOptionsVs10SetAlgebraSCsACPxycfCTW', symObjAddr: 0x3874, symBinAddr: 0x100105534, symSize: 0x40 }
+ - { offset: 0x13BE55, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONReadingOptionsVs10SetAlgebraSCsACP8containsySb7ElementQzFTW', symObjAddr: 0x38B4, symBinAddr: 0x100105574, symSize: 0x38 }
+ - { offset: 0x13BE71, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONReadingOptionsVs10SetAlgebraSCsACP5unionyxxnFTW', symObjAddr: 0x38EC, symBinAddr: 0x1001055AC, symSize: 0x3C }
+ - { offset: 0x13BE8D, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONReadingOptionsVs10SetAlgebraSCsACP12intersectionyxxFTW', symObjAddr: 0x3928, symBinAddr: 0x1001055E8, symSize: 0x3C }
+ - { offset: 0x13BEA9, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONReadingOptionsVs10SetAlgebraSCsACP19symmetricDifferenceyxxnFTW', symObjAddr: 0x3964, symBinAddr: 0x100105624, symSize: 0x3C }
+ - { offset: 0x13BEC5, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONReadingOptionsVs10SetAlgebraSCsACP6insertySb8inserted_7ElementQz17memberAfterInserttAHnFTW', symObjAddr: 0x39A0, symBinAddr: 0x100105660, symSize: 0x40 }
+ - { offset: 0x13BEE1, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONReadingOptionsVs10SetAlgebraSCsACP6removey7ElementQzSgAGFTW', symObjAddr: 0x39E0, symBinAddr: 0x1001056A0, symSize: 0x3C }
+ - { offset: 0x13BEFD, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONReadingOptionsVs10SetAlgebraSCsACP6update4with7ElementQzSgAHn_tFTW', symObjAddr: 0x3A1C, symBinAddr: 0x1001056DC, symSize: 0x3C }
+ - { offset: 0x13BF19, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONReadingOptionsVs10SetAlgebraSCsACP9formUnionyyxnFTW', symObjAddr: 0x3A58, symBinAddr: 0x100105718, symSize: 0x40 }
+ - { offset: 0x13BF35, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONReadingOptionsVs10SetAlgebraSCsACP16formIntersectionyyxFTW', symObjAddr: 0x3A98, symBinAddr: 0x100105758, symSize: 0x40 }
+ - { offset: 0x13BF51, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONReadingOptionsVs10SetAlgebraSCsACP23formSymmetricDifferenceyyxnFTW', symObjAddr: 0x3AD8, symBinAddr: 0x100105798, symSize: 0x40 }
+ - { offset: 0x13BF6D, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONReadingOptionsVs10SetAlgebraSCsACP11subtractingyxxFTW', symObjAddr: 0x3B18, symBinAddr: 0x1001057D8, symSize: 0x14 }
+ - { offset: 0x13BF89, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONReadingOptionsVs10SetAlgebraSCsACP8isSubset2ofSbx_tFTW', symObjAddr: 0x3B2C, symBinAddr: 0x1001057EC, symSize: 0x18 }
+ - { offset: 0x13BFA5, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONReadingOptionsVs10SetAlgebraSCsACP10isDisjoint4withSbx_tFTW', symObjAddr: 0x3B44, symBinAddr: 0x100105804, symSize: 0x18 }
+ - { offset: 0x13BFC1, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONReadingOptionsVs10SetAlgebraSCsACP10isSuperset2ofSbx_tFTW', symObjAddr: 0x3B5C, symBinAddr: 0x10010581C, symSize: 0x18 }
+ - { offset: 0x13BFDD, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONReadingOptionsVs10SetAlgebraSCsACP7isEmptySbvgTW', symObjAddr: 0x3B74, symBinAddr: 0x100105834, symSize: 0x18 }
+ - { offset: 0x13BFF9, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONReadingOptionsVs10SetAlgebraSCsACPyxqd__ncSTRd__7ElementQyd__AERtzlufCTW', symObjAddr: 0x3B8C, symBinAddr: 0x10010584C, symSize: 0x38 }
+ - { offset: 0x13C015, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONReadingOptionsVs10SetAlgebraSCsACP8subtractyyxFTW', symObjAddr: 0x3BC4, symBinAddr: 0x100105884, symSize: 0x14 }
+ - { offset: 0x13C031, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONReadingOptionsVSQSCSQ2eeoiySbx_xtFZTW', symObjAddr: 0x3BD8, symBinAddr: 0x100105898, symSize: 0x48 }
+ - { offset: 0x13C04D, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONReadingOptionsVs25ExpressibleByArrayLiteralSCsACP05arrayF0x0eF7ElementQzd_tcfCTW', symObjAddr: 0x3C20, symBinAddr: 0x1001058E0, symSize: 0x3C }
+ - { offset: 0x13C0C6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC7Combine16ObservableObjectAadEP16objectWillChange0fhI9PublisherQzvgTW', symObjAddr: 0x3848, symBinAddr: 0x100105508, symSize: 0x2C }
+ - { offset: 0x13C0F8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC6localeSSvg', symObjAddr: 0x10C, symBinAddr: 0x1001021EC, symSize: 0xA4 }
+ - { offset: 0x13C123, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC6localeSSvs', symObjAddr: 0x27C, symBinAddr: 0x10010235C, symSize: 0xB4 }
+ - { offset: 0x13C156, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC6localeSSvM', symObjAddr: 0x330, symBinAddr: 0x100102410, symSize: 0xC4 }
+ - { offset: 0x13C17A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC6localeSSvM.resume.0', symObjAddr: 0x3F4, symBinAddr: 0x1001024D4, symSize: 0xC0 }
+ - { offset: 0x13C19B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC7$locale7Combine9PublishedV9PublisherVySS_Gvg', symObjAddr: 0x530, symBinAddr: 0x1001025C0, symSize: 0x78 }
+ - { offset: 0x13C1BF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC7$locale7Combine9PublishedV9PublisherVySS_Gvs', symObjAddr: 0x628, symBinAddr: 0x100102638, symSize: 0x100 }
+ - { offset: 0x13C1F3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC7$locale7Combine9PublishedV9PublisherVySS_GvM', symObjAddr: 0x728, symBinAddr: 0x100102738, symSize: 0xD4 }
+ - { offset: 0x13C217, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC7$locale7Combine9PublishedV9PublisherVySS_GvM.resume.0', symObjAddr: 0x7FC, symBinAddr: 0x10010280C, symSize: 0xDC }
+ - { offset: 0x13C238, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC7_locale33_F788BFD46370265E8BE7C3E597BB5563LL7Combine9PublishedVySSGvg', symObjAddr: 0x8D8, symBinAddr: 0x1001028E8, symSize: 0x78 }
+ - { offset: 0x13C24C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC7_locale33_F788BFD46370265E8BE7C3E597BB5563LL7Combine9PublishedVySSGvs', symObjAddr: 0x950, symBinAddr: 0x100102960, symSize: 0xDC }
+ - { offset: 0x13C260, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC8messagesSDyS2SGvg', symObjAddr: 0xA98, symBinAddr: 0x100102AA8, symSize: 0x98 }
+ - { offset: 0x13C284, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC8messagesSDyS2SGvs', symObjAddr: 0xBEC, symBinAddr: 0x100102BFC, symSize: 0xA0 }
+ - { offset: 0x13C2B7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC8messagesSDyS2SGvM', symObjAddr: 0xC8C, symBinAddr: 0x100102C9C, symSize: 0xC4 }
+ - { offset: 0x13C2DB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC8messagesSDyS2SGvM.resume.0', symObjAddr: 0xD50, symBinAddr: 0x100102D60, symSize: 0xC0 }
+ - { offset: 0x13C2FC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC9$messages7Combine9PublishedV9PublisherVySDyS2SG_Gvg', symObjAddr: 0xE58, symBinAddr: 0x100102E68, symSize: 0x78 }
+ - { offset: 0x13C320, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC9$messages7Combine9PublishedV9PublisherVySDyS2SG_Gvs', symObjAddr: 0xED0, symBinAddr: 0x100102EE0, symSize: 0x100 }
+ - { offset: 0x13C354, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC9$messages7Combine9PublishedV9PublisherVySDyS2SG_GvM', symObjAddr: 0xFD0, symBinAddr: 0x100102FE0, symSize: 0xD4 }
+ - { offset: 0x13C378, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC9$messages7Combine9PublishedV9PublisherVySDyS2SG_GvM.resume.0', symObjAddr: 0x10A4, symBinAddr: 0x1001030B4, symSize: 0xDC }
+ - { offset: 0x13C399, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC9_messages33_F788BFD46370265E8BE7C3E597BB5563LL7Combine9PublishedVySDyS2SGGvg', symObjAddr: 0x1180, symBinAddr: 0x100103190, symSize: 0x78 }
+ - { offset: 0x13C3AD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC9_messages33_F788BFD46370265E8BE7C3E597BB5563LL7Combine9PublishedVySDyS2SGGvs', symObjAddr: 0x11F8, symBinAddr: 0x100103208, symSize: 0xDC }
+ - { offset: 0x13C3C1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC7enabledSbvg', symObjAddr: 0x12E0, symBinAddr: 0x1001032F0, symSize: 0x5C }
+ - { offset: 0x13C3D5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC7enabledSbvs', symObjAddr: 0x133C, symBinAddr: 0x10010334C, symSize: 0x58 }
+ - { offset: 0x13C3E9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC7enabledSbvM', symObjAddr: 0x1394, symBinAddr: 0x1001033A4, symSize: 0x48 }
+ - { offset: 0x13C3FD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC7enabledSbvM.resume.0', symObjAddr: 0x13DC, symBinAddr: 0x1001033EC, symSize: 0x3C }
+ - { offset: 0x13C411, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC8basePathSSvg', symObjAddr: 0x1440, symBinAddr: 0x100103450, symSize: 0x68 }
+ - { offset: 0x13C425, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC8basePathSSvs', symObjAddr: 0x14A8, symBinAddr: 0x1001034B8, symSize: 0x7C }
+ - { offset: 0x13C439, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC8basePathSSvM', symObjAddr: 0x1524, symBinAddr: 0x100103534, symSize: 0x48 }
+ - { offset: 0x13C44D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC8basePathSSvM.resume.0', symObjAddr: 0x156C, symBinAddr: 0x10010357C, symSize: 0x3C }
+ - { offset: 0x13C46D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC6localeACSS_tcfC', symObjAddr: 0x15D4, symBinAddr: 0x1001035E4, symSize: 0x50 }
+ - { offset: 0x13C481, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC6localeACSS_tcfc', symObjAddr: 0x1624, symBinAddr: 0x100103634, symSize: 0x20C }
+ - { offset: 0x13C4B4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC12loadMessagesyySDyS2SGF', symObjAddr: 0x1830, symBinAddr: 0x100103840, symSize: 0x40 }
+ - { offset: 0x13C4E7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC8loadJSONyySSF', symObjAddr: 0x1870, symBinAddr: 0x100103880, symSize: 0x484 }
+ - { offset: 0x13C55B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC11loadFromURLyySSYaF', symObjAddr: 0x1F60, symBinAddr: 0x100103E04, symSize: 0x180 }
+ - { offset: 0x13C5AF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC11loadFromURLyySSYaFTY0_', symObjAddr: 0x20E0, symBinAddr: 0x100103F84, symSize: 0x1EC }
+ - { offset: 0x13C624, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC11loadFromURLyySSYaFTQ1_', symObjAddr: 0x22CC, symBinAddr: 0x100104170, symSize: 0x14C }
+ - { offset: 0x13C683, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC11loadFromURLyySSYaFTY2_', symObjAddr: 0x2418, symBinAddr: 0x1001042BC, symSize: 0x3BC }
+ - { offset: 0x13C73B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC11loadFromURLyySSYaFTY3_', symObjAddr: 0x27D4, symBinAddr: 0x100104678, symSize: 0x298 }
+ - { offset: 0x13C7B8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC10loadLocaleyySSYaF', symObjAddr: 0x2C00, symBinAddr: 0x100104910, symSize: 0xB8 }
+ - { offset: 0x13C7ED, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC10loadLocaleyySSYaFTY0_', symObjAddr: 0x2CB8, symBinAddr: 0x1001049C8, symSize: 0x31C }
+ - { offset: 0x13C841, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC10loadLocaleyySSYaFTQ1_', symObjAddr: 0x2FD4, symBinAddr: 0x100104CE4, symSize: 0x6C }
+ - { offset: 0x13C8A0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC10loadLocaleyySSYaFTY2_', symObjAddr: 0x3040, symBinAddr: 0x100104D50, symSize: 0x64 }
+ - { offset: 0x13C8FC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC1tyS2SF', symObjAddr: 0x30CC, symBinAddr: 0x100104DB4, symSize: 0x194 }
+ - { offset: 0x13C92F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC9translateyS2SF', symObjAddr: 0x3288, symBinAddr: 0x100104F48, symSize: 0x3C }
+ - { offset: 0x13C962, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC16supportedLocalesSaySSGvgZ', symObjAddr: 0x3410, symBinAddr: 0x1001050D0, symSize: 0x2C }
+ - { offset: 0x13C976, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC10localeNameyS2SFZ', symObjAddr: 0x343C, symBinAddr: 0x1001050FC, symSize: 0x324 }
+ - { offset: 0x13C9BE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nCfd', symObjAddr: 0x3760, symBinAddr: 0x100105420, symSize: 0xA8 }
+ - { offset: 0x13C9E2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nCfD', symObjAddr: 0x3808, symBinAddr: 0x1001054C8, symSize: 0x40 }
+ - { offset: 0x13CA9A, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONReadingOptionsVs9OptionSetSCsACP8rawValuex03RawF0Qz_tcfCTW', symObjAddr: 0x3C5C, symBinAddr: 0x10010591C, symSize: 0x2C }
+ - { offset: 0x13CAB5, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONReadingOptionsV8rawValueABSu_tcfC', symObjAddr: 0x3C88, symBinAddr: 0x100105948, symSize: 0x4 }
+ - { offset: 0x13CAC9, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONReadingOptionsVSYSCSY8rawValuexSg03RawD0Qz_tcfCTW', symObjAddr: 0x3C8C, symBinAddr: 0x10010594C, symSize: 0x3C }
+ - { offset: 0x13CADD, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONReadingOptionsVSYSCSY8rawValue03RawD0QzvgTW', symObjAddr: 0x3CC8, symBinAddr: 0x100105988, symSize: 0x2C }
+ - { offset: 0x13CAF1, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONReadingOptionsV8rawValueSuvg', symObjAddr: 0x3CF4, symBinAddr: 0x1001059B4, symSize: 0x4 }
+ - { offset: 0x13CBBC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlV6schemaAA0D6SchemaVvg', symObjAddr: 0x0, symBinAddr: 0x100105F0C, symSize: 0x1C }
+ - { offset: 0x13CE98, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlV6engineAA0B6EngineCvpfP', symObjAddr: 0x950, symBinAddr: 0x100105F28, symSize: 0x40 }
+ - { offset: 0x13CEC4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlV6engineAA0B6EngineCvpACTK', symObjAddr: 0xABC, symBinAddr: 0x100105FC4, symSize: 0x64 }
+ - { offset: 0x13CEDC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlV6engineAA0B6EngineCvpACTk', symObjAddr: 0xB20, symBinAddr: 0x100106028, symSize: 0x40 }
+ - { offset: 0x13CEF4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlV4text33_12F12DAADF06E6A877F5D41CABB43F8ALLSSvpfP', symObjAddr: 0xCC8, symBinAddr: 0x1001061D0, symSize: 0x90 }
+ - { offset: 0x13CF20, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlV5_text33_12F12DAADF06E6A877F5D41CABB43F8ALL0A2UI5StateVySSGvpfi', symObjAddr: 0xFBC, symBinAddr: 0x1001063B4, symSize: 0x28 }
+ - { offset: 0x13CF38, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlV9isFocused33_12F12DAADF06E6A877F5D41CABB43F8ALLSbvpfP', symObjAddr: 0x1148, symBinAddr: 0x100106540, symSize: 0x50 }
+ - { offset: 0x13CF64, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlV10_isFocused33_12F12DAADF06E6A877F5D41CABB43F8ALL0A2UI5StateVySbGvpfi', symObjAddr: 0x1314, symBinAddr: 0x1001066A8, symSize: 0xC }
+ - { offset: 0x13CF7C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlV12errorMessage33_12F12DAADF06E6A877F5D41CABB43F8ALLSSvpfP', symObjAddr: 0x1434, symBinAddr: 0x1001067C8, symSize: 0x90 }
+ - { offset: 0x13CFA8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlV13_errorMessage33_12F12DAADF06E6A877F5D41CABB43F8ALL0A2UI5StateVySSGvpfi', symObjAddr: 0x1620, symBinAddr: 0x1001069B4, symSize: 0x28 }
+ - { offset: 0x13CFC0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlV4bodyQrvg0A2UI9TupleViewVyAE4TextVSg_AE0H0PAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeKRd__lFQOyAlEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAlEE14textFieldStyleyQrqd__AE0irS0Rd__lFQOyAE0iR0VyAIG_AE013RoundedBorderirS0VQo__SSQo__AE011StrokeShapeH0VyAE0T9RectangleVAE5ColorVAE05EmptyH0VGQo_AJtGyXEfU_TA', symObjAddr: 0x3650, symBinAddr: 0x100107FE8, symSize: 0x8 }
+ - { offset: 0x13CFD4, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI9TupleViewVyAA4TextVSg_AA15ModifiedContentVyAA0D0PAAE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAjAE14textFieldStyleyQrqd__AA0emN0Rd__lFQOyAA0eM0VyAEG_AA013RoundedBorderemN0VQo__SSQo_AA16_OverlayModifierVyAA011StrokeShapeD0VyAA0O9RectangleVAA5ColorVAA05EmptyD0VGGGAFtGACyxGAaiAWl', symObjAddr: 0x3658, symBinAddr: 0x100107FF0, symSize: 0x74 }
+ - { offset: 0x13CFE8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlV4bodyQrvgyycfU0_TA', symObjAddr: 0x54B8, symBinAddr: 0x1001095F4, symSize: 0x8 }
+ - { offset: 0x13CFFC, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6VStackVyAA9TupleViewVyAA4TextVSg_AA15ModifiedContentVyAA0E0PAAE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAlAE14textFieldStyleyQrqd__AA0fnO0Rd__lFQOyAA0fN0VyAGG_AA013RoundedBorderfnO0VQo__SSQo_AA16_OverlayModifierVyAA011StrokeShapeE0VyAA0P9RectangleVAA5ColorVAA05EmptyE0VGGGAHtGGACyxGAakAWl', symObjAddr: 0x54C0, symBinAddr: 0x1001095FC, symSize: 0x74 }
+ - { offset: 0x13D010, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6VStackVyAA9TupleViewVyAA4TextVSg_ACyAA0G0PAAE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAlAE14textFieldStyleyQrqd__AA0hnO0Rd__lFQOyAA0hN0VyAIG_AA013RoundedBorderhnO0VQo__SSQo_AA16_OverlayModifierVyAA011StrokeShapeG0VyAA0P9RectangleVAA5ColorVAA05EmptyG0VGGGAJtGGAA017_AppearanceActionS0VGACyxq_GAak2aKRzAA0gS0R_rlWl', symObjAddr: 0x577C, symBinAddr: 0x100109848, symSize: 0x8C }
+ - { offset: 0x13D19E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15TextareaControlV6engineAA0B6EngineCvpfP', symObjAddr: 0x7058, symBinAddr: 0x10010A208, symSize: 0x40 }
+ - { offset: 0x13D1CA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15TextareaControlV6engineAA0B6EngineCvpACTK', symObjAddr: 0x70F4, symBinAddr: 0x10010A2A4, symSize: 0x64 }
+ - { offset: 0x13D1E2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15TextareaControlV6engineAA0B6EngineCvpACTk', symObjAddr: 0x7158, symBinAddr: 0x10010A308, symSize: 0x40 }
+ - { offset: 0x13D1FA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15TextareaControlV4text33_12F12DAADF06E6A877F5D41CABB43F8ALLSSvpfP', symObjAddr: 0x7300, symBinAddr: 0x10010A4B0, symSize: 0x90 }
+ - { offset: 0x13D226, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15TextareaControlV5_text33_12F12DAADF06E6A877F5D41CABB43F8ALL0A2UI5StateVySSGvpfi', symObjAddr: 0x74E4, symBinAddr: 0x10010A694, symSize: 0x28 }
+ - { offset: 0x13D23E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15TextareaControlV4bodyQrvg0A2UI9TupleViewVyAE4TextVSg_AE0H0PAEE6border_5widthQrqd___12CoreGraphics7CGFloatVtAE10ShapeStyleRd__lFQOyAlEE5frame8minWidth05idealS003maxS00R6Height0tV00uV09alignmentQrAQSg_A_A_A_A_A_AE9AlignmentVtFQOyAE0I6EditorV_Qo__AE5ColorVQo_tGyXEfU_TA', symObjAddr: 0x8ED8, symBinAddr: 0x10010B6F0, symSize: 0x8 }
+ - { offset: 0x13D252, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI9TupleViewVyAA4TextVSg_AA15ModifiedContentVyAHyAA0E6EditorVAA16_FlexFrameLayoutVGAA16_OverlayModifierVyAA06_ShapeD0VyAA08_StrokedN0VyAA9RectangleV6_InsetVGAA5ColorVGGGtGACyxGAA0D0AAWl', symObjAddr: 0x8EE0, symBinAddr: 0x10010B6F8, symSize: 0x74 }
+ - { offset: 0x13D266, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15TextareaControlV4bodyQrvgyycfU0_TA', symObjAddr: 0x9758, symBinAddr: 0x10010BC04, symSize: 0x8 }
+ - { offset: 0x13D27A, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6VStackVyAA9TupleViewVyAA4TextVSg_AA15ModifiedContentVyAJyAA0F6EditorVAA16_FlexFrameLayoutVGAA16_OverlayModifierVyAA06_ShapeE0VyAA08_StrokedO0VyAA9RectangleV6_InsetVGAA5ColorVGGGtGGACyxGAA0E0AAWl', symObjAddr: 0x9760, symBinAddr: 0x10010BC0C, symSize: 0x74 }
+ - { offset: 0x13D28E, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6VStackVyAA9TupleViewVyAA4TextVSg_AA15ModifiedContentVyAJyAA0F6EditorVAA16_FlexFrameLayoutVGAA16_OverlayModifierVyAA06_ShapeE0VyAA08_StrokedO0VyAA9RectangleV6_InsetVGAA5ColorVGGGtGGWOh', symObjAddr: 0x97D4, symBinAddr: 0x10010BC80, symSize: 0x108 }
+ - { offset: 0x13D2A2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15TextareaControlV4bodyQrvgySS_SStcfU1_TA', symObjAddr: 0x9CC8, symBinAddr: 0x10010C174, symSize: 0x8 }
+ - { offset: 0x13D2B6, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6VStackVyAA9TupleViewVyAA4TextVSg_ACyACyAA0H6EditorVAA16_FlexFrameLayoutVGAA16_OverlayModifierVyAA06_ShapeG0VyAA08_StrokedO0VyAA9RectangleV6_InsetVGAA5ColorVGGGtGGAA017_AppearanceActionN0VGACyxq_GAA0G0A2AA10_RzAA0gN0R_rlWl', symObjAddr: 0x9CD0, symBinAddr: 0x10010C17C, symSize: 0x8C }
+ - { offset: 0x13D2CA, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6VStackVyAA9TupleViewVyAA4TextVSg_ACyACyAA0H6EditorVAA16_FlexFrameLayoutVGAA16_OverlayModifierVyAA06_ShapeG0VyAA08_StrokedO0VyAA9RectangleV6_InsetVGAA5ColorVGGGtGGAA017_AppearanceActionN0VGWOh', symObjAddr: 0x9D84, symBinAddr: 0x10010C208, symSize: 0x168 }
+ - { offset: 0x13D484, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlV6engineAA0B6EngineCvpfP', symObjAddr: 0xA07C, symBinAddr: 0x10010C500, symSize: 0x40 }
+ - { offset: 0x13D4B0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlV6engineAA0B6EngineCvpACTK', symObjAddr: 0xA118, symBinAddr: 0x10010C59C, symSize: 0x64 }
+ - { offset: 0x13D4C8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlV6engineAA0B6EngineCvpACTk', symObjAddr: 0xA17C, symBinAddr: 0x10010C600, symSize: 0x40 }
+ - { offset: 0x13D4E0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlV5value33_12F12DAADF06E6A877F5D41CABB43F8ALLSdvpfP', symObjAddr: 0xA324, symBinAddr: 0x10010C7A8, symSize: 0x40 }
+ - { offset: 0x13D50C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlV6_value33_12F12DAADF06E6A877F5D41CABB43F8ALL0A2UI5StateVySdGvpfi', symObjAddr: 0xA4D4, symBinAddr: 0x10010C8F4, symSize: 0x8 }
+ - { offset: 0x13D524, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlV4bodyQrvg0A2UI9TupleViewVyAE4TextVSg_AE6HStackVyAGyAE0H0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonL0Rd__lFQOyAE0N0VyAIG_AE08BorderednL0VQo__AnEE09multilineI9AlignmentyQrAE0iQ0OFQOyAnEE5frame8minWidth05idealT003maxT00S6Height0uW00vW09alignmentQr12CoreGraphics7CGFloatVSg_A9_A9_A9_A9_A9_AE0Q0VtFQOyAI_Qo__Qo_AVtGGtGyXEfU_TA', symObjAddr: 0xBC74, symBinAddr: 0x10010D718, symSize: 0x8 }
+ - { offset: 0x13D538, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI9TupleViewVyAA4TextVSg_AA6HStackVyACyAA0D0PAAE11buttonStyleyQrqd__AA015PrimitiveButtonH0Rd__lFQOyAA0J0VyAEG_AA08BorderedjH0VQo__AA15ModifiedContentVyATyAeA16_FlexFrameLayoutVGAA30_EnvironmentKeyWritingModifierVyAA0E9AlignmentOGGARtGGtGACyxGAaiAWl', symObjAddr: 0xBC7C, symBinAddr: 0x10010D720, symSize: 0x74 }
+ - { offset: 0x13D54C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlV4bodyQrvgyycfU0_TA', symObjAddr: 0xCFDC, symBinAddr: 0x10010E6E4, symSize: 0x8 }
+ - { offset: 0x13D560, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6VStackVyAA9TupleViewVyAA4TextVSg_AA6HStackVyAEyAA0E0PAAE11buttonStyleyQrqd__AA015PrimitiveButtonI0Rd__lFQOyAA0K0VyAGG_AA08BorderedkI0VQo__AA15ModifiedContentVyAVyAgA16_FlexFrameLayoutVGAA30_EnvironmentKeyWritingModifierVyAA0F9AlignmentOGGATtGGtGGACyxGAakAWl', symObjAddr: 0xCFE4, symBinAddr: 0x10010E6EC, symSize: 0x74 }
+ - { offset: 0x13D574, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlV4bodyQrvgySd_SdtcfU1_TA', symObjAddr: 0xD660, symBinAddr: 0x10010ED68, symSize: 0x8 }
+ - { offset: 0x13D588, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6VStackVyAA9TupleViewVyAA4TextVSg_AA6HStackVyAGyAA0G0PAAE11buttonStyleyQrqd__AA015PrimitiveButtonK0Rd__lFQOyAA0M0VyAIG_AA08BorderedmK0VQo__ACyACyAiA16_FlexFrameLayoutVGAA30_EnvironmentKeyWritingModifierVyAA0H9AlignmentOGGAVtGGtGGAA017_AppearanceActionU0VGACyxq_GAam2aMRzAA0gU0R_rlWl', symObjAddr: 0xD668, symBinAddr: 0x10010ED70, symSize: 0x8C }
+ - { offset: 0x13D716, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlV6engineAA0B6EngineCvpfP', symObjAddr: 0xDA34, symBinAddr: 0x10010F13C, symSize: 0x40 }
+ - { offset: 0x13D742, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlV6engineAA0B6EngineCvpACTK', symObjAddr: 0xDAA8, symBinAddr: 0x10010F1B0, symSize: 0x90 }
+ - { offset: 0x13D75A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlV6engineAA0B6EngineCvpACTk', symObjAddr: 0xDB38, symBinAddr: 0x10010F240, symSize: 0x40 }
+ - { offset: 0x13D772, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlV4date33_12F12DAADF06E6A877F5D41CABB43F8ALL10Foundation0C0VvpfP', symObjAddr: 0xDCE0, symBinAddr: 0x10010F3E8, symSize: 0xA8 }
+ - { offset: 0x13D79F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlVMa', symObjAddr: 0xDE30, symBinAddr: 0x10010F538, symSize: 0x60 }
+ - { offset: 0x13D7B3, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI5StateVy10Foundation4DateVGWOc', symObjAddr: 0xDE90, symBinAddr: 0x10010F598, symSize: 0x84 }
+ - { offset: 0x13D7C7, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI5StateVy10Foundation4DateVGWOh', symObjAddr: 0xDF14, symBinAddr: 0x10010F61C, symSize: 0x64 }
+ - { offset: 0x13D7DB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlV5_date33_12F12DAADF06E6A877F5D41CABB43F8ALL0A2UI5StateVy10Foundation0C0VGvpfi', symObjAddr: 0xE09C, symBinAddr: 0x10010F7A4, symSize: 0x14 }
+ - { offset: 0x13D7F3, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI5StateVy10Foundation4DateVGWOd', symObjAddr: 0xE224, symBinAddr: 0x10010F92C, symSize: 0x7C }
+ - { offset: 0x13D807, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlV4bodyQrvg0A2UI9TupleViewVyAE4TextVSg_AE0H0PAEE12labelsHiddenQryFQOyAE0C6PickerVyAIG_Qo_tGyXEfU_TA', symObjAddr: 0xF128, symBinAddr: 0x100110830, symSize: 0x8 }
+ - { offset: 0x13D81B, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI9TupleViewVyAA4TextVSg_AA0D0PAAE12labelsHiddenQryFQOyAA10DatePickerVyAEG_Qo_tGACyxGAagAWl', symObjAddr: 0xF130, symBinAddr: 0x100110838, symSize: 0x74 }
+ - { offset: 0x13D82F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlVWOb', symObjAddr: 0x10208, symBinAddr: 0x100110F24, symSize: 0xD0 }
+ - { offset: 0x13D843, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlV4bodyQrvgy10Foundation0C0V_AGtcfU0_TA', symObjAddr: 0x102D8, symBinAddr: 0x100110FF4, symSize: 0x4C }
+ - { offset: 0x13D857, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6VStackVyAA9TupleViewVyAA4TextVSg_AA0E0PAAE12labelsHiddenQryFQOyAA10DatePickerVyAGG_Qo_tGGACyxGAaiAWl', symObjAddr: 0x10324, symBinAddr: 0x100111040, symSize: 0x74 }
+ - { offset: 0x13D86B, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DateVACSQAAWl', symObjAddr: 0x10398, symBinAddr: 0x1001110B4, symSize: 0x6C }
+ - { offset: 0x13D87F, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI5StateVy10Foundation4DateVGWOb', symObjAddr: 0x10628, symBinAddr: 0x100111318, symSize: 0x70 }
+ - { offset: 0x13D893, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlV0A2UI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0x10698, symBinAddr: 0x100111388, symSize: 0x24 }
+ - { offset: 0x13D8A7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15TextareaControlV0A2UI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0x106BC, symBinAddr: 0x1001113AC, symSize: 0x24 }
+ - { offset: 0x13D8BB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlV0A2UI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0x106E0, symBinAddr: 0x1001113D0, symSize: 0x24 }
+ - { offset: 0x13D8CF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlV0A2UI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0x10704, symBinAddr: 0x1001113F4, symSize: 0x24 }
+ - { offset: 0x13D8E3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlVwCP', symObjAddr: 0x1077C, symBinAddr: 0x10011146C, symSize: 0x3C }
+ - { offset: 0x13D8F7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlVwxx', symObjAddr: 0x107B8, symBinAddr: 0x1001114A8, symSize: 0x354 }
+ - { offset: 0x13D90B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlVwcp', symObjAddr: 0x10B0C, symBinAddr: 0x1001117FC, symSize: 0x9FC }
+ - { offset: 0x13D91F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlVwca', symObjAddr: 0x11508, symBinAddr: 0x1001121F8, symSize: 0x10A4 }
+ - { offset: 0x13D933, size: 0x8, addend: 0x0, symName: ___swift_memcpy1072_8, symObjAddr: 0x126D0, symBinAddr: 0x10011329C, symSize: 0x2C }
+ - { offset: 0x13D947, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlVwta', symObjAddr: 0x126FC, symBinAddr: 0x1001132C8, symSize: 0xAB0 }
+ - { offset: 0x13D95B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlVwet', symObjAddr: 0x131AC, symBinAddr: 0x100113D78, symSize: 0x118 }
+ - { offset: 0x13D96F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlVwst', symObjAddr: 0x132C4, symBinAddr: 0x100113E90, symSize: 0x3C4 }
+ - { offset: 0x13D983, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlVMa', symObjAddr: 0x13688, symBinAddr: 0x100114254, symSize: 0x14 }
+ - { offset: 0x13D997, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15TextareaControlVwCP', symObjAddr: 0x1369C, symBinAddr: 0x100114268, symSize: 0x3C }
+ - { offset: 0x13D9AB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15TextareaControlVwxx', symObjAddr: 0x136D8, symBinAddr: 0x1001142A4, symSize: 0x330 }
+ - { offset: 0x13D9BF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15TextareaControlVwcp', symObjAddr: 0x13A08, symBinAddr: 0x1001145D4, symSize: 0x998 }
+ - { offset: 0x13D9D3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15TextareaControlVwca', symObjAddr: 0x143A0, symBinAddr: 0x100114F6C, symSize: 0x100C }
+ - { offset: 0x13D9E7, size: 0x8, addend: 0x0, symName: ___swift_memcpy1032_8, symObjAddr: 0x153AC, symBinAddr: 0x100115F78, symSize: 0x2C }
+ - { offset: 0x13D9FB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15TextareaControlVwta', symObjAddr: 0x153D8, symBinAddr: 0x100115FA4, symSize: 0xA58 }
+ - { offset: 0x13DA0F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15TextareaControlVwet', symObjAddr: 0x15E30, symBinAddr: 0x1001169FC, symSize: 0x118 }
+ - { offset: 0x13DA23, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15TextareaControlVwst', symObjAddr: 0x15F48, symBinAddr: 0x100116B14, symSize: 0x3B0 }
+ - { offset: 0x13DA37, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15TextareaControlVMa', symObjAddr: 0x162F8, symBinAddr: 0x100116EC4, symSize: 0x14 }
+ - { offset: 0x13DA4B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlVwCP', symObjAddr: 0x1630C, symBinAddr: 0x100116ED8, symSize: 0x3C }
+ - { offset: 0x13DA5F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlVwxx', symObjAddr: 0x16348, symBinAddr: 0x100116F14, symSize: 0x324 }
+ - { offset: 0x13DA73, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlVwcp', symObjAddr: 0x1666C, symBinAddr: 0x100117238, symSize: 0x97C }
+ - { offset: 0x13DA87, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlVwca', symObjAddr: 0x16FE8, symBinAddr: 0x100117BB4, symSize: 0xFE4 }
+ - { offset: 0x13DA9B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlVwta', symObjAddr: 0x17FF8, symBinAddr: 0x100118B98, symSize: 0xA40 }
+ - { offset: 0x13DAAF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlVwet', symObjAddr: 0x18A38, symBinAddr: 0x1001195D8, symSize: 0x118 }
+ - { offset: 0x13DAC3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlVwst', symObjAddr: 0x18B50, symBinAddr: 0x1001196F0, symSize: 0x3A8 }
+ - { offset: 0x13DAD7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlVMa', symObjAddr: 0x18EF8, symBinAddr: 0x100119A98, symSize: 0x14 }
+ - { offset: 0x13DAEB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlVwCP', symObjAddr: 0x18F0C, symBinAddr: 0x100119AAC, symSize: 0xA4C }
+ - { offset: 0x13DAFF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlVwxx', symObjAddr: 0x19958, symBinAddr: 0x10011A4F8, symSize: 0x370 }
+ - { offset: 0x13DB13, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlVwcp', symObjAddr: 0x19CC8, symBinAddr: 0x10011A868, symSize: 0x9E0 }
+ - { offset: 0x13DB27, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlVwca', symObjAddr: 0x1A6A8, symBinAddr: 0x10011B248, symSize: 0x1048 }
+ - { offset: 0x13DB3B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlVwtk', symObjAddr: 0x1B6F0, symBinAddr: 0x10011C290, symSize: 0xC0 }
+ - { offset: 0x13DB4F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlVwta', symObjAddr: 0x1B7B0, symBinAddr: 0x10011C350, symSize: 0xAA0 }
+ - { offset: 0x13DB63, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlVwet', symObjAddr: 0x1C250, symBinAddr: 0x10011CDF0, symSize: 0x1C }
+ - { offset: 0x13DB77, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlVwst', symObjAddr: 0x1C348, symBinAddr: 0x10011CEE8, symSize: 0x1C }
+ - { offset: 0x13DB8B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlVMr', symObjAddr: 0x1C418, symBinAddr: 0x10011CFB8, symSize: 0xAC }
+ - { offset: 0x13DB9F, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI5StateVy10Foundation4DateVGMa', symObjAddr: 0x1C4C4, symBinAddr: 0x10011D064, symSize: 0x98 }
+ - { offset: 0x13DBB3, size: 0x8, addend: 0x0, symName: '_$sS2ayxGycfC12CoreGraphics7CGFloatV_Ttgq5', symObjAddr: 0x1CE2C, symBinAddr: 0x10011D27C, symSize: 0x2C }
+ - { offset: 0x13DBCB, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI5ShapePAAE6stroke_5style11antialiasedAA06StrokeC4ViewVyxqd__AA05EmptyH0VGqd___AA0G5StyleVSbtAA0cJ0Rd__lF', symObjAddr: 0x1CE58, symBinAddr: 0x10011D2A8, symSize: 0x148 }
+ - { offset: 0x13DBFE, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15StrokeShapeViewV5shape5style11strokeStyle13isAntialiased10backgroundACyxq_q0_Gx_q_AA0cI0VSbq0_tcfC', symObjAddr: 0x1CFA0, symBinAddr: 0x10011D3F0, symSize: 0x3D4 }
+ - { offset: 0x13DC3E, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_BackgroundModifierV10background9alignmentACyxGx_AA9AlignmentVtcfcfA0_', symObjAddr: 0x1D374, symBinAddr: 0x10011D7C4, symSize: 0x20 }
+ - { offset: 0x13DC64, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlV4bodyQrvg0A2UI9TupleViewVyAE4TextVSg_AE6HStackVyAGyAE0H0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonL0Rd__lFQOyAE0N0VyAIG_AE08BorderednL0VQo__AnEE09multilineI9AlignmentyQrAE0iQ0OFQOyAnEE5frame8minWidth05idealT003maxT00S6Height0uW00vW09alignmentQr12CoreGraphics7CGFloatVSg_A9_A9_A9_A9_A9_AE0Q0VtFQOyAI_Qo__Qo_AVtGGtGyXEfU_A14_yXEfU_TA', symObjAddr: 0x1D46C, symBinAddr: 0x10011D7E4, symSize: 0x8 }
+ - { offset: 0x13DC78, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI9TupleViewVyAA0D0PAAE11buttonStyleyQrqd__AA015PrimitiveButtonF0Rd__lFQOyAA0H0VyAA4TextVG_AA08BorderedhF0VQo__AA15ModifiedContentVyAQyAkA16_FlexFrameLayoutVGAA30_EnvironmentKeyWritingModifierVyAA0I9AlignmentOGGAOtGACyxGAadAWl', symObjAddr: 0x1D474, symBinAddr: 0x10011D7EC, symSize: 0x74 }
+ - { offset: 0x13DC8C, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6HStackVyAA9TupleViewVyAA0E0PAAE11buttonStyleyQrqd__AA015PrimitiveButtonG0Rd__lFQOyAA0I0VyAA4TextVG_AA08BorderediG0VQo__AA15ModifiedContentVyASyAmA16_FlexFrameLayoutVGAA30_EnvironmentKeyWritingModifierVyAA0J9AlignmentOGGAQtGGACyxGAafAWl', symObjAddr: 0x1D4E8, symBinAddr: 0x10011D860, symSize: 0x74 }
+ - { offset: 0x13DCA0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlV4bodyQrvg0A2UI9TupleViewVyAE4TextVSg_AE6HStackVyAGyAE0H0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonL0Rd__lFQOyAE0N0VyAIG_AE08BorderednL0VQo__AnEE09multilineI9AlignmentyQrAE0iQ0OFQOyAnEE5frame8minWidth05idealT003maxT00S6Height0uW00vW09alignmentQr12CoreGraphics7CGFloatVSg_A9_A9_A9_A9_A9_AE0Q0VtFQOyAI_Qo__Qo_AVtGGtGyXEfU_A14_yXEfU_yyScMYccfU_TA', symObjAddr: 0x1DAA4, symBinAddr: 0x10011DE1C, symSize: 0x8 }
+ - { offset: 0x13DCB4, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA4TextVAA16_FlexFrameLayoutVGACyxq_GAA4ViewA2aJRzAA0I8ModifierR_rlWl', symObjAddr: 0x1DB8C, symBinAddr: 0x10011DE24, symSize: 0x8C }
+ - { offset: 0x13DCC8, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA4TextVAA16_FlexFrameLayoutVGWOh', symObjAddr: 0x1DC18, symBinAddr: 0x10011DEB0, symSize: 0x44 }
+ - { offset: 0x13DCDC, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA4TextVAA16_FlexFrameLayoutVGAA30_EnvironmentKeyWritingModifierVyAA0E9AlignmentOGGACyxq_GAA4ViewA2aPRzAA0nL0R_rlWl', symObjAddr: 0x1DC5C, symBinAddr: 0x10011DEF4, symSize: 0x90 }
+ - { offset: 0x13DCF0, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA4TextVAA16_FlexFrameLayoutVGAA30_EnvironmentKeyWritingModifierVyAA0E9AlignmentOGGWOh', symObjAddr: 0x1DD60, symBinAddr: 0x10011DF84, symSize: 0x50 }
+ - { offset: 0x13DD04, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlV4bodyQrvg0A2UI9TupleViewVyAE4TextVSg_AE6HStackVyAGyAE0H0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonL0Rd__lFQOyAE0N0VyAIG_AE08BorderednL0VQo__AnEE09multilineI9AlignmentyQrAE0iQ0OFQOyAnEE5frame8minWidth05idealT003maxT00S6Height0uW00vW09alignmentQr12CoreGraphics7CGFloatVSg_A9_A9_A9_A9_A9_AE0Q0VtFQOyAI_Qo__Qo_AVtGGtGyXEfU_A14_yXEfU_yyScMYccfU0_TA', symObjAddr: 0x1E068, symBinAddr: 0x10011E28C, symSize: 0x8 }
+ - { offset: 0x13DD18, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA4TextVAA16_FlexFrameLayoutVGAA30_EnvironmentKeyWritingModifierVyAA0E9AlignmentOGGWOc', symObjAddr: 0x1E070, symBinAddr: 0x10011E294, symSize: 0xC4 }
+ - { offset: 0x13DD2C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlV4bodyQrvg0A2UI9TupleViewVyAE4TextVSg_AE0H0PAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeKRd__lFQOyAlEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAlEE14textFieldStyleyQrqd__AE0irS0Rd__lFQOyAE0iR0VyAIG_AE013RoundedBorderirS0VQo__SSQo__AE011StrokeShapeH0VyAE0T9RectangleVAE5ColorVAE05EmptyH0VGQo_AJtGyXEfU_ySS_SStcfU_TA', symObjAddr: 0x1E968, symBinAddr: 0x10011E640, symSize: 0x8 }
+ - { offset: 0x13DD40, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15StrokeShapeViewVyAA16RoundedRectangleVAA5ColorVAA05EmptyE0VGACyxq_q0_GAA0E0AAWl', symObjAddr: 0x1EA38, symBinAddr: 0x10011E648, symSize: 0x74 }
+ - { offset: 0x13DD54, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15StrokeShapeViewVyAA16RoundedRectangleVAA5ColorVAA05EmptyE0VGWOh', symObjAddr: 0x1EAAC, symBinAddr: 0x10011E6BC, symSize: 0xB0 }
+ - { offset: 0x13DD68, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA4ViewPAAE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAeAE14textFieldStyleyQrqd__AA04TextkL0Rd__lFQOyAA0mK0VyAA0M0VG_AA013RoundedBordermkL0VQo__SSQo_AA16_OverlayModifierVyAA011StrokeShapeE0VyAA0N9RectangleVAA5ColorVAA05EmptyE0VGGGACyxq_GAad2aDRzAA0eQ0R_rlWl', symObjAddr: 0x1EB5C, symBinAddr: 0x10011E76C, symSize: 0x150 }
+ - { offset: 0x13DD7C, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI16_OverlayModifierVyAA15StrokeShapeViewVyAA16RoundedRectangleVAA5ColorVAA05EmptyG0VGGACyxGAA0gD0AAWl', symObjAddr: 0x1ECAC, symBinAddr: 0x10011E8BC, symSize: 0x74 }
+ - { offset: 0x13DD90, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11StrokeStyleVWOh', symObjAddr: 0x1F030, symBinAddr: 0x10011EC40, symSize: 0x28 }
+ - { offset: 0x13DDA4, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11StrokeStyleVWOc', symObjAddr: 0x1F058, symBinAddr: 0x10011EC68, symSize: 0x64 }
+ - { offset: 0x13DDB9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlV6schemaAA0D6SchemaVvg', symObjAddr: 0x0, symBinAddr: 0x100105F0C, symSize: 0x1C }
+ - { offset: 0x13DDCD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlV6engineAA0B6EngineCvg', symObjAddr: 0x9FC, symBinAddr: 0x100105F68, symSize: 0x5C }
+ - { offset: 0x13DDF9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlV6engineAA0B6EngineCvs', symObjAddr: 0xB60, symBinAddr: 0x100106068, symSize: 0x50 }
+ - { offset: 0x13DE2D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlV6engineAA0B6EngineCvM', symObjAddr: 0xBB0, symBinAddr: 0x1001060B8, symSize: 0x20 }
+ - { offset: 0x13DE52, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlV6engineAA0B6EngineCvM.resume.0', symObjAddr: 0xBD0, symBinAddr: 0x1001060D8, symSize: 0xC }
+ - { offset: 0x13DFE8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlV7$engine0A2UI14ObservedObjectV7WrapperVyAA0B6EngineC_Gvg', symObjAddr: 0xBDC, symBinAddr: 0x1001060E4, symSize: 0x70 }
+ - { offset: 0x13E00D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlV7_engine33_12F12DAADF06E6A877F5D41CABB43F8ALL0A2UI14ObservedObjectVyAA0B6EngineCGvg', symObjAddr: 0xC4C, symBinAddr: 0x100106154, symSize: 0x34 }
+ - { offset: 0x13E021, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlV7_engine33_12F12DAADF06E6A877F5D41CABB43F8ALL0A2UI14ObservedObjectVyAA0B6EngineCGvs', symObjAddr: 0xC80, symBinAddr: 0x100106188, symSize: 0x48 }
+ - { offset: 0x13E06F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlV4text33_12F12DAADF06E6A877F5D41CABB43F8ALLSSvg', symObjAddr: 0xD58, symBinAddr: 0x100106260, symSize: 0x90 }
+ - { offset: 0x13E083, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlV4text33_12F12DAADF06E6A877F5D41CABB43F8ALLSSvs', symObjAddr: 0xEF8, symBinAddr: 0x1001062F0, symSize: 0xC4 }
+ - { offset: 0x13E097, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlV5$text33_12F12DAADF06E6A877F5D41CABB43F8ALL0A2UI7BindingVySSGvg', symObjAddr: 0xFE4, symBinAddr: 0x1001063DC, symSize: 0xA8 }
+ - { offset: 0x13E0AB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlV5_text33_12F12DAADF06E6A877F5D41CABB43F8ALL0A2UI5StateVySSGvg', symObjAddr: 0x108C, symBinAddr: 0x100106484, symSize: 0x48 }
+ - { offset: 0x13E0BF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlV5_text33_12F12DAADF06E6A877F5D41CABB43F8ALL0A2UI5StateVySSGvs', symObjAddr: 0x10D4, symBinAddr: 0x1001064CC, symSize: 0x74 }
+ - { offset: 0x13E0D3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlV9isFocused33_12F12DAADF06E6A877F5D41CABB43F8ALLSbvg', symObjAddr: 0x1198, symBinAddr: 0x100106590, symSize: 0x7C }
+ - { offset: 0x13E0E7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlV9isFocused33_12F12DAADF06E6A877F5D41CABB43F8ALLSbvs', symObjAddr: 0x1278, symBinAddr: 0x10010660C, symSize: 0x9C }
+ - { offset: 0x13E0FB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlV10$isFocused33_12F12DAADF06E6A877F5D41CABB43F8ALL0A2UI7BindingVySbGvg', symObjAddr: 0x1320, symBinAddr: 0x1001066B4, symSize: 0x94 }
+ - { offset: 0x13E10F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlV10_isFocused33_12F12DAADF06E6A877F5D41CABB43F8ALL0A2UI5StateVySbGvg', symObjAddr: 0x13B4, symBinAddr: 0x100106748, symSize: 0x38 }
+ - { offset: 0x13E123, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlV10_isFocused33_12F12DAADF06E6A877F5D41CABB43F8ALL0A2UI5StateVySbGvs', symObjAddr: 0x13EC, symBinAddr: 0x100106780, symSize: 0x48 }
+ - { offset: 0x13E137, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlV12errorMessage33_12F12DAADF06E6A877F5D41CABB43F8ALLSSvg', symObjAddr: 0x14C4, symBinAddr: 0x100106858, symSize: 0x94 }
+ - { offset: 0x13E14B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlV12errorMessage33_12F12DAADF06E6A877F5D41CABB43F8ALLSSvs', symObjAddr: 0x1558, symBinAddr: 0x1001068EC, symSize: 0xC8 }
+ - { offset: 0x13E15F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlV13$errorMessage33_12F12DAADF06E6A877F5D41CABB43F8ALL0A2UI7BindingVySSGvg', symObjAddr: 0x1648, symBinAddr: 0x1001069DC, symSize: 0xAC }
+ - { offset: 0x13E173, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlV13_errorMessage33_12F12DAADF06E6A877F5D41CABB43F8ALL0A2UI5StateVySSGvg', symObjAddr: 0x16F4, symBinAddr: 0x100106A88, symSize: 0x48 }
+ - { offset: 0x13E187, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlV13_errorMessage33_12F12DAADF06E6A877F5D41CABB43F8ALL0A2UI5StateVySSGvs', symObjAddr: 0x173C, symBinAddr: 0x100106AD0, symSize: 0x74 }
+ - { offset: 0x13E1A2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlV4bodyQrvg', symObjAddr: 0x17B0, symBinAddr: 0x100106B44, symSize: 0x290 }
+ - { offset: 0x13E1C6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlV4bodyQrvg0A2UI9TupleViewVyAE4TextVSg_AE0H0PAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeKRd__lFQOyAlEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAlEE14textFieldStyleyQrqd__AE0irS0Rd__lFQOyAE0iR0VyAIG_AE013RoundedBorderirS0VQo__SSQo__AE011StrokeShapeH0VyAE0T9RectangleVAE5ColorVAE05EmptyH0VGQo_AJtGyXEfU_', symObjAddr: 0x1A40, symBinAddr: 0x100106DD4, symSize: 0x1214 }
+ - { offset: 0x13E1F2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlV4bodyQrvg0A2UI9TupleViewVyAE4TextVSg_AE0H0PAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeKRd__lFQOyAlEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAlEE14textFieldStyleyQrqd__AE0irS0Rd__lFQOyAE0iR0VyAIG_AE013RoundedBorderirS0VQo__SSQo__AE011StrokeShapeH0VyAE0T9RectangleVAE5ColorVAE05EmptyH0VGQo_AJtGyXEfU_ySS_SStcfU_', symObjAddr: 0x4144, symBinAddr: 0x100108534, symSize: 0x368 }
+ - { offset: 0x13E293, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlV4bodyQrvgyycfU0_', symObjAddr: 0x49A4, symBinAddr: 0x100108AE0, symSize: 0x82C }
+ - { offset: 0x13E30E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlV9showLabel33_12F12DAADF06E6A877F5D41CABB43F8ALLSbvg', symObjAddr: 0x3A9C, symBinAddr: 0x100108064, symSize: 0x1C }
+ - { offset: 0x13E333, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlV14effectiveLabel33_12F12DAADF06E6A877F5D41CABB43F8ALLSSvg', symObjAddr: 0x3AB8, symBinAddr: 0x100108080, symSize: 0x2E4 }
+ - { offset: 0x13E371, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI5ShapePAAE6stroke_9lineWidth11antialiasedAA06StrokeC4ViewVyxqd__AA05EmptyI0VGqd___12CoreGraphics7CGFloatVSbtAA0C5StyleRd__lFfA1_', symObjAddr: 0x46A4, symBinAddr: 0x100108A2C, symSize: 0x1C }
+ - { offset: 0x13E3A8, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI5ShapePAAE6stroke_9lineWidth11antialiasedAA06StrokeC4ViewVyxqd__AA05EmptyI0VGqd___12CoreGraphics7CGFloatVSbtAA0C5StyleRd__lF', symObjAddr: 0x46C0, symBinAddr: 0x100108A48, symSize: 0x98 }
+ - { offset: 0x13E3DF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlV0A2UI4ViewAadEP05_makeF04view6inputsAD01_F7OutputsVAD11_GraphValueVyxG_AD01_F6InputsVtFZTW', symObjAddr: 0x6FB8, symBinAddr: 0x10010A168, symSize: 0x14 }
+ - { offset: 0x13E3FB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlV0A2UI4ViewAadEP05_makeF4List4view6inputsAD01_fH7OutputsVAD11_GraphValueVyxG_AD01_fH6InputsVtFZTW', symObjAddr: 0x6FCC, symBinAddr: 0x10010A17C, symSize: 0x14 }
+ - { offset: 0x13E417, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlV0A2UI4ViewAadEP14_viewListCount6inputsSiSgAD01_fhI6InputsV_tFZTW', symObjAddr: 0x6FE0, symBinAddr: 0x10010A190, symSize: 0x18 }
+ - { offset: 0x13E433, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15TextareaControlV0A2UI4ViewAadEP05_makeF04view6inputsAD01_F7OutputsVAD11_GraphValueVyxG_AD01_F6InputsVtFZTW', symObjAddr: 0x9FDC, symBinAddr: 0x10010C460, symSize: 0x14 }
+ - { offset: 0x13E44F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15TextareaControlV0A2UI4ViewAadEP05_makeF4List4view6inputsAD01_fH7OutputsVAD11_GraphValueVyxG_AD01_fH6InputsVtFZTW', symObjAddr: 0x9FF0, symBinAddr: 0x10010C474, symSize: 0x14 }
+ - { offset: 0x13E46B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15TextareaControlV0A2UI4ViewAadEP14_viewListCount6inputsSiSgAD01_fhI6InputsV_tFZTW', symObjAddr: 0xA004, symBinAddr: 0x10010C488, symSize: 0x18 }
+ - { offset: 0x13E487, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlV0A2UI4ViewAadEP05_makeF04view6inputsAD01_F7OutputsVAD11_GraphValueVyxG_AD01_F6InputsVtFZTW', symObjAddr: 0xD994, symBinAddr: 0x10010F09C, symSize: 0x14 }
+ - { offset: 0x13E4A3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlV0A2UI4ViewAadEP05_makeF4List4view6inputsAD01_fH7OutputsVAD11_GraphValueVyxG_AD01_fH6InputsVtFZTW', symObjAddr: 0xD9A8, symBinAddr: 0x10010F0B0, symSize: 0x14 }
+ - { offset: 0x13E4BF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlV0A2UI4ViewAadEP14_viewListCount6inputsSiSgAD01_fhI6InputsV_tFZTW', symObjAddr: 0xD9BC, symBinAddr: 0x10010F0C4, symSize: 0x18 }
+ - { offset: 0x13E4DB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlV0A2UI4ViewAadEP05_makeF04view6inputsAD01_F7OutputsVAD11_GraphValueVyxG_AD01_F6InputsVtFZTW', symObjAddr: 0x10728, symBinAddr: 0x100111418, symSize: 0x14 }
+ - { offset: 0x13E4F7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlV0A2UI4ViewAadEP05_makeF4List4view6inputsAD01_fH7OutputsVAD11_GraphValueVyxG_AD01_fH6InputsVtFZTW', symObjAddr: 0x1073C, symBinAddr: 0x10011142C, symSize: 0x14 }
+ - { offset: 0x13E513, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlV0A2UI4ViewAadEP14_viewListCount6inputsSiSgAD01_fhI6InputsV_tFZTW', symObjAddr: 0x10750, symBinAddr: 0x100111440, symSize: 0x18 }
+ - { offset: 0x13E6A2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlV11placeholder33_12F12DAADF06E6A877F5D41CABB43F8ALLSSvg', symObjAddr: 0x3E6C, symBinAddr: 0x100108364, symSize: 0x1D0 }
+ - { offset: 0x13E734, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlV16findParentFormId33_12F12DAADF06E6A877F5D41CABB43F8ALLSSSgyF', symObjAddr: 0x44AC, symBinAddr: 0x10010889C, symSize: 0xA4 }
+ - { offset: 0x13E75A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlV10clearError33_12F12DAADF06E6A877F5D41CABB43F8ALLyyF', symObjAddr: 0x4550, symBinAddr: 0x100108940, symSize: 0xEC }
+ - { offset: 0x13E78D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlV6schema6engineAcA0D6SchemaV_AA0B6EngineCtcfC', symObjAddr: 0x6E4C, symBinAddr: 0x100109FFC, symSize: 0x16C }
+ - { offset: 0x13E7A1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlV0A2UI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0x6FF8, symBinAddr: 0x10010A1A8, symSize: 0x44 }
+ - { offset: 0x13E7B5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15TextareaControlV6schemaAA0D6SchemaVvg', symObjAddr: 0x703C, symBinAddr: 0x10010A1EC, symSize: 0x1C }
+ - { offset: 0x13E7C9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15TextareaControlV6engineAA0B6EngineCvg', symObjAddr: 0x7098, symBinAddr: 0x10010A248, symSize: 0x5C }
+ - { offset: 0x13E7EE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15TextareaControlV6engineAA0B6EngineCvs', symObjAddr: 0x7198, symBinAddr: 0x10010A348, symSize: 0x50 }
+ - { offset: 0x13E822, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15TextareaControlV6engineAA0B6EngineCvM', symObjAddr: 0x71E8, symBinAddr: 0x10010A398, symSize: 0x20 }
+ - { offset: 0x13E847, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15TextareaControlV6engineAA0B6EngineCvM.resume.0', symObjAddr: 0x7208, symBinAddr: 0x10010A3B8, symSize: 0xC }
+ - { offset: 0x13E868, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15TextareaControlV7$engine0A2UI14ObservedObjectV7WrapperVyAA0B6EngineC_Gvg', symObjAddr: 0x7214, symBinAddr: 0x10010A3C4, symSize: 0x70 }
+ - { offset: 0x13E88D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15TextareaControlV7_engine33_12F12DAADF06E6A877F5D41CABB43F8ALL0A2UI14ObservedObjectVyAA0B6EngineCGvg', symObjAddr: 0x7284, symBinAddr: 0x10010A434, symSize: 0x34 }
+ - { offset: 0x13E8A1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15TextareaControlV7_engine33_12F12DAADF06E6A877F5D41CABB43F8ALL0A2UI14ObservedObjectVyAA0B6EngineCGvs', symObjAddr: 0x72B8, symBinAddr: 0x10010A468, symSize: 0x48 }
+ - { offset: 0x13E8B5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15TextareaControlV4text33_12F12DAADF06E6A877F5D41CABB43F8ALLSSvg', symObjAddr: 0x7390, symBinAddr: 0x10010A540, symSize: 0x90 }
+ - { offset: 0x13E8C9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15TextareaControlV4text33_12F12DAADF06E6A877F5D41CABB43F8ALLSSvs', symObjAddr: 0x7420, symBinAddr: 0x10010A5D0, symSize: 0xC4 }
+ - { offset: 0x13E8DD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15TextareaControlV5$text33_12F12DAADF06E6A877F5D41CABB43F8ALL0A2UI7BindingVySSGvg', symObjAddr: 0x750C, symBinAddr: 0x10010A6BC, symSize: 0xA8 }
+ - { offset: 0x13E8F1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15TextareaControlV5_text33_12F12DAADF06E6A877F5D41CABB43F8ALL0A2UI5StateVySSGvg', symObjAddr: 0x75B4, symBinAddr: 0x10010A764, symSize: 0x48 }
+ - { offset: 0x13E905, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15TextareaControlV5_text33_12F12DAADF06E6A877F5D41CABB43F8ALL0A2UI5StateVySSGvs', symObjAddr: 0x75FC, symBinAddr: 0x10010A7AC, symSize: 0x74 }
+ - { offset: 0x13E920, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15TextareaControlV4bodyQrvg', symObjAddr: 0x7670, symBinAddr: 0x10010A820, symSize: 0x488 }
+ - { offset: 0x13E944, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15TextareaControlV4bodyQrvg0A2UI9TupleViewVyAE4TextVSg_AE0H0PAEE6border_5widthQrqd___12CoreGraphics7CGFloatVtAE10ShapeStyleRd__lFQOyAlEE5frame8minWidth05idealS003maxS00R6Height0tV00uV09alignmentQrAQSg_A_A_A_A_A_AE9AlignmentVtFQOyAE0I6EditorV_Qo__AE5ColorVQo_tGyXEfU_', symObjAddr: 0x7AF8, symBinAddr: 0x10010ACA8, symSize: 0xA48 }
+ - { offset: 0x13E98F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15TextareaControlV4bodyQrvgyycfU0_', symObjAddr: 0x92C0, symBinAddr: 0x10010B76C, symSize: 0x1D4 }
+ - { offset: 0x13E9BB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15TextareaControlV4bodyQrvgySS_SStcfU1_', symObjAddr: 0x98DC, symBinAddr: 0x10010BD88, symSize: 0x128 }
+ - { offset: 0x13EA0F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15TextareaControlV6schema6engineAcA0D6SchemaV_AA0B6EngineCtcfC', symObjAddr: 0x9EEC, symBinAddr: 0x10010C370, symSize: 0xF0 }
+ - { offset: 0x13EA23, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15TextareaControlV0A2UI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0xA01C, symBinAddr: 0x10010C4A0, symSize: 0x44 }
+ - { offset: 0x13EA37, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlV6schemaAA0D6SchemaVvg', symObjAddr: 0xA060, symBinAddr: 0x10010C4E4, symSize: 0x1C }
+ - { offset: 0x13EA4B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlV6engineAA0B6EngineCvg', symObjAddr: 0xA0BC, symBinAddr: 0x10010C540, symSize: 0x5C }
+ - { offset: 0x13EA70, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlV6engineAA0B6EngineCvs', symObjAddr: 0xA1BC, symBinAddr: 0x10010C640, symSize: 0x50 }
+ - { offset: 0x13EAA4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlV6engineAA0B6EngineCvM', symObjAddr: 0xA20C, symBinAddr: 0x10010C690, symSize: 0x20 }
+ - { offset: 0x13EAC9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlV6engineAA0B6EngineCvM.resume.0', symObjAddr: 0xA22C, symBinAddr: 0x10010C6B0, symSize: 0xC }
+ - { offset: 0x13EAEA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlV7$engine0A2UI14ObservedObjectV7WrapperVyAA0B6EngineC_Gvg', symObjAddr: 0xA238, symBinAddr: 0x10010C6BC, symSize: 0x70 }
+ - { offset: 0x13EB0F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlV7_engine33_12F12DAADF06E6A877F5D41CABB43F8ALL0A2UI14ObservedObjectVyAA0B6EngineCGvg', symObjAddr: 0xA2A8, symBinAddr: 0x10010C72C, symSize: 0x34 }
+ - { offset: 0x13EB23, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlV7_engine33_12F12DAADF06E6A877F5D41CABB43F8ALL0A2UI14ObservedObjectVyAA0B6EngineCGvs', symObjAddr: 0xA2DC, symBinAddr: 0x10010C760, symSize: 0x48 }
+ - { offset: 0x13EB37, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlV5value33_12F12DAADF06E6A877F5D41CABB43F8ALLSdvg', symObjAddr: 0xA364, symBinAddr: 0x10010C7E8, symSize: 0x74 }
+ - { offset: 0x13EB4B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlV5value33_12F12DAADF06E6A877F5D41CABB43F8ALLSdvs', symObjAddr: 0xA43C, symBinAddr: 0x10010C85C, symSize: 0x98 }
+ - { offset: 0x13EB5F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlV6$value33_12F12DAADF06E6A877F5D41CABB43F8ALL0A2UI7BindingVySdGvg', symObjAddr: 0xA4DC, symBinAddr: 0x10010C8FC, symSize: 0x8C }
+ - { offset: 0x13EB73, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlV6_value33_12F12DAADF06E6A877F5D41CABB43F8ALL0A2UI5StateVySdGvg', symObjAddr: 0xA568, symBinAddr: 0x10010C988, symSize: 0x34 }
+ - { offset: 0x13EB87, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlV6_value33_12F12DAADF06E6A877F5D41CABB43F8ALL0A2UI5StateVySdGvs', symObjAddr: 0xA59C, symBinAddr: 0x10010C9BC, symSize: 0x44 }
+ - { offset: 0x13EBA2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlV4bodyQrvg', symObjAddr: 0xA5E0, symBinAddr: 0x10010CA00, symSize: 0x460 }
+ - { offset: 0x13EBC6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlV4bodyQrvg0A2UI9TupleViewVyAE4TextVSg_AE6HStackVyAGyAE0H0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonL0Rd__lFQOyAE0N0VyAIG_AE08BorderednL0VQo__AnEE09multilineI9AlignmentyQrAE0iQ0OFQOyAnEE5frame8minWidth05idealT003maxT00S6Height0uW00vW09alignmentQr12CoreGraphics7CGFloatVSg_A9_A9_A9_A9_A9_AE0Q0VtFQOyAI_Qo__Qo_AVtGGtGyXEfU_', symObjAddr: 0xAA40, symBinAddr: 0x10010CE60, symSize: 0x8B8 }
+ - { offset: 0x13EC10, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlV4bodyQrvg0A2UI9TupleViewVyAE4TextVSg_AE6HStackVyAGyAE0H0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonL0Rd__lFQOyAE0N0VyAIG_AE08BorderednL0VQo__AnEE09multilineI9AlignmentyQrAE0iQ0OFQOyAnEE5frame8minWidth05idealT003maxT00S6Height0uW00vW09alignmentQr12CoreGraphics7CGFloatVSg_A9_A9_A9_A9_A9_AE0Q0VtFQOyAI_Qo__Qo_AVtGGtGyXEfU_A14_yXEfU_', symObjAddr: 0xC018, symBinAddr: 0x10010D794, symSize: 0x858 }
+ - { offset: 0x13EC4C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlV4bodyQrvg0A2UI9TupleViewVyAE4TextVSg_AE6HStackVyAGyAE0H0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonL0Rd__lFQOyAE0N0VyAIG_AE08BorderednL0VQo__AnEE09multilineI9AlignmentyQrAE0iQ0OFQOyAnEE5frame8minWidth05idealT003maxT00S6Height0uW00vW09alignmentQr12CoreGraphics7CGFloatVSg_A9_A9_A9_A9_A9_AE0Q0VtFQOyAI_Qo__Qo_AVtGGtGyXEfU_A14_yXEfU_yyScMYccfU_', symObjAddr: 0xC870, symBinAddr: 0x10010DFEC, symSize: 0xD8 }
+ - { offset: 0x13EC77, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlV4bodyQrvg0A2UI9TupleViewVyAE4TextVSg_AE6HStackVyAGyAE0H0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonL0Rd__lFQOyAE0N0VyAIG_AE08BorderednL0VQo__AnEE09multilineI9AlignmentyQrAE0iQ0OFQOyAnEE5frame8minWidth05idealT003maxT00S6Height0uW00vW09alignmentQr12CoreGraphics7CGFloatVSg_A9_A9_A9_A9_A9_AE0Q0VtFQOyAI_Qo__Qo_AVtGGtGyXEfU_A14_yXEfU_yyScMYccfU0_', symObjAddr: 0xC9F0, symBinAddr: 0x10010E118, symSize: 0xD8 }
+ - { offset: 0x13ECA2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlV4bodyQrvgyycfU0_', symObjAddr: 0xCAE8, symBinAddr: 0x10010E1F0, symSize: 0x23C }
+ - { offset: 0x13ECCE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlV4bodyQrvgySd_SdtcfU1_', symObjAddr: 0xD1D0, symBinAddr: 0x10010E8D8, symSize: 0x1D8 }
+ - { offset: 0x13ED1B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlV4step33_12F12DAADF06E6A877F5D41CABB43F8ALLSdvg', symObjAddr: 0xC948, symBinAddr: 0x10010E0C4, symSize: 0x18 }
+ - { offset: 0x13ED40, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlV6format33_12F12DAADF06E6A877F5D41CABB43F8ALLSSvg', symObjAddr: 0xC974, symBinAddr: 0x10010E0DC, symSize: 0x3C }
+ - { offset: 0x13ED6C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlV6schema6engineAcA0D6SchemaV_AA0B6EngineCtcfC', symObjAddr: 0xD8CC, symBinAddr: 0x10010EFD4, symSize: 0xC8 }
+ - { offset: 0x13ED80, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlV0A2UI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0xD9D4, symBinAddr: 0x10010F0DC, symSize: 0x44 }
+ - { offset: 0x13ED94, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlV6schemaAA0D6SchemaVvg', symObjAddr: 0xDA18, symBinAddr: 0x10010F120, symSize: 0x1C }
+ - { offset: 0x13EDA8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlV6engineAA0B6EngineCvg', symObjAddr: 0xDA74, symBinAddr: 0x10010F17C, symSize: 0x34 }
+ - { offset: 0x13EDCD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlV6engineAA0B6EngineCvs', symObjAddr: 0xDB78, symBinAddr: 0x10010F280, symSize: 0x50 }
+ - { offset: 0x13EE01, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlV6engineAA0B6EngineCvM', symObjAddr: 0xDBC8, symBinAddr: 0x10010F2D0, symSize: 0x20 }
+ - { offset: 0x13EE26, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlV6engineAA0B6EngineCvM.resume.0', symObjAddr: 0xDBE8, symBinAddr: 0x10010F2F0, symSize: 0xC }
+ - { offset: 0x13EE47, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlV7$engine0A2UI14ObservedObjectV7WrapperVyAA0B6EngineC_Gvg', symObjAddr: 0xDBF4, symBinAddr: 0x10010F2FC, symSize: 0x70 }
+ - { offset: 0x13EE6C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlV7_engine33_12F12DAADF06E6A877F5D41CABB43F8ALL0A2UI14ObservedObjectVyAA0B6EngineCGvg', symObjAddr: 0xDC64, symBinAddr: 0x10010F36C, symSize: 0x34 }
+ - { offset: 0x13EE80, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlV7_engine33_12F12DAADF06E6A877F5D41CABB43F8ALL0A2UI14ObservedObjectVyAA0B6EngineCGvs', symObjAddr: 0xDC98, symBinAddr: 0x10010F3A0, symSize: 0x48 }
+ - { offset: 0x13EEA6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlV4date33_12F12DAADF06E6A877F5D41CABB43F8ALL10Foundation0C0Vvg', symObjAddr: 0xDD88, symBinAddr: 0x10010F490, symSize: 0xA8 }
+ - { offset: 0x13EEBA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlV4date33_12F12DAADF06E6A877F5D41CABB43F8ALL10Foundation0C0Vvs', symObjAddr: 0xDF78, symBinAddr: 0x10010F680, symSize: 0x124 }
+ - { offset: 0x13EECE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlV5$date33_12F12DAADF06E6A877F5D41CABB43F8ALL0A2UI7BindingVy10Foundation0C0VGvg', symObjAddr: 0xE0B0, symBinAddr: 0x10010F7B8, symSize: 0xA8 }
+ - { offset: 0x13EEE2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlV5_date33_12F12DAADF06E6A877F5D41CABB43F8ALL0A2UI5StateVy10Foundation0C0VGvg', symObjAddr: 0xE158, symBinAddr: 0x10010F860, symSize: 0x34 }
+ - { offset: 0x13EEF6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlV5_date33_12F12DAADF06E6A877F5D41CABB43F8ALL0A2UI5StateVy10Foundation0C0VGvs', symObjAddr: 0xE18C, symBinAddr: 0x10010F894, symSize: 0x98 }
+ - { offset: 0x13EF11, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlV4bodyQrvg', symObjAddr: 0xE2A0, symBinAddr: 0x10010F9A8, symSize: 0x488 }
+ - { offset: 0x13EF35, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlV4bodyQrvg0A2UI9TupleViewVyAE4TextVSg_AE0H0PAEE12labelsHiddenQryFQOyAE0C6PickerVyAIG_Qo_tGyXEfU_', symObjAddr: 0xE728, symBinAddr: 0x10010FE30, symSize: 0xA00 }
+ - { offset: 0x13EF80, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlV4bodyQrvgy10Foundation0C0V_AGtcfU0_', symObjAddr: 0xF1A4, symBinAddr: 0x1001108AC, symSize: 0x270 }
+ - { offset: 0x13F03D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlV6schema6engineAcA0D6SchemaV_AA0B6EngineCtcfC', symObjAddr: 0x1050C, symBinAddr: 0x1001111FC, symSize: 0x11C }
+ - { offset: 0x13F051, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlV0A2UI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0x10768, symBinAddr: 0x100111458, symSize: 0x14 }
+ - { offset: 0x13F150, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC8ResponseV4data10Foundation4DataVvg', symObjAddr: 0x0, symBinAddr: 0x10011ECCC, symSize: 0x2C }
+ - { offset: 0x13F1AA, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzqd_0_YKXEqd_0_YKs5ErrorRd_0_r0_lF', symObjAddr: 0x2CFC, symBinAddr: 0x1001214D8, symSize: 0x690 }
+ - { offset: 0x13F22F, size: 0x8, addend: 0x0, symName: '_$sSlsE8dropLasty11SubSequenceQzSiFfA_', symObjAddr: 0x63E8, symBinAddr: 0x100124A0C, symSize: 0x18 }
+ - { offset: 0x13F259, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8RPCErrorOs5ErrorAAsADP7_domainSSvgTW', symObjAddr: 0x6F48, symBinAddr: 0x1001253D4, symSize: 0x14 }
+ - { offset: 0x13F275, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8RPCErrorOs5ErrorAAsADP5_codeSivgTW', symObjAddr: 0x6F5C, symBinAddr: 0x1001253E8, symSize: 0x14 }
+ - { offset: 0x13F291, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8RPCErrorOs5ErrorAAsADP9_userInfoyXlSgvgTW', symObjAddr: 0x6F70, symBinAddr: 0x1001253FC, symSize: 0x14 }
+ - { offset: 0x13F2AD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8RPCErrorOs5ErrorAAsADP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x6F84, symBinAddr: 0x100125410, symSize: 0x14 }
+ - { offset: 0x13F2C9, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONWritingOptionsVs10SetAlgebraSCsACPxycfCTW', symObjAddr: 0x8060, symBinAddr: 0x1001260F8, symSize: 0x40 }
+ - { offset: 0x13F2E5, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONWritingOptionsVs10SetAlgebraSCsACP8containsySb7ElementQzFTW', symObjAddr: 0x80A0, symBinAddr: 0x100126138, symSize: 0x38 }
+ - { offset: 0x13F301, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONWritingOptionsVs10SetAlgebraSCsACP5unionyxxnFTW', symObjAddr: 0x80D8, symBinAddr: 0x100126170, symSize: 0x3C }
+ - { offset: 0x13F31D, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONWritingOptionsVs10SetAlgebraSCsACP12intersectionyxxFTW', symObjAddr: 0x8114, symBinAddr: 0x1001261AC, symSize: 0x3C }
+ - { offset: 0x13F339, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONWritingOptionsVs10SetAlgebraSCsACP19symmetricDifferenceyxxnFTW', symObjAddr: 0x8150, symBinAddr: 0x1001261E8, symSize: 0x3C }
+ - { offset: 0x13F355, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONWritingOptionsVs10SetAlgebraSCsACP6insertySb8inserted_7ElementQz17memberAfterInserttAHnFTW', symObjAddr: 0x818C, symBinAddr: 0x100126224, symSize: 0x40 }
+ - { offset: 0x13F371, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONWritingOptionsVs10SetAlgebraSCsACP6removey7ElementQzSgAGFTW', symObjAddr: 0x81CC, symBinAddr: 0x100126264, symSize: 0x3C }
+ - { offset: 0x13F38D, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONWritingOptionsVs10SetAlgebraSCsACP6update4with7ElementQzSgAHn_tFTW', symObjAddr: 0x8208, symBinAddr: 0x1001262A0, symSize: 0x3C }
+ - { offset: 0x13F3A9, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONWritingOptionsVs10SetAlgebraSCsACP9formUnionyyxnFTW', symObjAddr: 0x8244, symBinAddr: 0x1001262DC, symSize: 0x40 }
+ - { offset: 0x13F3C5, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONWritingOptionsVs10SetAlgebraSCsACP16formIntersectionyyxFTW', symObjAddr: 0x8284, symBinAddr: 0x10012631C, symSize: 0x40 }
+ - { offset: 0x13F3E1, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONWritingOptionsVs10SetAlgebraSCsACP23formSymmetricDifferenceyyxnFTW', symObjAddr: 0x82C4, symBinAddr: 0x10012635C, symSize: 0x40 }
+ - { offset: 0x13F3FD, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONWritingOptionsVs10SetAlgebraSCsACP11subtractingyxxFTW', symObjAddr: 0x8304, symBinAddr: 0x10012639C, symSize: 0x14 }
+ - { offset: 0x13F419, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONWritingOptionsVs10SetAlgebraSCsACP8isSubset2ofSbx_tFTW', symObjAddr: 0x8318, symBinAddr: 0x1001263B0, symSize: 0x18 }
+ - { offset: 0x13F435, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONWritingOptionsVs10SetAlgebraSCsACP10isDisjoint4withSbx_tFTW', symObjAddr: 0x8330, symBinAddr: 0x1001263C8, symSize: 0x18 }
+ - { offset: 0x13F451, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONWritingOptionsVs10SetAlgebraSCsACP10isSuperset2ofSbx_tFTW', symObjAddr: 0x8348, symBinAddr: 0x1001263E0, symSize: 0x18 }
+ - { offset: 0x13F46D, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONWritingOptionsVs10SetAlgebraSCsACP7isEmptySbvgTW', symObjAddr: 0x8360, symBinAddr: 0x1001263F8, symSize: 0x18 }
+ - { offset: 0x13F489, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONWritingOptionsVs10SetAlgebraSCsACPyxqd__ncSTRd__7ElementQyd__AERtzlufCTW', symObjAddr: 0x8378, symBinAddr: 0x100126410, symSize: 0x38 }
+ - { offset: 0x13F4A5, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONWritingOptionsVs10SetAlgebraSCsACP8subtractyyxFTW', symObjAddr: 0x83B0, symBinAddr: 0x100126448, symSize: 0x14 }
+ - { offset: 0x13F4C8, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONWritingOptionsVSQSCSQ2eeoiySbx_xtFZTW', symObjAddr: 0x8478, symBinAddr: 0x10012645C, symSize: 0x48 }
+ - { offset: 0x13F4E4, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONWritingOptionsVs25ExpressibleByArrayLiteralSCsACP05arrayF0x0eF7ElementQzd_tcfCTW', symObjAddr: 0x84C0, symBinAddr: 0x1001264A4, symSize: 0x3C }
+ - { offset: 0x13FCA6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC7baseURLSSvpfi', symObjAddr: 0xA90, symBinAddr: 0x10011F404, symSize: 0x28 }
+ - { offset: 0x13FCBE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC14defaultHeadersSDyS2SGvpfi', symObjAddr: 0xC48, symBinAddr: 0x10011F56C, symSize: 0xC8 }
+ - { offset: 0x13FCD6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC9authTokenSSSgvpfi', symObjAddr: 0xE74, symBinAddr: 0x10011F758, symSize: 0xC }
+ - { offset: 0x13FCEE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC18requestInterceptor10Foundation10URLRequestVAGcSgvpfi', symObjAddr: 0xFC0, symBinAddr: 0x10011F8A4, symSize: 0xC }
+ - { offset: 0x13FD06, size: 0x8, addend: 0x0, symName: '_$s10Foundation10URLRequestVACIegnr_SgWOy', symObjAddr: 0x1024, symBinAddr: 0x10011F908, symSize: 0x30 }
+ - { offset: 0x13FD1A, size: 0x8, addend: 0x0, symName: '_$s10Foundation10URLRequestVACIegnr_SgWOe', symObjAddr: 0x10C4, symBinAddr: 0x10011F9A8, symSize: 0x30 }
+ - { offset: 0x13FD2E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC14activeRequestsSivpfP', symObjAddr: 0x1170, symBinAddr: 0x10011FA54, symSize: 0x38 }
+ - { offset: 0x13FD5A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC14activeRequestsSivpACTK', symObjAddr: 0x12DC, symBinAddr: 0x10011FB24, symSize: 0x58 }
+ - { offset: 0x13FD72, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC14activeRequestsSivpACTk', symObjAddr: 0x1334, symBinAddr: 0x10011FB7C, symSize: 0x54 }
+ - { offset: 0x13FD8A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC15_activeRequests33_D60FAF5292E6E273FB66E2F94DA3DAD1LL7Combine9PublishedVySiGvpfi', symObjAddr: 0x1594, symBinAddr: 0x10011FDDC, symSize: 0x8 }
+ - { offset: 0x13FDA2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC7sessionACSo12NSURLSessionC_tcfcfA_', symObjAddr: 0x1A50, symBinAddr: 0x100120298, symSize: 0x2C }
+ - { offset: 0x13FDBC, size: 0x8, addend: 0x0, symName: '_$sSDyS2SGSDyxq_GSlsWl', symObjAddr: 0x4BB0, symBinAddr: 0x10012338C, symSize: 0x74 }
+ - { offset: 0x13FDD0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC7request_6method4body7headersAC8ResponseVSS_SS10Foundation4DataVSgSDyS2SGSgtYaKFfA0_', symObjAddr: 0x60E4, symBinAddr: 0x100124708, symSize: 0x2C }
+ - { offset: 0x13FDEA, size: 0x8, addend: 0x0, symName: '_$ss11AnyHashableVypSS_SStSgIgnno_AB3key_yp5valuetACs5Error_pIegnrzo_TR', symObjAddr: 0x6390, symBinAddr: 0x1001249B4, symSize: 0x58 }
+ - { offset: 0x13FE09, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVSgWOy', symObjAddr: 0x6534, symBinAddr: 0x100124A24, symSize: 0x44 }
+ - { offset: 0x13FE1D, size: 0x8, addend: 0x0, symName: '_$sSD8IteratorV8_VariantOyS2S__GWOe', symObjAddr: 0x65B4, symBinAddr: 0x100124A68, symSize: 0x40 }
+ - { offset: 0x13FE31, size: 0x8, addend: 0x0, symName: '_$ss11AnyHashableVypSS_SStSgIgnno_AB3key_yp5valuetACs5Error_pIegnrzo_TRTA', symObjAddr: 0x65F4, symBinAddr: 0x100124AA8, symSize: 0x28 }
+ - { offset: 0x13FE45, size: 0x8, addend: 0x0, symName: '_$sSDys11AnyHashableVypGSDyxq_GSTsWl', symObjAddr: 0x661C, symBinAddr: 0x100124AD0, symSize: 0x74 }
+ - { offset: 0x13FE59, size: 0x8, addend: 0x0, symName: '_$sSDys11AnyHashableVypGWOh', symObjAddr: 0x6690, symBinAddr: 0x100124B44, symSize: 0x28 }
+ - { offset: 0x13FE6D, size: 0x8, addend: 0x0, symName: '_$sSaySS_SStGSayxGSTsWl', symObjAddr: 0x66B8, symBinAddr: 0x100124B6C, symSize: 0x74 }
+ - { offset: 0x13FE81, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVSgWOe', symObjAddr: 0x672C, symBinAddr: 0x100124BE0, symSize: 0x44 }
+ - { offset: 0x13FE95, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVSgWOh', symObjAddr: 0x6770, symBinAddr: 0x100124C24, symSize: 0x4C }
+ - { offset: 0x13FEA9, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONWritingOptionsVMa', symObjAddr: 0x67BC, symBinAddr: 0x100124C70, symSize: 0x94 }
+ - { offset: 0x13FEBD, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONWritingOptionsVABs10SetAlgebraSCWl', symObjAddr: 0x6850, symBinAddr: 0x100124D04, symSize: 0x6C }
+ - { offset: 0x13FED1, size: 0x8, addend: 0x0, symName: '_$s10Foundation10URLRequestVACIegnr_SgWOh', symObjAddr: 0x6984, symBinAddr: 0x100124E10, symSize: 0x3C }
+ - { offset: 0x13FF1C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC7Combine16ObservableObjectAA0F19WillChangePublisherAdEP_AD0I0PWT', symObjAddr: 0x6F3C, symBinAddr: 0x1001253C8, symSize: 0xC }
+ - { offset: 0x13FF30, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8RPCErrorO10Foundation14LocalizedErrorAAs0F0PWb', symObjAddr: 0x6F98, symBinAddr: 0x100125424, symSize: 0x14 }
+ - { offset: 0x13FF44, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCCMU', symObjAddr: 0x700C, symBinAddr: 0x100125498, symSize: 0x18 }
+ - { offset: 0x13FF58, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCCMa', symObjAddr: 0x7024, symBinAddr: 0x1001254B0, symSize: 0x60 }
+ - { offset: 0x13FF6C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCCMr', symObjAddr: 0x7084, symBinAddr: 0x100125510, symSize: 0xF0 }
+ - { offset: 0x13FF80, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC8ResponseVwCP', symObjAddr: 0x7204, symBinAddr: 0x100125600, symSize: 0x3C }
+ - { offset: 0x13FF94, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC8ResponseVwxx', symObjAddr: 0x7240, symBinAddr: 0x10012563C, symSize: 0x38 }
+ - { offset: 0x13FFA8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC8ResponseVwcp', symObjAddr: 0x7278, symBinAddr: 0x100125674, symSize: 0x6C }
+ - { offset: 0x13FFBC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC8ResponseVwca', symObjAddr: 0x72E4, symBinAddr: 0x1001256E0, symSize: 0x88 }
+ - { offset: 0x13FFD0, size: 0x8, addend: 0x0, symName: ___swift_memcpy32_8, symObjAddr: 0x736C, symBinAddr: 0x100125768, symSize: 0x14 }
+ - { offset: 0x13FFE4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC8ResponseVwta', symObjAddr: 0x7380, symBinAddr: 0x10012577C, symSize: 0x64 }
+ - { offset: 0x13FFF8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC8ResponseVwet', symObjAddr: 0x73E4, symBinAddr: 0x1001257E0, symSize: 0x140 }
+ - { offset: 0x14000C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC8ResponseVwst', symObjAddr: 0x7524, symBinAddr: 0x100125920, symSize: 0x1D0 }
+ - { offset: 0x140020, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC8ResponseVMa', symObjAddr: 0x76F4, symBinAddr: 0x100125AF0, symSize: 0x14 }
+ - { offset: 0x140034, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8RPCErrorOwCP', symObjAddr: 0x7708, symBinAddr: 0x100125B04, symSize: 0x3C }
+ - { offset: 0x140048, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8RPCErrorOwxx', symObjAddr: 0x7744, symBinAddr: 0x100125B40, symSize: 0x28 }
+ - { offset: 0x14005C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8RPCErrorOWOe', symObjAddr: 0x776C, symBinAddr: 0x100125B68, symSize: 0x80 }
+ - { offset: 0x140070, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8RPCErrorOwcp', symObjAddr: 0x77EC, symBinAddr: 0x100125BE8, symSize: 0x68 }
+ - { offset: 0x140084, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8RPCErrorOWOy', symObjAddr: 0x7854, symBinAddr: 0x100125C50, symSize: 0x80 }
+ - { offset: 0x140098, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8RPCErrorOwca', symObjAddr: 0x78D4, symBinAddr: 0x100125CD0, symSize: 0x80 }
+ - { offset: 0x1400AC, size: 0x8, addend: 0x0, symName: ___swift_memcpy25_8, symObjAddr: 0x7954, symBinAddr: 0x100125D50, symSize: 0x14 }
+ - { offset: 0x1400C0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8RPCErrorOwta', symObjAddr: 0x7968, symBinAddr: 0x100125D64, symSize: 0x58 }
+ - { offset: 0x1400D4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8RPCErrorOwet', symObjAddr: 0x79C0, symBinAddr: 0x100125DBC, symSize: 0xF8 }
+ - { offset: 0x1400E8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8RPCErrorOwst', symObjAddr: 0x7AB8, symBinAddr: 0x100125EB4, symSize: 0x1BC }
+ - { offset: 0x1400FC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8RPCErrorOwug', symObjAddr: 0x7C74, symBinAddr: 0x100126070, symSize: 0x18 }
+ - { offset: 0x140110, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8RPCErrorOwup', symObjAddr: 0x7C8C, symBinAddr: 0x100126088, symSize: 0x4 }
+ - { offset: 0x140124, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8RPCErrorOwui', symObjAddr: 0x7C90, symBinAddr: 0x10012608C, symSize: 0x58 }
+ - { offset: 0x140138, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8RPCErrorOMa', symObjAddr: 0x7CE8, symBinAddr: 0x1001260E4, symSize: 0x14 }
+ - { offset: 0x14014C, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONReadingOptionsVs9OptionSetSCSYWb', symObjAddr: 0x8594, symBinAddr: 0x100126510, symSize: 0x14 }
+ - { offset: 0x140160, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONReadingOptionsVs9OptionSetSCs0D7AlgebraPWb', symObjAddr: 0x8614, symBinAddr: 0x100126524, symSize: 0x14 }
+ - { offset: 0x140174, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONWritingOptionsVs9OptionSetSCSYWb', symObjAddr: 0x8694, symBinAddr: 0x1001265A0, symSize: 0x14 }
+ - { offset: 0x140188, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONWritingOptionsVABSYSCWl', symObjAddr: 0x86A8, symBinAddr: 0x1001265B4, symSize: 0x6C }
+ - { offset: 0x14019C, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONWritingOptionsVs9OptionSetSCs0D7AlgebraPWb', symObjAddr: 0x8714, symBinAddr: 0x100126620, symSize: 0x14 }
+ - { offset: 0x1401B0, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONWritingOptionsVs10SetAlgebraSCSQWb', symObjAddr: 0x8728, symBinAddr: 0x100126634, symSize: 0x14 }
+ - { offset: 0x1401C4, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONWritingOptionsVABSQSCWl', symObjAddr: 0x873C, symBinAddr: 0x100126648, symSize: 0x6C }
+ - { offset: 0x1401D8, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONWritingOptionsVs10SetAlgebraSCs25ExpressibleByArrayLiteralPWb', symObjAddr: 0x87A8, symBinAddr: 0x1001266B4, symSize: 0x14 }
+ - { offset: 0x1401EC, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONWritingOptionsVABs25ExpressibleByArrayLiteralSCWl', symObjAddr: 0x87BC, symBinAddr: 0x1001266C8, symSize: 0x6C }
+ - { offset: 0x140200, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONReadingOptionsVs10SetAlgebraSCSQWb', symObjAddr: 0x8828, symBinAddr: 0x100126734, symSize: 0x14 }
+ - { offset: 0x140214, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONReadingOptionsVs10SetAlgebraSCs25ExpressibleByArrayLiteralPWb', symObjAddr: 0x88A8, symBinAddr: 0x100126748, symSize: 0x14 }
+ - { offset: 0x140228, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONWritingOptionsVABs9OptionSetSCWl', symObjAddr: 0x89F8, symBinAddr: 0x10012675C, symSize: 0x6C }
+ - { offset: 0x14023C, size: 0x8, addend: 0x0, symName: '_$ss11AnyHashableVWOc', symObjAddr: 0x8A68, symBinAddr: 0x1001267CC, symSize: 0x4C }
+ - { offset: 0x140250, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayVyqd__GSlRzs5ErrorRd_0_r_0_lWOh', symObjAddr: 0x8AF8, symBinAddr: 0x100126818, symSize: 0x28 }
+ - { offset: 0x140293, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8RPCErrorO10Foundation14LocalizedErrorAadEP13failureReasonSSSgvgTW', symObjAddr: 0x6FD0, symBinAddr: 0x10012545C, symSize: 0x14 }
+ - { offset: 0x1402AF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8RPCErrorO10Foundation14LocalizedErrorAadEP18recoverySuggestionSSSgvgTW', symObjAddr: 0x6FE4, symBinAddr: 0x100125470, symSize: 0x14 }
+ - { offset: 0x1402CB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8RPCErrorO10Foundation14LocalizedErrorAadEP10helpAnchorSSSgvgTW', symObjAddr: 0x6FF8, symBinAddr: 0x100125484, symSize: 0x14 }
+ - { offset: 0x1402EF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC8ResponseV4data10Foundation4DataVvg', symObjAddr: 0x0, symBinAddr: 0x10011ECCC, symSize: 0x2C }
+ - { offset: 0x140303, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC8ResponseV10statusCodeSivg', symObjAddr: 0xA4, symBinAddr: 0x10011ECF8, symSize: 0x8 }
+ - { offset: 0x140317, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC8ResponseV7headersSDyS2SGvg', symObjAddr: 0xAC, symBinAddr: 0x10011ED00, symSize: 0x28 }
+ - { offset: 0x14032B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC8ResponseV4jsonypSgvg', symObjAddr: 0xD4, symBinAddr: 0x10011ED28, symSize: 0x1EC }
+ - { offset: 0x140350, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC8ResponseV10dictionarySDySSypGSgvg', symObjAddr: 0x438, symBinAddr: 0x10011EF14, symSize: 0xC8 }
+ - { offset: 0x140374, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC8ResponseV5arraySaySDySSypGGSgvg', symObjAddr: 0x618, symBinAddr: 0x10011EFDC, symSize: 0x260 }
+ - { offset: 0x1403CE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC8ResponseV4textSSvg', symObjAddr: 0x8A0, symBinAddr: 0x10011F23C, symSize: 0x144 }
+ - { offset: 0x1403F2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC8ResponseV9isSuccessSbvg', symObjAddr: 0xA0C, symBinAddr: 0x10011F380, symSize: 0x80 }
+ - { offset: 0x14041D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC8ResponseV4data10statusCode7headersAE10Foundation4DataV_SiSDyS2SGtcfC', symObjAddr: 0xA8C, symBinAddr: 0x10011F400, symSize: 0x4 }
+ - { offset: 0x140431, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC7baseURLSSvg', symObjAddr: 0xAB8, symBinAddr: 0x10011F42C, symSize: 0x58 }
+ - { offset: 0x14044C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC7baseURLSSvs', symObjAddr: 0xB10, symBinAddr: 0x10011F484, symSize: 0x6C }
+ - { offset: 0x140460, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC7baseURLSSvM', symObjAddr: 0xB7C, symBinAddr: 0x10011F4F0, symSize: 0x40 }
+ - { offset: 0x140474, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC7baseURLSSvM.resume.0', symObjAddr: 0xBBC, symBinAddr: 0x10011F530, symSize: 0x3C }
+ - { offset: 0x140488, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC14defaultHeadersSDyS2SGvg', symObjAddr: 0xD50, symBinAddr: 0x10011F634, symSize: 0x4C }
+ - { offset: 0x14049C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC14defaultHeadersSDyS2SGvs', symObjAddr: 0xD9C, symBinAddr: 0x10011F680, symSize: 0x5C }
+ - { offset: 0x1404B0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC14defaultHeadersSDyS2SGvM', symObjAddr: 0xDF8, symBinAddr: 0x10011F6DC, symSize: 0x40 }
+ - { offset: 0x1404C4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC14defaultHeadersSDyS2SGvM.resume.0', symObjAddr: 0xE38, symBinAddr: 0x10011F71C, symSize: 0x3C }
+ - { offset: 0x1404D8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC9authTokenSSSgvg', symObjAddr: 0xE80, symBinAddr: 0x10011F764, symSize: 0x58 }
+ - { offset: 0x1404EC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC9authTokenSSSgvs', symObjAddr: 0xED8, symBinAddr: 0x10011F7BC, symSize: 0x6C }
+ - { offset: 0x140500, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC9authTokenSSSgvM', symObjAddr: 0xF44, symBinAddr: 0x10011F828, symSize: 0x40 }
+ - { offset: 0x140514, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC9authTokenSSSgvM.resume.0', symObjAddr: 0xF84, symBinAddr: 0x10011F868, symSize: 0x3C }
+ - { offset: 0x140528, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC18requestInterceptor10Foundation10URLRequestVAGcSgvg', symObjAddr: 0xFCC, symBinAddr: 0x10011F8B0, symSize: 0x58 }
+ - { offset: 0x14053C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC18requestInterceptor10Foundation10URLRequestVAGcSgvs', symObjAddr: 0x1054, symBinAddr: 0x10011F938, symSize: 0x70 }
+ - { offset: 0x140550, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC18requestInterceptor10Foundation10URLRequestVAGcSgvM', symObjAddr: 0x10F4, symBinAddr: 0x10011F9D8, symSize: 0x40 }
+ - { offset: 0x140564, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC18requestInterceptor10Foundation10URLRequestVAGcSgvM.resume.0', symObjAddr: 0x1134, symBinAddr: 0x10011FA18, symSize: 0x3C }
+ - { offset: 0x1405B1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC7Combine16ObservableObjectAadEP16objectWillChange0fhI9PublisherQzvgTW', symObjAddr: 0x6A00, symBinAddr: 0x100124E8C, symSize: 0x2C }
+ - { offset: 0x1405E3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC14activeRequestsSivg', symObjAddr: 0x1244, symBinAddr: 0x10011FA8C, symSize: 0x98 }
+ - { offset: 0x140607, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC14activeRequestsSivs', symObjAddr: 0x1388, symBinAddr: 0x10011FBD0, symSize: 0x88 }
+ - { offset: 0x14063A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC14activeRequestsSivM', symObjAddr: 0x1410, symBinAddr: 0x10011FC58, symSize: 0xC4 }
+ - { offset: 0x14065E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC14activeRequestsSivM.resume.0', symObjAddr: 0x14D4, symBinAddr: 0x10011FD1C, symSize: 0xC0 }
+ - { offset: 0x14067F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC15$activeRequests7Combine9PublishedV9PublisherVySi_Gvg', symObjAddr: 0x159C, symBinAddr: 0x10011FDE4, symSize: 0x78 }
+ - { offset: 0x1406A3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC15$activeRequests7Combine9PublishedV9PublisherVySi_Gvs', symObjAddr: 0x1614, symBinAddr: 0x10011FE5C, symSize: 0x100 }
+ - { offset: 0x1406D7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC15$activeRequests7Combine9PublishedV9PublisherVySi_GvM', symObjAddr: 0x1714, symBinAddr: 0x10011FF5C, symSize: 0xD4 }
+ - { offset: 0x1406FB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC15$activeRequests7Combine9PublishedV9PublisherVySi_GvM.resume.0', symObjAddr: 0x17E8, symBinAddr: 0x100120030, symSize: 0xDC }
+ - { offset: 0x14071C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC15_activeRequests33_D60FAF5292E6E273FB66E2F94DA3DAD1LL7Combine9PublishedVySiGvg', symObjAddr: 0x18C4, symBinAddr: 0x10012010C, symSize: 0x78 }
+ - { offset: 0x140730, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC15_activeRequests33_D60FAF5292E6E273FB66E2F94DA3DAD1LL7Combine9PublishedVySiGvs', symObjAddr: 0x193C, symBinAddr: 0x100120184, symSize: 0xDC }
+ - { offset: 0x140811, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC7session33_D60FAF5292E6E273FB66E2F94DA3DAD1LLSo12NSURLSessionCvg', symObjAddr: 0x1A18, symBinAddr: 0x100120260, symSize: 0x38 }
+ - { offset: 0x14082C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC7sessionACSo12NSURLSessionC_tcfC', symObjAddr: 0x1A7C, symBinAddr: 0x1001202C4, symSize: 0x48 }
+ - { offset: 0x140840, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC7sessionACSo12NSURLSessionC_tcfc', symObjAddr: 0x1AC4, symBinAddr: 0x10012030C, symSize: 0x1E8 }
+ - { offset: 0x140873, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC3get_6paramsAC8ResponseVSS_SDyS2SGSgtYaKF', symObjAddr: 0x1CAC, symBinAddr: 0x1001204F4, symSize: 0xD4 }
+ - { offset: 0x1408B7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC3get_6paramsAC8ResponseVSS_SDyS2SGSgtYaKFS2S3key_SS5valuet_tXEfU_', symObjAddr: 0x2998, symBinAddr: 0x100121174, symSize: 0x364 }
+ - { offset: 0x1408E8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC3get_6paramsAC8ResponseVSS_SDyS2SGSgtYaKFTY0_', symObjAddr: 0x1D80, symBinAddr: 0x1001205C8, symSize: 0x4A8 }
+ - { offset: 0x14098E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC3get_6paramsAC8ResponseVSS_SDyS2SGSgtYaKFTQ1_', symObjAddr: 0x2228, symBinAddr: 0x100120A70, symSize: 0xE8 }
+ - { offset: 0x1409FE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC3get_6paramsAC8ResponseVSS_SDyS2SGSgtYaKFTY2_', symObjAddr: 0x2310, symBinAddr: 0x100120B58, symSize: 0x78 }
+ - { offset: 0x140A6A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC3get_6paramsAC8ResponseVSS_SDyS2SGSgtYaKFTY3_', symObjAddr: 0x2388, symBinAddr: 0x100120BD0, symSize: 0x90 }
+ - { offset: 0x140AD6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC10resolveURL33_D60FAF5292E6E273FB66E2F94DA3DAD1LLyS2SF', symObjAddr: 0x2484, symBinAddr: 0x100120C60, symSize: 0x514 }
+ - { offset: 0x140B4E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC7request_6method4body7headersAC8ResponseVSS_SS10Foundation4DataVSgSDyS2SGSgtYaKF', symObjAddr: 0x338C, symBinAddr: 0x100121B68, symSize: 0x2BC }
+ - { offset: 0x140C07, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC7request_6method4body7headersAC8ResponseVSS_SS10Foundation4DataVSgSDyS2SGSgtYaKF6$deferL_yyF', symObjAddr: 0x6110, symBinAddr: 0x100124734, symSize: 0x7C }
+ - { offset: 0x140C4A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC7request_6method4body7headersAC8ResponseVSS_SS10Foundation4DataVSgSDyS2SGSgtYaKFSS_SStSgs11AnyHashableV_yptXEfU_', symObjAddr: 0x61A0, symBinAddr: 0x1001247C4, symSize: 0x1F0 }
+ - { offset: 0x140CB4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC7request_6method4body7headersAC8ResponseVSS_SS10Foundation4DataVSgSDyS2SGSgtYaKFTY0_', symObjAddr: 0x3648, symBinAddr: 0x100121E24, symSize: 0xB0C }
+ - { offset: 0x140EB4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC7request_6method4body7headersAC8ResponseVSS_SS10Foundation4DataVSgSDyS2SGSgtYaKFTQ1_', symObjAddr: 0x4154, symBinAddr: 0x100122930, symSize: 0xF4 }
+ - { offset: 0x140F75, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC7request_6method4body7headersAC8ResponseVSS_SS10Foundation4DataVSgSDyS2SGSgtYaKFTY2_', symObjAddr: 0x4248, symBinAddr: 0x100122A24, symSize: 0x73C }
+ - { offset: 0x1410AA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC7request_6method4body7headersAC8ResponseVSS_SS10Foundation4DataVSgSDyS2SGSgtYaKFTY3_', symObjAddr: 0x4984, symBinAddr: 0x100123160, symSize: 0x22C }
+ - { offset: 0x1411FF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC4post_4bodyAC8ResponseVSS_SDySSypGSgtYaKF', symObjAddr: 0x4DC4, symBinAddr: 0x100123400, symSize: 0x104 }
+ - { offset: 0x141244, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC4post_4bodyAC8ResponseVSS_SDySSypGSgtYaKFTY0_', symObjAddr: 0x4EC8, symBinAddr: 0x100123504, symSize: 0x3F4 }
+ - { offset: 0x1412C9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC4post_4bodyAC8ResponseVSS_SDySSypGSgtYaKFTQ1_', symObjAddr: 0x52BC, symBinAddr: 0x1001238F8, symSize: 0x178 }
+ - { offset: 0x141339, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC4post_4bodyAC8ResponseVSS_SDySSypGSgtYaKFTY2_', symObjAddr: 0x5434, symBinAddr: 0x100123A70, symSize: 0xD4 }
+ - { offset: 0x1413A5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC4post_4bodyAC8ResponseVSS_SDySSypGSgtYaKFTY3_', symObjAddr: 0x5508, symBinAddr: 0x100123B44, symSize: 0xF8 }
+ - { offset: 0x141411, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC8postForm_6fieldsAC8ResponseVSS_SDyS2SGtYaKF', symObjAddr: 0x5600, symBinAddr: 0x100123C3C, symSize: 0x134 }
+ - { offset: 0x141473, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC8postForm_6fieldsAC8ResponseVSS_SDyS2SGtYaKFS2S3key_SS5valuet_tXEfU_', symObjAddr: 0x5D68, symBinAddr: 0x1001243A4, symSize: 0x364 }
+ - { offset: 0x1414A4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC8postForm_6fieldsAC8ResponseVSS_SDyS2SGtYaKFTY0_', symObjAddr: 0x5734, symBinAddr: 0x100123D70, symSize: 0x3B4 }
+ - { offset: 0x141531, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC8postForm_6fieldsAC8ResponseVSS_SDyS2SGtYaKFTQ1_', symObjAddr: 0x5AE8, symBinAddr: 0x100124124, symSize: 0xF8 }
+ - { offset: 0x1415C3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC8postForm_6fieldsAC8ResponseVSS_SDyS2SGtYaKFTY2_', symObjAddr: 0x5BE0, symBinAddr: 0x10012421C, symSize: 0xA8 }
+ - { offset: 0x141650, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC8postForm_6fieldsAC8ResponseVSS_SDyS2SGtYaKFTY3_', symObjAddr: 0x5C88, symBinAddr: 0x1001242C4, symSize: 0xE0 }
+ - { offset: 0x1416DD, size: 0x8, addend: 0x0, symName: '_$s10Foundation10URLRequestV3url11cachePolicy15timeoutIntervalAcA3URLV_So017NSURLRequestCacheE0VSdtcfcfA0_', symObjAddr: 0x618C, symBinAddr: 0x1001247B0, symSize: 0x8 }
+ - { offset: 0x1416F1, size: 0x8, addend: 0x0, symName: '_$s10Foundation10URLRequestV3url11cachePolicy15timeoutIntervalAcA3URLV_So017NSURLRequestCacheE0VSdtcfcfA1_', symObjAddr: 0x6194, symBinAddr: 0x1001247B8, symSize: 0xC }
+ - { offset: 0x141713, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCCfd', symObjAddr: 0x68BC, symBinAddr: 0x100124D70, symSize: 0xA0 }
+ - { offset: 0x141737, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCCfD', symObjAddr: 0x69C0, symBinAddr: 0x100124E4C, symSize: 0x40 }
+ - { offset: 0x14175B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8RPCErrorO16errorDescriptionSSSgvg', symObjAddr: 0x6A2C, symBinAddr: 0x100124EB8, symSize: 0x510 }
+ - { offset: 0x1417EB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8RPCErrorO10Foundation14LocalizedErrorAadEP16errorDescriptionSSSgvgTW', symObjAddr: 0x6FAC, symBinAddr: 0x100125438, symSize: 0x24 }
+ - { offset: 0x141806, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONWritingOptionsVs9OptionSetSCsACP8rawValuex03RawF0Qz_tcfCTW', symObjAddr: 0x84FC, symBinAddr: 0x1001264E0, symSize: 0x2C }
+ - { offset: 0x141821, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONWritingOptionsV8rawValueABSu_tcfC', symObjAddr: 0x8528, symBinAddr: 0x10012650C, symSize: 0x4 }
+ - { offset: 0x141835, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONWritingOptionsVSYSCSY8rawValuexSg03RawD0Qz_tcfCTW', symObjAddr: 0x862C, symBinAddr: 0x100126538, symSize: 0x3C }
+ - { offset: 0x141849, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONWritingOptionsVSYSCSY8rawValue03RawD0QzvgTW', symObjAddr: 0x8668, symBinAddr: 0x100126574, symSize: 0x2C }
+ - { offset: 0x14185D, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONWritingOptionsV8rawValueSuvg', symObjAddr: 0x8A64, symBinAddr: 0x1001267C8, symSize: 0x4 }
+ - { offset: 0x14199D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV2idSSSgvpfi', symObjAddr: 0x0, symBinAddr: 0x100126840, symSize: 0xC }
+ - { offset: 0x1419B5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV2idSSSgvpfi', symObjAddr: 0x0, symBinAddr: 0x100126840, symSize: 0xC }
+ - { offset: 0x1432BC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsVWOd', symObjAddr: 0x9C0, symBinAddr: 0x10012696C, symSize: 0x970 }
+ - { offset: 0x1432D0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV5bindsSayAA04BindD0VGSgvpfi', symObjAddr: 0x173C, symBinAddr: 0x1001272F0, symSize: 0x8 }
+ - { offset: 0x1432E8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10subwidgetsSayACGSgvpfi', symObjAddr: 0x17B8, symBinAddr: 0x10012736C, symSize: 0x8 }
+ - { offset: 0x143300, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV9runtimeIdSSvpfi', symObjAddr: 0x1834, symBinAddr: 0x1001273E8, symSize: 0x100 }
+ - { offset: 0x143318, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV2id10widgettype7options5binds10subwidgetsACSSSg_SSAA0C7OptionsVSayAA04BindD0VGSgSayACGSgtcfcfA1_', symObjAddr: 0x27D0, symBinAddr: 0x10012763C, symSize: 0x44 }
+ - { offset: 0x143332, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFSHAAWl', symObjAddr: 0x34EC, symBinAddr: 0x100128358, symSize: 0x68 }
+ - { offset: 0x143346, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs0E3KeyAAWl', symObjAddr: 0x3800, symBinAddr: 0x10012866C, symSize: 0x68 }
+ - { offset: 0x14335A, size: 0x8, addend: 0x0, symName: ___swift_project_boxed_opaque_existential_1, symObjAddr: 0x3E24, symBinAddr: 0x100128C10, symSize: 0x4C }
+ - { offset: 0x14336E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsVACSEAAWl', symObjAddr: 0x3E70, symBinAddr: 0x100128C5C, symSize: 0x68 }
+ - { offset: 0x143382, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks10BindSchemaVGSayxGSEsSERzlWl', symObjAddr: 0x3F0C, symBinAddr: 0x100128CC4, symSize: 0x80 }
+ - { offset: 0x143396, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaVACSEAAWl', symObjAddr: 0x4004, symBinAddr: 0x100128D44, symSize: 0x68 }
+ - { offset: 0x1433AA, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks10BindSchemaVGSgWOh', symObjAddr: 0x406C, symBinAddr: 0x100128DAC, symSize: 0x28 }
+ - { offset: 0x1433BE, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks13ControlSchemaVGSayxGSEsSERzlWl', symObjAddr: 0x40C8, symBinAddr: 0x100128DD4, symSize: 0x80 }
+ - { offset: 0x1433D2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaVACSEAAWl', symObjAddr: 0x4148, symBinAddr: 0x100128E54, symSize: 0x68 }
+ - { offset: 0x1433E6, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks13ControlSchemaVGSgWOh', symObjAddr: 0x41B0, symBinAddr: 0x100128EBC, symSize: 0x28 }
+ - { offset: 0x1433FA, size: 0x8, addend: 0x0, symName: ___swift_destroy_boxed_opaque_existential_1, symObjAddr: 0x4898, symBinAddr: 0x1001295A4, symSize: 0x60 }
+ - { offset: 0x14340E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsVACSeAAWl', symObjAddr: 0x4920, symBinAddr: 0x100129604, symSize: 0x68 }
+ - { offset: 0x143422, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks10BindSchemaVGSayxGSesSeRzlWl', symObjAddr: 0x4988, symBinAddr: 0x10012966C, symSize: 0x80 }
+ - { offset: 0x143436, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaVACSeAAWl', symObjAddr: 0x4A08, symBinAddr: 0x1001296EC, symSize: 0x68 }
+ - { offset: 0x14344A, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks13ControlSchemaVGSayxGSesSeRzlWl', symObjAddr: 0x4A70, symBinAddr: 0x100129754, symSize: 0x80 }
+ - { offset: 0x14345E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5widthSSSgvpfi', symObjAddr: 0x4C80, symBinAddr: 0x1001298FC, symSize: 0xC }
+ - { offset: 0x143476, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6heightSSSgvpfi', symObjAddr: 0x4D1C, symBinAddr: 0x100129998, symSize: 0xC }
+ - { offset: 0x14348E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6cwidthSdSgvpfi', symObjAddr: 0x4DB8, symBinAddr: 0x100129A34, symSize: 0xC }
+ - { offset: 0x1434A6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV7cheightSdSgvpfi', symObjAddr: 0x4DFC, symBinAddr: 0x100129A78, symSize: 0xC }
+ - { offset: 0x1434BE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV7bgcolorSSSgvpfi', symObjAddr: 0x4E40, symBinAddr: 0x100129ABC, symSize: 0xC }
+ - { offset: 0x1434D6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5colorSSSgvpfi', symObjAddr: 0x4EDC, symBinAddr: 0x100129B58, symSize: 0xC }
+ - { offset: 0x1434EE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV3cssSSSgvpfi', symObjAddr: 0x4F78, symBinAddr: 0x100129BF4, symSize: 0xC }
+ - { offset: 0x143506, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV7paddingSSSgvpfi', symObjAddr: 0x5014, symBinAddr: 0x100129C90, symSize: 0xC }
+ - { offset: 0x14351E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6cursorSSSgvpfi', symObjAddr: 0x50B0, symBinAddr: 0x100129D2C, symSize: 0xC }
+ - { offset: 0x143536, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV7spacingSdSgvpfi', symObjAddr: 0x514C, symBinAddr: 0x100129DC8, symSize: 0xC }
+ - { offset: 0x14354E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10alignItemsSSSgvpfi', symObjAddr: 0x5190, symBinAddr: 0x100129E0C, symSize: 0xC }
+ - { offset: 0x143566, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4textSSSgvpfi', symObjAddr: 0x522C, symBinAddr: 0x100129EA8, symSize: 0xC }
+ - { offset: 0x14357E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5otextSSSgvpfi', symObjAddr: 0x52C8, symBinAddr: 0x100129F44, symSize: 0xC }
+ - { offset: 0x143596, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4i18nSbSgvpfi', symObjAddr: 0x5364, symBinAddr: 0x100129FE0, symSize: 0x8 }
+ - { offset: 0x1435AE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5levelSiSgvpfi', symObjAddr: 0x5390, symBinAddr: 0x10012A00C, symSize: 0xC }
+ - { offset: 0x1435C6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5labelSSSgvpfi', symObjAddr: 0x53D4, symBinAddr: 0x10012A050, symSize: 0xC }
+ - { offset: 0x1435DE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10actiontypeSSSgvpfi', symObjAddr: 0x5470, symBinAddr: 0x10012A0EC, symSize: 0xC }
+ - { offset: 0x1435F6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV3urlSSSgvpfi', symObjAddr: 0x550C, symBinAddr: 0x10012A188, symSize: 0xC }
+ - { offset: 0x14360E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4iconSSSgvpfi', symObjAddr: 0x55A8, symBinAddr: 0x10012A224, symSize: 0xC }
+ - { offset: 0x143626, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4nameSSSgvpfi', symObjAddr: 0x5644, symBinAddr: 0x10012A2C0, symSize: 0xC }
+ - { offset: 0x14363E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV11placeholderSSSgvpfi', symObjAddr: 0x56E0, symBinAddr: 0x10012A35C, symSize: 0xC }
+ - { offset: 0x143656, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5valueSSSgvpfi', symObjAddr: 0x577C, symBinAddr: 0x10012A3F8, symSize: 0xC }
+ - { offset: 0x14366E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV12defaultvalueSSSgvpfi', symObjAddr: 0x5818, symBinAddr: 0x10012A494, symSize: 0xC }
+ - { offset: 0x143686, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV8requiredSbSgvpfi', symObjAddr: 0x58B4, symBinAddr: 0x10012A530, symSize: 0x8 }
+ - { offset: 0x14369E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6uitypeSSSgvpfi', symObjAddr: 0x58E0, symBinAddr: 0x10012A55C, symSize: 0xC }
+ - { offset: 0x1436B6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5titleSSSgvpfi', symObjAddr: 0x597C, symBinAddr: 0x10012A5F8, symSize: 0xC }
+ - { offset: 0x1436CE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5rulesSayAA14ValidationRuleVGSgvpfi', symObjAddr: 0x5A18, symBinAddr: 0x10012A694, symSize: 0x8 }
+ - { offset: 0x1436E6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5codesSayAA8CodeItemVGSgvpfi', symObjAddr: 0x5A94, symBinAddr: 0x10012A710, symSize: 0x8 }
+ - { offset: 0x1436FE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4dataSayAA8CodeItemVGSgvpfi', symObjAddr: 0x5B10, symBinAddr: 0x10012A78C, symSize: 0x8 }
+ - { offset: 0x143716, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV7dataurlSSSgvpfi', symObjAddr: 0x5B8C, symBinAddr: 0x10012A808, symSize: 0xC }
+ - { offset: 0x14372E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10valueFieldSSSgvpfi', symObjAddr: 0x5C28, symBinAddr: 0x10012A8A4, symSize: 0xC }
+ - { offset: 0x143746, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV9textFieldSSSgvpfi', symObjAddr: 0x5CC4, symBinAddr: 0x10012A940, symSize: 0xC }
+ - { offset: 0x14375E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6fieldsSayAA11FieldSchemaVGSgvpfi', symObjAddr: 0x5D60, symBinAddr: 0x10012A9DC, symSize: 0x8 }
+ - { offset: 0x143776, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10submit_urlSSSgvpfi', symObjAddr: 0x5DDC, symBinAddr: 0x10012AA58, symSize: 0xC }
+ - { offset: 0x14378E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV12submit_labelSSSgvpfi', symObjAddr: 0x5E78, symBinAddr: 0x10012AAF4, symSize: 0xC }
+ - { offset: 0x1437A6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10show_labelSbSgvpfi', symObjAddr: 0x5F14, symBinAddr: 0x10012AB90, symSize: 0x8 }
+ - { offset: 0x1437BE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV8data_urlSSSgvpfi', symObjAddr: 0x5F40, symBinAddr: 0x10012ABBC, symSize: 0xC }
+ - { offset: 0x1437D6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV11data_methodSSSgvpfi', symObjAddr: 0x5FDC, symBinAddr: 0x10012AC58, symSize: 0xC }
+ - { offset: 0x1437EE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV9page_rowsSiSgvpfi', symObjAddr: 0x6078, symBinAddr: 0x10012ACF4, symSize: 0xC }
+ - { offset: 0x143806, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV11row_optionsAA03RowD0VSgvpfi', symObjAddr: 0x60C4, symBinAddr: 0x10012AD40, symSize: 0x18 }
+ - { offset: 0x14381E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV7toolbarAA13ToolbarSchemaVSgvpfi', symObjAddr: 0x62E8, symBinAddr: 0x10012AE2C, symSize: 0xC }
+ - { offset: 0x143836, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4tabsSayAA7TabItemVGSgvpfi', symObjAddr: 0x63D0, symBinAddr: 0x10012AEAC, symSize: 0x8 }
+ - { offset: 0x14384E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV9activeTabSiSgvpfi', symObjAddr: 0x644C, symBinAddr: 0x10012AF28, symSize: 0xC }
+ - { offset: 0x143866, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10col_cwidthSdSgvpfi', symObjAddr: 0x6498, symBinAddr: 0x10012AF74, symSize: 0xC }
+ - { offset: 0x14387E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV8col_cgapSdSgvpfi', symObjAddr: 0x64E4, symBinAddr: 0x10012AFC0, symSize: 0xC }
+ - { offset: 0x143896, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV9col_widthSdSgvpfi', symObjAddr: 0x6530, symBinAddr: 0x10012B00C, symSize: 0xC }
+ - { offset: 0x1438AE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV13popup_optionsAA05PopupD0VSgvpfi', symObjAddr: 0x657C, symBinAddr: 0x10012B058, symSize: 0x68 }
+ - { offset: 0x1438C6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsVSgWOd', symObjAddr: 0x6760, symBinAddr: 0x10012B114, symSize: 0x170 }
+ - { offset: 0x1438DA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV9auto_openSbSgvpfi', symObjAddr: 0x6954, symBinAddr: 0x10012B298, symSize: 0x8 }
+ - { offset: 0x1438F2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6archorSSSgvpfi', symObjAddr: 0x6980, symBinAddr: 0x10012B2C4, symSize: 0xC }
+ - { offset: 0x14390A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV14dismiss_eventsSaySSGSgvpfi', symObjAddr: 0x6A1C, symBinAddr: 0x10012B360, symSize: 0x8 }
+ - { offset: 0x143922, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5itemsSayAA14MenuItemSchemaVGSgvpfi', symObjAddr: 0x6A98, symBinAddr: 0x10012B3DC, symSize: 0x8 }
+ - { offset: 0x14393A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6targetSSSgvpfi', symObjAddr: 0x6B14, symBinAddr: 0x10012B458, symSize: 0xC }
+ - { offset: 0x143952, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4htmlSSSgvpfi', symObjAddr: 0x6BB0, symBinAddr: 0x10012B4F4, symSize: 0xC }
+ - { offset: 0x14396A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV3srcSSSgvpfi', symObjAddr: 0x6C4C, symBinAddr: 0x10012B590, symSize: 0xC }
+ - { offset: 0x143982, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV3altSSSgvpfi', symObjAddr: 0x6CE8, symBinAddr: 0x10012B62C, symSize: 0xC }
+ - { offset: 0x14399A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV8fontsizeSSSgvpfi', symObjAddr: 0x6D84, symBinAddr: 0x10012B6C8, symSize: 0xC }
+ - { offset: 0x1439B2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV9cfontsizeSdSgvpfi', symObjAddr: 0x6E20, symBinAddr: 0x10012B764, symSize: 0xC }
+ - { offset: 0x1439CA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFSHAAWl', symObjAddr: 0x9F90, symBinAddr: 0x10012E8D4, symSize: 0x68 }
+ - { offset: 0x1439DE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs0E3KeyAAWl', symObjAddr: 0xAB48, symBinAddr: 0x10012F48C, symSize: 0x68 }
+ - { offset: 0x1439F2, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks14ValidationRuleVGSgWOc', symObjAddr: 0xCBC8, symBinAddr: 0x10013150C, symSize: 0x34 }
+ - { offset: 0x143A06, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks14ValidationRuleVGSayxGSEsSERzlWl', symObjAddr: 0xCBFC, symBinAddr: 0x100131540, symSize: 0x80 }
+ - { offset: 0x143A1A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleVACSEAAWl', symObjAddr: 0xCC7C, symBinAddr: 0x1001315C0, symSize: 0x68 }
+ - { offset: 0x143A2E, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks14ValidationRuleVGSgWOh', symObjAddr: 0xCCE4, symBinAddr: 0x100131628, symSize: 0x28 }
+ - { offset: 0x143A42, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks8CodeItemVGSayxGSEsSERzlWl', symObjAddr: 0xCD40, symBinAddr: 0x100131650, symSize: 0x80 }
+ - { offset: 0x143A56, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemVACSEAAWl', symObjAddr: 0xCDC0, symBinAddr: 0x1001316D0, symSize: 0x68 }
+ - { offset: 0x143A6A, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks11FieldSchemaVGSayxGSEsSERzlWl', symObjAddr: 0xCE84, symBinAddr: 0x100131738, symSize: 0x80 }
+ - { offset: 0x143A7E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaVACSEAAWl', symObjAddr: 0xCF04, symBinAddr: 0x1001317B8, symSize: 0x68 }
+ - { offset: 0x143A92, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsVSgWOc', symObjAddr: 0xCF94, symBinAddr: 0x100131820, symSize: 0xF8 }
+ - { offset: 0x143AA6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsVACSEAAWl', symObjAddr: 0xD08C, symBinAddr: 0x100131918, symSize: 0x68 }
+ - { offset: 0x143ABA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsVSgWOh', symObjAddr: 0xD0F4, symBinAddr: 0x100131980, symSize: 0x7C }
+ - { offset: 0x143ACE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaVSgWOc', symObjAddr: 0xD170, symBinAddr: 0x1001319FC, symSize: 0x68 }
+ - { offset: 0x143AE2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaVACSEAAWl', symObjAddr: 0xD1D8, symBinAddr: 0x100131A64, symSize: 0x68 }
+ - { offset: 0x143AF6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaVSgWOh', symObjAddr: 0xD240, symBinAddr: 0x100131ACC, symSize: 0x40 }
+ - { offset: 0x143B0A, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks7TabItemVGSgWOc', symObjAddr: 0xD280, symBinAddr: 0x100131B0C, symSize: 0x34 }
+ - { offset: 0x143B1E, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks7TabItemVGSayxGSEsSERzlWl', symObjAddr: 0xD2B4, symBinAddr: 0x100131B40, symSize: 0x80 }
+ - { offset: 0x143B32, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemVACSEAAWl', symObjAddr: 0xD334, symBinAddr: 0x100131BC0, symSize: 0x68 }
+ - { offset: 0x143B46, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks7TabItemVGSgWOh', symObjAddr: 0xD39C, symBinAddr: 0x100131C28, symSize: 0x28 }
+ - { offset: 0x143B5A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsVACSEAAWl', symObjAddr: 0xD3C4, symBinAddr: 0x100131C50, symSize: 0x68 }
+ - { offset: 0x143B6E, size: 0x8, addend: 0x0, symName: '_$sSaySSGSgWOc', symObjAddr: 0xD42C, symBinAddr: 0x100131CB8, symSize: 0x34 }
+ - { offset: 0x143B82, size: 0x8, addend: 0x0, symName: '_$sSaySSGSayxGSEsSERzlWl', symObjAddr: 0xD460, symBinAddr: 0x100131CEC, symSize: 0x80 }
+ - { offset: 0x143B96, size: 0x8, addend: 0x0, symName: '_$sSaySSGSgWOh', symObjAddr: 0xD4E0, symBinAddr: 0x100131D6C, symSize: 0x28 }
+ - { offset: 0x143BAA, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks14MenuItemSchemaVGSgWOc', symObjAddr: 0xD508, symBinAddr: 0x100131D94, symSize: 0x34 }
+ - { offset: 0x143BBE, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks14MenuItemSchemaVGSayxGSEsSERzlWl', symObjAddr: 0xD53C, symBinAddr: 0x100131DC8, symSize: 0x80 }
+ - { offset: 0x143BD2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaVACSEAAWl', symObjAddr: 0xD5BC, symBinAddr: 0x100131E48, symSize: 0x68 }
+ - { offset: 0x143BE6, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks14MenuItemSchemaVGSgWOh', symObjAddr: 0xD624, symBinAddr: 0x100131EB0, symSize: 0x28 }
+ - { offset: 0x143BFA, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks14ValidationRuleVGSayxGSesSeRzlWl', symObjAddr: 0xF8DC, symBinAddr: 0x100134168, symSize: 0x80 }
+ - { offset: 0x143C0E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleVACSeAAWl', symObjAddr: 0xF95C, symBinAddr: 0x1001341E8, symSize: 0x68 }
+ - { offset: 0x143C22, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks8CodeItemVGSayxGSesSeRzlWl', symObjAddr: 0xF9C4, symBinAddr: 0x100134250, symSize: 0x80 }
+ - { offset: 0x143C36, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemVACSeAAWl', symObjAddr: 0xFA44, symBinAddr: 0x1001342D0, symSize: 0x68 }
+ - { offset: 0x143C4A, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks11FieldSchemaVGSayxGSesSeRzlWl', symObjAddr: 0xFAAC, symBinAddr: 0x100134338, symSize: 0x80 }
+ - { offset: 0x143C5E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaVACSeAAWl', symObjAddr: 0xFB2C, symBinAddr: 0x1001343B8, symSize: 0x68 }
+ - { offset: 0x143C72, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsVACSeAAWl', symObjAddr: 0xFB94, symBinAddr: 0x100134420, symSize: 0x68 }
+ - { offset: 0x143C86, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaVACSeAAWl', symObjAddr: 0xFBFC, symBinAddr: 0x100134488, symSize: 0x68 }
+ - { offset: 0x143C9A, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks7TabItemVGSayxGSesSeRzlWl', symObjAddr: 0xFC64, symBinAddr: 0x1001344F0, symSize: 0x80 }
+ - { offset: 0x143CAE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemVACSeAAWl', symObjAddr: 0xFCE4, symBinAddr: 0x100134570, symSize: 0x68 }
+ - { offset: 0x143CC2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsVACSeAAWl', symObjAddr: 0xFD4C, symBinAddr: 0x1001345D8, symSize: 0x68 }
+ - { offset: 0x143CD6, size: 0x8, addend: 0x0, symName: '_$sSaySSGSayxGSesSeRzlWl', symObjAddr: 0xFDB4, symBinAddr: 0x100134640, symSize: 0x80 }
+ - { offset: 0x143CEA, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks14MenuItemSchemaVGSayxGSesSeRzlWl', symObjAddr: 0xFE34, symBinAddr: 0x1001346C0, symSize: 0x80 }
+ - { offset: 0x143CFE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaVACSeAAWl', symObjAddr: 0xFEB4, symBinAddr: 0x100134740, symSize: 0x68 }
+ - { offset: 0x14422E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV6targetSSSgvpfi', symObjAddr: 0x10094, symBinAddr: 0x100134920, symSize: 0xC }
+ - { offset: 0x144246, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV7optionsAA0C7OptionsVSgvpfi', symObjAddr: 0x10130, symBinAddr: 0x1001349BC, symSize: 0x14 }
+ - { offset: 0x14425E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsVSgWOy', symObjAddr: 0x10184, symBinAddr: 0x100134A10, symSize: 0x40 }
+ - { offset: 0x144272, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsVSgWOe', symObjAddr: 0x10224, symBinAddr: 0x100134AB0, symSize: 0x40 }
+ - { offset: 0x144286, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV4modeSSSgvpfi', symObjAddr: 0x10278, symBinAddr: 0x100134B04, symSize: 0xC }
+ - { offset: 0x14429E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV6methodSSSgvpfi', symObjAddr: 0x10314, symBinAddr: 0x100134BA0, symSize: 0xC }
+ - { offset: 0x1442B6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV6scriptSSSgvpfi', symObjAddr: 0x103B0, symBinAddr: 0x100134C3C, symSize: 0xC }
+ - { offset: 0x1442CE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV13popup_optionsAA12PopupOptionsVSgvpfi', symObjAddr: 0x1044C, symBinAddr: 0x100134CD8, symSize: 0x68 }
+ - { offset: 0x1442E6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10datawidgetSSSgvpfi', symObjAddr: 0x1051C, symBinAddr: 0x100134DA8, symSize: 0xC }
+ - { offset: 0x1442FE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV12event_paramsSSSgvpfi', symObjAddr: 0x105B8, symBinAddr: 0x100134E44, symSize: 0xC }
+ - { offset: 0x144316, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFSHAAWl', symObjAddr: 0x112AC, symBinAddr: 0x100135B38, symSize: 0x68 }
+ - { offset: 0x14432A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs0E3KeyAAWl', symObjAddr: 0x116EC, symBinAddr: 0x100135F78, symSize: 0x68 }
+ - { offset: 0x14433E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsVACSEAAWl', symObjAddr: 0x11F90, symBinAddr: 0x100136784, symSize: 0x68 }
+ - { offset: 0x144352, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsVSgWOh', symObjAddr: 0x11FF8, symBinAddr: 0x1001367EC, symSize: 0x4C }
+ - { offset: 0x144366, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsVACSeAAWl', symObjAddr: 0x12924, symBinAddr: 0x100137118, symSize: 0x68 }
+ - { offset: 0x14437A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV3urlSSSgvpfi', symObjAddr: 0x1301C, symBinAddr: 0x10013740C, symSize: 0xC }
+ - { offset: 0x144646, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV6paramsSDyS2SGSgvpfi', symObjAddr: 0x130B4, symBinAddr: 0x1001374A4, symSize: 0x8 }
+ - { offset: 0x14465E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFSHAAWl', symObjAddr: 0x13568, symBinAddr: 0x100137924, symSize: 0x68 }
+ - { offset: 0x144672, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs0E3KeyAAWl', symObjAddr: 0x137A8, symBinAddr: 0x100137B64, symSize: 0x68 }
+ - { offset: 0x144686, size: 0x8, addend: 0x0, symName: '_$sSDyS2SGSDyxq_GSEsSERzSER_rlWl', symObjAddr: 0x13A8C, symBinAddr: 0x100137E48, symSize: 0x88 }
+ - { offset: 0x14469A, size: 0x8, addend: 0x0, symName: '_$sSDyS2SGSDyxq_GSesSeRzSeR_rlWl', symObjAddr: 0x13DFC, symBinAddr: 0x100138190, symSize: 0x88 }
+ - { offset: 0x1446AE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV5titleSSSgvpfi', symObjAddr: 0x13F60, symBinAddr: 0x1001382F4, symSize: 0xC }
+ - { offset: 0x144B6E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV6cwidthSdSgvpfi', symObjAddr: 0x13FFC, symBinAddr: 0x100138390, symSize: 0xC }
+ - { offset: 0x144B86, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV7cheightSdSgvpfi', symObjAddr: 0x14040, symBinAddr: 0x1001383D4, symSize: 0xC }
+ - { offset: 0x144B9E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV5widthSSSgvpfi', symObjAddr: 0x14084, symBinAddr: 0x100138418, symSize: 0xC }
+ - { offset: 0x144BB6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV6heightSSSgvpfi', symObjAddr: 0x14120, symBinAddr: 0x1001384B4, symSize: 0xC }
+ - { offset: 0x144BCE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV6archorSSSgvpfi', symObjAddr: 0x141BC, symBinAddr: 0x100138550, symSize: 0xC }
+ - { offset: 0x144BE6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV8eventposSbSgvpfi', symObjAddr: 0x14258, symBinAddr: 0x1001385EC, symSize: 0x8 }
+ - { offset: 0x144BFE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV14dismiss_eventsSaySSGSgvpfi', symObjAddr: 0x14284, symBinAddr: 0x100138618, symSize: 0x8 }
+ - { offset: 0x144C16, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFSHAAWl', symObjAddr: 0x14E04, symBinAddr: 0x1001390A8, symSize: 0x68 }
+ - { offset: 0x144C2A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs0E3KeyAAWl', symObjAddr: 0x15190, symBinAddr: 0x100139434, symSize: 0x68 }
+ - { offset: 0x14540A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV5labelSSSgvpfi', symObjAddr: 0x15F38, symBinAddr: 0x10013A1DC, symSize: 0xC }
+ - { offset: 0x145422, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV5titleSSSgvpfi', symObjAddr: 0x15FD4, symBinAddr: 0x10013A278, symSize: 0xC }
+ - { offset: 0x14543A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV4typeSSSgvpfi', symObjAddr: 0x16070, symBinAddr: 0x10013A314, symSize: 0xC }
+ - { offset: 0x145452, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV6uitypeSSSgvpfi', symObjAddr: 0x1610C, symBinAddr: 0x10013A3B0, symSize: 0xC }
+ - { offset: 0x14546A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV8requiredSbSgvpfi', symObjAddr: 0x161A8, symBinAddr: 0x10013A44C, symSize: 0x8 }
+ - { offset: 0x145482, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV6cwidthSdSgvpfi', symObjAddr: 0x161D4, symBinAddr: 0x10013A478, symSize: 0xC }
+ - { offset: 0x14549A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV11placeholderSSSgvpfi', symObjAddr: 0x16218, symBinAddr: 0x10013A4BC, symSize: 0xC }
+ - { offset: 0x1454B2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV5valueSSSgvpfi', symObjAddr: 0x162B4, symBinAddr: 0x10013A558, symSize: 0xC }
+ - { offset: 0x1454CA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV12defaultvalueSSSgvpfi', symObjAddr: 0x16350, symBinAddr: 0x10013A5F4, symSize: 0xC }
+ - { offset: 0x1454E2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV5codesSayAA8CodeItemVGSgvpfi', symObjAddr: 0x163EC, symBinAddr: 0x10013A690, symSize: 0x8 }
+ - { offset: 0x1454FA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV4dataSayAA8CodeItemVGSgvpfi', symObjAddr: 0x16468, symBinAddr: 0x10013A70C, symSize: 0x8 }
+ - { offset: 0x145512, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV7dataurlSSSgvpfi', symObjAddr: 0x164E4, symBinAddr: 0x10013A788, symSize: 0xC }
+ - { offset: 0x14552A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV05valueC0SSSgvpfi', symObjAddr: 0x16580, symBinAddr: 0x10013A824, symSize: 0xC }
+ - { offset: 0x145542, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV04textC0SSSgvpfi', symObjAddr: 0x1661C, symBinAddr: 0x10013A8C0, symSize: 0xC }
+ - { offset: 0x14555A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV5rulesSayAA14ValidationRuleVGSgvpfi', symObjAddr: 0x166B8, symBinAddr: 0x10013A95C, symSize: 0x8 }
+ - { offset: 0x145572, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFSHAAWl', symObjAddr: 0x17B84, symBinAddr: 0x10013BB50, symSize: 0x68 }
+ - { offset: 0x145586, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs0E3KeyAAWl', symObjAddr: 0x18030, symBinAddr: 0x10013BFFC, symSize: 0x68 }
+ - { offset: 0x145867, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV5valueSSSgvpfi', symObjAddr: 0x19AB0, symBinAddr: 0x10013DA7C, symSize: 0xC }
+ - { offset: 0x14587F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV7messageSSSgvpfi', symObjAddr: 0x19B4C, symBinAddr: 0x10013DB18, symSize: 0xC }
+ - { offset: 0x145897, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFSHAAWl', symObjAddr: 0x1A018, symBinAddr: 0x10013DFE4, symSize: 0x68 }
+ - { offset: 0x1458AB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs0E3KeyAAWl', symObjAddr: 0x1A278, symBinAddr: 0x10013E244, symSize: 0x68 }
+ - { offset: 0x1458BF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleVWOh', symObjAddr: 0x1A9D0, symBinAddr: 0x10013E99C, symSize: 0x40 }
+ - { offset: 0x145B2F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFSHAAWl', symObjAddr: 0x1AEF4, symBinAddr: 0x10013EEC0, symSize: 0x68 }
+ - { offset: 0x145B43, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs0E3KeyAAWl', symObjAddr: 0x1B134, symBinAddr: 0x10013F100, symSize: 0x68 }
+ - { offset: 0x145B57, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemVWOh', symObjAddr: 0x1B6CC, symBinAddr: 0x10013F698, symSize: 0x34 }
+ - { offset: 0x145B6B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV6fieldsSayAA11FieldSchemaVGSgvpfi', symObjAddr: 0x1B82C, symBinAddr: 0x10013F7F8, symSize: 0x8 }
+ - { offset: 0x145E4D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV13browserfieldsAA13BrowserFieldsVSgvpfi', symObjAddr: 0x1B8A4, symBinAddr: 0x10013F870, symSize: 0x14 }
+ - { offset: 0x145E65, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFSHAAWl', symObjAddr: 0x1BCA4, symBinAddr: 0x10013FC70, symSize: 0x68 }
+ - { offset: 0x145E79, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs0E3KeyAAWl', symObjAddr: 0x1BEE4, symBinAddr: 0x10013FEB0, symSize: 0x68 }
+ - { offset: 0x145E8D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsVACSEAAWl', symObjAddr: 0x1C248, symBinAddr: 0x100140214, symSize: 0x68 }
+ - { offset: 0x145EA1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsVSgWOh', symObjAddr: 0x1C2B0, symBinAddr: 0x10014027C, symSize: 0x58 }
+ - { offset: 0x145EB5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsVACSeAAWl', symObjAddr: 0x1C69C, symBinAddr: 0x100140668, symSize: 0x68 }
+ - { offset: 0x145EC9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV9excloudedSaySSGSgvpfi', symObjAddr: 0x1C7F0, symBinAddr: 0x1001407BC, symSize: 0x8 }
+ - { offset: 0x146205, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV7cwidthsSDySSSdGSgvpfi', symObjAddr: 0x1C868, symBinAddr: 0x100140834, symSize: 0x8 }
+ - { offset: 0x14621D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV6altersSDySSAA11FieldSchemaVGSgvpfi', symObjAddr: 0x1C8E4, symBinAddr: 0x1001408B0, symSize: 0x8 }
+ - { offset: 0x146235, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFSHAAWl', symObjAddr: 0x1CD90, symBinAddr: 0x100140D5C, symSize: 0x68 }
+ - { offset: 0x146249, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs0E3KeyAAWl', symObjAddr: 0x1CFF0, symBinAddr: 0x100140FBC, symSize: 0x68 }
+ - { offset: 0x14625D, size: 0x8, addend: 0x0, symName: '_$sSDySSSdGSDyxq_GSEsSERzSER_rlWl', symObjAddr: 0x1D414, symBinAddr: 0x1001413E0, symSize: 0x8C }
+ - { offset: 0x146271, size: 0x8, addend: 0x0, symName: '_$sSDySSSdGSgWOh', symObjAddr: 0x1D4A0, symBinAddr: 0x10014146C, symSize: 0x28 }
+ - { offset: 0x146285, size: 0x8, addend: 0x0, symName: '_$sSDySS11SwiftBricks11FieldSchemaVGSDyxq_GSEsSERzSER_rlWl', symObjAddr: 0x1D4C8, symBinAddr: 0x100141494, symSize: 0x8C }
+ - { offset: 0x146299, size: 0x8, addend: 0x0, symName: '_$sSDySS11SwiftBricks11FieldSchemaVGSgWOh', symObjAddr: 0x1D554, symBinAddr: 0x100141520, symSize: 0x28 }
+ - { offset: 0x1462AD, size: 0x8, addend: 0x0, symName: '_$sSDySSSdGSDyxq_GSesSeRzSeR_rlWl', symObjAddr: 0x1D9A0, symBinAddr: 0x10014196C, symSize: 0x8C }
+ - { offset: 0x1462C1, size: 0x8, addend: 0x0, symName: '_$sSDySS11SwiftBricks11FieldSchemaVGSDyxq_GSesSeRzSeR_rlWl', symObjAddr: 0x1DA2C, symBinAddr: 0x1001419F8, symSize: 0x8C }
+ - { offset: 0x1462D5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV5toolsSayAA0C4ToolVGSgvpfi', symObjAddr: 0x1DB94, symBinAddr: 0x100141B60, symSize: 0x8 }
+ - { offset: 0x14655D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFSHAAWl', symObjAddr: 0x1DDC4, symBinAddr: 0x100141D90, symSize: 0x68 }
+ - { offset: 0x146571, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs0E3KeyAAWl', symObjAddr: 0x1DF74, symBinAddr: 0x100141F40, symSize: 0x68 }
+ - { offset: 0x146585, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks11ToolbarToolVGSayxGSEsSERzlWl', symObjAddr: 0x1E1A8, symBinAddr: 0x100142174, symSize: 0x80 }
+ - { offset: 0x146599, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolVACSEAAWl', symObjAddr: 0x1E228, symBinAddr: 0x1001421F4, symSize: 0x68 }
+ - { offset: 0x1465AD, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks11ToolbarToolVGSgWOh', symObjAddr: 0x1E290, symBinAddr: 0x10014225C, symSize: 0x28 }
+ - { offset: 0x1465C1, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks11ToolbarToolVGSayxGSesSeRzlWl', symObjAddr: 0x1E4F0, symBinAddr: 0x1001424BC, symSize: 0x80 }
+ - { offset: 0x1465D5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolVACSeAAWl', symObjAddr: 0x1E570, symBinAddr: 0x10014253C, symSize: 0x68 }
+ - { offset: 0x1469AB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV5labelSSSgvpfi', symObjAddr: 0x1E728, symBinAddr: 0x1001426F4, symSize: 0xC }
+ - { offset: 0x1469C3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV4iconSSSgvpfi', symObjAddr: 0x1E7C4, symBinAddr: 0x100142790, symSize: 0xC }
+ - { offset: 0x1469DB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV12selected_rowSbSgvpfi', symObjAddr: 0x1E860, symBinAddr: 0x10014282C, symSize: 0x8 }
+ - { offset: 0x1469F3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV3cssSSSgvpfi', symObjAddr: 0x1E88C, symBinAddr: 0x100142858, symSize: 0xC }
+ - { offset: 0x146A0B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFSHAAWl', symObjAddr: 0x1EF68, symBinAddr: 0x100142F34, symSize: 0x68 }
+ - { offset: 0x146A1F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs0E3KeyAAWl', symObjAddr: 0x1F240, symBinAddr: 0x10014320C, symSize: 0x68 }
+ - { offset: 0x146A33, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolVWOc', symObjAddr: 0x1FCE4, symBinAddr: 0x100143CB0, symSize: 0xB4 }
+ - { offset: 0x146A47, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolVWOh', symObjAddr: 0x1FD98, symBinAddr: 0x100143D64, symSize: 0x4C }
+ - { offset: 0x146D6A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV4iconSSSgvpfi', symObjAddr: 0x1FFB0, symBinAddr: 0x100143F7C, symSize: 0xC }
+ - { offset: 0x146D82, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV7contentAA13ControlSchemaVSgvpfi', symObjAddr: 0x2004C, symBinAddr: 0x100144018, symSize: 0x44 }
+ - { offset: 0x146D9A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaVSgWOd', symObjAddr: 0x20C50, symBinAddr: 0x1001440B8, symSize: 0xA78 }
+ - { offset: 0x146DAE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFSHAAWl', symObjAddr: 0x21E30, symBinAddr: 0x100144F74, symSize: 0x68 }
+ - { offset: 0x146DC2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs0E3KeyAAWl', symObjAddr: 0x22090, symBinAddr: 0x1001451D4, symSize: 0x68 }
+ - { offset: 0x146DD6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemVWOc', symObjAddr: 0x22844, symBinAddr: 0x100145988, symSize: 0x9C0 }
+ - { offset: 0x146DEA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemVWOh', symObjAddr: 0x23204, symBinAddr: 0x100146348, symSize: 0x33C }
+ - { offset: 0x14721A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV4iconSSSgvpfi', symObjAddr: 0x237EC, symBinAddr: 0x100146930, symSize: 0xC }
+ - { offset: 0x147232, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV3urlSSSgvpfi', symObjAddr: 0x23888, symBinAddr: 0x1001469CC, symSize: 0xC }
+ - { offset: 0x14724A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV7submenuSayACGSgvpfi', symObjAddr: 0x23924, symBinAddr: 0x100146A68, symSize: 0x8 }
+ - { offset: 0x147262, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV5bindsSayAA04BindE0VGSgvpfi', symObjAddr: 0x239A0, symBinAddr: 0x100146AE4, symSize: 0x8 }
+ - { offset: 0x14727A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFSHAAWl', symObjAddr: 0x24160, symBinAddr: 0x1001472A4, symSize: 0x68 }
+ - { offset: 0x14728E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs0F3KeyAAWl', symObjAddr: 0x24474, symBinAddr: 0x1001475B8, symSize: 0x68 }
+ - { offset: 0x1472A2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaVWOc', symObjAddr: 0x24FE8, symBinAddr: 0x10014812C, symSize: 0xE4 }
+ - { offset: 0x1472B6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaVWOh', symObjAddr: 0x250CC, symBinAddr: 0x100148210, symSize: 0x64 }
+ - { offset: 0x1473A0, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks10WidgetTypeOGSayxGSTsWl', symObjAddr: 0x253A8, symBinAddr: 0x1001484AC, symSize: 0x74 }
+ - { offset: 0x1473B4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10WidgetTypeOACSQAAWl', symObjAddr: 0x2541C, symBinAddr: 0x100148520, symSize: 0x68 }
+ - { offset: 0x1473C8, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks10WidgetTypeOGWOh', symObjAddr: 0x25484, symBinAddr: 0x100148588, symSize: 0x28 }
+ - { offset: 0x147485, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks10ActionTypeOGSayxGSlsWl', symObjAddr: 0x274C0, symBinAddr: 0x100149F34, symSize: 0x74 }
+ - { offset: 0x147499, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks10ActionTypeOGWOh', symObjAddr: 0x27534, symBinAddr: 0x100149FA8, symSize: 0x28 }
+ - { offset: 0x1474AD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaVs12IdentifiableAA2IDsADP_SHWT', symObjAddr: 0x27880, symBinAddr: 0x10014A2F4, symSize: 0x14 }
+ - { offset: 0x1474C1, size: 0x8, addend: 0x0, symName: '_$sSSSgxSgSHsSHRzlWl', symObjAddr: 0x27894, symBinAddr: 0x10014A308, symSize: 0x80 }
+ - { offset: 0x1474D5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemVs12IdentifiableAA2IDsADP_SHWT', symObjAddr: 0x27914, symBinAddr: 0x10014A388, symSize: 0xC }
+ - { offset: 0x1474E9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10WidgetTypeOSHAASQWb', symObjAddr: 0x27920, symBinAddr: 0x10014A394, symSize: 0x14 }
+ - { offset: 0x1474FD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10WidgetTypeOs12CaseIterableAA8AllCasessADP_SlWT', symObjAddr: 0x27934, symBinAddr: 0x10014A3A8, symSize: 0x14 }
+ - { offset: 0x147511, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks10WidgetTypeOGSayxGSlsWl', symObjAddr: 0x27948, symBinAddr: 0x10014A3BC, symSize: 0x74 }
+ - { offset: 0x147525, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10ActionTypeOSHAASQWb', symObjAddr: 0x27A04, symBinAddr: 0x10014A478, symSize: 0x14 }
+ - { offset: 0x147539, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10ActionTypeOACSQAAWl', symObjAddr: 0x27A18, symBinAddr: 0x10014A48C, symSize: 0x68 }
+ - { offset: 0x14754D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10ActionTypeOs12CaseIterableAA8AllCasessADP_SlWT', symObjAddr: 0x27BA8, symBinAddr: 0x10014A61C, symSize: 0x14 }
+ - { offset: 0x147561, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaVwCP', symObjAddr: 0x27BE4, symBinAddr: 0x10014A658, symSize: 0x3C }
+ - { offset: 0x147575, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaVwxx', symObjAddr: 0x27C20, symBinAddr: 0x10014A694, symSize: 0x30C }
+ - { offset: 0x147589, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaVwcp', symObjAddr: 0x27F2C, symBinAddr: 0x10014A9A0, symSize: 0x934 }
+ - { offset: 0x14759D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaVwca', symObjAddr: 0x28860, symBinAddr: 0x10014B2D4, symSize: 0xF7C }
+ - { offset: 0x1475B1, size: 0x8, addend: 0x0, symName: ___swift_memcpy992_8, symObjAddr: 0x297DC, symBinAddr: 0x10014C250, symSize: 0x2C }
+ - { offset: 0x1475C5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaVwta', symObjAddr: 0x29808, symBinAddr: 0x10014C27C, symSize: 0xA00 }
+ - { offset: 0x1475D9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaVwet', symObjAddr: 0x2A208, symBinAddr: 0x10014CC7C, symSize: 0x118 }
+ - { offset: 0x1475ED, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaVwst', symObjAddr: 0x2A320, symBinAddr: 0x10014CD94, symSize: 0x39C }
+ - { offset: 0x147601, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaVMa', symObjAddr: 0x2A6BC, symBinAddr: 0x10014D130, symSize: 0x14 }
+ - { offset: 0x147615, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwet', symObjAddr: 0x2A6E0, symBinAddr: 0x10014D144, symSize: 0x168 }
+ - { offset: 0x147629, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwst', symObjAddr: 0x2A848, symBinAddr: 0x10014D2AC, symSize: 0x1FC }
+ - { offset: 0x14763D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwug', symObjAddr: 0x2AA44, symBinAddr: 0x10014D4A8, symSize: 0x8 }
+ - { offset: 0x147651, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwup', symObjAddr: 0x2AA4C, symBinAddr: 0x10014D4B0, symSize: 0x4 }
+ - { offset: 0x147665, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwui', symObjAddr: 0x2AA50, symBinAddr: 0x10014D4B4, symSize: 0x8 }
+ - { offset: 0x147679, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOMa', symObjAddr: 0x2AA58, symBinAddr: 0x10014D4BC, symSize: 0x14 }
+ - { offset: 0x14768D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsVwCP', symObjAddr: 0x2AA6C, symBinAddr: 0x10014D4D0, symSize: 0x3C }
+ - { offset: 0x1476A1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsVwxx', symObjAddr: 0x2AAA8, symBinAddr: 0x10014D50C, symSize: 0x2D0 }
+ - { offset: 0x1476B5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsVwcp', symObjAddr: 0x2AD78, symBinAddr: 0x10014D7DC, symSize: 0x894 }
+ - { offset: 0x1476C9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsVwca', symObjAddr: 0x2B60C, symBinAddr: 0x10014E070, symSize: 0xE90 }
+ - { offset: 0x1476DD, size: 0x8, addend: 0x0, symName: ___swift_memcpy921_8, symObjAddr: 0x2C49C, symBinAddr: 0x10014EF00, symSize: 0x2C }
+ - { offset: 0x1476F1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsVwta', symObjAddr: 0x2C4C8, symBinAddr: 0x10014EF2C, symSize: 0x974 }
+ - { offset: 0x147705, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsVwet', symObjAddr: 0x2CE3C, symBinAddr: 0x10014F8A0, symSize: 0x130 }
+ - { offset: 0x147719, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsVwst', symObjAddr: 0x2CF6C, symBinAddr: 0x10014F9D0, symSize: 0x388 }
+ - { offset: 0x14772D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsVMa', symObjAddr: 0x2D2F4, symBinAddr: 0x10014FD58, symSize: 0x14 }
+ - { offset: 0x147741, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwet', symObjAddr: 0x2D308, symBinAddr: 0x10014FD6C, symSize: 0x168 }
+ - { offset: 0x147755, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwst', symObjAddr: 0x2D470, symBinAddr: 0x10014FED4, symSize: 0x1FC }
+ - { offset: 0x147769, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwug', symObjAddr: 0x2D66C, symBinAddr: 0x1001500D0, symSize: 0x8 }
+ - { offset: 0x14777D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwup', symObjAddr: 0x2D674, symBinAddr: 0x1001500D8, symSize: 0x4 }
+ - { offset: 0x147791, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwui', symObjAddr: 0x2D678, symBinAddr: 0x1001500DC, symSize: 0x8 }
+ - { offset: 0x1477A5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOMa', symObjAddr: 0x2D680, symBinAddr: 0x1001500E4, symSize: 0x14 }
+ - { offset: 0x1477B9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaVwCP', symObjAddr: 0x2D694, symBinAddr: 0x1001500F8, symSize: 0x3C }
+ - { offset: 0x1477CD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaVwxx', symObjAddr: 0x2D6D0, symBinAddr: 0x100150134, symSize: 0x108 }
+ - { offset: 0x1477E1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaVwcp', symObjAddr: 0x2D7D8, symBinAddr: 0x10015023C, symSize: 0x2F8 }
+ - { offset: 0x1477F5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaVwca', symObjAddr: 0x2DAD0, symBinAddr: 0x100150534, symSize: 0x580 }
+ - { offset: 0x147809, size: 0x8, addend: 0x0, symName: ___swift_memcpy280_8, symObjAddr: 0x2E050, symBinAddr: 0x100150AB4, symSize: 0x2C }
+ - { offset: 0x14781D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaVwta', symObjAddr: 0x2E07C, symBinAddr: 0x100150AE0, symSize: 0x37C }
+ - { offset: 0x147831, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaVwet', symObjAddr: 0x2E3F8, symBinAddr: 0x100150E5C, symSize: 0x118 }
+ - { offset: 0x147845, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaVwst', symObjAddr: 0x2E510, symBinAddr: 0x100150F74, symSize: 0x238 }
+ - { offset: 0x147859, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaVMa', symObjAddr: 0x2E748, symBinAddr: 0x1001511AC, symSize: 0x14 }
+ - { offset: 0x14786D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwet', symObjAddr: 0x2E75C, symBinAddr: 0x1001511C0, symSize: 0x168 }
+ - { offset: 0x147881, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwst', symObjAddr: 0x2E8C4, symBinAddr: 0x100151328, symSize: 0x1FC }
+ - { offset: 0x147895, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwug', symObjAddr: 0x2EAC0, symBinAddr: 0x100151524, symSize: 0x8 }
+ - { offset: 0x1478A9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwup', symObjAddr: 0x2EAC8, symBinAddr: 0x10015152C, symSize: 0x4 }
+ - { offset: 0x1478BD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwui', symObjAddr: 0x2EACC, symBinAddr: 0x100151530, symSize: 0x8 }
+ - { offset: 0x1478D1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOMa', symObjAddr: 0x2EAD4, symBinAddr: 0x100151538, symSize: 0x14 }
+ - { offset: 0x1478E5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsVwCP', symObjAddr: 0x2EAE8, symBinAddr: 0x10015154C, symSize: 0x5C }
+ - { offset: 0x1478F9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsVwxx', symObjAddr: 0x2EB44, symBinAddr: 0x1001515A8, symSize: 0x30 }
+ - { offset: 0x14790D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsVwcp', symObjAddr: 0x2EB74, symBinAddr: 0x1001515D8, symSize: 0x5C }
+ - { offset: 0x147921, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsVwca', symObjAddr: 0x2EBD0, symBinAddr: 0x100151634, symSize: 0x7C }
+ - { offset: 0x147935, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsVwta', symObjAddr: 0x2EC60, symBinAddr: 0x1001516B0, symSize: 0x58 }
+ - { offset: 0x147949, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsVwet', symObjAddr: 0x2ECB8, symBinAddr: 0x100151708, symSize: 0x130 }
+ - { offset: 0x14795D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsVwst', symObjAddr: 0x2EDE8, symBinAddr: 0x100151838, symSize: 0x1D0 }
+ - { offset: 0x147971, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsVMa', symObjAddr: 0x2EFB8, symBinAddr: 0x100151A08, symSize: 0x14 }
+ - { offset: 0x147985, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwet', symObjAddr: 0x2EFCC, symBinAddr: 0x100151A1C, symSize: 0x168 }
+ - { offset: 0x147999, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwst', symObjAddr: 0x2F134, symBinAddr: 0x100151B84, symSize: 0x1FC }
+ - { offset: 0x1479AD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwug', symObjAddr: 0x2F330, symBinAddr: 0x100151D80, symSize: 0xC }
+ - { offset: 0x1479C1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwup', symObjAddr: 0x2F33C, symBinAddr: 0x100151D8C, symSize: 0x4 }
+ - { offset: 0x1479D5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwui', symObjAddr: 0x2F340, symBinAddr: 0x100151D90, symSize: 0x10 }
+ - { offset: 0x1479E9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOMa', symObjAddr: 0x2F350, symBinAddr: 0x100151DA0, symSize: 0x14 }
+ - { offset: 0x1479FD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsVwCP', symObjAddr: 0x2F364, symBinAddr: 0x100151DB4, symSize: 0x3C }
+ - { offset: 0x147A11, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsVwxx', symObjAddr: 0x2F3A0, symBinAddr: 0x100151DF0, symSize: 0x54 }
+ - { offset: 0x147A25, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsVwcp', symObjAddr: 0x2F3F4, symBinAddr: 0x100151E44, symSize: 0xF0 }
+ - { offset: 0x147A39, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsVwca', symObjAddr: 0x2F4E4, symBinAddr: 0x100151F34, symSize: 0x134 }
+ - { offset: 0x147A4D, size: 0x8, addend: 0x0, symName: ___swift_memcpy112_8, symObjAddr: 0x2F618, symBinAddr: 0x100152068, symSize: 0x2C }
+ - { offset: 0x147A61, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsVwta', symObjAddr: 0x2F644, symBinAddr: 0x100152094, symSize: 0xE0 }
+ - { offset: 0x147A75, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsVwet', symObjAddr: 0x2F724, symBinAddr: 0x100152174, symSize: 0x130 }
+ - { offset: 0x147A89, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsVwst', symObjAddr: 0x2F854, symBinAddr: 0x1001522A4, symSize: 0x1FC }
+ - { offset: 0x147A9D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsVMa', symObjAddr: 0x2FA50, symBinAddr: 0x1001524A0, symSize: 0x14 }
+ - { offset: 0x147AB1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwet', symObjAddr: 0x2FA64, symBinAddr: 0x1001524B4, symSize: 0x168 }
+ - { offset: 0x147AC5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwst', symObjAddr: 0x2FBCC, symBinAddr: 0x10015261C, symSize: 0x1FC }
+ - { offset: 0x147AD9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwug', symObjAddr: 0x2FDC8, symBinAddr: 0x100152818, symSize: 0x8 }
+ - { offset: 0x147AED, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwup', symObjAddr: 0x2FDD0, symBinAddr: 0x100152820, symSize: 0x4 }
+ - { offset: 0x147B01, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwui', symObjAddr: 0x2FDD4, symBinAddr: 0x100152824, symSize: 0x8 }
+ - { offset: 0x147B15, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOMa', symObjAddr: 0x2FDDC, symBinAddr: 0x10015282C, symSize: 0x14 }
+ - { offset: 0x147B29, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaVwCP', symObjAddr: 0x2FDF0, symBinAddr: 0x100152840, symSize: 0x3C }
+ - { offset: 0x147B3D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaVwxx', symObjAddr: 0x2FE2C, symBinAddr: 0x10015287C, symSize: 0xC0 }
+ - { offset: 0x147B51, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaVwcp', symObjAddr: 0x2FEEC, symBinAddr: 0x10015293C, symSize: 0x214 }
+ - { offset: 0x147B65, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaVwca', symObjAddr: 0x30100, symBinAddr: 0x100152B50, symSize: 0x2D4 }
+ - { offset: 0x147B79, size: 0x8, addend: 0x0, symName: ___swift_memcpy224_8, symObjAddr: 0x303D4, symBinAddr: 0x100152E24, symSize: 0x2C }
+ - { offset: 0x147B8D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaVwta', symObjAddr: 0x30400, symBinAddr: 0x100152E50, symSize: 0x1E0 }
+ - { offset: 0x147BA1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaVwet', symObjAddr: 0x305E0, symBinAddr: 0x100153030, symSize: 0x118 }
+ - { offset: 0x147BB5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaVwst', symObjAddr: 0x306F8, symBinAddr: 0x100153148, symSize: 0x21C }
+ - { offset: 0x147BC9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaVMa', symObjAddr: 0x30914, symBinAddr: 0x100153364, symSize: 0x14 }
+ - { offset: 0x147BDD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwet', symObjAddr: 0x30928, symBinAddr: 0x100153378, symSize: 0x168 }
+ - { offset: 0x147BF1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwst', symObjAddr: 0x30A90, symBinAddr: 0x1001534E0, symSize: 0x1FC }
+ - { offset: 0x147C05, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwug', symObjAddr: 0x30C8C, symBinAddr: 0x1001536DC, symSize: 0x8 }
+ - { offset: 0x147C19, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwup', symObjAddr: 0x30C94, symBinAddr: 0x1001536E4, symSize: 0x4 }
+ - { offset: 0x147C2D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwui', symObjAddr: 0x30C98, symBinAddr: 0x1001536E8, symSize: 0x8 }
+ - { offset: 0x147C41, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOMa', symObjAddr: 0x30CA0, symBinAddr: 0x1001536F0, symSize: 0x14 }
+ - { offset: 0x147C55, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleVwCP', symObjAddr: 0x30CB4, symBinAddr: 0x100153704, symSize: 0x3C }
+ - { offset: 0x147C69, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleVwxx', symObjAddr: 0x30CF0, symBinAddr: 0x100153740, symSize: 0x3C }
+ - { offset: 0x147C7D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleVwcp', symObjAddr: 0x30D2C, symBinAddr: 0x10015377C, symSize: 0x88 }
+ - { offset: 0x147C91, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleVwca', symObjAddr: 0x30DB4, symBinAddr: 0x100153804, symSize: 0xAC }
+ - { offset: 0x147CA5, size: 0x8, addend: 0x0, symName: ___swift_memcpy48_8, symObjAddr: 0x30E60, symBinAddr: 0x1001538B0, symSize: 0x2C }
+ - { offset: 0x147CB9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleVwta', symObjAddr: 0x30E8C, symBinAddr: 0x1001538DC, symSize: 0x80 }
+ - { offset: 0x147CCD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleVwet', symObjAddr: 0x30F0C, symBinAddr: 0x10015395C, symSize: 0x118 }
+ - { offset: 0x147CE1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleVwst', symObjAddr: 0x31024, symBinAddr: 0x100153A74, symSize: 0x1D8 }
+ - { offset: 0x147CF5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleVMa', symObjAddr: 0x311FC, symBinAddr: 0x100153C4C, symSize: 0x14 }
+ - { offset: 0x147D09, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwet', symObjAddr: 0x31210, symBinAddr: 0x100153C60, symSize: 0x168 }
+ - { offset: 0x147D1D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwst', symObjAddr: 0x31378, symBinAddr: 0x100153DC8, symSize: 0x1FC }
+ - { offset: 0x147D31, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwug', symObjAddr: 0x31574, symBinAddr: 0x100153FC4, symSize: 0x8 }
+ - { offset: 0x147D45, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwup', symObjAddr: 0x3157C, symBinAddr: 0x100153FCC, symSize: 0x4 }
+ - { offset: 0x147D59, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwui', symObjAddr: 0x31580, symBinAddr: 0x100153FD0, symSize: 0x8 }
+ - { offset: 0x147D6D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOMa', symObjAddr: 0x31588, symBinAddr: 0x100153FD8, symSize: 0x14 }
+ - { offset: 0x147D81, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemVwCP', symObjAddr: 0x3159C, symBinAddr: 0x100153FEC, symSize: 0x3C }
+ - { offset: 0x147D95, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemVwxx', symObjAddr: 0x315D8, symBinAddr: 0x100154028, symSize: 0x30 }
+ - { offset: 0x147DA9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemVwcp', symObjAddr: 0x31608, symBinAddr: 0x100154058, symSize: 0x64 }
+ - { offset: 0x147DBD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemVwca', symObjAddr: 0x3166C, symBinAddr: 0x1001540BC, symSize: 0x7C }
+ - { offset: 0x147DD1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemVwta', symObjAddr: 0x316FC, symBinAddr: 0x100154138, symSize: 0x60 }
+ - { offset: 0x147DE5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemVwet', symObjAddr: 0x3175C, symBinAddr: 0x100154198, symSize: 0x140 }
+ - { offset: 0x147DF9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemVwst', symObjAddr: 0x3189C, symBinAddr: 0x1001542D8, symSize: 0x1D0 }
+ - { offset: 0x147E0D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemVMa', symObjAddr: 0x31A6C, symBinAddr: 0x1001544A8, symSize: 0x14 }
+ - { offset: 0x147E21, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwet', symObjAddr: 0x31A80, symBinAddr: 0x1001544BC, symSize: 0x168 }
+ - { offset: 0x147E35, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwst', symObjAddr: 0x31BE8, symBinAddr: 0x100154624, symSize: 0x1FC }
+ - { offset: 0x147E49, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwug', symObjAddr: 0x31DE4, symBinAddr: 0x100154820, symSize: 0xC }
+ - { offset: 0x147E5D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwup', symObjAddr: 0x31DF0, symBinAddr: 0x10015482C, symSize: 0x4 }
+ - { offset: 0x147E71, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwui', symObjAddr: 0x31DF4, symBinAddr: 0x100154830, symSize: 0x10 }
+ - { offset: 0x147E85, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOMa', symObjAddr: 0x31E04, symBinAddr: 0x100154840, symSize: 0x14 }
+ - { offset: 0x147E99, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsVwCP', symObjAddr: 0x31E18, symBinAddr: 0x100154854, symSize: 0x3C }
+ - { offset: 0x147EAD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsVwxx', symObjAddr: 0x31E54, symBinAddr: 0x100154890, symSize: 0x60 }
+ - { offset: 0x147EC1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsVwcp', symObjAddr: 0x31EB4, symBinAddr: 0x1001548F0, symSize: 0xC4 }
+ - { offset: 0x147ED5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsVwca', symObjAddr: 0x31F78, symBinAddr: 0x1001549B4, symSize: 0x1B8 }
+ - { offset: 0x147EE9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsVwta', symObjAddr: 0x32130, symBinAddr: 0x100154B6C, symSize: 0x120 }
+ - { offset: 0x147EFD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsVwet', symObjAddr: 0x32250, symBinAddr: 0x100154C8C, symSize: 0x14C }
+ - { offset: 0x147F11, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsVwst', symObjAddr: 0x3239C, symBinAddr: 0x100154DD8, symSize: 0x1D4 }
+ - { offset: 0x147F25, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsVMa', symObjAddr: 0x32570, symBinAddr: 0x100154FAC, symSize: 0x14 }
+ - { offset: 0x147F39, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwet', symObjAddr: 0x32584, symBinAddr: 0x100154FC0, symSize: 0x168 }
+ - { offset: 0x147F4D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwst', symObjAddr: 0x326EC, symBinAddr: 0x100155128, symSize: 0x1FC }
+ - { offset: 0x147F61, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwug', symObjAddr: 0x328E8, symBinAddr: 0x100155324, symSize: 0xC }
+ - { offset: 0x147F75, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwup', symObjAddr: 0x328F4, symBinAddr: 0x100155330, symSize: 0x4 }
+ - { offset: 0x147F89, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwui', symObjAddr: 0x328F8, symBinAddr: 0x100155334, symSize: 0x10 }
+ - { offset: 0x147F9D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOMa', symObjAddr: 0x32908, symBinAddr: 0x100155344, symSize: 0x14 }
+ - { offset: 0x147FB1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsVwCP', symObjAddr: 0x3291C, symBinAddr: 0x100155358, symSize: 0x70 }
+ - { offset: 0x147FC5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsVwxx', symObjAddr: 0x3298C, symBinAddr: 0x1001553C8, symSize: 0x3C }
+ - { offset: 0x147FD9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsVwcp', symObjAddr: 0x329C8, symBinAddr: 0x100155404, symSize: 0x70 }
+ - { offset: 0x147FED, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsVwca', symObjAddr: 0x32A38, symBinAddr: 0x100155474, symSize: 0xAC }
+ - { offset: 0x148001, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsVwta', symObjAddr: 0x32AE4, symBinAddr: 0x100155520, symSize: 0x68 }
+ - { offset: 0x148015, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsVwet', symObjAddr: 0x32B4C, symBinAddr: 0x100155588, symSize: 0x130 }
+ - { offset: 0x148029, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsVwst', symObjAddr: 0x32C7C, symBinAddr: 0x1001556B8, symSize: 0x1D0 }
+ - { offset: 0x14803D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsVMa', symObjAddr: 0x32E4C, symBinAddr: 0x100155888, symSize: 0x14 }
+ - { offset: 0x148051, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwet', symObjAddr: 0x32E60, symBinAddr: 0x10015589C, symSize: 0x168 }
+ - { offset: 0x148065, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwst', symObjAddr: 0x32FC8, symBinAddr: 0x100155A04, symSize: 0x1FC }
+ - { offset: 0x148079, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwug', symObjAddr: 0x331C4, symBinAddr: 0x100155C00, symSize: 0x8 }
+ - { offset: 0x14808D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwup', symObjAddr: 0x331CC, symBinAddr: 0x100155C08, symSize: 0x4 }
+ - { offset: 0x1480A1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwui', symObjAddr: 0x331D0, symBinAddr: 0x100155C0C, symSize: 0x8 }
+ - { offset: 0x1480B5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOMa', symObjAddr: 0x331D8, symBinAddr: 0x100155C14, symSize: 0x14 }
+ - { offset: 0x1480C9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaVwCP', symObjAddr: 0x331EC, symBinAddr: 0x100155C28, symSize: 0x34 }
+ - { offset: 0x1480DD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaVwxx', symObjAddr: 0x33220, symBinAddr: 0x100155C5C, symSize: 0x18 }
+ - { offset: 0x1480F1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaVwcp', symObjAddr: 0x33238, symBinAddr: 0x100155C74, symSize: 0x34 }
+ - { offset: 0x148105, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaVwca', symObjAddr: 0x3326C, symBinAddr: 0x100155CA8, symSize: 0x48 }
+ - { offset: 0x148119, size: 0x8, addend: 0x0, symName: ___swift_memcpy8_8, symObjAddr: 0x332B4, symBinAddr: 0x100155CF0, symSize: 0xC }
+ - { offset: 0x14812D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaVwta', symObjAddr: 0x332C0, symBinAddr: 0x100155CFC, symSize: 0x34 }
+ - { offset: 0x148141, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaVwet', symObjAddr: 0x332F4, symBinAddr: 0x100155D30, symSize: 0x14C }
+ - { offset: 0x148155, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaVwst', symObjAddr: 0x33440, symBinAddr: 0x100155E7C, symSize: 0x1C4 }
+ - { offset: 0x148169, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaVMa', symObjAddr: 0x33604, symBinAddr: 0x100156040, symSize: 0x14 }
+ - { offset: 0x14817D, size: 0x8, addend: 0x0, symName: ___swift_memcpy0_1, symObjAddr: 0x33618, symBinAddr: 0x100156054, symSize: 0x4 }
+ - { offset: 0x148191, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwet', symObjAddr: 0x3361C, symBinAddr: 0x100156058, symSize: 0x150 }
+ - { offset: 0x1481A5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwst', symObjAddr: 0x3376C, symBinAddr: 0x1001561A8, symSize: 0x1C8 }
+ - { offset: 0x1481B9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwug', symObjAddr: 0x33934, symBinAddr: 0x100156370, symSize: 0x8 }
+ - { offset: 0x1481CD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwup', symObjAddr: 0x3393C, symBinAddr: 0x100156378, symSize: 0x4 }
+ - { offset: 0x1481E1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwui', symObjAddr: 0x33940, symBinAddr: 0x10015637C, symSize: 0x4 }
+ - { offset: 0x1481F5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOMa', symObjAddr: 0x33944, symBinAddr: 0x100156380, symSize: 0x14 }
+ - { offset: 0x148209, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolVwCP', symObjAddr: 0x33958, symBinAddr: 0x100156394, symSize: 0x3C }
+ - { offset: 0x14821D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolVwxx', symObjAddr: 0x33994, symBinAddr: 0x1001563D0, symSize: 0x48 }
+ - { offset: 0x148231, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolVwcp', symObjAddr: 0x339DC, symBinAddr: 0x100156418, symSize: 0xB4 }
+ - { offset: 0x148245, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolVwca', symObjAddr: 0x33A90, symBinAddr: 0x1001564CC, symSize: 0xE4 }
+ - { offset: 0x148259, size: 0x8, addend: 0x0, symName: ___swift_memcpy72_8, symObjAddr: 0x33B74, symBinAddr: 0x1001565B0, symSize: 0x2C }
+ - { offset: 0x14826D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolVwta', symObjAddr: 0x33BA0, symBinAddr: 0x1001565DC, symSize: 0xA8 }
+ - { offset: 0x148281, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolVwet', symObjAddr: 0x33C48, symBinAddr: 0x100156684, symSize: 0x118 }
+ - { offset: 0x148295, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolVwst', symObjAddr: 0x33D60, symBinAddr: 0x10015679C, symSize: 0x1E4 }
+ - { offset: 0x1482A9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolVMa', symObjAddr: 0x33F44, symBinAddr: 0x100156980, symSize: 0x14 }
+ - { offset: 0x1482BD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwet', symObjAddr: 0x33F58, symBinAddr: 0x100156994, symSize: 0x168 }
+ - { offset: 0x1482D1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwst', symObjAddr: 0x340C0, symBinAddr: 0x100156AFC, symSize: 0x1FC }
+ - { offset: 0x1482E5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwug', symObjAddr: 0x342BC, symBinAddr: 0x100156CF8, symSize: 0x8 }
+ - { offset: 0x1482F9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwup', symObjAddr: 0x342C4, symBinAddr: 0x100156D00, symSize: 0x4 }
+ - { offset: 0x14830D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwui', symObjAddr: 0x342C8, symBinAddr: 0x100156D04, symSize: 0x8 }
+ - { offset: 0x148321, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOMa', symObjAddr: 0x342D0, symBinAddr: 0x100156D0C, symSize: 0x14 }
+ - { offset: 0x148335, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemVwCP', symObjAddr: 0x342E4, symBinAddr: 0x100156D20, symSize: 0x3C }
+ - { offset: 0x148349, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemVwxx', symObjAddr: 0x34320, symBinAddr: 0x100156D5C, symSize: 0x338 }
+ - { offset: 0x14835D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemVwcp', symObjAddr: 0x34658, symBinAddr: 0x100157094, symSize: 0x9C0 }
+ - { offset: 0x148371, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemVwca', symObjAddr: 0x35018, symBinAddr: 0x100157A54, symSize: 0x1978 }
+ - { offset: 0x148385, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemVwta', symObjAddr: 0x369BC, symBinAddr: 0x1001593CC, symSize: 0xAD4 }
+ - { offset: 0x148399, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemVwet', symObjAddr: 0x37490, symBinAddr: 0x100159EA0, symSize: 0x118 }
+ - { offset: 0x1483AD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemVwst', symObjAddr: 0x375A8, symBinAddr: 0x100159FB8, symSize: 0x3A8 }
+ - { offset: 0x1483C1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemVMa', symObjAddr: 0x37950, symBinAddr: 0x10015A360, symSize: 0x14 }
+ - { offset: 0x1483D5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwet', symObjAddr: 0x37964, symBinAddr: 0x10015A374, symSize: 0x168 }
+ - { offset: 0x1483E9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwst', symObjAddr: 0x37ACC, symBinAddr: 0x10015A4DC, symSize: 0x1FC }
+ - { offset: 0x1483FD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwug', symObjAddr: 0x37CC8, symBinAddr: 0x10015A6D8, symSize: 0x8 }
+ - { offset: 0x148411, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwup', symObjAddr: 0x37CD0, symBinAddr: 0x10015A6E0, symSize: 0x4 }
+ - { offset: 0x148425, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwui', symObjAddr: 0x37CD4, symBinAddr: 0x10015A6E4, symSize: 0x8 }
+ - { offset: 0x148439, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOMa', symObjAddr: 0x37CDC, symBinAddr: 0x10015A6EC, symSize: 0x14 }
+ - { offset: 0x14844D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaVwCP', symObjAddr: 0x37CF0, symBinAddr: 0x10015A700, symSize: 0x3C }
+ - { offset: 0x148461, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaVwxx', symObjAddr: 0x37D2C, symBinAddr: 0x10015A73C, symSize: 0x60 }
+ - { offset: 0x148475, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaVwcp', symObjAddr: 0x37D8C, symBinAddr: 0x10015A79C, symSize: 0xE4 }
+ - { offset: 0x148489, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaVwca', symObjAddr: 0x37E70, symBinAddr: 0x10015A880, symSize: 0x13C }
+ - { offset: 0x14849D, size: 0x8, addend: 0x0, symName: ___swift_memcpy80_8, symObjAddr: 0x37FAC, symBinAddr: 0x10015A9BC, symSize: 0x2C }
+ - { offset: 0x1484B1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaVwta', symObjAddr: 0x37FD8, symBinAddr: 0x10015A9E8, symSize: 0xD0 }
+ - { offset: 0x1484C5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaVwet', symObjAddr: 0x380A8, symBinAddr: 0x10015AAB8, symSize: 0x118 }
+ - { offset: 0x1484D9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaVwst', symObjAddr: 0x381C0, symBinAddr: 0x10015ABD0, symSize: 0x1E8 }
+ - { offset: 0x1484ED, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaVMa', symObjAddr: 0x383A8, symBinAddr: 0x10015ADB8, symSize: 0x14 }
+ - { offset: 0x148501, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwet', symObjAddr: 0x383BC, symBinAddr: 0x10015ADCC, symSize: 0x168 }
+ - { offset: 0x148515, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwst', symObjAddr: 0x38524, symBinAddr: 0x10015AF34, symSize: 0x1FC }
+ - { offset: 0x148529, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwug', symObjAddr: 0x38720, symBinAddr: 0x10015B130, symSize: 0x8 }
+ - { offset: 0x14853D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwup', symObjAddr: 0x38728, symBinAddr: 0x10015B138, symSize: 0x4 }
+ - { offset: 0x148551, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwui', symObjAddr: 0x3872C, symBinAddr: 0x10015B13C, symSize: 0x8 }
+ - { offset: 0x148565, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOMa', symObjAddr: 0x38734, symBinAddr: 0x10015B144, symSize: 0x14 }
+ - { offset: 0x148579, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10WidgetTypeOwet', symObjAddr: 0x38748, symBinAddr: 0x10015B158, symSize: 0x168 }
+ - { offset: 0x14858D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10WidgetTypeOwst', symObjAddr: 0x388B0, symBinAddr: 0x10015B2C0, symSize: 0x1FC }
+ - { offset: 0x1485A1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10WidgetTypeOwug', symObjAddr: 0x38AAC, symBinAddr: 0x10015B4BC, symSize: 0x8 }
+ - { offset: 0x1485B5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10WidgetTypeOwup', symObjAddr: 0x38AB4, symBinAddr: 0x10015B4C4, symSize: 0x4 }
+ - { offset: 0x1485C9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10WidgetTypeOwui', symObjAddr: 0x38AB8, symBinAddr: 0x10015B4C8, symSize: 0x8 }
+ - { offset: 0x1485DD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10WidgetTypeOMa', symObjAddr: 0x38AC0, symBinAddr: 0x10015B4D0, symSize: 0x14 }
+ - { offset: 0x1485F1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10ActionTypeOwet', symObjAddr: 0x38AD4, symBinAddr: 0x10015B4E4, symSize: 0x168 }
+ - { offset: 0x148605, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10ActionTypeOwst', symObjAddr: 0x38C3C, symBinAddr: 0x10015B64C, symSize: 0x1FC }
+ - { offset: 0x148619, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10ActionTypeOwug', symObjAddr: 0x38E38, symBinAddr: 0x10015B848, symSize: 0x8 }
+ - { offset: 0x14862D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10ActionTypeOwup', symObjAddr: 0x38E40, symBinAddr: 0x10015B850, symSize: 0x4 }
+ - { offset: 0x148641, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10ActionTypeOwui', symObjAddr: 0x38E44, symBinAddr: 0x10015B854, symSize: 0x8 }
+ - { offset: 0x148655, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10ActionTypeOMa', symObjAddr: 0x38E4C, symBinAddr: 0x10015B85C, symSize: 0x14 }
+ - { offset: 0x148669, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x38E60, symBinAddr: 0x10015B870, symSize: 0x14 }
+ - { offset: 0x14867D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x38E74, symBinAddr: 0x10015B884, symSize: 0x68 }
+ - { offset: 0x148691, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x38EDC, symBinAddr: 0x10015B8EC, symSize: 0x14 }
+ - { offset: 0x1486A5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x38EF0, symBinAddr: 0x10015B900, symSize: 0x68 }
+ - { offset: 0x1486B9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASQWb', symObjAddr: 0x38F58, symBinAddr: 0x10015B968, symSize: 0x14 }
+ - { offset: 0x1486CD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFSQAAWl', symObjAddr: 0x38F6C, symBinAddr: 0x10015B97C, symSize: 0x68 }
+ - { offset: 0x1486E1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x38FD4, symBinAddr: 0x10015B9E4, symSize: 0x14 }
+ - { offset: 0x1486F5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x38FE8, symBinAddr: 0x10015B9F8, symSize: 0x68 }
+ - { offset: 0x148709, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x39050, symBinAddr: 0x10015BA60, symSize: 0x14 }
+ - { offset: 0x14871D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x39064, symBinAddr: 0x10015BA74, symSize: 0x68 }
+ - { offset: 0x148731, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASQWb', symObjAddr: 0x390CC, symBinAddr: 0x10015BADC, symSize: 0x14 }
+ - { offset: 0x148745, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFSQAAWl', symObjAddr: 0x390E0, symBinAddr: 0x10015BAF0, symSize: 0x68 }
+ - { offset: 0x148759, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x39148, symBinAddr: 0x10015BB58, symSize: 0x14 }
+ - { offset: 0x14876D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x3915C, symBinAddr: 0x10015BB6C, symSize: 0x68 }
+ - { offset: 0x148781, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x391C4, symBinAddr: 0x10015BBD4, symSize: 0x14 }
+ - { offset: 0x148795, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x391D8, symBinAddr: 0x10015BBE8, symSize: 0x68 }
+ - { offset: 0x1487A9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASQWb', symObjAddr: 0x39240, symBinAddr: 0x10015BC50, symSize: 0x14 }
+ - { offset: 0x1487BD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFSQAAWl', symObjAddr: 0x39254, symBinAddr: 0x10015BC64, symSize: 0x68 }
+ - { offset: 0x1487D1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x392BC, symBinAddr: 0x10015BCCC, symSize: 0x14 }
+ - { offset: 0x1487E5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x392D0, symBinAddr: 0x10015BCE0, symSize: 0x68 }
+ - { offset: 0x1487F9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x39338, symBinAddr: 0x10015BD48, symSize: 0x14 }
+ - { offset: 0x14880D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x3934C, symBinAddr: 0x10015BD5C, symSize: 0x68 }
+ - { offset: 0x148821, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASQWb', symObjAddr: 0x393B4, symBinAddr: 0x10015BDC4, symSize: 0x14 }
+ - { offset: 0x148835, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFSQAAWl', symObjAddr: 0x393C8, symBinAddr: 0x10015BDD8, symSize: 0x68 }
+ - { offset: 0x148849, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x39430, symBinAddr: 0x10015BE40, symSize: 0x14 }
+ - { offset: 0x14885D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x39444, symBinAddr: 0x10015BE54, symSize: 0x68 }
+ - { offset: 0x148871, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x394AC, symBinAddr: 0x10015BEBC, symSize: 0x14 }
+ - { offset: 0x148885, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x394C0, symBinAddr: 0x10015BED0, symSize: 0x68 }
+ - { offset: 0x148899, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASQWb', symObjAddr: 0x39528, symBinAddr: 0x10015BF38, symSize: 0x14 }
+ - { offset: 0x1488AD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFSQAAWl', symObjAddr: 0x3953C, symBinAddr: 0x10015BF4C, symSize: 0x68 }
+ - { offset: 0x1488C1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x395A4, symBinAddr: 0x10015BFB4, symSize: 0x14 }
+ - { offset: 0x1488D5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x395B8, symBinAddr: 0x10015BFC8, symSize: 0x68 }
+ - { offset: 0x1488E9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x39620, symBinAddr: 0x10015C030, symSize: 0x14 }
+ - { offset: 0x1488FD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x39634, symBinAddr: 0x10015C044, symSize: 0x68 }
+ - { offset: 0x148911, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASQWb', symObjAddr: 0x3969C, symBinAddr: 0x10015C0AC, symSize: 0x14 }
+ - { offset: 0x148925, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFSQAAWl', symObjAddr: 0x396B0, symBinAddr: 0x10015C0C0, symSize: 0x68 }
+ - { offset: 0x148939, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x39718, symBinAddr: 0x10015C128, symSize: 0x14 }
+ - { offset: 0x14894D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x3972C, symBinAddr: 0x10015C13C, symSize: 0x68 }
+ - { offset: 0x148961, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x39794, symBinAddr: 0x10015C1A4, symSize: 0x14 }
+ - { offset: 0x148975, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x397A8, symBinAddr: 0x10015C1B8, symSize: 0x68 }
+ - { offset: 0x148989, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASQWb', symObjAddr: 0x39810, symBinAddr: 0x10015C220, symSize: 0x14 }
+ - { offset: 0x14899D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFSQAAWl', symObjAddr: 0x39824, symBinAddr: 0x10015C234, symSize: 0x68 }
+ - { offset: 0x1489B1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x3988C, symBinAddr: 0x10015C29C, symSize: 0x14 }
+ - { offset: 0x1489C5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x398A0, symBinAddr: 0x10015C2B0, symSize: 0x68 }
+ - { offset: 0x1489D9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x39908, symBinAddr: 0x10015C318, symSize: 0x14 }
+ - { offset: 0x1489ED, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x3991C, symBinAddr: 0x10015C32C, symSize: 0x68 }
+ - { offset: 0x148A01, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASQWb', symObjAddr: 0x39984, symBinAddr: 0x10015C394, symSize: 0x14 }
+ - { offset: 0x148A15, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFSQAAWl', symObjAddr: 0x39998, symBinAddr: 0x10015C3A8, symSize: 0x68 }
+ - { offset: 0x148A29, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x39A00, symBinAddr: 0x10015C410, symSize: 0x14 }
+ - { offset: 0x148A3D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x39A14, symBinAddr: 0x10015C424, symSize: 0x68 }
+ - { offset: 0x148A51, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x39A7C, symBinAddr: 0x10015C48C, symSize: 0x14 }
+ - { offset: 0x148A65, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x39A90, symBinAddr: 0x10015C4A0, symSize: 0x68 }
+ - { offset: 0x148A79, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASQWb', symObjAddr: 0x39AF8, symBinAddr: 0x10015C508, symSize: 0x14 }
+ - { offset: 0x148A8D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFSQAAWl', symObjAddr: 0x39B0C, symBinAddr: 0x10015C51C, symSize: 0x68 }
+ - { offset: 0x148AA1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x39B74, symBinAddr: 0x10015C584, symSize: 0x14 }
+ - { offset: 0x148AB5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x39B88, symBinAddr: 0x10015C598, symSize: 0x68 }
+ - { offset: 0x148AC9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x39BF0, symBinAddr: 0x10015C600, symSize: 0x14 }
+ - { offset: 0x148ADD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x39C04, symBinAddr: 0x10015C614, symSize: 0x68 }
+ - { offset: 0x148AF1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASQWb', symObjAddr: 0x39C6C, symBinAddr: 0x10015C67C, symSize: 0x14 }
+ - { offset: 0x148B05, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFSQAAWl', symObjAddr: 0x39C80, symBinAddr: 0x10015C690, symSize: 0x68 }
+ - { offset: 0x148B19, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x39CE8, symBinAddr: 0x10015C6F8, symSize: 0x14 }
+ - { offset: 0x148B2D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x39CFC, symBinAddr: 0x10015C70C, symSize: 0x68 }
+ - { offset: 0x148B41, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x39D64, symBinAddr: 0x10015C774, symSize: 0x14 }
+ - { offset: 0x148B55, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x39D78, symBinAddr: 0x10015C788, symSize: 0x68 }
+ - { offset: 0x148B69, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASQWb', symObjAddr: 0x39DE0, symBinAddr: 0x10015C7F0, symSize: 0x14 }
+ - { offset: 0x148B7D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFSQAAWl', symObjAddr: 0x39DF4, symBinAddr: 0x10015C804, symSize: 0x68 }
+ - { offset: 0x148B91, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x39E5C, symBinAddr: 0x10015C86C, symSize: 0x14 }
+ - { offset: 0x148BA5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x39E70, symBinAddr: 0x10015C880, symSize: 0x68 }
+ - { offset: 0x148BB9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x39ED8, symBinAddr: 0x10015C8E8, symSize: 0x14 }
+ - { offset: 0x148BCD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x39EEC, symBinAddr: 0x10015C8FC, symSize: 0x68 }
+ - { offset: 0x148BE1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASQWb', symObjAddr: 0x39F54, symBinAddr: 0x10015C964, symSize: 0x14 }
+ - { offset: 0x148BF5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFSQAAWl', symObjAddr: 0x39F68, symBinAddr: 0x10015C978, symSize: 0x68 }
+ - { offset: 0x148C09, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x39FD0, symBinAddr: 0x10015C9E0, symSize: 0x14 }
+ - { offset: 0x148C1D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x39FE4, symBinAddr: 0x10015C9F4, symSize: 0x68 }
+ - { offset: 0x148C31, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x3A04C, symBinAddr: 0x10015CA5C, symSize: 0x14 }
+ - { offset: 0x148C45, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x3A060, symBinAddr: 0x10015CA70, symSize: 0x68 }
+ - { offset: 0x148C59, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASQWb', symObjAddr: 0x3A0C8, symBinAddr: 0x10015CAD8, symSize: 0x14 }
+ - { offset: 0x148C6D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFSQAAWl', symObjAddr: 0x3A0DC, symBinAddr: 0x10015CAEC, symSize: 0x68 }
+ - { offset: 0x148C81, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x3A144, symBinAddr: 0x10015CB54, symSize: 0x14 }
+ - { offset: 0x148C95, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x3A158, symBinAddr: 0x10015CB68, symSize: 0x68 }
+ - { offset: 0x148CA9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x3A1C0, symBinAddr: 0x10015CBD0, symSize: 0x14 }
+ - { offset: 0x148CBD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x3A1D4, symBinAddr: 0x10015CBE4, symSize: 0x68 }
+ - { offset: 0x148CD1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASQWb', symObjAddr: 0x3A23C, symBinAddr: 0x10015CC4C, symSize: 0x14 }
+ - { offset: 0x148CE5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFSQAAWl', symObjAddr: 0x3A250, symBinAddr: 0x10015CC60, symSize: 0x68 }
+ - { offset: 0x148CF9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10ActionTypeOACSYAAWl', symObjAddr: 0x3A2B8, symBinAddr: 0x10015CCC8, symSize: 0x68 }
+ - { offset: 0x148D0D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10WidgetTypeOACSYAAWl', symObjAddr: 0x3A320, symBinAddr: 0x10015CD30, symSize: 0x68 }
+ - { offset: 0x148D4F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x373C, symBinAddr: 0x1001285A8, symSize: 0x14 }
+ - { offset: 0x148D6B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x37D4, symBinAddr: 0x100128640, symSize: 0x2C }
+ - { offset: 0x148D87, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x3868, symBinAddr: 0x1001286D4, symSize: 0x2C }
+ - { offset: 0x148E29, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xAA84, symBinAddr: 0x10012F3C8, symSize: 0x14 }
+ - { offset: 0x148E45, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xAB1C, symBinAddr: 0x10012F460, symSize: 0x2C }
+ - { offset: 0x148E61, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xABB0, symBinAddr: 0x10012F4F4, symSize: 0x2C }
+ - { offset: 0x148E8B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x11628, symBinAddr: 0x100135EB4, symSize: 0x14 }
+ - { offset: 0x148EA7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x116C0, symBinAddr: 0x100135F4C, symSize: 0x2C }
+ - { offset: 0x148EC3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x11754, symBinAddr: 0x100135FE0, symSize: 0x2C }
+ - { offset: 0x148EED, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x136DC, symBinAddr: 0x100137A98, symSize: 0x14 }
+ - { offset: 0x148F09, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1377C, symBinAddr: 0x100137B38, symSize: 0x2C }
+ - { offset: 0x148F25, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x13810, symBinAddr: 0x100137BCC, symSize: 0x2C }
+ - { offset: 0x148F48, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x150CC, symBinAddr: 0x100139370, symSize: 0x14 }
+ - { offset: 0x148F64, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x15164, symBinAddr: 0x100139408, symSize: 0x2C }
+ - { offset: 0x148F80, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x151F8, symBinAddr: 0x10013949C, symSize: 0x2C }
+ - { offset: 0x148FA3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x17F6C, symBinAddr: 0x10013BF38, symSize: 0x14 }
+ - { offset: 0x148FBF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x18004, symBinAddr: 0x10013BFD0, symSize: 0x2C }
+ - { offset: 0x148FDB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x18098, symBinAddr: 0x10013C064, symSize: 0x2C }
+ - { offset: 0x148FFE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1A1B4, symBinAddr: 0x10013E180, symSize: 0x14 }
+ - { offset: 0x14901A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1A24C, symBinAddr: 0x10013E218, symSize: 0x2C }
+ - { offset: 0x149036, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1A2E0, symBinAddr: 0x10013E2AC, symSize: 0x2C }
+ - { offset: 0x149059, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1B068, symBinAddr: 0x10013F034, symSize: 0x14 }
+ - { offset: 0x149075, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1B108, symBinAddr: 0x10013F0D4, symSize: 0x2C }
+ - { offset: 0x149091, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1B19C, symBinAddr: 0x10013F168, symSize: 0x2C }
+ - { offset: 0x1490BB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1BE18, symBinAddr: 0x10013FDE4, symSize: 0x14 }
+ - { offset: 0x1490D7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1BEB8, symBinAddr: 0x10013FE84, symSize: 0x2C }
+ - { offset: 0x1490F3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1BF4C, symBinAddr: 0x10013FF18, symSize: 0x2C }
+ - { offset: 0x149124, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1CF2C, symBinAddr: 0x100140EF8, symSize: 0x14 }
+ - { offset: 0x149140, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1CFC4, symBinAddr: 0x100140F90, symSize: 0x2C }
+ - { offset: 0x14915C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1D058, symBinAddr: 0x100141024, symSize: 0x2C }
+ - { offset: 0x149186, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1DEA8, symBinAddr: 0x100141E74, symSize: 0x14 }
+ - { offset: 0x1491A2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1DF48, symBinAddr: 0x100141F14, symSize: 0x2C }
+ - { offset: 0x1491BE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1DFDC, symBinAddr: 0x100141FA8, symSize: 0x2C }
+ - { offset: 0x1491E1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1F17C, symBinAddr: 0x100143148, symSize: 0x14 }
+ - { offset: 0x1491FD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1F214, symBinAddr: 0x1001431E0, symSize: 0x2C }
+ - { offset: 0x149219, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1F2A8, symBinAddr: 0x100143274, symSize: 0x2C }
+ - { offset: 0x149243, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x21FCC, symBinAddr: 0x100145110, symSize: 0x14 }
+ - { offset: 0x14925F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x22064, symBinAddr: 0x1001451A8, symSize: 0x2C }
+ - { offset: 0x14927B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x220F8, symBinAddr: 0x10014523C, symSize: 0x2C }
+ - { offset: 0x14929E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x243B0, symBinAddr: 0x1001474F4, symSize: 0x14 }
+ - { offset: 0x1492BA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x24448, symBinAddr: 0x10014758C, symSize: 0x2C }
+ - { offset: 0x1492D6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x244DC, symBinAddr: 0x100147620, symSize: 0x2C }
+ - { offset: 0x149300, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10WidgetTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x268F4, symBinAddr: 0x1001499F8, symSize: 0x48 }
+ - { offset: 0x14931C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10WidgetTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x2693C, symBinAddr: 0x100149A40, symSize: 0x3C }
+ - { offset: 0x149338, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10WidgetTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x26978, symBinAddr: 0x100149A7C, symSize: 0x44 }
+ - { offset: 0x149354, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10WidgetTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x269BC, symBinAddr: 0x100149AC0, symSize: 0x44 }
+ - { offset: 0x149385, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10ActionTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x279BC, symBinAddr: 0x10014A430, symSize: 0x48 }
+ - { offset: 0x1493A1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10ActionTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x27A80, symBinAddr: 0x10014A4F4, symSize: 0x3C }
+ - { offset: 0x1493BD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10ActionTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x27ABC, symBinAddr: 0x10014A530, symSize: 0x44 }
+ - { offset: 0x1493D9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10ActionTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x27B00, symBinAddr: 0x10014A574, symSize: 0x44 }
+ - { offset: 0x149459, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV2idSSSgvg', symObjAddr: 0xC, symBinAddr: 0x10012684C, symSize: 0x34 }
+ - { offset: 0x149474, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV2idSSSgvs', symObjAddr: 0x40, symBinAddr: 0x100126880, symSize: 0x48 }
+ - { offset: 0x149488, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV2idSSSgvM', symObjAddr: 0x88, symBinAddr: 0x1001268C8, symSize: 0x10 }
+ - { offset: 0x14949C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV2idSSSgvM.resume.0', symObjAddr: 0x98, symBinAddr: 0x1001268D8, symSize: 0x4 }
+ - { offset: 0x1494B0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10widgettypeSSvg', symObjAddr: 0x9C, symBinAddr: 0x1001268DC, symSize: 0x34 }
+ - { offset: 0x1494C4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV7optionsAA0C7OptionsVvg', symObjAddr: 0xD0, symBinAddr: 0x100126910, symSize: 0x1C }
+ - { offset: 0x1494D8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV7optionsAA0C7OptionsVvs', symObjAddr: 0x980, symBinAddr: 0x10012692C, symSize: 0x40 }
+ - { offset: 0x1494EC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV7optionsAA0C7OptionsVvM', symObjAddr: 0x1728, symBinAddr: 0x1001272DC, symSize: 0x10 }
+ - { offset: 0x149500, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV7optionsAA0C7OptionsVvM.resume.0', symObjAddr: 0x1738, symBinAddr: 0x1001272EC, symSize: 0x4 }
+ - { offset: 0x149514, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV5bindsSayAA04BindD0VGSgvg', symObjAddr: 0x1744, symBinAddr: 0x1001272F8, symSize: 0x28 }
+ - { offset: 0x149528, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV5bindsSayAA04BindD0VGSgvs', symObjAddr: 0x176C, symBinAddr: 0x100127320, symSize: 0x38 }
+ - { offset: 0x14953C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV5bindsSayAA04BindD0VGSgvM', symObjAddr: 0x17A4, symBinAddr: 0x100127358, symSize: 0x10 }
+ - { offset: 0x149550, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV5bindsSayAA04BindD0VGSgvM.resume.0', symObjAddr: 0x17B4, symBinAddr: 0x100127368, symSize: 0x4 }
+ - { offset: 0x149564, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10subwidgetsSayACGSgvg', symObjAddr: 0x17C0, symBinAddr: 0x100127374, symSize: 0x28 }
+ - { offset: 0x149578, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10subwidgetsSayACGSgvs', symObjAddr: 0x17E8, symBinAddr: 0x10012739C, symSize: 0x38 }
+ - { offset: 0x14958C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10subwidgetsSayACGSgvM', symObjAddr: 0x1820, symBinAddr: 0x1001273D4, symSize: 0x10 }
+ - { offset: 0x1495A0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10subwidgetsSayACGSgvM.resume.0', symObjAddr: 0x1830, symBinAddr: 0x1001273E4, symSize: 0x4 }
+ - { offset: 0x1495B4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV9runtimeIdSSvg', symObjAddr: 0x1998, symBinAddr: 0x1001274E8, symSize: 0x34 }
+ - { offset: 0x1495C8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV9runtimeIdSSvs', symObjAddr: 0x19CC, symBinAddr: 0x10012751C, symSize: 0x48 }
+ - { offset: 0x1495DC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV9runtimeIdSSvM', symObjAddr: 0x1A14, symBinAddr: 0x100127564, symSize: 0x10 }
+ - { offset: 0x1495F0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV9runtimeIdSSvM.resume.0', symObjAddr: 0x1A24, symBinAddr: 0x100127574, symSize: 0x4 }
+ - { offset: 0x149604, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV11effectiveIdSSvg', symObjAddr: 0x1A28, symBinAddr: 0x100127578, symSize: 0xC4 }
+ - { offset: 0x149630, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsVACycfC', symObjAddr: 0x2814, symBinAddr: 0x100127680, symSize: 0x2E0 }
+ - { offset: 0x14965C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV2id10widgettype7options5binds10subwidgetsACSSSg_SSAA0C7OptionsVSayAA04BindD0VGSgSayACGSgtcfC', symObjAddr: 0x2AF4, symBinAddr: 0x100127960, symSize: 0x2B4 }
+ - { offset: 0x1496DE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO11stringValueAFSgSS_tcfC', symObjAddr: 0x2DA8, symBinAddr: 0x100127C14, symSize: 0x408 }
+ - { offset: 0x149700, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO8intValueAFSgSi_tcfC', symObjAddr: 0x31B0, symBinAddr: 0x10012801C, symSize: 0x18 }
+ - { offset: 0x149722, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO21__derived_enum_equalsySbAF_AFtFZ', symObjAddr: 0x31C8, symBinAddr: 0x100128034, symSize: 0x1C0 }
+ - { offset: 0x14975F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO4hash4intoys6HasherVz_tF', symObjAddr: 0x3388, symBinAddr: 0x1001281F4, symSize: 0x11C }
+ - { offset: 0x14978F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO9hashValueSivg', symObjAddr: 0x34A4, symBinAddr: 0x100128310, symSize: 0x48 }
+ - { offset: 0x1497B1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO8intValueSiSgvg', symObjAddr: 0x3554, symBinAddr: 0x1001283C0, symSize: 0x1C }
+ - { offset: 0x1497D3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO11stringValueSSvg', symObjAddr: 0x3570, symBinAddr: 0x1001283DC, symSize: 0x17C }
+ - { offset: 0x1497FC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x36EC, symBinAddr: 0x100128558, symSize: 0x20 }
+ - { offset: 0x149810, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASH9hashValueSivgTW', symObjAddr: 0x370C, symBinAddr: 0x100128578, symSize: 0x18 }
+ - { offset: 0x149824, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3724, symBinAddr: 0x100128590, symSize: 0x18 }
+ - { offset: 0x149838, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x3750, symBinAddr: 0x1001285BC, symSize: 0x18 }
+ - { offset: 0x14984C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x3768, symBinAddr: 0x1001285D4, symSize: 0x28 }
+ - { offset: 0x149860, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x3790, symBinAddr: 0x1001285FC, symSize: 0x1C }
+ - { offset: 0x149874, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x37AC, symBinAddr: 0x100128618, symSize: 0x28 }
+ - { offset: 0x149888, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV6encode2toys7Encoder_p_tKF', symObjAddr: 0x3894, symBinAddr: 0x100128700, symSize: 0x510 }
+ - { offset: 0x1498BB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x41D8, symBinAddr: 0x100128EE4, symSize: 0x6C0 }
+ - { offset: 0x1498E6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x4B58, symBinAddr: 0x1001297D4, symSize: 0x6C }
+ - { offset: 0x1498FA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x4BC4, symBinAddr: 0x100129840, symSize: 0x70 }
+ - { offset: 0x14990E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaVs12IdentifiableAAsADP2id2IDQzvgTW', symObjAddr: 0x4C34, symBinAddr: 0x1001298B0, symSize: 0x4C }
+ - { offset: 0x149922, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5widthSSSgvg', symObjAddr: 0x4C8C, symBinAddr: 0x100129908, symSize: 0x34 }
+ - { offset: 0x149936, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5widthSSSgvs', symObjAddr: 0x4CC0, symBinAddr: 0x10012993C, symSize: 0x48 }
+ - { offset: 0x14994A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5widthSSSgvM', symObjAddr: 0x4D08, symBinAddr: 0x100129984, symSize: 0x10 }
+ - { offset: 0x14995E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5widthSSSgvM.resume.0', symObjAddr: 0x4D18, symBinAddr: 0x100129994, symSize: 0x4 }
+ - { offset: 0x149972, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6heightSSSgvg', symObjAddr: 0x4D28, symBinAddr: 0x1001299A4, symSize: 0x34 }
+ - { offset: 0x149986, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6heightSSSgvs', symObjAddr: 0x4D5C, symBinAddr: 0x1001299D8, symSize: 0x48 }
+ - { offset: 0x14999A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6heightSSSgvM', symObjAddr: 0x4DA4, symBinAddr: 0x100129A20, symSize: 0x10 }
+ - { offset: 0x1499AE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6heightSSSgvM.resume.0', symObjAddr: 0x4DB4, symBinAddr: 0x100129A30, symSize: 0x4 }
+ - { offset: 0x1499C2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6cwidthSdSgvg', symObjAddr: 0x4DC4, symBinAddr: 0x100129A40, symSize: 0x10 }
+ - { offset: 0x1499D6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6cwidthSdSgvs', symObjAddr: 0x4DD4, symBinAddr: 0x100129A50, symSize: 0x14 }
+ - { offset: 0x1499EA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6cwidthSdSgvM', symObjAddr: 0x4DE8, symBinAddr: 0x100129A64, symSize: 0x10 }
+ - { offset: 0x1499FE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6cwidthSdSgvM.resume.0', symObjAddr: 0x4DF8, symBinAddr: 0x100129A74, symSize: 0x4 }
+ - { offset: 0x149A12, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV7cheightSdSgvg', symObjAddr: 0x4E08, symBinAddr: 0x100129A84, symSize: 0x10 }
+ - { offset: 0x149A26, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV7cheightSdSgvs', symObjAddr: 0x4E18, symBinAddr: 0x100129A94, symSize: 0x14 }
+ - { offset: 0x149A3A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV7cheightSdSgvM', symObjAddr: 0x4E2C, symBinAddr: 0x100129AA8, symSize: 0x10 }
+ - { offset: 0x149A4E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV7cheightSdSgvM.resume.0', symObjAddr: 0x4E3C, symBinAddr: 0x100129AB8, symSize: 0x4 }
+ - { offset: 0x149A62, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV7bgcolorSSSgvg', symObjAddr: 0x4E4C, symBinAddr: 0x100129AC8, symSize: 0x34 }
+ - { offset: 0x149A76, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV7bgcolorSSSgvs', symObjAddr: 0x4E80, symBinAddr: 0x100129AFC, symSize: 0x48 }
+ - { offset: 0x149A8A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV7bgcolorSSSgvM', symObjAddr: 0x4EC8, symBinAddr: 0x100129B44, symSize: 0x10 }
+ - { offset: 0x149A9E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV7bgcolorSSSgvM.resume.0', symObjAddr: 0x4ED8, symBinAddr: 0x100129B54, symSize: 0x4 }
+ - { offset: 0x149AB2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5colorSSSgvg', symObjAddr: 0x4EE8, symBinAddr: 0x100129B64, symSize: 0x34 }
+ - { offset: 0x149AC6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5colorSSSgvs', symObjAddr: 0x4F1C, symBinAddr: 0x100129B98, symSize: 0x48 }
+ - { offset: 0x149ADA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5colorSSSgvM', symObjAddr: 0x4F64, symBinAddr: 0x100129BE0, symSize: 0x10 }
+ - { offset: 0x149AEE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5colorSSSgvM.resume.0', symObjAddr: 0x4F74, symBinAddr: 0x100129BF0, symSize: 0x4 }
+ - { offset: 0x149B02, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV3cssSSSgvg', symObjAddr: 0x4F84, symBinAddr: 0x100129C00, symSize: 0x34 }
+ - { offset: 0x149B16, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV3cssSSSgvs', symObjAddr: 0x4FB8, symBinAddr: 0x100129C34, symSize: 0x48 }
+ - { offset: 0x149B2A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV3cssSSSgvM', symObjAddr: 0x5000, symBinAddr: 0x100129C7C, symSize: 0x10 }
+ - { offset: 0x149B3E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV3cssSSSgvM.resume.0', symObjAddr: 0x5010, symBinAddr: 0x100129C8C, symSize: 0x4 }
+ - { offset: 0x149B52, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV7paddingSSSgvg', symObjAddr: 0x5020, symBinAddr: 0x100129C9C, symSize: 0x34 }
+ - { offset: 0x149B66, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV7paddingSSSgvs', symObjAddr: 0x5054, symBinAddr: 0x100129CD0, symSize: 0x48 }
+ - { offset: 0x149B7A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV7paddingSSSgvM', symObjAddr: 0x509C, symBinAddr: 0x100129D18, symSize: 0x10 }
+ - { offset: 0x149B8E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV7paddingSSSgvM.resume.0', symObjAddr: 0x50AC, symBinAddr: 0x100129D28, symSize: 0x4 }
+ - { offset: 0x149BA2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6cursorSSSgvg', symObjAddr: 0x50BC, symBinAddr: 0x100129D38, symSize: 0x34 }
+ - { offset: 0x149BB6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6cursorSSSgvs', symObjAddr: 0x50F0, symBinAddr: 0x100129D6C, symSize: 0x48 }
+ - { offset: 0x149BCA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6cursorSSSgvM', symObjAddr: 0x5138, symBinAddr: 0x100129DB4, symSize: 0x10 }
+ - { offset: 0x149BDE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6cursorSSSgvM.resume.0', symObjAddr: 0x5148, symBinAddr: 0x100129DC4, symSize: 0x4 }
+ - { offset: 0x149BF2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV7spacingSdSgvg', symObjAddr: 0x5158, symBinAddr: 0x100129DD4, symSize: 0x10 }
+ - { offset: 0x149C06, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV7spacingSdSgvs', symObjAddr: 0x5168, symBinAddr: 0x100129DE4, symSize: 0x14 }
+ - { offset: 0x149C1A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV7spacingSdSgvM', symObjAddr: 0x517C, symBinAddr: 0x100129DF8, symSize: 0x10 }
+ - { offset: 0x149C2E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV7spacingSdSgvM.resume.0', symObjAddr: 0x518C, symBinAddr: 0x100129E08, symSize: 0x4 }
+ - { offset: 0x149C42, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10alignItemsSSSgvg', symObjAddr: 0x519C, symBinAddr: 0x100129E18, symSize: 0x34 }
+ - { offset: 0x149C56, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10alignItemsSSSgvs', symObjAddr: 0x51D0, symBinAddr: 0x100129E4C, symSize: 0x48 }
+ - { offset: 0x149C6A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10alignItemsSSSgvM', symObjAddr: 0x5218, symBinAddr: 0x100129E94, symSize: 0x10 }
+ - { offset: 0x149C7E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10alignItemsSSSgvM.resume.0', symObjAddr: 0x5228, symBinAddr: 0x100129EA4, symSize: 0x4 }
+ - { offset: 0x149C92, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4textSSSgvg', symObjAddr: 0x5238, symBinAddr: 0x100129EB4, symSize: 0x34 }
+ - { offset: 0x149CA6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4textSSSgvs', symObjAddr: 0x526C, symBinAddr: 0x100129EE8, symSize: 0x48 }
+ - { offset: 0x149CBA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4textSSSgvM', symObjAddr: 0x52B4, symBinAddr: 0x100129F30, symSize: 0x10 }
+ - { offset: 0x149CCE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4textSSSgvM.resume.0', symObjAddr: 0x52C4, symBinAddr: 0x100129F40, symSize: 0x4 }
+ - { offset: 0x149CE2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5otextSSSgvg', symObjAddr: 0x52D4, symBinAddr: 0x100129F50, symSize: 0x34 }
+ - { offset: 0x149CF6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5otextSSSgvs', symObjAddr: 0x5308, symBinAddr: 0x100129F84, symSize: 0x48 }
+ - { offset: 0x149D0A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5otextSSSgvM', symObjAddr: 0x5350, symBinAddr: 0x100129FCC, symSize: 0x10 }
+ - { offset: 0x149D1E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5otextSSSgvM.resume.0', symObjAddr: 0x5360, symBinAddr: 0x100129FDC, symSize: 0x4 }
+ - { offset: 0x149D32, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4i18nSbSgvg', symObjAddr: 0x536C, symBinAddr: 0x100129FE8, symSize: 0x8 }
+ - { offset: 0x149D46, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4i18nSbSgvs', symObjAddr: 0x5374, symBinAddr: 0x100129FF0, symSize: 0x8 }
+ - { offset: 0x149D5A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4i18nSbSgvM', symObjAddr: 0x537C, symBinAddr: 0x100129FF8, symSize: 0x10 }
+ - { offset: 0x149D6E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4i18nSbSgvM.resume.0', symObjAddr: 0x538C, symBinAddr: 0x10012A008, symSize: 0x4 }
+ - { offset: 0x149D82, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5levelSiSgvg', symObjAddr: 0x539C, symBinAddr: 0x10012A018, symSize: 0x10 }
+ - { offset: 0x149D96, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5levelSiSgvs', symObjAddr: 0x53AC, symBinAddr: 0x10012A028, symSize: 0x14 }
+ - { offset: 0x149DAA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5levelSiSgvM', symObjAddr: 0x53C0, symBinAddr: 0x10012A03C, symSize: 0x10 }
+ - { offset: 0x149DBE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5levelSiSgvM.resume.0', symObjAddr: 0x53D0, symBinAddr: 0x10012A04C, symSize: 0x4 }
+ - { offset: 0x149DD2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5labelSSSgvg', symObjAddr: 0x53E0, symBinAddr: 0x10012A05C, symSize: 0x34 }
+ - { offset: 0x149DE6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5labelSSSgvs', symObjAddr: 0x5414, symBinAddr: 0x10012A090, symSize: 0x48 }
+ - { offset: 0x149DFA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5labelSSSgvM', symObjAddr: 0x545C, symBinAddr: 0x10012A0D8, symSize: 0x10 }
+ - { offset: 0x149E0E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5labelSSSgvM.resume.0', symObjAddr: 0x546C, symBinAddr: 0x10012A0E8, symSize: 0x4 }
+ - { offset: 0x149E22, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10actiontypeSSSgvg', symObjAddr: 0x547C, symBinAddr: 0x10012A0F8, symSize: 0x34 }
+ - { offset: 0x149E36, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10actiontypeSSSgvs', symObjAddr: 0x54B0, symBinAddr: 0x10012A12C, symSize: 0x48 }
+ - { offset: 0x149E4A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10actiontypeSSSgvM', symObjAddr: 0x54F8, symBinAddr: 0x10012A174, symSize: 0x10 }
+ - { offset: 0x149E5E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10actiontypeSSSgvM.resume.0', symObjAddr: 0x5508, symBinAddr: 0x10012A184, symSize: 0x4 }
+ - { offset: 0x149E72, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV3urlSSSgvg', symObjAddr: 0x5518, symBinAddr: 0x10012A194, symSize: 0x34 }
+ - { offset: 0x149E86, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV3urlSSSgvs', symObjAddr: 0x554C, symBinAddr: 0x10012A1C8, symSize: 0x48 }
+ - { offset: 0x149E9A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV3urlSSSgvM', symObjAddr: 0x5594, symBinAddr: 0x10012A210, symSize: 0x10 }
+ - { offset: 0x149EAE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV3urlSSSgvM.resume.0', symObjAddr: 0x55A4, symBinAddr: 0x10012A220, symSize: 0x4 }
+ - { offset: 0x149EC2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4iconSSSgvg', symObjAddr: 0x55B4, symBinAddr: 0x10012A230, symSize: 0x34 }
+ - { offset: 0x149ED6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4iconSSSgvs', symObjAddr: 0x55E8, symBinAddr: 0x10012A264, symSize: 0x48 }
+ - { offset: 0x149EEA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4iconSSSgvM', symObjAddr: 0x5630, symBinAddr: 0x10012A2AC, symSize: 0x10 }
+ - { offset: 0x149EFE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4iconSSSgvM.resume.0', symObjAddr: 0x5640, symBinAddr: 0x10012A2BC, symSize: 0x4 }
+ - { offset: 0x149F12, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4nameSSSgvg', symObjAddr: 0x5650, symBinAddr: 0x10012A2CC, symSize: 0x34 }
+ - { offset: 0x149F26, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4nameSSSgvs', symObjAddr: 0x5684, symBinAddr: 0x10012A300, symSize: 0x48 }
+ - { offset: 0x149F3A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4nameSSSgvM', symObjAddr: 0x56CC, symBinAddr: 0x10012A348, symSize: 0x10 }
+ - { offset: 0x149F4E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4nameSSSgvM.resume.0', symObjAddr: 0x56DC, symBinAddr: 0x10012A358, symSize: 0x4 }
+ - { offset: 0x149F62, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV11placeholderSSSgvg', symObjAddr: 0x56EC, symBinAddr: 0x10012A368, symSize: 0x34 }
+ - { offset: 0x149F76, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV11placeholderSSSgvs', symObjAddr: 0x5720, symBinAddr: 0x10012A39C, symSize: 0x48 }
+ - { offset: 0x149F8A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV11placeholderSSSgvM', symObjAddr: 0x5768, symBinAddr: 0x10012A3E4, symSize: 0x10 }
+ - { offset: 0x149F9E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV11placeholderSSSgvM.resume.0', symObjAddr: 0x5778, symBinAddr: 0x10012A3F4, symSize: 0x4 }
+ - { offset: 0x149FB2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5valueSSSgvg', symObjAddr: 0x5788, symBinAddr: 0x10012A404, symSize: 0x34 }
+ - { offset: 0x149FC6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5valueSSSgvs', symObjAddr: 0x57BC, symBinAddr: 0x10012A438, symSize: 0x48 }
+ - { offset: 0x149FDA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5valueSSSgvM', symObjAddr: 0x5804, symBinAddr: 0x10012A480, symSize: 0x10 }
+ - { offset: 0x149FEE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5valueSSSgvM.resume.0', symObjAddr: 0x5814, symBinAddr: 0x10012A490, symSize: 0x4 }
+ - { offset: 0x14A002, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV12defaultvalueSSSgvg', symObjAddr: 0x5824, symBinAddr: 0x10012A4A0, symSize: 0x34 }
+ - { offset: 0x14A016, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV12defaultvalueSSSgvs', symObjAddr: 0x5858, symBinAddr: 0x10012A4D4, symSize: 0x48 }
+ - { offset: 0x14A02A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV12defaultvalueSSSgvM', symObjAddr: 0x58A0, symBinAddr: 0x10012A51C, symSize: 0x10 }
+ - { offset: 0x14A03E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV12defaultvalueSSSgvM.resume.0', symObjAddr: 0x58B0, symBinAddr: 0x10012A52C, symSize: 0x4 }
+ - { offset: 0x14A052, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV8requiredSbSgvg', symObjAddr: 0x58BC, symBinAddr: 0x10012A538, symSize: 0x8 }
+ - { offset: 0x14A066, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV8requiredSbSgvs', symObjAddr: 0x58C4, symBinAddr: 0x10012A540, symSize: 0x8 }
+ - { offset: 0x14A07A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV8requiredSbSgvM', symObjAddr: 0x58CC, symBinAddr: 0x10012A548, symSize: 0x10 }
+ - { offset: 0x14A08E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV8requiredSbSgvM.resume.0', symObjAddr: 0x58DC, symBinAddr: 0x10012A558, symSize: 0x4 }
+ - { offset: 0x14A0A2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6uitypeSSSgvg', symObjAddr: 0x58EC, symBinAddr: 0x10012A568, symSize: 0x34 }
+ - { offset: 0x14A0B6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6uitypeSSSgvs', symObjAddr: 0x5920, symBinAddr: 0x10012A59C, symSize: 0x48 }
+ - { offset: 0x14A0CA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6uitypeSSSgvM', symObjAddr: 0x5968, symBinAddr: 0x10012A5E4, symSize: 0x10 }
+ - { offset: 0x14A0DE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6uitypeSSSgvM.resume.0', symObjAddr: 0x5978, symBinAddr: 0x10012A5F4, symSize: 0x4 }
+ - { offset: 0x14A0F2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5titleSSSgvg', symObjAddr: 0x5988, symBinAddr: 0x10012A604, symSize: 0x34 }
+ - { offset: 0x14A106, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5titleSSSgvs', symObjAddr: 0x59BC, symBinAddr: 0x10012A638, symSize: 0x48 }
+ - { offset: 0x14A11A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5titleSSSgvM', symObjAddr: 0x5A04, symBinAddr: 0x10012A680, symSize: 0x10 }
+ - { offset: 0x14A12E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5titleSSSgvM.resume.0', symObjAddr: 0x5A14, symBinAddr: 0x10012A690, symSize: 0x4 }
+ - { offset: 0x14A142, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5rulesSayAA14ValidationRuleVGSgvg', symObjAddr: 0x5A20, symBinAddr: 0x10012A69C, symSize: 0x28 }
+ - { offset: 0x14A156, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5rulesSayAA14ValidationRuleVGSgvs', symObjAddr: 0x5A48, symBinAddr: 0x10012A6C4, symSize: 0x38 }
+ - { offset: 0x14A16A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5rulesSayAA14ValidationRuleVGSgvM', symObjAddr: 0x5A80, symBinAddr: 0x10012A6FC, symSize: 0x10 }
+ - { offset: 0x14A17E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5rulesSayAA14ValidationRuleVGSgvM.resume.0', symObjAddr: 0x5A90, symBinAddr: 0x10012A70C, symSize: 0x4 }
+ - { offset: 0x14A192, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5codesSayAA8CodeItemVGSgvg', symObjAddr: 0x5A9C, symBinAddr: 0x10012A718, symSize: 0x28 }
+ - { offset: 0x14A1A6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5codesSayAA8CodeItemVGSgvs', symObjAddr: 0x5AC4, symBinAddr: 0x10012A740, symSize: 0x38 }
+ - { offset: 0x14A1BA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5codesSayAA8CodeItemVGSgvM', symObjAddr: 0x5AFC, symBinAddr: 0x10012A778, symSize: 0x10 }
+ - { offset: 0x14A1CE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5codesSayAA8CodeItemVGSgvM.resume.0', symObjAddr: 0x5B0C, symBinAddr: 0x10012A788, symSize: 0x4 }
+ - { offset: 0x14A1E2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4dataSayAA8CodeItemVGSgvg', symObjAddr: 0x5B18, symBinAddr: 0x10012A794, symSize: 0x28 }
+ - { offset: 0x14A1F6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4dataSayAA8CodeItemVGSgvs', symObjAddr: 0x5B40, symBinAddr: 0x10012A7BC, symSize: 0x38 }
+ - { offset: 0x14A20A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4dataSayAA8CodeItemVGSgvM', symObjAddr: 0x5B78, symBinAddr: 0x10012A7F4, symSize: 0x10 }
+ - { offset: 0x14A21E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4dataSayAA8CodeItemVGSgvM.resume.0', symObjAddr: 0x5B88, symBinAddr: 0x10012A804, symSize: 0x4 }
+ - { offset: 0x14A232, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV7dataurlSSSgvg', symObjAddr: 0x5B98, symBinAddr: 0x10012A814, symSize: 0x34 }
+ - { offset: 0x14A246, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV7dataurlSSSgvs', symObjAddr: 0x5BCC, symBinAddr: 0x10012A848, symSize: 0x48 }
+ - { offset: 0x14A25A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV7dataurlSSSgvM', symObjAddr: 0x5C14, symBinAddr: 0x10012A890, symSize: 0x10 }
+ - { offset: 0x14A26E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV7dataurlSSSgvM.resume.0', symObjAddr: 0x5C24, symBinAddr: 0x10012A8A0, symSize: 0x4 }
+ - { offset: 0x14A282, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10valueFieldSSSgvg', symObjAddr: 0x5C34, symBinAddr: 0x10012A8B0, symSize: 0x34 }
+ - { offset: 0x14A296, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10valueFieldSSSgvs', symObjAddr: 0x5C68, symBinAddr: 0x10012A8E4, symSize: 0x48 }
+ - { offset: 0x14A2AA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10valueFieldSSSgvM', symObjAddr: 0x5CB0, symBinAddr: 0x10012A92C, symSize: 0x10 }
+ - { offset: 0x14A2BE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10valueFieldSSSgvM.resume.0', symObjAddr: 0x5CC0, symBinAddr: 0x10012A93C, symSize: 0x4 }
+ - { offset: 0x14A2D2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV9textFieldSSSgvg', symObjAddr: 0x5CD0, symBinAddr: 0x10012A94C, symSize: 0x34 }
+ - { offset: 0x14A2E6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV9textFieldSSSgvs', symObjAddr: 0x5D04, symBinAddr: 0x10012A980, symSize: 0x48 }
+ - { offset: 0x14A2FA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV9textFieldSSSgvM', symObjAddr: 0x5D4C, symBinAddr: 0x10012A9C8, symSize: 0x10 }
+ - { offset: 0x14A30E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV9textFieldSSSgvM.resume.0', symObjAddr: 0x5D5C, symBinAddr: 0x10012A9D8, symSize: 0x4 }
+ - { offset: 0x14A322, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6fieldsSayAA11FieldSchemaVGSgvg', symObjAddr: 0x5D68, symBinAddr: 0x10012A9E4, symSize: 0x28 }
+ - { offset: 0x14A336, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6fieldsSayAA11FieldSchemaVGSgvs', symObjAddr: 0x5D90, symBinAddr: 0x10012AA0C, symSize: 0x38 }
+ - { offset: 0x14A34A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6fieldsSayAA11FieldSchemaVGSgvM', symObjAddr: 0x5DC8, symBinAddr: 0x10012AA44, symSize: 0x10 }
+ - { offset: 0x14A35E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6fieldsSayAA11FieldSchemaVGSgvM.resume.0', symObjAddr: 0x5DD8, symBinAddr: 0x10012AA54, symSize: 0x4 }
+ - { offset: 0x14A372, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10submit_urlSSSgvg', symObjAddr: 0x5DE8, symBinAddr: 0x10012AA64, symSize: 0x34 }
+ - { offset: 0x14A386, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10submit_urlSSSgvs', symObjAddr: 0x5E1C, symBinAddr: 0x10012AA98, symSize: 0x48 }
+ - { offset: 0x14A39A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10submit_urlSSSgvM', symObjAddr: 0x5E64, symBinAddr: 0x10012AAE0, symSize: 0x10 }
+ - { offset: 0x14A3AE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10submit_urlSSSgvM.resume.0', symObjAddr: 0x5E74, symBinAddr: 0x10012AAF0, symSize: 0x4 }
+ - { offset: 0x14A3C2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV12submit_labelSSSgvg', symObjAddr: 0x5E84, symBinAddr: 0x10012AB00, symSize: 0x34 }
+ - { offset: 0x14A3D6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV12submit_labelSSSgvs', symObjAddr: 0x5EB8, symBinAddr: 0x10012AB34, symSize: 0x48 }
+ - { offset: 0x14A3EA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV12submit_labelSSSgvM', symObjAddr: 0x5F00, symBinAddr: 0x10012AB7C, symSize: 0x10 }
+ - { offset: 0x14A3FE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV12submit_labelSSSgvM.resume.0', symObjAddr: 0x5F10, symBinAddr: 0x10012AB8C, symSize: 0x4 }
+ - { offset: 0x14A412, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10show_labelSbSgvg', symObjAddr: 0x5F1C, symBinAddr: 0x10012AB98, symSize: 0x8 }
+ - { offset: 0x14A426, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10show_labelSbSgvs', symObjAddr: 0x5F24, symBinAddr: 0x10012ABA0, symSize: 0x8 }
+ - { offset: 0x14A43A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10show_labelSbSgvM', symObjAddr: 0x5F2C, symBinAddr: 0x10012ABA8, symSize: 0x10 }
+ - { offset: 0x14A44E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10show_labelSbSgvM.resume.0', symObjAddr: 0x5F3C, symBinAddr: 0x10012ABB8, symSize: 0x4 }
+ - { offset: 0x14A462, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV8data_urlSSSgvg', symObjAddr: 0x5F4C, symBinAddr: 0x10012ABC8, symSize: 0x34 }
+ - { offset: 0x14A476, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV8data_urlSSSgvs', symObjAddr: 0x5F80, symBinAddr: 0x10012ABFC, symSize: 0x48 }
+ - { offset: 0x14A48A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV8data_urlSSSgvM', symObjAddr: 0x5FC8, symBinAddr: 0x10012AC44, symSize: 0x10 }
+ - { offset: 0x14A49E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV8data_urlSSSgvM.resume.0', symObjAddr: 0x5FD8, symBinAddr: 0x10012AC54, symSize: 0x4 }
+ - { offset: 0x14A4B2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV11data_methodSSSgvg', symObjAddr: 0x5FE8, symBinAddr: 0x10012AC64, symSize: 0x34 }
+ - { offset: 0x14A4C6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV11data_methodSSSgvs', symObjAddr: 0x601C, symBinAddr: 0x10012AC98, symSize: 0x48 }
+ - { offset: 0x14A4DA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV11data_methodSSSgvM', symObjAddr: 0x6064, symBinAddr: 0x10012ACE0, symSize: 0x10 }
+ - { offset: 0x14A4EE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV11data_methodSSSgvM.resume.0', symObjAddr: 0x6074, symBinAddr: 0x10012ACF0, symSize: 0x4 }
+ - { offset: 0x14A502, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV9page_rowsSiSgvg', symObjAddr: 0x6084, symBinAddr: 0x10012AD00, symSize: 0x14 }
+ - { offset: 0x14A516, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV9page_rowsSiSgvs', symObjAddr: 0x6098, symBinAddr: 0x10012AD14, symSize: 0x18 }
+ - { offset: 0x14A52A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV9page_rowsSiSgvM', symObjAddr: 0x60B0, symBinAddr: 0x10012AD2C, symSize: 0x10 }
+ - { offset: 0x14A53E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV9page_rowsSiSgvM.resume.0', symObjAddr: 0x60C0, symBinAddr: 0x10012AD3C, symSize: 0x4 }
+ - { offset: 0x14A552, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV11row_optionsAA03RowD0VSgvg', symObjAddr: 0x60DC, symBinAddr: 0x10012AD58, symSize: 0x4C }
+ - { offset: 0x14A566, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV11row_optionsAA03RowD0VSgvs', symObjAddr: 0x61C4, symBinAddr: 0x10012ADA4, symSize: 0x74 }
+ - { offset: 0x14A57A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV11row_optionsAA03RowD0VSgvM', symObjAddr: 0x62D4, symBinAddr: 0x10012AE18, symSize: 0x10 }
+ - { offset: 0x14A58E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV11row_optionsAA03RowD0VSgvM.resume.0', symObjAddr: 0x62E4, symBinAddr: 0x10012AE28, symSize: 0x4 }
+ - { offset: 0x14A5A2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV7toolbarAA13ToolbarSchemaVSgvg', symObjAddr: 0x62F4, symBinAddr: 0x10012AE38, symSize: 0x28 }
+ - { offset: 0x14A5B6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV7toolbarAA13ToolbarSchemaVSgvs', symObjAddr: 0x6350, symBinAddr: 0x10012AE60, symSize: 0x38 }
+ - { offset: 0x14A5CA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV7toolbarAA13ToolbarSchemaVSgvM', symObjAddr: 0x63BC, symBinAddr: 0x10012AE98, symSize: 0x10 }
+ - { offset: 0x14A5DE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV7toolbarAA13ToolbarSchemaVSgvM.resume.0', symObjAddr: 0x63CC, symBinAddr: 0x10012AEA8, symSize: 0x4 }
+ - { offset: 0x14A5F2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4tabsSayAA7TabItemVGSgvg', symObjAddr: 0x63D8, symBinAddr: 0x10012AEB4, symSize: 0x28 }
+ - { offset: 0x14A606, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4tabsSayAA7TabItemVGSgvs', symObjAddr: 0x6400, symBinAddr: 0x10012AEDC, symSize: 0x38 }
+ - { offset: 0x14A61A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4tabsSayAA7TabItemVGSgvM', symObjAddr: 0x6438, symBinAddr: 0x10012AF14, symSize: 0x10 }
+ - { offset: 0x14A62E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4tabsSayAA7TabItemVGSgvM.resume.0', symObjAddr: 0x6448, symBinAddr: 0x10012AF24, symSize: 0x4 }
+ - { offset: 0x14A642, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV9activeTabSiSgvg', symObjAddr: 0x6458, symBinAddr: 0x10012AF34, symSize: 0x14 }
+ - { offset: 0x14A656, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV9activeTabSiSgvs', symObjAddr: 0x646C, symBinAddr: 0x10012AF48, symSize: 0x18 }
+ - { offset: 0x14A66A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV9activeTabSiSgvM', symObjAddr: 0x6484, symBinAddr: 0x10012AF60, symSize: 0x10 }
+ - { offset: 0x14A67E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV9activeTabSiSgvM.resume.0', symObjAddr: 0x6494, symBinAddr: 0x10012AF70, symSize: 0x4 }
+ - { offset: 0x14A692, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10col_cwidthSdSgvg', symObjAddr: 0x64A4, symBinAddr: 0x10012AF80, symSize: 0x14 }
+ - { offset: 0x14A6A6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10col_cwidthSdSgvs', symObjAddr: 0x64B8, symBinAddr: 0x10012AF94, symSize: 0x18 }
+ - { offset: 0x14A6BA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10col_cwidthSdSgvM', symObjAddr: 0x64D0, symBinAddr: 0x10012AFAC, symSize: 0x10 }
+ - { offset: 0x14A6CE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10col_cwidthSdSgvM.resume.0', symObjAddr: 0x64E0, symBinAddr: 0x10012AFBC, symSize: 0x4 }
+ - { offset: 0x14A6E2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV8col_cgapSdSgvg', symObjAddr: 0x64F0, symBinAddr: 0x10012AFCC, symSize: 0x14 }
+ - { offset: 0x14A6F6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV8col_cgapSdSgvs', symObjAddr: 0x6504, symBinAddr: 0x10012AFE0, symSize: 0x18 }
+ - { offset: 0x14A70A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV8col_cgapSdSgvM', symObjAddr: 0x651C, symBinAddr: 0x10012AFF8, symSize: 0x10 }
+ - { offset: 0x14A71E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV8col_cgapSdSgvM.resume.0', symObjAddr: 0x652C, symBinAddr: 0x10012B008, symSize: 0x4 }
+ - { offset: 0x14A732, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV9col_widthSdSgvg', symObjAddr: 0x653C, symBinAddr: 0x10012B018, symSize: 0x14 }
+ - { offset: 0x14A746, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV9col_widthSdSgvs', symObjAddr: 0x6550, symBinAddr: 0x10012B02C, symSize: 0x18 }
+ - { offset: 0x14A75A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV9col_widthSdSgvM', symObjAddr: 0x6568, symBinAddr: 0x10012B044, symSize: 0x10 }
+ - { offset: 0x14A76E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV9col_widthSdSgvM.resume.0', symObjAddr: 0x6578, symBinAddr: 0x10012B054, symSize: 0x4 }
+ - { offset: 0x14A782, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV13popup_optionsAA05PopupD0VSgvg', symObjAddr: 0x65E4, symBinAddr: 0x10012B0C0, symSize: 0x1C }
+ - { offset: 0x14A796, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV13popup_optionsAA05PopupD0VSgvs', symObjAddr: 0x6728, symBinAddr: 0x10012B0DC, symSize: 0x38 }
+ - { offset: 0x14A7AA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV13popup_optionsAA05PopupD0VSgvM', symObjAddr: 0x6940, symBinAddr: 0x10012B284, symSize: 0x10 }
+ - { offset: 0x14A7BE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV13popup_optionsAA05PopupD0VSgvM.resume.0', symObjAddr: 0x6950, symBinAddr: 0x10012B294, symSize: 0x4 }
+ - { offset: 0x14A7D2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV9auto_openSbSgvg', symObjAddr: 0x695C, symBinAddr: 0x10012B2A0, symSize: 0x8 }
+ - { offset: 0x14A7E6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV9auto_openSbSgvs', symObjAddr: 0x6964, symBinAddr: 0x10012B2A8, symSize: 0x8 }
+ - { offset: 0x14A7FA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV9auto_openSbSgvM', symObjAddr: 0x696C, symBinAddr: 0x10012B2B0, symSize: 0x10 }
+ - { offset: 0x14A80E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV9auto_openSbSgvM.resume.0', symObjAddr: 0x697C, symBinAddr: 0x10012B2C0, symSize: 0x4 }
+ - { offset: 0x14A822, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6archorSSSgvg', symObjAddr: 0x698C, symBinAddr: 0x10012B2D0, symSize: 0x34 }
+ - { offset: 0x14A836, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6archorSSSgvs', symObjAddr: 0x69C0, symBinAddr: 0x10012B304, symSize: 0x48 }
+ - { offset: 0x14A84A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6archorSSSgvM', symObjAddr: 0x6A08, symBinAddr: 0x10012B34C, symSize: 0x10 }
+ - { offset: 0x14A85E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6archorSSSgvM.resume.0', symObjAddr: 0x6A18, symBinAddr: 0x10012B35C, symSize: 0x4 }
+ - { offset: 0x14A872, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV14dismiss_eventsSaySSGSgvg', symObjAddr: 0x6A24, symBinAddr: 0x10012B368, symSize: 0x28 }
+ - { offset: 0x14A886, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV14dismiss_eventsSaySSGSgvs', symObjAddr: 0x6A4C, symBinAddr: 0x10012B390, symSize: 0x38 }
+ - { offset: 0x14A89A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV14dismiss_eventsSaySSGSgvM', symObjAddr: 0x6A84, symBinAddr: 0x10012B3C8, symSize: 0x10 }
+ - { offset: 0x14A8AE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV14dismiss_eventsSaySSGSgvM.resume.0', symObjAddr: 0x6A94, symBinAddr: 0x10012B3D8, symSize: 0x4 }
+ - { offset: 0x14A8C2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5itemsSayAA14MenuItemSchemaVGSgvg', symObjAddr: 0x6AA0, symBinAddr: 0x10012B3E4, symSize: 0x28 }
+ - { offset: 0x14A8D6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5itemsSayAA14MenuItemSchemaVGSgvs', symObjAddr: 0x6AC8, symBinAddr: 0x10012B40C, symSize: 0x38 }
+ - { offset: 0x14A8EA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5itemsSayAA14MenuItemSchemaVGSgvM', symObjAddr: 0x6B00, symBinAddr: 0x10012B444, symSize: 0x10 }
+ - { offset: 0x14A8FE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5itemsSayAA14MenuItemSchemaVGSgvM.resume.0', symObjAddr: 0x6B10, symBinAddr: 0x10012B454, symSize: 0x4 }
+ - { offset: 0x14A912, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6targetSSSgvg', symObjAddr: 0x6B20, symBinAddr: 0x10012B464, symSize: 0x34 }
+ - { offset: 0x14A926, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6targetSSSgvs', symObjAddr: 0x6B54, symBinAddr: 0x10012B498, symSize: 0x48 }
+ - { offset: 0x14A93A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6targetSSSgvM', symObjAddr: 0x6B9C, symBinAddr: 0x10012B4E0, symSize: 0x10 }
+ - { offset: 0x14A94E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6targetSSSgvM.resume.0', symObjAddr: 0x6BAC, symBinAddr: 0x10012B4F0, symSize: 0x4 }
+ - { offset: 0x14A962, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4htmlSSSgvg', symObjAddr: 0x6BBC, symBinAddr: 0x10012B500, symSize: 0x34 }
+ - { offset: 0x14A976, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4htmlSSSgvs', symObjAddr: 0x6BF0, symBinAddr: 0x10012B534, symSize: 0x48 }
+ - { offset: 0x14A98A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4htmlSSSgvM', symObjAddr: 0x6C38, symBinAddr: 0x10012B57C, symSize: 0x10 }
+ - { offset: 0x14A99E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4htmlSSSgvM.resume.0', symObjAddr: 0x6C48, symBinAddr: 0x10012B58C, symSize: 0x4 }
+ - { offset: 0x14A9B2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV3srcSSSgvg', symObjAddr: 0x6C58, symBinAddr: 0x10012B59C, symSize: 0x34 }
+ - { offset: 0x14A9C6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV3srcSSSgvs', symObjAddr: 0x6C8C, symBinAddr: 0x10012B5D0, symSize: 0x48 }
+ - { offset: 0x14A9DA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV3srcSSSgvM', symObjAddr: 0x6CD4, symBinAddr: 0x10012B618, symSize: 0x10 }
+ - { offset: 0x14A9EE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV3srcSSSgvM.resume.0', symObjAddr: 0x6CE4, symBinAddr: 0x10012B628, symSize: 0x4 }
+ - { offset: 0x14AA02, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV3altSSSgvg', symObjAddr: 0x6CF4, symBinAddr: 0x10012B638, symSize: 0x34 }
+ - { offset: 0x14AA16, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV3altSSSgvs', symObjAddr: 0x6D28, symBinAddr: 0x10012B66C, symSize: 0x48 }
+ - { offset: 0x14AA2A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV3altSSSgvM', symObjAddr: 0x6D70, symBinAddr: 0x10012B6B4, symSize: 0x10 }
+ - { offset: 0x14AA3E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV3altSSSgvM.resume.0', symObjAddr: 0x6D80, symBinAddr: 0x10012B6C4, symSize: 0x4 }
+ - { offset: 0x14AA52, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV8fontsizeSSSgvg', symObjAddr: 0x6D90, symBinAddr: 0x10012B6D4, symSize: 0x34 }
+ - { offset: 0x14AA66, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV8fontsizeSSSgvs', symObjAddr: 0x6DC4, symBinAddr: 0x10012B708, symSize: 0x48 }
+ - { offset: 0x14AA7A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV8fontsizeSSSgvM', symObjAddr: 0x6E0C, symBinAddr: 0x10012B750, symSize: 0x10 }
+ - { offset: 0x14AA8E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV8fontsizeSSSgvM.resume.0', symObjAddr: 0x6E1C, symBinAddr: 0x10012B760, symSize: 0x4 }
+ - { offset: 0x14AAA2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV9cfontsizeSdSgvg', symObjAddr: 0x6E2C, symBinAddr: 0x10012B770, symSize: 0x14 }
+ - { offset: 0x14AAB6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV9cfontsizeSdSgvs', symObjAddr: 0x6E40, symBinAddr: 0x10012B784, symSize: 0x18 }
+ - { offset: 0x14AACA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV9cfontsizeSdSgvM', symObjAddr: 0x6E58, symBinAddr: 0x10012B79C, symSize: 0x10 }
+ - { offset: 0x14AADE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV9cfontsizeSdSgvM.resume.0', symObjAddr: 0x6E68, symBinAddr: 0x10012B7AC, symSize: 0x4 }
+ - { offset: 0x14AAFE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO11stringValueAFSgSS_tcfC', symObjAddr: 0x6E6C, symBinAddr: 0x10012B7B0, symSize: 0x2250 }
+ - { offset: 0x14AB20, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO8intValueAFSgSi_tcfC', symObjAddr: 0x90BC, symBinAddr: 0x10012DA00, symSize: 0x18 }
+ - { offset: 0x14AB42, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO21__derived_enum_equalsySbAF_AFtFZ', symObjAddr: 0x90D4, symBinAddr: 0x10012DA18, symSize: 0x7B4 }
+ - { offset: 0x14AB81, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO4hash4intoys6HasherVz_tF', symObjAddr: 0x9A50, symBinAddr: 0x10012E394, symSize: 0x414 }
+ - { offset: 0x14ABB1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO9hashValueSivg', symObjAddr: 0x9F48, symBinAddr: 0x10012E88C, symSize: 0x48 }
+ - { offset: 0x14ABD3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO8intValueSiSgvg', symObjAddr: 0x9FF8, symBinAddr: 0x10012E93C, symSize: 0x1C }
+ - { offset: 0x14ABF5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO11stringValueSSvg', symObjAddr: 0xA014, symBinAddr: 0x10012E958, symSize: 0x93C }
+ - { offset: 0x14AC1E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xAA34, symBinAddr: 0x10012F378, symSize: 0x20 }
+ - { offset: 0x14AC32, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASH9hashValueSivgTW', symObjAddr: 0xAA54, symBinAddr: 0x10012F398, symSize: 0x18 }
+ - { offset: 0x14AC46, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xAA6C, symBinAddr: 0x10012F3B0, symSize: 0x18 }
+ - { offset: 0x14AC5A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xAA98, symBinAddr: 0x10012F3DC, symSize: 0x18 }
+ - { offset: 0x14AC6E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xAAB0, symBinAddr: 0x10012F3F4, symSize: 0x28 }
+ - { offset: 0x14AC82, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xAAD8, symBinAddr: 0x10012F41C, symSize: 0x1C }
+ - { offset: 0x14AC96, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xAAF4, symBinAddr: 0x10012F438, symSize: 0x28 }
+ - { offset: 0x14ACAA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6encode2toys7Encoder_p_tKF', symObjAddr: 0xABDC, symBinAddr: 0x10012F520, symSize: 0x1FEC }
+ - { offset: 0x14ACDD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4fromACs7Decoder_p_tKcfC', symObjAddr: 0xD64C, symBinAddr: 0x100131ED8, symSize: 0x2290 }
+ - { offset: 0x14AD08, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xFF1C, symBinAddr: 0x1001347A8, symSize: 0x6C }
+ - { offset: 0x14AD1C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xFF88, symBinAddr: 0x100134814, symSize: 0x70 }
+ - { offset: 0x14AD30, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV3widSSvg', symObjAddr: 0xFFF8, symBinAddr: 0x100134884, symSize: 0x34 }
+ - { offset: 0x14AD44, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV5eventSSvg', symObjAddr: 0x1002C, symBinAddr: 0x1001348B8, symSize: 0x34 }
+ - { offset: 0x14AD58, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10actiontypeSSvg', symObjAddr: 0x10060, symBinAddr: 0x1001348EC, symSize: 0x34 }
+ - { offset: 0x14AD6C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV6targetSSSgvg', symObjAddr: 0x100A0, symBinAddr: 0x10013492C, symSize: 0x34 }
+ - { offset: 0x14AD80, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV6targetSSSgvs', symObjAddr: 0x100D4, symBinAddr: 0x100134960, symSize: 0x48 }
+ - { offset: 0x14AD94, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV6targetSSSgvM', symObjAddr: 0x1011C, symBinAddr: 0x1001349A8, symSize: 0x10 }
+ - { offset: 0x14ADA8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV6targetSSSgvM.resume.0', symObjAddr: 0x1012C, symBinAddr: 0x1001349B8, symSize: 0x4 }
+ - { offset: 0x14ADBC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV7optionsAA0C7OptionsVSgvg', symObjAddr: 0x10144, symBinAddr: 0x1001349D0, symSize: 0x40 }
+ - { offset: 0x14ADD0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV7optionsAA0C7OptionsVSgvs', symObjAddr: 0x101C4, symBinAddr: 0x100134A50, symSize: 0x60 }
+ - { offset: 0x14ADE4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV7optionsAA0C7OptionsVSgvM', symObjAddr: 0x10264, symBinAddr: 0x100134AF0, symSize: 0x10 }
+ - { offset: 0x14ADF8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV7optionsAA0C7OptionsVSgvM.resume.0', symObjAddr: 0x10274, symBinAddr: 0x100134B00, symSize: 0x4 }
+ - { offset: 0x14AE0C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV4modeSSSgvg', symObjAddr: 0x10284, symBinAddr: 0x100134B10, symSize: 0x34 }
+ - { offset: 0x14AE20, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV4modeSSSgvs', symObjAddr: 0x102B8, symBinAddr: 0x100134B44, symSize: 0x48 }
+ - { offset: 0x14AE34, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV4modeSSSgvM', symObjAddr: 0x10300, symBinAddr: 0x100134B8C, symSize: 0x10 }
+ - { offset: 0x14AE48, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV4modeSSSgvM.resume.0', symObjAddr: 0x10310, symBinAddr: 0x100134B9C, symSize: 0x4 }
+ - { offset: 0x14AE5C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV6methodSSSgvg', symObjAddr: 0x10320, symBinAddr: 0x100134BAC, symSize: 0x34 }
+ - { offset: 0x14AE70, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV6methodSSSgvs', symObjAddr: 0x10354, symBinAddr: 0x100134BE0, symSize: 0x48 }
+ - { offset: 0x14AE84, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV6methodSSSgvM', symObjAddr: 0x1039C, symBinAddr: 0x100134C28, symSize: 0x10 }
+ - { offset: 0x14AE98, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV6methodSSSgvM.resume.0', symObjAddr: 0x103AC, symBinAddr: 0x100134C38, symSize: 0x4 }
+ - { offset: 0x14AEAC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV6scriptSSSgvg', symObjAddr: 0x103BC, symBinAddr: 0x100134C48, symSize: 0x34 }
+ - { offset: 0x14AEC0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV6scriptSSSgvs', symObjAddr: 0x103F0, symBinAddr: 0x100134C7C, symSize: 0x48 }
+ - { offset: 0x14AED4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV6scriptSSSgvM', symObjAddr: 0x10438, symBinAddr: 0x100134CC4, symSize: 0x10 }
+ - { offset: 0x14AEE8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV6scriptSSSgvM.resume.0', symObjAddr: 0x10448, symBinAddr: 0x100134CD4, symSize: 0x4 }
+ - { offset: 0x14AEFC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV13popup_optionsAA12PopupOptionsVSgvg', symObjAddr: 0x104B4, symBinAddr: 0x100134D40, symSize: 0x1C }
+ - { offset: 0x14AF10, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV13popup_optionsAA12PopupOptionsVSgvs', symObjAddr: 0x104D0, symBinAddr: 0x100134D5C, symSize: 0x38 }
+ - { offset: 0x14AF24, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV13popup_optionsAA12PopupOptionsVSgvM', symObjAddr: 0x10508, symBinAddr: 0x100134D94, symSize: 0x10 }
+ - { offset: 0x14AF38, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV13popup_optionsAA12PopupOptionsVSgvM.resume.0', symObjAddr: 0x10518, symBinAddr: 0x100134DA4, symSize: 0x4 }
+ - { offset: 0x14AF4C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10datawidgetSSSgvg', symObjAddr: 0x10528, symBinAddr: 0x100134DB4, symSize: 0x34 }
+ - { offset: 0x14AF60, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10datawidgetSSSgvs', symObjAddr: 0x1055C, symBinAddr: 0x100134DE8, symSize: 0x48 }
+ - { offset: 0x14AF74, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10datawidgetSSSgvM', symObjAddr: 0x105A4, symBinAddr: 0x100134E30, symSize: 0x10 }
+ - { offset: 0x14AF88, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10datawidgetSSSgvM.resume.0', symObjAddr: 0x105B4, symBinAddr: 0x100134E40, symSize: 0x4 }
+ - { offset: 0x14AF9C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV12event_paramsSSSgvg', symObjAddr: 0x105C4, symBinAddr: 0x100134E50, symSize: 0x34 }
+ - { offset: 0x14AFB0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV12event_paramsSSSgvs', symObjAddr: 0x105F8, symBinAddr: 0x100134E84, symSize: 0x48 }
+ - { offset: 0x14AFC4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV12event_paramsSSSgvM', symObjAddr: 0x10640, symBinAddr: 0x100134ECC, symSize: 0x10 }
+ - { offset: 0x14AFD8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV12event_paramsSSSgvM.resume.0', symObjAddr: 0x10650, symBinAddr: 0x100134EDC, symSize: 0x4 }
+ - { offset: 0x14AFF8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO11stringValueAFSgSS_tcfC', symObjAddr: 0x10654, symBinAddr: 0x100134EE0, symSize: 0x700 }
+ - { offset: 0x14B01A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO8intValueAFSgSi_tcfC', symObjAddr: 0x10D54, symBinAddr: 0x1001355E0, symSize: 0x18 }
+ - { offset: 0x14B03C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO21__derived_enum_equalsySbAF_AFtFZ', symObjAddr: 0x10D6C, symBinAddr: 0x1001355F8, symSize: 0x328 }
+ - { offset: 0x14B079, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO4hash4intoys6HasherVz_tF', symObjAddr: 0x11094, symBinAddr: 0x100135920, symSize: 0x1D0 }
+ - { offset: 0x14B0A9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO9hashValueSivg', symObjAddr: 0x11264, symBinAddr: 0x100135AF0, symSize: 0x48 }
+ - { offset: 0x14B0CB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO8intValueSiSgvg', symObjAddr: 0x11314, symBinAddr: 0x100135BA0, symSize: 0x1C }
+ - { offset: 0x14B0ED, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO11stringValueSSvg', symObjAddr: 0x11330, symBinAddr: 0x100135BBC, symSize: 0x2A8 }
+ - { offset: 0x14B116, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x115D8, symBinAddr: 0x100135E64, symSize: 0x20 }
+ - { offset: 0x14B12A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASH9hashValueSivgTW', symObjAddr: 0x115F8, symBinAddr: 0x100135E84, symSize: 0x18 }
+ - { offset: 0x14B13E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x11610, symBinAddr: 0x100135E9C, symSize: 0x18 }
+ - { offset: 0x14B152, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x1163C, symBinAddr: 0x100135EC8, symSize: 0x18 }
+ - { offset: 0x14B166, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x11654, symBinAddr: 0x100135EE0, symSize: 0x28 }
+ - { offset: 0x14B17A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x1167C, symBinAddr: 0x100135F08, symSize: 0x1C }
+ - { offset: 0x14B18E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x11698, symBinAddr: 0x100135F24, symSize: 0x28 }
+ - { offset: 0x14B1A2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV6encode2toys7Encoder_p_tKF', symObjAddr: 0x11780, symBinAddr: 0x10013600C, symSize: 0x778 }
+ - { offset: 0x14B1DC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x12044, symBinAddr: 0x100136838, symSize: 0x8E0 }
+ - { offset: 0x14B200, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV3wid5event10actiontype6target7options4mode6method6script06popup_I010datawidget0F7_paramsACSS_S3SSgAA0C7OptionsVSgA3oA05PopupP0VSgA2OtcfC', symObjAddr: 0x12D90, symBinAddr: 0x100137180, symSize: 0x1B0 }
+ - { offset: 0x14B21B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x12F40, symBinAddr: 0x100137330, symSize: 0x6C }
+ - { offset: 0x14B22F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x12FAC, symBinAddr: 0x10013739C, symSize: 0x70 }
+ - { offset: 0x14B243, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV3urlSSSgvg', symObjAddr: 0x13028, symBinAddr: 0x100137418, symSize: 0x30 }
+ - { offset: 0x14B257, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV3urlSSSgvs', symObjAddr: 0x13058, symBinAddr: 0x100137448, symSize: 0x48 }
+ - { offset: 0x14B26B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV3urlSSSgvM', symObjAddr: 0x130A0, symBinAddr: 0x100137490, symSize: 0x10 }
+ - { offset: 0x14B27F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV3urlSSSgvM.resume.0', symObjAddr: 0x130B0, symBinAddr: 0x1001374A0, symSize: 0x4 }
+ - { offset: 0x14B293, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV6paramsSDyS2SGSgvg', symObjAddr: 0x130BC, symBinAddr: 0x1001374AC, symSize: 0x28 }
+ - { offset: 0x14B2A7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV6paramsSDyS2SGSgvs', symObjAddr: 0x130E4, symBinAddr: 0x1001374D4, symSize: 0x38 }
+ - { offset: 0x14B2BB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV6paramsSDyS2SGSgvM', symObjAddr: 0x1311C, symBinAddr: 0x10013750C, symSize: 0x10 }
+ - { offset: 0x14B2CF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV6paramsSDyS2SGSgvM.resume.0', symObjAddr: 0x1312C, symBinAddr: 0x10013751C, symSize: 0x4 }
+ - { offset: 0x14B2EA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV3url6paramsACSSSg_SDyS2SGSgtcfC', symObjAddr: 0x13130, symBinAddr: 0x100137520, symSize: 0xCC }
+ - { offset: 0x14B338, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO11stringValueAFSgSS_tcfC', symObjAddr: 0x13230, symBinAddr: 0x1001375EC, symSize: 0x1A0 }
+ - { offset: 0x14B35A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO8intValueAFSgSi_tcfC', symObjAddr: 0x133D0, symBinAddr: 0x10013778C, symSize: 0x18 }
+ - { offset: 0x14B37C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO21__derived_enum_equalsySbAF_AFtFZ', symObjAddr: 0x133E8, symBinAddr: 0x1001377A4, symSize: 0xA0 }
+ - { offset: 0x14B3B9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO4hash4intoys6HasherVz_tF', symObjAddr: 0x13488, symBinAddr: 0x100137844, symSize: 0x88 }
+ - { offset: 0x14B3E9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO9hashValueSivg', symObjAddr: 0x13510, symBinAddr: 0x1001378CC, symSize: 0x58 }
+ - { offset: 0x14B40B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO8intValueSiSgvg', symObjAddr: 0x135D0, symBinAddr: 0x10013798C, symSize: 0x24 }
+ - { offset: 0x14B42D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO11stringValueSSvg', symObjAddr: 0x135F4, symBinAddr: 0x1001379B0, symSize: 0x88 }
+ - { offset: 0x14B456, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1367C, symBinAddr: 0x100137A38, symSize: 0x28 }
+ - { offset: 0x14B46A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASH9hashValueSivgTW', symObjAddr: 0x136A4, symBinAddr: 0x100137A60, symSize: 0x1C }
+ - { offset: 0x14B47E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x136C0, symBinAddr: 0x100137A7C, symSize: 0x1C }
+ - { offset: 0x14B492, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x136F0, symBinAddr: 0x100137AAC, symSize: 0x1C }
+ - { offset: 0x14B4A6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1370C, symBinAddr: 0x100137AC8, symSize: 0x28 }
+ - { offset: 0x14B4BA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x13734, symBinAddr: 0x100137AF0, symSize: 0x20 }
+ - { offset: 0x14B4CE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x13754, symBinAddr: 0x100137B10, symSize: 0x28 }
+ - { offset: 0x14B4E2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV6encode2toys7Encoder_p_tKF', symObjAddr: 0x1383C, symBinAddr: 0x100137BF8, symSize: 0x250 }
+ - { offset: 0x14B512, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x13B3C, symBinAddr: 0x100137ED0, symSize: 0x2C0 }
+ - { offset: 0x14B53C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x13E84, symBinAddr: 0x100138218, symSize: 0x7C }
+ - { offset: 0x14B550, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x13F00, symBinAddr: 0x100138294, symSize: 0x60 }
+ - { offset: 0x14B564, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV5titleSSSgvg', symObjAddr: 0x13F6C, symBinAddr: 0x100138300, symSize: 0x34 }
+ - { offset: 0x14B578, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV5titleSSSgvs', symObjAddr: 0x13FA0, symBinAddr: 0x100138334, symSize: 0x48 }
+ - { offset: 0x14B58C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV5titleSSSgvM', symObjAddr: 0x13FE8, symBinAddr: 0x10013837C, symSize: 0x10 }
+ - { offset: 0x14B5A0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV5titleSSSgvM.resume.0', symObjAddr: 0x13FF8, symBinAddr: 0x10013838C, symSize: 0x4 }
+ - { offset: 0x14B5B4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV6cwidthSdSgvg', symObjAddr: 0x14008, symBinAddr: 0x10013839C, symSize: 0x10 }
+ - { offset: 0x14B5C8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV6cwidthSdSgvs', symObjAddr: 0x14018, symBinAddr: 0x1001383AC, symSize: 0x14 }
+ - { offset: 0x14B5DC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV6cwidthSdSgvM', symObjAddr: 0x1402C, symBinAddr: 0x1001383C0, symSize: 0x10 }
+ - { offset: 0x14B5F0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV6cwidthSdSgvM.resume.0', symObjAddr: 0x1403C, symBinAddr: 0x1001383D0, symSize: 0x4 }
+ - { offset: 0x14B604, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV7cheightSdSgvg', symObjAddr: 0x1404C, symBinAddr: 0x1001383E0, symSize: 0x10 }
+ - { offset: 0x14B618, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV7cheightSdSgvs', symObjAddr: 0x1405C, symBinAddr: 0x1001383F0, symSize: 0x14 }
+ - { offset: 0x14B62C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV7cheightSdSgvM', symObjAddr: 0x14070, symBinAddr: 0x100138404, symSize: 0x10 }
+ - { offset: 0x14B640, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV7cheightSdSgvM.resume.0', symObjAddr: 0x14080, symBinAddr: 0x100138414, symSize: 0x4 }
+ - { offset: 0x14B654, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV5widthSSSgvg', symObjAddr: 0x14090, symBinAddr: 0x100138424, symSize: 0x34 }
+ - { offset: 0x14B668, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV5widthSSSgvs', symObjAddr: 0x140C4, symBinAddr: 0x100138458, symSize: 0x48 }
+ - { offset: 0x14B67C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV5widthSSSgvM', symObjAddr: 0x1410C, symBinAddr: 0x1001384A0, symSize: 0x10 }
+ - { offset: 0x14B690, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV5widthSSSgvM.resume.0', symObjAddr: 0x1411C, symBinAddr: 0x1001384B0, symSize: 0x4 }
+ - { offset: 0x14B6A4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV6heightSSSgvg', symObjAddr: 0x1412C, symBinAddr: 0x1001384C0, symSize: 0x34 }
+ - { offset: 0x14B6B8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV6heightSSSgvs', symObjAddr: 0x14160, symBinAddr: 0x1001384F4, symSize: 0x48 }
+ - { offset: 0x14B6CC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV6heightSSSgvM', symObjAddr: 0x141A8, symBinAddr: 0x10013853C, symSize: 0x10 }
+ - { offset: 0x14B6E0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV6heightSSSgvM.resume.0', symObjAddr: 0x141B8, symBinAddr: 0x10013854C, symSize: 0x4 }
+ - { offset: 0x14B6F4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV6archorSSSgvg', symObjAddr: 0x141C8, symBinAddr: 0x10013855C, symSize: 0x34 }
+ - { offset: 0x14B708, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV6archorSSSgvs', symObjAddr: 0x141FC, symBinAddr: 0x100138590, symSize: 0x48 }
+ - { offset: 0x14B71C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV6archorSSSgvM', symObjAddr: 0x14244, symBinAddr: 0x1001385D8, symSize: 0x10 }
+ - { offset: 0x14B730, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV6archorSSSgvM.resume.0', symObjAddr: 0x14254, symBinAddr: 0x1001385E8, symSize: 0x4 }
+ - { offset: 0x14B744, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV8eventposSbSgvg', symObjAddr: 0x14260, symBinAddr: 0x1001385F4, symSize: 0x8 }
+ - { offset: 0x14B758, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV8eventposSbSgvs', symObjAddr: 0x14268, symBinAddr: 0x1001385FC, symSize: 0x8 }
+ - { offset: 0x14B76C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV8eventposSbSgvM', symObjAddr: 0x14270, symBinAddr: 0x100138604, symSize: 0x10 }
+ - { offset: 0x14B780, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV8eventposSbSgvM.resume.0', symObjAddr: 0x14280, symBinAddr: 0x100138614, symSize: 0x4 }
+ - { offset: 0x14B794, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV14dismiss_eventsSaySSGSgvg', symObjAddr: 0x1428C, symBinAddr: 0x100138620, symSize: 0x28 }
+ - { offset: 0x14B7A8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV14dismiss_eventsSaySSGSgvs', symObjAddr: 0x142B4, symBinAddr: 0x100138648, symSize: 0x38 }
+ - { offset: 0x14B7BC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV14dismiss_eventsSaySSGSgvM', symObjAddr: 0x142EC, symBinAddr: 0x100138680, symSize: 0x10 }
+ - { offset: 0x14B7D0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV14dismiss_eventsSaySSGSgvM.resume.0', symObjAddr: 0x142FC, symBinAddr: 0x100138690, symSize: 0x4 }
+ - { offset: 0x14B7EB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsVACycfC', symObjAddr: 0x14300, symBinAddr: 0x100138694, symSize: 0xC8 }
+ - { offset: 0x14B81C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO11stringValueAFSgSS_tcfC', symObjAddr: 0x144B8, symBinAddr: 0x10013875C, symSize: 0x538 }
+ - { offset: 0x14B83E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO8intValueAFSgSi_tcfC', symObjAddr: 0x149F0, symBinAddr: 0x100138C94, symSize: 0x18 }
+ - { offset: 0x14B860, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO21__derived_enum_equalsySbAF_AFtFZ', symObjAddr: 0x14A08, symBinAddr: 0x100138CAC, symSize: 0x250 }
+ - { offset: 0x14B89D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO4hash4intoys6HasherVz_tF', symObjAddr: 0x14C58, symBinAddr: 0x100138EFC, symSize: 0x164 }
+ - { offset: 0x14B8CD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO9hashValueSivg', symObjAddr: 0x14DBC, symBinAddr: 0x100139060, symSize: 0x48 }
+ - { offset: 0x14B8EF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO8intValueSiSgvg', symObjAddr: 0x14E6C, symBinAddr: 0x100139110, symSize: 0x1C }
+ - { offset: 0x14B911, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO11stringValueSSvg', symObjAddr: 0x14E88, symBinAddr: 0x10013912C, symSize: 0x1F4 }
+ - { offset: 0x14B93A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1507C, symBinAddr: 0x100139320, symSize: 0x20 }
+ - { offset: 0x14B94E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASH9hashValueSivgTW', symObjAddr: 0x1509C, symBinAddr: 0x100139340, symSize: 0x18 }
+ - { offset: 0x14B962, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x150B4, symBinAddr: 0x100139358, symSize: 0x18 }
+ - { offset: 0x14B976, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x150E0, symBinAddr: 0x100139384, symSize: 0x18 }
+ - { offset: 0x14B98A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x150F8, symBinAddr: 0x10013939C, symSize: 0x28 }
+ - { offset: 0x14B99E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x15120, symBinAddr: 0x1001393C4, symSize: 0x1C }
+ - { offset: 0x14B9B2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1513C, symBinAddr: 0x1001393E0, symSize: 0x28 }
+ - { offset: 0x14B9C6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV6encode2toys7Encoder_p_tKF', symObjAddr: 0x15224, symBinAddr: 0x1001394C8, symSize: 0x5F0 }
+ - { offset: 0x14B9F7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x15814, symBinAddr: 0x100139AB8, symSize: 0x5B8 }
+ - { offset: 0x14BA22, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x15DCC, symBinAddr: 0x10013A070, symSize: 0x6C }
+ - { offset: 0x14BA36, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x15E38, symBinAddr: 0x10013A0DC, symSize: 0x70 }
+ - { offset: 0x14BA4A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV4nameSSvg', symObjAddr: 0x15EA8, symBinAddr: 0x10013A14C, symSize: 0x34 }
+ - { offset: 0x14BA5E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV4nameSSvs', symObjAddr: 0x15EDC, symBinAddr: 0x10013A180, symSize: 0x48 }
+ - { offset: 0x14BA72, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV4nameSSvM', symObjAddr: 0x15F24, symBinAddr: 0x10013A1C8, symSize: 0x10 }
+ - { offset: 0x14BA86, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV4nameSSvM.resume.0', symObjAddr: 0x15F34, symBinAddr: 0x10013A1D8, symSize: 0x4 }
+ - { offset: 0x14BA9A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV5labelSSSgvg', symObjAddr: 0x15F44, symBinAddr: 0x10013A1E8, symSize: 0x34 }
+ - { offset: 0x14BAAE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV5labelSSSgvs', symObjAddr: 0x15F78, symBinAddr: 0x10013A21C, symSize: 0x48 }
+ - { offset: 0x14BAC2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV5labelSSSgvM', symObjAddr: 0x15FC0, symBinAddr: 0x10013A264, symSize: 0x10 }
+ - { offset: 0x14BAD6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV5labelSSSgvM.resume.0', symObjAddr: 0x15FD0, symBinAddr: 0x10013A274, symSize: 0x4 }
+ - { offset: 0x14BAEA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV5titleSSSgvg', symObjAddr: 0x15FE0, symBinAddr: 0x10013A284, symSize: 0x34 }
+ - { offset: 0x14BAFE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV5titleSSSgvs', symObjAddr: 0x16014, symBinAddr: 0x10013A2B8, symSize: 0x48 }
+ - { offset: 0x14BB12, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV5titleSSSgvM', symObjAddr: 0x1605C, symBinAddr: 0x10013A300, symSize: 0x10 }
+ - { offset: 0x14BB26, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV5titleSSSgvM.resume.0', symObjAddr: 0x1606C, symBinAddr: 0x10013A310, symSize: 0x4 }
+ - { offset: 0x14BB3A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV4typeSSSgvg', symObjAddr: 0x1607C, symBinAddr: 0x10013A320, symSize: 0x34 }
+ - { offset: 0x14BB4E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV4typeSSSgvs', symObjAddr: 0x160B0, symBinAddr: 0x10013A354, symSize: 0x48 }
+ - { offset: 0x14BB62, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV4typeSSSgvM', symObjAddr: 0x160F8, symBinAddr: 0x10013A39C, symSize: 0x10 }
+ - { offset: 0x14BB76, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV4typeSSSgvM.resume.0', symObjAddr: 0x16108, symBinAddr: 0x10013A3AC, symSize: 0x4 }
+ - { offset: 0x14BB8A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV6uitypeSSSgvg', symObjAddr: 0x16118, symBinAddr: 0x10013A3BC, symSize: 0x34 }
+ - { offset: 0x14BB9E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV6uitypeSSSgvs', symObjAddr: 0x1614C, symBinAddr: 0x10013A3F0, symSize: 0x48 }
+ - { offset: 0x14BBB2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV6uitypeSSSgvM', symObjAddr: 0x16194, symBinAddr: 0x10013A438, symSize: 0x10 }
+ - { offset: 0x14BBC6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV6uitypeSSSgvM.resume.0', symObjAddr: 0x161A4, symBinAddr: 0x10013A448, symSize: 0x4 }
+ - { offset: 0x14BBDA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV8requiredSbSgvg', symObjAddr: 0x161B0, symBinAddr: 0x10013A454, symSize: 0x8 }
+ - { offset: 0x14BBEE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV8requiredSbSgvs', symObjAddr: 0x161B8, symBinAddr: 0x10013A45C, symSize: 0x8 }
+ - { offset: 0x14BC02, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV8requiredSbSgvM', symObjAddr: 0x161C0, symBinAddr: 0x10013A464, symSize: 0x10 }
+ - { offset: 0x14BC16, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV8requiredSbSgvM.resume.0', symObjAddr: 0x161D0, symBinAddr: 0x10013A474, symSize: 0x4 }
+ - { offset: 0x14BC2A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV6cwidthSdSgvg', symObjAddr: 0x161E0, symBinAddr: 0x10013A484, symSize: 0x10 }
+ - { offset: 0x14BC3E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV6cwidthSdSgvs', symObjAddr: 0x161F0, symBinAddr: 0x10013A494, symSize: 0x14 }
+ - { offset: 0x14BC52, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV6cwidthSdSgvM', symObjAddr: 0x16204, symBinAddr: 0x10013A4A8, symSize: 0x10 }
+ - { offset: 0x14BC66, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV6cwidthSdSgvM.resume.0', symObjAddr: 0x16214, symBinAddr: 0x10013A4B8, symSize: 0x4 }
+ - { offset: 0x14BC7A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV11placeholderSSSgvg', symObjAddr: 0x16224, symBinAddr: 0x10013A4C8, symSize: 0x34 }
+ - { offset: 0x14BC8E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV11placeholderSSSgvs', symObjAddr: 0x16258, symBinAddr: 0x10013A4FC, symSize: 0x48 }
+ - { offset: 0x14BCA2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV11placeholderSSSgvM', symObjAddr: 0x162A0, symBinAddr: 0x10013A544, symSize: 0x10 }
+ - { offset: 0x14BCB6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV11placeholderSSSgvM.resume.0', symObjAddr: 0x162B0, symBinAddr: 0x10013A554, symSize: 0x4 }
+ - { offset: 0x14BCCA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV5valueSSSgvg', symObjAddr: 0x162C0, symBinAddr: 0x10013A564, symSize: 0x34 }
+ - { offset: 0x14BCDE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV5valueSSSgvs', symObjAddr: 0x162F4, symBinAddr: 0x10013A598, symSize: 0x48 }
+ - { offset: 0x14BCF2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV5valueSSSgvM', symObjAddr: 0x1633C, symBinAddr: 0x10013A5E0, symSize: 0x10 }
+ - { offset: 0x14BD06, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV5valueSSSgvM.resume.0', symObjAddr: 0x1634C, symBinAddr: 0x10013A5F0, symSize: 0x4 }
+ - { offset: 0x14BD1A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV12defaultvalueSSSgvg', symObjAddr: 0x1635C, symBinAddr: 0x10013A600, symSize: 0x34 }
+ - { offset: 0x14BD2E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV12defaultvalueSSSgvs', symObjAddr: 0x16390, symBinAddr: 0x10013A634, symSize: 0x48 }
+ - { offset: 0x14BD42, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV12defaultvalueSSSgvM', symObjAddr: 0x163D8, symBinAddr: 0x10013A67C, symSize: 0x10 }
+ - { offset: 0x14BD56, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV12defaultvalueSSSgvM.resume.0', symObjAddr: 0x163E8, symBinAddr: 0x10013A68C, symSize: 0x4 }
+ - { offset: 0x14BD6A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV5codesSayAA8CodeItemVGSgvg', symObjAddr: 0x163F4, symBinAddr: 0x10013A698, symSize: 0x28 }
+ - { offset: 0x14BD7E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV5codesSayAA8CodeItemVGSgvs', symObjAddr: 0x1641C, symBinAddr: 0x10013A6C0, symSize: 0x38 }
+ - { offset: 0x14BD92, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV5codesSayAA8CodeItemVGSgvM', symObjAddr: 0x16454, symBinAddr: 0x10013A6F8, symSize: 0x10 }
+ - { offset: 0x14BDA6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV5codesSayAA8CodeItemVGSgvM.resume.0', symObjAddr: 0x16464, symBinAddr: 0x10013A708, symSize: 0x4 }
+ - { offset: 0x14BDBA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV4dataSayAA8CodeItemVGSgvg', symObjAddr: 0x16470, symBinAddr: 0x10013A714, symSize: 0x28 }
+ - { offset: 0x14BDCE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV4dataSayAA8CodeItemVGSgvs', symObjAddr: 0x16498, symBinAddr: 0x10013A73C, symSize: 0x38 }
+ - { offset: 0x14BDE2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV4dataSayAA8CodeItemVGSgvM', symObjAddr: 0x164D0, symBinAddr: 0x10013A774, symSize: 0x10 }
+ - { offset: 0x14BDF6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV4dataSayAA8CodeItemVGSgvM.resume.0', symObjAddr: 0x164E0, symBinAddr: 0x10013A784, symSize: 0x4 }
+ - { offset: 0x14BE0A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV7dataurlSSSgvg', symObjAddr: 0x164F0, symBinAddr: 0x10013A794, symSize: 0x34 }
+ - { offset: 0x14BE1E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV7dataurlSSSgvs', symObjAddr: 0x16524, symBinAddr: 0x10013A7C8, symSize: 0x48 }
+ - { offset: 0x14BE32, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV7dataurlSSSgvM', symObjAddr: 0x1656C, symBinAddr: 0x10013A810, symSize: 0x10 }
+ - { offset: 0x14BE46, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV7dataurlSSSgvM.resume.0', symObjAddr: 0x1657C, symBinAddr: 0x10013A820, symSize: 0x4 }
+ - { offset: 0x14BE5A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV05valueC0SSSgvg', symObjAddr: 0x1658C, symBinAddr: 0x10013A830, symSize: 0x34 }
+ - { offset: 0x14BE6E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV05valueC0SSSgvs', symObjAddr: 0x165C0, symBinAddr: 0x10013A864, symSize: 0x48 }
+ - { offset: 0x14BE82, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV05valueC0SSSgvM', symObjAddr: 0x16608, symBinAddr: 0x10013A8AC, symSize: 0x10 }
+ - { offset: 0x14BE96, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV05valueC0SSSgvM.resume.0', symObjAddr: 0x16618, symBinAddr: 0x10013A8BC, symSize: 0x4 }
+ - { offset: 0x14BEAA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV04textC0SSSgvg', symObjAddr: 0x16628, symBinAddr: 0x10013A8CC, symSize: 0x34 }
+ - { offset: 0x14BEBE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV04textC0SSSgvs', symObjAddr: 0x1665C, symBinAddr: 0x10013A900, symSize: 0x48 }
+ - { offset: 0x14BED2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV04textC0SSSgvM', symObjAddr: 0x166A4, symBinAddr: 0x10013A948, symSize: 0x10 }
+ - { offset: 0x14BEE6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV04textC0SSSgvM.resume.0', symObjAddr: 0x166B4, symBinAddr: 0x10013A958, symSize: 0x4 }
+ - { offset: 0x14BEFA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV5rulesSayAA14ValidationRuleVGSgvg', symObjAddr: 0x166C0, symBinAddr: 0x10013A964, symSize: 0x28 }
+ - { offset: 0x14BF0E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV5rulesSayAA14ValidationRuleVGSgvs', symObjAddr: 0x166E8, symBinAddr: 0x10013A98C, symSize: 0x38 }
+ - { offset: 0x14BF22, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV5rulesSayAA14ValidationRuleVGSgvM', symObjAddr: 0x16720, symBinAddr: 0x10013A9C4, symSize: 0x10 }
+ - { offset: 0x14BF36, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV5rulesSayAA14ValidationRuleVGSgvM.resume.0', symObjAddr: 0x16730, symBinAddr: 0x10013A9D4, symSize: 0x4 }
+ - { offset: 0x14BF4A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV14effectiveLabelSSvg', symObjAddr: 0x16734, symBinAddr: 0x10013A9D8, symSize: 0x12C }
+ - { offset: 0x14BF70, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV15effectiveUitypeSSvg', symObjAddr: 0x16B38, symBinAddr: 0x10013AB04, symSize: 0x11C }
+ - { offset: 0x14BFA1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO11stringValueAFSgSS_tcfC', symObjAddr: 0x16C54, symBinAddr: 0x10013AC20, symSize: 0x9F8 }
+ - { offset: 0x14BFC3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO8intValueAFSgSi_tcfC', symObjAddr: 0x1764C, symBinAddr: 0x10013B618, symSize: 0x18 }
+ - { offset: 0x14BFE5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO21__derived_enum_equalsySbAF_AFtFZ', symObjAddr: 0x17664, symBinAddr: 0x10013B630, symSize: 0x294 }
+ - { offset: 0x14C024, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO4hash4intoys6HasherVz_tF', symObjAddr: 0x17978, symBinAddr: 0x10013B944, symSize: 0x184 }
+ - { offset: 0x14C054, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO9hashValueSivg', symObjAddr: 0x17B3C, symBinAddr: 0x10013BB08, symSize: 0x48 }
+ - { offset: 0x14C076, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO8intValueSiSgvg', symObjAddr: 0x17BEC, symBinAddr: 0x10013BBB8, symSize: 0x1C }
+ - { offset: 0x14C098, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO11stringValueSSvg', symObjAddr: 0x17C08, symBinAddr: 0x10013BBD4, symSize: 0x2D4 }
+ - { offset: 0x14C0C1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x17F1C, symBinAddr: 0x10013BEE8, symSize: 0x20 }
+ - { offset: 0x14C0D5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASH9hashValueSivgTW', symObjAddr: 0x17F3C, symBinAddr: 0x10013BF08, symSize: 0x18 }
+ - { offset: 0x14C0E9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x17F54, symBinAddr: 0x10013BF20, symSize: 0x18 }
+ - { offset: 0x14C0FD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x17F80, symBinAddr: 0x10013BF4C, symSize: 0x18 }
+ - { offset: 0x14C111, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x17F98, symBinAddr: 0x10013BF64, symSize: 0x28 }
+ - { offset: 0x14C125, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x17FC0, symBinAddr: 0x10013BF8C, symSize: 0x1C }
+ - { offset: 0x14C139, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x17FDC, symBinAddr: 0x10013BFA8, symSize: 0x28 }
+ - { offset: 0x14C14D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV6encode2toys7Encoder_p_tKF', symObjAddr: 0x180C4, symBinAddr: 0x10013C090, symSize: 0xC94 }
+ - { offset: 0x14C185, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x18D58, symBinAddr: 0x10013CD24, symSize: 0xB0C }
+ - { offset: 0x14C1A9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV4name5label5title4type6uitype8required6cwidth11placeholder5value12defaultvalue5codes4data7dataurl0mC004textC05rulesACSS_SSSgA3TSbSgSdSgA3TSayAA8CodeItemVGSgAz3TSayAA14ValidationRuleVGSgtcfC', symObjAddr: 0x19864, symBinAddr: 0x10013D830, symSize: 0x13C }
+ - { offset: 0x14C1C4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x199A0, symBinAddr: 0x10013D96C, symSize: 0x6C }
+ - { offset: 0x14C1D8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x19A0C, symBinAddr: 0x10013D9D8, symSize: 0x70 }
+ - { offset: 0x14C1EC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV4typeSSvg', symObjAddr: 0x19A7C, symBinAddr: 0x10013DA48, symSize: 0x34 }
+ - { offset: 0x14C200, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV5valueSSSgvg', symObjAddr: 0x19ABC, symBinAddr: 0x10013DA88, symSize: 0x34 }
+ - { offset: 0x14C214, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV5valueSSSgvs', symObjAddr: 0x19AF0, symBinAddr: 0x10013DABC, symSize: 0x48 }
+ - { offset: 0x14C228, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV5valueSSSgvM', symObjAddr: 0x19B38, symBinAddr: 0x10013DB04, symSize: 0x10 }
+ - { offset: 0x14C23C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV5valueSSSgvM.resume.0', symObjAddr: 0x19B48, symBinAddr: 0x10013DB14, symSize: 0x4 }
+ - { offset: 0x14C250, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV7messageSSSgvg', symObjAddr: 0x19B58, symBinAddr: 0x10013DB24, symSize: 0x34 }
+ - { offset: 0x14C264, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV7messageSSSgvs', symObjAddr: 0x19B8C, symBinAddr: 0x10013DB58, symSize: 0x48 }
+ - { offset: 0x14C278, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV7messageSSSgvM', symObjAddr: 0x19BD4, symBinAddr: 0x10013DBA0, symSize: 0x10 }
+ - { offset: 0x14C28C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV7messageSSSgvM.resume.0', symObjAddr: 0x19BE4, symBinAddr: 0x10013DBB0, symSize: 0x4 }
+ - { offset: 0x14C2AC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO11stringValueAFSgSS_tcfC', symObjAddr: 0x19BE8, symBinAddr: 0x10013DBB4, symSize: 0x238 }
+ - { offset: 0x14C2CE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO8intValueAFSgSi_tcfC', symObjAddr: 0x19E20, symBinAddr: 0x10013DDEC, symSize: 0x18 }
+ - { offset: 0x14C2F0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO21__derived_enum_equalsySbAF_AFtFZ', symObjAddr: 0x19E38, symBinAddr: 0x10013DE04, symSize: 0xE8 }
+ - { offset: 0x14C32D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO4hash4intoys6HasherVz_tF', symObjAddr: 0x19F20, symBinAddr: 0x10013DEEC, symSize: 0xB0 }
+ - { offset: 0x14C35D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO9hashValueSivg', symObjAddr: 0x19FD0, symBinAddr: 0x10013DF9C, symSize: 0x48 }
+ - { offset: 0x14C37F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO8intValueSiSgvg', symObjAddr: 0x1A080, symBinAddr: 0x10013E04C, symSize: 0x1C }
+ - { offset: 0x14C3A1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO11stringValueSSvg', symObjAddr: 0x1A09C, symBinAddr: 0x10013E068, symSize: 0xC8 }
+ - { offset: 0x14C3CA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1A164, symBinAddr: 0x10013E130, symSize: 0x20 }
+ - { offset: 0x14C3DE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASH9hashValueSivgTW', symObjAddr: 0x1A184, symBinAddr: 0x10013E150, symSize: 0x18 }
+ - { offset: 0x14C3F2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1A19C, symBinAddr: 0x10013E168, symSize: 0x18 }
+ - { offset: 0x14C406, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x1A1C8, symBinAddr: 0x10013E194, symSize: 0x18 }
+ - { offset: 0x14C41A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1A1E0, symBinAddr: 0x10013E1AC, symSize: 0x28 }
+ - { offset: 0x14C42E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x1A208, symBinAddr: 0x10013E1D4, symSize: 0x1C }
+ - { offset: 0x14C442, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1A224, symBinAddr: 0x10013E1F0, symSize: 0x28 }
+ - { offset: 0x14C456, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV6encode2toys7Encoder_p_tKF', symObjAddr: 0x1A30C, symBinAddr: 0x10013E2D8, symSize: 0x29C }
+ - { offset: 0x14C48E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1A5A8, symBinAddr: 0x10013E574, symSize: 0x428 }
+ - { offset: 0x14C4B2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV4type5value7messageACSS_SSSgAGtcfC', symObjAddr: 0x1AA10, symBinAddr: 0x10013E9DC, symSize: 0x1C }
+ - { offset: 0x14C4CD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1AA2C, symBinAddr: 0x10013E9F8, symSize: 0x6C }
+ - { offset: 0x14C4E1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1AA98, symBinAddr: 0x10013EA64, symSize: 0x70 }
+ - { offset: 0x14C4F5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemV2idSSvg', symObjAddr: 0x1AB08, symBinAddr: 0x10013EAD4, symSize: 0x54 }
+ - { offset: 0x14C519, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemV5valueSSvg', symObjAddr: 0x1AB5C, symBinAddr: 0x10013EB28, symSize: 0x30 }
+ - { offset: 0x14C52D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemV4textSSvg', symObjAddr: 0x1AB8C, symBinAddr: 0x10013EB58, symSize: 0x30 }
+ - { offset: 0x14C54D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO11stringValueAFSgSS_tcfC', symObjAddr: 0x1ABBC, symBinAddr: 0x10013EB88, symSize: 0x1A0 }
+ - { offset: 0x14C56F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO8intValueAFSgSi_tcfC', symObjAddr: 0x1AD5C, symBinAddr: 0x10013ED28, symSize: 0x18 }
+ - { offset: 0x14C591, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO21__derived_enum_equalsySbAF_AFtFZ', symObjAddr: 0x1AD74, symBinAddr: 0x10013ED40, symSize: 0xA0 }
+ - { offset: 0x14C5CE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO4hash4intoys6HasherVz_tF', symObjAddr: 0x1AE14, symBinAddr: 0x10013EDE0, symSize: 0x88 }
+ - { offset: 0x14C5FE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO9hashValueSivg', symObjAddr: 0x1AE9C, symBinAddr: 0x10013EE68, symSize: 0x58 }
+ - { offset: 0x14C620, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO8intValueSiSgvg', symObjAddr: 0x1AF5C, symBinAddr: 0x10013EF28, symSize: 0x24 }
+ - { offset: 0x14C642, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO11stringValueSSvg', symObjAddr: 0x1AF80, symBinAddr: 0x10013EF4C, symSize: 0x88 }
+ - { offset: 0x14C66B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1B008, symBinAddr: 0x10013EFD4, symSize: 0x28 }
+ - { offset: 0x14C67F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASH9hashValueSivgTW', symObjAddr: 0x1B030, symBinAddr: 0x10013EFFC, symSize: 0x1C }
+ - { offset: 0x14C693, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1B04C, symBinAddr: 0x10013F018, symSize: 0x1C }
+ - { offset: 0x14C6A7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x1B07C, symBinAddr: 0x10013F048, symSize: 0x1C }
+ - { offset: 0x14C6BB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1B098, symBinAddr: 0x10013F064, symSize: 0x28 }
+ - { offset: 0x14C6CF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x1B0C0, symBinAddr: 0x10013F08C, symSize: 0x20 }
+ - { offset: 0x14C6E3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1B0E0, symBinAddr: 0x10013F0AC, symSize: 0x28 }
+ - { offset: 0x14C6F7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemV6encode2toys7Encoder_p_tKF', symObjAddr: 0x1B1C8, symBinAddr: 0x10013F194, symSize: 0x224 }
+ - { offset: 0x14C72E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1B3EC, symBinAddr: 0x10013F3B8, symSize: 0x2E0 }
+ - { offset: 0x14C751, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemV5value4textACSS_SStcfC', symObjAddr: 0x1B700, symBinAddr: 0x10013F6CC, symSize: 0x4 }
+ - { offset: 0x14C76C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1B704, symBinAddr: 0x10013F6D0, symSize: 0x88 }
+ - { offset: 0x14C780, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1B78C, symBinAddr: 0x10013F758, symSize: 0x64 }
+ - { offset: 0x14C794, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemVs12IdentifiableAAsADP2id2IDQzvgTW', symObjAddr: 0x1B7F0, symBinAddr: 0x10013F7BC, symSize: 0x3C }
+ - { offset: 0x14C7A8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV6fieldsSayAA11FieldSchemaVGSgvg', symObjAddr: 0x1B834, symBinAddr: 0x10013F800, symSize: 0x24 }
+ - { offset: 0x14C7BC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV6fieldsSayAA11FieldSchemaVGSgvs', symObjAddr: 0x1B858, symBinAddr: 0x10013F824, symSize: 0x38 }
+ - { offset: 0x14C7D0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV6fieldsSayAA11FieldSchemaVGSgvM', symObjAddr: 0x1B890, symBinAddr: 0x10013F85C, symSize: 0x10 }
+ - { offset: 0x14C7E4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV6fieldsSayAA11FieldSchemaVGSgvM.resume.0', symObjAddr: 0x1B8A0, symBinAddr: 0x10013F86C, symSize: 0x4 }
+ - { offset: 0x14C7F8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV13browserfieldsAA13BrowserFieldsVSgvg', symObjAddr: 0x1B8B8, symBinAddr: 0x10013F884, symSize: 0x40 }
+ - { offset: 0x14C80C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV13browserfieldsAA13BrowserFieldsVSgvs', symObjAddr: 0x1B8F8, symBinAddr: 0x10013F8C4, symSize: 0x60 }
+ - { offset: 0x14C820, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV13browserfieldsAA13BrowserFieldsVSgvM', symObjAddr: 0x1B958, symBinAddr: 0x10013F924, symSize: 0x10 }
+ - { offset: 0x14C834, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV13browserfieldsAA13BrowserFieldsVSgvM.resume.0', symObjAddr: 0x1B968, symBinAddr: 0x10013F934, symSize: 0x4 }
+ - { offset: 0x14C854, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO11stringValueAFSgSS_tcfC', symObjAddr: 0x1B96C, symBinAddr: 0x10013F938, symSize: 0x1A0 }
+ - { offset: 0x14C876, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO8intValueAFSgSi_tcfC', symObjAddr: 0x1BB0C, symBinAddr: 0x10013FAD8, symSize: 0x18 }
+ - { offset: 0x14C898, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO21__derived_enum_equalsySbAF_AFtFZ', symObjAddr: 0x1BB24, symBinAddr: 0x10013FAF0, symSize: 0xA0 }
+ - { offset: 0x14C8D5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO4hash4intoys6HasherVz_tF', symObjAddr: 0x1BBC4, symBinAddr: 0x10013FB90, symSize: 0x88 }
+ - { offset: 0x14C905, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO9hashValueSivg', symObjAddr: 0x1BC4C, symBinAddr: 0x10013FC18, symSize: 0x58 }
+ - { offset: 0x14C927, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO8intValueSiSgvg', symObjAddr: 0x1BD0C, symBinAddr: 0x10013FCD8, symSize: 0x24 }
+ - { offset: 0x14C949, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO11stringValueSSvg', symObjAddr: 0x1BD30, symBinAddr: 0x10013FCFC, symSize: 0x88 }
+ - { offset: 0x14C972, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1BDB8, symBinAddr: 0x10013FD84, symSize: 0x28 }
+ - { offset: 0x14C986, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASH9hashValueSivgTW', symObjAddr: 0x1BDE0, symBinAddr: 0x10013FDAC, symSize: 0x1C }
+ - { offset: 0x14C99A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1BDFC, symBinAddr: 0x10013FDC8, symSize: 0x1C }
+ - { offset: 0x14C9AE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x1BE2C, symBinAddr: 0x10013FDF8, symSize: 0x1C }
+ - { offset: 0x14C9C2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1BE48, symBinAddr: 0x10013FE14, symSize: 0x28 }
+ - { offset: 0x14C9D6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x1BE70, symBinAddr: 0x10013FE3C, symSize: 0x20 }
+ - { offset: 0x14C9EA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1BE90, symBinAddr: 0x10013FE5C, symSize: 0x28 }
+ - { offset: 0x14C9FE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV6encode2toys7Encoder_p_tKF', symObjAddr: 0x1BF78, symBinAddr: 0x10013FF44, symSize: 0x2D0 }
+ - { offset: 0x14CA35, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsVACycfC', symObjAddr: 0x1C308, symBinAddr: 0x1001402D4, symSize: 0x5C }
+ - { offset: 0x14CA59, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV6fields13browserfieldsACSayAA11FieldSchemaVGSg_AA13BrowserFieldsVSgtcfC', symObjAddr: 0x1C364, symBinAddr: 0x100140330, symSize: 0x4 }
+ - { offset: 0x14CA6D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1C368, symBinAddr: 0x100140334, symSize: 0x334 }
+ - { offset: 0x14CA97, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1C704, symBinAddr: 0x1001406D0, symSize: 0x88 }
+ - { offset: 0x14CAAB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1C78C, symBinAddr: 0x100140758, symSize: 0x64 }
+ - { offset: 0x14CABF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV9excloudedSaySSGSgvg', symObjAddr: 0x1C7F8, symBinAddr: 0x1001407C4, symSize: 0x24 }
+ - { offset: 0x14CAD3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV9excloudedSaySSGSgvs', symObjAddr: 0x1C81C, symBinAddr: 0x1001407E8, symSize: 0x38 }
+ - { offset: 0x14CAE7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV9excloudedSaySSGSgvM', symObjAddr: 0x1C854, symBinAddr: 0x100140820, symSize: 0x10 }
+ - { offset: 0x14CAFB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV9excloudedSaySSGSgvM.resume.0', symObjAddr: 0x1C864, symBinAddr: 0x100140830, symSize: 0x4 }
+ - { offset: 0x14CB0F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV7cwidthsSDySSSdGSgvg', symObjAddr: 0x1C870, symBinAddr: 0x10014083C, symSize: 0x28 }
+ - { offset: 0x14CB23, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV7cwidthsSDySSSdGSgvs', symObjAddr: 0x1C898, symBinAddr: 0x100140864, symSize: 0x38 }
+ - { offset: 0x14CB37, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV7cwidthsSDySSSdGSgvM', symObjAddr: 0x1C8D0, symBinAddr: 0x10014089C, symSize: 0x10 }
+ - { offset: 0x14CB4B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV7cwidthsSDySSSdGSgvM.resume.0', symObjAddr: 0x1C8E0, symBinAddr: 0x1001408AC, symSize: 0x4 }
+ - { offset: 0x14CB5F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV6altersSDySSAA11FieldSchemaVGSgvg', symObjAddr: 0x1C8EC, symBinAddr: 0x1001408B8, symSize: 0x28 }
+ - { offset: 0x14CB73, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV6altersSDySSAA11FieldSchemaVGSgvs', symObjAddr: 0x1C914, symBinAddr: 0x1001408E0, symSize: 0x38 }
+ - { offset: 0x14CB87, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV6altersSDySSAA11FieldSchemaVGSgvM', symObjAddr: 0x1C94C, symBinAddr: 0x100140918, symSize: 0x10 }
+ - { offset: 0x14CB9B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV6altersSDySSAA11FieldSchemaVGSgvM.resume.0', symObjAddr: 0x1C95C, symBinAddr: 0x100140928, symSize: 0x4 }
+ - { offset: 0x14CBBB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO11stringValueAFSgSS_tcfC', symObjAddr: 0x1C960, symBinAddr: 0x10014092C, symSize: 0x238 }
+ - { offset: 0x14CBDD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO8intValueAFSgSi_tcfC', symObjAddr: 0x1CB98, symBinAddr: 0x100140B64, symSize: 0x18 }
+ - { offset: 0x14CBFF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO21__derived_enum_equalsySbAF_AFtFZ', symObjAddr: 0x1CBB0, symBinAddr: 0x100140B7C, symSize: 0xE8 }
+ - { offset: 0x14CC3C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO4hash4intoys6HasherVz_tF', symObjAddr: 0x1CC98, symBinAddr: 0x100140C64, symSize: 0xB0 }
+ - { offset: 0x14CC6C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO9hashValueSivg', symObjAddr: 0x1CD48, symBinAddr: 0x100140D14, symSize: 0x48 }
+ - { offset: 0x14CC8E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO8intValueSiSgvg', symObjAddr: 0x1CDF8, symBinAddr: 0x100140DC4, symSize: 0x1C }
+ - { offset: 0x14CCB0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO11stringValueSSvg', symObjAddr: 0x1CE14, symBinAddr: 0x100140DE0, symSize: 0xC8 }
+ - { offset: 0x14CCD9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1CEDC, symBinAddr: 0x100140EA8, symSize: 0x20 }
+ - { offset: 0x14CCED, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASH9hashValueSivgTW', symObjAddr: 0x1CEFC, symBinAddr: 0x100140EC8, symSize: 0x18 }
+ - { offset: 0x14CD01, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1CF14, symBinAddr: 0x100140EE0, symSize: 0x18 }
+ - { offset: 0x14CD15, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x1CF40, symBinAddr: 0x100140F0C, symSize: 0x18 }
+ - { offset: 0x14CD29, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1CF58, symBinAddr: 0x100140F24, symSize: 0x28 }
+ - { offset: 0x14CD3D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x1CF80, symBinAddr: 0x100140F4C, symSize: 0x1C }
+ - { offset: 0x14CD51, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1CF9C, symBinAddr: 0x100140F68, symSize: 0x28 }
+ - { offset: 0x14CD65, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV6encode2toys7Encoder_p_tKF', symObjAddr: 0x1D084, symBinAddr: 0x100141050, symSize: 0x390 }
+ - { offset: 0x14CD9C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsVACycfC', symObjAddr: 0x1D57C, symBinAddr: 0x100141548, symSize: 0x4C }
+ - { offset: 0x14CDC0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV9exclouded7cwidths6altersACSaySSGSg_SDySSSdGSgSDySSAA11FieldSchemaVGSgtcfC', symObjAddr: 0x1D5C8, symBinAddr: 0x100141594, symSize: 0x4 }
+ - { offset: 0x14CDD4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1D5CC, symBinAddr: 0x100141598, symSize: 0x3D4 }
+ - { offset: 0x14CDFE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1DAB8, symBinAddr: 0x100141A84, symSize: 0x7C }
+ - { offset: 0x14CE12, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1DB34, symBinAddr: 0x100141B00, symSize: 0x60 }
+ - { offset: 0x14CE26, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV5toolsSayAA0C4ToolVGSgvg', symObjAddr: 0x1DB9C, symBinAddr: 0x100141B68, symSize: 0x24 }
+ - { offset: 0x14CE3A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV5toolsSayAA0C4ToolVGSgvs', symObjAddr: 0x1DBC0, symBinAddr: 0x100141B8C, symSize: 0x38 }
+ - { offset: 0x14CE4E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV5toolsSayAA0C4ToolVGSgvM', symObjAddr: 0x1DBF8, symBinAddr: 0x100141BC4, symSize: 0x10 }
+ - { offset: 0x14CE62, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV5toolsSayAA0C4ToolVGSgvM.resume.0', symObjAddr: 0x1DC08, symBinAddr: 0x100141BD4, symSize: 0x4 }
+ - { offset: 0x14CE82, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO11stringValueAFSgSS_tcfC', symObjAddr: 0x1DC0C, symBinAddr: 0x100141BD8, symSize: 0xF4 }
+ - { offset: 0x14CEA4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO8intValueAFSgSi_tcfC', symObjAddr: 0x1DD00, symBinAddr: 0x100141CCC, symSize: 0x18 }
+ - { offset: 0x14CEC6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO21__derived_enum_equalsySbAF_AFtFZ', symObjAddr: 0x1DD18, symBinAddr: 0x100141CE4, symSize: 0x24 }
+ - { offset: 0x14CEFC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO4hash4intoys6HasherVz_tF', symObjAddr: 0x1DD3C, symBinAddr: 0x100141D08, symSize: 0x54 }
+ - { offset: 0x14CF2D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO9hashValueSivg', symObjAddr: 0x1DD90, symBinAddr: 0x100141D5C, symSize: 0x34 }
+ - { offset: 0x14CF4D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO8intValueSiSgvg', symObjAddr: 0x1DE2C, symBinAddr: 0x100141DF8, symSize: 0xC }
+ - { offset: 0x14CF6D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO11stringValueSSvg', symObjAddr: 0x1DE38, symBinAddr: 0x100141E04, symSize: 0x30 }
+ - { offset: 0x14CF94, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1DE68, symBinAddr: 0x100141E34, symSize: 0x18 }
+ - { offset: 0x14CFA8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASH9hashValueSivgTW', symObjAddr: 0x1DE80, symBinAddr: 0x100141E4C, symSize: 0x14 }
+ - { offset: 0x14CFBC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1DE94, symBinAddr: 0x100141E60, symSize: 0x14 }
+ - { offset: 0x14CFD0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x1DEBC, symBinAddr: 0x100141E88, symSize: 0x14 }
+ - { offset: 0x14CFE4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1DED0, symBinAddr: 0x100141E9C, symSize: 0x30 }
+ - { offset: 0x14CFF8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x1DF00, symBinAddr: 0x100141ECC, symSize: 0x18 }
+ - { offset: 0x14D00C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1DF18, symBinAddr: 0x100141EE4, symSize: 0x30 }
+ - { offset: 0x14D020, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV6encode2toys7Encoder_p_tKF', symObjAddr: 0x1E008, symBinAddr: 0x100141FD4, symSize: 0x1A0 }
+ - { offset: 0x14D057, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaVACycfC', symObjAddr: 0x1E2B8, symBinAddr: 0x100142284, symSize: 0x44 }
+ - { offset: 0x14D07B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1E2FC, symBinAddr: 0x1001422C8, symSize: 0x1F4 }
+ - { offset: 0x14D09E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV5toolsACSayAA0C4ToolVGSg_tcfC', symObjAddr: 0x1E5D8, symBinAddr: 0x1001425A4, symSize: 0x4 }
+ - { offset: 0x14D0B9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1E5DC, symBinAddr: 0x1001425A8, symSize: 0x64 }
+ - { offset: 0x14D0CD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1E640, symBinAddr: 0x10014260C, symSize: 0x58 }
+ - { offset: 0x14D0E1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV4nameSSvg', symObjAddr: 0x1E698, symBinAddr: 0x100142664, symSize: 0x34 }
+ - { offset: 0x14D0F5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV4nameSSvs', symObjAddr: 0x1E6CC, symBinAddr: 0x100142698, symSize: 0x48 }
+ - { offset: 0x14D109, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV4nameSSvM', symObjAddr: 0x1E714, symBinAddr: 0x1001426E0, symSize: 0x10 }
+ - { offset: 0x14D11D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV4nameSSvM.resume.0', symObjAddr: 0x1E724, symBinAddr: 0x1001426F0, symSize: 0x4 }
+ - { offset: 0x14D131, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV5labelSSSgvg', symObjAddr: 0x1E734, symBinAddr: 0x100142700, symSize: 0x34 }
+ - { offset: 0x14D145, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV5labelSSSgvs', symObjAddr: 0x1E768, symBinAddr: 0x100142734, symSize: 0x48 }
+ - { offset: 0x14D159, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV5labelSSSgvM', symObjAddr: 0x1E7B0, symBinAddr: 0x10014277C, symSize: 0x10 }
+ - { offset: 0x14D16D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV5labelSSSgvM.resume.0', symObjAddr: 0x1E7C0, symBinAddr: 0x10014278C, symSize: 0x4 }
+ - { offset: 0x14D181, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV4iconSSSgvg', symObjAddr: 0x1E7D0, symBinAddr: 0x10014279C, symSize: 0x34 }
+ - { offset: 0x14D195, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV4iconSSSgvs', symObjAddr: 0x1E804, symBinAddr: 0x1001427D0, symSize: 0x48 }
+ - { offset: 0x14D1A9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV4iconSSSgvM', symObjAddr: 0x1E84C, symBinAddr: 0x100142818, symSize: 0x10 }
+ - { offset: 0x14D1BD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV4iconSSSgvM.resume.0', symObjAddr: 0x1E85C, symBinAddr: 0x100142828, symSize: 0x4 }
+ - { offset: 0x14D1D1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV12selected_rowSbSgvg', symObjAddr: 0x1E868, symBinAddr: 0x100142834, symSize: 0x8 }
+ - { offset: 0x14D1E5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV12selected_rowSbSgvs', symObjAddr: 0x1E870, symBinAddr: 0x10014283C, symSize: 0x8 }
+ - { offset: 0x14D1F9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV12selected_rowSbSgvM', symObjAddr: 0x1E878, symBinAddr: 0x100142844, symSize: 0x10 }
+ - { offset: 0x14D20D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV12selected_rowSbSgvM.resume.0', symObjAddr: 0x1E888, symBinAddr: 0x100142854, symSize: 0x4 }
+ - { offset: 0x14D221, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV3cssSSSgvg', symObjAddr: 0x1E898, symBinAddr: 0x100142864, symSize: 0x34 }
+ - { offset: 0x14D235, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV3cssSSSgvs', symObjAddr: 0x1E8CC, symBinAddr: 0x100142898, symSize: 0x48 }
+ - { offset: 0x14D249, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV3cssSSSgvM', symObjAddr: 0x1E914, symBinAddr: 0x1001428E0, symSize: 0x10 }
+ - { offset: 0x14D25D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV3cssSSSgvM.resume.0', symObjAddr: 0x1E924, symBinAddr: 0x1001428F0, symSize: 0x4 }
+ - { offset: 0x14D27D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO11stringValueAFSgSS_tcfC', symObjAddr: 0x1E928, symBinAddr: 0x1001428F4, symSize: 0x370 }
+ - { offset: 0x14D29F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO8intValueAFSgSi_tcfC', symObjAddr: 0x1EC98, symBinAddr: 0x100142C64, symSize: 0x18 }
+ - { offset: 0x14D2C1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO21__derived_enum_equalsySbAF_AFtFZ', symObjAddr: 0x1ECB0, symBinAddr: 0x100142C7C, symSize: 0x178 }
+ - { offset: 0x14D2FE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO4hash4intoys6HasherVz_tF', symObjAddr: 0x1EE28, symBinAddr: 0x100142DF4, symSize: 0xF8 }
+ - { offset: 0x14D32E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO9hashValueSivg', symObjAddr: 0x1EF20, symBinAddr: 0x100142EEC, symSize: 0x48 }
+ - { offset: 0x14D350, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO8intValueSiSgvg', symObjAddr: 0x1EFD0, symBinAddr: 0x100142F9C, symSize: 0x1C }
+ - { offset: 0x14D372, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO11stringValueSSvg', symObjAddr: 0x1EFEC, symBinAddr: 0x100142FB8, symSize: 0x140 }
+ - { offset: 0x14D39B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1F12C, symBinAddr: 0x1001430F8, symSize: 0x20 }
+ - { offset: 0x14D3AF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASH9hashValueSivgTW', symObjAddr: 0x1F14C, symBinAddr: 0x100143118, symSize: 0x18 }
+ - { offset: 0x14D3C3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1F164, symBinAddr: 0x100143130, symSize: 0x18 }
+ - { offset: 0x14D3D7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x1F190, symBinAddr: 0x10014315C, symSize: 0x18 }
+ - { offset: 0x14D3EB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1F1A8, symBinAddr: 0x100143174, symSize: 0x28 }
+ - { offset: 0x14D3FF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x1F1D0, symBinAddr: 0x10014319C, symSize: 0x1C }
+ - { offset: 0x14D413, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1F1EC, symBinAddr: 0x1001431B8, symSize: 0x28 }
+ - { offset: 0x14D427, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV6encode2toys7Encoder_p_tKF', symObjAddr: 0x1F2D4, symBinAddr: 0x1001432A0, symSize: 0x3C4 }
+ - { offset: 0x14D45F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1F698, symBinAddr: 0x100143664, symSize: 0x64C }
+ - { offset: 0x14D483, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV4name5label4icon12selected_row3cssACSS_SSSgAISbSgAItcfC', symObjAddr: 0x1FDE4, symBinAddr: 0x100143DB0, symSize: 0x60 }
+ - { offset: 0x14D49E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1FE44, symBinAddr: 0x100143E10, symSize: 0x6C }
+ - { offset: 0x14D4B2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1FEB0, symBinAddr: 0x100143E7C, symSize: 0x70 }
+ - { offset: 0x14D4C6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV5labelSSvg', symObjAddr: 0x1FF20, symBinAddr: 0x100143EEC, symSize: 0x34 }
+ - { offset: 0x14D4DA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV5labelSSvs', symObjAddr: 0x1FF54, symBinAddr: 0x100143F20, symSize: 0x48 }
+ - { offset: 0x14D4EE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV5labelSSvM', symObjAddr: 0x1FF9C, symBinAddr: 0x100143F68, symSize: 0x10 }
+ - { offset: 0x14D502, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV5labelSSvM.resume.0', symObjAddr: 0x1FFAC, symBinAddr: 0x100143F78, symSize: 0x4 }
+ - { offset: 0x14D516, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV4iconSSSgvg', symObjAddr: 0x1FFBC, symBinAddr: 0x100143F88, symSize: 0x34 }
+ - { offset: 0x14D52A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV4iconSSSgvs', symObjAddr: 0x1FFF0, symBinAddr: 0x100143FBC, symSize: 0x48 }
+ - { offset: 0x14D53E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV4iconSSSgvM', symObjAddr: 0x20038, symBinAddr: 0x100144004, symSize: 0x10 }
+ - { offset: 0x14D552, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV4iconSSSgvM.resume.0', symObjAddr: 0x20048, symBinAddr: 0x100144014, symSize: 0x4 }
+ - { offset: 0x14D566, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV7contentAA13ControlSchemaVSgvg', symObjAddr: 0x20284, symBinAddr: 0x10014405C, symSize: 0x1C }
+ - { offset: 0x14D57A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV7contentAA13ControlSchemaVSgvs', symObjAddr: 0x20C10, symBinAddr: 0x100144078, symSize: 0x40 }
+ - { offset: 0x14D58E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV7contentAA13ControlSchemaVSgvM', symObjAddr: 0x219EC, symBinAddr: 0x100144B30, symSize: 0x10 }
+ - { offset: 0x14D5A2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV7contentAA13ControlSchemaVSgvM.resume.0', symObjAddr: 0x219FC, symBinAddr: 0x100144B40, symSize: 0x4 }
+ - { offset: 0x14D5C2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO11stringValueAFSgSS_tcfC', symObjAddr: 0x21A00, symBinAddr: 0x100144B44, symSize: 0x238 }
+ - { offset: 0x14D5E4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO8intValueAFSgSi_tcfC', symObjAddr: 0x21C38, symBinAddr: 0x100144D7C, symSize: 0x18 }
+ - { offset: 0x14D606, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO21__derived_enum_equalsySbAF_AFtFZ', symObjAddr: 0x21C50, symBinAddr: 0x100144D94, symSize: 0xE8 }
+ - { offset: 0x14D643, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO4hash4intoys6HasherVz_tF', symObjAddr: 0x21D38, symBinAddr: 0x100144E7C, symSize: 0xB0 }
+ - { offset: 0x14D673, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO9hashValueSivg', symObjAddr: 0x21DE8, symBinAddr: 0x100144F2C, symSize: 0x48 }
+ - { offset: 0x14D695, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO8intValueSiSgvg', symObjAddr: 0x21E98, symBinAddr: 0x100144FDC, symSize: 0x1C }
+ - { offset: 0x14D6B7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO11stringValueSSvg', symObjAddr: 0x21EB4, symBinAddr: 0x100144FF8, symSize: 0xC8 }
+ - { offset: 0x14D6E0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x21F7C, symBinAddr: 0x1001450C0, symSize: 0x20 }
+ - { offset: 0x14D6F4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASH9hashValueSivgTW', symObjAddr: 0x21F9C, symBinAddr: 0x1001450E0, symSize: 0x18 }
+ - { offset: 0x14D708, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x21FB4, symBinAddr: 0x1001450F8, symSize: 0x18 }
+ - { offset: 0x14D71C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x21FE0, symBinAddr: 0x100145124, symSize: 0x18 }
+ - { offset: 0x14D730, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x21FF8, symBinAddr: 0x10014513C, symSize: 0x28 }
+ - { offset: 0x14D744, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x22020, symBinAddr: 0x100145164, symSize: 0x1C }
+ - { offset: 0x14D758, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x2203C, symBinAddr: 0x100145180, symSize: 0x28 }
+ - { offset: 0x14D76C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV6encode2toys7Encoder_p_tKF', symObjAddr: 0x22124, symBinAddr: 0x100145268, symSize: 0x2F8 }
+ - { offset: 0x14D7A6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x2241C, symBinAddr: 0x100145560, symSize: 0x428 }
+ - { offset: 0x14D7CA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV5label4icon7contentACSS_SSSgAA13ControlSchemaVSgtcfC', symObjAddr: 0x23540, symBinAddr: 0x100146684, symSize: 0xB0 }
+ - { offset: 0x14D7E5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x235F0, symBinAddr: 0x100146734, symSize: 0x6C }
+ - { offset: 0x14D7F9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x2365C, symBinAddr: 0x1001467A0, symSize: 0x70 }
+ - { offset: 0x14D80D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV4nameSSvg', symObjAddr: 0x236CC, symBinAddr: 0x100146810, symSize: 0x34 }
+ - { offset: 0x14D821, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV4nameSSvs', symObjAddr: 0x23700, symBinAddr: 0x100146844, symSize: 0x48 }
+ - { offset: 0x14D835, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV4nameSSvM', symObjAddr: 0x23748, symBinAddr: 0x10014688C, symSize: 0x10 }
+ - { offset: 0x14D849, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV4nameSSvM.resume.0', symObjAddr: 0x23758, symBinAddr: 0x10014689C, symSize: 0x4 }
+ - { offset: 0x14D85D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV5labelSSvg', symObjAddr: 0x2375C, symBinAddr: 0x1001468A0, symSize: 0x34 }
+ - { offset: 0x14D871, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV5labelSSvs', symObjAddr: 0x23790, symBinAddr: 0x1001468D4, symSize: 0x48 }
+ - { offset: 0x14D885, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV5labelSSvM', symObjAddr: 0x237D8, symBinAddr: 0x10014691C, symSize: 0x10 }
+ - { offset: 0x14D899, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV5labelSSvM.resume.0', symObjAddr: 0x237E8, symBinAddr: 0x10014692C, symSize: 0x4 }
+ - { offset: 0x14D8AD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV4iconSSSgvg', symObjAddr: 0x237F8, symBinAddr: 0x10014693C, symSize: 0x34 }
+ - { offset: 0x14D8C1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV4iconSSSgvs', symObjAddr: 0x2382C, symBinAddr: 0x100146970, symSize: 0x48 }
+ - { offset: 0x14D8D5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV4iconSSSgvM', symObjAddr: 0x23874, symBinAddr: 0x1001469B8, symSize: 0x10 }
+ - { offset: 0x14D8E9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV4iconSSSgvM.resume.0', symObjAddr: 0x23884, symBinAddr: 0x1001469C8, symSize: 0x4 }
+ - { offset: 0x14D8FD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV3urlSSSgvg', symObjAddr: 0x23894, symBinAddr: 0x1001469D8, symSize: 0x34 }
+ - { offset: 0x14D911, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV3urlSSSgvs', symObjAddr: 0x238C8, symBinAddr: 0x100146A0C, symSize: 0x48 }
+ - { offset: 0x14D925, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV3urlSSSgvM', symObjAddr: 0x23910, symBinAddr: 0x100146A54, symSize: 0x10 }
+ - { offset: 0x14D939, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV3urlSSSgvM.resume.0', symObjAddr: 0x23920, symBinAddr: 0x100146A64, symSize: 0x4 }
+ - { offset: 0x14D94D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV7submenuSayACGSgvg', symObjAddr: 0x2392C, symBinAddr: 0x100146A70, symSize: 0x28 }
+ - { offset: 0x14D961, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV7submenuSayACGSgvs', symObjAddr: 0x23954, symBinAddr: 0x100146A98, symSize: 0x38 }
+ - { offset: 0x14D975, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV7submenuSayACGSgvM', symObjAddr: 0x2398C, symBinAddr: 0x100146AD0, symSize: 0x10 }
+ - { offset: 0x14D989, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV7submenuSayACGSgvM.resume.0', symObjAddr: 0x2399C, symBinAddr: 0x100146AE0, symSize: 0x4 }
+ - { offset: 0x14D99D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV5bindsSayAA04BindE0VGSgvg', symObjAddr: 0x239A8, symBinAddr: 0x100146AEC, symSize: 0x28 }
+ - { offset: 0x14D9B1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV5bindsSayAA04BindE0VGSgvs', symObjAddr: 0x239D0, symBinAddr: 0x100146B14, symSize: 0x38 }
+ - { offset: 0x14D9C5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV5bindsSayAA04BindE0VGSgvM', symObjAddr: 0x23A08, symBinAddr: 0x100146B4C, symSize: 0x10 }
+ - { offset: 0x14D9D9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV5bindsSayAA04BindE0VGSgvM.resume.0', symObjAddr: 0x23A18, symBinAddr: 0x100146B5C, symSize: 0x4 }
+ - { offset: 0x14D9F9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO11stringValueAFSgSS_tcfC', symObjAddr: 0x23A1C, symBinAddr: 0x100146B60, symSize: 0x408 }
+ - { offset: 0x14DA1B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO8intValueAFSgSi_tcfC', symObjAddr: 0x23E24, symBinAddr: 0x100146F68, symSize: 0x18 }
+ - { offset: 0x14DA3D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO21__derived_enum_equalsySbAF_AFtFZ', symObjAddr: 0x23E3C, symBinAddr: 0x100146F80, symSize: 0x1C0 }
+ - { offset: 0x14DA7A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO4hash4intoys6HasherVz_tF', symObjAddr: 0x23FFC, symBinAddr: 0x100147140, symSize: 0x11C }
+ - { offset: 0x14DAAA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO9hashValueSivg', symObjAddr: 0x24118, symBinAddr: 0x10014725C, symSize: 0x48 }
+ - { offset: 0x14DACC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO8intValueSiSgvg', symObjAddr: 0x241C8, symBinAddr: 0x10014730C, symSize: 0x1C }
+ - { offset: 0x14DAEE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO11stringValueSSvg', symObjAddr: 0x241E4, symBinAddr: 0x100147328, symSize: 0x17C }
+ - { offset: 0x14DB17, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x24360, symBinAddr: 0x1001474A4, symSize: 0x20 }
+ - { offset: 0x14DB2B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASH9hashValueSivgTW', symObjAddr: 0x24380, symBinAddr: 0x1001474C4, symSize: 0x18 }
+ - { offset: 0x14DB3F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x24398, symBinAddr: 0x1001474DC, symSize: 0x18 }
+ - { offset: 0x14DB53, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0F3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x243C4, symBinAddr: 0x100147508, symSize: 0x18 }
+ - { offset: 0x14DB67, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0F3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x243DC, symBinAddr: 0x100147520, symSize: 0x28 }
+ - { offset: 0x14DB7B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0F3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x24404, symBinAddr: 0x100147548, symSize: 0x1C }
+ - { offset: 0x14DB8F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0F3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x24420, symBinAddr: 0x100147564, symSize: 0x28 }
+ - { offset: 0x14DBA3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV6encode2toys7Encoder_p_tKF', symObjAddr: 0x24508, symBinAddr: 0x10014764C, symSize: 0x580 }
+ - { offset: 0x14DBDB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x24A88, symBinAddr: 0x100147BCC, symSize: 0x560 }
+ - { offset: 0x14DBFF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV4name5label4icon3url7submenu5bindsACSS_S2SSgAJSayACGSgSayAA04BindE0VGSgtcfC', symObjAddr: 0x25130, symBinAddr: 0x100148274, symSize: 0x68 }
+ - { offset: 0x14DC1A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x25198, symBinAddr: 0x1001482DC, symSize: 0x6C }
+ - { offset: 0x14DC2E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x25204, symBinAddr: 0x100148348, symSize: 0x70 }
+ - { offset: 0x14DC42, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10WidgetTypeO8isLayoutSbvg', symObjAddr: 0x25274, symBinAddr: 0x1001483B8, symSize: 0xF4 }
+ - { offset: 0x14DC67, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10WidgetTypeO6isTextSbvg', symObjAddr: 0x254AC, symBinAddr: 0x1001485B0, symSize: 0x100 }
+ - { offset: 0x14DC8C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10WidgetTypeO7isInputSbvg', symObjAddr: 0x255AC, symBinAddr: 0x1001486B0, symSize: 0x104 }
+ - { offset: 0x14DCBD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10WidgetTypeO8rawValueACSgSS_tcfC', symObjAddr: 0x256B0, symBinAddr: 0x1001487B4, symSize: 0xA98 }
+ - { offset: 0x14DCE0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10WidgetTypeO8allCasesSayACGvgZ', symObjAddr: 0x26148, symBinAddr: 0x10014924C, symSize: 0x154 }
+ - { offset: 0x14DD00, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10WidgetTypeO8rawValueSSvg', symObjAddr: 0x2629C, symBinAddr: 0x1001493A0, symSize: 0x5CC }
+ - { offset: 0x14DD29, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10WidgetTypeOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x26A00, symBinAddr: 0x100149B04, symSize: 0x34 }
+ - { offset: 0x14DD3D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10WidgetTypeOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x26A34, symBinAddr: 0x100149B38, symSize: 0x30 }
+ - { offset: 0x14DD51, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10WidgetTypeOs12CaseIterableAAsADP8allCases03AllH0QzvgZTW', symObjAddr: 0x26A64, symBinAddr: 0x100149B68, symSize: 0x28 }
+ - { offset: 0x14DD71, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10ActionTypeO10validNamesSaySSGvgZ', symObjAddr: 0x26A8C, symBinAddr: 0x100149B90, symSize: 0xB0 }
+ - { offset: 0x14DD93, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10ActionTypeO10validNamesSaySSGvgZSSACXEfU_', symObjAddr: 0x26BC0, symBinAddr: 0x100149CC4, symSize: 0x40 }
+ - { offset: 0x14DDC6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10ActionTypeO8allCasesSayACGvgZ', symObjAddr: 0x26B3C, symBinAddr: 0x100149C40, symSize: 0x84 }
+ - { offset: 0x14DDE6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10ActionTypeO8rawValueSSvg', symObjAddr: 0x26C00, symBinAddr: 0x100149D04, symSize: 0x230 }
+ - { offset: 0x14DE08, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10ActionTypeO8rawValueACSgSS_tcfC', symObjAddr: 0x2755C, symBinAddr: 0x100149FD0, symSize: 0x324 }
+ - { offset: 0x14DE31, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10ActionTypeOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x27B44, symBinAddr: 0x10014A5B8, symSize: 0x34 }
+ - { offset: 0x14DE45, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10ActionTypeOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x27B78, symBinAddr: 0x10014A5EC, symSize: 0x30 }
+ - { offset: 0x14DE59, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10ActionTypeOs12CaseIterableAAsADP8allCases03AllH0QzvgZTW', symObjAddr: 0x27BBC, symBinAddr: 0x10014A630, symSize: 0x28 }
+ - { offset: 0x14E012, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC6valuesSDySSypGvpfP', symObjAddr: 0x0, symBinAddr: 0x10015CD98, symSize: 0x6C }
+ - { offset: 0x14E194, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC6valuesSDySSypGvpfP', symObjAddr: 0x0, symBinAddr: 0x10015CD98, symSize: 0x6C }
+ - { offset: 0x14E97E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC6valuesSDySSypGvpACTK', symObjAddr: 0x220, symBinAddr: 0x10015CE9C, symSize: 0x58 }
+ - { offset: 0x14E996, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC6valuesSDySSypGvpACTk', symObjAddr: 0x278, symBinAddr: 0x10015CEF4, symSize: 0x64 }
+ - { offset: 0x14E9AE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC7_values33_2AB4DB47B05D6C4F9539F621507C0451LL7Combine9PublishedVySDySSypGGvpfi', symObjAddr: 0x550, symBinAddr: 0x10015D17C, symSize: 0x50 }
+ - { offset: 0x14E9C6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC10formValuesSDySSSDyS2SGGvpfP', symObjAddr: 0xA1C, symBinAddr: 0x10015D648, symSize: 0x6C }
+ - { offset: 0x14E9F2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC10formValuesSDySSSDyS2SGGvpACTK', symObjAddr: 0xB20, symBinAddr: 0x10015D74C, symSize: 0x58 }
+ - { offset: 0x14EA0A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC10formValuesSDySSSDyS2SGGvpACTk', symObjAddr: 0xB78, symBinAddr: 0x10015D7A4, symSize: 0x64 }
+ - { offset: 0x14EA22, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC11_formValues33_2AB4DB47B05D6C4F9539F621507C0451LL7Combine9PublishedVySDySSSDyS2SGGGvpfi', symObjAddr: 0xE00, symBinAddr: 0x10015DA2C, symSize: 0x6C }
+ - { offset: 0x14EA3A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC9tableDataSDySSSaySDySSypGGGvpfP', symObjAddr: 0x12E8, symBinAddr: 0x10015DF14, symSize: 0x6C }
+ - { offset: 0x14EA66, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC9tableDataSDySSSaySDySSypGGGvpACTK', symObjAddr: 0x13EC, symBinAddr: 0x10015E018, symSize: 0x58 }
+ - { offset: 0x14EA7E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC9tableDataSDySSSaySDySSypGGGvpACTk', symObjAddr: 0x1444, symBinAddr: 0x10015E070, symSize: 0x64 }
+ - { offset: 0x14EA96, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC10_tableData33_2AB4DB47B05D6C4F9539F621507C0451LL7Combine9PublishedVySDySSSaySDySSypGGGGvpfi', symObjAddr: 0x16CC, symBinAddr: 0x10015E2F8, symSize: 0x6C }
+ - { offset: 0x14EAAE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC12selectedRowsSDySSSiGvpfP', symObjAddr: 0x1BB4, symBinAddr: 0x10015E7E0, symSize: 0x6C }
+ - { offset: 0x14EADA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC12selectedRowsSDySSSiGvpACTK', symObjAddr: 0x1CB8, symBinAddr: 0x10015E8E4, symSize: 0x58 }
+ - { offset: 0x14EAF2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC12selectedRowsSDySSSiGvpACTk', symObjAddr: 0x1D10, symBinAddr: 0x10015E93C, symSize: 0x64 }
+ - { offset: 0x14EB0A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC13_selectedRows33_2AB4DB47B05D6C4F9539F621507C0451LL7Combine9PublishedVySDySSSiGGvpfi', symObjAddr: 0x1F98, symBinAddr: 0x10015EBC4, symSize: 0x4C }
+ - { offset: 0x14EB22, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC6popupsSDySSAA10PopupStateVGvpfP', symObjAddr: 0x2460, symBinAddr: 0x10015F08C, symSize: 0x6C }
+ - { offset: 0x14EBF8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC6popupsSDySSAA10PopupStateVGvpACTK', symObjAddr: 0x2564, symBinAddr: 0x10015F190, symSize: 0x58 }
+ - { offset: 0x14EC10, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC6popupsSDySSAA10PopupStateVGvpACTk', symObjAddr: 0x25BC, symBinAddr: 0x10015F1E8, symSize: 0x64 }
+ - { offset: 0x14EC28, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC7_popups33_2AB4DB47B05D6C4F9539F621507C0451LL7Combine9PublishedVySDySSAA10PopupStateVGGvpfi', symObjAddr: 0x2844, symBinAddr: 0x10015F470, symSize: 0x50 }
+ - { offset: 0x14EC40, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC14collapsedMenusShySSGvpfP', symObjAddr: 0x2D10, symBinAddr: 0x10015F93C, symSize: 0x6C }
+ - { offset: 0x14EC6C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC14collapsedMenusShySSGvpACTK', symObjAddr: 0x2E14, symBinAddr: 0x10015FA40, symSize: 0x58 }
+ - { offset: 0x14EC84, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC14collapsedMenusShySSGvpACTk', symObjAddr: 0x2E6C, symBinAddr: 0x10015FA98, symSize: 0x64 }
+ - { offset: 0x14EC9C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC15_collapsedMenus33_2AB4DB47B05D6C4F9539F621507C0451LL7Combine9PublishedVyShySSGGvpfi', symObjAddr: 0x30F4, symBinAddr: 0x10015FD20, symSize: 0x3C }
+ - { offset: 0x14ECB4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC12cancellables33_2AB4DB47B05D6C4F9539F621507C0451LLShy7Combine14AnyCancellableCGvpfi', symObjAddr: 0x35AC, symBinAddr: 0x1001601D8, symSize: 0x34 }
+ - { offset: 0x14ECCC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC9clearForm6formIdySS_tFySSXEfU_TA', symObjAddr: 0x4BA4, symBinAddr: 0x100161584, symSize: 0x2C }
+ - { offset: 0x14ECE0, size: 0x8, addend: 0x0, symName: '_$sSD4KeysVyS2S_GAByxq__GSTsWl', symObjAddr: 0x4BD0, symBinAddr: 0x1001615B0, symSize: 0x74 }
+ - { offset: 0x14ECF4, size: 0x8, addend: 0x0, symName: '_$sSD4KeysVyS2S_GWOh', symObjAddr: 0x4CBC, symBinAddr: 0x100161624, symSize: 0x28 }
+ - { offset: 0x14ED08, size: 0x8, addend: 0x0, symName: '_$sSaySDySSypGGSgWOh', symObjAddr: 0x4EDC, symBinAddr: 0x100161844, symSize: 0x28 }
+ - { offset: 0x14ED1C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10PopupStateVSgWOi_', symObjAddr: 0x5F30, symBinAddr: 0x100161E74, symSize: 0x4 }
+ - { offset: 0x14ED30, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10PopupStateVSgWOh', symObjAddr: 0x5FF4, symBinAddr: 0x100161F38, symSize: 0x360 }
+ - { offset: 0x14ED44, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10PopupStateVSgWOg', symObjAddr: 0x64C8, symBinAddr: 0x10016240C, symSize: 0x118 }
+ - { offset: 0x14ED58, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC7Combine16ObservableObjectAA0F19WillChangePublisherAdEP_AD0I0PWT', symObjAddr: 0x685C, symBinAddr: 0x100162778, symSize: 0xC }
+ - { offset: 0x14ED6C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreCMU', symObjAddr: 0x6868, symBinAddr: 0x100162784, symSize: 0x18 }
+ - { offset: 0x14ED80, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreCMa', symObjAddr: 0x6880, symBinAddr: 0x10016279C, symSize: 0x60 }
+ - { offset: 0x14ED94, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreCMr', symObjAddr: 0x68E0, symBinAddr: 0x1001627FC, symSize: 0x1DC }
+ - { offset: 0x14EDA8, size: 0x8, addend: 0x0, symName: '_$s7Combine9PublishedVySDySSypGGMa', symObjAddr: 0x6ABC, symBinAddr: 0x1001629D8, symSize: 0xA0 }
+ - { offset: 0x14EDBC, size: 0x8, addend: 0x0, symName: '_$s7Combine9PublishedVySDySSSDyS2SGGGMa', symObjAddr: 0x6B5C, symBinAddr: 0x100162A78, symSize: 0xA0 }
+ - { offset: 0x14EDD0, size: 0x8, addend: 0x0, symName: '_$s7Combine9PublishedVySDySSSaySDySSypGGGGMa', symObjAddr: 0x6BFC, symBinAddr: 0x100162B18, symSize: 0xA0 }
+ - { offset: 0x14EDE4, size: 0x8, addend: 0x0, symName: '_$s7Combine9PublishedVySDySSSiGGMa', symObjAddr: 0x6C9C, symBinAddr: 0x100162BB8, symSize: 0xA0 }
+ - { offset: 0x14EDF8, size: 0x8, addend: 0x0, symName: '_$s7Combine9PublishedVySDySS11SwiftBricks10PopupStateVGGMa', symObjAddr: 0x6D3C, symBinAddr: 0x100162C58, symSize: 0xA0 }
+ - { offset: 0x14EE0C, size: 0x8, addend: 0x0, symName: '_$s7Combine9PublishedVyShySSGGMa', symObjAddr: 0x6DDC, symBinAddr: 0x100162CF8, symSize: 0xA0 }
+ - { offset: 0x14EE20, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10PopupStateVwCP', symObjAddr: 0x6E7C, symBinAddr: 0x100162D98, symSize: 0x3C }
+ - { offset: 0x14EE34, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10PopupStateVwxx', symObjAddr: 0x6EB8, symBinAddr: 0x100162DD4, symSize: 0x348 }
+ - { offset: 0x14EE48, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10PopupStateVwcp', symObjAddr: 0x7200, symBinAddr: 0x10016311C, symSize: 0xA14 }
+ - { offset: 0x14EE5C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10PopupStateVwca', symObjAddr: 0x7C14, symBinAddr: 0x100163B30, symSize: 0x10A0 }
+ - { offset: 0x14EE70, size: 0x8, addend: 0x0, symName: ___swift_memcpy1105_8, symObjAddr: 0x8DD8, symBinAddr: 0x100164BD0, symSize: 0x2C }
+ - { offset: 0x14EE84, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10PopupStateVwta', symObjAddr: 0x8E04, symBinAddr: 0x100164BFC, symSize: 0xACC }
+ - { offset: 0x14EE98, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10PopupStateVwet', symObjAddr: 0x98D0, symBinAddr: 0x1001656C8, symSize: 0x118 }
+ - { offset: 0x14EEAC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10PopupStateVwst', symObjAddr: 0x99E8, symBinAddr: 0x1001657E0, symSize: 0x3D8 }
+ - { offset: 0x14EEC0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10PopupStateVMa', symObjAddr: 0x9DC0, symBinAddr: 0x100165BB8, symSize: 0x14 }
+ - { offset: 0x14EED4, size: 0x8, addend: 0x0, symName: '_$sShySSGWOc', symObjAddr: 0x9DD4, symBinAddr: 0x100165BCC, symSize: 0x34 }
+ - { offset: 0x14EEE8, size: 0x8, addend: 0x0, symName: '_$sSDySS11SwiftBricks10PopupStateVGWOc', symObjAddr: 0x9E08, symBinAddr: 0x100165C00, symSize: 0x34 }
+ - { offset: 0x14EEFC, size: 0x8, addend: 0x0, symName: '_$sSDySSSiGWOc', symObjAddr: 0x9E3C, symBinAddr: 0x100165C34, symSize: 0x34 }
+ - { offset: 0x14EF10, size: 0x8, addend: 0x0, symName: '_$sSDySSSaySDySSypGGGWOc', symObjAddr: 0x9E70, symBinAddr: 0x100165C68, symSize: 0x34 }
+ - { offset: 0x14EF24, size: 0x8, addend: 0x0, symName: '_$sSDySSSDyS2SGGWOc', symObjAddr: 0x9EA4, symBinAddr: 0x100165C9C, symSize: 0x34 }
+ - { offset: 0x14EF38, size: 0x8, addend: 0x0, symName: '_$sSDySSypGWOc', symObjAddr: 0x9ED8, symBinAddr: 0x100165CD0, symSize: 0x34 }
+ - { offset: 0x14EFEF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC7Combine16ObservableObjectAadEP16objectWillChange0fhI9PublisherQzvgTW', symObjAddr: 0x67D0, symBinAddr: 0x1001626EC, symSize: 0x2C }
+ - { offset: 0x14F02D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC6valuesSDySSypGvg', symObjAddr: 0x188, symBinAddr: 0x10015CE04, symSize: 0x98 }
+ - { offset: 0x14F058, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC6valuesSDySSypGvs', symObjAddr: 0x2DC, symBinAddr: 0x10015CF58, symSize: 0xA0 }
+ - { offset: 0x14F08B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC6valuesSDySSypGvM', symObjAddr: 0x37C, symBinAddr: 0x10015CFF8, symSize: 0xC4 }
+ - { offset: 0x14F0AF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC6valuesSDySSypGvM.resume.0', symObjAddr: 0x440, symBinAddr: 0x10015D0BC, symSize: 0xC0 }
+ - { offset: 0x14F0D0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC7$values7Combine9PublishedV9PublisherVySDySSypG_Gvg', symObjAddr: 0x5A0, symBinAddr: 0x10015D1CC, symSize: 0x78 }
+ - { offset: 0x14F0F4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC7$values7Combine9PublishedV9PublisherVySDySSypG_Gvs', symObjAddr: 0x618, symBinAddr: 0x10015D244, symSize: 0x100 }
+ - { offset: 0x14F128, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC7$values7Combine9PublishedV9PublisherVySDySSypG_GvM', symObjAddr: 0x718, symBinAddr: 0x10015D344, symSize: 0xD4 }
+ - { offset: 0x14F14C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC7$values7Combine9PublishedV9PublisherVySDySSypG_GvM.resume.0', symObjAddr: 0x7EC, symBinAddr: 0x10015D418, symSize: 0xDC }
+ - { offset: 0x14F16D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC7_values33_2AB4DB47B05D6C4F9539F621507C0451LL7Combine9PublishedVySDySSypGGvg', symObjAddr: 0x8C8, symBinAddr: 0x10015D4F4, symSize: 0x78 }
+ - { offset: 0x14F181, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC7_values33_2AB4DB47B05D6C4F9539F621507C0451LL7Combine9PublishedVySDySSypGGvs', symObjAddr: 0x940, symBinAddr: 0x10015D56C, symSize: 0xDC }
+ - { offset: 0x14F195, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC10formValuesSDySSSDyS2SGGvg', symObjAddr: 0xA88, symBinAddr: 0x10015D6B4, symSize: 0x98 }
+ - { offset: 0x14F1B9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC10formValuesSDySSSDyS2SGGvs', symObjAddr: 0xBDC, symBinAddr: 0x10015D808, symSize: 0xA0 }
+ - { offset: 0x14F1EC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC10formValuesSDySSSDyS2SGGvM', symObjAddr: 0xC7C, symBinAddr: 0x10015D8A8, symSize: 0xC4 }
+ - { offset: 0x14F210, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC10formValuesSDySSSDyS2SGGvM.resume.0', symObjAddr: 0xD40, symBinAddr: 0x10015D96C, symSize: 0xC0 }
+ - { offset: 0x14F231, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC11$formValues7Combine9PublishedV9PublisherVySDySSSDyS2SGG_Gvg', symObjAddr: 0xE6C, symBinAddr: 0x10015DA98, symSize: 0x78 }
+ - { offset: 0x14F255, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC11$formValues7Combine9PublishedV9PublisherVySDySSSDyS2SGG_Gvs', symObjAddr: 0xEE4, symBinAddr: 0x10015DB10, symSize: 0x100 }
+ - { offset: 0x14F289, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC11$formValues7Combine9PublishedV9PublisherVySDySSSDyS2SGG_GvM', symObjAddr: 0xFE4, symBinAddr: 0x10015DC10, symSize: 0xD4 }
+ - { offset: 0x14F2AD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC11$formValues7Combine9PublishedV9PublisherVySDySSSDyS2SGG_GvM.resume.0', symObjAddr: 0x10B8, symBinAddr: 0x10015DCE4, symSize: 0xDC }
+ - { offset: 0x14F2CE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC11_formValues33_2AB4DB47B05D6C4F9539F621507C0451LL7Combine9PublishedVySDySSSDyS2SGGGvg', symObjAddr: 0x1194, symBinAddr: 0x10015DDC0, symSize: 0x78 }
+ - { offset: 0x14F2E2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC11_formValues33_2AB4DB47B05D6C4F9539F621507C0451LL7Combine9PublishedVySDySSSDyS2SGGGvs', symObjAddr: 0x120C, symBinAddr: 0x10015DE38, symSize: 0xDC }
+ - { offset: 0x14F2F6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC9tableDataSDySSSaySDySSypGGGvg', symObjAddr: 0x1354, symBinAddr: 0x10015DF80, symSize: 0x98 }
+ - { offset: 0x14F31A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC9tableDataSDySSSaySDySSypGGGvs', symObjAddr: 0x14A8, symBinAddr: 0x10015E0D4, symSize: 0xA0 }
+ - { offset: 0x14F34D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC9tableDataSDySSSaySDySSypGGGvM', symObjAddr: 0x1548, symBinAddr: 0x10015E174, symSize: 0xC4 }
+ - { offset: 0x14F371, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC9tableDataSDySSSaySDySSypGGGvM.resume.0', symObjAddr: 0x160C, symBinAddr: 0x10015E238, symSize: 0xC0 }
+ - { offset: 0x14F392, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC10$tableData7Combine9PublishedV9PublisherVySDySSSaySDySSypGGG_Gvg', symObjAddr: 0x1738, symBinAddr: 0x10015E364, symSize: 0x78 }
+ - { offset: 0x14F3B6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC10$tableData7Combine9PublishedV9PublisherVySDySSSaySDySSypGGG_Gvs', symObjAddr: 0x17B0, symBinAddr: 0x10015E3DC, symSize: 0x100 }
+ - { offset: 0x14F3EA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC10$tableData7Combine9PublishedV9PublisherVySDySSSaySDySSypGGG_GvM', symObjAddr: 0x18B0, symBinAddr: 0x10015E4DC, symSize: 0xD4 }
+ - { offset: 0x14F40E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC10$tableData7Combine9PublishedV9PublisherVySDySSSaySDySSypGGG_GvM.resume.0', symObjAddr: 0x1984, symBinAddr: 0x10015E5B0, symSize: 0xDC }
+ - { offset: 0x14F42F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC10_tableData33_2AB4DB47B05D6C4F9539F621507C0451LL7Combine9PublishedVySDySSSaySDySSypGGGGvg', symObjAddr: 0x1A60, symBinAddr: 0x10015E68C, symSize: 0x78 }
+ - { offset: 0x14F443, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC10_tableData33_2AB4DB47B05D6C4F9539F621507C0451LL7Combine9PublishedVySDySSSaySDySSypGGGGvs', symObjAddr: 0x1AD8, symBinAddr: 0x10015E704, symSize: 0xDC }
+ - { offset: 0x14F457, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC12selectedRowsSDySSSiGvg', symObjAddr: 0x1C20, symBinAddr: 0x10015E84C, symSize: 0x98 }
+ - { offset: 0x14F47B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC12selectedRowsSDySSSiGvs', symObjAddr: 0x1D74, symBinAddr: 0x10015E9A0, symSize: 0xA0 }
+ - { offset: 0x14F4AE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC12selectedRowsSDySSSiGvM', symObjAddr: 0x1E14, symBinAddr: 0x10015EA40, symSize: 0xC4 }
+ - { offset: 0x14F4D2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC12selectedRowsSDySSSiGvM.resume.0', symObjAddr: 0x1ED8, symBinAddr: 0x10015EB04, symSize: 0xC0 }
+ - { offset: 0x14F4F3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC13$selectedRows7Combine9PublishedV9PublisherVySDySSSiG_Gvg', symObjAddr: 0x1FE4, symBinAddr: 0x10015EC10, symSize: 0x78 }
+ - { offset: 0x14F517, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC13$selectedRows7Combine9PublishedV9PublisherVySDySSSiG_Gvs', symObjAddr: 0x205C, symBinAddr: 0x10015EC88, symSize: 0x100 }
+ - { offset: 0x14F54B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC13$selectedRows7Combine9PublishedV9PublisherVySDySSSiG_GvM', symObjAddr: 0x215C, symBinAddr: 0x10015ED88, symSize: 0xD4 }
+ - { offset: 0x14F56F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC13$selectedRows7Combine9PublishedV9PublisherVySDySSSiG_GvM.resume.0', symObjAddr: 0x2230, symBinAddr: 0x10015EE5C, symSize: 0xDC }
+ - { offset: 0x14F590, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC13_selectedRows33_2AB4DB47B05D6C4F9539F621507C0451LL7Combine9PublishedVySDySSSiGGvg', symObjAddr: 0x230C, symBinAddr: 0x10015EF38, symSize: 0x78 }
+ - { offset: 0x14F5A4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC13_selectedRows33_2AB4DB47B05D6C4F9539F621507C0451LL7Combine9PublishedVySDySSSiGGvs', symObjAddr: 0x2384, symBinAddr: 0x10015EFB0, symSize: 0xDC }
+ - { offset: 0x14F5B8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC6popupsSDySSAA10PopupStateVGvg', symObjAddr: 0x24CC, symBinAddr: 0x10015F0F8, symSize: 0x98 }
+ - { offset: 0x14F5DC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC6popupsSDySSAA10PopupStateVGvs', symObjAddr: 0x2620, symBinAddr: 0x10015F24C, symSize: 0xA0 }
+ - { offset: 0x14F60F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC6popupsSDySSAA10PopupStateVGvM', symObjAddr: 0x26C0, symBinAddr: 0x10015F2EC, symSize: 0xC4 }
+ - { offset: 0x14F633, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC6popupsSDySSAA10PopupStateVGvM.resume.0', symObjAddr: 0x2784, symBinAddr: 0x10015F3B0, symSize: 0xC0 }
+ - { offset: 0x14F654, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC7$popups7Combine9PublishedV9PublisherVySDySSAA10PopupStateVG_Gvg', symObjAddr: 0x2894, symBinAddr: 0x10015F4C0, symSize: 0x78 }
+ - { offset: 0x14F678, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC7$popups7Combine9PublishedV9PublisherVySDySSAA10PopupStateVG_Gvs', symObjAddr: 0x290C, symBinAddr: 0x10015F538, symSize: 0x100 }
+ - { offset: 0x14F6AC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC7$popups7Combine9PublishedV9PublisherVySDySSAA10PopupStateVG_GvM', symObjAddr: 0x2A0C, symBinAddr: 0x10015F638, symSize: 0xD4 }
+ - { offset: 0x14F6D0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC7$popups7Combine9PublishedV9PublisherVySDySSAA10PopupStateVG_GvM.resume.0', symObjAddr: 0x2AE0, symBinAddr: 0x10015F70C, symSize: 0xDC }
+ - { offset: 0x14F6F1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC7_popups33_2AB4DB47B05D6C4F9539F621507C0451LL7Combine9PublishedVySDySSAA10PopupStateVGGvg', symObjAddr: 0x2BBC, symBinAddr: 0x10015F7E8, symSize: 0x78 }
+ - { offset: 0x14F705, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC7_popups33_2AB4DB47B05D6C4F9539F621507C0451LL7Combine9PublishedVySDySSAA10PopupStateVGGvs', symObjAddr: 0x2C34, symBinAddr: 0x10015F860, symSize: 0xDC }
+ - { offset: 0x14F719, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC14collapsedMenusShySSGvg', symObjAddr: 0x2D7C, symBinAddr: 0x10015F9A8, symSize: 0x98 }
+ - { offset: 0x14F73D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC14collapsedMenusShySSGvs', symObjAddr: 0x2ED0, symBinAddr: 0x10015FAFC, symSize: 0xA0 }
+ - { offset: 0x14F770, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC14collapsedMenusShySSGvM', symObjAddr: 0x2F70, symBinAddr: 0x10015FB9C, symSize: 0xC4 }
+ - { offset: 0x14F794, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC14collapsedMenusShySSGvM.resume.0', symObjAddr: 0x3034, symBinAddr: 0x10015FC60, symSize: 0xC0 }
+ - { offset: 0x14F7B5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC15$collapsedMenus7Combine9PublishedV9PublisherVyShySSG_Gvg', symObjAddr: 0x3130, symBinAddr: 0x10015FD5C, symSize: 0x78 }
+ - { offset: 0x14F7D9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC15$collapsedMenus7Combine9PublishedV9PublisherVyShySSG_Gvs', symObjAddr: 0x31A8, symBinAddr: 0x10015FDD4, symSize: 0x100 }
+ - { offset: 0x14F80D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC15$collapsedMenus7Combine9PublishedV9PublisherVyShySSG_GvM', symObjAddr: 0x32A8, symBinAddr: 0x10015FED4, symSize: 0xD4 }
+ - { offset: 0x14F831, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC15$collapsedMenus7Combine9PublishedV9PublisherVyShySSG_GvM.resume.0', symObjAddr: 0x337C, symBinAddr: 0x10015FFA8, symSize: 0xDC }
+ - { offset: 0x14F852, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC15_collapsedMenus33_2AB4DB47B05D6C4F9539F621507C0451LL7Combine9PublishedVyShySSGGvg', symObjAddr: 0x3458, symBinAddr: 0x100160084, symSize: 0x78 }
+ - { offset: 0x14F866, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC15_collapsedMenus33_2AB4DB47B05D6C4F9539F621507C0451LL7Combine9PublishedVyShySSGGvs', symObjAddr: 0x34D0, symBinAddr: 0x1001600FC, symSize: 0xDC }
+ - { offset: 0x14F87A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC12cancellables33_2AB4DB47B05D6C4F9539F621507C0451LLShy7Combine14AnyCancellableCGvg', symObjAddr: 0x364C, symBinAddr: 0x10016020C, symSize: 0x5C }
+ - { offset: 0x14F88E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC12cancellables33_2AB4DB47B05D6C4F9539F621507C0451LLShy7Combine14AnyCancellableCGvs', symObjAddr: 0x36A8, symBinAddr: 0x100160268, symSize: 0x6C }
+ - { offset: 0x14F8A9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreCACycfC', symObjAddr: 0x3714, symBinAddr: 0x1001602D4, symSize: 0x38 }
+ - { offset: 0x14F8BD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreCACycfc', symObjAddr: 0x374C, symBinAddr: 0x10016030C, symSize: 0x548 }
+ - { offset: 0x14F8E1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC8getValue2idypSgSS_tF', symObjAddr: 0x3C94, symBinAddr: 0x100160854, symSize: 0xA8 }
+ - { offset: 0x14F914, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC8setValue2id5valueySS_ypSgtF', symObjAddr: 0x3D64, symBinAddr: 0x1001608FC, symSize: 0x188 }
+ - { offset: 0x14F976, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC12getFormField6formId5fieldS2S_SStF', symObjAddr: 0x4054, symBinAddr: 0x100160A84, symSize: 0x1F0 }
+ - { offset: 0x14F9B8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC12setFormField6formId5field5valueySS_S2StF', symObjAddr: 0x4294, symBinAddr: 0x100160C74, symSize: 0x31C }
+ - { offset: 0x14FA0A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC13getFormValues6formIdSDyS2SGSS_tF', symObjAddr: 0x45B0, symBinAddr: 0x100160F90, symSize: 0x134 }
+ - { offset: 0x14FA3D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC13setFormValues6formId4dataySS_SDyS2SGtF', symObjAddr: 0x46E4, symBinAddr: 0x1001610C4, symSize: 0xDC }
+ - { offset: 0x14FA7F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC9clearForm6formIdySS_tF', symObjAddr: 0x47C0, symBinAddr: 0x1001611A0, symSize: 0x224 }
+ - { offset: 0x14FAB1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC9clearForm6formIdySS_tFySSXEfU_', symObjAddr: 0x49E4, symBinAddr: 0x1001613C4, symSize: 0x1C0 }
+ - { offset: 0x14FB00, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC12setTableData2id4rowsySS_SaySDySSypGGtF', symObjAddr: 0x4CE4, symBinAddr: 0x10016164C, symSize: 0xDC }
+ - { offset: 0x14FB42, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC12getTableData2idSaySDySSypGGSS_tF', symObjAddr: 0x4DC0, symBinAddr: 0x100161728, symSize: 0x11C }
+ - { offset: 0x14FB75, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC9selectRow9tabularId5indexySS_SitF', symObjAddr: 0x4F04, symBinAddr: 0x10016186C, symSize: 0xE8 }
+ - { offset: 0x14FBB7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC14getSelectedRow9tabularIdSiSgSS_tF', symObjAddr: 0x4FEC, symBinAddr: 0x100161954, symSize: 0xBC }
+ - { offset: 0x14FBEA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC18getSelectedRowData9tabularIdSDySSypGSgSS_tF', symObjAddr: 0x50A8, symBinAddr: 0x100161A10, symSize: 0x22C }
+ - { offset: 0x14FC4B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC9openPopup2id6schema7optionsySS_AA13ControlSchemaVAA0E7OptionsVtF', symObjAddr: 0x52D4, symBinAddr: 0x100161C3C, symSize: 0x16C }
+ - { offset: 0x14FCA9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10PopupStateV6schema7options6isOpenAcA13ControlSchemaV_AA0C7OptionsVSbtcfC', symObjAddr: 0x5E64, symBinAddr: 0x100161DA8, symSize: 0xCC }
+ - { offset: 0x14FCBD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC10closePopup2idySS_tF', symObjAddr: 0x5F34, symBinAddr: 0x100161E78, symSize: 0xC0 }
+ - { offset: 0x14FCF2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC11isPopupOpen2idSbSS_tF', symObjAddr: 0x6354, symBinAddr: 0x100162298, symSize: 0x174 }
+ - { offset: 0x14FD33, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreCfd', symObjAddr: 0x65E0, symBinAddr: 0x100162524, symSize: 0x188 }
+ - { offset: 0x14FD57, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreCfD', symObjAddr: 0x6790, symBinAddr: 0x1001626AC, symSize: 0x40 }
+ - { offset: 0x14FD7B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10PopupStateV6schemaAA13ControlSchemaVvg', symObjAddr: 0x67FC, symBinAddr: 0x100162718, symSize: 0x1C }
+ - { offset: 0x14FD8F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10PopupStateV7optionsAA0C7OptionsVvg', symObjAddr: 0x6818, symBinAddr: 0x100162734, symSize: 0x1C }
+ - { offset: 0x14FDA3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10PopupStateV6isOpenSbvg', symObjAddr: 0x6834, symBinAddr: 0x100162750, symSize: 0xC }
+ - { offset: 0x14FDB7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10PopupStateV6isOpenSbvs', symObjAddr: 0x6840, symBinAddr: 0x10016275C, symSize: 0x8 }
+ - { offset: 0x14FDCB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10PopupStateV6isOpenSbvM', symObjAddr: 0x6848, symBinAddr: 0x100162764, symSize: 0x10 }
+ - { offset: 0x14FDDF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10PopupStateV6isOpenSbvM.resume.0', symObjAddr: 0x6858, symBinAddr: 0x100162774, symSize: 0x4 }
+ - { offset: 0x14FEFC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlV6schemaAA0E6SchemaVvg', symObjAddr: 0x0, symBinAddr: 0x100165D04, symSize: 0x1C }
+ - { offset: 0x1500A4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlV6engineAA0B6EngineCvpfP', symObjAddr: 0x950, symBinAddr: 0x100165D20, symSize: 0x40 }
+ - { offset: 0x1500D0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlV6engineAA0B6EngineCvpACTK', symObjAddr: 0xABC, symBinAddr: 0x100165DBC, symSize: 0x64 }
+ - { offset: 0x1500E8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlV6engineAA0B6EngineCvpACTk', symObjAddr: 0xB20, symBinAddr: 0x100165E20, symSize: 0x40 }
+ - { offset: 0x150100, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlV13selectedIndex33_D1816DF4D08EFBF14530075C7B2EB48ELLSivpfP', symObjAddr: 0xCC8, symBinAddr: 0x100165FC8, symSize: 0x44 }
+ - { offset: 0x15012C, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI5StateVySiGWOc', symObjAddr: 0xD80, symBinAddr: 0x100166080, symSize: 0x3C }
+ - { offset: 0x150140, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI5StateVySiGWOh', symObjAddr: 0xE3C, symBinAddr: 0x1001660BC, symSize: 0x28 }
+ - { offset: 0x150154, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlV14_selectedIndex33_D1816DF4D08EFBF14530075C7B2EB48ELL0A2UI5StateVySiGvpfi', symObjAddr: 0xEFC, symBinAddr: 0x10016617C, symSize: 0x8 }
+ - { offset: 0x15016C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlV4bodyQrvg0A2UI05TupleD0VyAE0D0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAE6HStackVyAGyAE7ForEachVySaySi6offset_AA0C4ItemV7elementtGSiAiEE7overlay9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE06buttonQ0yQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE6ButtonVyAiEEAJ_AKQrqd___AOtAePRd__lFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEA11_yQrAO_A15_tFQOyARyAGyAE4TextVSg_A17_tGG_Qo__Qo__Qo__A9_Qo_G_AE011PlainButtonQ0VQo__AiEE5frame5width6heightA_QrA15__A15_A2_tFQOyAE01_pD0VyAE9RectangleVA9_G_Qo_Qo_G_AE6SpacerVtGG_A9_Qo__AiEEA29_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA_QrA15__A15_A15_A15_A15_A15_A2_tFQOyAA0E8RendererV_Qo_SgSgtGyXEfU_TA', symObjAddr: 0x2668, symBinAddr: 0x100166F6C, symSize: 0x8 }
+ - { offset: 0x150180, size: 0x8, addend: 0x0, symName: '_$sSi11SwiftBricks7TabItemV0A2UI15ModifiedContentVyAD4ViewPADE11buttonStyleyQrqd__AD015PrimitiveButtonJ0Rd__lFQOyAD0L0VyAFyAFyAFyAFyAD6HStackVyAD05TupleH0VyAD4TextVSg_ARtGGAD14_PaddingLayoutVGAWGAD30_EnvironmentKeyWritingModifierVyAD5ColorVSgGGAD011_BackgroundjU0VyA1_GGG_AD05PlainlJ0VQo_AD08_OverlayU0VyAFyAD06_ShapeH0VyAD9RectangleVA1_GAD06_FrameQ0VGGGIegygr_Si6offset_AC7elementtA24_Iegnr_TR', symObjAddr: 0x431C, symBinAddr: 0x100168768, symSize: 0x60 }
+ - { offset: 0x150198, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI9TupleViewVyAA15ModifiedContentVyAA6HStackVyACyAA7ForEachVySaySi6offset_0A6Bricks7TabItemV7elementtGSiAEyAA0D0PAAE11buttonStyleyQrqd__AA015PrimitiveButtonP0Rd__lFQOyAA0R0VyAEyAEyAEyAEyAGyACyAA4TextVSg_AWtGGAA14_PaddingLayoutVGA0_GAA30_EnvironmentKeyWritingModifierVyAA5ColorVSgGGAA011_BackgroundpY0VyA6_GGG_AA05PlainrP0VQo_AA08_OverlayY0VyAEyAA06_ShapeD0VyAA9RectangleVA6_GAA06_FrameU0VGGGG_AA6SpacerVtGGA12_G_AEyAK15ControlRendererVAA010_FlexFrameU0VGSgSgtGACyxGAapAWl', symObjAddr: 0x43BC, symBinAddr: 0x1001687C8, symSize: 0x74 }
+ - { offset: 0x1501AC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlV4bodyQrvgyycfU0_TA', symObjAddr: 0x4C00, symBinAddr: 0x100168C6C, symSize: 0x8 }
+ - { offset: 0x1501C0, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6VStackVyAA9TupleViewVyAA15ModifiedContentVyAA6HStackVyAEyAA7ForEachVySaySi6offset_0A6Bricks7TabItemV7elementtGSiAGyAA0E0PAAE11buttonStyleyQrqd__AA015PrimitiveButtonQ0Rd__lFQOyAA0S0VyAGyAGyAGyAGyAIyAEyAA4TextVSg_AYtGGAA14_PaddingLayoutVGA2_GAA30_EnvironmentKeyWritingModifierVyAA5ColorVSgGGAA011_BackgroundqZ0VyA8_GGG_AA05PlainsQ0VQo_AA08_OverlayZ0VyAGyAA06_ShapeE0VyAA9RectangleVA8_GAA06_FrameV0VGGGG_AA6SpacerVtGGA14_G_AGyAM15ControlRendererVAA010_FlexFrameV0VGSgSgtGGACyxGAarAWl', symObjAddr: 0x4C08, symBinAddr: 0x100168C74, symSize: 0x74 }
+ - { offset: 0x1501D4, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6VStackVyAA9TupleViewVyACyAA6HStackVyAGyAA7ForEachVySaySi6offset_0A6Bricks7TabItemV7elementtGSiACyAA0G0PAAE11buttonStyleyQrqd__AA015PrimitiveButtonQ0Rd__lFQOyAA0S0VyACyACyACyACyAIyAGyAA4TextVSg_AYtGGAA14_PaddingLayoutVGA2_GAA30_EnvironmentKeyWritingModifierVyAA5ColorVSgGGAA011_BackgroundqZ0VyA8_GGG_AA05PlainsQ0VQo_AA08_OverlayZ0VyACyAA06_ShapeG0VyAA9RectangleVA8_GAA06_FrameV0VGGGG_AA6SpacerVtGGA14_G_ACyAM15ControlRendererVAA010_FlexFrameV0VGSgSgtGGAA017_AppearanceActionZ0VGACyxq_GAar2aRRzAA0gZ0R_rlWl', symObjAddr: 0x514C, symBinAddr: 0x100169188, symSize: 0x8C }
+ - { offset: 0x150410, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV6engineAA0B6EngineCvpfP', symObjAddr: 0x74FC, symBinAddr: 0x10016A664, symSize: 0x40 }
+ - { offset: 0x15043C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV6engineAA0B6EngineCvpACTK', symObjAddr: 0x7598, symBinAddr: 0x10016A700, symSize: 0x64 }
+ - { offset: 0x150454, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV6engineAA0B6EngineCvpACTk', symObjAddr: 0x75FC, symBinAddr: 0x10016A764, symSize: 0x40 }
+ - { offset: 0x15046C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV13expandedItems33_D1816DF4D08EFBF14530075C7B2EB48ELLShySSGvpfP', symObjAddr: 0x77A4, symBinAddr: 0x10016A90C, symSize: 0x80 }
+ - { offset: 0x150498, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI5StateVyShySSGGWOc', symObjAddr: 0x7898, symBinAddr: 0x10016AA00, symSize: 0x54 }
+ - { offset: 0x1504AC, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI5StateVyShySSGGWOh', symObjAddr: 0x78EC, symBinAddr: 0x10016AA54, symSize: 0x34 }
+ - { offset: 0x1504C0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV14_expandedItems33_D1816DF4D08EFBF14530075C7B2EB48ELL0A2UI5StateVyShySSGGvpfi', symObjAddr: 0x79C8, symBinAddr: 0x10016AB30, symSize: 0x3C }
+ - { offset: 0x1504D8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV12selectedItem33_D1816DF4D08EFBF14530075C7B2EB48ELLSSvpfP', symObjAddr: 0x7B30, symBinAddr: 0x10016AC98, symSize: 0x90 }
+ - { offset: 0x150504, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV13_selectedItem33_D1816DF4D08EFBF14530075C7B2EB48ELL0A2UI5StateVySSGvpfi', symObjAddr: 0x7DA4, symBinAddr: 0x10016AE7C, symSize: 0x28 }
+ - { offset: 0x15051C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV4bodyQrvg0A2UI4ViewPAEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6VStackVyAE7ForEachVySayAA0C10ItemSchemaVGSSAE03AnyG0VGSgG_Qo_yXEfU_TA', symObjAddr: 0x90A4, symBinAddr: 0x10016B784, symSize: 0x8 }
+ - { offset: 0x150530, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6VStackVyAA7ForEachVySay0A6Bricks14MenuItemSchemaVGSSAA7AnyViewVGSgGAA14_PaddingLayoutVGACyxq_GAA0M0A2aURzAA0M8ModifierR_rlWl', symObjAddr: 0x9B04, symBinAddr: 0x10016C1E4, symSize: 0x8C }
+ - { offset: 0x150544, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6VStackVyAA7ForEachVySay0A6Bricks14MenuItemSchemaVGSSAA7AnyViewVGSgGACyxGAA0K0AAWl', symObjAddr: 0x9B90, symBinAddr: 0x10016C270, symSize: 0x74 }
+ - { offset: 0x150558, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI10ScrollViewVyAA15ModifiedContentVyAA6VStackVyAA7ForEachVySay0A6Bricks14MenuItemSchemaVGSSAA03AnyD0VGSgGAA14_PaddingLayoutVGGACyxGAA0D0AAWl', symObjAddr: 0x9FA0, symBinAddr: 0x10016C334, symSize: 0x74 }
+ - { offset: 0x15056C, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA10ScrollViewVyACyAA6VStackVyAA7ForEachVySay0A6Bricks14MenuItemSchemaVGSSAA03AnyF0VGSgGAA14_PaddingLayoutVGGAA06_FrameP0VGACyxq_GAA0F0A2AA_RzAA0F8ModifierR_rlWl', symObjAddr: 0xA014, symBinAddr: 0x10016C3A8, symSize: 0x8C }
+ - { offset: 0x150580, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA10ScrollViewVyACyAA6VStackVyAA7ForEachVySay0A6Bricks14MenuItemSchemaVGSSAA03AnyF0VGSgGAA14_PaddingLayoutVGGAA06_FrameP0VGWOh', symObjAddr: 0xA12C, symBinAddr: 0x10016C434, symSize: 0x48 }
+ - { offset: 0x150594, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA10ScrollViewVyACyAA6VStackVyAA7ForEachVySay0A6Bricks14MenuItemSchemaVGSSAA03AnyF0VGSgGAA14_PaddingLayoutVGGAA06_FrameP0VGAA24_BackgroundStyleModifierVyAA5ColorVGGACyxq_GAA0F0A2AA5_RzAA0fT0R_rlWl', symObjAddr: 0xA174, symBinAddr: 0x10016C47C, symSize: 0x90 }
+ - { offset: 0x1505A8, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA10ScrollViewVyACyAA6VStackVyAA7ForEachVySay0A6Bricks14MenuItemSchemaVGSSAA03AnyF0VGSgGAA14_PaddingLayoutVGGAA06_FrameP0VGAA24_BackgroundStyleModifierVyAA5ColorVGGWOh', symObjAddr: 0xA278, symBinAddr: 0x10016C50C, symSize: 0x70 }
+ - { offset: 0x1505BC, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyAA10ScrollViewVyACyAA6VStackVyAA7ForEachVySay0A6Bricks14MenuItemSchemaVGSSAA03AnyF0VGSgGAA14_PaddingLayoutVGGAA06_FrameP0VGAA24_BackgroundStyleModifierVyAA5ColorVGGAA010_AnimationT0VySbGGACyxq_GAA0F0A2AA9_RzAA0fT0R_rlWl', symObjAddr: 0xA2E8, symBinAddr: 0x10016C57C, symSize: 0x90 }
+ - { offset: 0x1505D0, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI18_AnimationModifierVySbGACyxGAA04ViewD0AAWl', symObjAddr: 0xA378, symBinAddr: 0x10016C60C, symSize: 0x74 }
+ - { offset: 0x1505E4, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyAA10ScrollViewVyACyAA6VStackVyAA7ForEachVySay0A6Bricks14MenuItemSchemaVGSSAA03AnyF0VGSgGAA14_PaddingLayoutVGGAA06_FrameP0VGAA24_BackgroundStyleModifierVyAA5ColorVGGAA010_AnimationT0VySbGGWOh', symObjAddr: 0xA3EC, symBinAddr: 0x10016C680, symSize: 0x98 }
+ - { offset: 0x1505F8, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyAA10ScrollViewVyACyAA6VStackVyAA7ForEachVySay0A6Bricks14MenuItemSchemaVGSSAA03AnyF0VGSgGAA14_PaddingLayoutVGGAA06_FrameP0VGAA24_BackgroundStyleModifierVyAA5ColorVGGAA010_AnimationT0VySbGGWOc', symObjAddr: 0xA484, symBinAddr: 0x10016C718, symSize: 0x140 }
+ - { offset: 0x15060C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV12menuItemView33_D1816DF4D08EFBF14530075C7B2EB48ELL_5depth0A2UI03AnyG0VAA0cF6SchemaV_SitFAG05TupleG0VyAG0G0PAGE11buttonStyleyQrqd__AG015PrimitiveButtonU0Rd__lFQOyAG0W0VyAoGE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoGE10background_20ignoresSafeAreaEdgesQrqd___AG4EdgeO3SetVtAG05ShapeU0Rd__lFQOyAoGE15foregroundColoryQrAG5ColorVSgFQOyAoGE7paddingyQrA2__AXSgtFQOyAoGEA8_yQrA2__A9_tFQOyAG6HStackVyAMyAoGE5frame5width6height9alignmentQrA9__A9_AG9AlignmentVtFQOyAG4TextV_Qo_Sg_AoGE9lineLimityQrSiSgFQOyA19__Qo_AG6SpacerVAoGEA4_yQrA7_FQOyAoGE4fontyQrAG4FontVSgFQOyAG5ImageV_Qo__Qo_SgtGG_Qo__Qo__Qo__A6_Qo__Qo_G_AG05PlainwU0VQo__AG7ForEachVySayAKGSSAIGSgSgtGyXEfU_TA', symObjAddr: 0xB1B0, symBinAddr: 0x10016D2F0, symSize: 0x28 }
+ - { offset: 0x150620, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI9TupleViewVyAA0D0PAAE11buttonStyleyQrqd__AA015PrimitiveButtonF0Rd__lFQOyAA0H0VyAA15ModifiedContentVyAKyAKyAKyAKyAA6HStackVyACyAKyAA4TextVAA12_FrameLayoutVGSg_AKyAoA30_EnvironmentKeyWritingModifierVySiSgGGAA6SpacerVAKyAKyAA5ImageVAUyAA4FontVSgGGAUyAA5ColorVSgGGSgtGGAA08_PaddingN0VGA15_GA9_GAA011_BackgroundfR0VyA7_GGAA11_ClipEffectVyAA16RoundedRectangleVGGG_AA05PlainhF0VQo__AA7ForEachVySay0A6Bricks14MenuItemSchemaVGSSAA03AnyD0VGSgSgtGACyxGAadAWl', symObjAddr: 0xB1D8, symBinAddr: 0x10016D318, symSize: 0x74 }
+ - { offset: 0x150634, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6VStackVyAA9TupleViewVyAA0E0PAAE11buttonStyleyQrqd__AA015PrimitiveButtonG0Rd__lFQOyAA0I0VyAA15ModifiedContentVyAMyAMyAMyAMyAA6HStackVyAEyAMyAA4TextVAA12_FrameLayoutVGSg_AMyAqA30_EnvironmentKeyWritingModifierVySiSgGGAA6SpacerVAMyAMyAA5ImageVAWyAA4FontVSgGGAWyAA5ColorVSgGGSgtGGAA08_PaddingO0VGA17_GA11_GAA011_BackgroundgS0VyA9_GGAA11_ClipEffectVyAA16RoundedRectangleVGGG_AA05PlainiG0VQo__AA7ForEachVySay0A6Bricks14MenuItemSchemaVGSSAA03AnyE0VGSgSgtGGACyxGAafAWl', symObjAddr: 0xB2B0, symBinAddr: 0x10016D38C, symSize: 0x74 }
+ - { offset: 0x150648, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks14MenuItemSchemaVGSayxGSlsWl', symObjAddr: 0xB324, symBinAddr: 0x10016D400, symSize: 0x74 }
+ - { offset: 0x15065C, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks14MenuItemSchemaVGWOh', symObjAddr: 0xB398, symBinAddr: 0x10016D474, symSize: 0x28 }
+ - { offset: 0x150670, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV06handleC5Click33_D1816DF4D08EFBF14530075C7B2EB48ELL_11hasChildrenyAA0C10ItemSchemaV_SbtFyyYacfU_TA', symObjAddr: 0xD950, symBinAddr: 0x10016F9A8, symSize: 0x94 }
+ - { offset: 0x150684, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV06handleC5Click33_D1816DF4D08EFBF14530075C7B2EB48ELL_11hasChildrenyAA0C10ItemSchemaV_SbtFyyYacfU_TATQ0_', symObjAddr: 0xD9E4, symBinAddr: 0x10016FA3C, symSize: 0x60 }
+ - { offset: 0x1507BA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18PopupWindowControlV6engineAA0B6EngineCvpfP', symObjAddr: 0xE174, symBinAddr: 0x10016FC74, symSize: 0x40 }
+ - { offset: 0x1507E6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18PopupWindowControlV6engineAA0B6EngineCvpACTK', symObjAddr: 0xE210, symBinAddr: 0x10016FD10, symSize: 0x64 }
+ - { offset: 0x1507FE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18PopupWindowControlV6engineAA0B6EngineCvpACTk', symObjAddr: 0xE274, symBinAddr: 0x10016FD74, symSize: 0x40 }
+ - { offset: 0x150816, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18PopupWindowControlV4bodyQrvg0A2UI9TupleViewVyAE0I0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAiEE06buttonR0yQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonR0VQo_tGG_Qo__A5_Qo__AiEEAQyQrATFQOyAE6VStackVyAA010SubWidgetsI0VG_Qo_SgtGyXEfU_TA', symObjAddr: 0xFA5C, symBinAddr: 0x100170C04, symSize: 0x8 }
+ - { offset: 0x15082A, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI9TupleViewVyAA15ModifiedContentVyAEyAA6HStackVyACyAA4TextV_AA6SpacerVAA0D0PAAE11buttonStyleyQrqd__AA015PrimitiveButtonK0Rd__lFQOyAA0M0VyAEyAEyAA5ImageVAA30_EnvironmentKeyWritingModifierVyAA4FontVSgGGAUyAA5ColorVSgGGG_AA05PlainmK0VQo_tGGAA14_PaddingLayoutVGAA011_BackgroundkR0VyA0_GG_AEyAA6VStackVy0A6Bricks010SubWidgetsD0VGA11_GSgtGACyxGAalAWl', symObjAddr: 0xFA64, symBinAddr: 0x100170C0C, symSize: 0x74 }
+ - { offset: 0x15083E, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6VStackVyAA9TupleViewVyAA15ModifiedContentVyAGyAA6HStackVyAEyAA4TextV_AA6SpacerVAA0E0PAAE11buttonStyleyQrqd__AA015PrimitiveButtonL0Rd__lFQOyAA0N0VyAGyAGyAA5ImageVAA30_EnvironmentKeyWritingModifierVyAA4FontVSgGGAWyAA5ColorVSgGGG_AA05PlainnL0VQo_tGGAA14_PaddingLayoutVGAA011_BackgroundlS0VyA2_GG_AGyACy0A6Bricks010SubWidgetsE0VGA13_GSgtGGACyxGAanAWl', symObjAddr: 0xFDF4, symBinAddr: 0x100170C80, symSize: 0x74 }
+ - { offset: 0x150852, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6VStackVyAA9TupleViewVyACyACyAA6HStackVyAGyAA4TextV_AA6SpacerVAA0G0PAAE11buttonStyleyQrqd__AA015PrimitiveButtonL0Rd__lFQOyAA0N0VyACyACyAA5ImageVAA30_EnvironmentKeyWritingModifierVyAA4FontVSgGGAWyAA5ColorVSgGGG_AA05PlainnL0VQo_tGGAA14_PaddingLayoutVGAA011_BackgroundlS0VyA2_GG_ACyAEy0A6Bricks010SubWidgetsG0VGA13_GSgtGGA17_GACyxq_GAan2aNRzAA0gS0R_rlWl', symObjAddr: 0x10008, symBinAddr: 0x100170E54, symSize: 0x90 }
+ - { offset: 0x150866, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA6VStackVyAA9TupleViewVyACyACyAA6HStackVyAGyAA4TextV_AA6SpacerVAA0G0PAAE11buttonStyleyQrqd__AA015PrimitiveButtonL0Rd__lFQOyAA0N0VyACyACyAA5ImageVAA30_EnvironmentKeyWritingModifierVyAA4FontVSgGGAWyAA5ColorVSgGGG_AA05PlainnL0VQo_tGGAA14_PaddingLayoutVGAA011_BackgroundlS0VyA2_GG_ACyAEy0A6Bricks010SubWidgetsG0VGA13_GSgtGGA17_GAA11_ClipEffectVyAA16RoundedRectangleVGGACyxq_GAan2aNRzAA0gS0R_rlWl', symObjAddr: 0x10D98, symBinAddr: 0x100171B5C, symSize: 0x90 }
+ - { offset: 0x15087A, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyAA6VStackVyAA9TupleViewVyACyACyAA6HStackVyAGyAA4TextV_AA6SpacerVAA0G0PAAE11buttonStyleyQrqd__AA015PrimitiveButtonL0Rd__lFQOyAA0N0VyACyACyAA5ImageVAA30_EnvironmentKeyWritingModifierVyAA4FontVSgGGAWyAA5ColorVSgGGG_AA05PlainnL0VQo_tGGAA14_PaddingLayoutVGAA011_BackgroundlS0VyA2_GG_ACyAEy0A6Bricks010SubWidgetsG0VGA13_GSgtGGA17_GAA11_ClipEffectVyAA16RoundedRectangleVGGAA13_ShadowEffectVGACyxq_GAan2aNRzAA0gS0R_rlWl', symObjAddr: 0x110A8, symBinAddr: 0x100171DD0, symSize: 0x8C }
+ - { offset: 0x15099A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HtmlControlV6engineAA0B6EngineCvpfP', symObjAddr: 0x11970, symBinAddr: 0x100172658, symSize: 0x40 }
+ - { offset: 0x1509C6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HtmlControlV6engineAA0B6EngineCvpACTK', symObjAddr: 0x11A0C, symBinAddr: 0x1001726F4, symSize: 0x64 }
+ - { offset: 0x1509DE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HtmlControlV6engineAA0B6EngineCvpACTk', symObjAddr: 0x11A70, symBinAddr: 0x100172758, symSize: 0x40 }
+ - { offset: 0x1509F6, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOyAA4TextVAG_GWOy', symObjAddr: 0x12900, symBinAddr: 0x1001732FC, symSize: 0x70 }
+ - { offset: 0x150A0A, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyAA4TextVAEGACyxq_GAA4ViewA2aHRzAaHR_rlWl', symObjAddr: 0x12970, symBinAddr: 0x10017336C, symSize: 0x88 }
+ - { offset: 0x150A1E, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyAA4TextVAEGWOh', symObjAddr: 0x129F8, symBinAddr: 0x1001733F4, symSize: 0x40 }
+ - { offset: 0x150A32, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOyAA4TextVAG_GWOe', symObjAddr: 0x12A38, symBinAddr: 0x100173434, symSize: 0x70 }
+ - { offset: 0x150A46, size: 0x8, addend: 0x0, symName: '_$sSo18NSAttributedStringCMa', symObjAddr: 0x12AA8, symBinAddr: 0x1001734A4, symSize: 0x60 }
+ - { offset: 0x150A5A, size: 0x8, addend: 0x0, symName: '_$sSo42NSAttributedStringDocumentReadingOptionKeyaWOc', symObjAddr: 0x12B80, symBinAddr: 0x100173504, symSize: 0x3C }
+ - { offset: 0x150A6E, size: 0x8, addend: 0x0, symName: '_$sSo30NSAttributedStringDocumentTypeaMa', symObjAddr: 0x12BBC, symBinAddr: 0x100173540, symSize: 0x94 }
+ - { offset: 0x150A82, size: 0x8, addend: 0x0, symName: '_$sSo42NSAttributedStringDocumentReadingOptionKeyaMa', symObjAddr: 0x12C50, symBinAddr: 0x1001735D4, symSize: 0x94 }
+ - { offset: 0x150A96, size: 0x8, addend: 0x0, symName: '_$sSo42NSAttributedStringDocumentReadingOptionKeyaABSHSCWl', symObjAddr: 0x12CE4, symBinAddr: 0x100173668, symSize: 0x6C }
+ - { offset: 0x150D00, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlV6engineAA0B6EngineCvpfP', symObjAddr: 0x12F14, symBinAddr: 0x100173820, symSize: 0x40 }
+ - { offset: 0x150D2C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlV6engineAA0B6EngineCvpACTK', symObjAddr: 0x12FB0, symBinAddr: 0x1001738BC, symSize: 0x64 }
+ - { offset: 0x150D44, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlV6engineAA0B6EngineCvpACTk', symObjAddr: 0x13014, symBinAddr: 0x100173920, symSize: 0x40 }
+ - { offset: 0x150D5C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlV5image33_D1816DF4D08EFBF14530075C7B2EB48ELL0A2UI0C0VSgvpfP', symObjAddr: 0x131BC, symBinAddr: 0x100173AC8, symSize: 0x7C }
+ - { offset: 0x150D88, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI5StateVyAA5ImageVSgGWOc', symObjAddr: 0x132AC, symBinAddr: 0x100173BB8, symSize: 0x54 }
+ - { offset: 0x150D9C, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI5StateVyAA5ImageVSgGWOh', symObjAddr: 0x13300, symBinAddr: 0x100173C0C, symSize: 0x34 }
+ - { offset: 0x150DB0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlV6_image33_D1816DF4D08EFBF14530075C7B2EB48ELL0A2UI5StateVyAF0C0VSgGvpfi', symObjAddr: 0x133DC, symBinAddr: 0x100173CE8, symSize: 0x8 }
+ - { offset: 0x150DC8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlV9isLoading33_D1816DF4D08EFBF14530075C7B2EB48ELLSbvpfP', symObjAddr: 0x13510, symBinAddr: 0x100173E1C, symSize: 0x50 }
+ - { offset: 0x150DF4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlV10_isLoading33_D1816DF4D08EFBF14530075C7B2EB48ELL0A2UI5StateVySbGvpfi', symObjAddr: 0x136D4, symBinAddr: 0x100173F7C, symSize: 0xC }
+ - { offset: 0x150E0C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlV4bodyQrvg0A2UI19_ConditionalContentVyAGyAE4ViewPAEE11aspectRatio_11contentModeQr12CoreGraphics7CGFloatVSg_AE0hM0OtFQOyAE0C0V_Qo_AE08ProgressI0VyAE05EmptyI0VAXGGAiEE7overlay_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAE06_ShapeI0VyAE9RectangleVAE5ColorVG_AE4TextVQo_GyXEfU_TA', symObjAddr: 0x14FA0, symBinAddr: 0x100174E94, symSize: 0x8 }
+ - { offset: 0x150E20, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACyAA08ModifiedD0VyAA5ImageVAA18_AspectRatioLayoutVGAA12ProgressViewVyAA05EmptyK0VANGGAEyAA06_ShapeK0VyAA9RectangleVAA5ColorVGAA16_OverlayModifierVyAA4TextVGGGACyxq_GAA0K0A2AA4_RzAAA4_R_rlWl', symObjAddr: 0x14FA8, symBinAddr: 0x100174E9C, symSize: 0x90 }
+ - { offset: 0x150E34, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyAA08ModifiedD0VyAA5ImageVAA18_AspectRatioLayoutVGAA12ProgressViewVyAA05EmptyK0VANGGACyxq_GAA0K0A2aRRzAaRR_rlWl', symObjAddr: 0x15038, symBinAddr: 0x100174F2C, symSize: 0x90 }
+ - { offset: 0x150E48, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA5ImageVAA18_AspectRatioLayoutVGACyxq_GAA4ViewA2aJRzAA0I8ModifierR_rlWl', symObjAddr: 0x150C8, symBinAddr: 0x100174FBC, symSize: 0x8C }
+ - { offset: 0x150E5C, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA10_ShapeViewVyAA9RectangleVAA5ColorVGAA16_OverlayModifierVyAA4TextVGGACyxq_GAA0F0A2aRRzAA0fJ0R_rlWl', symObjAddr: 0x151C8, symBinAddr: 0x100175048, symSize: 0x90 }
+ - { offset: 0x150E70, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI10_ShapeViewVyAA9RectangleVAA5ColorVGACyxq_GAA0D0AAWl', symObjAddr: 0x15258, symBinAddr: 0x1001750D8, symSize: 0x74 }
+ - { offset: 0x150E84, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI16_OverlayModifierVyAA4TextVGACyxGAA04ViewD0AAWl', symObjAddr: 0x152CC, symBinAddr: 0x10017514C, symSize: 0x74 }
+ - { offset: 0x150E98, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlV4bodyQrvgyyYaYbcfU0_TA', symObjAddr: 0x15B3C, symBinAddr: 0x100175658, symSize: 0x70 }
+ - { offset: 0x150EAC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlV4bodyQrvgyyYaYbcfU0_TATQ0_', symObjAddr: 0x15BAC, symBinAddr: 0x1001756C8, symSize: 0x60 }
+ - { offset: 0x150EC0, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI5GroupVyAA19_ConditionalContentVyAEyAA08ModifiedE0VyAA5ImageVAA18_AspectRatioLayoutVGAA12ProgressViewVyAA05EmptyL0VAPGGAGyAA06_ShapeL0VyAA9RectangleVAA5ColorVGAA16_OverlayModifierVyAA4TextVGGGGACyxGAA0L0A2AA7_RzlWl', symObjAddr: 0x16748, symBinAddr: 0x100176244, symSize: 0x80 }
+ - { offset: 0x150ED4, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI5GroupVyAA19_ConditionalContentVyAEyAA08ModifiedE0VyAA5ImageVAA18_AspectRatioLayoutVGAA12ProgressViewVyAA05EmptyL0VAPGGAGyAA06_ShapeL0VyAA9RectangleVAA5ColorVGAA16_OverlayModifierVyAA4TextVGGGGWOh', symObjAddr: 0x167C8, symBinAddr: 0x1001762C4, symSize: 0xEC }
+ - { offset: 0x150EE8, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA5GroupVyAA012_ConditionalD0VyAGyACyAA5ImageVAA18_AspectRatioLayoutVGAA12ProgressViewVyAA05EmptyL0VAPGGACyAA06_ShapeL0VyAA9RectangleVAA5ColorVGAA16_OverlayModifierVyAA4TextVGGGGAA05_TaskR0VGACyxq_GAA0L0A2AA10_RzAA0lR0R_rlWl', symObjAddr: 0x168B4, symBinAddr: 0x1001763B0, symSize: 0x90 }
+ - { offset: 0x150EFC, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA5GroupVyAA012_ConditionalD0VyAGyACyAA5ImageVAA18_AspectRatioLayoutVGAA12ProgressViewVyAA05EmptyL0VAPGGACyAA06_ShapeL0VyAA9RectangleVAA5ColorVGAA16_OverlayModifierVyAA4TextVGGGGAA05_TaskR0VGWOh', symObjAddr: 0x169B0, symBinAddr: 0x100176440, symSize: 0x154 }
+ - { offset: 0x150F10, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA5GroupVyAA012_ConditionalD0VyAGyACyAA5ImageVAA18_AspectRatioLayoutVGAA12ProgressViewVyAA05EmptyL0VAPGGACyAA06_ShapeL0VyAA9RectangleVAA5ColorVGAA16_OverlayModifierVyAA4TextVGGGGAA05_TaskR0VGWOc', symObjAddr: 0x16B04, symBinAddr: 0x100176594, symSize: 0x274 }
+ - { offset: 0x150F24, size: 0x8, addend: 0x0, symName: '_$sSo7NSImageCMa', symObjAddr: 0x16EA4, symBinAddr: 0x10017684C, symSize: 0x60 }
+ - { offset: 0x151208, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV6engineAA0B6EngineCvpfP', symObjAddr: 0x170A4, symBinAddr: 0x100176A4C, symSize: 0x40 }
+ - { offset: 0x151235, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV6engineAA0B6EngineCvpACTK', symObjAddr: 0x17140, symBinAddr: 0x100176AE8, symSize: 0x7C }
+ - { offset: 0x15124D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV6engineAA0B6EngineCvpACTk', symObjAddr: 0x171BC, symBinAddr: 0x100176B64, symSize: 0x40 }
+ - { offset: 0x151265, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV12loadedSchema33_D1816DF4D08EFBF14530075C7B2EB48ELLAA0eG0VSgvpfP', symObjAddr: 0x17364, symBinAddr: 0x100176D0C, symSize: 0xB0 }
+ - { offset: 0x151294, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI5StateVy0A6Bricks13ControlSchemaVSgGWOc', symObjAddr: 0x18174, symBinAddr: 0x100176E88, symSize: 0x988 }
+ - { offset: 0x1512A8, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI5StateVy0A6Bricks13ControlSchemaVSgGWOh', symObjAddr: 0x18AFC, symBinAddr: 0x100177810, symSize: 0x330 }
+ - { offset: 0x1512BC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV13_loadedSchema33_D1816DF4D08EFBF14530075C7B2EB48ELL0A2UI5StateVyAA0eG0VSgGvpfi', symObjAddr: 0x18F14, symBinAddr: 0x100177C28, symSize: 0x44 }
+ - { offset: 0x1512D4, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI5StateVy0A6Bricks13ControlSchemaVSgGWOd', symObjAddr: 0x19274, symBinAddr: 0x100177D94, symSize: 0xA90 }
+ - { offset: 0x1512E8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV9isLoading33_D1816DF4D08EFBF14530075C7B2EB48ELLSbvpfP', symObjAddr: 0x19E28, symBinAddr: 0x100178824, symSize: 0x50 }
+ - { offset: 0x151315, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV10_isLoading33_D1816DF4D08EFBF14530075C7B2EB48ELL0A2UI5StateVySbGvpfi', symObjAddr: 0x19F90, symBinAddr: 0x10017898C, symSize: 0xC }
+ - { offset: 0x15132D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV12errorMessage33_D1816DF4D08EFBF14530075C7B2EB48ELLSSSgvpfP', symObjAddr: 0x1A0B0, symBinAddr: 0x100178AAC, symSize: 0xA4 }
+ - { offset: 0x15135A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV13_errorMessage33_D1816DF4D08EFBF14530075C7B2EB48ELL0A2UI5StateVySSSgGvpfi', symObjAddr: 0x1A340, symBinAddr: 0x100178CAC, symSize: 0xC }
+ - { offset: 0x151372, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV4bodyQrvg0A2UI19_ConditionalContentVyAGyAE4ViewPAEE5frame8minWidth05idealM003maxM00L6Height0nP00oP09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAE08ProgressJ0VyAE4TextVAE05EmptyJ0VG_Qo_AE6VStackVyAE05TupleJ0VyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A_tGGGAA0E8RendererVGSgyXEfU_TA', symObjAddr: 0x1C748, symBinAddr: 0x100179D84, symSize: 0x8 }
+ - { offset: 0x151386, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACyAA08ModifiedD0VyAA12ProgressViewVyAA4TextVAA05EmptyG0VGAA16_FlexFrameLayoutVGAA6VStackVyAA05TupleG0VyAEyAA5ImageVAA30_EnvironmentKeyWritingModifierVyAA5ColorVSgGG_AItGGG0A6Bricks15ControlRendererVGSgxSgAA0G0A2AA10_RzlWl', symObjAddr: 0x1C750, symBinAddr: 0x100179D8C, symSize: 0x80 }
+ - { offset: 0x15139A, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACyAA08ModifiedD0VyAA12ProgressViewVyAA4TextVAA05EmptyG0VGAA16_FlexFrameLayoutVGAA6VStackVyAA05TupleG0VyAEyAA5ImageVAA30_EnvironmentKeyWritingModifierVyAA5ColorVSgGG_AItGGG0A6Bricks15ControlRendererVGACyxq_GAA0G0A2AA9_RzAAA9_R_rlWl', symObjAddr: 0x1C7D0, symBinAddr: 0x100179E0C, symSize: 0x90 }
+ - { offset: 0x1513AE, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyAA08ModifiedD0VyAA12ProgressViewVyAA4TextVAA05EmptyG0VGAA16_FlexFrameLayoutVGAA6VStackVyAA05TupleG0VyAEyAA5ImageVAA30_EnvironmentKeyWritingModifierVyAA5ColorVSgGG_AItGGGACyxq_GAA0G0A2AA5_RzAAA5_R_rlWl', symObjAddr: 0x1C860, symBinAddr: 0x100179E9C, symSize: 0x90 }
+ - { offset: 0x1513C2, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6VStackVyAA9TupleViewVyAA15ModifiedContentVyAA5ImageVAA30_EnvironmentKeyWritingModifierVyAA5ColorVSgGG_AA4TextVtGGACyxGAA0E0AAWl', symObjAddr: 0x1C9F0, symBinAddr: 0x100179F2C, symSize: 0x74 }
+ - { offset: 0x1513D6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV4bodyQrvgyyYaYbcfU0_TA', symObjAddr: 0x1DC1C, symBinAddr: 0x10017AAA0, symSize: 0x70 }
+ - { offset: 0x1513EA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV4bodyQrvgyyYaYbcfU0_TATQ0_', symObjAddr: 0x1DC8C, symBinAddr: 0x10017AB10, symSize: 0x60 }
+ - { offset: 0x1513FE, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI5GroupVyAA19_ConditionalContentVyAEyAA08ModifiedE0VyAA12ProgressViewVyAA4TextVAA05EmptyH0VGAA16_FlexFrameLayoutVGAA6VStackVyAA05TupleH0VyAGyAA5ImageVAA30_EnvironmentKeyWritingModifierVyAA5ColorVSgGG_AKtGGG0A6Bricks15ControlRendererVGSgGACyxGAA0H0A2AA13_RzlWl', symObjAddr: 0x1DCEC, symBinAddr: 0x10017AB70, symSize: 0x80 }
+ - { offset: 0x151412, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI5GroupVyAA19_ConditionalContentVyAEyAA08ModifiedE0VyAA12ProgressViewVyAA4TextVAA05EmptyH0VGAA16_FlexFrameLayoutVGAA6VStackVyAA05TupleH0VyAGyAA5ImageVAA30_EnvironmentKeyWritingModifierVyAA5ColorVSgGG_AKtGGG0A6Bricks15ControlRendererVGSgGWOh', symObjAddr: 0x1DD6C, symBinAddr: 0x10017ABF0, symSize: 0x430 }
+ - { offset: 0x151426, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA5GroupVyAA012_ConditionalD0VyAGyACyAA12ProgressViewVyAA4TextVAA05EmptyH0VGAA16_FlexFrameLayoutVGAA6VStackVyAA05TupleH0VyACyAA5ImageVAA30_EnvironmentKeyWritingModifierVyAA5ColorVSgGG_AKtGGG0A6Bricks15ControlRendererVGSgGAA05_TaskT0VGACyxq_GAA0H0A2AA16_RzAA0hT0R_rlWl', symObjAddr: 0x1E19C, symBinAddr: 0x10017B020, symSize: 0x90 }
+ - { offset: 0x15143A, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA5GroupVyAA012_ConditionalD0VyAGyACyAA12ProgressViewVyAA4TextVAA05EmptyH0VGAA16_FlexFrameLayoutVGAA6VStackVyAA05TupleH0VyACyAA5ImageVAA30_EnvironmentKeyWritingModifierVyAA5ColorVSgGG_AKtGGG0A6Bricks15ControlRendererVGSgGAA05_TaskT0VGWOh', symObjAddr: 0x1E22C, symBinAddr: 0x10017B0B0, symSize: 0x498 }
+ - { offset: 0x15144E, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA5GroupVyAA012_ConditionalD0VyAGyACyAA12ProgressViewVyAA4TextVAA05EmptyH0VGAA16_FlexFrameLayoutVGAA6VStackVyAA05TupleH0VyACyAA5ImageVAA30_EnvironmentKeyWritingModifierVyAA5ColorVSgGG_AKtGGG0A6Bricks15ControlRendererVGSgGAA05_TaskT0VGWOc', symObjAddr: 0x1E6C4, symBinAddr: 0x10017B548, symSize: 0xC8C }
+ - { offset: 0x151462, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlV0A2UI0D0AA4BodyAdEP_AGWT', symObjAddr: 0x2056C, symBinAddr: 0x10017D388, symSize: 0x24 }
+ - { offset: 0x151476, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV0A2UI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0x20590, symBinAddr: 0x10017D3AC, symSize: 0x24 }
+ - { offset: 0x15148A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18PopupWindowControlV0A2UI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0x205B4, symBinAddr: 0x10017D3D0, symSize: 0x24 }
+ - { offset: 0x15149E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HtmlControlV0A2UI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0x205D8, symBinAddr: 0x10017D3F4, symSize: 0x24 }
+ - { offset: 0x1514B2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlV0A2UI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0x205FC, symBinAddr: 0x10017D418, symSize: 0x24 }
+ - { offset: 0x1514C6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV0A2UI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0x20620, symBinAddr: 0x10017D43C, symSize: 0x24 }
+ - { offset: 0x1514DA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlVwCP', symObjAddr: 0x206C8, symBinAddr: 0x10017D4E4, symSize: 0x3C }
+ - { offset: 0x1514EE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlVwxx', symObjAddr: 0x20704, symBinAddr: 0x10017D520, symSize: 0x324 }
+ - { offset: 0x151502, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlVwcp', symObjAddr: 0x20A28, symBinAddr: 0x10017D844, symSize: 0x97C }
+ - { offset: 0x151516, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlVwca', symObjAddr: 0x213A4, symBinAddr: 0x10017E1C0, symSize: 0xFE4 }
+ - { offset: 0x15152A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlVwta', symObjAddr: 0x223B4, symBinAddr: 0x10017F1A4, symSize: 0xA40 }
+ - { offset: 0x15153E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlVwet', symObjAddr: 0x22DF4, symBinAddr: 0x10017FBE4, symSize: 0x118 }
+ - { offset: 0x151552, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlVwst', symObjAddr: 0x22F0C, symBinAddr: 0x10017FCFC, symSize: 0x3A8 }
+ - { offset: 0x151566, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlVMa', symObjAddr: 0x232B4, symBinAddr: 0x1001800A4, symSize: 0x14 }
+ - { offset: 0x15157A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlVwCP', symObjAddr: 0x232C8, symBinAddr: 0x1001800B8, symSize: 0x3C }
+ - { offset: 0x15158E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlVwxx', symObjAddr: 0x23304, symBinAddr: 0x1001800F4, symSize: 0x348 }
+ - { offset: 0x1515A2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlVwcp', symObjAddr: 0x2364C, symBinAddr: 0x10018043C, symSize: 0x9D0 }
+ - { offset: 0x1515B6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlVwca', symObjAddr: 0x2401C, symBinAddr: 0x100180E0C, symSize: 0x1060 }
+ - { offset: 0x1515CA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlVwta', symObjAddr: 0x250A8, symBinAddr: 0x100181E6C, symSize: 0xA88 }
+ - { offset: 0x1515DE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlVwet', symObjAddr: 0x25B30, symBinAddr: 0x1001828F4, symSize: 0x118 }
+ - { offset: 0x1515F2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlVwst', symObjAddr: 0x25C48, symBinAddr: 0x100182A0C, symSize: 0x3B8 }
+ - { offset: 0x151606, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlVMa', symObjAddr: 0x26000, symBinAddr: 0x100182DC4, symSize: 0x14 }
+ - { offset: 0x15161A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18PopupWindowControlVwCP', symObjAddr: 0x26014, symBinAddr: 0x100182DD8, symSize: 0x3C }
+ - { offset: 0x15162E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18PopupWindowControlVwxx', symObjAddr: 0x26050, symBinAddr: 0x100182E14, symSize: 0x318 }
+ - { offset: 0x151642, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18PopupWindowControlVwcp', symObjAddr: 0x26368, symBinAddr: 0x10018312C, symSize: 0x958 }
+ - { offset: 0x151656, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18PopupWindowControlVwca', symObjAddr: 0x26CC0, symBinAddr: 0x100183A84, symSize: 0xFAC }
+ - { offset: 0x15166A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18PopupWindowControlVwta', symObjAddr: 0x27C98, symBinAddr: 0x100184A30, symSize: 0xA20 }
+ - { offset: 0x15167E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18PopupWindowControlVwet', symObjAddr: 0x286B8, symBinAddr: 0x100185450, symSize: 0x118 }
+ - { offset: 0x151692, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18PopupWindowControlVwst', symObjAddr: 0x287D0, symBinAddr: 0x100185568, symSize: 0x3A4 }
+ - { offset: 0x1516A6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18PopupWindowControlVMa', symObjAddr: 0x28B74, symBinAddr: 0x10018590C, symSize: 0x14 }
+ - { offset: 0x1516BA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HtmlControlVwCP', symObjAddr: 0x28B88, symBinAddr: 0x100185920, symSize: 0x3C }
+ - { offset: 0x1516CE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HtmlControlVwxx', symObjAddr: 0x28BC4, symBinAddr: 0x10018595C, symSize: 0x318 }
+ - { offset: 0x1516E2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HtmlControlVwcp', symObjAddr: 0x28EDC, symBinAddr: 0x100185C74, symSize: 0x958 }
+ - { offset: 0x1516F6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HtmlControlVwca', symObjAddr: 0x29834, symBinAddr: 0x1001865CC, symSize: 0xFAC }
+ - { offset: 0x15170A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HtmlControlVwta', symObjAddr: 0x2A7E0, symBinAddr: 0x100187578, symSize: 0xA20 }
+ - { offset: 0x15171E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HtmlControlVwet', symObjAddr: 0x2B200, symBinAddr: 0x100187F98, symSize: 0x118 }
+ - { offset: 0x151732, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HtmlControlVwst', symObjAddr: 0x2B318, symBinAddr: 0x1001880B0, symSize: 0x3A4 }
+ - { offset: 0x151746, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HtmlControlVMa', symObjAddr: 0x2B6BC, symBinAddr: 0x100188454, symSize: 0x14 }
+ - { offset: 0x15175A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlVwCP', symObjAddr: 0x2B6D0, symBinAddr: 0x100188468, symSize: 0x3C }
+ - { offset: 0x15176E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlVwxx', symObjAddr: 0x2B70C, symBinAddr: 0x1001884A4, symSize: 0x33C }
+ - { offset: 0x151782, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlVwcp', symObjAddr: 0x2BA48, symBinAddr: 0x1001887E0, symSize: 0x9B4 }
+ - { offset: 0x151796, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlVwca', symObjAddr: 0x2C3FC, symBinAddr: 0x100189194, symSize: 0x1044 }
+ - { offset: 0x1517AA, size: 0x8, addend: 0x0, symName: ___swift_memcpy1040_8, symObjAddr: 0x2D440, symBinAddr: 0x10018A1D8, symSize: 0x2C }
+ - { offset: 0x1517BE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlVwta', symObjAddr: 0x2D46C, symBinAddr: 0x10018A204, symSize: 0xA70 }
+ - { offset: 0x1517D2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlVwet', symObjAddr: 0x2DEDC, symBinAddr: 0x10018AC74, symSize: 0x118 }
+ - { offset: 0x1517E6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlVwst', symObjAddr: 0x2DFF4, symBinAddr: 0x10018AD8C, symSize: 0x3B4 }
+ - { offset: 0x1517FA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlVMa', symObjAddr: 0x2E3A8, symBinAddr: 0x10018B140, symSize: 0x14 }
+ - { offset: 0x15180E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlVwCP', symObjAddr: 0x2E3BC, symBinAddr: 0x10018B154, symSize: 0x3C }
+ - { offset: 0x151822, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlVwxx', symObjAddr: 0x2E3F8, symBinAddr: 0x10018B190, symSize: 0x650 }
+ - { offset: 0x151836, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlVwcp', symObjAddr: 0x2EA48, symBinAddr: 0x10018B7E0, symSize: 0x1330 }
+ - { offset: 0x15184A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlVwca', symObjAddr: 0x2FD78, symBinAddr: 0x10018CB10, symSize: 0x2968 }
+ - { offset: 0x15185E, size: 0x8, addend: 0x0, symName: ___swift_memcpy2048_8, symObjAddr: 0x326E0, symBinAddr: 0x10018F478, symSize: 0x2C }
+ - { offset: 0x151872, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlVwta', symObjAddr: 0x3270C, symBinAddr: 0x10018F4A4, symSize: 0x14FC }
+ - { offset: 0x151886, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlVwet', symObjAddr: 0x33C08, symBinAddr: 0x1001909A0, symSize: 0x118 }
+ - { offset: 0x15189A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlVwst', symObjAddr: 0x33D20, symBinAddr: 0x100190AB8, symSize: 0x5A8 }
+ - { offset: 0x1518AE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlVMa', symObjAddr: 0x342C8, symBinAddr: 0x100191060, symSize: 0x14 }
+ - { offset: 0x1518C2, size: 0x8, addend: 0x0, symName: '_$sSo42NSAttributedStringDocumentReadingOptionKeyas20_SwiftNewtypeWrapperSCSYWb', symObjAddr: 0x34A88, symBinAddr: 0x100191820, symSize: 0x14 }
+ - { offset: 0x1518D6, size: 0x8, addend: 0x0, symName: '_$sSo42NSAttributedStringDocumentReadingOptionKeyaABSYSCWl', symObjAddr: 0x34A9C, symBinAddr: 0x100191834, symSize: 0x6C }
+ - { offset: 0x1518EA, size: 0x8, addend: 0x0, symName: '_$sSo42NSAttributedStringDocumentReadingOptionKeyas20_SwiftNewtypeWrapperSCs35_HasCustomAnyHashableRepresentationPWb', symObjAddr: 0x34B08, symBinAddr: 0x1001918A0, symSize: 0x14 }
+ - { offset: 0x1518FE, size: 0x8, addend: 0x0, symName: '_$sSo42NSAttributedStringDocumentReadingOptionKeyaABs35_HasCustomAnyHashableRepresentationSCWl', symObjAddr: 0x34B1C, symBinAddr: 0x1001918B4, symSize: 0x6C }
+ - { offset: 0x151912, size: 0x8, addend: 0x0, symName: '_$sSo30NSAttributedStringDocumentTypeas20_SwiftNewtypeWrapperSCSYWb', symObjAddr: 0x34CF8, symBinAddr: 0x100191A90, symSize: 0x14 }
+ - { offset: 0x151926, size: 0x8, addend: 0x0, symName: '_$sSo30NSAttributedStringDocumentTypeaABSYSCWl', symObjAddr: 0x34D0C, symBinAddr: 0x100191AA4, symSize: 0x6C }
+ - { offset: 0x15193A, size: 0x8, addend: 0x0, symName: '_$sSo30NSAttributedStringDocumentTypeas20_SwiftNewtypeWrapperSCs35_HasCustomAnyHashableRepresentationPWb', symObjAddr: 0x34D78, symBinAddr: 0x100191B10, symSize: 0x14 }
+ - { offset: 0x15194E, size: 0x8, addend: 0x0, symName: '_$sSo30NSAttributedStringDocumentTypeaABs35_HasCustomAnyHashableRepresentationSCWl', symObjAddr: 0x34D8C, symBinAddr: 0x100191B24, symSize: 0x6C }
+ - { offset: 0x151962, size: 0x8, addend: 0x0, symName: '_$sSo30NSAttributedStringDocumentTypeaSHSCSQWb', symObjAddr: 0x34F04, symBinAddr: 0x100191C9C, symSize: 0x14 }
+ - { offset: 0x151976, size: 0x8, addend: 0x0, symName: '_$sSo30NSAttributedStringDocumentTypeaABSQSCWl', symObjAddr: 0x34F18, symBinAddr: 0x100191CB0, symSize: 0x6C }
+ - { offset: 0x15198A, size: 0x8, addend: 0x0, symName: '_$sSo42NSAttributedStringDocumentReadingOptionKeyaSHSCSQWb', symObjAddr: 0x34F84, symBinAddr: 0x100191D1C, symSize: 0x14 }
+ - { offset: 0x15199E, size: 0x8, addend: 0x0, symName: '_$sSo42NSAttributedStringDocumentReadingOptionKeyaABSQSCWl', symObjAddr: 0x34F98, symBinAddr: 0x100191D30, symSize: 0x6C }
+ - { offset: 0x1519B2, size: 0x8, addend: 0x0, symName: '_$sSo42NSAttributedStringDocumentReadingOptionKeyaABs20_SwiftNewtypeWrapperSCWl', symObjAddr: 0x35004, symBinAddr: 0x100191D9C, symSize: 0x6C }
+ - { offset: 0x1519C6, size: 0x8, addend: 0x0, symName: '_$sSo30NSAttributedStringDocumentTypeaABs20_SwiftNewtypeWrapperSCWl', symObjAddr: 0x35070, symBinAddr: 0x100191E08, symSize: 0x6C }
+ - { offset: 0x1519DA, size: 0x8, addend: 0x0, symName: '_$sS2Ss21_ObjectiveCBridgeable10FoundationWl', symObjAddr: 0x350DC, symBinAddr: 0x100191E74, symSize: 0x64 }
+ - { offset: 0x1519EE, size: 0x8, addend: 0x0, symName: '_$sSo30NSAttributedStringDocumentTypeaABSHSCWl', symObjAddr: 0x35140, symBinAddr: 0x100191ED8, symSize: 0x6C }
+ - { offset: 0x151A02, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACyAA08ModifiedD0VyAA12ProgressViewVyAA4TextVAA05EmptyG0VGAA16_FlexFrameLayoutVGAA6VStackVyAA05TupleG0VyAEyAA5ImageVAA30_EnvironmentKeyWritingModifierVyAA5ColorVSgGG_AItGGG0A6Bricks15ControlRendererVGSgWOh', symObjAddr: 0x35F38, symBinAddr: 0x100191F44, symSize: 0x430 }
+ - { offset: 0x151A16, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACyAA08ModifiedD0VyAA12ProgressViewVyAA4TextVAA05EmptyG0VGAA16_FlexFrameLayoutVGAA6VStackVyAA05TupleG0VyAEyAA5ImageVAA30_EnvironmentKeyWritingModifierVyAA5ColorVSgGG_AItGGG0A6Bricks15ControlRendererVGSgWOb', symObjAddr: 0x36368, symBinAddr: 0x100192374, symSize: 0x1D0 }
+ - { offset: 0x151A2A, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACyAA08ModifiedD0VyAA12ProgressViewVyAA4TextVAA05EmptyG0VGAA16_FlexFrameLayoutVGAA6VStackVyAA05TupleG0VyAEyAA5ImageVAA30_EnvironmentKeyWritingModifierVyAA5ColorVSgGG_AItGGG0A6Bricks15ControlRendererVGSgWOc', symObjAddr: 0x36538, symBinAddr: 0x100192544, symSize: 0xBE0 }
+ - { offset: 0x151A3E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV4bodyQrvg0A2UI19_ConditionalContentVyAGyAE4ViewPAEE5frame8minWidth05idealM003maxM00L6Height0nP00oP09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAE08ProgressJ0VyAE4TextVAE05EmptyJ0VG_Qo_AE6VStackVyAE05TupleJ0VyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A_tGGGAA0E8RendererVGSgyXEfU_A15_yXEfU_TA', symObjAddr: 0x37D8C, symBinAddr: 0x100193124, symSize: 0xC }
+ - { offset: 0x151A52, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI9TupleViewVyAA15ModifiedContentVyAA5ImageVAA30_EnvironmentKeyWritingModifierVyAA5ColorVSgGG_AA4TextVtGACyxGAA0D0AAWl', symObjAddr: 0x37D98, symBinAddr: 0x100193130, symSize: 0x74 }
+ - { offset: 0x151A66, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6VStackVyAA9TupleViewVyAA15ModifiedContentVyAA5ImageVAA30_EnvironmentKeyWritingModifierVyAA5ColorVSgGG_AA4TextVtGGWOh', symObjAddr: 0x37E0C, symBinAddr: 0x1001931A4, symSize: 0x64 }
+ - { offset: 0x151A7A, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6VStackVyAA9TupleViewVyAA15ModifiedContentVyAA5ImageVAA30_EnvironmentKeyWritingModifierVyAA5ColorVSgGG_AA4TextVtGGWOc', symObjAddr: 0x37E70, symBinAddr: 0x100193208, symSize: 0xE4 }
+ - { offset: 0x151A8E, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyAA08ModifiedD0VyAA12ProgressViewVyAA4TextVAA05EmptyG0VGAA16_FlexFrameLayoutVGAA6VStackVyAA05TupleG0VyAEyAA5ImageVAA30_EnvironmentKeyWritingModifierVyAA5ColorVSgGG_AItGGGWOh', symObjAddr: 0x37F54, symBinAddr: 0x1001932EC, symSize: 0xC4 }
+ - { offset: 0x151AA2, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA5ImageVAA30_EnvironmentKeyWritingModifierVyAA5ColorVSgGGACyxq_GAA4ViewA2aNRzAA0kI0R_rlWl', symObjAddr: 0x38114, symBinAddr: 0x1001933B0, symSize: 0x8C }
+ - { offset: 0x151AB6, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA5ImageVAA30_EnvironmentKeyWritingModifierVyAA5ColorVSgGGWOh', symObjAddr: 0x38214, symBinAddr: 0x10019343C, symSize: 0x40 }
+ - { offset: 0x151ACA, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA5ImageVAA30_EnvironmentKeyWritingModifierVyAA5ColorVSgGGWOc', symObjAddr: 0x38254, symBinAddr: 0x10019347C, symSize: 0x70 }
+ - { offset: 0x151ADE, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI10_ShapeViewVyAA9RectangleVAA5ColorVGWOh', symObjAddr: 0x38450, symBinAddr: 0x1001934EC, symSize: 0x28 }
+ - { offset: 0x151AF2, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA10_ShapeViewVyAA9RectangleVAA5ColorVGAA16_OverlayModifierVyAA4TextVGGWOh', symObjAddr: 0x38478, symBinAddr: 0x100193514, symSize: 0x4C }
+ - { offset: 0x151B06, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA10_ShapeViewVyAA9RectangleVAA5ColorVGAA16_OverlayModifierVyAA4TextVGGWOc', symObjAddr: 0x384C4, symBinAddr: 0x100193560, symSize: 0xB0 }
+ - { offset: 0x151B1A, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACyAA08ModifiedD0VyAA5ImageVAA18_AspectRatioLayoutVGAA12ProgressViewVyAA05EmptyK0VANGGAEyAA06_ShapeK0VyAA9RectangleVAA5ColorVGAA16_OverlayModifierVyAA4TextVGGGWOb', symObjAddr: 0x38574, symBinAddr: 0x100193610, symSize: 0x10C }
+ - { offset: 0x151B2E, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACyAA08ModifiedD0VyAA5ImageVAA18_AspectRatioLayoutVGAA12ProgressViewVyAA05EmptyK0VANGGAEyAA06_ShapeK0VyAA9RectangleVAA5ColorVGAA16_OverlayModifierVyAA4TextVGGGWOc', symObjAddr: 0x38680, symBinAddr: 0x10019371C, symSize: 0x1C8 }
+ - { offset: 0x151B42, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACyAA08ModifiedD0VyAA5ImageVAA18_AspectRatioLayoutVGAA12ProgressViewVyAA05EmptyK0VANGGAEyAA06_ShapeK0VyAA9RectangleVAA5ColorVGAA16_OverlayModifierVyAA4TextVGGGWOh', symObjAddr: 0x38848, symBinAddr: 0x1001938E4, symSize: 0xEC }
+ - { offset: 0x151B56, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyAA08ModifiedD0VyAA5ImageVAA18_AspectRatioLayoutVGAA12ProgressViewVyAA05EmptyK0VANGGWOh', symObjAddr: 0x38934, symBinAddr: 0x1001939D0, symSize: 0x88 }
+ - { offset: 0x151B6A, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA5ImageVAA18_AspectRatioLayoutVGWOh', symObjAddr: 0x389BC, symBinAddr: 0x100193A58, symSize: 0x28 }
+ - { offset: 0x151B7E, size: 0x8, addend: 0x0, symName: '_$sSAySo7NSErrorCSgGSAyxGs8_PointersWl', symObjAddr: 0x389E4, symBinAddr: 0x100193A80, symSize: 0x74 }
+ - { offset: 0x151B92, size: 0x8, addend: 0x0, symName: '_$sxIeAgHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRTQ0_', symObjAddr: 0x38C8C, symBinAddr: 0x100193AF4, symSize: 0x64 }
+ - { offset: 0x151BB1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18PopupWindowControlV4bodyQrvg0A2UI9TupleViewVyAE0I0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAiEE06buttonR0yQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonR0VQo_tGG_Qo__A5_Qo__AiEEAQyQrATFQOyAE6VStackVyAA010SubWidgetsI0VG_Qo_SgtGyXEfU_A19_yXEfU_TA', symObjAddr: 0x38CFC, symBinAddr: 0x100193B58, symSize: 0x8 }
+ - { offset: 0x151BC5, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI9TupleViewVyAA4TextV_AA6SpacerVAA0D0PAAE11buttonStyleyQrqd__AA015PrimitiveButtonH0Rd__lFQOyAA0J0VyAA15ModifiedContentVyAOyAA5ImageVAA30_EnvironmentKeyWritingModifierVyAA4FontVSgGGASyAA5ColorVSgGGG_AA05PlainjH0VQo_tGACyxGAahAWl', symObjAddr: 0x38D04, symBinAddr: 0x100193B60, symSize: 0x74 }
+ - { offset: 0x151BD9, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6HStackVyAA9TupleViewVyAA4TextV_AA6SpacerVAA0E0PAAE11buttonStyleyQrqd__AA015PrimitiveButtonI0Rd__lFQOyAA0K0VyAA15ModifiedContentVyAQyAA5ImageVAA30_EnvironmentKeyWritingModifierVyAA4FontVSgGGAUyAA5ColorVSgGGG_AA05PlainkI0VQo_tGGACyxGAajAWl', symObjAddr: 0x38D78, symBinAddr: 0x100193BD4, symSize: 0x74 }
+ - { offset: 0x151BED, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6HStackVyAA9TupleViewVyAA4TextV_AA6SpacerVAA0G0PAAE11buttonStyleyQrqd__AA015PrimitiveButtonK0Rd__lFQOyAA0M0VyACyACyAA5ImageVAA30_EnvironmentKeyWritingModifierVyAA4FontVSgGGAUyAA5ColorVSgGGG_AA05PlainmK0VQo_tGGAA14_PaddingLayoutVGACyxq_GAal2aLRzAA0gR0R_rlWl', symObjAddr: 0x38EA0, symBinAddr: 0x100193CFC, symSize: 0x8C }
+ - { offset: 0x151C01, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA6HStackVyAA9TupleViewVyAA4TextV_AA6SpacerVAA0G0PAAE11buttonStyleyQrqd__AA015PrimitiveButtonK0Rd__lFQOyAA0M0VyACyACyAA5ImageVAA30_EnvironmentKeyWritingModifierVyAA4FontVSgGGAUyAA5ColorVSgGGG_AA05PlainmK0VQo_tGGAA14_PaddingLayoutVGAA011_BackgroundkR0VyA0_GGACyxq_GAal2aLRzAA0gR0R_rlWl', symObjAddr: 0x38FE0, symBinAddr: 0x100193E3C, symSize: 0x90 }
+ - { offset: 0x151C15, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6VStackVy0A6Bricks14SubWidgetsViewVGAA14_PaddingLayoutVGACyxq_GAA0I0A2aNRzAA0I8ModifierR_rlWl', symObjAddr: 0x39180, symBinAddr: 0x100193FA8, symSize: 0x8C }
+ - { offset: 0x151C29, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6VStackVy0A6Bricks14SubWidgetsViewVGACyxGAA0G0AAWl', symObjAddr: 0x3920C, symBinAddr: 0x100194034, symSize: 0x74 }
+ - { offset: 0x151C3D, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6VStackVy0A6Bricks14SubWidgetsViewVGAA14_PaddingLayoutVGSgWOc', symObjAddr: 0x3945C, symBinAddr: 0x100194284, symSize: 0xB8 }
+ - { offset: 0x151C51, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6VStackVy0A6Bricks14SubWidgetsViewVGAA14_PaddingLayoutVGSgxSgAA0I0A2aORzlWl', symObjAddr: 0x39514, symBinAddr: 0x10019433C, symSize: 0x80 }
+ - { offset: 0x151C65, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6VStackVy0A6Bricks14SubWidgetsViewVGAA14_PaddingLayoutVGSgWOh', symObjAddr: 0x39594, symBinAddr: 0x1001943BC, symSize: 0x48 }
+ - { offset: 0x151C79, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18PopupWindowControlV4bodyQrvg0A2UI9TupleViewVyAE0I0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAiEE06buttonR0yQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonR0VQo_tGG_Qo__A5_Qo__AiEEAQyQrATFQOyAE6VStackVyAA010SubWidgetsI0VG_Qo_SgtGyXEfU_A26_yXEfU0_TA', symObjAddr: 0x395DC, symBinAddr: 0x100194404, symSize: 0xC }
+ - { offset: 0x151C8D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14SubWidgetsViewVAC0A2UI0E0AAWl', symObjAddr: 0x395E8, symBinAddr: 0x100194410, symSize: 0x64 }
+ - { offset: 0x151CA1, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6VStackVy0A6Bricks14SubWidgetsViewVGWOh', symObjAddr: 0x3964C, symBinAddr: 0x100194474, symSize: 0x34 }
+ - { offset: 0x151CB5, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6VStackVy0A6Bricks14SubWidgetsViewVGAA14_PaddingLayoutVGWOh', symObjAddr: 0x39680, symBinAddr: 0x1001944A8, symSize: 0x34 }
+ - { offset: 0x151CC9, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6VStackVy0A6Bricks14SubWidgetsViewVGAA14_PaddingLayoutVGWOc', symObjAddr: 0x396B4, symBinAddr: 0x1001944DC, symSize: 0x88 }
+ - { offset: 0x151CDD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14SubWidgetsViewVWOh', symObjAddr: 0x3973C, symBinAddr: 0x100194564, symSize: 0x34 }
+ - { offset: 0x151CF1, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6ButtonVyAA15ModifiedContentVyAEyAA5ImageVAA30_EnvironmentKeyWritingModifierVyAA4FontVSgGGAIyAA5ColorVSgGGGACyxGAA4ViewAAWl', symObjAddr: 0x39900, symBinAddr: 0x100194598, symSize: 0x74 }
+ - { offset: 0x151D05, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18PopupWindowControlV4bodyQrvg0A2UI9TupleViewVyAE0I0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAiEE06buttonR0yQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonR0VQo_tGG_Qo__A5_Qo__AiEEAQyQrATFQOyAE6VStackVyAA010SubWidgetsI0VG_Qo_SgtGyXEfU_A19_yXEfU_yycACcfu0_yycfu1_TA', symObjAddr: 0x39D24, symBinAddr: 0x1001948B8, symSize: 0x8 }
+ - { offset: 0x151D19, size: 0x8, addend: 0x0, symName: '_$sxIeAgHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRTA', symObjAddr: 0x39E94, symBinAddr: 0x100194904, symSize: 0xB4 }
+ - { offset: 0x151D2D, size: 0x8, addend: 0x0, symName: '_$sxIeAgHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRTATQ0_', symObjAddr: 0x39F48, symBinAddr: 0x1001949B8, symSize: 0x60 }
+ - { offset: 0x151D41, size: 0x8, addend: 0x0, symName: '_$sxIeAgHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRTA.33', symObjAddr: 0x39FEC, symBinAddr: 0x100194A5C, symSize: 0xB4 }
+ - { offset: 0x151D55, size: 0x8, addend: 0x0, symName: '_$sxIeAgHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRTA.33TQ0_', symObjAddr: 0x3A0A0, symBinAddr: 0x100194B10, symSize: 0x60 }
+ - { offset: 0x151D69, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV12menuItemView33_D1816DF4D08EFBF14530075C7B2EB48ELL_5depth0A2UI03AnyG0VAA0cF6SchemaV_SitFAG05TupleG0VyAG0G0PAGE11buttonStyleyQrqd__AG015PrimitiveButtonU0Rd__lFQOyAG0W0VyAoGE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoGE10background_20ignoresSafeAreaEdgesQrqd___AG4EdgeO3SetVtAG05ShapeU0Rd__lFQOyAoGE15foregroundColoryQrAG5ColorVSgFQOyAoGE7paddingyQrA2__AXSgtFQOyAoGEA8_yQrA2__A9_tFQOyAG6HStackVyAMyAoGE5frame5width6height9alignmentQrA9__A9_AG9AlignmentVtFQOyAG4TextV_Qo_Sg_AoGE9lineLimityQrSiSgFQOyA19__Qo_AG6SpacerVAoGEA4_yQrA7_FQOyAoGE4fontyQrAG4FontVSgFQOyAG5ImageV_Qo__Qo_SgtGG_Qo__Qo__Qo__A6_Qo__Qo_G_AG05PlainwU0VQo__AG7ForEachVySayAKGSSAIGSgSgtGyXEfU_yyScMYccfU_TA', symObjAddr: 0x3A774, symBinAddr: 0x100194E94, symSize: 0x14 }
+ - { offset: 0x151D7D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV12menuItemView33_D1816DF4D08EFBF14530075C7B2EB48ELL_5depth0A2UI03AnyG0VAA0cF6SchemaV_SitFAG05TupleG0VyAG0G0PAGE11buttonStyleyQrqd__AG015PrimitiveButtonU0Rd__lFQOyAG0W0VyAoGE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoGE10background_20ignoresSafeAreaEdgesQrqd___AG4EdgeO3SetVtAG05ShapeU0Rd__lFQOyAoGE15foregroundColoryQrAG5ColorVSgFQOyAoGE7paddingyQrA2__AXSgtFQOyAoGEA8_yQrA2__A9_tFQOyAG6HStackVyAMyAoGE5frame5width6height9alignmentQrA9__A9_AG9AlignmentVtFQOyAG4TextV_Qo_Sg_AoGE9lineLimityQrSiSgFQOyA19__Qo_AG6SpacerVAoGEA4_yQrA7_FQOyAoGE4fontyQrAG4FontVSgFQOyAG5ImageV_Qo__Qo_SgtGG_Qo__Qo__Qo__A6_Qo__Qo_G_AG05PlainwU0VQo__AG7ForEachVySayAKGSSAIGSgSgtGyXEfU_A42_yXEfU0_TA', symObjAddr: 0x3A788, symBinAddr: 0x100194EA8, symSize: 0x28 }
+ - { offset: 0x151D91, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyACyACyAA6HStackVyAA9TupleViewVyACyAA4TextVAA12_FrameLayoutVGSg_ACyAiA30_EnvironmentKeyWritingModifierVySiSgGGAA6SpacerVACyACyAA5ImageVAOyAA4FontVSgGGAOyAA5ColorVSgGGSgtGGAA08_PaddingJ0VGA9_GA3_GAA016_BackgroundStyleN0VyA1_GGAA11_ClipEffectVyAA16RoundedRectangleVGGACyxq_GAA0G0A2AA24_RzAA0gN0R_rlWl', symObjAddr: 0x3A7B0, symBinAddr: 0x100194ED0, symSize: 0x90 }
+ - { offset: 0x151DA5, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyACyAA6HStackVyAA9TupleViewVyACyAA4TextVAA12_FrameLayoutVGSg_ACyAiA30_EnvironmentKeyWritingModifierVySiSgGGAA6SpacerVACyACyAA5ImageVAOyAA4FontVSgGGAOyAA5ColorVSgGGSgtGGAA08_PaddingJ0VGA9_GA3_GAA016_BackgroundStyleN0VyA1_GGACyxq_GAA0G0A2AA18_RzAA0gN0R_rlWl', symObjAddr: 0x3A840, symBinAddr: 0x100194F60, symSize: 0x90 }
+ - { offset: 0x151DB9, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyAA6HStackVyAA9TupleViewVyACyAA4TextVAA12_FrameLayoutVGSg_ACyAiA30_EnvironmentKeyWritingModifierVySiSgGGAA6SpacerVACyACyAA5ImageVAOyAA4FontVSgGGAOyAA5ColorVSgGGSgtGGAA08_PaddingJ0VGA9_GA3_GACyxq_GAA0G0A2AA14_RzAA0gN0R_rlWl', symObjAddr: 0x3A8D0, symBinAddr: 0x100194FF0, symSize: 0x90 }
+ - { offset: 0x151DCD, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA6HStackVyAA9TupleViewVyACyAA4TextVAA12_FrameLayoutVGSg_ACyAiA30_EnvironmentKeyWritingModifierVySiSgGGAA6SpacerVACyACyAA5ImageVAOyAA4FontVSgGGAOyAA5ColorVSgGGSgtGGAA08_PaddingJ0VGA9_GACyxq_GAA0G0A2AA13_RzAA0gN0R_rlWl', symObjAddr: 0x3A960, symBinAddr: 0x100195080, symSize: 0x8C }
+ - { offset: 0x151DE1, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6HStackVyAA9TupleViewVyACyAA4TextVAA12_FrameLayoutVGSg_ACyAiA30_EnvironmentKeyWritingModifierVySiSgGGAA6SpacerVACyACyAA5ImageVAOyAA4FontVSgGGAOyAA5ColorVSgGGSgtGGAA08_PaddingJ0VGACyxq_GAA0G0A2AA12_RzAA0gN0R_rlWl', symObjAddr: 0x3A9EC, symBinAddr: 0x10019510C, symSize: 0x8C }
+ - { offset: 0x151DF5, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6HStackVyAA9TupleViewVyAA15ModifiedContentVyAA4TextVAA12_FrameLayoutVGSg_AGyAiA30_EnvironmentKeyWritingModifierVySiSgGGAA6SpacerVAGyAGyAA5ImageVAOyAA4FontVSgGGAOyAA5ColorVSgGGSgtGGACyxGAA0E0AAWl', symObjAddr: 0x3AA78, symBinAddr: 0x100195198, symSize: 0x74 }
+ - { offset: 0x151E09, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6ButtonVyAA15ModifiedContentVyAEyAEyAEyAEyAA6HStackVyAA9TupleViewVyAEyAA4TextVAA12_FrameLayoutVGSg_AEyAkA30_EnvironmentKeyWritingModifierVySiSgGGAA6SpacerVAEyAEyAA5ImageVAQyAA4FontVSgGGAQyAA5ColorVSgGGSgtGGAA08_PaddingK0VGA11_GA5_GAA016_BackgroundStyleO0VyA3_GGAA11_ClipEffectVyAA16RoundedRectangleVGGGACyxGAA0H0AAWl', symObjAddr: 0x3AAEC, symBinAddr: 0x10019520C, symSize: 0x74 }
+ - { offset: 0x151E1D, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7ForEachVySay0A6Bricks14MenuItemSchemaVGSSAA7AnyViewVGSgxSgAA0J0A2aMRzlWl', symObjAddr: 0x3AB60, symBinAddr: 0x100195280, symSize: 0x80 }
+ - { offset: 0x151E31, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7ForEachVySay0A6Bricks14MenuItemSchemaVGSSAA7AnyViewVGACyxq_q0_GAA0J0A2aLR0_rlWl', symObjAddr: 0x3ABE0, symBinAddr: 0x100195300, symSize: 0x80 }
+ - { offset: 0x151E45, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7ForEachVySay0A6Bricks14MenuItemSchemaVGSSAA7AnyViewVGSgSgWOh', symObjAddr: 0x3AC60, symBinAddr: 0x100195380, symSize: 0xAC }
+ - { offset: 0x151E59, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7ForEachVySay0A6Bricks14MenuItemSchemaVGSSAA7AnyViewVGSgSgWOb', symObjAddr: 0x3AD0C, symBinAddr: 0x10019542C, symSize: 0x13C }
+ - { offset: 0x151E6D, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7ForEachVySay0A6Bricks14MenuItemSchemaVGSSAA7AnyViewVGSgSgWOc', symObjAddr: 0x3AE48, symBinAddr: 0x100195568, symSize: 0x13C }
+ - { offset: 0x151E81, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7ForEachVySay0A6Bricks14MenuItemSchemaVGSSAA7AnyViewVGSgSgxSgAA0J0A2aNRzlWl', symObjAddr: 0x3AF84, symBinAddr: 0x1001956A4, symSize: 0x80 }
+ - { offset: 0x151E95, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7ForEachVySay0A6Bricks14MenuItemSchemaVGSSAA7AnyViewVGSgWOh', symObjAddr: 0x3B004, symBinAddr: 0x100195724, symSize: 0x74 }
+ - { offset: 0x151EA9, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7ForEachVySay0A6Bricks14MenuItemSchemaVGSSAA7AnyViewVGSgWOb', symObjAddr: 0x3B078, symBinAddr: 0x100195798, symSize: 0xC8 }
+ - { offset: 0x151EBD, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7ForEachVySay0A6Bricks14MenuItemSchemaVGSSAA7AnyViewVGSgWOc', symObjAddr: 0x3B140, symBinAddr: 0x100195860, symSize: 0xC8 }
+ - { offset: 0x151ED1, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks14MenuItemSchemaVGWOc', symObjAddr: 0x3B208, symBinAddr: 0x100195928, symSize: 0x34 }
+ - { offset: 0x151EE5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV12menuItemView33_D1816DF4D08EFBF14530075C7B2EB48ELL_5depth0A2UI03AnyG0VAA0cF6SchemaV_SitFAG05TupleG0VyAG0G0PAGE11buttonStyleyQrqd__AG015PrimitiveButtonU0Rd__lFQOyAG0W0VyAoGE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoGE10background_20ignoresSafeAreaEdgesQrqd___AG4EdgeO3SetVtAG05ShapeU0Rd__lFQOyAoGE15foregroundColoryQrAG5ColorVSgFQOyAoGE7paddingyQrA2__AXSgtFQOyAoGEA8_yQrA2__A9_tFQOyAG6HStackVyAMyAoGE5frame5width6height9alignmentQrA9__A9_AG9AlignmentVtFQOyAG4TextV_Qo_Sg_AoGE9lineLimityQrSiSgFQOyA19__Qo_AG6SpacerVAoGEA4_yQrA7_FQOyAoGE4fontyQrAG4FontVSgFQOyAG5ImageV_Qo__Qo_SgtGG_Qo__Qo__Qo__A6_Qo__Qo_G_AG05PlainwU0VQo__AG7ForEachVySayAKGSSAIGSgSgtGyXEfU_AiKcfU1_TA', symObjAddr: 0x3B518, symBinAddr: 0x100195C38, symSize: 0xC }
+ - { offset: 0x151EF9, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks14MenuItemSchemaVGSayxGSksWl', symObjAddr: 0x3B524, symBinAddr: 0x100195C44, symSize: 0x74 }
+ - { offset: 0x151F0D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV12menuItemView33_D1816DF4D08EFBF14530075C7B2EB48ELL_5depth0A2UI03AnyG0VAA0cF6SchemaV_SitFAG05TupleG0VyAG0G0PAGE11buttonStyleyQrqd__AG015PrimitiveButtonU0Rd__lFQOyAG0W0VyAoGE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoGE10background_20ignoresSafeAreaEdgesQrqd___AG4EdgeO3SetVtAG05ShapeU0Rd__lFQOyAoGE15foregroundColoryQrAG5ColorVSgFQOyAoGE7paddingyQrA2__AXSgtFQOyAoGEA8_yQrA2__A9_tFQOyAG6HStackVyAMyAoGE5frame5width6height9alignmentQrA9__A9_AG9AlignmentVtFQOyAG4TextV_Qo_Sg_AoGE9lineLimityQrSiSgFQOyA19__Qo_AG6SpacerVAoGEA4_yQrA7_FQOyAoGE4fontyQrAG4FontVSgFQOyAG5ImageV_Qo__Qo_SgtGG_Qo__Qo__Qo__A6_Qo__Qo_G_AG05PlainwU0VQo__AG7ForEachVySayAKGSSAIGSgSgtGyXEfU_A42_yXEfU0_A36_yXEfU_TA', symObjAddr: 0x3B5C0, symBinAddr: 0x100195CB8, symSize: 0x1C }
+ - { offset: 0x151F21, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI9TupleViewVyAA15ModifiedContentVyAA4TextVAA12_FrameLayoutVGSg_AEyAgA30_EnvironmentKeyWritingModifierVySiSgGGAA6SpacerVAEyAEyAA5ImageVAMyAA4FontVSgGGAMyAA5ColorVSgGGSgtGACyxGAA0D0AAWl', symObjAddr: 0x3B5DC, symBinAddr: 0x100195CD4, symSize: 0x74 }
+ - { offset: 0x151F35, size: 0x8, addend: 0x0, symName: '_$sS2iSzsWl', symObjAddr: 0x3B650, symBinAddr: 0x100195D48, symSize: 0x64 }
+ - { offset: 0x151F49, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6HStackVyAA9TupleViewVyAA15ModifiedContentVyAA4TextVAA12_FrameLayoutVGSg_AGyAiA30_EnvironmentKeyWritingModifierVySiSgGGAA6SpacerVAGyAGyAA5ImageVAOyAA4FontVSgGGAOyAA5ColorVSgGGSgtGGWOh', symObjAddr: 0x3B6B4, symBinAddr: 0x100195DAC, symSize: 0xD4 }
+ - { offset: 0x151F5D, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6HStackVyAA9TupleViewVyACyAA4TextVAA12_FrameLayoutVGSg_ACyAiA30_EnvironmentKeyWritingModifierVySiSgGGAA6SpacerVACyACyAA5ImageVAOyAA4FontVSgGGAOyAA5ColorVSgGGSgtGGAA08_PaddingJ0VGWOh', symObjAddr: 0x3B788, symBinAddr: 0x100195E80, symSize: 0xD4 }
+ - { offset: 0x151F71, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA6HStackVyAA9TupleViewVyACyAA4TextVAA12_FrameLayoutVGSg_ACyAiA30_EnvironmentKeyWritingModifierVySiSgGGAA6SpacerVACyACyAA5ImageVAOyAA4FontVSgGGAOyAA5ColorVSgGGSgtGGAA08_PaddingJ0VGA9_GWOh', symObjAddr: 0x3B85C, symBinAddr: 0x100195F54, symSize: 0xD4 }
+ - { offset: 0x151F85, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyAA6HStackVyAA9TupleViewVyACyAA4TextVAA12_FrameLayoutVGSg_ACyAiA30_EnvironmentKeyWritingModifierVySiSgGGAA6SpacerVACyACyAA5ImageVAOyAA4FontVSgGGAOyAA5ColorVSgGGSgtGGAA08_PaddingJ0VGA9_GA3_GWOh', symObjAddr: 0x3B930, symBinAddr: 0x100196028, symSize: 0xEC }
+ - { offset: 0x151F99, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyACyAA6HStackVyAA9TupleViewVyACyAA4TextVAA12_FrameLayoutVGSg_ACyAiA30_EnvironmentKeyWritingModifierVySiSgGGAA6SpacerVACyACyAA5ImageVAOyAA4FontVSgGGAOyAA5ColorVSgGGSgtGGAA08_PaddingJ0VGA9_GA3_GAA016_BackgroundStyleN0VyA1_GGWOh', symObjAddr: 0x3BA1C, symBinAddr: 0x100196114, symSize: 0xF8 }
+ - { offset: 0x151FAD, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyACyACyAA6HStackVyAA9TupleViewVyACyAA4TextVAA12_FrameLayoutVGSg_ACyAiA30_EnvironmentKeyWritingModifierVySiSgGGAA6SpacerVACyACyAA5ImageVAOyAA4FontVSgGGAOyAA5ColorVSgGGSgtGGAA08_PaddingJ0VGA9_GA3_GAA016_BackgroundStyleN0VyA1_GGAA11_ClipEffectVyAA16RoundedRectangleVGGWOh', symObjAddr: 0x3BB14, symBinAddr: 0x10019620C, symSize: 0x158 }
+ - { offset: 0x151FC1, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyACyACyAA6HStackVyAA9TupleViewVyACyAA4TextVAA12_FrameLayoutVGSg_ACyAiA30_EnvironmentKeyWritingModifierVySiSgGGAA6SpacerVACyACyAA5ImageVAOyAA4FontVSgGGAOyAA5ColorVSgGGSgtGGAA08_PaddingJ0VGA9_GA3_GAA016_BackgroundStyleN0VyA1_GGAA11_ClipEffectVyAA16RoundedRectangleVGGWOc', symObjAddr: 0x3BC6C, symBinAddr: 0x100196364, symSize: 0x3A4 }
+ - { offset: 0x151FD5, size: 0x8, addend: 0x0, symName: '_$sS2dSBsWl', symObjAddr: 0x3C010, symBinAddr: 0x100196708, symSize: 0x64 }
+ - { offset: 0x151FE9, size: 0x8, addend: 0x0, symName: '_$ss6UInt64VABs17FixedWidthIntegersWl', symObjAddr: 0x3C074, symBinAddr: 0x10019676C, symSize: 0x64 }
+ - { offset: 0x151FFD, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA4TextVAA12_FrameLayoutVGACyxq_GAA4ViewA2aJRzAA0H8ModifierR_rlWl', symObjAddr: 0x3C0D8, symBinAddr: 0x1001967D0, symSize: 0x8C }
+ - { offset: 0x152011, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA4TextVAA30_EnvironmentKeyWritingModifierVySiSgGGACyxq_GAA4ViewA2aLRzAA0jI0R_rlWl', symObjAddr: 0x3C164, symBinAddr: 0x10019685C, symSize: 0x8C }
+ - { offset: 0x152025, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI30_EnvironmentKeyWritingModifierVySiSgGACyxGAA04ViewF0AAWl', symObjAddr: 0x3C1F0, symBinAddr: 0x1001968E8, symSize: 0x74 }
+ - { offset: 0x152039, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA4TextVAA30_EnvironmentKeyWritingModifierVySiSgGGWOh', symObjAddr: 0x3C264, symBinAddr: 0x10019695C, symSize: 0x50 }
+ - { offset: 0x15204D, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA5ImageVAA30_EnvironmentKeyWritingModifierVyAA4FontVSgGGAGyAA5ColorVSgGGSgWOy', symObjAddr: 0x3C2B4, symBinAddr: 0x1001969AC, symSize: 0x60 }
+ - { offset: 0x152061, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA4TextVAA12_FrameLayoutVGSgWOc', symObjAddr: 0x3C314, symBinAddr: 0x100196A0C, symSize: 0xC8 }
+ - { offset: 0x152075, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA4TextVAA30_EnvironmentKeyWritingModifierVySiSgGGWOc', symObjAddr: 0x3C3DC, symBinAddr: 0x100196AD4, symSize: 0xB4 }
+ - { offset: 0x152089, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA4TextVAA12_FrameLayoutVGSgxSgAA4ViewA2aKRzlWl', symObjAddr: 0x3C490, symBinAddr: 0x100196B88, symSize: 0x80 }
+ - { offset: 0x15209D, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA5ImageVAA30_EnvironmentKeyWritingModifierVyAA4FontVSgGGAGyAA5ColorVSgGGSgxSgAA4ViewA2aTRzlWl', symObjAddr: 0x3C510, symBinAddr: 0x100196C08, symSize: 0x80 }
+ - { offset: 0x1520B1, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA5ImageVAA30_EnvironmentKeyWritingModifierVyAA4FontVSgGGAGyAA5ColorVSgGGSgWOh', symObjAddr: 0x3C590, symBinAddr: 0x100196C88, symSize: 0x6C }
+ - { offset: 0x1520C5, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA4TextVAA12_FrameLayoutVGSgWOh', symObjAddr: 0x3C5FC, symBinAddr: 0x100196CF4, symSize: 0x54 }
+ - { offset: 0x1520D9, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA4TextVAA12_FrameLayoutVGWOh', symObjAddr: 0x3C650, symBinAddr: 0x100196D48, symSize: 0x44 }
+ - { offset: 0x1520ED, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA4TextVAA12_FrameLayoutVGWOc', symObjAddr: 0x3C694, symBinAddr: 0x100196D8C, symSize: 0xA0 }
+ - { offset: 0x152101, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV4bodyQrvg0A2UI4ViewPAEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6VStackVyAE7ForEachVySayAA0C10ItemSchemaVGSSAE03AnyG0VGSgG_Qo_yXEfU_AVyXEfU_TA', symObjAddr: 0x3C734, symBinAddr: 0x100196E2C, symSize: 0x8 }
+ - { offset: 0x152115, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6VStackVyAA7ForEachVySay0A6Bricks14MenuItemSchemaVGSSAA7AnyViewVGSgGWOh', symObjAddr: 0x3C73C, symBinAddr: 0x100196E34, symSize: 0xA0 }
+ - { offset: 0x152129, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6VStackVyAA7ForEachVySay0A6Bricks14MenuItemSchemaVGSSAA7AnyViewVGSgGAA14_PaddingLayoutVGWOh', symObjAddr: 0x3C7DC, symBinAddr: 0x100196ED4, symSize: 0xA0 }
+ - { offset: 0x15213D, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6VStackVyAA7ForEachVySay0A6Bricks14MenuItemSchemaVGSSAA7AnyViewVGSgGAA14_PaddingLayoutVGWOc', symObjAddr: 0x3C87C, symBinAddr: 0x100196F74, symSize: 0x160 }
+ - { offset: 0x152151, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV4bodyQrvg0A2UI4ViewPAEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6VStackVyAE7ForEachVySayAA0C10ItemSchemaVGSSAE03AnyG0VGSgG_Qo_yXEfU_AVyXEfU_AtQcfU_TA', symObjAddr: 0x3CCB8, symBinAddr: 0x1001973B0, symSize: 0x8 }
+ - { offset: 0x152165, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlV4bodyQrvg0A2UI05TupleD0VyAE0D0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAE6HStackVyAGyAE7ForEachVySaySi6offset_AA0C4ItemV7elementtGSiAiEE7overlay9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE06buttonQ0yQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE6ButtonVyAiEEAJ_AKQrqd___AOtAePRd__lFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEA11_yQrAO_A15_tFQOyARyAGyAE4TextVSg_A17_tGG_Qo__Qo__Qo__A9_Qo_G_AE011PlainButtonQ0VQo__AiEE5frame5width6heightA_QrA15__A15_A2_tFQOyAE01_pD0VyAE9RectangleVA9_G_Qo_Qo_G_AE6SpacerVtGG_A9_Qo__AiEEA29_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA_QrA15__A15_A15_A15_A15_A15_A2_tFQOyAA0E8RendererV_Qo_SgSgtGyXEfU_A42_yXEfU_TA', symObjAddr: 0x3CCC0, symBinAddr: 0x1001973B8, symSize: 0x8 }
+ - { offset: 0x152179, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI9TupleViewVyAA7ForEachVySaySi6offset_0A6Bricks7TabItemV7elementtGSiAA15ModifiedContentVyAA0D0PAAE11buttonStyleyQrqd__AA015PrimitiveButtonO0Rd__lFQOyAA0Q0VyAMyAMyAMyAMyAA6HStackVyACyAA4TextVSg_AWtGGAA14_PaddingLayoutVGA0_GAA30_EnvironmentKeyWritingModifierVyAA5ColorVSgGGAA011_BackgroundoY0VyA6_GGG_AA05PlainqO0VQo_AA08_OverlayY0VyAMyAA06_ShapeD0VyAA9RectangleVA6_GAA06_FrameU0VGGGG_AA6SpacerVtGACyxGAanAWl', symObjAddr: 0x3CCC8, symBinAddr: 0x1001973C0, symSize: 0x74 }
+ - { offset: 0x15218D, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6HStackVyAA9TupleViewVyAA7ForEachVySaySi6offset_0A6Bricks7TabItemV7elementtGSiAA15ModifiedContentVyAA0E0PAAE11buttonStyleyQrqd__AA015PrimitiveButtonP0Rd__lFQOyAA0R0VyAOyAOyAOyAOyACyAEyAA4TextVSg_AWtGGAA14_PaddingLayoutVGA0_GAA30_EnvironmentKeyWritingModifierVyAA5ColorVSgGGAA011_BackgroundpY0VyA6_GGG_AA05PlainrP0VQo_AA08_OverlayY0VyAOyAA06_ShapeE0VyAA9RectangleVA6_GAA06_FrameU0VGGGG_AA6SpacerVtGGACyxGAapAWl', symObjAddr: 0x3CD3C, symBinAddr: 0x100197434, symSize: 0x74 }
+ - { offset: 0x1521A1, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6HStackVyAA9TupleViewVyAA7ForEachVySaySi6offset_0A6Bricks7TabItemV7elementtGSiACyAA0G0PAAE11buttonStyleyQrqd__AA015PrimitiveButtonP0Rd__lFQOyAA0R0VyACyACyACyACyAEyAGyAA4TextVSg_AWtGGAA14_PaddingLayoutVGA0_GAA30_EnvironmentKeyWritingModifierVyAA5ColorVSgGGAA011_BackgroundpY0VyA6_GGG_AA05PlainrP0VQo_AA08_OverlayY0VyACyAA06_ShapeG0VyAA9RectangleVA6_GAA06_FrameU0VGGGG_AA6SpacerVtGGA12_GACyxq_GAap2aPRzAA0gY0R_rlWl', symObjAddr: 0x3CE1C, symBinAddr: 0x100197514, symSize: 0x90 }
+ - { offset: 0x1521B5, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVy0A6Bricks15ControlRendererVAA16_FlexFrameLayoutVGSgSgWOi0_', symObjAddr: 0x3CF40, symBinAddr: 0x100197638, symSize: 0x238 }
+ - { offset: 0x1521C9, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVy0A6Bricks15ControlRendererVAA16_FlexFrameLayoutVGSgxSgAA4ViewA2aLRzlWl', symObjAddr: 0x3D178, symBinAddr: 0x100197870, symSize: 0x80 }
+ - { offset: 0x1521DD, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVy0A6Bricks15ControlRendererVAA16_FlexFrameLayoutVGSgSgWOc', symObjAddr: 0x3D3B8, symBinAddr: 0x100197A24, symSize: 0x9DC }
+ - { offset: 0x1521F1, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVy0A6Bricks15ControlRendererVAA16_FlexFrameLayoutVGSgSgxSgAA4ViewA2aMRzlWl', symObjAddr: 0x3DD94, symBinAddr: 0x100198400, symSize: 0x80 }
+ - { offset: 0x152205, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVy0A6Bricks15ControlRendererVAA16_FlexFrameLayoutVGSgSgWOh', symObjAddr: 0x3DE14, symBinAddr: 0x100198480, symSize: 0x348 }
+ - { offset: 0x152219, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVy0A6Bricks15ControlRendererVAA16_FlexFrameLayoutVGSgWOi0_', symObjAddr: 0x3E15C, symBinAddr: 0x1001987C8, symSize: 0x234 }
+ - { offset: 0x15222D, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVy0A6Bricks15ControlRendererVAA16_FlexFrameLayoutVGSgWOc', symObjAddr: 0x3E390, symBinAddr: 0x1001989FC, symSize: 0x9AC }
+ - { offset: 0x152241, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVy0A6Bricks15ControlRendererVAA16_FlexFrameLayoutVGSgWOh', symObjAddr: 0x3ED3C, symBinAddr: 0x1001993A8, symSize: 0x330 }
+ - { offset: 0x152255, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVy0A6Bricks15ControlRendererVAA16_FlexFrameLayoutVGSgSgWOi_', symObjAddr: 0x3F06C, symBinAddr: 0x1001996D8, symSize: 0x4 }
+ - { offset: 0x152269, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVy0A6Bricks15ControlRendererVAA16_FlexFrameLayoutVGSgWOi_', symObjAddr: 0x4003C, symBinAddr: 0x1001996DC, symSize: 0x4 }
+ - { offset: 0x15227D, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks7TabItemVGSayxGSTsWl', symObjAddr: 0x40040, symBinAddr: 0x1001996E0, symSize: 0x74 }
+ - { offset: 0x152291, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks7TabItemVGWOh', symObjAddr: 0x400B4, symBinAddr: 0x100199754, symSize: 0x28 }
+ - { offset: 0x1522A5, size: 0x8, addend: 0x0, symName: '_$ss18EnumeratedSequenceVySay11SwiftBricks7TabItemVGGAByxGSTsWl', symObjAddr: 0x400DC, symBinAddr: 0x10019977C, symSize: 0x74 }
+ - { offset: 0x1522B9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlV4bodyQrvg0A2UI05TupleD0VyAE0D0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAE6HStackVyAGyAE7ForEachVySaySi6offset_AA0C4ItemV7elementtGSiAiEE7overlay9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE06buttonQ0yQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE6ButtonVyAiEEAJ_AKQrqd___AOtAePRd__lFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEA11_yQrAO_A15_tFQOyARyAGyAE4TextVSg_A17_tGG_Qo__Qo__Qo__A9_Qo_G_AE011PlainButtonQ0VQo__AiEE5frame5width6heightA_QrA15__A15_A2_tFQOyAE01_pD0VyAE9RectangleVA9_G_Qo_Qo_G_AE6SpacerVtGG_A9_Qo__AiEEA29_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA_QrA15__A15_A15_A15_A15_A15_A2_tFQOyAA0E8RendererV_Qo_SgSgtGyXEfU_A42_yXEfU_A38_Si_AWtcfU_TA', symObjAddr: 0x40408, symBinAddr: 0x100199AA8, symSize: 0x8 }
+ - { offset: 0x1522CD, size: 0x8, addend: 0x0, symName: '_$sSi11SwiftBricks7TabItemV0A2UI15ModifiedContentVyAD4ViewPADE11buttonStyleyQrqd__AD015PrimitiveButtonJ0Rd__lFQOyAD0L0VyAFyAFyAFyAFyAD6HStackVyAD05TupleH0VyAD4TextVSg_ARtGGAD14_PaddingLayoutVGAWGAD30_EnvironmentKeyWritingModifierVyAD5ColorVSgGGAD011_BackgroundjU0VyA1_GGG_AD05PlainlJ0VQo_AD08_OverlayU0VyAFyAD06_ShapeH0VyAD9RectangleVA1_GAD06_FrameQ0VGGGIegygr_Si6offset_AC7elementtA24_Iegnr_TRTA', symObjAddr: 0x4044C, symBinAddr: 0x100199AEC, symSize: 0xC }
+ - { offset: 0x1522E1, size: 0x8, addend: 0x0, symName: '_$sSaySi6offset_11SwiftBricks7TabItemV7elementtGSayxGSksWl', symObjAddr: 0x40458, symBinAddr: 0x100199AF8, symSize: 0x74 }
+ - { offset: 0x1522F5, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA4ViewPAAE11buttonStyleyQrqd__AA015PrimitiveButtonG0Rd__lFQOyAA0I0VyACyACyACyACyAA6HStackVyAA05TupleE0VyAA4TextVSg_AOtGGAA14_PaddingLayoutVGATGAA30_EnvironmentKeyWritingModifierVyAA5ColorVSgGGAA011_BackgroundgR0VyAZGGG_AA05PlainiG0VQo_AA08_OverlayR0VyACyAA06_ShapeE0VyAA9RectangleVAZGAA06_FrameN0VGGGACyxq_GAad2aDRzAA0eR0R_rlWl', symObjAddr: 0x404CC, symBinAddr: 0x100199B6C, symSize: 0xF8 }
+ - { offset: 0x152309, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6ButtonVyAA15ModifiedContentVyAEyAEyAEyAA6HStackVyAA9TupleViewVyAA4TextVSg_AKtGGAA14_PaddingLayoutVGAPGAA30_EnvironmentKeyWritingModifierVyAA5ColorVSgGGAA016_BackgroundStyleO0VyAVGGGACyxGAA0H0AAWl', symObjAddr: 0x405C4, symBinAddr: 0x100199C64, symSize: 0x74 }
+ - { offset: 0x15231D, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI16_OverlayModifierVyAA15ModifiedContentVyAA10_ShapeViewVyAA9RectangleVAA5ColorVGAA12_FrameLayoutVGGACyxGAA0hD0AAWl', symObjAddr: 0x40638, symBinAddr: 0x100199CD8, symSize: 0x74 }
+ - { offset: 0x152331, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7ForEachVySaySi6offset_0A6Bricks7TabItemV7elementtGSiAA15ModifiedContentVyAA4ViewPAAE11buttonStyleyQrqd__AA015PrimitiveButtonN0Rd__lFQOyAA0P0VyAKyAKyAKyAKyAA6HStackVyAA05TupleL0VyAA4TextVSg_AWtGGAA14_PaddingLayoutVGA0_GAA30_EnvironmentKeyWritingModifierVyAA5ColorVSgGGAA011_BackgroundnY0VyA6_GGG_AA05PlainpN0VQo_AA08_OverlayY0VyAKyAA06_ShapeL0VyAA9RectangleVA6_GAA06_FrameU0VGGGGACyxq_q0_GAal2aLR0_rlWl', symObjAddr: 0x406AC, symBinAddr: 0x100199D4C, symSize: 0x80 }
+ - { offset: 0x152345, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlV4bodyQrvg0A2UI05TupleD0VyAE0D0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAE6HStackVyAGyAE7ForEachVySaySi6offset_AA0C4ItemV7elementtGSiAiEE7overlay9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE06buttonQ0yQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE6ButtonVyAiEEAJ_AKQrqd___AOtAePRd__lFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEA11_yQrAO_A15_tFQOyARyAGyAE4TextVSg_A17_tGG_Qo__Qo__Qo__A9_Qo_G_AE011PlainButtonQ0VQo__AiEE5frame5width6heightA_QrA15__A15_A2_tFQOyAE01_pD0VyAE9RectangleVA9_G_Qo_Qo_G_AE6SpacerVtGG_A9_Qo__AiEEA29_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA_QrA15__A15_A15_A15_A15_A15_A2_tFQOyAA0E8RendererV_Qo_SgSgtGyXEfU_A42_yXEfU_A38_Si_AWtcfU_yyScMYccfU_TA', symObjAddr: 0x409E4, symBinAddr: 0x10019A084, symSize: 0xC }
+ - { offset: 0x152359, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlV4bodyQrvg0A2UI05TupleD0VyAE0D0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAE6HStackVyAGyAE7ForEachVySaySi6offset_AA0C4ItemV7elementtGSiAiEE7overlay9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE06buttonQ0yQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE6ButtonVyAiEEAJ_AKQrqd___AOtAePRd__lFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEA11_yQrAO_A15_tFQOyARyAGyAE4TextVSg_A17_tGG_Qo__Qo__Qo__A9_Qo_G_AE011PlainButtonQ0VQo__AiEE5frame5width6heightA_QrA15__A15_A2_tFQOyAE01_pD0VyAE9RectangleVA9_G_Qo_Qo_G_AE6SpacerVtGG_A9_Qo__AiEEA29_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA_QrA15__A15_A15_A15_A15_A15_A2_tFQOyAA0E8RendererV_Qo_SgSgtGyXEfU_A42_yXEfU_A38_Si_AWtcfU_A24_yXEfU0_TA', symObjAddr: 0x413B0, symBinAddr: 0x10019A090, symSize: 0x10 }
+ - { offset: 0x15236D, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyACyAA6HStackVyAA9TupleViewVyAA4TextVSg_AItGGAA14_PaddingLayoutVGANGAA30_EnvironmentKeyWritingModifierVyAA5ColorVSgGGAA016_BackgroundStyleN0VyATGGACyxq_GAA0G0A2AA1_RzAA0gN0R_rlWl', symObjAddr: 0x413C0, symBinAddr: 0x10019A0A0, symSize: 0x90 }
+ - { offset: 0x152381, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyAA6HStackVyAA9TupleViewVyAA4TextVSg_AItGGAA14_PaddingLayoutVGANGAA30_EnvironmentKeyWritingModifierVyAA5ColorVSgGGACyxq_GAA0G0A2aYRzAA0gN0R_rlWl', symObjAddr: 0x41450, symBinAddr: 0x10019A130, symSize: 0x90 }
+ - { offset: 0x152395, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA6HStackVyAA9TupleViewVyAA4TextVSg_AItGGAA14_PaddingLayoutVGANGACyxq_GAA0G0A2aRRzAA0G8ModifierR_rlWl', symObjAddr: 0x414E0, symBinAddr: 0x10019A1C0, symSize: 0x8C }
+ - { offset: 0x1523A9, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6HStackVyAA9TupleViewVyAA4TextVSg_AItGGAA14_PaddingLayoutVGACyxq_GAA0G0A2aQRzAA0G8ModifierR_rlWl', symObjAddr: 0x4156C, symBinAddr: 0x10019A24C, symSize: 0x8C }
+ - { offset: 0x1523BD, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6HStackVyAA9TupleViewVyAA4TextVSg_AGtGGACyxGAA0E0AAWl', symObjAddr: 0x415F8, symBinAddr: 0x10019A2D8, symSize: 0x74 }
+ - { offset: 0x1523D1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlV4bodyQrvg0A2UI05TupleD0VyAE0D0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAE6HStackVyAGyAE7ForEachVySaySi6offset_AA0C4ItemV7elementtGSiAiEE7overlay9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE06buttonQ0yQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE6ButtonVyAiEEAJ_AKQrqd___AOtAePRd__lFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEA11_yQrAO_A15_tFQOyARyAGyAE4TextVSg_A17_tGG_Qo__Qo__Qo__A9_Qo_G_AE011PlainButtonQ0VQo__AiEE5frame5width6heightA_QrA15__A15_A2_tFQOyAE01_pD0VyAE9RectangleVA9_G_Qo_Qo_G_AE6SpacerVtGG_A9_Qo__AiEEA29_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA_QrA15__A15_A15_A15_A15_A15_A2_tFQOyAA0E8RendererV_Qo_SgSgtGyXEfU_A42_yXEfU_A38_Si_AWtcfU_A37_yXEfU1_TA', symObjAddr: 0x4166C, symBinAddr: 0x10019A34C, symSize: 0xC }
+ - { offset: 0x1523E5, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA10_ShapeViewVyAA9RectangleVAA5ColorVGAA12_FrameLayoutVGACyxq_GAA0F0A2aORzAA0F8ModifierR_rlWl', symObjAddr: 0x41678, symBinAddr: 0x10019A358, symSize: 0x8C }
+ - { offset: 0x1523F9, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA10_ShapeViewVyAA9RectangleVAA5ColorVGAA12_FrameLayoutVGWOh', symObjAddr: 0x41848, symBinAddr: 0x10019A528, symSize: 0x28 }
+ - { offset: 0x15240D, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA10_ShapeViewVyAA9RectangleVAA5ColorVGAA12_FrameLayoutVGWOc', symObjAddr: 0x41870, symBinAddr: 0x10019A550, symSize: 0x5C }
+ - { offset: 0x152421, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlV4bodyQrvg0A2UI05TupleD0VyAE0D0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAE6HStackVyAGyAE7ForEachVySaySi6offset_AA0C4ItemV7elementtGSiAiEE7overlay9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE06buttonQ0yQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE6ButtonVyAiEEAJ_AKQrqd___AOtAePRd__lFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEA11_yQrAO_A15_tFQOyARyAGyAE4TextVSg_A17_tGG_Qo__Qo__Qo__A9_Qo_G_AE011PlainButtonQ0VQo__AiEE5frame5width6heightA_QrA15__A15_A2_tFQOyAE01_pD0VyAE9RectangleVA9_G_Qo_Qo_G_AE6SpacerVtGG_A9_Qo__AiEEA29_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA_QrA15__A15_A15_A15_A15_A15_A2_tFQOyAA0E8RendererV_Qo_SgSgtGyXEfU_A42_yXEfU_A38_Si_AWtcfU_A24_yXEfU0_A19_yXEfU_TA', symObjAddr: 0x418CC, symBinAddr: 0x10019A5AC, symSize: 0xC }
+ - { offset: 0x152435, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI9TupleViewVyAA4TextVSg_AEtGACyxGAA0D0AAWl', symObjAddr: 0x418D8, symBinAddr: 0x10019A5B8, symSize: 0x74 }
+ - { offset: 0x152449, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6HStackVyAA9TupleViewVyAA4TextVSg_AGtGGWOh', symObjAddr: 0x4194C, symBinAddr: 0x10019A62C, symSize: 0x78 }
+ - { offset: 0x15245D, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6HStackVyAA9TupleViewVyAA4TextVSg_AItGGAA14_PaddingLayoutVGWOh', symObjAddr: 0x419C4, symBinAddr: 0x10019A6A4, symSize: 0x78 }
+ - { offset: 0x152471, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA6HStackVyAA9TupleViewVyAA4TextVSg_AItGGAA14_PaddingLayoutVGANGWOh', symObjAddr: 0x41A3C, symBinAddr: 0x10019A71C, symSize: 0x78 }
+ - { offset: 0x152485, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyAA6HStackVyAA9TupleViewVyAA4TextVSg_AItGGAA14_PaddingLayoutVGANGAA30_EnvironmentKeyWritingModifierVyAA5ColorVSgGGWOh', symObjAddr: 0x41AB4, symBinAddr: 0x10019A794, symSize: 0x90 }
+ - { offset: 0x152499, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyACyAA6HStackVyAA9TupleViewVyAA4TextVSg_AItGGAA14_PaddingLayoutVGANGAA30_EnvironmentKeyWritingModifierVyAA5ColorVSgGGAA016_BackgroundStyleN0VyATGGWOh', symObjAddr: 0x41B44, symBinAddr: 0x10019A824, symSize: 0x9C }
+ - { offset: 0x1524AD, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyACyAA6HStackVyAA9TupleViewVyAA4TextVSg_AItGGAA14_PaddingLayoutVGANGAA30_EnvironmentKeyWritingModifierVyAA5ColorVSgGGAA016_BackgroundStyleN0VyATGGWOc', symObjAddr: 0x41BE0, symBinAddr: 0x10019A8C0, symSize: 0x1B8 }
+ - { offset: 0x1524C2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlV6schemaAA0E6SchemaVvg', symObjAddr: 0x0, symBinAddr: 0x100165D04, symSize: 0x1C }
+ - { offset: 0x1524D6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlV6engineAA0B6EngineCvg', symObjAddr: 0x9FC, symBinAddr: 0x100165D60, symSize: 0x5C }
+ - { offset: 0x152502, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlV6engineAA0B6EngineCvs', symObjAddr: 0xB60, symBinAddr: 0x100165E60, symSize: 0x50 }
+ - { offset: 0x152536, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlV6engineAA0B6EngineCvM', symObjAddr: 0xBB0, symBinAddr: 0x100165EB0, symSize: 0x20 }
+ - { offset: 0x15255B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlV6engineAA0B6EngineCvM.resume.0', symObjAddr: 0xBD0, symBinAddr: 0x100165ED0, symSize: 0xC }
+ - { offset: 0x1528BC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlV7$engine0A2UI14ObservedObjectV7WrapperVyAA0B6EngineC_Gvg', symObjAddr: 0xBDC, symBinAddr: 0x100165EDC, symSize: 0x70 }
+ - { offset: 0x1528E1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlV7_engine33_D1816DF4D08EFBF14530075C7B2EB48ELL0A2UI14ObservedObjectVyAA0B6EngineCGvg', symObjAddr: 0xC4C, symBinAddr: 0x100165F4C, symSize: 0x34 }
+ - { offset: 0x1528F5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlV7_engine33_D1816DF4D08EFBF14530075C7B2EB48ELL0A2UI14ObservedObjectVyAA0B6EngineCGvs', symObjAddr: 0xC80, symBinAddr: 0x100165F80, symSize: 0x48 }
+ - { offset: 0x15298A, size: 0x8, addend: 0x0, symName: '_$sSo42NSAttributedStringDocumentReadingOptionKeyas21_ObjectiveCBridgeableSCsACP09_bridgeToG1C01_G5CTypeQzyFTW', symObjAddr: 0x345E4, symBinAddr: 0x10019137C, symSize: 0x38 }
+ - { offset: 0x1529A6, size: 0x8, addend: 0x0, symName: '_$sSo42NSAttributedStringDocumentReadingOptionKeyas21_ObjectiveCBridgeableSCsACP016_forceBridgeFromG1C_6resulty01_G5CTypeQz_xSgztFZTW', symObjAddr: 0x3461C, symBinAddr: 0x1001913B4, symSize: 0x48 }
+ - { offset: 0x1529C2, size: 0x8, addend: 0x0, symName: '_$sSo42NSAttributedStringDocumentReadingOptionKeyas21_ObjectiveCBridgeableSCsACP024_conditionallyBridgeFromG1C_6resultSb01_G5CTypeQz_xSgztFZTW', symObjAddr: 0x34664, symBinAddr: 0x1001913FC, symSize: 0x4C }
+ - { offset: 0x1529DE, size: 0x8, addend: 0x0, symName: '_$sSo42NSAttributedStringDocumentReadingOptionKeyas21_ObjectiveCBridgeableSCsACP026_unconditionallyBridgeFromG1Cyx01_G5CTypeQzSgFZTW', symObjAddr: 0x346B0, symBinAddr: 0x100191448, symSize: 0x48 }
+ - { offset: 0x1529FA, size: 0x8, addend: 0x0, symName: '_$sSo30NSAttributedStringDocumentTypeas21_ObjectiveCBridgeableSCsACP09_bridgeToE1C01_E5CTypeQzyFTW', symObjAddr: 0x346F8, symBinAddr: 0x100191490, symSize: 0x38 }
+ - { offset: 0x152A16, size: 0x8, addend: 0x0, symName: '_$sSo30NSAttributedStringDocumentTypeas21_ObjectiveCBridgeableSCsACP016_forceBridgeFromE1C_6resulty01_E5CTypeQz_xSgztFZTW', symObjAddr: 0x34730, symBinAddr: 0x1001914C8, symSize: 0x48 }
+ - { offset: 0x152A32, size: 0x8, addend: 0x0, symName: '_$sSo30NSAttributedStringDocumentTypeas21_ObjectiveCBridgeableSCsACP024_conditionallyBridgeFromE1C_6resultSb01_E5CTypeQz_xSgztFZTW', symObjAddr: 0x34778, symBinAddr: 0x100191510, symSize: 0x4C }
+ - { offset: 0x152A4E, size: 0x8, addend: 0x0, symName: '_$sSo30NSAttributedStringDocumentTypeas21_ObjectiveCBridgeableSCsACP026_unconditionallyBridgeFromE1Cyx01_E5CTypeQzSgFZTW', symObjAddr: 0x347C4, symBinAddr: 0x10019155C, symSize: 0x48 }
+ - { offset: 0x152A6A, size: 0x8, addend: 0x0, symName: '_$sSo42NSAttributedStringDocumentReadingOptionKeyaSHSCSH9hashValueSivgTW', symObjAddr: 0x3480C, symBinAddr: 0x1001915A4, symSize: 0x3C }
+ - { offset: 0x152A86, size: 0x8, addend: 0x0, symName: '_$sSo42NSAttributedStringDocumentReadingOptionKeyaSHSCSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x34848, symBinAddr: 0x1001915E0, symSize: 0x44 }
+ - { offset: 0x152AA2, size: 0x8, addend: 0x0, symName: '_$sSo42NSAttributedStringDocumentReadingOptionKeyaSHSCSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3488C, symBinAddr: 0x100191624, symSize: 0x44 }
+ - { offset: 0x152ABE, size: 0x8, addend: 0x0, symName: '_$sSo42NSAttributedStringDocumentReadingOptionKeyaSQSCSQ2eeoiySbx_xtFZTW', symObjAddr: 0x348D0, symBinAddr: 0x100191668, symSize: 0x48 }
+ - { offset: 0x152AE1, size: 0x8, addend: 0x0, symName: '_$sSo42NSAttributedStringDocumentReadingOptionKeyas35_HasCustomAnyHashableRepresentationSCsACP03_tohiJ0s0iJ0VSgyFTW', symObjAddr: 0x34A40, symBinAddr: 0x1001917D8, symSize: 0x48 }
+ - { offset: 0x152B04, size: 0x8, addend: 0x0, symName: '_$sSo30NSAttributedStringDocumentTypeas35_HasCustomAnyHashableRepresentationSCsACP03_tofgH0s0gH0VSgyFTW', symObjAddr: 0x34CB0, symBinAddr: 0x100191A48, symSize: 0x48 }
+ - { offset: 0x152B20, size: 0x8, addend: 0x0, symName: '_$sSo30NSAttributedStringDocumentTypeaSHSCSH9hashValueSivgTW', symObjAddr: 0x34DF8, symBinAddr: 0x100191B90, symSize: 0x3C }
+ - { offset: 0x152B3C, size: 0x8, addend: 0x0, symName: '_$sSo30NSAttributedStringDocumentTypeaSHSCSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x34E34, symBinAddr: 0x100191BCC, symSize: 0x44 }
+ - { offset: 0x152B58, size: 0x8, addend: 0x0, symName: '_$sSo30NSAttributedStringDocumentTypeaSHSCSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x34E78, symBinAddr: 0x100191C10, symSize: 0x44 }
+ - { offset: 0x152B74, size: 0x8, addend: 0x0, symName: '_$sSo30NSAttributedStringDocumentTypeaSQSCSQ2eeoiySbx_xtFZTW', symObjAddr: 0x34EBC, symBinAddr: 0x100191C54, symSize: 0x48 }
+ - { offset: 0x152C15, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlV13selectedIndex33_D1816DF4D08EFBF14530075C7B2EB48ELLSivg', symObjAddr: 0xD0C, symBinAddr: 0x10016600C, symSize: 0x74 }
+ - { offset: 0x152C29, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlV13selectedIndex33_D1816DF4D08EFBF14530075C7B2EB48ELLSivs', symObjAddr: 0xE64, symBinAddr: 0x1001660E4, symSize: 0x98 }
+ - { offset: 0x152C3D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlV14$selectedIndex33_D1816DF4D08EFBF14530075C7B2EB48ELL0A2UI7BindingVySiGvg', symObjAddr: 0xF04, symBinAddr: 0x100166184, symSize: 0x8C }
+ - { offset: 0x152C51, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlV14_selectedIndex33_D1816DF4D08EFBF14530075C7B2EB48ELL0A2UI5StateVySiGvg', symObjAddr: 0xF90, symBinAddr: 0x100166210, symSize: 0x34 }
+ - { offset: 0x152C65, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlV14_selectedIndex33_D1816DF4D08EFBF14530075C7B2EB48ELL0A2UI5StateVySiGvs', symObjAddr: 0xFC4, symBinAddr: 0x100166244, symSize: 0x48 }
+ - { offset: 0x152C80, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlV4bodyQrvg', symObjAddr: 0x100C, symBinAddr: 0x10016628C, symSize: 0x294 }
+ - { offset: 0x152CA4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlV4bodyQrvg0A2UI05TupleD0VyAE0D0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAE6HStackVyAGyAE7ForEachVySaySi6offset_AA0C4ItemV7elementtGSiAiEE7overlay9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE06buttonQ0yQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE6ButtonVyAiEEAJ_AKQrqd___AOtAePRd__lFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEA11_yQrAO_A15_tFQOyARyAGyAE4TextVSg_A17_tGG_Qo__Qo__Qo__A9_Qo_G_AE011PlainButtonQ0VQo__AiEE5frame5width6heightA_QrA15__A15_A2_tFQOyAE01_pD0VyAE9RectangleVA9_G_Qo_Qo_G_AE6SpacerVtGG_A9_Qo__AiEEA29_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA_QrA15__A15_A15_A15_A15_A15_A2_tFQOyAA0E8RendererV_Qo_SgSgtGyXEfU_', symObjAddr: 0x12A0, symBinAddr: 0x100166520, symSize: 0xA4C }
+ - { offset: 0x152D0E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlV4bodyQrvg0A2UI05TupleD0VyAE0D0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAE6HStackVyAGyAE7ForEachVySaySi6offset_AA0C4ItemV7elementtGSiAiEE7overlay9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE06buttonQ0yQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE6ButtonVyAiEEAJ_AKQrqd___AOtAePRd__lFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEA11_yQrAO_A15_tFQOyARyAGyAE4TextVSg_A17_tGG_Qo__Qo__Qo__A9_Qo_G_AE011PlainButtonQ0VQo__AiEE5frame5width6heightA_QrA15__A15_A2_tFQOyAE01_pD0VyAE9RectangleVA9_G_Qo_Qo_G_AE6SpacerVtGG_A9_Qo__AiEEA29_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA_QrA15__A15_A15_A15_A15_A15_A2_tFQOyAA0E8RendererV_Qo_SgSgtGyXEfU_A42_yXEfU_', symObjAddr: 0x2670, symBinAddr: 0x100166F74, symSize: 0x3AC }
+ - { offset: 0x152D39, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlV4bodyQrvg0A2UI05TupleD0VyAE0D0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAE6HStackVyAGyAE7ForEachVySaySi6offset_AA0C4ItemV7elementtGSiAiEE7overlay9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE06buttonQ0yQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE6ButtonVyAiEEAJ_AKQrqd___AOtAePRd__lFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEA11_yQrAO_A15_tFQOyARyAGyAE4TextVSg_A17_tGG_Qo__Qo__Qo__A9_Qo_G_AE011PlainButtonQ0VQo__AiEE5frame5width6heightA_QrA15__A15_A2_tFQOyAE01_pD0VyAE9RectangleVA9_G_Qo_Qo_G_AE6SpacerVtGG_A9_Qo__AiEEA29_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA_QrA15__A15_A15_A15_A15_A15_A2_tFQOyAA0E8RendererV_Qo_SgSgtGyXEfU_A42_yXEfU_A38_Si_AWtcfU_', symObjAddr: 0x2B0C, symBinAddr: 0x100167410, symSize: 0x4A0 }
+ - { offset: 0x152D84, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlV4bodyQrvg0A2UI05TupleD0VyAE0D0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAE6HStackVyAGyAE7ForEachVySaySi6offset_AA0C4ItemV7elementtGSiAiEE7overlay9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE06buttonQ0yQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE6ButtonVyAiEEAJ_AKQrqd___AOtAePRd__lFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEA11_yQrAO_A15_tFQOyARyAGyAE4TextVSg_A17_tGG_Qo__Qo__Qo__A9_Qo_G_AE011PlainButtonQ0VQo__AiEE5frame5width6heightA_QrA15__A15_A2_tFQOyAE01_pD0VyAE9RectangleVA9_G_Qo_Qo_G_AE6SpacerVtGG_A9_Qo__AiEEA29_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA_QrA15__A15_A15_A15_A15_A15_A2_tFQOyAA0E8RendererV_Qo_SgSgtGyXEfU_A42_yXEfU_A38_Si_AWtcfU_yyScMYccfU_', symObjAddr: 0x2FAC, symBinAddr: 0x1001678B0, symSize: 0xAC }
+ - { offset: 0x152DBE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlV4bodyQrvg0A2UI05TupleD0VyAE0D0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAE6HStackVyAGyAE7ForEachVySaySi6offset_AA0C4ItemV7elementtGSiAiEE7overlay9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE06buttonQ0yQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE6ButtonVyAiEEAJ_AKQrqd___AOtAePRd__lFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEA11_yQrAO_A15_tFQOyARyAGyAE4TextVSg_A17_tGG_Qo__Qo__Qo__A9_Qo_G_AE011PlainButtonQ0VQo__AiEE5frame5width6heightA_QrA15__A15_A2_tFQOyAE01_pD0VyAE9RectangleVA9_G_Qo_Qo_G_AE6SpacerVtGG_A9_Qo__AiEEA29_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA_QrA15__A15_A15_A15_A15_A15_A2_tFQOyAA0E8RendererV_Qo_SgSgtGyXEfU_A42_yXEfU_A38_Si_AWtcfU_A24_yXEfU0_', symObjAddr: 0x3058, symBinAddr: 0x10016795C, symSize: 0x58C }
+ - { offset: 0x152E09, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlV4bodyQrvg0A2UI05TupleD0VyAE0D0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAE6HStackVyAGyAE7ForEachVySaySi6offset_AA0C4ItemV7elementtGSiAiEE7overlay9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE06buttonQ0yQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE6ButtonVyAiEEAJ_AKQrqd___AOtAePRd__lFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEA11_yQrAO_A15_tFQOyARyAGyAE4TextVSg_A17_tGG_Qo__Qo__Qo__A9_Qo_G_AE011PlainButtonQ0VQo__AiEE5frame5width6heightA_QrA15__A15_A2_tFQOyAE01_pD0VyAE9RectangleVA9_G_Qo_Qo_G_AE6SpacerVtGG_A9_Qo__AiEEA29_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA_QrA15__A15_A15_A15_A15_A15_A2_tFQOyAA0E8RendererV_Qo_SgSgtGyXEfU_A42_yXEfU_A38_Si_AWtcfU_A24_yXEfU0_A19_yXEfU_', symObjAddr: 0x35E4, symBinAddr: 0x100167EE8, symSize: 0x5F0 }
+ - { offset: 0x152E64, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlV4bodyQrvg0A2UI05TupleD0VyAE0D0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAE6HStackVyAGyAE7ForEachVySaySi6offset_AA0C4ItemV7elementtGSiAiEE7overlay9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE06buttonQ0yQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE6ButtonVyAiEEAJ_AKQrqd___AOtAePRd__lFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEA11_yQrAO_A15_tFQOyARyAGyAE4TextVSg_A17_tGG_Qo__Qo__Qo__A9_Qo_G_AE011PlainButtonQ0VQo__AiEE5frame5width6heightA_QrA15__A15_A2_tFQOyAE01_pD0VyAE9RectangleVA9_G_Qo_Qo_G_AE6SpacerVtGG_A9_Qo__AiEEA29_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA_QrA15__A15_A15_A15_A15_A15_A2_tFQOyAA0E8RendererV_Qo_SgSgtGyXEfU_A42_yXEfU_A38_Si_AWtcfU_A37_yXEfU1_', symObjAddr: 0x3F24, symBinAddr: 0x1001684D8, symSize: 0x290 }
+ - { offset: 0x152E9E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlV4bodyQrvgyycfU0_', symObjAddr: 0x47D0, symBinAddr: 0x10016883C, symSize: 0x178 }
+ - { offset: 0x152ECB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlV4tabs33_D1816DF4D08EFBF14530075C7B2EB48ELLSayAA0C4ItemVGvg', symObjAddr: 0x2A1C, symBinAddr: 0x100167320, symSize: 0xF0 }
+ - { offset: 0x152F09, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlV0A2UI0D0AadEP05_makeD04view6inputsAD01_D7OutputsVAD11_GraphValueVyxG_AD01_D6InputsVtFZTW', symObjAddr: 0x745C, symBinAddr: 0x10016A5C4, symSize: 0x14 }
+ - { offset: 0x152F25, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlV0A2UI0D0AadEP05_makeD4List4view6inputsAD01_dH7OutputsVAD11_GraphValueVyxG_AD01_dH6InputsVtFZTW', symObjAddr: 0x7470, symBinAddr: 0x10016A5D8, symSize: 0x14 }
+ - { offset: 0x152F41, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlV0A2UI0D0AadEP14_viewListCount6inputsSiSgAD01_dhI6InputsV_tFZTW', symObjAddr: 0x7484, symBinAddr: 0x10016A5EC, symSize: 0x18 }
+ - { offset: 0x152F5D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV0A2UI4ViewAadEP05_makeF04view6inputsAD01_F7OutputsVAD11_GraphValueVyxG_AD01_F6InputsVtFZTW', symObjAddr: 0xE0D4, symBinAddr: 0x10016FBD4, symSize: 0x14 }
+ - { offset: 0x152F79, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV0A2UI4ViewAadEP05_makeF4List4view6inputsAD01_fH7OutputsVAD11_GraphValueVyxG_AD01_fH6InputsVtFZTW', symObjAddr: 0xE0E8, symBinAddr: 0x10016FBE8, symSize: 0x14 }
+ - { offset: 0x152F95, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV0A2UI4ViewAadEP14_viewListCount6inputsSiSgAD01_fhI6InputsV_tFZTW', symObjAddr: 0xE0FC, symBinAddr: 0x10016FBFC, symSize: 0x18 }
+ - { offset: 0x152FB1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18PopupWindowControlV0A2UI4ViewAadEP05_makeG04view6inputsAD01_G7OutputsVAD11_GraphValueVyxG_AD01_G6InputsVtFZTW', symObjAddr: 0x118D0, symBinAddr: 0x1001725B8, symSize: 0x14 }
+ - { offset: 0x152FCD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18PopupWindowControlV0A2UI4ViewAadEP05_makeG4List4view6inputsAD01_gI7OutputsVAD11_GraphValueVyxG_AD01_gI6InputsVtFZTW', symObjAddr: 0x118E4, symBinAddr: 0x1001725CC, symSize: 0x14 }
+ - { offset: 0x152FE9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18PopupWindowControlV0A2UI4ViewAadEP14_viewListCount6inputsSiSgAD01_giJ6InputsV_tFZTW', symObjAddr: 0x118F8, symBinAddr: 0x1001725E0, symSize: 0x18 }
+ - { offset: 0x153005, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HtmlControlV0A2UI4ViewAadEP05_makeF04view6inputsAD01_F7OutputsVAD11_GraphValueVyxG_AD01_F6InputsVtFZTW', symObjAddr: 0x12E74, symBinAddr: 0x100173780, symSize: 0x14 }
+ - { offset: 0x153021, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HtmlControlV0A2UI4ViewAadEP05_makeF4List4view6inputsAD01_fH7OutputsVAD11_GraphValueVyxG_AD01_fH6InputsVtFZTW', symObjAddr: 0x12E88, symBinAddr: 0x100173794, symSize: 0x14 }
+ - { offset: 0x15303D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HtmlControlV0A2UI4ViewAadEP14_viewListCount6inputsSiSgAD01_fhI6InputsV_tFZTW', symObjAddr: 0x12E9C, symBinAddr: 0x1001737A8, symSize: 0x18 }
+ - { offset: 0x153059, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI5ImageV9resizable9capInsets12resizingModeAcA04EdgeF0V_AC08ResizingH0OtFfA_', symObjAddr: 0x15680, symBinAddr: 0x1001751C0, symSize: 0x14 }
+ - { offset: 0x153075, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI5ImageV9resizable9capInsets12resizingModeAcA04EdgeF0V_AC08ResizingH0OtFfA0_', symObjAddr: 0x15694, symBinAddr: 0x1001751D4, symSize: 0x4C }
+ - { offset: 0x153091, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlV0A2UI4ViewAadEP05_makeF04view6inputsAD01_F7OutputsVAD11_GraphValueVyxG_AD01_F6InputsVtFZTW', symObjAddr: 0x17004, symBinAddr: 0x1001769AC, symSize: 0x14 }
+ - { offset: 0x1530AD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlV0A2UI4ViewAadEP05_makeF4List4view6inputsAD01_fH7OutputsVAD11_GraphValueVyxG_AD01_fH6InputsVtFZTW', symObjAddr: 0x17018, symBinAddr: 0x1001769C0, symSize: 0x14 }
+ - { offset: 0x1530C9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlV0A2UI4ViewAadEP14_viewListCount6inputsSiSgAD01_fhI6InputsV_tFZTW', symObjAddr: 0x1702C, symBinAddr: 0x1001769D4, symSize: 0x18 }
+ - { offset: 0x1530E5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV0A2UI4ViewAadEP05_makeG04view6inputsAD01_G7OutputsVAD11_GraphValueVyxG_AD01_G6InputsVtFZTW', symObjAddr: 0x20644, symBinAddr: 0x10017D460, symSize: 0x14 }
+ - { offset: 0x153101, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV0A2UI4ViewAadEP05_makeG4List4view6inputsAD01_gI7OutputsVAD11_GraphValueVyxG_AD01_gI6InputsVtFZTW', symObjAddr: 0x20658, symBinAddr: 0x10017D474, symSize: 0x14 }
+ - { offset: 0x15311D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV0A2UI4ViewAadEP14_viewListCount6inputsSiSgAD01_giJ6InputsV_tFZTW', symObjAddr: 0x2066C, symBinAddr: 0x10017D488, symSize: 0x18 }
+ - { offset: 0x15351C, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI10ScrollViewV_7contentACyxGAA4AxisO3SetV_xyXEtcfcfA_', symObjAddr: 0x9AE4, symBinAddr: 0x10016C1C4, symSize: 0x20 }
+ - { offset: 0x153546, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI10ScrollViewV_7contentACyxGAA4AxisO3SetV_xyXEtcfC', symObjAddr: 0x9C04, symBinAddr: 0x10016C2E4, symSize: 0x50 }
+ - { offset: 0x15358D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlV6schema6engineAcA0E6SchemaV_AA0B6EngineCtcfC', symObjAddr: 0x7390, symBinAddr: 0x10016A4F8, symSize: 0xCC }
+ - { offset: 0x1535A1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlV0A2UI0D0AadEP4body4BodyQzvgTW', symObjAddr: 0x749C, symBinAddr: 0x10016A604, symSize: 0x44 }
+ - { offset: 0x1535B5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV6schemaAA0D6SchemaVvg', symObjAddr: 0x74E0, symBinAddr: 0x10016A648, symSize: 0x1C }
+ - { offset: 0x1535C9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV6engineAA0B6EngineCvg', symObjAddr: 0x753C, symBinAddr: 0x10016A6A4, symSize: 0x5C }
+ - { offset: 0x1535EE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV6engineAA0B6EngineCvs', symObjAddr: 0x763C, symBinAddr: 0x10016A7A4, symSize: 0x50 }
+ - { offset: 0x153622, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV6engineAA0B6EngineCvM', symObjAddr: 0x768C, symBinAddr: 0x10016A7F4, symSize: 0x20 }
+ - { offset: 0x153647, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV6engineAA0B6EngineCvM.resume.0', symObjAddr: 0x76AC, symBinAddr: 0x10016A814, symSize: 0xC }
+ - { offset: 0x153668, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV7$engine0A2UI14ObservedObjectV7WrapperVyAA0B6EngineC_Gvg', symObjAddr: 0x76B8, symBinAddr: 0x10016A820, symSize: 0x70 }
+ - { offset: 0x15368D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV7_engine33_D1816DF4D08EFBF14530075C7B2EB48ELL0A2UI14ObservedObjectVyAA0B6EngineCGvg', symObjAddr: 0x7728, symBinAddr: 0x10016A890, symSize: 0x34 }
+ - { offset: 0x1536A1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV7_engine33_D1816DF4D08EFBF14530075C7B2EB48ELL0A2UI14ObservedObjectVyAA0B6EngineCGvs', symObjAddr: 0x775C, symBinAddr: 0x10016A8C4, symSize: 0x48 }
+ - { offset: 0x1536B5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV13expandedItems33_D1816DF4D08EFBF14530075C7B2EB48ELLShySSGvg', symObjAddr: 0x7824, symBinAddr: 0x10016A98C, symSize: 0x74 }
+ - { offset: 0x1536C9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV13expandedItems33_D1816DF4D08EFBF14530075C7B2EB48ELLShySSGvs', symObjAddr: 0x7920, symBinAddr: 0x10016AA88, symSize: 0xA8 }
+ - { offset: 0x1536DD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV14$expandedItems33_D1816DF4D08EFBF14530075C7B2EB48ELL0A2UI7BindingVyShySSGGvg', symObjAddr: 0x7A04, symBinAddr: 0x10016AB6C, symSize: 0x8C }
+ - { offset: 0x1536F1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV14_expandedItems33_D1816DF4D08EFBF14530075C7B2EB48ELL0A2UI5StateVyShySSGGvg', symObjAddr: 0x7A90, symBinAddr: 0x10016ABF8, symSize: 0x3C }
+ - { offset: 0x153705, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV14_expandedItems33_D1816DF4D08EFBF14530075C7B2EB48ELL0A2UI5StateVyShySSGGvs', symObjAddr: 0x7ACC, symBinAddr: 0x10016AC34, symSize: 0x64 }
+ - { offset: 0x153719, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV12selectedItem33_D1816DF4D08EFBF14530075C7B2EB48ELLSSvg', symObjAddr: 0x7BC0, symBinAddr: 0x10016AD28, symSize: 0x90 }
+ - { offset: 0x15372D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV12selectedItem33_D1816DF4D08EFBF14530075C7B2EB48ELLSSvs', symObjAddr: 0x7CE0, symBinAddr: 0x10016ADB8, symSize: 0xC4 }
+ - { offset: 0x153741, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV13$selectedItem33_D1816DF4D08EFBF14530075C7B2EB48ELL0A2UI7BindingVySSGvg', symObjAddr: 0x7DCC, symBinAddr: 0x10016AEA4, symSize: 0xA8 }
+ - { offset: 0x153755, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV13_selectedItem33_D1816DF4D08EFBF14530075C7B2EB48ELL0A2UI5StateVySSGvg', symObjAddr: 0x7E74, symBinAddr: 0x10016AF4C, symSize: 0x48 }
+ - { offset: 0x153769, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV13_selectedItem33_D1816DF4D08EFBF14530075C7B2EB48ELL0A2UI5StateVySSGvs', symObjAddr: 0x7EBC, symBinAddr: 0x10016AF94, symSize: 0x74 }
+ - { offset: 0x153784, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV4bodyQrvg', symObjAddr: 0x7F30, symBinAddr: 0x10016B008, symSize: 0x55C }
+ - { offset: 0x1537BF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV4bodyQrvg0A2UI4ViewPAEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6VStackVyAE7ForEachVySayAA0C10ItemSchemaVGSSAE03AnyG0VGSgG_Qo_yXEfU_', symObjAddr: 0x84B4, symBinAddr: 0x10016B564, symSize: 0x220 }
+ - { offset: 0x1537EA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV4bodyQrvg0A2UI4ViewPAEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6VStackVyAE7ForEachVySayAA0C10ItemSchemaVGSSAE03AnyG0VGSgG_Qo_yXEfU_AVyXEfU_', symObjAddr: 0x90AC, symBinAddr: 0x10016B78C, symSize: 0x4B8 }
+ - { offset: 0x153843, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV4bodyQrvg0A2UI4ViewPAEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6VStackVyAE7ForEachVySayAA0C10ItemSchemaVGSSAE03AnyG0VGSgG_Qo_yXEfU_AVyXEfU_AtQcfU_', symObjAddr: 0x9564, symBinAddr: 0x10016BC44, symSize: 0xDC }
+ - { offset: 0x153880, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV12menuItemView33_D1816DF4D08EFBF14530075C7B2EB48ELL_5depth0A2UI03AnyG0VAA0cF6SchemaV_SitF', symObjAddr: 0x9640, symBinAddr: 0x10016BD20, symSize: 0x4A4 }
+ - { offset: 0x153909, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV12menuItemView33_D1816DF4D08EFBF14530075C7B2EB48ELL_5depth0A2UI03AnyG0VAA0cF6SchemaV_SitFAG05TupleG0VyAG0G0PAGE11buttonStyleyQrqd__AG015PrimitiveButtonU0Rd__lFQOyAG0W0VyAoGE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoGE10background_20ignoresSafeAreaEdgesQrqd___AG4EdgeO3SetVtAG05ShapeU0Rd__lFQOyAoGE15foregroundColoryQrAG5ColorVSgFQOyAoGE7paddingyQrA2__AXSgtFQOyAoGEA8_yQrA2__A9_tFQOyAG6HStackVyAMyAoGE5frame5width6height9alignmentQrA9__A9_AG9AlignmentVtFQOyAG4TextV_Qo_Sg_AoGE9lineLimityQrSiSgFQOyA19__Qo_AG6SpacerVAoGEA4_yQrA7_FQOyAoGE4fontyQrAG4FontVSgFQOyAG5ImageV_Qo__Qo_SgtGG_Qo__Qo__Qo__A6_Qo__Qo_G_AG05PlainwU0VQo__AG7ForEachVySayAKGSSAIGSgSgtGyXEfU_', symObjAddr: 0xA634, symBinAddr: 0x10016C858, symSize: 0xA98 }
+ - { offset: 0x1539C9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV12menuItemView33_D1816DF4D08EFBF14530075C7B2EB48ELL_5depth0A2UI03AnyG0VAA0cF6SchemaV_SitFAG05TupleG0VyAG0G0PAGE11buttonStyleyQrqd__AG015PrimitiveButtonU0Rd__lFQOyAG0W0VyAoGE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoGE10background_20ignoresSafeAreaEdgesQrqd___AG4EdgeO3SetVtAG05ShapeU0Rd__lFQOyAoGE15foregroundColoryQrAG5ColorVSgFQOyAoGE7paddingyQrA2__AXSgtFQOyAoGEA8_yQrA2__A9_tFQOyAG6HStackVyAMyAoGE5frame5width6height9alignmentQrA9__A9_AG9AlignmentVtFQOyAG4TextV_Qo_Sg_AoGE9lineLimityQrSiSgFQOyA19__Qo_AG6SpacerVAoGEA4_yQrA7_FQOyAoGE4fontyQrAG4FontVSgFQOyAG5ImageV_Qo__Qo_SgtGG_Qo__Qo__Qo__A6_Qo__Qo_G_AG05PlainwU0VQo__AG7ForEachVySayAKGSSAIGSgSgtGyXEfU_yyScMYccfU_', symObjAddr: 0xB3C0, symBinAddr: 0x10016D49C, symSize: 0x58 }
+ - { offset: 0x153A13, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV12menuItemView33_D1816DF4D08EFBF14530075C7B2EB48ELL_5depth0A2UI03AnyG0VAA0cF6SchemaV_SitFAG05TupleG0VyAG0G0PAGE11buttonStyleyQrqd__AG015PrimitiveButtonU0Rd__lFQOyAG0W0VyAoGE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoGE10background_20ignoresSafeAreaEdgesQrqd___AG4EdgeO3SetVtAG05ShapeU0Rd__lFQOyAoGE15foregroundColoryQrAG5ColorVSgFQOyAoGE7paddingyQrA2__AXSgtFQOyAoGEA8_yQrA2__A9_tFQOyAG6HStackVyAMyAoGE5frame5width6height9alignmentQrA9__A9_AG9AlignmentVtFQOyAG4TextV_Qo_Sg_AoGE9lineLimityQrSiSgFQOyA19__Qo_AG6SpacerVAoGEA4_yQrA7_FQOyAoGE4fontyQrAG4FontVSgFQOyAG5ImageV_Qo__Qo_SgtGG_Qo__Qo__Qo__A6_Qo__Qo_G_AG05PlainwU0VQo__AG7ForEachVySayAKGSSAIGSgSgtGyXEfU_A42_yXEfU0_', symObjAddr: 0xB93C, symBinAddr: 0x10016DA18, symSize: 0x680 }
+ - { offset: 0x153AA3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV12menuItemView33_D1816DF4D08EFBF14530075C7B2EB48ELL_5depth0A2UI03AnyG0VAA0cF6SchemaV_SitFAG05TupleG0VyAG0G0PAGE11buttonStyleyQrqd__AG015PrimitiveButtonU0Rd__lFQOyAG0W0VyAoGE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoGE10background_20ignoresSafeAreaEdgesQrqd___AG4EdgeO3SetVtAG05ShapeU0Rd__lFQOyAoGE15foregroundColoryQrAG5ColorVSgFQOyAoGE7paddingyQrA2__AXSgtFQOyAoGEA8_yQrA2__A9_tFQOyAG6HStackVyAMyAoGE5frame5width6height9alignmentQrA9__A9_AG9AlignmentVtFQOyAG4TextV_Qo_Sg_AoGE9lineLimityQrSiSgFQOyA19__Qo_AG6SpacerVAoGEA4_yQrA7_FQOyAoGE4fontyQrAG4FontVSgFQOyAG5ImageV_Qo__Qo_SgtGG_Qo__Qo__Qo__A6_Qo__Qo_G_AG05PlainwU0VQo__AG7ForEachVySayAKGSSAIGSgSgtGyXEfU_A42_yXEfU0_A36_yXEfU_', symObjAddr: 0xBFBC, symBinAddr: 0x10016E098, symSize: 0xB9C }
+ - { offset: 0x153B1E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV12menuItemView33_D1816DF4D08EFBF14530075C7B2EB48ELL_5depth0A2UI03AnyG0VAA0cF6SchemaV_SitFAG05TupleG0VyAG0G0PAGE11buttonStyleyQrqd__AG015PrimitiveButtonU0Rd__lFQOyAG0W0VyAoGE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoGE10background_20ignoresSafeAreaEdgesQrqd___AG4EdgeO3SetVtAG05ShapeU0Rd__lFQOyAoGE15foregroundColoryQrAG5ColorVSgFQOyAoGE7paddingyQrA2__AXSgtFQOyAoGEA8_yQrA2__A9_tFQOyAG6HStackVyAMyAoGE5frame5width6height9alignmentQrA9__A9_AG9AlignmentVtFQOyAG4TextV_Qo_Sg_AoGE9lineLimityQrSiSgFQOyA19__Qo_AG6SpacerVAoGEA4_yQrA7_FQOyAoGE4fontyQrAG4FontVSgFQOyAG5ImageV_Qo__Qo_SgtGG_Qo__Qo__Qo__A6_Qo__Qo_G_AG05PlainwU0VQo__AG7ForEachVySayAKGSSAIGSgSgtGyXEfU_AiKcfU1_', symObjAddr: 0xCD3C, symBinAddr: 0x10016EE00, symSize: 0x104 }
+ - { offset: 0x153B80, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV06handleC5Click33_D1816DF4D08EFBF14530075C7B2EB48ELL_11hasChildrenyAA0C10ItemSchemaV_SbtF', symObjAddr: 0xB418, symBinAddr: 0x10016D4F4, symSize: 0x524 }
+ - { offset: 0x153BC6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV06handleC5Click33_D1816DF4D08EFBF14530075C7B2EB48ELL_11hasChildrenyAA0C10ItemSchemaV_SbtFyyYacfU_', symObjAddr: 0xCE40, symBinAddr: 0x10016EF04, symSize: 0xAC }
+ - { offset: 0x153C01, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV06handleC5Click33_D1816DF4D08EFBF14530075C7B2EB48ELL_11hasChildrenyAA0C10ItemSchemaV_SbtFyyYacfU_TY0_', symObjAddr: 0xCEEC, symBinAddr: 0x10016EFB0, symSize: 0x378 }
+ - { offset: 0x153C88, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV06handleC5Click33_D1816DF4D08EFBF14530075C7B2EB48ELL_11hasChildrenyAA0C10ItemSchemaV_SbtFyyYacfU_TQ1_', symObjAddr: 0xD264, symBinAddr: 0x10016F328, symSize: 0x9C }
+ - { offset: 0x153D13, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV06handleC5Click33_D1816DF4D08EFBF14530075C7B2EB48ELL_11hasChildrenyAA0C10ItemSchemaV_SbtFyyYacfU_TY2_', symObjAddr: 0xD300, symBinAddr: 0x10016F3C4, symSize: 0x2D0 }
+ - { offset: 0x153DA4, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVyACxcSzRzlufC', symObjAddr: 0xCB58, symBinAddr: 0x10016EC34, symSize: 0x1CC }
+ - { offset: 0x153DE0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV6schema6engineAcA0D6SchemaV_AA0B6EngineCtcfC', symObjAddr: 0xDF9C, symBinAddr: 0x10016FA9C, symSize: 0x138 }
+ - { offset: 0x153DF4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV0A2UI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0xE114, symBinAddr: 0x10016FC14, symSize: 0x44 }
+ - { offset: 0x153E08, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18PopupWindowControlV6schemaAA0E6SchemaVvg', symObjAddr: 0xE158, symBinAddr: 0x10016FC58, symSize: 0x1C }
+ - { offset: 0x153E1C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18PopupWindowControlV6engineAA0B6EngineCvg', symObjAddr: 0xE1B4, symBinAddr: 0x10016FCB4, symSize: 0x5C }
+ - { offset: 0x153E41, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18PopupWindowControlV6engineAA0B6EngineCvs', symObjAddr: 0xE2B4, symBinAddr: 0x10016FDB4, symSize: 0x50 }
+ - { offset: 0x153E75, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18PopupWindowControlV6engineAA0B6EngineCvM', symObjAddr: 0xE304, symBinAddr: 0x10016FE04, symSize: 0x20 }
+ - { offset: 0x153E9A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18PopupWindowControlV6engineAA0B6EngineCvM.resume.0', symObjAddr: 0xE324, symBinAddr: 0x10016FE24, symSize: 0xC }
+ - { offset: 0x153EBB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18PopupWindowControlV7$engine0A2UI14ObservedObjectV7WrapperVyAA0B6EngineC_Gvg', symObjAddr: 0xE330, symBinAddr: 0x10016FE30, symSize: 0x70 }
+ - { offset: 0x153EE0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18PopupWindowControlV7_engine33_D1816DF4D08EFBF14530075C7B2EB48ELL0A2UI14ObservedObjectVyAA0B6EngineCGvg', symObjAddr: 0xE3A0, symBinAddr: 0x10016FEA0, symSize: 0x34 }
+ - { offset: 0x153EF4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18PopupWindowControlV7_engine33_D1816DF4D08EFBF14530075C7B2EB48ELL0A2UI14ObservedObjectVyAA0B6EngineCGvs', symObjAddr: 0xE3D4, symBinAddr: 0x10016FED4, symSize: 0x48 }
+ - { offset: 0x153F0F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18PopupWindowControlV4bodyQrvg', symObjAddr: 0xE41C, symBinAddr: 0x10016FF1C, symSize: 0x3D0 }
+ - { offset: 0x153F33, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18PopupWindowControlV4bodyQrvg0A2UI9TupleViewVyAE0I0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAiEE06buttonR0yQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonR0VQo_tGG_Qo__A5_Qo__AiEEAQyQrATFQOyAE6VStackVyAA010SubWidgetsI0VG_Qo_SgtGyXEfU_', symObjAddr: 0xE7EC, symBinAddr: 0x1001702EC, symSize: 0x918 }
+ - { offset: 0x153F7D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18PopupWindowControlV4bodyQrvg0A2UI9TupleViewVyAE0I0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAiEE06buttonR0yQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonR0VQo_tGG_Qo__A5_Qo__AiEEAQyQrATFQOyAE6VStackVyAA010SubWidgetsI0VG_Qo_SgtGyXEfU_A19_yXEfU_', symObjAddr: 0x1021C, symBinAddr: 0x100171068, symSize: 0x670 }
+ - { offset: 0x153FA9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18PopupWindowControlV4bodyQrvg0A2UI9TupleViewVyAE0I0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAiEE06buttonR0yQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonR0VQo_tGG_Qo__A5_Qo__AiEEAQyQrATFQOyAE6VStackVyAA010SubWidgetsI0VG_Qo_SgtGyXEfU_A19_yXEfU_yycACcfu0_', symObjAddr: 0x1088C, symBinAddr: 0x1001716D8, symSize: 0x7C }
+ - { offset: 0x153FD2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18PopupWindowControlV4bodyQrvg0A2UI9TupleViewVyAE0I0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAiEE06buttonR0yQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonR0VQo_tGG_Qo__A5_Qo__AiEEAQyQrATFQOyAE6VStackVyAA010SubWidgetsI0VG_Qo_SgtGyXEfU_A19_yXEfU_yycACcfu0_yycfu1_', symObjAddr: 0x10908, symBinAddr: 0x100171754, symSize: 0x34 }
+ - { offset: 0x153FFB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18PopupWindowControlV4bodyQrvg0A2UI9TupleViewVyAE0I0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAiEE06buttonR0yQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonR0VQo_tGG_Qo__A5_Qo__AiEEAQyQrATFQOyAE6VStackVyAA010SubWidgetsI0VG_Qo_SgtGyXEfU_A19_yXEfU_A14_yXEfU_', symObjAddr: 0x109F4, symBinAddr: 0x100171840, symSize: 0x20C }
+ - { offset: 0x154015, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18PopupWindowControlV4bodyQrvg0A2UI9TupleViewVyAE0I0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAiEE06buttonR0yQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonR0VQo_tGG_Qo__A5_Qo__AiEEAQyQrATFQOyAE6VStackVyAA010SubWidgetsI0VG_Qo_SgtGyXEfU_A26_yXEfU0_', symObjAddr: 0x10C00, symBinAddr: 0x100171A4C, symSize: 0x110 }
+ - { offset: 0x154050, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18PopupWindowControlV5close33_D1816DF4D08EFBF14530075C7B2EB48ELLyyF', symObjAddr: 0x1093C, symBinAddr: 0x100171788, symSize: 0xB8 }
+ - { offset: 0x15407C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18PopupWindowControlV6schema6engineAcA0E6SchemaV_AA0B6EngineCtcfC', symObjAddr: 0x11824, symBinAddr: 0x10017250C, symSize: 0xAC }
+ - { offset: 0x154090, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18PopupWindowControlV0A2UI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0x11910, symBinAddr: 0x1001725F8, symSize: 0x44 }
+ - { offset: 0x1540A4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HtmlControlV6schemaAA0D6SchemaVvg', symObjAddr: 0x11954, symBinAddr: 0x10017263C, symSize: 0x1C }
+ - { offset: 0x1540B8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HtmlControlV6engineAA0B6EngineCvg', symObjAddr: 0x119B0, symBinAddr: 0x100172698, symSize: 0x5C }
+ - { offset: 0x1540DD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HtmlControlV6engineAA0B6EngineCvs', symObjAddr: 0x11AB0, symBinAddr: 0x100172798, symSize: 0x50 }
+ - { offset: 0x154111, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HtmlControlV6engineAA0B6EngineCvM', symObjAddr: 0x11B00, symBinAddr: 0x1001727E8, symSize: 0x20 }
+ - { offset: 0x154136, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HtmlControlV6engineAA0B6EngineCvM.resume.0', symObjAddr: 0x11B20, symBinAddr: 0x100172808, symSize: 0xC }
+ - { offset: 0x154157, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HtmlControlV7$engine0A2UI14ObservedObjectV7WrapperVyAA0B6EngineC_Gvg', symObjAddr: 0x11B2C, symBinAddr: 0x100172814, symSize: 0x70 }
+ - { offset: 0x15417C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HtmlControlV7_engine33_D1816DF4D08EFBF14530075C7B2EB48ELL0A2UI14ObservedObjectVyAA0B6EngineCGvg', symObjAddr: 0x11B9C, symBinAddr: 0x100172884, symSize: 0x34 }
+ - { offset: 0x154190, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HtmlControlV7_engine33_D1816DF4D08EFBF14530075C7B2EB48ELL0A2UI14ObservedObjectVyAA0B6EngineCGvs', symObjAddr: 0x11BD0, symBinAddr: 0x1001728B8, symSize: 0x48 }
+ - { offset: 0x1541AB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HtmlControlV4bodyQrvg', symObjAddr: 0x11C18, symBinAddr: 0x100172900, symSize: 0x968 }
+ - { offset: 0x154232, size: 0x8, addend: 0x0, symName: '_$sSo18NSAttributedStringC6AppKitE4data7options18documentAttributesAB10Foundation4DataV_SDySo0aB24DocumentReadingOptionKeyaypGSAySo12NSDictionaryCSgGSgtKcfC', symObjAddr: 0x126E4, symBinAddr: 0x100173268, symSize: 0x94 }
+ - { offset: 0x15429F, size: 0x8, addend: 0x0, symName: '_$sSo18NSAttributedStringC6AppKitE4data7options18documentAttributesAB10Foundation4DataV_SDySo0aB24DocumentReadingOptionKeyaypGSAySo12NSDictionaryCSgGSgtKcfcTO', symObjAddr: 0x34354, symBinAddr: 0x1001910EC, symSize: 0x228 }
+ - { offset: 0x15439F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HtmlControlV6schema6engineAcA0D6SchemaV_AA0B6EngineCtcfC', symObjAddr: 0x12DC8, symBinAddr: 0x1001736D4, symSize: 0xAC }
+ - { offset: 0x1543B3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HtmlControlV0A2UI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0x12EB4, symBinAddr: 0x1001737C0, symSize: 0x44 }
+ - { offset: 0x1543C7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlV6schemaAA0D6SchemaVvg', symObjAddr: 0x12EF8, symBinAddr: 0x100173804, symSize: 0x1C }
+ - { offset: 0x1543DB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlV6engineAA0B6EngineCvg', symObjAddr: 0x12F54, symBinAddr: 0x100173860, symSize: 0x5C }
+ - { offset: 0x154400, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlV6engineAA0B6EngineCvs', symObjAddr: 0x13054, symBinAddr: 0x100173960, symSize: 0x50 }
+ - { offset: 0x154434, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlV6engineAA0B6EngineCvM', symObjAddr: 0x130A4, symBinAddr: 0x1001739B0, symSize: 0x20 }
+ - { offset: 0x154459, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlV6engineAA0B6EngineCvM.resume.0', symObjAddr: 0x130C4, symBinAddr: 0x1001739D0, symSize: 0xC }
+ - { offset: 0x15447A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlV7$engine0A2UI14ObservedObjectV7WrapperVyAA0B6EngineC_Gvg', symObjAddr: 0x130D0, symBinAddr: 0x1001739DC, symSize: 0x70 }
+ - { offset: 0x15449F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlV7_engine33_D1816DF4D08EFBF14530075C7B2EB48ELL0A2UI14ObservedObjectVyAA0B6EngineCGvg', symObjAddr: 0x13140, symBinAddr: 0x100173A4C, symSize: 0x34 }
+ - { offset: 0x1544B3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlV7_engine33_D1816DF4D08EFBF14530075C7B2EB48ELL0A2UI14ObservedObjectVyAA0B6EngineCGvs', symObjAddr: 0x13174, symBinAddr: 0x100173A80, symSize: 0x48 }
+ - { offset: 0x1544C7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlV5image33_D1816DF4D08EFBF14530075C7B2EB48ELL0A2UI0C0VSgvg', symObjAddr: 0x13238, symBinAddr: 0x100173B44, symSize: 0x74 }
+ - { offset: 0x1544DB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlV5image33_D1816DF4D08EFBF14530075C7B2EB48ELL0A2UI0C0VSgvs', symObjAddr: 0x13334, symBinAddr: 0x100173C40, symSize: 0xA8 }
+ - { offset: 0x1544EF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlV6$image33_D1816DF4D08EFBF14530075C7B2EB48ELL0A2UI7BindingVyAF0C0VSgGvg', symObjAddr: 0x133E4, symBinAddr: 0x100173CF0, symSize: 0x8C }
+ - { offset: 0x154503, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlV6_image33_D1816DF4D08EFBF14530075C7B2EB48ELL0A2UI5StateVyAF0C0VSgGvg', symObjAddr: 0x13470, symBinAddr: 0x100173D7C, symSize: 0x3C }
+ - { offset: 0x154517, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlV6_image33_D1816DF4D08EFBF14530075C7B2EB48ELL0A2UI5StateVyAF0C0VSgGvs', symObjAddr: 0x134AC, symBinAddr: 0x100173DB8, symSize: 0x64 }
+ - { offset: 0x15452B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlV9isLoading33_D1816DF4D08EFBF14530075C7B2EB48ELLSbvg', symObjAddr: 0x13560, symBinAddr: 0x100173E6C, symSize: 0x78 }
+ - { offset: 0x15453F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlV9isLoading33_D1816DF4D08EFBF14530075C7B2EB48ELLSbvs', symObjAddr: 0x1363C, symBinAddr: 0x100173EE4, symSize: 0x98 }
+ - { offset: 0x154553, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlV10$isLoading33_D1816DF4D08EFBF14530075C7B2EB48ELL0A2UI7BindingVySbGvg', symObjAddr: 0x136E0, symBinAddr: 0x100173F88, symSize: 0x90 }
+ - { offset: 0x154567, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlV10_isLoading33_D1816DF4D08EFBF14530075C7B2EB48ELL0A2UI5StateVySbGvg', symObjAddr: 0x13770, symBinAddr: 0x100174018, symSize: 0x38 }
+ - { offset: 0x15457B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlV10_isLoading33_D1816DF4D08EFBF14530075C7B2EB48ELL0A2UI5StateVySbGvs', symObjAddr: 0x137A8, symBinAddr: 0x100174050, symSize: 0x48 }
+ - { offset: 0x154596, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlV4bodyQrvg', symObjAddr: 0x137F0, symBinAddr: 0x100174098, symSize: 0x2E4 }
+ - { offset: 0x1545BA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlV4bodyQrvg0A2UI19_ConditionalContentVyAGyAE4ViewPAEE11aspectRatio_11contentModeQr12CoreGraphics7CGFloatVSg_AE0hM0OtFQOyAE0C0V_Qo_AE08ProgressI0VyAE05EmptyI0VAXGGAiEE7overlay_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAE06_ShapeI0VyAE9RectangleVAE5ColorVG_AE4TextVQo_GyXEfU_', symObjAddr: 0x13AD4, symBinAddr: 0x10017437C, symSize: 0xB18 }
+ - { offset: 0x154614, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlV4bodyQrvgyyYaYbcfU0_', symObjAddr: 0x15704, symBinAddr: 0x100175220, symSize: 0x98 }
+ - { offset: 0x15463F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlV4bodyQrvgyyYaYbcfU0_TQ0_', symObjAddr: 0x1579C, symBinAddr: 0x1001752B8, symSize: 0x8C }
+ - { offset: 0x15466E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlV4bodyQrvgyyYaYbcfU0_TY1_', symObjAddr: 0x15828, symBinAddr: 0x100175344, symSize: 0x44 }
+ - { offset: 0x15469D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlV04loadC033_D1816DF4D08EFBF14530075C7B2EB48ELLyyYaF', symObjAddr: 0x15C0C, symBinAddr: 0x100175728, symSize: 0x120 }
+ - { offset: 0x154700, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlV04loadC033_D1816DF4D08EFBF14530075C7B2EB48ELLyyYaFTY0_', symObjAddr: 0x15D2C, symBinAddr: 0x100175848, symSize: 0x310 }
+ - { offset: 0x15475E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlV04loadC033_D1816DF4D08EFBF14530075C7B2EB48ELLyyYaFTQ1_', symObjAddr: 0x1603C, symBinAddr: 0x100175B58, symSize: 0xD8 }
+ - { offset: 0x1547CF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlV04loadC033_D1816DF4D08EFBF14530075C7B2EB48ELLyyYaFTY2_', symObjAddr: 0x16114, symBinAddr: 0x100175C30, symSize: 0x318 }
+ - { offset: 0x1548A3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlV04loadC033_D1816DF4D08EFBF14530075C7B2EB48ELLyyYaFTY3_', symObjAddr: 0x1642C, symBinAddr: 0x100175F48, symSize: 0x2FC }
+ - { offset: 0x15493A, size: 0x8, addend: 0x0, symName: '_$sSo7NSImageC4dataABSg10Foundation4DataV_tcfC', symObjAddr: 0x16E08, symBinAddr: 0x100176808, symSize: 0x44 }
+ - { offset: 0x154955, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlV6schema6engineAcA0D6SchemaV_AA0B6EngineCtcfC', symObjAddr: 0x16F04, symBinAddr: 0x1001768AC, symSize: 0x100 }
+ - { offset: 0x154969, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlV0A2UI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0x17044, symBinAddr: 0x1001769EC, symSize: 0x44 }
+ - { offset: 0x15497D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV6schemaAA0E6SchemaVvg', symObjAddr: 0x17088, symBinAddr: 0x100176A30, symSize: 0x1C }
+ - { offset: 0x154991, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV6engineAA0B6EngineCvg', symObjAddr: 0x170E4, symBinAddr: 0x100176A8C, symSize: 0x5C }
+ - { offset: 0x1549B7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV6engineAA0B6EngineCvs', symObjAddr: 0x171FC, symBinAddr: 0x100176BA4, symSize: 0x50 }
+ - { offset: 0x1549ED, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV6engineAA0B6EngineCvM', symObjAddr: 0x1724C, symBinAddr: 0x100176BF4, symSize: 0x20 }
+ - { offset: 0x154A13, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV6engineAA0B6EngineCvM.resume.0', symObjAddr: 0x1726C, symBinAddr: 0x100176C14, symSize: 0xC }
+ - { offset: 0x154A35, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV7$engine0A2UI14ObservedObjectV7WrapperVyAA0B6EngineC_Gvg', symObjAddr: 0x17278, symBinAddr: 0x100176C20, symSize: 0x70 }
+ - { offset: 0x154A5B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV7_engine33_D1816DF4D08EFBF14530075C7B2EB48ELL0A2UI14ObservedObjectVyAA0B6EngineCGvg', symObjAddr: 0x172E8, symBinAddr: 0x100176C90, symSize: 0x34 }
+ - { offset: 0x154A6F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV7_engine33_D1816DF4D08EFBF14530075C7B2EB48ELL0A2UI14ObservedObjectVyAA0B6EngineCGvs', symObjAddr: 0x1731C, symBinAddr: 0x100176CC4, symSize: 0x48 }
+ - { offset: 0x154A83, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV12loadedSchema33_D1816DF4D08EFBF14530075C7B2EB48ELLAA0eG0VSgvg', symObjAddr: 0x180A8, symBinAddr: 0x100176DBC, symSize: 0xCC }
+ - { offset: 0x154A97, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV12loadedSchema33_D1816DF4D08EFBF14530075C7B2EB48ELLAA0eG0VSgvs', symObjAddr: 0x18E2C, symBinAddr: 0x100177B40, symSize: 0xE8 }
+ - { offset: 0x154AAB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV13$loadedSchema33_D1816DF4D08EFBF14530075C7B2EB48ELL0A2UI7BindingVyAA0eG0VSgGvg', symObjAddr: 0x1914C, symBinAddr: 0x100177C6C, symSize: 0xCC }
+ - { offset: 0x154ABF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV13_loadedSchema33_D1816DF4D08EFBF14530075C7B2EB48ELL0A2UI5StateVyAA0eG0VSgGvg', symObjAddr: 0x19218, symBinAddr: 0x100177D38, symSize: 0x1C }
+ - { offset: 0x154AD3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV13_loadedSchema33_D1816DF4D08EFBF14530075C7B2EB48ELL0A2UI5StateVyAA0eG0VSgGvs', symObjAddr: 0x19234, symBinAddr: 0x100177D54, symSize: 0x40 }
+ - { offset: 0x154AE7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV9isLoading33_D1816DF4D08EFBF14530075C7B2EB48ELLSbvg', symObjAddr: 0x19E78, symBinAddr: 0x100178874, symSize: 0x7C }
+ - { offset: 0x154AFB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV9isLoading33_D1816DF4D08EFBF14530075C7B2EB48ELLSbvs', symObjAddr: 0x19EF4, symBinAddr: 0x1001788F0, symSize: 0x9C }
+ - { offset: 0x154B0F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV10$isLoading33_D1816DF4D08EFBF14530075C7B2EB48ELL0A2UI7BindingVySbGvg', symObjAddr: 0x19F9C, symBinAddr: 0x100178998, symSize: 0x94 }
+ - { offset: 0x154B23, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV10_isLoading33_D1816DF4D08EFBF14530075C7B2EB48ELL0A2UI5StateVySbGvg', symObjAddr: 0x1A030, symBinAddr: 0x100178A2C, symSize: 0x38 }
+ - { offset: 0x154B37, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV10_isLoading33_D1816DF4D08EFBF14530075C7B2EB48ELL0A2UI5StateVySbGvs', symObjAddr: 0x1A068, symBinAddr: 0x100178A64, symSize: 0x48 }
+ - { offset: 0x154B4B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV12errorMessage33_D1816DF4D08EFBF14530075C7B2EB48ELLSSSgvg', symObjAddr: 0x1A154, symBinAddr: 0x100178B50, symSize: 0x94 }
+ - { offset: 0x154B5F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV12errorMessage33_D1816DF4D08EFBF14530075C7B2EB48ELLSSSgvs', symObjAddr: 0x1A278, symBinAddr: 0x100178BE4, symSize: 0xC8 }
+ - { offset: 0x154B73, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV13$errorMessage33_D1816DF4D08EFBF14530075C7B2EB48ELL0A2UI7BindingVySSSgGvg', symObjAddr: 0x1A34C, symBinAddr: 0x100178CB8, symSize: 0xAC }
+ - { offset: 0x154B87, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV13_errorMessage33_D1816DF4D08EFBF14530075C7B2EB48ELL0A2UI5StateVySSSgGvg', symObjAddr: 0x1A3F8, symBinAddr: 0x100178D64, symSize: 0x48 }
+ - { offset: 0x154B9B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV13_errorMessage33_D1816DF4D08EFBF14530075C7B2EB48ELL0A2UI5StateVySSSgGvs', symObjAddr: 0x1A440, symBinAddr: 0x100178DAC, symSize: 0x74 }
+ - { offset: 0x154BB6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV4bodyQrvg', symObjAddr: 0x1A4B4, symBinAddr: 0x100178E20, symSize: 0x2EC }
+ - { offset: 0x154BDB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV4bodyQrvg0A2UI19_ConditionalContentVyAGyAE4ViewPAEE5frame8minWidth05idealM003maxM00L6Height0nP00oP09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAE08ProgressJ0VyAE4TextVAE05EmptyJ0VG_Qo_AE6VStackVyAE05TupleJ0VyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A_tGGGAA0E8RendererVGSgyXEfU_', symObjAddr: 0x1A7A0, symBinAddr: 0x10017910C, symSize: 0xC78 }
+ - { offset: 0x154C61, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV4bodyQrvg0A2UI19_ConditionalContentVyAGyAE4ViewPAEE5frame8minWidth05idealM003maxM00L6Height0nP00oP09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAE08ProgressJ0VyAE4TextVAE05EmptyJ0VG_Qo_AE6VStackVyAE05TupleJ0VyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A_tGGGAA0E8RendererVGSgyXEfU_A15_yXEfU_', symObjAddr: 0x1D11C, symBinAddr: 0x100179FA0, symSize: 0x3B4 }
+ - { offset: 0x154C8D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV4bodyQrvgyyYaYbcfU0_', symObjAddr: 0x1D4D0, symBinAddr: 0x10017A354, symSize: 0x98 }
+ - { offset: 0x154CBA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV4bodyQrvgyyYaYbcfU0_TQ0_', symObjAddr: 0x1D568, symBinAddr: 0x10017A3EC, symSize: 0x8C }
+ - { offset: 0x154CEB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV4bodyQrvgyyYaYbcfU0_TY1_', symObjAddr: 0x1D5F4, symBinAddr: 0x10017A478, symSize: 0x44 }
+ - { offset: 0x154D1C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV11loadContent33_D1816DF4D08EFBF14530075C7B2EB48ELLyyYaF', symObjAddr: 0x1F350, symBinAddr: 0x10017C1D4, symSize: 0xBC }
+ - { offset: 0x154D42, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV11loadContent33_D1816DF4D08EFBF14530075C7B2EB48ELLyyYaFTY0_', symObjAddr: 0x1F40C, symBinAddr: 0x10017C290, symSize: 0x3D4 }
+ - { offset: 0x154D87, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV11loadContent33_D1816DF4D08EFBF14530075C7B2EB48ELLyyYaFTQ1_', symObjAddr: 0x1F7E0, symBinAddr: 0x10017C664, symSize: 0xE8 }
+ - { offset: 0x154DD6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV11loadContent33_D1816DF4D08EFBF14530075C7B2EB48ELLyyYaFTY2_', symObjAddr: 0x1F8C8, symBinAddr: 0x10017C74C, symSize: 0x7F0 }
+ - { offset: 0x154E51, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV11loadContent33_D1816DF4D08EFBF14530075C7B2EB48ELLyyYaFTY3_', symObjAddr: 0x200B8, symBinAddr: 0x10017CF3C, symSize: 0x2B4 }
+ - { offset: 0x154EC8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV6schema6engineAcA0E6SchemaV_AA0B6EngineCtcfC', symObjAddr: 0x203D4, symBinAddr: 0x10017D1F0, symSize: 0x198 }
+ - { offset: 0x154EDC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV0A2UI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0x20684, symBinAddr: 0x10017D4A0, symSize: 0x44 }
+ - { offset: 0x154EF0, size: 0x8, addend: 0x0, symName: '_$sSo7NSImageC4dataABSg10Foundation4DataV_tcfcTO', symObjAddr: 0x3457C, symBinAddr: 0x100191314, symSize: 0x68 }
+ - { offset: 0x154F0B, size: 0x8, addend: 0x0, symName: '_$sSo42NSAttributedStringDocumentReadingOptionKeyaSYSCSY8rawValuexSg03RawH0Qz_tcfCTW', symObjAddr: 0x34918, symBinAddr: 0x1001916B0, symSize: 0x34 }
+ - { offset: 0x154F26, size: 0x8, addend: 0x0, symName: '_$sSo42NSAttributedStringDocumentReadingOptionKeya8rawValueABSS_tcfC', symObjAddr: 0x3494C, symBinAddr: 0x1001916E4, symSize: 0x68 }
+ - { offset: 0x154F3A, size: 0x8, addend: 0x0, symName: '_$sSo42NSAttributedStringDocumentReadingOptionKeyaSYSCSY8rawValue03RawH0QzvgTW', symObjAddr: 0x349B4, symBinAddr: 0x10019174C, symSize: 0x30 }
+ - { offset: 0x154F4E, size: 0x8, addend: 0x0, symName: '_$sSo42NSAttributedStringDocumentReadingOptionKeya8rawValueSSvg', symObjAddr: 0x349E4, symBinAddr: 0x10019177C, symSize: 0x5C }
+ - { offset: 0x154F77, size: 0x8, addend: 0x0, symName: '_$sSo30NSAttributedStringDocumentTypeaSYSCSY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x34B88, symBinAddr: 0x100191920, symSize: 0x34 }
+ - { offset: 0x154F92, size: 0x8, addend: 0x0, symName: '_$sSo30NSAttributedStringDocumentTypea8rawValueABSS_tcfC', symObjAddr: 0x34BBC, symBinAddr: 0x100191954, symSize: 0x68 }
+ - { offset: 0x154FA6, size: 0x8, addend: 0x0, symName: '_$sSo30NSAttributedStringDocumentTypeaSYSCSY8rawValue03RawF0QzvgTW', symObjAddr: 0x34C24, symBinAddr: 0x1001919BC, symSize: 0x30 }
+ - { offset: 0x154FBA, size: 0x8, addend: 0x0, symName: '_$sSo30NSAttributedStringDocumentTypea8rawValueSSvg', symObjAddr: 0x34C54, symBinAddr: 0x1001919EC, symSize: 0x5C }
+ - { offset: 0x15511E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV6schemaAA0D6SchemaVvg', symObjAddr: 0x0, symBinAddr: 0x10019AA78, symSize: 0x1C }
+ - { offset: 0x155562, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV6engineAA0B6EngineCvpfP', symObjAddr: 0x950, symBinAddr: 0x10019AA94, symSize: 0x40 }
+ - { offset: 0x15558E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV6engineAA0B6EngineCvpACTK', symObjAddr: 0xABC, symBinAddr: 0x10019AB30, symSize: 0x64 }
+ - { offset: 0x1555A6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV6engineAA0B6EngineCvpACTk', symObjAddr: 0xB20, symBinAddr: 0x10019AB94, symSize: 0x40 }
+ - { offset: 0x1555BE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV4rows33_64079F5FD03A7B51C04BB719D22289ADLLSaySDySSypGGvpfP', symObjAddr: 0xCC8, symBinAddr: 0x10019AD3C, symSize: 0x80 }
+ - { offset: 0x1555EA, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI5StateVySaySDySSypGGGWOc', symObjAddr: 0xE3C, symBinAddr: 0x10019AE30, symSize: 0x54 }
+ - { offset: 0x1555FE, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI5StateVySaySDySSypGGGWOh', symObjAddr: 0xE90, symBinAddr: 0x10019AE84, symSize: 0x34 }
+ - { offset: 0x155612, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV5_rows33_64079F5FD03A7B51C04BB719D22289ADLL0A2UI5StateVySaySDySSypGGGvpfi', symObjAddr: 0xF6C, symBinAddr: 0x10019AF60, symSize: 0x30 }
+ - { offset: 0x15562A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV11selectedRow33_64079F5FD03A7B51C04BB719D22289ADLLSiSgvpfP', symObjAddr: 0x10C8, symBinAddr: 0x10019B0BC, symSize: 0x7C }
+ - { offset: 0x155656, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI5StateVySiSgGWOc', symObjAddr: 0x11D8, symBinAddr: 0x10019B1CC, symSize: 0x44 }
+ - { offset: 0x15566A, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI5StateVySiSgGWOh', symObjAddr: 0x121C, symBinAddr: 0x10019B210, symSize: 0x28 }
+ - { offset: 0x15567E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV12_selectedRow33_64079F5FD03A7B51C04BB719D22289ADLL0A2UI5StateVySiSgGvpfi', symObjAddr: 0x1300, symBinAddr: 0x10019B2F4, symSize: 0xC }
+ - { offset: 0x155696, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV11currentPage33_64079F5FD03A7B51C04BB719D22289ADLLSivpfP', symObjAddr: 0x1490, symBinAddr: 0x10019B484, symSize: 0x44 }
+ - { offset: 0x1556C2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV12_currentPage33_64079F5FD03A7B51C04BB719D22289ADLL0A2UI5StateVySiGvpfi', symObjAddr: 0x164C, symBinAddr: 0x10019B5DC, symSize: 0x8 }
+ - { offset: 0x1556DA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV9isLoading33_64079F5FD03A7B51C04BB719D22289ADLLSbvpfP', symObjAddr: 0x1760, symBinAddr: 0x10019B6F0, symSize: 0x50 }
+ - { offset: 0x155706, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV10_isLoading33_64079F5FD03A7B51C04BB719D22289ADLL0A2UI5StateVySbGvpfi', symObjAddr: 0x192C, symBinAddr: 0x10019B858, symSize: 0xC }
+ - { offset: 0x15571E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV4bodyQrvg0A2UI9TupleViewVyAC07toolbarH033_64079F5FD03A7B51C04BB719D22289ADLL5toolsQrSayAA11ToolbarToolVG_tFQOy_Qo_Sg_AC9headerRowAILLQrvpQOy_Qo_AE19_ConditionalContentVyASyAE0H0PAEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A5_A5_A5_A5_A5_AE9AlignmentVtFQOyAE08ProgressH0VyAE4TextVAE05EmptyH0VG_Qo_AuEEAvwxyZA_A0_A1_QrA5__A5_A5_A5_A5_A5_A7_tFQOyA11__Qo_GAE06ScrollH0VyAE10LazyVStackVyAE7ForEachVySaySi6offset_SDySSypG7elementtGSiAC04dataV0AILL_5indexQrA25__SitFQOy_Qo_GGGGAC13paginationBarAILLQrvpQOy_Qo_SgtGyXEfU_TA', symObjAddr: 0x3CB8, symBinAddr: 0x10019D1E0, symSize: 0x8 }
+ - { offset: 0x155732, size: 0x8, addend: 0x0, symName: '_$sSiSDySSypG7SwiftUI4ViewPABE12onTapGesture5count7performQrSi_yyctFQOyAB15ModifiedContentVyAIyAB6HStackVyAB7ForEachVySay0A6Bricks11FieldSchemaVGSSAIyAIyAIyAIyAB4TextVAB30_EnvironmentKeyWritingModifierVySiSgGGAB16_FlexFrameLayoutVGAB08_PaddingX0VGA1_GGGAB016_BackgroundStyleU0VyAB5ColorVGGAB08_OverlayU0VyAB06_ShapeC0VyAB13_StrokedShapeVyAB9RectangleV6_InsetVGA9_GGG_Qo_Iegygr_Si6offset_AA7elementtA26_Iegnr_TR', symObjAddr: 0x54A8, symBinAddr: 0x10019E758, symSize: 0x30 }
+ - { offset: 0x15574A, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI9TupleViewVyAA15ModifiedContentVyAEyAA6HStackVyACyAA7ForEachVySay0A6Bricks11ToolbarToolVGSSAEyAA0D0PAAE11buttonStyleyQrqd__AA015PrimitiveButtonN0Rd__lFQOyAA0P0VyAA4TextVG_AA08BorderedpN0VQo_AA32_EnvironmentKeyTransformModifierVySbGGG_AA6SpacerVtGGAA14_PaddingLayoutVGAA011_BackgroundnV0VyAA5ColorVGGSg_AEyAGyAIySayAJ11FieldSchemaVGSSAEyAEyAEyAuA010_FlexFrameY0VGA8_GA8_GGGA14_GAA012_ConditionalF0VyA29_yAEyAA08ProgressD0VyAuA05EmptyD0VGA21_GA22_GAA06ScrollD0VyAA10LazyVStackVyAIySaySi6offset_SDySSypG7elementtGSiAoAE12onTapGesture5count7performQrSi_yyctFQOyAEyAEyAGyAIyA19_SSAEyAEyAEyAEyAuA01_st7WritingV0VySiSgGGA21_GA8_GA8_GGGA14_GAA08_OverlayV0VyAA06_ShapeD0VyAA13_StrokedShapeVyAA9RectangleV6_InsetVGA13_GGG_Qo_GGGGAEyAGyACyAEyAVA0_G_AUA78_tGGA8_GSgtGACyxGAanAWl', symObjAddr: 0x5BDC, symBinAddr: 0x10019EBD4, symSize: 0x74 }
+ - { offset: 0x15575E, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6VStackVyAA9TupleViewVyAA15ModifiedContentVyAGyAA6HStackVyAEyAA7ForEachVySay0A6Bricks11ToolbarToolVGSSAGyAA0E0PAAE11buttonStyleyQrqd__AA015PrimitiveButtonO0Rd__lFQOyAA0Q0VyAA4TextVG_AA08BorderedqO0VQo_AA32_EnvironmentKeyTransformModifierVySbGGG_AA6SpacerVtGGAA14_PaddingLayoutVGAA011_BackgroundoW0VyAA5ColorVGGSg_AGyAIyAKySayAL11FieldSchemaVGSSAGyAGyAGyAwA010_FlexFrameZ0VGA10_GA10_GGGA16_GAA012_ConditionalG0VyA31_yAGyAA08ProgressE0VyAwA05EmptyE0VGA23_GA24_GAA06ScrollE0VyAA04LazyC0VyAKySaySi6offset_SDySSypG7elementtGSiAqAE12onTapGesture5count7performQrSi_yyctFQOyAGyAGyAIyAKyA21_SSAGyAGyAGyAGyAwA01_tu7WritingW0VySiSgGGA23_GA10_GA10_GGGA16_GAA08_OverlayW0VyAA06_ShapeE0VyAA13_StrokedShapeVyAA9RectangleV6_InsetVGA15_GGG_Qo_GGGGAGyAIyAEyAGyAXA2_G_AWA80_tGGA10_GSgtGGACyxGAapAWl', symObjAddr: 0x6044, symBinAddr: 0x10019EC48, symSize: 0x74 }
+ - { offset: 0x155772, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6VStackVyAA9TupleViewVyACyACyAA6HStackVyAGyAA7ForEachVySay0A6Bricks11ToolbarToolVGSSACyAA0G0PAAE11buttonStyleyQrqd__AA015PrimitiveButtonO0Rd__lFQOyAA0Q0VyAA4TextVG_AA08BorderedqO0VQo_AA32_EnvironmentKeyTransformModifierVySbGGG_AA6SpacerVtGGAA14_PaddingLayoutVGAA011_BackgroundoW0VyAA5ColorVGGSg_ACyAIyAKySayAL11FieldSchemaVGSSACyACyACyAwA010_FlexFrameZ0VGA10_GA10_GGGA16_GAA012_ConditionalD0VyA31_yACyAA08ProgressG0VyAwA05EmptyG0VGA23_GA24_GAA06ScrollG0VyAA04LazyE0VyAKySaySi6offset_SDySSypG7elementtGSiAqAE12onTapGesture5count7performQrSi_yyctFQOyACyACyAIyAKyA21_SSACyACyACyACyAwA01_tu7WritingW0VySiSgGGA23_GA10_GA10_GGGA16_GAA08_OverlayW0VyAA06_ShapeG0VyAA13_StrokedShapeVyAA9RectangleV6_InsetVGA15_GGG_Qo_GGGGACyAIyAGyACyAXA2_G_AWA80_tGGA10_GSgtGGA16_GACyxq_GAap2aPRzAA0gW0R_rlWl', symObjAddr: 0x6590, symBinAddr: 0x10019F0B0, symSize: 0x90 }
+ - { offset: 0x155786, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV4bodyQrvgyyYaYbcfU0_TA', symObjAddr: 0x6EFC, symBinAddr: 0x10019F9A8, symSize: 0x70 }
+ - { offset: 0x15579A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV4bodyQrvgyyYaYbcfU0_TATQ0_', symObjAddr: 0x6F6C, symBinAddr: 0x10019FA18, symSize: 0x60 }
+ - { offset: 0x1557AE, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA6VStackVyAA9TupleViewVyACyACyAA6HStackVyAGyAA7ForEachVySay0A6Bricks11ToolbarToolVGSSACyAA0G0PAAE11buttonStyleyQrqd__AA015PrimitiveButtonO0Rd__lFQOyAA0Q0VyAA4TextVG_AA08BorderedqO0VQo_AA32_EnvironmentKeyTransformModifierVySbGGG_AA6SpacerVtGGAA14_PaddingLayoutVGAA011_BackgroundoW0VyAA5ColorVGGSg_ACyAIyAKySayAL11FieldSchemaVGSSACyACyACyAwA010_FlexFrameZ0VGA10_GA10_GGGA16_GAA012_ConditionalD0VyA31_yACyAA08ProgressG0VyAwA05EmptyG0VGA23_GA24_GAA06ScrollG0VyAA04LazyE0VyAKySaySi6offset_SDySSypG7elementtGSiAqAE12onTapGesture5count7performQrSi_yyctFQOyACyACyAIyAKyA21_SSACyACyACyACyAwA01_tu7WritingW0VySiSgGGA23_GA10_GA10_GGGA16_GAA08_OverlayW0VyAA06_ShapeG0VyAA13_StrokedShapeVyAA9RectangleV6_InsetVGA15_GGG_Qo_GGGGACyAIyAGyACyAXA2_G_AWA80_tGGA10_GSgtGGA16_GAA11_ClipEffectVyAA16RoundedRectangleVGGACyxq_GAap2aPRzAA0gW0R_rlWl', symObjAddr: 0x804C, symBinAddr: 0x1001A0AD8, symSize: 0x90 }
+ - { offset: 0x1557C2, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyAA6VStackVyAA9TupleViewVyACyACyAA6HStackVyAGyAA7ForEachVySay0A6Bricks11ToolbarToolVGSSACyAA0G0PAAE11buttonStyleyQrqd__AA015PrimitiveButtonO0Rd__lFQOyAA0Q0VyAA4TextVG_AA08BorderedqO0VQo_AA32_EnvironmentKeyTransformModifierVySbGGG_AA6SpacerVtGGAA14_PaddingLayoutVGAA011_BackgroundoW0VyAA5ColorVGGSg_ACyAIyAKySayAL11FieldSchemaVGSSACyACyACyAwA010_FlexFrameZ0VGA10_GA10_GGGA16_GAA012_ConditionalD0VyA31_yACyAA08ProgressG0VyAwA05EmptyG0VGA23_GA24_GAA06ScrollG0VyAA04LazyE0VyAKySaySi6offset_SDySSypG7elementtGSiAqAE12onTapGesture5count7performQrSi_yyctFQOyACyACyAIyAKyA21_SSACyACyACyACyAwA01_tu7WritingW0VySiSgGGA23_GA10_GA10_GGGA16_GAA08_OverlayW0VyAA06_ShapeG0VyAA13_StrokedShapeVyAA9RectangleV6_InsetVGA15_GGG_Qo_GGGGACyAIyAGyACyAXA2_G_AWA80_tGGA10_GSgtGGA16_GAA11_ClipEffectVyAA16RoundedRectangleVGGAA05_TaskW0VGACyxq_GAap2aPRzAA0gW0R_rlWl', symObjAddr: 0x85C8, symBinAddr: 0x1001A0FE0, symSize: 0x90 }
+ - { offset: 0x1557D6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV11toolbarView33_64079F5FD03A7B51C04BB719D22289ADLL5toolsQrSayAA11ToolbarToolVG_tF0A2UI05TupleF0VyAJ7ForEachVyAISSAJ0F0PAJE8disabledyQrSbFQOyApJE11buttonStyleyQrqd__AJ015PrimitiveButtonX0Rd__lFQOyAJ0Z0VyAJ4TextVG_AJ08BorderedzX0VQo__Qo_G_AJ6SpacerVtGyXEfU_TA', symObjAddr: 0xC3C8, symBinAddr: 0x1001A4764, symSize: 0xC }
+ - { offset: 0x1557EA, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI9TupleViewVyAA7ForEachVySay0A6Bricks11ToolbarToolVGSSAA15ModifiedContentVyAA0D0PAAE11buttonStyleyQrqd__AA015PrimitiveButtonM0Rd__lFQOyAA0O0VyAA4TextVG_AA08BorderedoM0VQo_AA32_EnvironmentKeyTransformModifierVySbGGG_AA6SpacerVtGACyxGAalAWl', symObjAddr: 0xC3D4, symBinAddr: 0x1001A4770, symSize: 0x74 }
+ - { offset: 0x1557FE, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6HStackVyAA9TupleViewVyAA7ForEachVySay0A6Bricks11ToolbarToolVGSSAA15ModifiedContentVyAA0E0PAAE11buttonStyleyQrqd__AA015PrimitiveButtonN0Rd__lFQOyAA0P0VyAA4TextVG_AA08BorderedpN0VQo_AA32_EnvironmentKeyTransformModifierVySbGGG_AA6SpacerVtGGACyxGAanAWl', symObjAddr: 0xC448, symBinAddr: 0x1001A47E4, symSize: 0x74 }
+ - { offset: 0x155812, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6HStackVyAA9TupleViewVyAA7ForEachVySay0A6Bricks11ToolbarToolVGSSACyAA0G0PAAE11buttonStyleyQrqd__AA015PrimitiveButtonN0Rd__lFQOyAA0P0VyAA4TextVG_AA08BorderedpN0VQo_AA32_EnvironmentKeyTransformModifierVySbGGG_AA6SpacerVtGGAA14_PaddingLayoutVGACyxq_GAan2aNRzAA0gV0R_rlWl', symObjAddr: 0xC528, symBinAddr: 0x1001A48C4, symSize: 0x8C }
+ - { offset: 0x155826, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV9headerRow33_64079F5FD03A7B51C04BB719D22289ADLLQrvg0A2UI7ForEachVySayAA11FieldSchemaVGSSAF4ViewPAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAmFEANyQrAR_AVtFQOyAmFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAV_A5vF9AlignmentVtFQOyAF4TextV_Qo__Qo__Qo_GyXEfU_TA', symObjAddr: 0xC620, symBinAddr: 0x1001A49BC, symSize: 0x8 }
+ - { offset: 0x15583A, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7ForEachVySay0A6Bricks11FieldSchemaVGSSAA15ModifiedContentVyAIyAIyAA4TextVAA16_FlexFrameLayoutVGAA08_PaddingM0VGAPGGACyxq_q0_GAA4ViewA2aUR0_rlWl', symObjAddr: 0xC628, symBinAddr: 0x1001A49C4, symSize: 0x80 }
+ - { offset: 0x15584E, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyAA4TextVAA16_FlexFrameLayoutVGAA08_PaddingH0VGAJGACyxq_GAA4ViewA2aNRzAA0J8ModifierR_rlWl', symObjAddr: 0xC6A8, symBinAddr: 0x1001A4A44, symSize: 0x8C }
+ - { offset: 0x155862, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA4TextVAA16_FlexFrameLayoutVGAA08_PaddingH0VGACyxq_GAA4ViewA2aMRzAA0J8ModifierR_rlWl', symObjAddr: 0xC734, symBinAddr: 0x1001A4AD0, symSize: 0x8C }
+ - { offset: 0x155876, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6HStackVyAA7ForEachVySay0A6Bricks11FieldSchemaVGSSAA15ModifiedContentVyAKyAKyAA4TextVAA16_FlexFrameLayoutVGAA08_PaddingN0VGARGGGACyxGAA4ViewAAWl', symObjAddr: 0xC84C, symBinAddr: 0x1001A4B5C, symSize: 0x74 }
+ - { offset: 0x15588A, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6HStackVyAA7ForEachVySay0A6Bricks11FieldSchemaVGSSAA15ModifiedContentVyAKyAKyAA4TextVAA16_FlexFrameLayoutVGAA08_PaddingN0VGARGGGWOh', symObjAddr: 0xC8C0, symBinAddr: 0x1001A4BD0, symSize: 0x6C }
+ - { offset: 0x15589E, size: 0x8, addend: 0x0, symName: '_$ss10ArraySliceVySDySSypGGAByxGSTsWl', symObjAddr: 0xC92C, symBinAddr: 0x1001A4C3C, symSize: 0x74 }
+ - { offset: 0x1558B2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV7dataRow33_64079F5FD03A7B51C04BB719D22289ADLL_5indexQrSDySSypG_SitF0A2UI7ForEachVySayAA11FieldSchemaVGSSAH4ViewPAHE7paddingyQrAH4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAoHEAPyQrAT_AXtFQOyAoHE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAX_A5xH9AlignmentVtFQOyAC04cellU0AELL3row5fieldQrAG_ALtFQOy_Qo__Qo__Qo__Qo_GyXEfU_TA', symObjAddr: 0xD818, symBinAddr: 0x1001A4CB0, symSize: 0xC }
+ - { offset: 0x1558C6, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7ForEachVySay0A6Bricks11FieldSchemaVGSSAA15ModifiedContentVyAIyAIyAIyAA4TextVAA30_EnvironmentKeyWritingModifierVySiSgGGAA16_FlexFrameLayoutVGAA08_PaddingQ0VGAUGGACyxq_q0_GAA4ViewA2aZR0_rlWl', symObjAddr: 0xD824, symBinAddr: 0x1001A4CBC, symSize: 0x80 }
+ - { offset: 0x1558DA, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyACyAA4TextVAA30_EnvironmentKeyWritingModifierVySiSgGGAA16_FlexFrameLayoutVGAA08_PaddingL0VGAOGACyxq_GAA4ViewA2aSRzAA0nI0R_rlWl', symObjAddr: 0xD8A4, symBinAddr: 0x1001A4D3C, symSize: 0x8C }
+ - { offset: 0x1558EE, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyAA4TextVAA30_EnvironmentKeyWritingModifierVySiSgGGAA16_FlexFrameLayoutVGAA08_PaddingL0VGACyxq_GAA4ViewA2aRRzAA0nI0R_rlWl', symObjAddr: 0xD930, symBinAddr: 0x1001A4DC8, symSize: 0x8C }
+ - { offset: 0x155902, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA4TextVAA30_EnvironmentKeyWritingModifierVySiSgGGAA16_FlexFrameLayoutVGACyxq_GAA4ViewA2aORzAA0mI0R_rlWl', symObjAddr: 0xD9BC, symBinAddr: 0x1001A4E54, symSize: 0x8C }
+ - { offset: 0x155916, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6HStackVyAA7ForEachVySay0A6Bricks11FieldSchemaVGSSAA15ModifiedContentVyAKyAKyAKyAA4TextVAA30_EnvironmentKeyWritingModifierVySiSgGGAA16_FlexFrameLayoutVGAA08_PaddingR0VGAWGGGACyxGAA4ViewAAWl', symObjAddr: 0xDB48, symBinAddr: 0x1001A4EE0, symSize: 0x74 }
+ - { offset: 0x15592A, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6HStackVyAA7ForEachVySay0A6Bricks11FieldSchemaVGSSAA15ModifiedContentVyAKyAKyAKyAA4TextVAA30_EnvironmentKeyWritingModifierVySiSgGGAA16_FlexFrameLayoutVGAA08_PaddingR0VGAWGGGWOh', symObjAddr: 0xDBBC, symBinAddr: 0x1001A4F54, symSize: 0x6C }
+ - { offset: 0x15593E, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6HStackVyAA7ForEachVySay0A6Bricks11FieldSchemaVGSSACyACyACyACyAA4TextVAA30_EnvironmentKeyWritingModifierVySiSgGGAA16_FlexFrameLayoutVGAA08_PaddingR0VGAWGGGAA016_BackgroundStyleO0VyAA5ColorVGGACyxq_GAA4ViewA2AA7_RzAA0wO0R_rlWl', symObjAddr: 0xDC28, symBinAddr: 0x1001A4FC0, symSize: 0x90 }
+ - { offset: 0x155952, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6HStackVyAA7ForEachVySay0A6Bricks11FieldSchemaVGSSACyACyACyACyAA4TextVAA30_EnvironmentKeyWritingModifierVySiSgGGAA16_FlexFrameLayoutVGAA08_PaddingR0VGAWGGGAA016_BackgroundStyleO0VyAA5ColorVGGWOh', symObjAddr: 0xDCB8, symBinAddr: 0x1001A5050, symSize: 0x94 }
+ - { offset: 0x155966, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV7dataRow33_64079F5FD03A7B51C04BB719D22289ADLL_5indexQrSDySSypG_SitFyycfU0_TA', symObjAddr: 0xE040, symBinAddr: 0x1001A53D8, symSize: 0x10 }
+ - { offset: 0x15597A, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA6HStackVyAA7ForEachVySay0A6Bricks11FieldSchemaVGSSACyACyACyACyAA4TextVAA30_EnvironmentKeyWritingModifierVySiSgGGAA16_FlexFrameLayoutVGAA08_PaddingR0VGAWGGGAA016_BackgroundStyleO0VyAA5ColorVGGAA08_OverlayO0VyAA10_ShapeViewVyAA08_StrokedX0VyAA9RectangleV6_InsetVGA3_GGGACyxq_GAA0Y0A2AA21_RzAA0yO0R_rlWl', symObjAddr: 0xE050, symBinAddr: 0x1001A53E8, symSize: 0x90 }
+ - { offset: 0x15598E, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA6HStackVyAA7ForEachVySay0A6Bricks11FieldSchemaVGSSACyACyACyACyAA4TextVAA30_EnvironmentKeyWritingModifierVySiSgGGAA16_FlexFrameLayoutVGAA08_PaddingR0VGAWGGGAA016_BackgroundStyleO0VyAA5ColorVGGAA08_OverlayO0VyAA10_ShapeViewVyAA08_StrokedX0VyAA9RectangleV6_InsetVGA3_GGGWOh', symObjAddr: 0xE154, symBinAddr: 0x1001A5478, symSize: 0xD0 }
+ - { offset: 0x1559A2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV13paginationBar33_64079F5FD03A7B51C04BB719D22289ADLLQrvg0A2UI9TupleViewVyAF0Q0PAFE8disabledyQrSbFQOyAF6ButtonVyAF4TextVG_Qo__AoQtGyXEfU_TA', symObjAddr: 0xFFCC, symBinAddr: 0x1001A72DC, symSize: 0x8 }
+ - { offset: 0x1559B6, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI9TupleViewVyAA15ModifiedContentVyAA6ButtonVyAA4TextVGAA32_EnvironmentKeyTransformModifierVySbGG_AiNtGACyxGAA0D0AAWl', symObjAddr: 0xFFD4, symBinAddr: 0x1001A72E4, symSize: 0x74 }
+ - { offset: 0x1559CA, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6HStackVyAA9TupleViewVyAA15ModifiedContentVyAA6ButtonVyAA4TextVGAA32_EnvironmentKeyTransformModifierVySbGG_AkPtGGACyxGAA0E0AAWl', symObjAddr: 0x10048, symBinAddr: 0x1001A7358, symSize: 0x74 }
+ - { offset: 0x1559DE, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6HStackVyAA9TupleViewVyAA15ModifiedContentVyAA6ButtonVyAA4TextVGAA32_EnvironmentKeyTransformModifierVySbGG_AkPtGGWOh', symObjAddr: 0x100BC, symBinAddr: 0x1001A73CC, symSize: 0x144 }
+ - { offset: 0x1559F2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV13visibleFields33_64079F5FD03A7B51C04BB719D22289ADLLSayAA11FieldSchemaVGvgSbAGXEfU_TA', symObjAddr: 0x10794, symBinAddr: 0x1001A777C, symSize: 0x28 }
+ - { offset: 0x155A06, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks11FieldSchemaVGSayxGs14_ArrayProtocolsWl', symObjAddr: 0x107BC, symBinAddr: 0x1001A77A4, symSize: 0x74 }
+ - { offset: 0x155A1A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsVSgWOc', symObjAddr: 0x10830, symBinAddr: 0x1001A7818, symSize: 0xA8 }
+ - { offset: 0x155A2E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaVSgWOi0_', symObjAddr: 0x10CB8, symBinAddr: 0x1001A78C0, symSize: 0x74 }
+ - { offset: 0x155A42, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV8cellView33_64079F5FD03A7B51C04BB719D22289ADLL3row5fieldQrSDySSypG_AA11FieldSchemaVtFSbAA8CodeItemVXEfU_TA', symObjAddr: 0x10F14, symBinAddr: 0x1001A7934, symSize: 0x2C }
+ - { offset: 0x155A56, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks8CodeItemVGSayxGSTsWl', symObjAddr: 0x10F40, symBinAddr: 0x1001A7960, symSize: 0x74 }
+ - { offset: 0x155A6A, size: 0x8, addend: 0x0, symName: '_$sSDySS11SwiftBricks11FieldSchemaVGSgWOc', symObjAddr: 0x10FB4, symBinAddr: 0x1001A79D4, symSize: 0x34 }
+ - { offset: 0x155A7E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV19handleToolbarAction33_64079F5FD03A7B51C04BB719D22289ADLLyyAA0F4ToolVFyyYacfU_TA', symObjAddr: 0x113D8, symBinAddr: 0x1001A7D28, symSize: 0x94 }
+ - { offset: 0x155A92, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV19handleToolbarAction33_64079F5FD03A7B51C04BB719D22289ADLLyyAA0F4ToolVFyyYacfU_TATQ0_', symObjAddr: 0x1146C, symBinAddr: 0x1001A7DBC, symSize: 0x60 }
+ - { offset: 0x155AA6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV0A2UI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0x11664, symBinAddr: 0x1001A7FB4, symSize: 0x24 }
+ - { offset: 0x155ABA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlVwCP', symObjAddr: 0x1170C, symBinAddr: 0x1001A805C, symSize: 0x3C }
+ - { offset: 0x155ACE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlVwxx', symObjAddr: 0x11748, symBinAddr: 0x1001A8098, symSize: 0x354 }
+ - { offset: 0x155AE2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlVwcp', symObjAddr: 0x11A9C, symBinAddr: 0x1001A83EC, symSize: 0xA04 }
+ - { offset: 0x155AF6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlVwca', symObjAddr: 0x124A0, symBinAddr: 0x1001A8DF0, symSize: 0x10B0 }
+ - { offset: 0x155B0A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlVwta', symObjAddr: 0x135FC, symBinAddr: 0x1001A9EA0, symSize: 0xAB8 }
+ - { offset: 0x155B1E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlVwet', symObjAddr: 0x140B4, symBinAddr: 0x1001AA958, symSize: 0x118 }
+ - { offset: 0x155B32, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlVwst', symObjAddr: 0x141CC, symBinAddr: 0x1001AAA70, symSize: 0x3C8 }
+ - { offset: 0x155B46, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlVMa', symObjAddr: 0x14594, symBinAddr: 0x1001AAE38, symSize: 0x14 }
+ - { offset: 0x155B5A, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6HStackVyAA7ForEachVySay0A6Bricks11FieldSchemaVGSSACyACyACyAA4TextVAA16_FlexFrameLayoutVGAA08_PaddingN0VGARGGGAA24_BackgroundStyleModifierVyAA5ColorVGGACyxq_GAA4ViewA2AA2_RzAA0tR0R_rlWl', symObjAddr: 0x145D0, symBinAddr: 0x1001AAE74, symSize: 0x90 }
+ - { offset: 0x155B6E, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA6HStackVyAA9TupleViewVyAA7ForEachVySay0A6Bricks11ToolbarToolVGSSACyAA0G0PAAE11buttonStyleyQrqd__AA015PrimitiveButtonN0Rd__lFQOyAA0P0VyAA4TextVG_AA08BorderedpN0VQo_AA32_EnvironmentKeyTransformModifierVySbGGG_AA6SpacerVtGGAA14_PaddingLayoutVGAA011_BackgroundnV0VyAA5ColorVGGACyxq_GAan2aNRzAA0gV0R_rlWl', symObjAddr: 0x146E4, symBinAddr: 0x1001AAF88, symSize: 0x90 }
+ - { offset: 0x155B82, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6HStackVyAA9TupleViewVyACyAA6ButtonVyAA4TextVGAA32_EnvironmentKeyTransformModifierVySbGG_AkPtGGAA14_PaddingLayoutVGACyxq_GAA0G0A2aWRzAA0gM0R_rlWl', symObjAddr: 0x14788, symBinAddr: 0x1001AB02C, symSize: 0x8C }
+ - { offset: 0x155B96, size: 0x8, addend: 0x0, symName: '_$sxIeAgHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRTQ0_', symObjAddr: 0x14E10, symBinAddr: 0x1001AB0B8, symSize: 0x64 }
+ - { offset: 0x155BB5, size: 0x8, addend: 0x0, symName: '_$sxIeAgHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRTA', symObjAddr: 0x14EB8, symBinAddr: 0x1001AB160, symSize: 0xB4 }
+ - { offset: 0x155BC9, size: 0x8, addend: 0x0, symName: '_$sxIeAgHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRTATQ0_', symObjAddr: 0x14F6C, symBinAddr: 0x1001AB214, symSize: 0x60 }
+ - { offset: 0x155BDD, size: 0x8, addend: 0x0, symName: '_$sxIeAgHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRTA.23', symObjAddr: 0x15010, symBinAddr: 0x1001AB2B8, symSize: 0xB4 }
+ - { offset: 0x155BF1, size: 0x8, addend: 0x0, symName: '_$sxIeAgHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRTA.23TQ0_', symObjAddr: 0x150C4, symBinAddr: 0x1001AB36C, symSize: 0x60 }
+ - { offset: 0x155C05, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV13paginationBar33_64079F5FD03A7B51C04BB719D22289ADLLQrvg0A2UI9TupleViewVyAF0Q0PAFE8disabledyQrSbFQOyAF6ButtonVyAF4TextVG_Qo__AoQtGyXEfU_yyScMYccfU_TA', symObjAddr: 0x15568, symBinAddr: 0x1001AB6B4, symSize: 0x8 }
+ - { offset: 0x155C19, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6ButtonVyAA4TextVGAA32_EnvironmentKeyTransformModifierVySbGGACyxq_GAA4ViewA2aNRzAA0kJ0R_rlWl', symObjAddr: 0x155E4, symBinAddr: 0x1001AB6BC, symSize: 0x90 }
+ - { offset: 0x155C2D, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6ButtonVyAA4TextVGAA32_EnvironmentKeyTransformModifierVySbGGWOh', symObjAddr: 0x156E8, symBinAddr: 0x1001AB74C, symSize: 0x84 }
+ - { offset: 0x155C41, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV13paginationBar33_64079F5FD03A7B51C04BB719D22289ADLLQrvg0A2UI9TupleViewVyAF0Q0PAFE8disabledyQrSbFQOyAF6ButtonVyAF4TextVG_Qo__AoQtGyXEfU_yyScMYccfU0_TA', symObjAddr: 0x15A54, symBinAddr: 0x1001ABAB8, symSize: 0x8 }
+ - { offset: 0x155C55, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6ButtonVyAA4TextVGAA32_EnvironmentKeyTransformModifierVySbGGWOc', symObjAddr: 0x15A5C, symBinAddr: 0x1001ABAC0, symSize: 0xD0 }
+ - { offset: 0x155C69, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV7dataRow33_64079F5FD03A7B51C04BB719D22289ADLL_5indexQrSDySSypG_SitFyycfU0_yyYacfU_TA', symObjAddr: 0x15EAC, symBinAddr: 0x1001ABE8C, symSize: 0xA8 }
+ - { offset: 0x155C7D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV7dataRow33_64079F5FD03A7B51C04BB719D22289ADLL_5indexQrSDySSypG_SitFyycfU0_yyYacfU_TATQ0_', symObjAddr: 0x15F54, symBinAddr: 0x1001ABF34, symSize: 0x60 }
+ - { offset: 0x155C91, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV7dataRow33_64079F5FD03A7B51C04BB719D22289ADLL_5indexQrSDySSypG_SitF0A2UI7ForEachVySayAA11FieldSchemaVGSSAH4ViewPAHE7paddingyQrAH4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAoHEAPyQrAT_AXtFQOyAoHE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAX_A5xH9AlignmentVtFQOyAC04cellU0AELL3row5fieldQrAG_ALtFQOy_Qo__Qo__Qo__Qo_GyXEfU_A13_ALcfU_TA', symObjAddr: 0x162B4, symBinAddr: 0x1001AC288, symSize: 0xC }
+ - { offset: 0x155CA5, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA4TextVAA30_EnvironmentKeyWritingModifierVySiSgGGAA16_FlexFrameLayoutVGWOh', symObjAddr: 0x16384, symBinAddr: 0x1001AC294, symSize: 0x50 }
+ - { offset: 0x155CB9, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyAA4TextVAA30_EnvironmentKeyWritingModifierVySiSgGGAA16_FlexFrameLayoutVGAA08_PaddingL0VGWOh', symObjAddr: 0x163D4, symBinAddr: 0x1001AC2E4, symSize: 0x50 }
+ - { offset: 0x155CCD, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyACyAA4TextVAA30_EnvironmentKeyWritingModifierVySiSgGGAA16_FlexFrameLayoutVGAA08_PaddingL0VGAOGWOh', symObjAddr: 0x16424, symBinAddr: 0x1001AC334, symSize: 0x50 }
+ - { offset: 0x155CE1, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyACyAA4TextVAA30_EnvironmentKeyWritingModifierVySiSgGGAA16_FlexFrameLayoutVGAA08_PaddingL0VGAOGWOc', symObjAddr: 0x16474, symBinAddr: 0x1001AC384, symSize: 0x104 }
+ - { offset: 0x155CF5, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA4TextVAA16_FlexFrameLayoutVGAA08_PaddingH0VGWOh', symObjAddr: 0x165BC, symBinAddr: 0x1001AC488, symSize: 0x44 }
+ - { offset: 0x155D09, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyAA4TextVAA16_FlexFrameLayoutVGAA08_PaddingH0VGAJGWOh', symObjAddr: 0x16600, symBinAddr: 0x1001AC4CC, symSize: 0x44 }
+ - { offset: 0x155D1D, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyAA4TextVAA16_FlexFrameLayoutVGAA08_PaddingH0VGAJGWOc', symObjAddr: 0x16644, symBinAddr: 0x1001AC510, symSize: 0xD8 }
+ - { offset: 0x155D31, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV11toolbarView33_64079F5FD03A7B51C04BB719D22289ADLL5toolsQrSayAA11ToolbarToolVG_tF0A2UI05TupleF0VyAJ7ForEachVyAISSAJ0F0PAJE8disabledyQrSbFQOyApJE11buttonStyleyQrqd__AJ015PrimitiveButtonX0Rd__lFQOyAJ0Z0VyAJ4TextVG_AJ08BorderedzX0VQo__Qo_G_AJ6SpacerVtGyXEfU_A0_AHcfU_TA', symObjAddr: 0x16A04, symBinAddr: 0x1001AC8D0, symSize: 0x8 }
+ - { offset: 0x155D45, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks11ToolbarToolVGSayxGSksWl', symObjAddr: 0x16A0C, symBinAddr: 0x1001AC8D8, symSize: 0x74 }
+ - { offset: 0x155D59, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA4ViewPAAE11buttonStyleyQrqd__AA015PrimitiveButtonG0Rd__lFQOyAA0I0VyAA4TextVG_AA08BorderediG0VQo_AA32_EnvironmentKeyTransformModifierVySbGGACyxq_GAad2aDRzAA0eO0R_rlWl', symObjAddr: 0x16A80, symBinAddr: 0x1001AC94C, symSize: 0xF8 }
+ - { offset: 0x155D6D, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7ForEachVySay0A6Bricks11ToolbarToolVGSSAA15ModifiedContentVyAA4ViewPAAE11buttonStyleyQrqd__AA015PrimitiveButtonL0Rd__lFQOyAA0N0VyAA4TextVG_AA08BorderednL0VQo_AA32_EnvironmentKeyTransformModifierVySbGGGACyxq_q0_GAaj2aJR0_rlWl', symObjAddr: 0x16BE4, symBinAddr: 0x1001ACA44, symSize: 0x80 }
+ - { offset: 0x155D81, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV11toolbarView33_64079F5FD03A7B51C04BB719D22289ADLL5toolsQrSayAA11ToolbarToolVG_tF0A2UI05TupleF0VyAJ7ForEachVyAISSAJ0F0PAJE8disabledyQrSbFQOyApJE11buttonStyleyQrqd__AJ015PrimitiveButtonX0Rd__lFQOyAJ0Z0VyAJ4TextVG_AJ08BorderedzX0VQo__Qo_G_AJ6SpacerVtGyXEfU_A0_AHcfU_yyScMYccfU_TA', symObjAddr: 0x16FC8, symBinAddr: 0x1001ACDDC, symSize: 0x10 }
+ - { offset: 0x155D95, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6HStackVyAA7ForEachVySay0A6Bricks11FieldSchemaVGSSACyACyACyAA4TextVAA16_FlexFrameLayoutVGAA08_PaddingN0VGARGGGAA24_BackgroundStyleModifierVyAA5ColorVGGWOh', symObjAddr: 0x17418, symBinAddr: 0x1001AD1C4, symSize: 0x94 }
+ - { offset: 0x155DA9, size: 0x8, addend: 0x0, symName: '_$sSaySDySSypGGSayxGSlsWl', symObjAddr: 0x174AC, symBinAddr: 0x1001AD258, symSize: 0x74 }
+ - { offset: 0x155DBD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV4bodyQrvg0A2UI9TupleViewVyAC07toolbarH033_64079F5FD03A7B51C04BB719D22289ADLL5toolsQrSayAA11ToolbarToolVG_tFQOy_Qo_Sg_AC9headerRowAILLQrvpQOy_Qo_AE19_ConditionalContentVyASyAE0H0PAEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A5_A5_A5_A5_A5_AE9AlignmentVtFQOyAE08ProgressH0VyAE4TextVAE05EmptyH0VG_Qo_AuEEAvwxyZA_A0_A1_QrA5__A5_A5_A5_A5_A5_A7_tFQOyA11__Qo_GAE06ScrollH0VyAE10LazyVStackVyAE7ForEachVySaySi6offset_SDySSypG7elementtGSiAC04dataV0AILL_5indexQrA25__SitFQOy_Qo_GGGGAC13paginationBarAILLQrvpQOy_Qo_SgtGyXEfU_A32_yXEfU_TA', symObjAddr: 0x17520, symBinAddr: 0x1001AD2CC, symSize: 0x8 }
+ - { offset: 0x155DD1, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI10LazyVStackVyAA7ForEachVySaySi6offset_SDySSypG7elementtGSiAA4ViewPAAE12onTapGesture5count7performQrSi_yyctFQOyAA15ModifiedContentVyAPyAA6HStackVyAEySay0A6Bricks11FieldSchemaVGSSAPyAPyAPyAPyAA4TextVAA30_EnvironmentKeyWritingModifierVySiSgGGAA16_FlexFrameLayoutVGAA14_PaddingLayoutVGA6_GGGAA016_BackgroundStyleY0VyAA5ColorVGGAA08_OverlayY0VyAA06_ShapeI0VyAA13_StrokedShapeVyAA9RectangleV6_InsetVGA14_GGG_Qo_GGACyxGAajAWl', symObjAddr: 0x17528, symBinAddr: 0x1001AD2D4, symSize: 0x74 }
+ - { offset: 0x155DE5, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI10ScrollViewVyAA10LazyVStackVyAA7ForEachVySaySi6offset_SDySSypG7elementtGSiAA0D0PAAE12onTapGesture5count7performQrSi_yyctFQOyAA15ModifiedContentVyARyAA6HStackVyAGySay0A6Bricks11FieldSchemaVGSSARyARyARyARyAA4TextVAA30_EnvironmentKeyWritingModifierVySiSgGGAA16_FlexFrameLayoutVGAA14_PaddingLayoutVGA8_GGGAA016_BackgroundStyleZ0VyAA5ColorVGGAA08_OverlayZ0VyAA06_ShapeD0VyAA13_StrokedShapeVyAA9RectangleV6_InsetVGA16_GGG_Qo_GGGACyxGAalAWl', symObjAddr: 0x1759C, symBinAddr: 0x1001AD348, symSize: 0x74 }
+ - { offset: 0x155DF9, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyAA08ModifiedD0VyAA12ProgressViewVyAA4TextVAA05EmptyG0VGAA16_FlexFrameLayoutVGAEyAiNGGACyxq_GAA0G0A2aSRzAaSR_rlWl', symObjAddr: 0x17610, symBinAddr: 0x1001AD3BC, symSize: 0x90 }
+ - { offset: 0x155E0D, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6HStackVyAA9TupleViewVyACyAA6ButtonVyAA4TextVGAA32_EnvironmentKeyTransformModifierVySbGG_AkPtGGAA14_PaddingLayoutVGSgWOh', symObjAddr: 0x1790C, symBinAddr: 0x1001AD5B8, symSize: 0x178 }
+ - { offset: 0x155E21, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6HStackVyAA9TupleViewVyACyAA6ButtonVyAA4TextVGAA32_EnvironmentKeyTransformModifierVySbGG_AkPtGGAA14_PaddingLayoutVGSgWOb', symObjAddr: 0x17A84, symBinAddr: 0x1001AD730, symSize: 0x228 }
+ - { offset: 0x155E35, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6HStackVyAA7ForEachVySay0A6Bricks11FieldSchemaVGSSACyACyACyAA4TextVAA16_FlexFrameLayoutVGAA08_PaddingN0VGARGGGAA24_BackgroundStyleModifierVyAA5ColorVGGWOc', symObjAddr: 0x17E94, symBinAddr: 0x1001ADB40, symSize: 0xF0 }
+ - { offset: 0x155E49, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6HStackVyAA9TupleViewVyACyAA6ButtonVyAA4TextVGAA32_EnvironmentKeyTransformModifierVySbGG_AkPtGGAA14_PaddingLayoutVGSgWOc', symObjAddr: 0x18174, symBinAddr: 0x1001ADE20, symSize: 0x318 }
+ - { offset: 0x155E5D, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA6HStackVyAA9TupleViewVyAA7ForEachVySay0A6Bricks11ToolbarToolVGSSACyAA0G0PAAE11buttonStyleyQrqd__AA015PrimitiveButtonN0Rd__lFQOyAA0P0VyAA4TextVG_AA08BorderedpN0VQo_AA32_EnvironmentKeyTransformModifierVySbGGG_AA6SpacerVtGGAA14_PaddingLayoutVGAA011_BackgroundnV0VyAA5ColorVGGSgxSgAan2aNRzlWl', symObjAddr: 0x1848C, symBinAddr: 0x1001AE138, symSize: 0x80 }
+ - { offset: 0x155E71, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACyAA08ModifiedD0VyAA12ProgressViewVyAA4TextVAA05EmptyG0VGAA16_FlexFrameLayoutVGAEyAiNGGAA06ScrollG0VyAA10LazyVStackVyAA7ForEachVySaySi6offset_SDySSypG7elementtGSiAA0G0PAAE12onTapGesture5count7performQrSi_yyctFQOyAEyAEyAA6HStackVyAWySay0A6Bricks11FieldSchemaVGSSAEyAEyAEyAEyAiA30_EnvironmentKeyWritingModifierVySiSgGGANGAA08_PaddingL0VGA18_GGGAA24_BackgroundStyleModifierVyAA5ColorVGGAA16_OverlayModifierVyAA06_ShapeG0VyAA13_StrokedShapeVyAA9RectangleV6_InsetVGA26_GGG_Qo_GGGGACyxq_GAAA0_A2AA0_RzAAA0_R_rlWl', symObjAddr: 0x1850C, symBinAddr: 0x1001AE1B8, symSize: 0x90 }
+ - { offset: 0x155E85, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6HStackVyAA9TupleViewVyACyAA6ButtonVyAA4TextVGAA32_EnvironmentKeyTransformModifierVySbGG_AkPtGGAA14_PaddingLayoutVGSgxSgAA0G0A2aXRzlWl', symObjAddr: 0x1859C, symBinAddr: 0x1001AE248, symSize: 0x80 }
+ - { offset: 0x155E99, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6HStackVyAA9TupleViewVyACyAA6ButtonVyAA4TextVGAA32_EnvironmentKeyTransformModifierVySbGG_AkPtGGAA14_PaddingLayoutVGWOh', symObjAddr: 0x18718, symBinAddr: 0x1001AE3C4, symSize: 0x144 }
+ - { offset: 0x155EAD, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6HStackVyAA9TupleViewVyACyAA6ButtonVyAA4TextVGAA32_EnvironmentKeyTransformModifierVySbGG_AkPtGGAA14_PaddingLayoutVGWOc', symObjAddr: 0x1885C, symBinAddr: 0x1001AE508, symSize: 0x2A0 }
+ - { offset: 0x155EC1, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA4TextVAA16_FlexFrameLayoutVGWOc', symObjAddr: 0x18AFC, symBinAddr: 0x1001AE7A8, symSize: 0xA0 }
+ - { offset: 0x155ED5, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyAA08ModifiedD0VyAA12ProgressViewVyAA4TextVAA05EmptyG0VGAA16_FlexFrameLayoutVGAEyAiNGGWOh', symObjAddr: 0x18B9C, symBinAddr: 0x1001AE848, symSize: 0xA0 }
+ - { offset: 0x155EE9, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks11ToolbarToolVGSayxGSlsWl', symObjAddr: 0x18D10, symBinAddr: 0x1001AE8E8, symSize: 0x74 }
+ - { offset: 0x155EFD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaVWOc', symObjAddr: 0x18F88, symBinAddr: 0x1001AEB60, symSize: 0x34 }
+ - { offset: 0x155F11, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV4bodyQrvg0A2UI9TupleViewVyAC07toolbarH033_64079F5FD03A7B51C04BB719D22289ADLL5toolsQrSayAA11ToolbarToolVG_tFQOy_Qo_Sg_AC9headerRowAILLQrvpQOy_Qo_AE19_ConditionalContentVyASyAE0H0PAEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A5_A5_A5_A5_A5_AE9AlignmentVtFQOyAE08ProgressH0VyAE4TextVAE05EmptyH0VG_Qo_AuEEAvwxyZA_A0_A1_QrA5__A5_A5_A5_A5_A5_A7_tFQOyA11__Qo_GAE06ScrollH0VyAE10LazyVStackVyAE7ForEachVySaySi6offset_SDySSypG7elementtGSiAC04dataV0AILL_5indexQrA25__SitFQOy_Qo_GGGGAC13paginationBarAILLQrvpQOy_Qo_SgtGyXEfU_A32_yXEfU_A31_yXEfU_TA', symObjAddr: 0x18FBC, symBinAddr: 0x1001AEB94, symSize: 0x8 }
+ - { offset: 0x155F25, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7ForEachVySaySi6offset_SDySSypG7elementtGSiAA4ViewPAAE12onTapGesture5count7performQrSi_yyctFQOyAA15ModifiedContentVyANyAA6HStackVyACySay0A6Bricks11FieldSchemaVGSSANyANyANyANyAA4TextVAA30_EnvironmentKeyWritingModifierVySiSgGGAA16_FlexFrameLayoutVGAA08_PaddingZ0VGA4_GGGAA016_BackgroundStyleW0VyAA5ColorVGGAA08_OverlayW0VyAA06_ShapeG0VyAA13_StrokedShapeVyAA9RectangleV6_InsetVGA12_GGG_Qo_GACyxq_q0_GAah2aHR0_rlWl', symObjAddr: 0x18FC4, symBinAddr: 0x1001AEB9C, symSize: 0xC0 }
+ - { offset: 0x155F39, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI21PinnedScrollableViewsVACs9OptionSetAAWl', symObjAddr: 0x19084, symBinAddr: 0x1001AEC5C, symSize: 0x6C }
+ - { offset: 0x155F4D, size: 0x8, addend: 0x0, symName: '_$sSaySDySSypGGWOh', symObjAddr: 0x19164, symBinAddr: 0x1001AECC8, symSize: 0x28 }
+ - { offset: 0x155F61, size: 0x8, addend: 0x0, symName: '_$ss18EnumeratedSequenceVySaySDySSypGGGAByxGSTsWl', symObjAddr: 0x1918C, symBinAddr: 0x1001AECF0, symSize: 0x74 }
+ - { offset: 0x155F75, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV4bodyQrvg0A2UI9TupleViewVyAC07toolbarH033_64079F5FD03A7B51C04BB719D22289ADLL5toolsQrSayAA11ToolbarToolVG_tFQOy_Qo_Sg_AC9headerRowAILLQrvpQOy_Qo_AE19_ConditionalContentVyASyAE0H0PAEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A5_A5_A5_A5_A5_AE9AlignmentVtFQOyAE08ProgressH0VyAE4TextVAE05EmptyH0VG_Qo_AuEEAvwxyZA_A0_A1_QrA5__A5_A5_A5_A5_A5_A7_tFQOyA11__Qo_GAE06ScrollH0VyAE10LazyVStackVyAE7ForEachVySaySi6offset_SDySSypG7elementtGSiAC04dataV0AILL_5indexQrA25__SitFQOy_Qo_GGGGAC13paginationBarAILLQrvpQOy_Qo_SgtGyXEfU_A32_yXEfU_A31_yXEfU_A30_Si_A25_tcfU_TA', symObjAddr: 0x194E8, symBinAddr: 0x1001AF04C, symSize: 0x8 }
+ - { offset: 0x155F89, size: 0x8, addend: 0x0, symName: '_$sSiSDySSypG7SwiftUI4ViewPABE12onTapGesture5count7performQrSi_yyctFQOyAB15ModifiedContentVyAIyAB6HStackVyAB7ForEachVySay0A6Bricks11FieldSchemaVGSSAIyAIyAIyAIyAB4TextVAB30_EnvironmentKeyWritingModifierVySiSgGGAB16_FlexFrameLayoutVGAB08_PaddingX0VGA1_GGGAB016_BackgroundStyleU0VyAB5ColorVGGAB08_OverlayU0VyAB06_ShapeC0VyAB13_StrokedShapeVyAB9RectangleV6_InsetVGA9_GGG_Qo_Iegygr_Si6offset_AA7elementtA26_Iegnr_TRTA', symObjAddr: 0x1952C, symBinAddr: 0x1001AF090, symSize: 0xC }
+ - { offset: 0x155F9D, size: 0x8, addend: 0x0, symName: '_$sSaySi6offset_SDySSypG7elementtGSayxGSksWl', symObjAddr: 0x19538, symBinAddr: 0x1001AF09C, symSize: 0x74 }
+ - { offset: 0x155FB2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV6schemaAA0D6SchemaVvg', symObjAddr: 0x0, symBinAddr: 0x10019AA78, symSize: 0x1C }
+ - { offset: 0x155FC6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV6engineAA0B6EngineCvg', symObjAddr: 0x9FC, symBinAddr: 0x10019AAD4, symSize: 0x5C }
+ - { offset: 0x155FF2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV6engineAA0B6EngineCvs', symObjAddr: 0xB60, symBinAddr: 0x10019ABD4, symSize: 0x50 }
+ - { offset: 0x156026, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV6engineAA0B6EngineCvM', symObjAddr: 0xBB0, symBinAddr: 0x10019AC24, symSize: 0x20 }
+ - { offset: 0x15604B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV6engineAA0B6EngineCvM.resume.0', symObjAddr: 0xBD0, symBinAddr: 0x10019AC44, symSize: 0xC }
+ - { offset: 0x15630C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV7$engine0A2UI14ObservedObjectV7WrapperVyAA0B6EngineC_Gvg', symObjAddr: 0xBDC, symBinAddr: 0x10019AC50, symSize: 0x70 }
+ - { offset: 0x156331, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV7_engine33_64079F5FD03A7B51C04BB719D22289ADLL0A2UI14ObservedObjectVyAA0B6EngineCGvg', symObjAddr: 0xC4C, symBinAddr: 0x10019ACC0, symSize: 0x34 }
+ - { offset: 0x156345, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV7_engine33_64079F5FD03A7B51C04BB719D22289ADLL0A2UI14ObservedObjectVyAA0B6EngineCGvs', symObjAddr: 0xC80, symBinAddr: 0x10019ACF4, symSize: 0x48 }
+ - { offset: 0x15643C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV4rows33_64079F5FD03A7B51C04BB719D22289ADLLSaySDySSypGGvg', symObjAddr: 0xDC8, symBinAddr: 0x10019ADBC, symSize: 0x74 }
+ - { offset: 0x156450, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV4rows33_64079F5FD03A7B51C04BB719D22289ADLLSaySDySSypGGvs', symObjAddr: 0xEC4, symBinAddr: 0x10019AEB8, symSize: 0xA8 }
+ - { offset: 0x156464, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV5$rows33_64079F5FD03A7B51C04BB719D22289ADLL0A2UI7BindingVySaySDySSypGGGvg', symObjAddr: 0xF9C, symBinAddr: 0x10019AF90, symSize: 0x8C }
+ - { offset: 0x156478, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV5_rows33_64079F5FD03A7B51C04BB719D22289ADLL0A2UI5StateVySaySDySSypGGGvg', symObjAddr: 0x1028, symBinAddr: 0x10019B01C, symSize: 0x3C }
+ - { offset: 0x15648C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV5_rows33_64079F5FD03A7B51C04BB719D22289ADLL0A2UI5StateVySaySDySSypGGGvs', symObjAddr: 0x1064, symBinAddr: 0x10019B058, symSize: 0x64 }
+ - { offset: 0x1564A0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV11selectedRow33_64079F5FD03A7B51C04BB719D22289ADLLSiSgvg', symObjAddr: 0x1144, symBinAddr: 0x10019B138, symSize: 0x94 }
+ - { offset: 0x1564B4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV11selectedRow33_64079F5FD03A7B51C04BB719D22289ADLLSiSgvs', symObjAddr: 0x1244, symBinAddr: 0x10019B238, symSize: 0xBC }
+ - { offset: 0x1564C8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV12$selectedRow33_64079F5FD03A7B51C04BB719D22289ADLL0A2UI7BindingVySiSgGvg', symObjAddr: 0x130C, symBinAddr: 0x10019B300, symSize: 0xAC }
+ - { offset: 0x1564DC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV12_selectedRow33_64079F5FD03A7B51C04BB719D22289ADLL0A2UI5StateVySiSgGvg', symObjAddr: 0x13B8, symBinAddr: 0x10019B3AC, symSize: 0x64 }
+ - { offset: 0x1564F0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV12_selectedRow33_64079F5FD03A7B51C04BB719D22289ADLL0A2UI5StateVySiSgGvs', symObjAddr: 0x141C, symBinAddr: 0x10019B410, symSize: 0x74 }
+ - { offset: 0x156504, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV11currentPage33_64079F5FD03A7B51C04BB719D22289ADLLSivg', symObjAddr: 0x14D4, symBinAddr: 0x10019B4C8, symSize: 0x78 }
+ - { offset: 0x156518, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV11currentPage33_64079F5FD03A7B51C04BB719D22289ADLLSivs', symObjAddr: 0x15B0, symBinAddr: 0x10019B540, symSize: 0x9C }
+ - { offset: 0x15652C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV12$currentPage33_64079F5FD03A7B51C04BB719D22289ADLL0A2UI7BindingVySiGvg', symObjAddr: 0x1654, symBinAddr: 0x10019B5E4, symSize: 0x90 }
+ - { offset: 0x156540, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV12_currentPage33_64079F5FD03A7B51C04BB719D22289ADLL0A2UI5StateVySiGvg', symObjAddr: 0x16E4, symBinAddr: 0x10019B674, symSize: 0x34 }
+ - { offset: 0x156554, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV12_currentPage33_64079F5FD03A7B51C04BB719D22289ADLL0A2UI5StateVySiGvs', symObjAddr: 0x1718, symBinAddr: 0x10019B6A8, symSize: 0x48 }
+ - { offset: 0x156568, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV9isLoading33_64079F5FD03A7B51C04BB719D22289ADLLSbvg', symObjAddr: 0x17B0, symBinAddr: 0x10019B740, symSize: 0x7C }
+ - { offset: 0x15657C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV9isLoading33_64079F5FD03A7B51C04BB719D22289ADLLSbvs', symObjAddr: 0x1890, symBinAddr: 0x10019B7BC, symSize: 0x9C }
+ - { offset: 0x156590, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV10$isLoading33_64079F5FD03A7B51C04BB719D22289ADLL0A2UI7BindingVySbGvg', symObjAddr: 0x1938, symBinAddr: 0x10019B864, symSize: 0x94 }
+ - { offset: 0x1565A4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV10_isLoading33_64079F5FD03A7B51C04BB719D22289ADLL0A2UI5StateVySbGvg', symObjAddr: 0x19CC, symBinAddr: 0x10019B8F8, symSize: 0x38 }
+ - { offset: 0x1565B8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV10_isLoading33_64079F5FD03A7B51C04BB719D22289ADLL0A2UI5StateVySbGvs', symObjAddr: 0x1A04, symBinAddr: 0x10019B930, symSize: 0x48 }
+ - { offset: 0x1565D3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV4bodyQrvg', symObjAddr: 0x1A4C, symBinAddr: 0x10019B978, symSize: 0x46C }
+ - { offset: 0x1565F7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV4bodyQrvg0A2UI9TupleViewVyAC07toolbarH033_64079F5FD03A7B51C04BB719D22289ADLL5toolsQrSayAA11ToolbarToolVG_tFQOy_Qo_Sg_AC9headerRowAILLQrvpQOy_Qo_AE19_ConditionalContentVyASyAE0H0PAEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A5_A5_A5_A5_A5_AE9AlignmentVtFQOyAE08ProgressH0VyAE4TextVAE05EmptyH0VG_Qo_AuEEAvwxyZA_A0_A1_QrA5__A5_A5_A5_A5_A5_A7_tFQOyA11__Qo_GAE06ScrollH0VyAE10LazyVStackVyAE7ForEachVySaySi6offset_SDySSypG7elementtGSiAC04dataV0AILL_5indexQrA25__SitFQOy_Qo_GGGGAC13paginationBarAILLQrvpQOy_Qo_SgtGyXEfU_', symObjAddr: 0x1EB8, symBinAddr: 0x10019BDE4, symSize: 0x13FC }
+ - { offset: 0x156695, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV4bodyQrvg0A2UI9TupleViewVyAC07toolbarH033_64079F5FD03A7B51C04BB719D22289ADLL5toolsQrSayAA11ToolbarToolVG_tFQOy_Qo_Sg_AC9headerRowAILLQrvpQOy_Qo_AE19_ConditionalContentVyASyAE0H0PAEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A5_A5_A5_A5_A5_AE9AlignmentVtFQOyAE08ProgressH0VyAE4TextVAE05EmptyH0VG_Qo_AuEEAvwxyZA_A0_A1_QrA5__A5_A5_A5_A5_A5_A7_tFQOyA11__Qo_GAE06ScrollH0VyAE10LazyVStackVyAE7ForEachVySaySi6offset_SDySSypG7elementtGSiAC04dataV0AILL_5indexQrA25__SitFQOy_Qo_GGGGAC13paginationBarAILLQrvpQOy_Qo_SgtGyXEfU_A32_yXEfU_', symObjAddr: 0x4344, symBinAddr: 0x10019D5F4, symSize: 0x240 }
+ - { offset: 0x1566C0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV4bodyQrvg0A2UI9TupleViewVyAC07toolbarH033_64079F5FD03A7B51C04BB719D22289ADLL5toolsQrSayAA11ToolbarToolVG_tFQOy_Qo_Sg_AC9headerRowAILLQrvpQOy_Qo_AE19_ConditionalContentVyASyAE0H0PAEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A5_A5_A5_A5_A5_AE9AlignmentVtFQOyAE08ProgressH0VyAE4TextVAE05EmptyH0VG_Qo_AuEEAvwxyZA_A0_A1_QrA5__A5_A5_A5_A5_A5_A7_tFQOyA11__Qo_GAE06ScrollH0VyAE10LazyVStackVyAE7ForEachVySaySi6offset_SDySSypG7elementtGSiAC04dataV0AILL_5indexQrA25__SitFQOy_Qo_GGGGAC13paginationBarAILLQrvpQOy_Qo_SgtGyXEfU_A32_yXEfU_A31_yXEfU_', symObjAddr: 0x4584, symBinAddr: 0x10019D834, symSize: 0x350 }
+ - { offset: 0x1566EB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV4bodyQrvg0A2UI9TupleViewVyAC07toolbarH033_64079F5FD03A7B51C04BB719D22289ADLL5toolsQrSayAA11ToolbarToolVG_tFQOy_Qo_Sg_AC9headerRowAILLQrvpQOy_Qo_AE19_ConditionalContentVyASyAE0H0PAEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A5_A5_A5_A5_A5_AE9AlignmentVtFQOyAE08ProgressH0VyAE4TextVAE05EmptyH0VG_Qo_AuEEAvwxyZA_A0_A1_QrA5__A5_A5_A5_A5_A5_A7_tFQOyA11__Qo_GAE06ScrollH0VyAE10LazyVStackVyAE7ForEachVySaySi6offset_SDySSypG7elementtGSiAC04dataV0AILL_5indexQrA25__SitFQOy_Qo_GGGGAC13paginationBarAILLQrvpQOy_Qo_SgtGyXEfU_A32_yXEfU_A31_yXEfU_A30_Si_A25_tcfU_', symObjAddr: 0x4C78, symBinAddr: 0x10019DF28, symSize: 0x254 }
+ - { offset: 0x15675E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV4bodyQrvgyyYaYbcfU0_', symObjAddr: 0x6AAC, symBinAddr: 0x10019F558, symSize: 0x98 }
+ - { offset: 0x156789, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV4bodyQrvgyyYaYbcfU0_TQ0_', symObjAddr: 0x6B44, symBinAddr: 0x10019F5F0, symSize: 0x8C }
+ - { offset: 0x1567B8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV4bodyQrvgyyYaYbcfU0_TY1_', symObjAddr: 0x6BD0, symBinAddr: 0x10019F67C, symSize: 0x44 }
+ - { offset: 0x1567EE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV11toolbarView33_64079F5FD03A7B51C04BB719D22289ADLL5toolsQrSayAA11ToolbarToolVG_tF', symObjAddr: 0x3CC0, symBinAddr: 0x10019D1E8, symSize: 0x254 }
+ - { offset: 0x156822, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV11toolbarView33_64079F5FD03A7B51C04BB719D22289ADLL5toolsQrSayAA11ToolbarToolVG_tF0A2UI05TupleF0VyAJ7ForEachVyAISSAJ0F0PAJE8disabledyQrSbFQOyApJE11buttonStyleyQrqd__AJ015PrimitiveButtonX0Rd__lFQOyAJ0Z0VyAJ4TextVG_AJ08BorderedzX0VQo__Qo_G_AJ6SpacerVtGyXEfU_', symObjAddr: 0xC0E0, symBinAddr: 0x1001A447C, symSize: 0x2E8 }
+ - { offset: 0x15685C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV11toolbarView33_64079F5FD03A7B51C04BB719D22289ADLL5toolsQrSayAA11ToolbarToolVG_tF0A2UI05TupleF0VyAJ7ForEachVyAISSAJ0F0PAJE8disabledyQrSbFQOyApJE11buttonStyleyQrqd__AJ015PrimitiveButtonX0Rd__lFQOyAJ0Z0VyAJ4TextVG_AJ08BorderedzX0VQo__Qo_G_AJ6SpacerVtGyXEfU_A0_AHcfU_', symObjAddr: 0xE224, symBinAddr: 0x1001A5548, symSize: 0x688 }
+ - { offset: 0x156898, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV11toolbarView33_64079F5FD03A7B51C04BB719D22289ADLL5toolsQrSayAA11ToolbarToolVG_tF0A2UI05TupleF0VyAJ7ForEachVyAISSAJ0F0PAJE8disabledyQrSbFQOyApJE11buttonStyleyQrqd__AJ015PrimitiveButtonX0Rd__lFQOyAJ0Z0VyAJ4TextVG_AJ08BorderedzX0VQo__Qo_G_AJ6SpacerVtGyXEfU_A0_AHcfU_yyScMYccfU_', symObjAddr: 0xE8AC, symBinAddr: 0x1001A5BD0, symSize: 0x44 }
+ - { offset: 0x1568EC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV0A2UI4ViewAadEP05_makeF04view6inputsAD01_F7OutputsVAD11_GraphValueVyxG_AD01_F6InputsVtFZTW', symObjAddr: 0x11688, symBinAddr: 0x1001A7FD8, symSize: 0x14 }
+ - { offset: 0x156908, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV0A2UI4ViewAadEP05_makeF4List4view6inputsAD01_fH7OutputsVAD11_GraphValueVyxG_AD01_fH6InputsVtFZTW', symObjAddr: 0x1169C, symBinAddr: 0x1001A7FEC, symSize: 0x14 }
+ - { offset: 0x156924, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV0A2UI4ViewAadEP14_viewListCount6inputsSiSgAD01_fhI6InputsV_tFZTW', symObjAddr: 0x116B0, symBinAddr: 0x1001A8000, symSize: 0x18 }
+ - { offset: 0x156BAA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV9headerRow33_64079F5FD03A7B51C04BB719D22289ADLLQrvg', symObjAddr: 0x3FE4, symBinAddr: 0x10019D43C, symSize: 0x1B8 }
+ - { offset: 0x156BCE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV9headerRow33_64079F5FD03A7B51C04BB719D22289ADLLQrvg0A2UI7ForEachVySayAA11FieldSchemaVGSSAF4ViewPAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAmFEANyQrAR_AVtFQOyAmFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAV_A5vF9AlignmentVtFQOyAF4TextV_Qo__Qo__Qo_GyXEfU_', symObjAddr: 0x9618, symBinAddr: 0x1001A1F84, symSize: 0x1E4 }
+ - { offset: 0x156BF9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV9headerRow33_64079F5FD03A7B51C04BB719D22289ADLLQrvg0A2UI7ForEachVySayAA11FieldSchemaVGSSAF4ViewPAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAmFEANyQrAR_AVtFQOyAmFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAV_A5vF9AlignmentVtFQOyAF4TextV_Qo__Qo__Qo_GyXEfU_A9_AJcfU_', symObjAddr: 0x9C34, symBinAddr: 0x1001A25A0, symSize: 0x5A8 }
+ - { offset: 0x156C2D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV9pagedRows33_64079F5FD03A7B51C04BB719D22289ADLLSaySDySSypGGvg', symObjAddr: 0x48D4, symBinAddr: 0x10019DB84, symSize: 0x3A4 }
+ - { offset: 0x156CB3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV8pageRows33_64079F5FD03A7B51C04BB719D22289ADLLSivg', symObjAddr: 0x4ECC, symBinAddr: 0x10019E17C, symSize: 0xE8 }
+ - { offset: 0x156CE0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV7dataRow33_64079F5FD03A7B51C04BB719D22289ADLL_5indexQrSDySSypG_SitF', symObjAddr: 0x4FB4, symBinAddr: 0x10019E264, symSize: 0x4F4 }
+ - { offset: 0x156D24, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV7dataRow33_64079F5FD03A7B51C04BB719D22289ADLL_5indexQrSDySSypG_SitF0A2UI7ForEachVySayAA11FieldSchemaVGSSAH4ViewPAHE7paddingyQrAH4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAoHEAPyQrAT_AXtFQOyAoHE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAX_A5xH9AlignmentVtFQOyAC04cellU0AELL3row5fieldQrAG_ALtFQOy_Qo__Qo__Qo__Qo_GyXEfU_', symObjAddr: 0xA1FC, symBinAddr: 0x1001A2B48, symSize: 0x260 }
+ - { offset: 0x156D5E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV7dataRow33_64079F5FD03A7B51C04BB719D22289ADLL_5indexQrSDySSypG_SitF0A2UI7ForEachVySayAA11FieldSchemaVGSSAH4ViewPAHE7paddingyQrAH4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAoHEAPyQrAT_AXtFQOyAoHE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAX_A5xH9AlignmentVtFQOyAC04cellU0AELL3row5fieldQrAG_ALtFQOy_Qo__Qo__Qo__Qo_GyXEfU_A13_ALcfU_', symObjAddr: 0xA45C, symBinAddr: 0x1001A2DA8, symSize: 0x32C }
+ - { offset: 0x156DAA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV7dataRow33_64079F5FD03A7B51C04BB719D22289ADLL_5indexQrSDySSypG_SitFyycfU0_', symObjAddr: 0xB424, symBinAddr: 0x1001A3D70, symSize: 0x2C4 }
+ - { offset: 0x156DF6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV7dataRow33_64079F5FD03A7B51C04BB719D22289ADLL_5indexQrSDySSypG_SitFyycfU0_yyYacfU_', symObjAddr: 0xB6E8, symBinAddr: 0x1001A4034, symSize: 0xB4 }
+ - { offset: 0x156E41, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV7dataRow33_64079F5FD03A7B51C04BB719D22289ADLL_5indexQrSDySSypG_SitFyycfU0_yyYacfU_TY0_', symObjAddr: 0xB79C, symBinAddr: 0x1001A40E8, symSize: 0x218 }
+ - { offset: 0x156E96, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV7dataRow33_64079F5FD03A7B51C04BB719D22289ADLL_5indexQrSDySSypG_SitFyycfU0_yyYacfU_TQ1_', symObjAddr: 0xB9B4, symBinAddr: 0x1001A4300, symSize: 0xAC }
+ - { offset: 0x156EEE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV7dataRow33_64079F5FD03A7B51C04BB719D22289ADLL_5indexQrSDySSypG_SitFyycfU0_yyYacfU_TY2_', symObjAddr: 0xBA60, symBinAddr: 0x1001A43AC, symSize: 0x4C }
+ - { offset: 0x156F44, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI10LazyVStackV9alignment7spacing11pinnedViews7contentACyxGAA19HorizontalAlignmentV_12CoreGraphics7CGFloatVSgAA016PinnedScrollableH0VxyXEtcfcfA_', symObjAddr: 0x54D8, symBinAddr: 0x10019E788, symSize: 0x20 }
+ - { offset: 0x156F66, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI10LazyVStackV9alignment7spacing11pinnedViews7contentACyxGAA19HorizontalAlignmentV_12CoreGraphics7CGFloatVSgAA016PinnedScrollableH0VxyXEtcfcfA1_', symObjAddr: 0x54F8, symBinAddr: 0x10019E7A8, symSize: 0x5C }
+ - { offset: 0x156FA8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV10totalPages33_64079F5FD03A7B51C04BB719D22289ADLLSivg', symObjAddr: 0x55C4, symBinAddr: 0x10019E804, symSize: 0x288 }
+ - { offset: 0x156FD4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV13paginationBar33_64079F5FD03A7B51C04BB719D22289ADLLQrvg', symObjAddr: 0x584C, symBinAddr: 0x10019EA8C, symSize: 0x148 }
+ - { offset: 0x156FF8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV13paginationBar33_64079F5FD03A7B51C04BB719D22289ADLLQrvg0A2UI9TupleViewVyAF0Q0PAFE8disabledyQrSbFQOyAF6ButtonVyAF4TextVG_Qo__AoQtGyXEfU_', symObjAddr: 0xF670, symBinAddr: 0x1001A6980, symSize: 0x95C }
+ - { offset: 0x15705E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV13paginationBar33_64079F5FD03A7B51C04BB719D22289ADLLQrvg0A2UI9TupleViewVyAF0Q0PAFE8disabledyQrSbFQOyAF6ButtonVyAF4TextVG_Qo__AoQtGyXEfU_yyScMYccfU_', symObjAddr: 0x10528, symBinAddr: 0x1001A7510, symSize: 0xD4 }
+ - { offset: 0x15709E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV13paginationBar33_64079F5FD03A7B51C04BB719D22289ADLLQrvg0A2UI9TupleViewVyAF0Q0PAFE8disabledyQrSbFQOyAF6ButtonVyAF4TextVG_Qo__AoQtGyXEfU_yyScMYccfU0_', symObjAddr: 0x105FC, symBinAddr: 0x1001A75E4, symSize: 0xD4 }
+ - { offset: 0x1570E6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV8loadData33_64079F5FD03A7B51C04BB719D22289ADLLyyYaF', symObjAddr: 0x6FCC, symBinAddr: 0x10019FA78, symSize: 0xC4 }
+ - { offset: 0x15710B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV8loadData33_64079F5FD03A7B51C04BB719D22289ADLLyyYaFTY0_', symObjAddr: 0x7090, symBinAddr: 0x10019FB3C, symSize: 0x360 }
+ - { offset: 0x157168, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV8loadData33_64079F5FD03A7B51C04BB719D22289ADLLyyYaFTQ1_', symObjAddr: 0x73F0, symBinAddr: 0x10019FE9C, symSize: 0xDC }
+ - { offset: 0x1571D8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV8loadData33_64079F5FD03A7B51C04BB719D22289ADLLyyYaFTY2_', symObjAddr: 0x74CC, symBinAddr: 0x10019FF78, symSize: 0x870 }
+ - { offset: 0x1572C5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV8loadData33_64079F5FD03A7B51C04BB719D22289ADLLyyYaFTY3_', symObjAddr: 0x7D3C, symBinAddr: 0x1001A07E8, symSize: 0x2F0 }
+ - { offset: 0x157354, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV13visibleFields33_64079F5FD03A7B51C04BB719D22289ADLLSayAA11FieldSchemaVGvg', symObjAddr: 0x97FC, symBinAddr: 0x1001A2168, symSize: 0x438 }
+ - { offset: 0x1573A7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV13visibleFields33_64079F5FD03A7B51C04BB719D22289ADLLSayAA11FieldSchemaVGvgSbAGXEfU_', symObjAddr: 0x106D0, symBinAddr: 0x1001A76B8, symSize: 0xC4 }
+ - { offset: 0x1573FB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV8cellView33_64079F5FD03A7B51C04BB719D22289ADLL3row5fieldQrSDySSypG_AA11FieldSchemaVtF', symObjAddr: 0xA788, symBinAddr: 0x1001A30D4, symSize: 0xC9C }
+ - { offset: 0x15748E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV8cellView33_64079F5FD03A7B51C04BB719D22289ADLL3row5fieldQrSDySSypG_AA11FieldSchemaVtFSbAA8CodeItemVXEfU_', symObjAddr: 0xC05C, symBinAddr: 0x1001A43F8, symSize: 0x84 }
+ - { offset: 0x1574CF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV19handleToolbarAction33_64079F5FD03A7B51C04BB719D22289ADLLyyAA0F4ToolVF', symObjAddr: 0xE8F0, symBinAddr: 0x1001A5C14, symSize: 0x364 }
+ - { offset: 0x157505, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV19handleToolbarAction33_64079F5FD03A7B51C04BB719D22289ADLLyyAA0F4ToolVFyyYacfU_', symObjAddr: 0xEC68, symBinAddr: 0x1001A5F78, symSize: 0x10C }
+ - { offset: 0x157540, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV19handleToolbarAction33_64079F5FD03A7B51C04BB719D22289ADLLyyAA0F4ToolVFyyYacfU_TY0_', symObjAddr: 0xED74, symBinAddr: 0x1001A6084, symSize: 0x7D4 }
+ - { offset: 0x15760E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV19handleToolbarAction33_64079F5FD03A7B51C04BB719D22289ADLLyyAA0F4ToolVFyyYacfU_TQ1_', symObjAddr: 0xF548, symBinAddr: 0x1001A6858, symSize: 0xAC }
+ - { offset: 0x157676, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV19handleToolbarAction33_64079F5FD03A7B51C04BB719D22289ADLLyyAA0F4ToolVFyyYacfU_TY2_', symObjAddr: 0xF5F4, symBinAddr: 0x1001A6904, symSize: 0x7C }
+ - { offset: 0x1576E3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV6schema6engineAcA0D6SchemaV_AA0B6EngineCtcfC', symObjAddr: 0x114CC, symBinAddr: 0x1001A7E1C, symSize: 0x198 }
+ - { offset: 0x1576F7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV0A2UI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0x116C8, symBinAddr: 0x1001A8018, symSize: 0x44 }
+ - { offset: 0x1577F9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11TextControlV6schemaAA0D6SchemaVvg', symObjAddr: 0x0, symBinAddr: 0x1001AF110, symSize: 0x1C }
+ - { offset: 0x15795F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11TextControlV6engineAA0B6EngineCvpfP', symObjAddr: 0x950, symBinAddr: 0x1001AF12C, symSize: 0x40 }
+ - { offset: 0x15798B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11TextControlV6engineAA0B6EngineCvpACTK', symObjAddr: 0xABC, symBinAddr: 0x1001AF1C8, symSize: 0x64 }
+ - { offset: 0x1579A3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11TextControlV6engineAA0B6EngineCvpACTk', symObjAddr: 0xB20, symBinAddr: 0x1001AF22C, symSize: 0x40 }
+ - { offset: 0x1579BB, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA4TextVAA30_EnvironmentKeyWritingModifierVySiSgGGAA16_FixedSizeLayoutVGACyxq_GAA4ViewA2aORzAA0mI0R_rlWl', symObjAddr: 0x1D34, symBinAddr: 0x1001B00CC, symSize: 0x8C }
+ - { offset: 0x1579CF, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA4TextVAA30_EnvironmentKeyWritingModifierVySiSgGGAA16_FixedSizeLayoutVGWOh', symObjAddr: 0x1DC0, symBinAddr: 0x1001B0158, symSize: 0x50 }
+ - { offset: 0x1579E3, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA4TextVAA30_EnvironmentKeyWritingModifierVySiSgGGAA16_FixedSizeLayoutVGWOc', symObjAddr: 0x1E10, symBinAddr: 0x1001B01A8, symSize: 0xC4 }
+ - { offset: 0x1579F7, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4FontV6DesignOSgWOh', symObjAddr: 0x3B08, symBinAddr: 0x1001B026C, symSize: 0x68 }
+ - { offset: 0x157A0B, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI5ColorV0A6BricksE7fromCSSyACSSFZ', symObjAddr: 0x3B70, symBinAddr: 0x1001B02D4, symSize: 0xA04 }
+ - { offset: 0x157BA3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12TitleControlV6engineAA0B6EngineCvpfP', symObjAddr: 0x46C0, symBinAddr: 0x1001B0E24, symSize: 0x40 }
+ - { offset: 0x157BCF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12TitleControlV6engineAA0B6EngineCvpACTK', symObjAddr: 0x475C, symBinAddr: 0x1001B0EC0, symSize: 0x64 }
+ - { offset: 0x157BE7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12TitleControlV6engineAA0B6EngineCvpACTk', symObjAddr: 0x47C0, symBinAddr: 0x1001B0F24, symSize: 0x40 }
+ - { offset: 0x157D0B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12LabelControlV6engineAA0B6EngineCvpfP', symObjAddr: 0x7880, symBinAddr: 0x1001B3E5C, symSize: 0x40 }
+ - { offset: 0x157D37, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12LabelControlV6engineAA0B6EngineCvpACTK', symObjAddr: 0x791C, symBinAddr: 0x1001B3EF8, symSize: 0x64 }
+ - { offset: 0x157D4F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12LabelControlV6engineAA0B6EngineCvpACTk', symObjAddr: 0x7980, symBinAddr: 0x1001B3F5C, symSize: 0x40 }
+ - { offset: 0x157D67, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI5ColorV0A6BricksE3hexACSS_tcfC', symObjAddr: 0x8C5C, symBinAddr: 0x1001B4FA8, symSize: 0x3F4 }
+ - { offset: 0x157E16, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12TitleControlV4bodyQrvg0A2UI19_ConditionalContentVyAGyAGyAE4TextVAIGAJGAGyAjIGGyXEfU_TA', symObjAddr: 0x9DC8, symBinAddr: 0x1001B5494, symSize: 0x10 }
+ - { offset: 0x157E2A, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACyACyAA4TextVAEGAFGACyAfEGGACyxq_GAA4ViewA2aKRzAaKR_rlWl', symObjAddr: 0x9DD8, symBinAddr: 0x1001B54A4, symSize: 0x90 }
+ - { offset: 0x157E3E, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACyAA4TextVAEGAFGACyxq_GAA4ViewA2aIRzAaIR_rlWl', symObjAddr: 0x9E68, symBinAddr: 0x1001B5534, symSize: 0x88 }
+ - { offset: 0x157E52, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACyAA4TextVAEGAEGACyxq_GAA4ViewA2aIRzAaIR_rlWl', symObjAddr: 0x9F78, symBinAddr: 0x1001B55BC, symSize: 0x8C }
+ - { offset: 0x157E66, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI5GroupVyAA19_ConditionalContentVyAEyAEyAA4TextVAGGAHGAEyAhGGGGACyxGAA4ViewA2aNRzlWl', symObjAddr: 0xA004, symBinAddr: 0x1001B5648, symSize: 0x80 }
+ - { offset: 0x157E7A, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI5GroupVyAA19_ConditionalContentVyAEyAEyAA4TextVAGGAHGAEyAhGGGGWOh', symObjAddr: 0xA084, symBinAddr: 0x1001B56C8, symSize: 0x44 }
+ - { offset: 0x157E8E, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOyACyACyAA4TextVAGGAHGACyAhGG_GWOe', symObjAddr: 0xA0C8, symBinAddr: 0x1001B570C, symSize: 0x84 }
+ - { offset: 0x157EA2, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOyACyAA4TextVAGGAH_GWOe', symObjAddr: 0xA14C, symBinAddr: 0x1001B5790, symSize: 0x74 }
+ - { offset: 0x157EB6, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOyACyAA4TextVAGGAG_GWOe', symObjAddr: 0xA230, symBinAddr: 0x1001B5804, symSize: 0x74 }
+ - { offset: 0x157ECA, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA5GroupVyAA012_ConditionalD0VyAGyAGyAA4TextVAIGAJGAGyAjIGGGAA30_EnvironmentKeyWritingModifierVyAA5ColorVSgGGACyxq_GAA4ViewA2aWRzAA0mK0R_rlWl', symObjAddr: 0xA2A4, symBinAddr: 0x1001B5878, symSize: 0x90 }
+ - { offset: 0x157EDE, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA5GroupVyAA012_ConditionalD0VyAGyAGyAA4TextVAIGAJGAGyAjIGGGAA30_EnvironmentKeyWritingModifierVyAA5ColorVSgGGWOh', symObjAddr: 0xA3A8, symBinAddr: 0x1001B5908, symSize: 0x5C }
+ - { offset: 0x157EF2, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA5GroupVyAA012_ConditionalD0VyAGyAGyAA4TextVAIGAJGAGyAjIGGGAA30_EnvironmentKeyWritingModifierVyAA5ColorVSgGGWOc', symObjAddr: 0xA404, symBinAddr: 0x1001B5964, symSize: 0xD0 }
+ - { offset: 0x157F06, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOyACyACyAA4TextVAGGAHGACyAhGG_GWOy', symObjAddr: 0xA4D4, symBinAddr: 0x1001B5A34, symSize: 0x84 }
+ - { offset: 0x157F1A, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOyACyAA4TextVAGGAH_GWOy', symObjAddr: 0xA558, symBinAddr: 0x1001B5AB8, symSize: 0x74 }
+ - { offset: 0x157F2E, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOyACyAA4TextVAGGAG_GWOy', symObjAddr: 0xA63C, symBinAddr: 0x1001B5B2C, symSize: 0x74 }
+ - { offset: 0x157F42, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12LabelControlV4bodyQrvg0A2UI9TupleViewVyAE4TextVSg_AItGyXEfU_TA', symObjAddr: 0xB324, symBinAddr: 0x1001B5BA0, symSize: 0x10 }
+ - { offset: 0x157F56, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6HStackVyAA9TupleViewVyAA4TextVSg_AGtGGWOc', symObjAddr: 0xB494, symBinAddr: 0x1001B5BB0, symSize: 0x124 }
+ - { offset: 0x157F6A, size: 0x8, addend: 0x0, symName: '_$sSo9NSScannerCMa', symObjAddr: 0xB5B8, symBinAddr: 0x1001B5CD4, symSize: 0x60 }
+ - { offset: 0x157F7E, size: 0x8, addend: 0x0, symName: '_$ss6UInt64VABSzsWl', symObjAddr: 0xB618, symBinAddr: 0x1001B5D34, symSize: 0x64 }
+ - { offset: 0x157F92, size: 0x8, addend: 0x0, symName: '_$sS2SSmsWl', symObjAddr: 0xB6A4, symBinAddr: 0x1001B5D98, symSize: 0x64 }
+ - { offset: 0x157FA6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11TextControlV0A2UI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0xB708, symBinAddr: 0x1001B5DFC, symSize: 0x24 }
+ - { offset: 0x157FBA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12TitleControlV0A2UI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0xB72C, symBinAddr: 0x1001B5E20, symSize: 0x24 }
+ - { offset: 0x157FCE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12LabelControlV0A2UI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0xB750, symBinAddr: 0x1001B5E44, symSize: 0x24 }
+ - { offset: 0x157FE2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11TextControlVwCP', symObjAddr: 0xB774, symBinAddr: 0x1001B5E68, symSize: 0x3C }
+ - { offset: 0x157FF6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11TextControlVwxx', symObjAddr: 0xB7B0, symBinAddr: 0x1001B5EA4, symSize: 0x318 }
+ - { offset: 0x15800A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11TextControlVwcp', symObjAddr: 0xBAC8, symBinAddr: 0x1001B61BC, symSize: 0x958 }
+ - { offset: 0x15801E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11TextControlVwca', symObjAddr: 0xC420, symBinAddr: 0x1001B6B14, symSize: 0xFAC }
+ - { offset: 0x158032, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11TextControlVwta', symObjAddr: 0xD51C, symBinAddr: 0x1001B7AC0, symSize: 0xA20 }
+ - { offset: 0x158046, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11TextControlVwet', symObjAddr: 0xDF3C, symBinAddr: 0x1001B84E0, symSize: 0x118 }
+ - { offset: 0x15805A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11TextControlVwst', symObjAddr: 0xE054, symBinAddr: 0x1001B85F8, symSize: 0x3A4 }
+ - { offset: 0x15806E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11TextControlVMa', symObjAddr: 0xE3F8, symBinAddr: 0x1001B899C, symSize: 0x14 }
+ - { offset: 0x158082, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12TitleControlVwCP', symObjAddr: 0xE40C, symBinAddr: 0x1001B89B0, symSize: 0x3C }
+ - { offset: 0x158096, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12TitleControlVwxx', symObjAddr: 0xE448, symBinAddr: 0x1001B89EC, symSize: 0x318 }
+ - { offset: 0x1580AA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12TitleControlVwcp', symObjAddr: 0xE760, symBinAddr: 0x1001B8D04, symSize: 0x964 }
+ - { offset: 0x1580BE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12TitleControlVwca', symObjAddr: 0xF0C4, symBinAddr: 0x1001B9668, symSize: 0xFB8 }
+ - { offset: 0x1580D2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12TitleControlVwta', symObjAddr: 0x100A8, symBinAddr: 0x1001BA620, symSize: 0xA2C }
+ - { offset: 0x1580E6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12TitleControlVwet', symObjAddr: 0x10AD4, symBinAddr: 0x1001BB04C, symSize: 0x118 }
+ - { offset: 0x1580FA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12TitleControlVwst', symObjAddr: 0x10BEC, symBinAddr: 0x1001BB164, symSize: 0x3A8 }
+ - { offset: 0x15810E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12TitleControlVMa', symObjAddr: 0x10F94, symBinAddr: 0x1001BB50C, symSize: 0x14 }
+ - { offset: 0x158122, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12LabelControlVwCP', symObjAddr: 0x10FA8, symBinAddr: 0x1001BB520, symSize: 0x3C }
+ - { offset: 0x158136, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12LabelControlVwxx', symObjAddr: 0x10FE4, symBinAddr: 0x1001BB55C, symSize: 0x318 }
+ - { offset: 0x15814A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12LabelControlVwcp', symObjAddr: 0x112FC, symBinAddr: 0x1001BB874, symSize: 0x958 }
+ - { offset: 0x15815E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12LabelControlVwca', symObjAddr: 0x11C54, symBinAddr: 0x1001BC1CC, symSize: 0xFAC }
+ - { offset: 0x158172, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12LabelControlVwta', symObjAddr: 0x12C00, symBinAddr: 0x1001BD178, symSize: 0xA20 }
+ - { offset: 0x158186, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12LabelControlVwet', symObjAddr: 0x13620, symBinAddr: 0x1001BDB98, symSize: 0x118 }
+ - { offset: 0x15819A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12LabelControlVwst', symObjAddr: 0x13738, symBinAddr: 0x1001BDCB0, symSize: 0x3A4 }
+ - { offset: 0x1581AE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12LabelControlVMa', symObjAddr: 0x13ADC, symBinAddr: 0x1001BE054, symSize: 0x14 }
+ - { offset: 0x1581C2, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACyAA4TextVAEGAEGWOh', symObjAddr: 0x13DBC, symBinAddr: 0x1001BE0A4, symSize: 0x44 }
+ - { offset: 0x1581D6, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACyACyAA4TextVAEGAFGACyAfEGGWOh', symObjAddr: 0x13E00, symBinAddr: 0x1001BE0E8, symSize: 0x44 }
+ - { offset: 0x1581EA, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACyAA4TextVAEGAFGWOh', symObjAddr: 0x13E84, symBinAddr: 0x1001BE12C, symSize: 0x44 }
+ - { offset: 0x1581FF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11TextControlV6schemaAA0D6SchemaVvg', symObjAddr: 0x0, symBinAddr: 0x1001AF110, symSize: 0x1C }
+ - { offset: 0x158213, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11TextControlV6engineAA0B6EngineCvg', symObjAddr: 0x9FC, symBinAddr: 0x1001AF16C, symSize: 0x5C }
+ - { offset: 0x15823F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11TextControlV6engineAA0B6EngineCvs', symObjAddr: 0xB60, symBinAddr: 0x1001AF26C, symSize: 0x50 }
+ - { offset: 0x158273, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11TextControlV6engineAA0B6EngineCvM', symObjAddr: 0xBB0, symBinAddr: 0x1001AF2BC, symSize: 0x20 }
+ - { offset: 0x158298, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11TextControlV6engineAA0B6EngineCvM.resume.0', symObjAddr: 0xBD0, symBinAddr: 0x1001AF2DC, symSize: 0xC }
+ - { offset: 0x1583C9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11TextControlV7$engine0A2UI14ObservedObjectV7WrapperVyAA0B6EngineC_Gvg', symObjAddr: 0xBDC, symBinAddr: 0x1001AF2E8, symSize: 0x70 }
+ - { offset: 0x1583EE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11TextControlV7_engine33_0DFFDBD107B86692E33576A73E9CF876LL0A2UI14ObservedObjectVyAA0B6EngineCGvg', symObjAddr: 0xC4C, symBinAddr: 0x1001AF358, symSize: 0x34 }
+ - { offset: 0x158402, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11TextControlV7_engine33_0DFFDBD107B86692E33576A73E9CF876LL0A2UI14ObservedObjectVyAA0B6EngineCGvs', symObjAddr: 0xC80, symBinAddr: 0x1001AF38C, symSize: 0x48 }
+ - { offset: 0x15841D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11TextControlV4bodyQrvg', symObjAddr: 0xCC8, symBinAddr: 0x1001AF3D4, symSize: 0x3D0 }
+ - { offset: 0x158480, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11TextControlV07displayC033_0DFFDBD107B86692E33576A73E9CF876LLSSvg', symObjAddr: 0x1098, symBinAddr: 0x1001AF7A4, symSize: 0x3F4 }
+ - { offset: 0x1584BD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11TextControlV11resolveFont33_0DFFDBD107B86692E33576A73E9CF876LL0A2UI0F0VyF', symObjAddr: 0x14F0, symBinAddr: 0x1001AFB98, symSize: 0x428 }
+ - { offset: 0x158537, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11TextControlV12resolveColor33_0DFFDBD107B86692E33576A73E9CF876LL0A2UI0F0VyF', symObjAddr: 0x1958, symBinAddr: 0x1001AFFC0, symSize: 0x10C }
+ - { offset: 0x1585C8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11TextControlV6schema6engineAcA0D6SchemaV_AA0B6EngineCtcfC', symObjAddr: 0x4574, symBinAddr: 0x1001B0CD8, symSize: 0xAC }
+ - { offset: 0x1585E6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11TextControlV0A2UI4ViewAadEP05_makeF04view6inputsAD01_F7OutputsVAD11_GraphValueVyxG_AD01_F6InputsVtFZTW', symObjAddr: 0x4620, symBinAddr: 0x1001B0D84, symSize: 0x14 }
+ - { offset: 0x158602, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11TextControlV0A2UI4ViewAadEP05_makeF4List4view6inputsAD01_fH7OutputsVAD11_GraphValueVyxG_AD01_fH6InputsVtFZTW', symObjAddr: 0x4634, symBinAddr: 0x1001B0D98, symSize: 0x14 }
+ - { offset: 0x15861E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11TextControlV0A2UI4ViewAadEP14_viewListCount6inputsSiSgAD01_fhI6InputsV_tFZTW', symObjAddr: 0x4648, symBinAddr: 0x1001B0DAC, symSize: 0x18 }
+ - { offset: 0x15863A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12TitleControlV0A2UI4ViewAadEP05_makeF04view6inputsAD01_F7OutputsVAD11_GraphValueVyxG_AD01_F6InputsVtFZTW', symObjAddr: 0x77E0, symBinAddr: 0x1001B3DBC, symSize: 0x14 }
+ - { offset: 0x158656, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12TitleControlV0A2UI4ViewAadEP05_makeF4List4view6inputsAD01_fH7OutputsVAD11_GraphValueVyxG_AD01_fH6InputsVtFZTW', symObjAddr: 0x77F4, symBinAddr: 0x1001B3DD0, symSize: 0x14 }
+ - { offset: 0x158672, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12TitleControlV0A2UI4ViewAadEP14_viewListCount6inputsSiSgAD01_fhI6InputsV_tFZTW', symObjAddr: 0x7808, symBinAddr: 0x1001B3DE4, symSize: 0x18 }
+ - { offset: 0x15868E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12LabelControlV0A2UI4ViewAadEP05_makeF04view6inputsAD01_F7OutputsVAD11_GraphValueVyxG_AD01_F6InputsVtFZTW', symObjAddr: 0x8BD8, symBinAddr: 0x1001B4F24, symSize: 0x14 }
+ - { offset: 0x1586AA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12LabelControlV0A2UI4ViewAadEP05_makeF4List4view6inputsAD01_fH7OutputsVAD11_GraphValueVyxG_AD01_fH6InputsVtFZTW', symObjAddr: 0x8BEC, symBinAddr: 0x1001B4F38, symSize: 0x14 }
+ - { offset: 0x1586C6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12LabelControlV0A2UI4ViewAadEP14_viewListCount6inputsSiSgAD01_fhI6InputsV_tFZTW', symObjAddr: 0x8C00, symBinAddr: 0x1001B4F4C, symSize: 0x18 }
+ - { offset: 0x1586E2, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI5ColorV_3red5green4blue7opacityA2C13RGBColorSpaceO_S4dtcfcfA_', symObjAddr: 0x9094, symBinAddr: 0x1001B53E0, symSize: 0x4C }
+ - { offset: 0x1586FE, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI5ColorV_3red5green4blue7opacityA2C13RGBColorSpaceO_S4dtcfcfA3_', symObjAddr: 0x90E0, symBinAddr: 0x1001B542C, symSize: 0x8 }
+ - { offset: 0x158812, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11TextControlV0A2UI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0x4660, symBinAddr: 0x1001B0DC4, symSize: 0x44 }
+ - { offset: 0x158826, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12TitleControlV6schemaAA0D6SchemaVvg', symObjAddr: 0x46A4, symBinAddr: 0x1001B0E08, symSize: 0x1C }
+ - { offset: 0x15883A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12TitleControlV6engineAA0B6EngineCvg', symObjAddr: 0x4700, symBinAddr: 0x1001B0E64, symSize: 0x5C }
+ - { offset: 0x15885F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12TitleControlV6engineAA0B6EngineCvs', symObjAddr: 0x4800, symBinAddr: 0x1001B0F64, symSize: 0x50 }
+ - { offset: 0x158893, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12TitleControlV6engineAA0B6EngineCvM', symObjAddr: 0x4850, symBinAddr: 0x1001B0FB4, symSize: 0x20 }
+ - { offset: 0x1588B8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12TitleControlV6engineAA0B6EngineCvM.resume.0', symObjAddr: 0x4870, symBinAddr: 0x1001B0FD4, symSize: 0xC }
+ - { offset: 0x1588D9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12TitleControlV7$engine0A2UI14ObservedObjectV7WrapperVyAA0B6EngineC_Gvg', symObjAddr: 0x487C, symBinAddr: 0x1001B0FE0, symSize: 0x70 }
+ - { offset: 0x1588FE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12TitleControlV7_engine33_0DFFDBD107B86692E33576A73E9CF876LL0A2UI14ObservedObjectVyAA0B6EngineCGvg', symObjAddr: 0x48EC, symBinAddr: 0x1001B1050, symSize: 0x34 }
+ - { offset: 0x158912, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12TitleControlV7_engine33_0DFFDBD107B86692E33576A73E9CF876LL0A2UI14ObservedObjectVyAA0B6EngineCGvs', symObjAddr: 0x4920, symBinAddr: 0x1001B1084, symSize: 0x48 }
+ - { offset: 0x158926, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12TitleControlV5levelSivg', symObjAddr: 0x4968, symBinAddr: 0x1001B10CC, symSize: 0x8 }
+ - { offset: 0x158941, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12TitleControlV4bodyQrvg', symObjAddr: 0x4970, symBinAddr: 0x1001B10D4, symSize: 0x6C0 }
+ - { offset: 0x15899B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12TitleControlV4bodyQrvg0A2UI19_ConditionalContentVyAGyAGyAE4TextVAIGAJGAGyAjIGGyXEfU_', symObjAddr: 0x5030, symBinAddr: 0x1001B1794, symSize: 0x2464 }
+ - { offset: 0x1589D6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12TitleControlV12resolveColor33_0DFFDBD107B86692E33576A73E9CF876LL0A2UI0F0VyF', symObjAddr: 0x761C, symBinAddr: 0x1001B3BF8, symSize: 0x10C }
+ - { offset: 0x158A21, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12TitleControlV6schema6engine5levelAcA0D6SchemaV_AA0B6EngineCSitcfC', symObjAddr: 0x7728, symBinAddr: 0x1001B3D04, symSize: 0xB8 }
+ - { offset: 0x158A35, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12TitleControlV0A2UI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0x7820, symBinAddr: 0x1001B3DFC, symSize: 0x44 }
+ - { offset: 0x158A49, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12LabelControlV6schemaAA0D6SchemaVvg', symObjAddr: 0x7864, symBinAddr: 0x1001B3E40, symSize: 0x1C }
+ - { offset: 0x158A5D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12LabelControlV6engineAA0B6EngineCvg', symObjAddr: 0x78C0, symBinAddr: 0x1001B3E9C, symSize: 0x5C }
+ - { offset: 0x158A82, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12LabelControlV6engineAA0B6EngineCvs', symObjAddr: 0x79C0, symBinAddr: 0x1001B3F9C, symSize: 0x50 }
+ - { offset: 0x158AB6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12LabelControlV6engineAA0B6EngineCvM', symObjAddr: 0x7A10, symBinAddr: 0x1001B3FEC, symSize: 0x20 }
+ - { offset: 0x158ADB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12LabelControlV6engineAA0B6EngineCvM.resume.0', symObjAddr: 0x7A30, symBinAddr: 0x1001B400C, symSize: 0xC }
+ - { offset: 0x158AFC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12LabelControlV7$engine0A2UI14ObservedObjectV7WrapperVyAA0B6EngineC_Gvg', symObjAddr: 0x7A3C, symBinAddr: 0x1001B4018, symSize: 0x70 }
+ - { offset: 0x158B21, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12LabelControlV7_engine33_0DFFDBD107B86692E33576A73E9CF876LL0A2UI14ObservedObjectVyAA0B6EngineCGvg', symObjAddr: 0x7AAC, symBinAddr: 0x1001B4088, symSize: 0x34 }
+ - { offset: 0x158B35, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12LabelControlV7_engine33_0DFFDBD107B86692E33576A73E9CF876LL0A2UI14ObservedObjectVyAA0B6EngineCGvs', symObjAddr: 0x7AE0, symBinAddr: 0x1001B40BC, symSize: 0x48 }
+ - { offset: 0x158B50, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12LabelControlV4bodyQrvg', symObjAddr: 0x7B28, symBinAddr: 0x1001B4104, symSize: 0x6BC }
+ - { offset: 0x158BAA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12LabelControlV4bodyQrvg0A2UI9TupleViewVyAE4TextVSg_AItGyXEfU_', symObjAddr: 0x81E4, symBinAddr: 0x1001B47C0, symSize: 0x6B8 }
+ - { offset: 0x158C13, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12LabelControlV6schema6engineAcA0D6SchemaV_AA0B6EngineCtcfC', symObjAddr: 0x8B2C, symBinAddr: 0x1001B4E78, symSize: 0xAC }
+ - { offset: 0x158C27, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12LabelControlV0A2UI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0x8C18, symBinAddr: 0x1001B4F64, symSize: 0x44 }
+ - { offset: 0x158C9E, size: 0x8, addend: 0x0, symName: '_$sSo9NSScannerC6stringABSS_tcfC', symObjAddr: 0x9050, symBinAddr: 0x1001B539C, symSize: 0x44 }
+ - { offset: 0x158CB2, size: 0x8, addend: 0x0, symName: '_$sSo9NSScannerC6stringABSS_tcfcTO', symObjAddr: 0x90E8, symBinAddr: 0x1001B5434, symSize: 0x60 }
+ - { offset: 0x158D78, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlV6schemaAA0D6SchemaVvg', symObjAddr: 0x0, symBinAddr: 0x1001BE170, symSize: 0x1C }
+ - { offset: 0x158F3B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlV6engineAA0B6EngineCvpfP', symObjAddr: 0x950, symBinAddr: 0x1001BE18C, symSize: 0x40 }
+ - { offset: 0x158F67, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlV6engineAA0B6EngineCvpACTK', symObjAddr: 0xABC, symBinAddr: 0x1001BE228, symSize: 0x64 }
+ - { offset: 0x158F7F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlV6engineAA0B6EngineCvpACTk', symObjAddr: 0xB20, symBinAddr: 0x1001BE28C, symSize: 0x40 }
+ - { offset: 0x158F97, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlV4bodyQrvgAA14SubWidgetsViewVSgyXEfU_TA', symObjAddr: 0x2320, symBinAddr: 0x1001BF0B4, symSize: 0x8 }
+ - { offset: 0x158FAB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14SubWidgetsViewVSgxSg0A2UI0E0A2fGRzlWl', symObjAddr: 0x2328, symBinAddr: 0x1001BF0BC, symSize: 0x80 }
+ - { offset: 0x158FBF, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6VStackVy0A6Bricks14SubWidgetsViewVSgGACyxGAA0G0AAWl', symObjAddr: 0x2928, symBinAddr: 0x1001BF1F4, symSize: 0x74 }
+ - { offset: 0x158FD3, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6VStackVy0A6Bricks14SubWidgetsViewVSgGWOh', symObjAddr: 0x299C, symBinAddr: 0x1001BF268, symSize: 0x48 }
+ - { offset: 0x158FE7, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6VStackVy0A6Bricks14SubWidgetsViewVSgGAA14_PaddingLayoutVGACyxq_GAA0I0A2aORzAA0I8ModifierR_rlWl', symObjAddr: 0x29E4, symBinAddr: 0x1001BF2B0, symSize: 0x8C }
+ - { offset: 0x158FFB, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6VStackVy0A6Bricks14SubWidgetsViewVSgGAA14_PaddingLayoutVGWOh', symObjAddr: 0x2A70, symBinAddr: 0x1001BF33C, symSize: 0x48 }
+ - { offset: 0x15900F, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA6VStackVy0A6Bricks14SubWidgetsViewVSgGAA14_PaddingLayoutVGAA010_FlexFrameK0VGACyxq_GAA0I0A2aRRzAA0I8ModifierR_rlWl', symObjAddr: 0x2DB0, symBinAddr: 0x1001BF658, symSize: 0x8C }
+ - { offset: 0x159023, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA6VStackVy0A6Bricks14SubWidgetsViewVSgGAA14_PaddingLayoutVGAA010_FlexFrameK0VGWOh', symObjAddr: 0x2EC8, symBinAddr: 0x1001BF6E4, symSize: 0x48 }
+ - { offset: 0x159037, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyAA6VStackVy0A6Bricks14SubWidgetsViewVSgGAA14_PaddingLayoutVGAA010_FlexFrameK0VGAA24_BackgroundStyleModifierVyAA5ColorVGGACyxq_GAA0I0A2aXRzAA0iP0R_rlWl', symObjAddr: 0x30EC, symBinAddr: 0x1001BF8F0, symSize: 0x90 }
+ - { offset: 0x15904B, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyAA6VStackVy0A6Bricks14SubWidgetsViewVSgGAA14_PaddingLayoutVGAA010_FlexFrameK0VGAA24_BackgroundStyleModifierVyAA5ColorVGGWOh', symObjAddr: 0x31F0, symBinAddr: 0x1001BF980, symSize: 0x54 }
+ - { offset: 0x15905F, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyACyAA6VStackVy0A6Bricks14SubWidgetsViewVSgGAA14_PaddingLayoutVGAA010_FlexFrameK0VGAA24_BackgroundStyleModifierVyAA5ColorVGGAA11_ClipEffectVyAA16RoundedRectangleVGGACyxq_GAA0I0A2AA2_RzAA0iP0R_rlWl', symObjAddr: 0x37DC, symBinAddr: 0x1001BFD80, symSize: 0x90 }
+ - { offset: 0x159073, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyACyAA6VStackVy0A6Bricks14SubWidgetsViewVSgGAA14_PaddingLayoutVGAA010_FlexFrameK0VGAA24_BackgroundStyleModifierVyAA5ColorVGGAA11_ClipEffectVyAA16RoundedRectangleVGGWOh', symObjAddr: 0x3A04, symBinAddr: 0x1001BFE10, symSize: 0xB4 }
+ - { offset: 0x159087, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyACyACyAA6VStackVy0A6Bricks14SubWidgetsViewVSgGAA14_PaddingLayoutVGAA010_FlexFrameK0VGAA24_BackgroundStyleModifierVyAA5ColorVGGAA11_ClipEffectVyAA16RoundedRectangleVGGAA08_OverlayP0VyAA011StrokeShapeI0VyAztA05EmptyI0VGGGACyxq_GAA0I0A2AA11_RzAA0iP0R_rlWl', symObjAddr: 0x3AD4, symBinAddr: 0x1001BFEC4, symSize: 0x90 }
+ - { offset: 0x15909B, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyACyACyAA6VStackVy0A6Bricks14SubWidgetsViewVSgGAA14_PaddingLayoutVGAA010_FlexFrameK0VGAA24_BackgroundStyleModifierVyAA5ColorVGGAA11_ClipEffectVyAA16RoundedRectangleVGGAA08_OverlayP0VyAA011StrokeShapeI0VyAztA05EmptyI0VGGGWOh', symObjAddr: 0x3C3C, symBinAddr: 0x1001BFF54, symSize: 0x14C }
+ - { offset: 0x1590AF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlV4bodyQrvgyycfU0_TA', symObjAddr: 0x4184, symBinAddr: 0x1001C049C, symSize: 0x8 }
+ - { offset: 0x1590C3, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyACyACyACyAA6VStackVy0A6Bricks14SubWidgetsViewVSgGAA14_PaddingLayoutVGAA010_FlexFrameK0VGAA24_BackgroundStyleModifierVyAA5ColorVGGAA11_ClipEffectVyAA16RoundedRectangleVGGAA08_OverlayP0VyAA011StrokeShapeI0VyAztA05EmptyI0VGGGAA01_dxP0VyAA0U0VGGACyxq_GAA0I0A2AA17_RzAA0iP0R_rlWl', symObjAddr: 0x4988, symBinAddr: 0x1001C0730, symSize: 0x90 }
+ - { offset: 0x1590D7, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyACyACyACyAA6VStackVy0A6Bricks14SubWidgetsViewVSgGAA14_PaddingLayoutVGAA010_FlexFrameK0VGAA24_BackgroundStyleModifierVyAA5ColorVGGAA11_ClipEffectVyAA16RoundedRectangleVGGAA08_OverlayP0VyAA011StrokeShapeI0VyAztA05EmptyI0VGGGAA01_dxP0VyAA0U0VGGWOh', symObjAddr: 0x4A8C, symBinAddr: 0x1001C07C0, symSize: 0x14C }
+ - { offset: 0x15926A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HBoxControlV6engineAA0B6EngineCvpfP', symObjAddr: 0x5EA0, symBinAddr: 0x1001C0C5C, symSize: 0x40 }
+ - { offset: 0x159296, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HBoxControlV6engineAA0B6EngineCvpACTK', symObjAddr: 0x5F3C, symBinAddr: 0x1001C0CF8, symSize: 0x64 }
+ - { offset: 0x1592AE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HBoxControlV6engineAA0B6EngineCvpACTk', symObjAddr: 0x5FA0, symBinAddr: 0x1001C0D5C, symSize: 0x40 }
+ - { offset: 0x1592C6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HBoxControlV4bodyQrvgAA14SubWidgetsViewVSgyXEfU_TA', symObjAddr: 0x7834, symBinAddr: 0x1001C1C98, symSize: 0x8 }
+ - { offset: 0x1592DA, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6HStackVy0A6Bricks14SubWidgetsViewVSgGACyxGAA0G0AAWl', symObjAddr: 0x7C10, symBinAddr: 0x1001C1D58, symSize: 0x74 }
+ - { offset: 0x1592EE, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI6HStackVy0A6Bricks14SubWidgetsViewVSgGWOh', symObjAddr: 0x7C84, symBinAddr: 0x1001C1DCC, symSize: 0x48 }
+ - { offset: 0x159302, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6HStackVy0A6Bricks14SubWidgetsViewVSgGAA14_PaddingLayoutVGACyxq_GAA0I0A2aORzAA0I8ModifierR_rlWl', symObjAddr: 0x7CCC, symBinAddr: 0x1001C1E14, symSize: 0x8C }
+ - { offset: 0x159316, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6HStackVy0A6Bricks14SubWidgetsViewVSgGAA14_PaddingLayoutVGWOh', symObjAddr: 0x7D58, symBinAddr: 0x1001C1EA0, symSize: 0x48 }
+ - { offset: 0x15932A, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA6HStackVy0A6Bricks14SubWidgetsViewVSgGAA14_PaddingLayoutVGAA010_FlexFrameK0VGACyxq_GAA0I0A2aRRzAA0I8ModifierR_rlWl', symObjAddr: 0x7EAC, symBinAddr: 0x1001C1FF4, symSize: 0x8C }
+ - { offset: 0x15933E, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA6HStackVy0A6Bricks14SubWidgetsViewVSgGAA14_PaddingLayoutVGAA010_FlexFrameK0VGWOh', symObjAddr: 0x7F38, symBinAddr: 0x1001C2080, symSize: 0x48 }
+ - { offset: 0x159352, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyAA6HStackVy0A6Bricks14SubWidgetsViewVSgGAA14_PaddingLayoutVGAA010_FlexFrameK0VGAA24_BackgroundStyleModifierVyAA5ColorVGGACyxq_GAA0I0A2aXRzAA0iP0R_rlWl', symObjAddr: 0x7F80, symBinAddr: 0x1001C20C8, symSize: 0x90 }
+ - { offset: 0x159366, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyAA6HStackVy0A6Bricks14SubWidgetsViewVSgGAA14_PaddingLayoutVGAA010_FlexFrameK0VGAA24_BackgroundStyleModifierVyAA5ColorVGGWOh', symObjAddr: 0x8010, symBinAddr: 0x1001C2158, symSize: 0x54 }
+ - { offset: 0x15937A, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyACyAA6HStackVy0A6Bricks14SubWidgetsViewVSgGAA14_PaddingLayoutVGAA010_FlexFrameK0VGAA24_BackgroundStyleModifierVyAA5ColorVGGAA11_ClipEffectVyAA16RoundedRectangleVGGACyxq_GAA0I0A2AA2_RzAA0iP0R_rlWl', symObjAddr: 0x8064, symBinAddr: 0x1001C21AC, symSize: 0x90 }
+ - { offset: 0x15938E, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyACyAA6HStackVy0A6Bricks14SubWidgetsViewVSgGAA14_PaddingLayoutVGAA010_FlexFrameK0VGAA24_BackgroundStyleModifierVyAA5ColorVGGAA11_ClipEffectVyAA16RoundedRectangleVGGWOh', symObjAddr: 0x80F4, symBinAddr: 0x1001C223C, symSize: 0xB4 }
+ - { offset: 0x1593A2, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyACyAA6HStackVy0A6Bricks14SubWidgetsViewVSgGAA14_PaddingLayoutVGAA010_FlexFrameK0VGAA24_BackgroundStyleModifierVyAA5ColorVGGAA11_ClipEffectVyAA16RoundedRectangleVGGWOc', symObjAddr: 0x81A8, symBinAddr: 0x1001C22F0, symSize: 0x1C4 }
+ - { offset: 0x1594EE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18ScrollPanelControlV6engineAA0B6EngineCvpfP', symObjAddr: 0x8718, symBinAddr: 0x1001C2804, symSize: 0x40 }
+ - { offset: 0x15951A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18ScrollPanelControlV6engineAA0B6EngineCvpACTK', symObjAddr: 0x87B4, symBinAddr: 0x1001C28A0, symSize: 0x64 }
+ - { offset: 0x159532, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18ScrollPanelControlV6engineAA0B6EngineCvpACTk', symObjAddr: 0x8818, symBinAddr: 0x1001C2904, symSize: 0x40 }
+ - { offset: 0x15954A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18ScrollPanelControlV4bodyQrvg0A2UI4ViewPAEE5frame8minWidth05idealK003maxK00J6Height0lN00mN09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAgEE7paddingyQrARFQOyAE6VStackVyAA010SubWidgetsH0VSgG_Qo__Qo_yXEfU0_TA', symObjAddr: 0xA704, symBinAddr: 0x1001C3DB4, symSize: 0x8 }
+ - { offset: 0x15955E, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI10ScrollViewVyAA15ModifiedContentVyAEyAA6VStackVy0A6Bricks010SubWidgetsD0VSgGAA14_PaddingLayoutVGAA010_FlexFrameL0VGGACyxGAA0D0AAWl', symObjAddr: 0xAA28, symBinAddr: 0x1001C3DBC, symSize: 0x74 }
+ - { offset: 0x159572, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA10ScrollViewVyACyACyAA6VStackVy0A6Bricks010SubWidgetsF0VSgGAA14_PaddingLayoutVGAA010_FlexFrameL0VGGAQGACyxq_GAA0F0A2aVRzAA0F8ModifierR_rlWl', symObjAddr: 0xAA9C, symBinAddr: 0x1001C3E30, symSize: 0x8C }
+ - { offset: 0x159586, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA10ScrollViewVyACyACyAA6VStackVy0A6Bricks010SubWidgetsF0VSgGAA14_PaddingLayoutVGAA010_FlexFrameL0VGGAQGWOh', symObjAddr: 0xAB28, symBinAddr: 0x1001C3EBC, symSize: 0x48 }
+ - { offset: 0x15959A, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA10ScrollViewVyACyACyAA6VStackVy0A6Bricks010SubWidgetsF0VSgGAA14_PaddingLayoutVGAA010_FlexFrameL0VGGAQGWOc', symObjAddr: 0xAB70, symBinAddr: 0x1001C3F04, symSize: 0x8C }
+ - { offset: 0x1595AE, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA10ScrollViewVyACyAA6HStackVy0A6Bricks010SubWidgetsF0VSgGAA14_PaddingLayoutVGGAA010_FlexFrameL0VGACyxq_GAA0F0A2aURzAA0F8ModifierR_rlWl', symObjAddr: 0xAFC4, symBinAddr: 0x1001C4294, symSize: 0x8C }
+ - { offset: 0x1595C2, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI10ScrollViewVyAA15ModifiedContentVyAA6HStackVy0A6Bricks010SubWidgetsD0VSgGAA14_PaddingLayoutVGGACyxGAA0D0AAWl', symObjAddr: 0xB050, symBinAddr: 0x1001C4320, symSize: 0x74 }
+ - { offset: 0x1595D6, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyAA08ModifiedD0VyAA10ScrollViewVyAEyAA6HStackVy0A6Bricks010SubWidgetsG0VSgGAA14_PaddingLayoutVGGAA010_FlexFrameM0VGAEyAGyAEyAEyAA6VStackVyAMGAPGATGGATGGWOb', symObjAddr: 0xB0C4, symBinAddr: 0x1001C4394, symSize: 0x14C }
+ - { offset: 0x1595EA, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyAA08ModifiedD0VyAA10ScrollViewVyAEyAA6HStackVy0A6Bricks010SubWidgetsG0VSgGAA14_PaddingLayoutVGGAA010_FlexFrameM0VGAEyAGyAEyAEyAA6VStackVyAMGAPGATGGATGGWOc', symObjAddr: 0xB210, symBinAddr: 0x1001C44E0, symSize: 0x14C }
+ - { offset: 0x1595FE, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyAA08ModifiedD0VyAA10ScrollViewVyAEyAA6HStackVy0A6Bricks010SubWidgetsG0VSgGAA14_PaddingLayoutVGGAA010_FlexFrameM0VGAEyAGyAEyAEyAA6VStackVyAMGAPGATGGATGGACyxq_GAA0G0A2AA3_RzAAA3_R_rlWl', symObjAddr: 0xB35C, symBinAddr: 0x1001C462C, symSize: 0x90 }
+ - { offset: 0x159612, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyAA08ModifiedD0VyAA10ScrollViewVyAEyAA6HStackVy0A6Bricks010SubWidgetsG0VSgGAA14_PaddingLayoutVGGAA010_FlexFrameM0VGAEyAGyAEyAEyAA6VStackVyAMGAPGATGGATGGWOh', symObjAddr: 0xB3EC, symBinAddr: 0x1001C46BC, symSize: 0xA4 }
+ - { offset: 0x159626, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18ScrollPanelControlV4bodyQrvg0A2UI4ViewPAEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAA010SubWidgetsH0VSgG_Qo_yXEfU_TA', symObjAddr: 0xB490, symBinAddr: 0x1001C4760, symSize: 0x8 }
+ - { offset: 0x15963A, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA10ScrollViewVyACyAA6HStackVy0A6Bricks010SubWidgetsF0VSgGAA14_PaddingLayoutVGGAA010_FlexFrameL0VGWOh', symObjAddr: 0xB498, symBinAddr: 0x1001C4768, symSize: 0x48 }
+ - { offset: 0x15964E, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA10ScrollViewVyACyAA6HStackVy0A6Bricks010SubWidgetsF0VSgGAA14_PaddingLayoutVGGAA010_FlexFrameL0VGWOc', symObjAddr: 0xB4E0, symBinAddr: 0x1001C47B0, symSize: 0x8C }
+ - { offset: 0x1597AE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks20DynamicColumnControlV6engineAA0B6EngineCvpfP', symObjAddr: 0xB6B8, symBinAddr: 0x1001C4988, symSize: 0x40 }
+ - { offset: 0x1597DA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks20DynamicColumnControlV6engineAA0B6EngineCvpACTK', symObjAddr: 0xB754, symBinAddr: 0x1001C4A24, symSize: 0x64 }
+ - { offset: 0x1597F2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks20DynamicColumnControlV6engineAA0B6EngineCvpACTk', symObjAddr: 0xB7B8, symBinAddr: 0x1001C4A88, symSize: 0x40 }
+ - { offset: 0x15980A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks20DynamicColumnControlV7columns33_18EBA8BF8EE44BC222B08649E6D98648LLSay0A2UI8GridItemVGvpfi', symObjAddr: 0xB960, symBinAddr: 0x1001C4C30, symSize: 0xEC }
+ - { offset: 0x159822, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks20DynamicColumnControlV4bodyQrvg0A2UI4ViewPAEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE9LazyVGridVyAE7ForEachVySaySi6offset_AA0E6SchemaV7elementtGSiAgEE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQrAKSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAA0E8RendererV_Qo_GSgG_Qo_yXEfU_TA', symObjAddr: 0xC8C4, symBinAddr: 0x1001C51E0, symSize: 0x8 }
+ - { offset: 0x159836, size: 0x8, addend: 0x0, symName: '_$sSi11SwiftBricks13ControlSchemaV0A2UI15ModifiedContentVyAA0C8RendererVAD16_FlexFrameLayoutVGIegygr_Si6offset_AC7elementtAKIegnr_TR', symObjAddr: 0xD2F4, symBinAddr: 0x1001C5C10, symSize: 0x60 }
+ - { offset: 0x15984E, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA9LazyVGridVyAA7ForEachVySaySi6offset_0A6Bricks13ControlSchemaV7elementtGSiACyAI0K8RendererVAA16_FlexFrameLayoutVGGSgGAA08_PaddingQ0VGACyxq_GAA4ViewA2aZRzAA0S8ModifierR_rlWl', symObjAddr: 0xD3F0, symBinAddr: 0x1001C5CEC, symSize: 0x8C }
+ - { offset: 0x159862, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI9LazyVGridVyAA7ForEachVySaySi6offset_0A6Bricks13ControlSchemaV7elementtGSiAA15ModifiedContentVyAG0I8RendererVAA16_FlexFrameLayoutVGGSgGACyxGAA4ViewAAWl', symObjAddr: 0xD47C, symBinAddr: 0x1001C5D78, symSize: 0x74 }
+ - { offset: 0x159876, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI10ScrollViewVyAA15ModifiedContentVyAA9LazyVGridVyAA7ForEachVySaySi6offset_0A6Bricks13ControlSchemaV7elementtGSiAEyAK0M8RendererVAA16_FlexFrameLayoutVGGSgGAA08_PaddingS0VGGACyxGAA0D0AAWl', symObjAddr: 0xD868, symBinAddr: 0x1001C5DEC, symSize: 0x74 }
+ - { offset: 0x15988A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlV0A2UI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0xDA6C, symBinAddr: 0x1001C5FF0, symSize: 0x24 }
+ - { offset: 0x15989E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HBoxControlV0A2UI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0xDA90, symBinAddr: 0x1001C6014, symSize: 0x24 }
+ - { offset: 0x1598B2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18ScrollPanelControlV0A2UI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0xDAB4, symBinAddr: 0x1001C6038, symSize: 0x24 }
+ - { offset: 0x1598C6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks20DynamicColumnControlV0A2UI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0xDAD8, symBinAddr: 0x1001C605C, symSize: 0x24 }
+ - { offset: 0x1598DA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlVwCP', symObjAddr: 0xDB80, symBinAddr: 0x1001C6104, symSize: 0x3C }
+ - { offset: 0x1598EE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlVwxx', symObjAddr: 0xDBBC, symBinAddr: 0x1001C6140, symSize: 0x318 }
+ - { offset: 0x159902, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlVwcp', symObjAddr: 0xDED4, symBinAddr: 0x1001C6458, symSize: 0x958 }
+ - { offset: 0x159916, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlVwca', symObjAddr: 0xE82C, symBinAddr: 0x1001C6DB0, symSize: 0xFAC }
+ - { offset: 0x15992A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlVwta', symObjAddr: 0xF928, symBinAddr: 0x1001C7D5C, symSize: 0xA20 }
+ - { offset: 0x15993E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlVwet', symObjAddr: 0x10348, symBinAddr: 0x1001C877C, symSize: 0x118 }
+ - { offset: 0x159952, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlVwst', symObjAddr: 0x10460, symBinAddr: 0x1001C8894, symSize: 0x3A4 }
+ - { offset: 0x159966, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlVMa', symObjAddr: 0x10804, symBinAddr: 0x1001C8C38, symSize: 0x14 }
+ - { offset: 0x15997A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HBoxControlVwCP', symObjAddr: 0x10818, symBinAddr: 0x1001C8C4C, symSize: 0x3C }
+ - { offset: 0x15998E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HBoxControlVwxx', symObjAddr: 0x10854, symBinAddr: 0x1001C8C88, symSize: 0x318 }
+ - { offset: 0x1599A2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HBoxControlVwcp', symObjAddr: 0x10B6C, symBinAddr: 0x1001C8FA0, symSize: 0x958 }
+ - { offset: 0x1599B6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HBoxControlVwca', symObjAddr: 0x114C4, symBinAddr: 0x1001C98F8, symSize: 0xFAC }
+ - { offset: 0x1599CA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HBoxControlVwta', symObjAddr: 0x12470, symBinAddr: 0x1001CA8A4, symSize: 0xA20 }
+ - { offset: 0x1599DE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HBoxControlVwet', symObjAddr: 0x12E90, symBinAddr: 0x1001CB2C4, symSize: 0x118 }
+ - { offset: 0x1599F2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HBoxControlVwst', symObjAddr: 0x12FA8, symBinAddr: 0x1001CB3DC, symSize: 0x3A4 }
+ - { offset: 0x159A06, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HBoxControlVMa', symObjAddr: 0x1334C, symBinAddr: 0x1001CB780, symSize: 0x14 }
+ - { offset: 0x159A1A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18ScrollPanelControlVwCP', symObjAddr: 0x13360, symBinAddr: 0x1001CB794, symSize: 0x3C }
+ - { offset: 0x159A2E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18ScrollPanelControlVwxx', symObjAddr: 0x1339C, symBinAddr: 0x1001CB7D0, symSize: 0x318 }
+ - { offset: 0x159A42, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18ScrollPanelControlVwcp', symObjAddr: 0x136B4, symBinAddr: 0x1001CBAE8, symSize: 0x958 }
+ - { offset: 0x159A56, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18ScrollPanelControlVwca', symObjAddr: 0x1400C, symBinAddr: 0x1001CC440, symSize: 0xFAC }
+ - { offset: 0x159A6A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18ScrollPanelControlVwta', symObjAddr: 0x14FB8, symBinAddr: 0x1001CD3EC, symSize: 0xA20 }
+ - { offset: 0x159A7E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18ScrollPanelControlVwet', symObjAddr: 0x159D8, symBinAddr: 0x1001CDE0C, symSize: 0x118 }
+ - { offset: 0x159A92, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18ScrollPanelControlVwst', symObjAddr: 0x15AF0, symBinAddr: 0x1001CDF24, symSize: 0x3A4 }
+ - { offset: 0x159AA6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18ScrollPanelControlVMa', symObjAddr: 0x15E94, symBinAddr: 0x1001CE2C8, symSize: 0x14 }
+ - { offset: 0x159ABA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks20DynamicColumnControlVwCP', symObjAddr: 0x15EA8, symBinAddr: 0x1001CE2DC, symSize: 0x3C }
+ - { offset: 0x159ACE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks20DynamicColumnControlVwxx', symObjAddr: 0x15EE4, symBinAddr: 0x1001CE318, symSize: 0x324 }
+ - { offset: 0x159AE2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks20DynamicColumnControlVwcp', symObjAddr: 0x16208, symBinAddr: 0x1001CE63C, symSize: 0x974 }
+ - { offset: 0x159AF6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks20DynamicColumnControlVwca', symObjAddr: 0x16B7C, symBinAddr: 0x1001CEFB0, symSize: 0xFD0 }
+ - { offset: 0x159B0A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks20DynamicColumnControlVwta', symObjAddr: 0x17B78, symBinAddr: 0x1001CFF80, symSize: 0xA38 }
+ - { offset: 0x159B1E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks20DynamicColumnControlVwet', symObjAddr: 0x185B0, symBinAddr: 0x1001D09B8, symSize: 0x118 }
+ - { offset: 0x159B32, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks20DynamicColumnControlVwst', symObjAddr: 0x186C8, symBinAddr: 0x1001D0AD0, symSize: 0x3A8 }
+ - { offset: 0x159B46, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks20DynamicColumnControlVMa', symObjAddr: 0x18A70, symBinAddr: 0x1001D0E78, symSize: 0x14 }
+ - { offset: 0x159B5A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks20DynamicColumnControlV4bodyQrvg0A2UI4ViewPAEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE9LazyVGridVyAE7ForEachVySaySi6offset_AA0E6SchemaV7elementtGSiAgEE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQrAKSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAA0E8RendererV_Qo_GSgG_Qo_yXEfU_A8_yXEfU_TA', symObjAddr: 0x18B1C, symBinAddr: 0x1001D0F24, symSize: 0x8 }
+ - { offset: 0x159B6E, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7ForEachVySaySi6offset_0A6Bricks13ControlSchemaV7elementtGSiAA15ModifiedContentVyAE0G8RendererVAA16_FlexFrameLayoutVGGSgxSgAA4ViewA2aTRzlWl', symObjAddr: 0x18B24, symBinAddr: 0x1001D0F2C, symSize: 0x80 }
+ - { offset: 0x159B82, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7ForEachVySaySi6offset_0A6Bricks13ControlSchemaV7elementtGSiAA15ModifiedContentVyAE0G8RendererVAA16_FlexFrameLayoutVGGACyxq_q0_GAA4ViewA2aSR0_rlWl', symObjAddr: 0x18BA4, symBinAddr: 0x1001D0FAC, symSize: 0x80 }
+ - { offset: 0x159B96, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA9LazyVGridVyAA7ForEachVySaySi6offset_0A6Bricks13ControlSchemaV7elementtGSiACyAI0K8RendererVAA16_FlexFrameLayoutVGGSgGAA08_PaddingQ0VGWOh', symObjAddr: 0x18D14, symBinAddr: 0x1001D102C, symSize: 0x48 }
+ - { offset: 0x159BAA, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA9LazyVGridVyAA7ForEachVySaySi6offset_0A6Bricks13ControlSchemaV7elementtGSiACyAI0K8RendererVAA16_FlexFrameLayoutVGGSgGAA08_PaddingQ0VGWOc', symObjAddr: 0x18D5C, symBinAddr: 0x1001D1074, symSize: 0x8C }
+ - { offset: 0x159BBE, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7ForEachVySaySi6offset_0A6Bricks13ControlSchemaV7elementtGSiAA15ModifiedContentVyAE0G8RendererVAA16_FlexFrameLayoutVGGSgWOh', symObjAddr: 0x18E88, symBinAddr: 0x1001D1100, symSize: 0x74 }
+ - { offset: 0x159BD2, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7ForEachVySaySi6offset_0A6Bricks13ControlSchemaV7elementtGSiAA15ModifiedContentVyAE0G8RendererVAA16_FlexFrameLayoutVGGSgWOb', symObjAddr: 0x18EFC, symBinAddr: 0x1001D1174, symSize: 0xC8 }
+ - { offset: 0x159BE6, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7ForEachVySaySi6offset_0A6Bricks13ControlSchemaV7elementtGSiAA15ModifiedContentVyAE0G8RendererVAA16_FlexFrameLayoutVGGSgWOc', symObjAddr: 0x18FC4, symBinAddr: 0x1001D123C, symSize: 0xC8 }
+ - { offset: 0x159BFA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks20DynamicColumnControlV4bodyQrvg0A2UI4ViewPAEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE9LazyVGridVyAE7ForEachVySaySi6offset_AA0E6SchemaV7elementtGSiAgEE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQrAKSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAA0E8RendererV_Qo_GSgG_Qo_yXEfU_A8_yXEfU_A6_Si_ARtcfU_TA', symObjAddr: 0x1942C, symBinAddr: 0x1001D15BC, symSize: 0x8 }
+ - { offset: 0x159C0E, size: 0x8, addend: 0x0, symName: '_$sSi11SwiftBricks13ControlSchemaV0A2UI15ModifiedContentVyAA0C8RendererVAD16_FlexFrameLayoutVGIegygr_Si6offset_AC7elementtAKIegnr_TRTA', symObjAddr: 0x19470, symBinAddr: 0x1001D1600, symSize: 0xC }
+ - { offset: 0x159C22, size: 0x8, addend: 0x0, symName: '_$sxIeAgHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRTQ0_', symObjAddr: 0x1AD04, symBinAddr: 0x1001D160C, symSize: 0x64 }
+ - { offset: 0x159C41, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18ScrollPanelControlV4bodyQrvg0A2UI4ViewPAEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAA010SubWidgetsH0VSgG_Qo_yXEfU_APyXEfU_TA', symObjAddr: 0x1AE48, symBinAddr: 0x1001D1670, symSize: 0x8 }
+ - { offset: 0x159C55, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6HStackVy0A6Bricks14SubWidgetsViewVSgGAA14_PaddingLayoutVGWOc', symObjAddr: 0x1AE50, symBinAddr: 0x1001D1678, symSize: 0xBC }
+ - { offset: 0x159C69, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14SubWidgetsViewVSgWOy', symObjAddr: 0x1AF0C, symBinAddr: 0x1001D1734, symSize: 0x3C }
+ - { offset: 0x159C7D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14SubWidgetsViewVSgWOh', symObjAddr: 0x1AF48, symBinAddr: 0x1001D1770, symSize: 0x48 }
+ - { offset: 0x159C91, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18ScrollPanelControlV4bodyQrvg0A2UI4ViewPAEE5frame8minWidth05idealK003maxK00J6Height0lN00mN09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAgEE7paddingyQrARFQOyAE6VStackVyAA010SubWidgetsH0VSgG_Qo__Qo_yXEfU0_A_yXEfU_TA', symObjAddr: 0x1AFC4, symBinAddr: 0x1001D17B8, symSize: 0x8 }
+ - { offset: 0x159CA5, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA6VStackVy0A6Bricks14SubWidgetsViewVSgGAA14_PaddingLayoutVGAA010_FlexFrameK0VGWOc', symObjAddr: 0x1AFCC, symBinAddr: 0x1001D17C0, symSize: 0xD8 }
+ - { offset: 0x159CB9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlV4bodyQrvgyycfU0_yyYacfU_TA', symObjAddr: 0x1B458, symBinAddr: 0x1001D1B4C, symSize: 0x90 }
+ - { offset: 0x159CCD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlV4bodyQrvgyycfU0_yyYacfU_TATQ0_', symObjAddr: 0x1B4E8, symBinAddr: 0x1001D1BDC, symSize: 0x60 }
+ - { offset: 0x159CE1, size: 0x8, addend: 0x0, symName: '_$sxIeAgHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRTA', symObjAddr: 0x1B6B0, symBinAddr: 0x1001D1C80, symSize: 0xB4 }
+ - { offset: 0x159CF5, size: 0x8, addend: 0x0, symName: '_$sxIeAgHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRTATQ0_', symObjAddr: 0x1B764, symBinAddr: 0x1001D1D34, symSize: 0x60 }
+ - { offset: 0x159D09, size: 0x8, addend: 0x0, symName: '_$sxIeAgHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRTA.22', symObjAddr: 0x1B808, symBinAddr: 0x1001D1DD8, symSize: 0xB4 }
+ - { offset: 0x159D1D, size: 0x8, addend: 0x0, symName: '_$sxIeAgHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRTA.22TQ0_', symObjAddr: 0x1B8BC, symBinAddr: 0x1001D1E8C, symSize: 0x60 }
+ - { offset: 0x159D32, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlV6schemaAA0D6SchemaVvg', symObjAddr: 0x0, symBinAddr: 0x1001BE170, symSize: 0x1C }
+ - { offset: 0x159D46, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlV6engineAA0B6EngineCvg', symObjAddr: 0x9FC, symBinAddr: 0x1001BE1CC, symSize: 0x5C }
+ - { offset: 0x159D72, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlV6engineAA0B6EngineCvs', symObjAddr: 0xB60, symBinAddr: 0x1001BE2CC, symSize: 0x50 }
+ - { offset: 0x159DA6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlV6engineAA0B6EngineCvM', symObjAddr: 0xBB0, symBinAddr: 0x1001BE31C, symSize: 0x20 }
+ - { offset: 0x159DCB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlV6engineAA0B6EngineCvM.resume.0', symObjAddr: 0xBD0, symBinAddr: 0x1001BE33C, symSize: 0xC }
+ - { offset: 0x159F82, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlV7$engine0A2UI14ObservedObjectV7WrapperVyAA0B6EngineC_Gvg', symObjAddr: 0xBDC, symBinAddr: 0x1001BE348, symSize: 0x70 }
+ - { offset: 0x159FA7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlV7_engine33_18EBA8BF8EE44BC222B08649E6D98648LL0A2UI14ObservedObjectVyAA0B6EngineCGvg', symObjAddr: 0xC4C, symBinAddr: 0x1001BE3B8, symSize: 0x34 }
+ - { offset: 0x159FBB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlV7_engine33_18EBA8BF8EE44BC222B08649E6D98648LL0A2UI14ObservedObjectVyAA0B6EngineCGvs', symObjAddr: 0xC80, symBinAddr: 0x1001BE3EC, symSize: 0x48 }
+ - { offset: 0x159FD6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlV4bodyQrvg', symObjAddr: 0xCC8, symBinAddr: 0x1001BE434, symSize: 0x894 }
+ - { offset: 0x159FFA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlV4bodyQrvgAA14SubWidgetsViewVSgyXEfU_', symObjAddr: 0x16C4, symBinAddr: 0x1001BEDB0, symSize: 0x304 }
+ - { offset: 0x15A045, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlV4bodyQrvgyycfU0_', symObjAddr: 0x3D88, symBinAddr: 0x1001C00A0, symSize: 0x150 }
+ - { offset: 0x15A070, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlV4bodyQrvgyycfU0_yyYacfU_', symObjAddr: 0x418C, symBinAddr: 0x1001C04A4, symSize: 0x90 }
+ - { offset: 0x15A09B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlV4bodyQrvgyycfU0_yyYacfU_TY0_', symObjAddr: 0x421C, symBinAddr: 0x1001C0534, symSize: 0x10C }
+ - { offset: 0x15A0CA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlV4bodyQrvgyycfU0_yyYacfU_TQ1_', symObjAddr: 0x4328, symBinAddr: 0x1001C0640, symSize: 0xAC }
+ - { offset: 0x15A0FA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlV4bodyQrvgyycfU0_yyYacfU_TY2_', symObjAddr: 0x43D4, symBinAddr: 0x1001C06EC, symSize: 0x44 }
+ - { offset: 0x15A12A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlV7spacing33_18EBA8BF8EE44BC222B08649E6D98648LL12CoreGraphics7CGFloatVvg', symObjAddr: 0x15DC, symBinAddr: 0x1001BECC8, symSize: 0xE8 }
+ - { offset: 0x15A168, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlV0A2UI4ViewAadEP05_makeF04view6inputsAD01_F7OutputsVAD11_GraphValueVyxG_AD01_F6InputsVtFZTW', symObjAddr: 0x5E00, symBinAddr: 0x1001C0BBC, symSize: 0x14 }
+ - { offset: 0x15A184, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlV0A2UI4ViewAadEP05_makeF4List4view6inputsAD01_fH7OutputsVAD11_GraphValueVyxG_AD01_fH6InputsVtFZTW', symObjAddr: 0x5E14, symBinAddr: 0x1001C0BD0, symSize: 0x14 }
+ - { offset: 0x15A1A0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlV0A2UI4ViewAadEP14_viewListCount6inputsSiSgAD01_fhI6InputsV_tFZTW', symObjAddr: 0x5E28, symBinAddr: 0x1001C0BE4, symSize: 0x18 }
+ - { offset: 0x15A1BC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HBoxControlV0A2UI4ViewAadEP05_makeF04view6inputsAD01_F7OutputsVAD11_GraphValueVyxG_AD01_F6InputsVtFZTW', symObjAddr: 0x8678, symBinAddr: 0x1001C2764, symSize: 0x14 }
+ - { offset: 0x15A1D8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HBoxControlV0A2UI4ViewAadEP05_makeF4List4view6inputsAD01_fH7OutputsVAD11_GraphValueVyxG_AD01_fH6InputsVtFZTW', symObjAddr: 0x868C, symBinAddr: 0x1001C2778, symSize: 0x14 }
+ - { offset: 0x15A1F4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HBoxControlV0A2UI4ViewAadEP14_viewListCount6inputsSiSgAD01_fhI6InputsV_tFZTW', symObjAddr: 0x86A0, symBinAddr: 0x1001C278C, symSize: 0x18 }
+ - { offset: 0x15A210, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18ScrollPanelControlV0A2UI4ViewAadEP05_makeG04view6inputsAD01_G7OutputsVAD11_GraphValueVyxG_AD01_G6InputsVtFZTW', symObjAddr: 0xB618, symBinAddr: 0x1001C48E8, symSize: 0x14 }
+ - { offset: 0x15A22C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18ScrollPanelControlV0A2UI4ViewAadEP05_makeG4List4view6inputsAD01_gI7OutputsVAD11_GraphValueVyxG_AD01_gI6InputsVtFZTW', symObjAddr: 0xB62C, symBinAddr: 0x1001C48FC, symSize: 0x14 }
+ - { offset: 0x15A248, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18ScrollPanelControlV0A2UI4ViewAadEP14_viewListCount6inputsSiSgAD01_giJ6InputsV_tFZTW', symObjAddr: 0xB640, symBinAddr: 0x1001C4910, symSize: 0x18 }
+ - { offset: 0x15A264, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks20DynamicColumnControlV0A2UI4ViewAadEP05_makeG04view6inputsAD01_G7OutputsVAD11_GraphValueVyxG_AD01_G6InputsVtFZTW', symObjAddr: 0xDAFC, symBinAddr: 0x1001C6080, symSize: 0x14 }
+ - { offset: 0x15A280, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks20DynamicColumnControlV0A2UI4ViewAadEP05_makeG4List4view6inputsAD01_gI7OutputsVAD11_GraphValueVyxG_AD01_gI6InputsVtFZTW', symObjAddr: 0xDB10, symBinAddr: 0x1001C6094, symSize: 0x14 }
+ - { offset: 0x15A29C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks20DynamicColumnControlV0A2UI4ViewAadEP14_viewListCount6inputsSiSgAD01_giJ6InputsV_tFZTW', symObjAddr: 0xDB24, symBinAddr: 0x1001C60A8, symSize: 0x18 }
+ - { offset: 0x15A453, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlV7padding33_18EBA8BF8EE44BC222B08649E6D98648LL12CoreGraphics7CGFloatVvg', symObjAddr: 0x2870, symBinAddr: 0x1001BF13C, symSize: 0xB8 }
+ - { offset: 0x15A479, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlV15backgroundColor33_18EBA8BF8EE44BC222B08649E6D98648LL0A2UI0F0Vvg', symObjAddr: 0x2AB8, symBinAddr: 0x1001BF384, symSize: 0x2D4 }
+ - { offset: 0x15A4BE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlV12cornerRadius33_18EBA8BF8EE44BC222B08649E6D98648LL12CoreGraphics7CGFloatVvg', symObjAddr: 0x2F10, symBinAddr: 0x1001BF72C, symSize: 0x1C4 }
+ - { offset: 0x15A4E4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlV11borderColor33_18EBA8BF8EE44BC222B08649E6D98648LL0A2UI0F0Vvg', symObjAddr: 0x3290, symBinAddr: 0x1001BF9D4, symSize: 0x1E8 }
+ - { offset: 0x15A50A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlV11borderWidth33_18EBA8BF8EE44BC222B08649E6D98648LL12CoreGraphics7CGFloatVvg', symObjAddr: 0x3478, symBinAddr: 0x1001BFBBC, symSize: 0x1C4 }
+ - { offset: 0x15A592, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlV12parsePadding33_18EBA8BF8EE44BC222B08649E6D98648LLy12CoreGraphics7CGFloatVSSSgF', symObjAddr: 0x5A50, symBinAddr: 0x1001C090C, symSize: 0x204 }
+ - { offset: 0x15A63A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlV6schema6engineAcA0D6SchemaV_AA0B6EngineCtcfC', symObjAddr: 0x5D54, symBinAddr: 0x1001C0B10, symSize: 0xAC }
+ - { offset: 0x15A64E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlV0A2UI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0x5E40, symBinAddr: 0x1001C0BFC, symSize: 0x44 }
+ - { offset: 0x15A662, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HBoxControlV6schemaAA0D6SchemaVvg', symObjAddr: 0x5E84, symBinAddr: 0x1001C0C40, symSize: 0x1C }
+ - { offset: 0x15A676, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HBoxControlV6engineAA0B6EngineCvg', symObjAddr: 0x5EE0, symBinAddr: 0x1001C0C9C, symSize: 0x5C }
+ - { offset: 0x15A69B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HBoxControlV6engineAA0B6EngineCvs', symObjAddr: 0x5FE0, symBinAddr: 0x1001C0D9C, symSize: 0x50 }
+ - { offset: 0x15A6CF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HBoxControlV6engineAA0B6EngineCvM', symObjAddr: 0x6030, symBinAddr: 0x1001C0DEC, symSize: 0x20 }
+ - { offset: 0x15A6F4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HBoxControlV6engineAA0B6EngineCvM.resume.0', symObjAddr: 0x6050, symBinAddr: 0x1001C0E0C, symSize: 0xC }
+ - { offset: 0x15A715, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HBoxControlV7$engine0A2UI14ObservedObjectV7WrapperVyAA0B6EngineC_Gvg', symObjAddr: 0x605C, symBinAddr: 0x1001C0E18, symSize: 0x70 }
+ - { offset: 0x15A73A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HBoxControlV7_engine33_18EBA8BF8EE44BC222B08649E6D98648LL0A2UI14ObservedObjectVyAA0B6EngineCGvg', symObjAddr: 0x60CC, symBinAddr: 0x1001C0E88, symSize: 0x34 }
+ - { offset: 0x15A74E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HBoxControlV7_engine33_18EBA8BF8EE44BC222B08649E6D98648LL0A2UI14ObservedObjectVyAA0B6EngineCGvs', symObjAddr: 0x6100, symBinAddr: 0x1001C0EBC, symSize: 0x48 }
+ - { offset: 0x15A769, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HBoxControlV4bodyQrvg', symObjAddr: 0x6148, symBinAddr: 0x1001C0F04, symSize: 0x484 }
+ - { offset: 0x15A78D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HBoxControlV4bodyQrvgAA14SubWidgetsViewVSgyXEfU_', symObjAddr: 0x6BD8, symBinAddr: 0x1001C1994, symSize: 0x304 }
+ - { offset: 0x15A7D9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HBoxControlV17verticalAlignment33_18EBA8BF8EE44BC222B08649E6D98648LL0A2UI08VerticalF0Vvg', symObjAddr: 0x65CC, symBinAddr: 0x1001C1388, symSize: 0x524 }
+ - { offset: 0x15A7FF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HBoxControlV7spacing33_18EBA8BF8EE44BC222B08649E6D98648LL12CoreGraphics7CGFloatVvg', symObjAddr: 0x6AF0, symBinAddr: 0x1001C18AC, symSize: 0xE8 }
+ - { offset: 0x15A825, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HBoxControlV7padding33_18EBA8BF8EE44BC222B08649E6D98648LL12CoreGraphics7CGFloatVvg', symObjAddr: 0x7B58, symBinAddr: 0x1001C1CA0, symSize: 0xB8 }
+ - { offset: 0x15A84B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HBoxControlV15backgroundColor33_18EBA8BF8EE44BC222B08649E6D98648LL0A2UI0F0Vvg', symObjAddr: 0x7DA0, symBinAddr: 0x1001C1EE8, symSize: 0x10C }
+ - { offset: 0x15A88F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HBoxControlV12parsePadding33_18EBA8BF8EE44BC222B08649E6D98648LLy12CoreGraphics7CGFloatVSSSgF', symObjAddr: 0x83C8, symBinAddr: 0x1001C24B4, symSize: 0x204 }
+ - { offset: 0x15A8FF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HBoxControlV6schema6engineAcA0D6SchemaV_AA0B6EngineCtcfC', symObjAddr: 0x85CC, symBinAddr: 0x1001C26B8, symSize: 0xAC }
+ - { offset: 0x15A913, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HBoxControlV0A2UI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0x86B8, symBinAddr: 0x1001C27A4, symSize: 0x44 }
+ - { offset: 0x15A927, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18ScrollPanelControlV6schemaAA0E6SchemaVvg', symObjAddr: 0x86FC, symBinAddr: 0x1001C27E8, symSize: 0x1C }
+ - { offset: 0x15A93B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18ScrollPanelControlV6engineAA0B6EngineCvg', symObjAddr: 0x8758, symBinAddr: 0x1001C2844, symSize: 0x5C }
+ - { offset: 0x15A960, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18ScrollPanelControlV6engineAA0B6EngineCvs', symObjAddr: 0x8858, symBinAddr: 0x1001C2944, symSize: 0x50 }
+ - { offset: 0x15A994, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18ScrollPanelControlV6engineAA0B6EngineCvM', symObjAddr: 0x88A8, symBinAddr: 0x1001C2994, symSize: 0x20 }
+ - { offset: 0x15A9B9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18ScrollPanelControlV6engineAA0B6EngineCvM.resume.0', symObjAddr: 0x88C8, symBinAddr: 0x1001C29B4, symSize: 0xC }
+ - { offset: 0x15A9DA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18ScrollPanelControlV7$engine0A2UI14ObservedObjectV7WrapperVyAA0B6EngineC_Gvg', symObjAddr: 0x88D4, symBinAddr: 0x1001C29C0, symSize: 0x70 }
+ - { offset: 0x15A9FF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18ScrollPanelControlV7_engine33_18EBA8BF8EE44BC222B08649E6D98648LL0A2UI14ObservedObjectVyAA0B6EngineCGvg', symObjAddr: 0x8944, symBinAddr: 0x1001C2A30, symSize: 0x34 }
+ - { offset: 0x15AA13, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18ScrollPanelControlV7_engine33_18EBA8BF8EE44BC222B08649E6D98648LL0A2UI14ObservedObjectVyAA0B6EngineCGvs', symObjAddr: 0x8978, symBinAddr: 0x1001C2A64, symSize: 0x48 }
+ - { offset: 0x15AA2E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18ScrollPanelControlV4bodyQrvg', symObjAddr: 0x89C0, symBinAddr: 0x1001C2AAC, symSize: 0x778 }
+ - { offset: 0x15AA80, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18ScrollPanelControlV4bodyQrvg0A2UI4ViewPAEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAA010SubWidgetsH0VSgG_Qo_yXEfU_', symObjAddr: 0x9138, symBinAddr: 0x1001C3224, symSize: 0x228 }
+ - { offset: 0x15AAAB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18ScrollPanelControlV4bodyQrvg0A2UI4ViewPAEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAA010SubWidgetsH0VSgG_Qo_yXEfU_APyXEfU_', symObjAddr: 0x9448, symBinAddr: 0x1001C3534, symSize: 0x304 }
+ - { offset: 0x15AAF6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18ScrollPanelControlV4bodyQrvg0A2UI4ViewPAEE5frame8minWidth05idealK003maxK00J6Height0lN00mN09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAgEE7paddingyQrARFQOyAE6VStackVyAA010SubWidgetsH0VSgG_Qo__Qo_yXEfU0_', symObjAddr: 0x9A8C, symBinAddr: 0x1001C3A94, symSize: 0x320 }
+ - { offset: 0x15AB21, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18ScrollPanelControlV4bodyQrvg0A2UI4ViewPAEE5frame8minWidth05idealK003maxK00J6Height0lN00mN09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAgEE7paddingyQrARFQOyAE6VStackVyAA010SubWidgetsH0VSgG_Qo__Qo_yXEfU0_A_yXEfU_', symObjAddr: 0xABFC, symBinAddr: 0x1001C3F90, symSize: 0x304 }
+ - { offset: 0x15AB6D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18ScrollPanelControlV7spacing33_18EBA8BF8EE44BC222B08649E6D98648LL12CoreGraphics7CGFloatVvg', symObjAddr: 0x9360, symBinAddr: 0x1001C344C, symSize: 0xE8 }
+ - { offset: 0x15AB93, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18ScrollPanelControlV7padding33_18EBA8BF8EE44BC222B08649E6D98648LL12CoreGraphics7CGFloatVvg', symObjAddr: 0x974C, symBinAddr: 0x1001C3838, symSize: 0x25C }
+ - { offset: 0x15ABFD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18ScrollPanelControlV6schema6engineAcA0E6SchemaV_AA0B6EngineCtcfC', symObjAddr: 0xB56C, symBinAddr: 0x1001C483C, symSize: 0xAC }
+ - { offset: 0x15AC11, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18ScrollPanelControlV0A2UI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0xB658, symBinAddr: 0x1001C4928, symSize: 0x44 }
+ - { offset: 0x15AC25, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks20DynamicColumnControlV6schemaAA0E6SchemaVvg', symObjAddr: 0xB69C, symBinAddr: 0x1001C496C, symSize: 0x1C }
+ - { offset: 0x15AC39, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks20DynamicColumnControlV6engineAA0B6EngineCvg', symObjAddr: 0xB6F8, symBinAddr: 0x1001C49C8, symSize: 0x5C }
+ - { offset: 0x15AC5E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks20DynamicColumnControlV6engineAA0B6EngineCvs', symObjAddr: 0xB7F8, symBinAddr: 0x1001C4AC8, symSize: 0x50 }
+ - { offset: 0x15AC92, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks20DynamicColumnControlV6engineAA0B6EngineCvM', symObjAddr: 0xB848, symBinAddr: 0x1001C4B18, symSize: 0x20 }
+ - { offset: 0x15ACB7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks20DynamicColumnControlV6engineAA0B6EngineCvM.resume.0', symObjAddr: 0xB868, symBinAddr: 0x1001C4B38, symSize: 0xC }
+ - { offset: 0x15ACD8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks20DynamicColumnControlV7$engine0A2UI14ObservedObjectV7WrapperVyAA0B6EngineC_Gvg', symObjAddr: 0xB874, symBinAddr: 0x1001C4B44, symSize: 0x70 }
+ - { offset: 0x15ACFD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks20DynamicColumnControlV7_engine33_18EBA8BF8EE44BC222B08649E6D98648LL0A2UI14ObservedObjectVyAA0B6EngineCGvg', symObjAddr: 0xB8E4, symBinAddr: 0x1001C4BB4, symSize: 0x34 }
+ - { offset: 0x15AD11, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks20DynamicColumnControlV7_engine33_18EBA8BF8EE44BC222B08649E6D98648LL0A2UI14ObservedObjectVyAA0B6EngineCGvs', symObjAddr: 0xB918, symBinAddr: 0x1001C4BE8, symSize: 0x48 }
+ - { offset: 0x15AD78, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI8GridItemV4SizeO8adaptiveyAE12CoreGraphics7CGFloatV_AItcAEmFfA0_', symObjAddr: 0xBA4C, symBinAddr: 0x1001C4D1C, symSize: 0xC }
+ - { offset: 0x15AD8C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks20DynamicColumnControlV7columns33_18EBA8BF8EE44BC222B08649E6D98648LLSay0A2UI8GridItemVGvg', symObjAddr: 0xBA98, symBinAddr: 0x1001C4D28, symSize: 0x28 }
+ - { offset: 0x15ADA7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks20DynamicColumnControlV4bodyQrvg', symObjAddr: 0xBAC0, symBinAddr: 0x1001C4D50, symSize: 0x1CC }
+ - { offset: 0x15ADCB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks20DynamicColumnControlV4bodyQrvg0A2UI4ViewPAEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE9LazyVGridVyAE7ForEachVySaySi6offset_AA0E6SchemaV7elementtGSiAgEE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQrAKSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAA0E8RendererV_Qo_GSgG_Qo_yXEfU_', symObjAddr: 0xBC8C, symBinAddr: 0x1001C4F1C, symSize: 0x2C4 }
+ - { offset: 0x15ADF6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks20DynamicColumnControlV4bodyQrvg0A2UI4ViewPAEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE9LazyVGridVyAE7ForEachVySaySi6offset_AA0E6SchemaV7elementtGSiAgEE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQrAKSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAA0E8RendererV_Qo_GSgG_Qo_yXEfU_A8_yXEfU_', symObjAddr: 0xCB9C, symBinAddr: 0x1001C54B8, symSize: 0x54C }
+ - { offset: 0x15AE4F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks20DynamicColumnControlV4bodyQrvg0A2UI4ViewPAEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE9LazyVGridVyAE7ForEachVySaySi6offset_AA0E6SchemaV7elementtGSiAgEE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQrAKSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAA0E8RendererV_Qo_GSgG_Qo_yXEfU_A8_yXEfU_A6_Si_ARtcfU_', symObjAddr: 0xD0E8, symBinAddr: 0x1001C5A04, symSize: 0x20C }
+ - { offset: 0x15AE9D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks20DynamicColumnControlV15resolvedColumns33_18EBA8BF8EE44BC222B08649E6D98648LLSay0A2UI8GridItemVGvg', symObjAddr: 0xC8CC, symBinAddr: 0x1001C51E8, symSize: 0x1E0 }
+ - { offset: 0x15AEDA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks20DynamicColumnControlV3gap33_18EBA8BF8EE44BC222B08649E6D98648LL12CoreGraphics7CGFloatVvg', symObjAddr: 0xCAAC, symBinAddr: 0x1001C53C8, symSize: 0xF0 }
+ - { offset: 0x15AF00, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI9LazyVGridV7columns9alignment7spacing11pinnedViews7contentACyxGSayAA8GridItemVG_AA19HorizontalAlignmentV12CoreGraphics7CGFloatVSgAA016PinnedScrollableI0VxyXEtcfcfA0_', symObjAddr: 0xD354, symBinAddr: 0x1001C5C70, symSize: 0x20 }
+ - { offset: 0x15AF22, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI9LazyVGridV7columns9alignment7spacing11pinnedViews7contentACyxGSayAA8GridItemVG_AA19HorizontalAlignmentV12CoreGraphics7CGFloatVSgAA016PinnedScrollableI0VxyXEtcfcfA2_', symObjAddr: 0xD374, symBinAddr: 0x1001C5C90, symSize: 0x5C }
+ - { offset: 0x15AF4B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks20DynamicColumnControlV6schema6engineAcA0E6SchemaV_AA0B6EngineCtcfC', symObjAddr: 0xD8DC, symBinAddr: 0x1001C5E60, symSize: 0x190 }
+ - { offset: 0x15AF5F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks20DynamicColumnControlV0A2UI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0xDB3C, symBinAddr: 0x1001C60C0, symSize: 0x44 }
+...
diff --git a/.build/arm64-apple-macosx/debug/MiniPlayer.product/Objects.LinkFileList b/.build/arm64-apple-macosx/debug/MiniPlayer.product/Objects.LinkFileList
new file mode 100644
index 0000000..cf56d68
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/MiniPlayer.product/Objects.LinkFileList
@@ -0,0 +1,21 @@
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/MiniPlayerApp.swift.o
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/PlayerBridge.swift.o
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/ProgressSlider.swift.o
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/VideoPlayerView.swift.o
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/resource_bundle_accessor.swift.o
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/BricksView.swift.o
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/ButtonControl.swift.o
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/ControlRenderer.swift.o
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/Engine.swift.o
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/EventBus.swift.o
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/FormControl.swift.o
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/I18n.swift.o
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/InputControl.swift.o
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/RPC.swift.o
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/Schema.swift.o
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/Store.swift.o
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/SwiftBricks.swift.o
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/TabViewControl.swift.o
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/TabularControl.swift.o
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/TextControl.swift.o
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/VBoxControl.swift.o
diff --git a/.build/arm64-apple-macosx/debug/MiniPlayer_MiniPlayer.bundle/Resources/player.ui b/.build/arm64-apple-macosx/debug/MiniPlayer_MiniPlayer.bundle/Resources/player.ui
new file mode 100644
index 0000000..3ab6073
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/MiniPlayer_MiniPlayer.bundle/Resources/player.ui
@@ -0,0 +1,109 @@
+{
+ "id": "app",
+ "widgettype": "VBox",
+ "options": { "width": "100%", "height": "100%", "spacing": 0, "padding": "0" },
+ "subwidgets": [
+ {
+ "widgettype": "VideoPlayer",
+ "id": "video_player",
+ "options": { "width": "100%", "bgcolor": "#000000" },
+ "binds": [
+ { "wid": "self", "event": "click", "actiontype": "event", "target": "player.toggle" }
+ ]
+ },
+ {
+ "widgettype": "VBox",
+ "options": { "width": "100%", "css": "card", "padding": "8px", "spacing": 4 },
+ "subwidgets": [
+ {
+ "widgettype": "HBox",
+ "options": { "width": "100%", "spacing": 6, "alignItems": "center" },
+ "subwidgets": [
+ { "widgettype": "Text", "id": "time_current", "options": { "text": "00:00", "i18n": false } },
+ { "widgettype": "ProgressSlider", "id": "progress_slider", "options": { "width": "100%" } },
+ { "widgettype": "Text", "id": "time_total", "options": { "text": "00:00", "i18n": false } }
+ ]
+ },
+ {
+ "widgettype": "HBox",
+ "options": { "width": "100%", "spacing": 4, "alignItems": "center" },
+ "subwidgets": [
+ {
+ "widgettype": "Button", "id": "btn_prev",
+ "options": { "label": "⏮", "css": "text" },
+ "binds": [{ "wid": "self", "event": "click", "actiontype": "event", "target": "player.prev" }]
+ },
+ {
+ "widgettype": "Button", "id": "btn_play",
+ "options": { "label": "▶️", "css": "text" },
+ "binds": [{ "wid": "self", "event": "click", "actiontype": "event", "target": "player.toggle" }]
+ },
+ {
+ "widgettype": "Button", "id": "btn_next",
+ "options": { "label": "⏭", "css": "text" },
+ "binds": [{ "wid": "self", "event": "click", "actiontype": "event", "target": "player.next" }]
+ },
+ { "widgettype": "Filler" },
+ {
+ "widgettype": "Text", "id": "track_label",
+ "options": { "text": "🎵 Track 1", "i18n": false }
+ },
+ {
+ "widgettype": "Button", "id": "btn_track",
+ "options": { "label": "音轨", "css": "text" },
+ "binds": [{ "wid": "self", "event": "click", "actiontype": "event", "target": "player.show_tracks" }]
+ },
+ {
+ "widgettype": "Button", "id": "btn_repeat",
+ "options": { "label": "🔁 列表循环", "css": "text" },
+ "binds": [{ "wid": "self", "event": "click", "actiontype": "event", "target": "player.cycle_repeat" }]
+ },
+ {
+ "widgettype": "Button", "id": "btn_fullscreen",
+ "options": { "label": "⛶", "css": "text" },
+ "binds": [{ "wid": "self", "event": "click", "actiontype": "event", "target": "player.fullscreen" }]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "widgettype": "HBox",
+ "options": { "width": "100%", "padding": "4px", "spacing": 6, "alignItems": "center" },
+ "subwidgets": [
+ {
+ "widgettype": "InlineForm",
+ "id": "add_form",
+ "options": {
+ "show_label": false,
+ "submit_label": "添加URL",
+ "fields": [
+ { "name": "url", "placeholder": "M3U8 / 视频URL", "uitype": "str", "cwidth": 30 }
+ ]
+ },
+ "binds": [{ "wid": "self", "event": "submit", "actiontype": "event", "target": "player.add_url" }]
+ },
+ {
+ "widgettype": "Button", "id": "btn_open_file",
+ "options": { "label": "📂 打开文件", "css": "text" },
+ "binds": [{ "wid": "self", "event": "click", "actiontype": "event", "target": "player.open_file" }]
+ }
+ ]
+ },
+ {
+ "widgettype": "VScrollPanel",
+ "id": "playlist_panel",
+ "options": { "width": "100%", "css": "filler" },
+ "subwidgets": [
+ {
+ "widgettype": "Title5",
+ "options": { "text": "播放列表", "i18n": true }
+ },
+ {
+ "widgettype": "Text", "id": "playlist_empty",
+ "options": { "text": "暂无媒体,请添加文件或URL", "i18n": true, "color": "#888888" }
+ }
+ ]
+ }
+ ]
+}
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/AVFAudio-MFFJ6HCE9A7Z.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/AVFAudio-MFFJ6HCE9A7Z.pcm
new file mode 100644
index 0000000..c4c8518
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/AVFAudio-MFFJ6HCE9A7Z.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/AVFoundation-7VNZZNFQDWLP.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/AVFoundation-7VNZZNFQDWLP.pcm
new file mode 100644
index 0000000..9d1398f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/AVFoundation-7VNZZNFQDWLP.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/Accessibility-RCJSN2GG3RAR.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/Accessibility-RCJSN2GG3RAR.pcm
new file mode 100644
index 0000000..0c9a32b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/Accessibility-RCJSN2GG3RAR.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/AppKit-2VI8NB39I5AT6.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/AppKit-2VI8NB39I5AT6.pcm
new file mode 100644
index 0000000..6447f2c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/AppKit-2VI8NB39I5AT6.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/ApplicationServices-3NXEUUZF9JJBD.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/ApplicationServices-3NXEUUZF9JJBD.pcm
new file mode 100644
index 0000000..4860917
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/ApplicationServices-3NXEUUZF9JJBD.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/AudioToolbox-3FX4B654ICQE2.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/AudioToolbox-3FX4B654ICQE2.pcm
new file mode 100644
index 0000000..15e4049
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/AudioToolbox-3FX4B654ICQE2.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/CFNetwork-1PNPO1ORVQZLS.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/CFNetwork-1PNPO1ORVQZLS.pcm
new file mode 100644
index 0000000..d598699
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/CFNetwork-1PNPO1ORVQZLS.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/CUPS-1HLHMKUB322XA.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/CUPS-1HLHMKUB322XA.pcm
new file mode 100644
index 0000000..d5e5d7a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/CUPS-1HLHMKUB322XA.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/Carbon-3FMY3B0T5SZYU.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/Carbon-3FMY3B0T5SZYU.pcm
new file mode 100644
index 0000000..01dd4ca
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/Carbon-3FMY3B0T5SZYU.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/ColorSync-3EIM4S8RXNRVI.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/ColorSync-3EIM4S8RXNRVI.pcm
new file mode 100644
index 0000000..66d925b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/ColorSync-3EIM4S8RXNRVI.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/CoreAudio-J9DSWC1670R6.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/CoreAudio-J9DSWC1670R6.pcm
new file mode 100644
index 0000000..28ed9cd
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/CoreAudio-J9DSWC1670R6.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/CoreAudioTypes-11649WXSRCA0E.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/CoreAudioTypes-11649WXSRCA0E.pcm
new file mode 100644
index 0000000..ccdcd4b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/CoreAudioTypes-11649WXSRCA0E.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/CoreData-1KHK1L2CYC2N6.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/CoreData-1KHK1L2CYC2N6.pcm
new file mode 100644
index 0000000..9229d89
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/CoreData-1KHK1L2CYC2N6.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/CoreFoundation-16SA8WK3L6MQN.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/CoreFoundation-16SA8WK3L6MQN.pcm
new file mode 100644
index 0000000..ebf35fb
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/CoreFoundation-16SA8WK3L6MQN.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/CoreGraphics-1PSDCAYCIV3T9.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/CoreGraphics-1PSDCAYCIV3T9.pcm
new file mode 100644
index 0000000..8c0ce50
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/CoreGraphics-1PSDCAYCIV3T9.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/CoreImage-39ZO87840M5PP.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/CoreImage-39ZO87840M5PP.pcm
new file mode 100644
index 0000000..fd1f0b6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/CoreImage-39ZO87840M5PP.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/CoreMIDI-1WOF0UOPGOCPX.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/CoreMIDI-1WOF0UOPGOCPX.pcm
new file mode 100644
index 0000000..7bcd850
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/CoreMIDI-1WOF0UOPGOCPX.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/CoreMedia-SHYM2JB41P4U.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/CoreMedia-SHYM2JB41P4U.pcm
new file mode 100644
index 0000000..db7f181
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/CoreMedia-SHYM2JB41P4U.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/CoreServices-39NCTJOEW7PQ2.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/CoreServices-39NCTJOEW7PQ2.pcm
new file mode 100644
index 0000000..b30eb54
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/CoreServices-39NCTJOEW7PQ2.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/CoreText-3FAL1B4J38DIR.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/CoreText-3FAL1B4J38DIR.pcm
new file mode 100644
index 0000000..6980fa3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/CoreText-3FAL1B4J38DIR.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/CoreTransferable-27T896KGHFB3R.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/CoreTransferable-27T896KGHFB3R.pcm
new file mode 100644
index 0000000..5742804
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/CoreTransferable-27T896KGHFB3R.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/CoreVideo-DBBGB2LXU3HG.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/CoreVideo-DBBGB2LXU3HG.pcm
new file mode 100644
index 0000000..9ef9f3d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/CoreVideo-DBBGB2LXU3HG.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/Darwin-1FXX23EKWOBA9.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/Darwin-1FXX23EKWOBA9.pcm
new file mode 100644
index 0000000..8768f41
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/Darwin-1FXX23EKWOBA9.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/DataDetection-R5W4QHNMPWVH.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/DataDetection-R5W4QHNMPWVH.pcm
new file mode 100644
index 0000000..3725780
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/DataDetection-R5W4QHNMPWVH.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/DeveloperToolsSupport-3SUCMSK9ZS2JA.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/DeveloperToolsSupport-3SUCMSK9ZS2JA.pcm
new file mode 100644
index 0000000..5f09142
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/DeveloperToolsSupport-3SUCMSK9ZS2JA.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/DiskArbitration-3LBJF5I58QD8.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/DiskArbitration-3LBJF5I58QD8.pcm
new file mode 100644
index 0000000..2afbc46
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/DiskArbitration-3LBJF5I58QD8.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/Dispatch-R76HXUP80TVL.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/Dispatch-R76HXUP80TVL.pcm
new file mode 100644
index 0000000..347c6f0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/Dispatch-R76HXUP80TVL.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/Foundation-24LYWIP48SHNP.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/Foundation-24LYWIP48SHNP.pcm
new file mode 100644
index 0000000..e9bf464
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/Foundation-24LYWIP48SHNP.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/IOKit-1IAL9NTK1TABA.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/IOKit-1IAL9NTK1TABA.pcm
new file mode 100644
index 0000000..9f0e32f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/IOKit-1IAL9NTK1TABA.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/IOSurface-26455DPS9NDS0.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/IOSurface-26455DPS9NDS0.pcm
new file mode 100644
index 0000000..f907a28
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/IOSurface-26455DPS9NDS0.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/ImageIO-2ZSF831VT29UB.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/ImageIO-2ZSF831VT29UB.pcm
new file mode 100644
index 0000000..0cbe5aa
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/ImageIO-2ZSF831VT29UB.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/MachO-20RPYVQSX341K.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/MachO-20RPYVQSX341K.pcm
new file mode 100644
index 0000000..35badc6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/MachO-20RPYVQSX341K.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/MediaToolbox-1P5YMSVDQUIJ6.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/MediaToolbox-1P5YMSVDQUIJ6.pcm
new file mode 100644
index 0000000..74accfb
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/MediaToolbox-1P5YMSVDQUIJ6.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/Metal-1GCZV9N85NJOH.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/Metal-1GCZV9N85NJOH.pcm
new file mode 100644
index 0000000..2d126ed
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/Metal-1GCZV9N85NJOH.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/OSLog-218FBXNFJGY61.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/OSLog-218FBXNFJGY61.pcm
new file mode 100644
index 0000000..e04dbb8
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/OSLog-218FBXNFJGY61.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/ObjectiveC-1G8H182PQX3QE.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/ObjectiveC-1G8H182PQX3QE.pcm
new file mode 100644
index 0000000..bd309c9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/ObjectiveC-1G8H182PQX3QE.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/OpenGL-H89XJT7GTCP.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/OpenGL-H89XJT7GTCP.pcm
new file mode 100644
index 0000000..4285074
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/OpenGL-H89XJT7GTCP.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/QuartzCore-39A8LQKF980J1.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/QuartzCore-39A8LQKF980J1.pcm
new file mode 100644
index 0000000..c23a4e1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/QuartzCore-39A8LQKF980J1.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/Security-3QCVXOV25KK54.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/Security-3QCVXOV25KK54.pcm
new file mode 100644
index 0000000..4e1ed28
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/Security-3QCVXOV25KK54.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/Spatial-1JZLH83HN83CS.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/Spatial-1JZLH83HN83CS.pcm
new file mode 100644
index 0000000..77579ea
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/Spatial-1JZLH83HN83CS.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/SwiftShims-2IMTS4WWRU7VJ.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/SwiftShims-2IMTS4WWRU7VJ.pcm
new file mode 100644
index 0000000..89791cf
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/SwiftShims-2IMTS4WWRU7VJ.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/SwiftUI-3DCHKT5UWXXCX.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/SwiftUI-3DCHKT5UWXXCX.pcm
new file mode 100644
index 0000000..fe482a1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/SwiftUI-3DCHKT5UWXXCX.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/SwiftUICore-86HIVXUC6WOA.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/SwiftUICore-86HIVXUC6WOA.pcm
new file mode 100644
index 0000000..5b17be4
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/SwiftUICore-86HIVXUC6WOA.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/Symbols-3KC1789KJFX94.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/Symbols-3KC1789KJFX94.pcm
new file mode 100644
index 0000000..a808624
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/Symbols-3KC1789KJFX94.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/UniformTypeIdentifiers-1OLJP4K3PLM48.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/UniformTypeIdentifiers-1OLJP4K3PLM48.pcm
new file mode 100644
index 0000000..ee21e41
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/UniformTypeIdentifiers-1OLJP4K3PLM48.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/XPC-T0ZXCAST7PE3.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/XPC-T0ZXCAST7PE3.pcm
new file mode 100644
index 0000000..1a70fdf
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/XPC-T0ZXCAST7PE3.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/_AvailabilityInternal-2YSBQADOLX02V.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/_AvailabilityInternal-2YSBQADOLX02V.pcm
new file mode 100644
index 0000000..61f1ead
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/_AvailabilityInternal-2YSBQADOLX02V.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/_Builtin_float-19KE09ZDXQ6Q3.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/_Builtin_float-19KE09ZDXQ6Q3.pcm
new file mode 100644
index 0000000..4af53e6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/_Builtin_float-19KE09ZDXQ6Q3.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/_Builtin_intrinsics-19KE09ZDXQ6Q3.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/_Builtin_intrinsics-19KE09ZDXQ6Q3.pcm
new file mode 100644
index 0000000..264e2c7
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/_Builtin_intrinsics-19KE09ZDXQ6Q3.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/_Builtin_inttypes-19KE09ZDXQ6Q3.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/_Builtin_inttypes-19KE09ZDXQ6Q3.pcm
new file mode 100644
index 0000000..dd4f37c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/_Builtin_inttypes-19KE09ZDXQ6Q3.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/_Builtin_limits-19KE09ZDXQ6Q3.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/_Builtin_limits-19KE09ZDXQ6Q3.pcm
new file mode 100644
index 0000000..12e84ef
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/_Builtin_limits-19KE09ZDXQ6Q3.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/_Builtin_stdarg-19KE09ZDXQ6Q3.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/_Builtin_stdarg-19KE09ZDXQ6Q3.pcm
new file mode 100644
index 0000000..46997d3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/_Builtin_stdarg-19KE09ZDXQ6Q3.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/_Builtin_stdatomic-19KE09ZDXQ6Q3.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/_Builtin_stdatomic-19KE09ZDXQ6Q3.pcm
new file mode 100644
index 0000000..a27c2cb
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/_Builtin_stdatomic-19KE09ZDXQ6Q3.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/_Builtin_stdbool-19KE09ZDXQ6Q3.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/_Builtin_stdbool-19KE09ZDXQ6Q3.pcm
new file mode 100644
index 0000000..a264faa
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/_Builtin_stdbool-19KE09ZDXQ6Q3.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/_Builtin_stddef-19KE09ZDXQ6Q3.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/_Builtin_stddef-19KE09ZDXQ6Q3.pcm
new file mode 100644
index 0000000..e4cb299
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/_Builtin_stddef-19KE09ZDXQ6Q3.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/_Builtin_stdint-19KE09ZDXQ6Q3.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/_Builtin_stdint-19KE09ZDXQ6Q3.pcm
new file mode 100644
index 0000000..1d39edc
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/_Builtin_stdint-19KE09ZDXQ6Q3.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/_Builtin_tgmath-19KE09ZDXQ6Q3.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/_Builtin_tgmath-19KE09ZDXQ6Q3.pcm
new file mode 100644
index 0000000..82f5f57
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/_Builtin_tgmath-19KE09ZDXQ6Q3.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/_DarwinFoundation1-2YSBQADOLX02V.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/_DarwinFoundation1-2YSBQADOLX02V.pcm
new file mode 100644
index 0000000..463be98
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/_DarwinFoundation1-2YSBQADOLX02V.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/_DarwinFoundation2-3J4ZFA06I5V1P.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/_DarwinFoundation2-3J4ZFA06I5V1P.pcm
new file mode 100644
index 0000000..2c8fca8
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/_DarwinFoundation2-3J4ZFA06I5V1P.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/_DarwinFoundation3-2NSGASPTSNBVQ.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/_DarwinFoundation3-2NSGASPTSNBVQ.pcm
new file mode 100644
index 0000000..c5075fd
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/_DarwinFoundation3-2NSGASPTSNBVQ.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/_SwiftConcurrencyShims-2IMTS4WWRU7VJ.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/_SwiftConcurrencyShims-2IMTS4WWRU7VJ.pcm
new file mode 100644
index 0000000..517bbb6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/_SwiftConcurrencyShims-2IMTS4WWRU7VJ.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/launch-3T3BU4MASLMUM.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/launch-3T3BU4MASLMUM.pcm
new file mode 100644
index 0000000..bf13f22
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/launch-3T3BU4MASLMUM.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/libDER-26DYHF6GC6WWA.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/libDER-26DYHF6GC6WWA.pcm
new file mode 100644
index 0000000..3081c1e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/libDER-26DYHF6GC6WWA.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/libkern-2KQ0X67RTM1JF.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/libkern-2KQ0X67RTM1JF.pcm
new file mode 100644
index 0000000..7c87218
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/libkern-2KQ0X67RTM1JF.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/os-2MV8OP7R98AN8.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/os-2MV8OP7R98AN8.pcm
new file mode 100644
index 0000000..cc5636b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/os-2MV8OP7R98AN8.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/os_object-2MV8OP7R98AN8.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/os_object-2MV8OP7R98AN8.pcm
new file mode 100644
index 0000000..f36bfed
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/os_object-2MV8OP7R98AN8.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/os_workgroup-2MV8OP7R98AN8.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/os_workgroup-2MV8OP7R98AN8.pcm
new file mode 100644
index 0000000..cebd70b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/os_workgroup-2MV8OP7R98AN8.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/ptrauth-19KE09ZDXQ6Q3.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/ptrauth-19KE09ZDXQ6Q3.pcm
new file mode 100644
index 0000000..f60a176
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/ptrauth-19KE09ZDXQ6Q3.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/ptrcheck-19KE09ZDXQ6Q3.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/ptrcheck-19KE09ZDXQ6Q3.pcm
new file mode 100644
index 0000000..1a3228e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/ptrcheck-19KE09ZDXQ6Q3.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/simd-KY25Q80SBOHY.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/simd-KY25Q80SBOHY.pcm
new file mode 100644
index 0000000..7592d63
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/simd-KY25Q80SBOHY.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/sys_types-3J4ZFA06I5V1P.pcm b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/sys_types-3J4ZFA06I5V1P.pcm
new file mode 100644
index 0000000..988c0d6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/ModuleCache/276PRSSVJJI72/sys_types-3J4ZFA06I5V1P.pcm differ
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/AVFAudio-29TPFLE27Y046.swiftmodule b/.build/arm64-apple-macosx/debug/ModuleCache/AVFAudio-29TPFLE27Y046.swiftmodule
new file mode 100644
index 0000000..3b2d516
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/ModuleCache/AVFAudio-29TPFLE27Y046.swiftmodule
@@ -0,0 +1,184 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AVFAudio.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767985074000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AVFAudio.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 58000
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762652847000000000
+ path: 'usr/include/ObjectiveC.apinotes'
+ size: 11147
+ sdk_relative: true
+ - mtime: 1762651179000000000
+ path: 'usr/include/Dispatch.apinotes'
+ size: 19
+ sdk_relative: true
+ - mtime: 1762651495000000000
+ path: 'usr/include/XPC.apinotes'
+ size: 123
+ sdk_relative: true
+ - mtime: 1762657696000000000
+ path: 'System/Library/Frameworks/Security.framework/Headers/Security.apinotes'
+ size: 162
+ sdk_relative: true
+ - mtime: 1762657676000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes'
+ size: 81098
+ sdk_relative: true
+ - mtime: 1762659976000000000
+ path: 'System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioTypes.apinotes'
+ size: 1519
+ sdk_relative: true
+ - mtime: 1763527855000000000
+ path: 'System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes'
+ size: 53963
+ sdk_relative: true
+ - mtime: 1762659781000000000
+ path: 'System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes'
+ size: 1662
+ sdk_relative: true
+ - mtime: 1763615122000000000
+ path: 'System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes'
+ size: 2012
+ sdk_relative: true
+ - mtime: 1761930329000000000
+ path: 'System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes'
+ size: 104226
+ sdk_relative: true
+ - mtime: 1763257499000000000
+ path: 'System/Library/Frameworks/CoreMedia.framework/Headers/CoreMedia.apinotes'
+ size: 65704
+ sdk_relative: true
+ - mtime: 1762660054000000000
+ path: 'System/Library/Frameworks/AudioToolbox.framework/Headers/AudioToolbox.apinotes'
+ size: 114
+ sdk_relative: true
+ - mtime: 1762657213000000000
+ path: 'System/Library/Frameworks/AVFAudio.framework/Headers/AVFAudio.apinotes'
+ size: 8309
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656630000000000
+ path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 175559
+ sdk_relative: true
+ - mtime: 1762656597000000000
+ path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 6736
+ sdk_relative: true
+ - mtime: 1762656781000000000
+ path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 60517
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 22945
+ sdk_relative: true
+ - mtime: 1762656926000000000
+ path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 48243
+ sdk_relative: true
+ - mtime: 1762657083000000000
+ path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 3684
+ sdk_relative: true
+ - mtime: 1762656121000000000
+ path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5685
+ sdk_relative: true
+ - mtime: 1762656633000000000
+ path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 97836
+ sdk_relative: true
+ - mtime: 1762657658000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1213377
+ sdk_relative: true
+ - mtime: 1762657813000000000
+ path: 'usr/lib/swift/CoreMIDI.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 15813
+ sdk_relative: true
+ - mtime: 1762656191000000000
+ path: 'usr/lib/swift/Synchronization.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 263626
+ sdk_relative: true
+ - mtime: 1763442692000000000
+ path: 'usr/lib/swift/CoreAudio.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 29731
+ sdk_relative: true
+ - mtime: 1762660162000000000
+ path: 'System/Library/Frameworks/AudioToolbox.framework/Modules/AudioToolbox.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 712
+ sdk_relative: true
+ - mtime: 1763100398000000000
+ path: 'System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 91635
+ sdk_relative: true
+ - mtime: 1762657941000000000
+ path: 'usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 43399
+ sdk_relative: true
+ - mtime: 1763100222000000000
+ path: 'System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes'
+ size: 1666
+ sdk_relative: true
+ - mtime: 1763099606000000000
+ path: 'usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 21762
+ sdk_relative: true
+ - mtime: 1762659845000000000
+ path: 'System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5515
+ sdk_relative: true
+ - mtime: 1762659885000000000
+ path: 'System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 35466
+ sdk_relative: true
+ - mtime: 1762656671000000000
+ path: 'usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 229538
+ sdk_relative: true
+ - mtime: 1763173363000000000
+ path: 'usr/lib/swift/CoreMedia.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 193271
+ sdk_relative: true
+ - mtime: 1762659899000000000
+ path: 'System/Library/Frameworks/AVFAudio.framework/Modules/AVFAudio.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 7135
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/AVFoundation-128SVS95O5UE1.swiftmodule b/.build/arm64-apple-macosx/debug/ModuleCache/AVFoundation-128SVS95O5UE1.swiftmodule
new file mode 100644
index 0000000..23addba
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/ModuleCache/AVFoundation-128SVS95O5UE1.swiftmodule
@@ -0,0 +1,212 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AVFoundation.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767985092000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AVFoundation.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 415536
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762652847000000000
+ path: 'usr/include/ObjectiveC.apinotes'
+ size: 11147
+ sdk_relative: true
+ - mtime: 1762651179000000000
+ path: 'usr/include/Dispatch.apinotes'
+ size: 19
+ sdk_relative: true
+ - mtime: 1762651495000000000
+ path: 'usr/include/XPC.apinotes'
+ size: 123
+ sdk_relative: true
+ - mtime: 1762657696000000000
+ path: 'System/Library/Frameworks/Security.framework/Headers/Security.apinotes'
+ size: 162
+ sdk_relative: true
+ - mtime: 1762657676000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes'
+ size: 81098
+ sdk_relative: true
+ - mtime: 1762659976000000000
+ path: 'System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioTypes.apinotes'
+ size: 1519
+ sdk_relative: true
+ - mtime: 1763527855000000000
+ path: 'System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes'
+ size: 53963
+ sdk_relative: true
+ - mtime: 1762659781000000000
+ path: 'System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes'
+ size: 1662
+ sdk_relative: true
+ - mtime: 1763615122000000000
+ path: 'System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes'
+ size: 2012
+ sdk_relative: true
+ - mtime: 1761930329000000000
+ path: 'System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes'
+ size: 104226
+ sdk_relative: true
+ - mtime: 1763257499000000000
+ path: 'System/Library/Frameworks/CoreMedia.framework/Headers/CoreMedia.apinotes'
+ size: 65704
+ sdk_relative: true
+ - mtime: 1762660054000000000
+ path: 'System/Library/Frameworks/AudioToolbox.framework/Headers/AudioToolbox.apinotes'
+ size: 114
+ sdk_relative: true
+ - mtime: 1762657213000000000
+ path: 'System/Library/Frameworks/AVFAudio.framework/Headers/AVFAudio.apinotes'
+ size: 8309
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656630000000000
+ path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 175559
+ sdk_relative: true
+ - mtime: 1762656597000000000
+ path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 6736
+ sdk_relative: true
+ - mtime: 1762656781000000000
+ path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 60517
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 22945
+ sdk_relative: true
+ - mtime: 1762656926000000000
+ path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 48243
+ sdk_relative: true
+ - mtime: 1762657083000000000
+ path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 3684
+ sdk_relative: true
+ - mtime: 1762656121000000000
+ path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5685
+ sdk_relative: true
+ - mtime: 1762656633000000000
+ path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 97836
+ sdk_relative: true
+ - mtime: 1762657658000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1213377
+ sdk_relative: true
+ - mtime: 1762659899000000000
+ path: 'System/Library/Frameworks/AVFAudio.framework/Modules/AVFAudio.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 7135
+ sdk_relative: true
+ - mtime: 1762657813000000000
+ path: 'usr/lib/swift/CoreMIDI.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 15813
+ sdk_relative: true
+ - mtime: 1762656191000000000
+ path: 'usr/lib/swift/Synchronization.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 263626
+ sdk_relative: true
+ - mtime: 1763442692000000000
+ path: 'usr/lib/swift/CoreAudio.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 29731
+ sdk_relative: true
+ - mtime: 1762660162000000000
+ path: 'System/Library/Frameworks/AudioToolbox.framework/Modules/AudioToolbox.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 712
+ sdk_relative: true
+ - mtime: 1763100398000000000
+ path: 'System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 91635
+ sdk_relative: true
+ - mtime: 1762657941000000000
+ path: 'usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 43399
+ sdk_relative: true
+ - mtime: 1763100222000000000
+ path: 'System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes'
+ size: 1666
+ sdk_relative: true
+ - mtime: 1763099606000000000
+ path: 'usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 21762
+ sdk_relative: true
+ - mtime: 1762659845000000000
+ path: 'System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5515
+ sdk_relative: true
+ - mtime: 1762659885000000000
+ path: 'System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 35466
+ sdk_relative: true
+ - mtime: 1762656671000000000
+ path: 'usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 229538
+ sdk_relative: true
+ - mtime: 1763173363000000000
+ path: 'usr/lib/swift/CoreMedia.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 193271
+ sdk_relative: true
+ - mtime: 1763173953000000000
+ path: 'System/Library/Frameworks/MediaToolbox.framework/Headers/MediaToolbox.apinotes'
+ size: 215
+ sdk_relative: true
+ - mtime: 1762656838000000000
+ path: 'System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes'
+ size: 7569
+ sdk_relative: true
+ - mtime: 1763257807000000000
+ path: 'System/Library/Frameworks/AVFoundation.framework/Headers/AVFoundation.apinotes'
+ size: 101299
+ sdk_relative: true
+ - mtime: 1762659490000000000
+ path: 'usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2338
+ sdk_relative: true
+ - mtime: 1762659626000000000
+ path: 'System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes'
+ size: 37585
+ sdk_relative: true
+ - mtime: 1762659519000000000
+ path: 'usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 773
+ sdk_relative: true
+ - mtime: 1763174136000000000
+ path: 'usr/lib/swift/AVFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 107276
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/Accessibility-HOQK59DNQ56.swiftmodule b/.build/arm64-apple-macosx/debug/ModuleCache/Accessibility-HOQK59DNQ56.swiftmodule
new file mode 100644
index 0000000..90b8fe0
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/ModuleCache/Accessibility-HOQK59DNQ56.swiftmodule
@@ -0,0 +1,112 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984984000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 141788
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762652847000000000
+ path: 'usr/include/ObjectiveC.apinotes'
+ size: 11147
+ sdk_relative: true
+ - mtime: 1762651179000000000
+ path: 'usr/include/Dispatch.apinotes'
+ size: 19
+ sdk_relative: true
+ - mtime: 1763527855000000000
+ path: 'System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes'
+ size: 53963
+ sdk_relative: true
+ - mtime: 1762651495000000000
+ path: 'usr/include/XPC.apinotes'
+ size: 123
+ sdk_relative: true
+ - mtime: 1762657696000000000
+ path: 'System/Library/Frameworks/Security.framework/Headers/Security.apinotes'
+ size: 162
+ sdk_relative: true
+ - mtime: 1762657676000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes'
+ size: 81098
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656630000000000
+ path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 175559
+ sdk_relative: true
+ - mtime: 1762656597000000000
+ path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 6736
+ sdk_relative: true
+ - mtime: 1762656781000000000
+ path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 60517
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 22945
+ sdk_relative: true
+ - mtime: 1762656926000000000
+ path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 48243
+ sdk_relative: true
+ - mtime: 1762657083000000000
+ path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 3684
+ sdk_relative: true
+ - mtime: 1762656121000000000
+ path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5685
+ sdk_relative: true
+ - mtime: 1762656633000000000
+ path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 97836
+ sdk_relative: true
+ - mtime: 1762657658000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1213377
+ sdk_relative: true
+ - mtime: 1763100398000000000
+ path: 'System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 91635
+ sdk_relative: true
+ - mtime: 1762659049000000000
+ path: 'System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 23357
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/AppKit-1ROQ40XI2TI54.swiftmodule b/.build/arm64-apple-macosx/debug/ModuleCache/AppKit-1ROQ40XI2TI54.swiftmodule
new file mode 100644
index 0000000..110422e
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/ModuleCache/AppKit-1ROQ40XI2TI54.swiftmodule
@@ -0,0 +1,212 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767985147000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 563252
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762652847000000000
+ path: 'usr/include/ObjectiveC.apinotes'
+ size: 11147
+ sdk_relative: true
+ - mtime: 1762651179000000000
+ path: 'usr/include/Dispatch.apinotes'
+ size: 19
+ sdk_relative: true
+ - mtime: 1763527855000000000
+ path: 'System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes'
+ size: 53963
+ sdk_relative: true
+ - mtime: 1762651495000000000
+ path: 'usr/include/XPC.apinotes'
+ size: 123
+ sdk_relative: true
+ - mtime: 1762657696000000000
+ path: 'System/Library/Frameworks/Security.framework/Headers/Security.apinotes'
+ size: 162
+ sdk_relative: true
+ - mtime: 1762657676000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes'
+ size: 81098
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656630000000000
+ path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 175559
+ sdk_relative: true
+ - mtime: 1762656597000000000
+ path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 6736
+ sdk_relative: true
+ - mtime: 1762656781000000000
+ path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 60517
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 22945
+ sdk_relative: true
+ - mtime: 1762656926000000000
+ path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 48243
+ sdk_relative: true
+ - mtime: 1762657083000000000
+ path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 3684
+ sdk_relative: true
+ - mtime: 1762656121000000000
+ path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5685
+ sdk_relative: true
+ - mtime: 1762656633000000000
+ path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 97836
+ sdk_relative: true
+ - mtime: 1762657658000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1213377
+ sdk_relative: true
+ - mtime: 1763100398000000000
+ path: 'System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 91635
+ sdk_relative: true
+ - mtime: 1762659049000000000
+ path: 'System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 23357
+ sdk_relative: true
+ - mtime: 1762659781000000000
+ path: 'System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes'
+ size: 1662
+ sdk_relative: true
+ - mtime: 1763615122000000000
+ path: 'System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes'
+ size: 2012
+ sdk_relative: true
+ - mtime: 1762656322000000000
+ path: 'System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes'
+ size: 7789
+ sdk_relative: true
+ - mtime: 1761930329000000000
+ path: 'System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes'
+ size: 104226
+ sdk_relative: true
+ - mtime: 1762659626000000000
+ path: 'System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes'
+ size: 37585
+ sdk_relative: true
+ - mtime: 1762656838000000000
+ path: 'System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes'
+ size: 7569
+ sdk_relative: true
+ - mtime: 1763616286000000000
+ path: 'System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes'
+ size: 384123
+ sdk_relative: true
+ - mtime: 1763100222000000000
+ path: 'System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes'
+ size: 1666
+ sdk_relative: true
+ - mtime: 1763099606000000000
+ path: 'usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 21762
+ sdk_relative: true
+ - mtime: 1762659845000000000
+ path: 'System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5515
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/os.apinotes'
+ size: 1658
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 110947
+ sdk_relative: true
+ - mtime: 1762657804000000000
+ path: 'System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 44106
+ sdk_relative: true
+ - mtime: 1762657941000000000
+ path: 'usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 43399
+ sdk_relative: true
+ - mtime: 1762659885000000000
+ path: 'System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 35466
+ sdk_relative: true
+ - mtime: 1762659490000000000
+ path: 'usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2338
+ sdk_relative: true
+ - mtime: 1762659931000000000
+ path: 'System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24397
+ sdk_relative: true
+ - mtime: 1762659519000000000
+ path: 'usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 773
+ sdk_relative: true
+ - mtime: 1762660258000000000
+ path: 'System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 22534
+ sdk_relative: true
+ - mtime: 1762657857000000000
+ path: 'System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 7617
+ sdk_relative: true
+ - mtime: 1762659050000000000
+ path: 'System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 11442
+ sdk_relative: true
+ - mtime: 1762657871000000000
+ path: 'usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1385
+ sdk_relative: true
+ - mtime: 1762656671000000000
+ path: 'usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 229538
+ sdk_relative: true
+ - mtime: 1762660463000000000
+ path: 'System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1127055
+ sdk_relative: true
+ - mtime: 1763616422000000000
+ path: 'System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 120422
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/AudioToolbox-2491Z67TCD8MV.swiftmodule b/.build/arm64-apple-macosx/debug/ModuleCache/AudioToolbox-2491Z67TCD8MV.swiftmodule
new file mode 100644
index 0000000..4853bee
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/ModuleCache/AudioToolbox-2491Z67TCD8MV.swiftmodule
@@ -0,0 +1,136 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AudioToolbox.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767985024000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AudioToolbox.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 20992
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762652847000000000
+ path: 'usr/include/ObjectiveC.apinotes'
+ size: 11147
+ sdk_relative: true
+ - mtime: 1762651179000000000
+ path: 'usr/include/Dispatch.apinotes'
+ size: 19
+ sdk_relative: true
+ - mtime: 1762659976000000000
+ path: 'System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioTypes.apinotes'
+ size: 1519
+ sdk_relative: true
+ - mtime: 1762651495000000000
+ path: 'usr/include/XPC.apinotes'
+ size: 123
+ sdk_relative: true
+ - mtime: 1762657696000000000
+ path: 'System/Library/Frameworks/Security.framework/Headers/Security.apinotes'
+ size: 162
+ sdk_relative: true
+ - mtime: 1762657676000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes'
+ size: 81098
+ sdk_relative: true
+ - mtime: 1763527855000000000
+ path: 'System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes'
+ size: 53963
+ sdk_relative: true
+ - mtime: 1762659781000000000
+ path: 'System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes'
+ size: 1662
+ sdk_relative: true
+ - mtime: 1763615122000000000
+ path: 'System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes'
+ size: 2012
+ sdk_relative: true
+ - mtime: 1762660054000000000
+ path: 'System/Library/Frameworks/AudioToolbox.framework/Headers/AudioToolbox.apinotes'
+ size: 114
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656630000000000
+ path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 175559
+ sdk_relative: true
+ - mtime: 1762656597000000000
+ path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 6736
+ sdk_relative: true
+ - mtime: 1762656781000000000
+ path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 60517
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 22945
+ sdk_relative: true
+ - mtime: 1762656926000000000
+ path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 48243
+ sdk_relative: true
+ - mtime: 1762657083000000000
+ path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 3684
+ sdk_relative: true
+ - mtime: 1762656121000000000
+ path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5685
+ sdk_relative: true
+ - mtime: 1762656633000000000
+ path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 97836
+ sdk_relative: true
+ - mtime: 1762657658000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1213377
+ sdk_relative: true
+ - mtime: 1762657813000000000
+ path: 'usr/lib/swift/CoreMIDI.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 15813
+ sdk_relative: true
+ - mtime: 1762656191000000000
+ path: 'usr/lib/swift/Synchronization.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 263626
+ sdk_relative: true
+ - mtime: 1763442692000000000
+ path: 'usr/lib/swift/CoreAudio.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 29731
+ sdk_relative: true
+ - mtime: 1762660162000000000
+ path: 'System/Library/Frameworks/AudioToolbox.framework/Modules/AudioToolbox.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 712
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/Combine-CLM2N41QP539.swiftmodule b/.build/arm64-apple-macosx/debug/ModuleCache/Combine-CLM2N41QP539.swiftmodule
new file mode 100644
index 0000000..974dad3
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/ModuleCache/Combine-CLM2N41QP539.swiftmodule
@@ -0,0 +1,48 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984852000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 491804
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656630000000000
+ path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 175559
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/CoreAudio-A10RMVLRW6KL.swiftmodule b/.build/arm64-apple-macosx/debug/ModuleCache/CoreAudio-A10RMVLRW6KL.swiftmodule
new file mode 100644
index 0000000..50f7122
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/ModuleCache/CoreAudio-A10RMVLRW6KL.swiftmodule
@@ -0,0 +1,112 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreAudio.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984932000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreAudio.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 122564
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762652847000000000
+ path: 'usr/include/ObjectiveC.apinotes'
+ size: 11147
+ sdk_relative: true
+ - mtime: 1762651179000000000
+ path: 'usr/include/Dispatch.apinotes'
+ size: 19
+ sdk_relative: true
+ - mtime: 1762659976000000000
+ path: 'System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioTypes.apinotes'
+ size: 1519
+ sdk_relative: true
+ - mtime: 1762651495000000000
+ path: 'usr/include/XPC.apinotes'
+ size: 123
+ sdk_relative: true
+ - mtime: 1762657696000000000
+ path: 'System/Library/Frameworks/Security.framework/Headers/Security.apinotes'
+ size: 162
+ sdk_relative: true
+ - mtime: 1762657676000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes'
+ size: 81098
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656630000000000
+ path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 175559
+ sdk_relative: true
+ - mtime: 1762656597000000000
+ path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 6736
+ sdk_relative: true
+ - mtime: 1762656781000000000
+ path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 60517
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 22945
+ sdk_relative: true
+ - mtime: 1762656926000000000
+ path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 48243
+ sdk_relative: true
+ - mtime: 1762657083000000000
+ path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 3684
+ sdk_relative: true
+ - mtime: 1762656121000000000
+ path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5685
+ sdk_relative: true
+ - mtime: 1762656633000000000
+ path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 97836
+ sdk_relative: true
+ - mtime: 1762657658000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1213377
+ sdk_relative: true
+ - mtime: 1762656191000000000
+ path: 'usr/lib/swift/Synchronization.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 263626
+ sdk_relative: true
+ - mtime: 1763442692000000000
+ path: 'usr/lib/swift/CoreAudio.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 29731
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/CoreData-UNZALBLI3ONH.swiftmodule b/.build/arm64-apple-macosx/debug/ModuleCache/CoreData-UNZALBLI3ONH.swiftmodule
new file mode 100644
index 0000000..fcf7af1
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/ModuleCache/CoreData-UNZALBLI3ONH.swiftmodule
@@ -0,0 +1,116 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984936000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 116000
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656630000000000
+ path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 175559
+ sdk_relative: true
+ - mtime: 1762652847000000000
+ path: 'usr/include/ObjectiveC.apinotes'
+ size: 11147
+ sdk_relative: true
+ - mtime: 1762651179000000000
+ path: 'usr/include/Dispatch.apinotes'
+ size: 19
+ sdk_relative: true
+ - mtime: 1762651495000000000
+ path: 'usr/include/XPC.apinotes'
+ size: 123
+ sdk_relative: true
+ - mtime: 1762657696000000000
+ path: 'System/Library/Frameworks/Security.framework/Headers/Security.apinotes'
+ size: 162
+ sdk_relative: true
+ - mtime: 1762657676000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes'
+ size: 81098
+ sdk_relative: true
+ - mtime: 1762656322000000000
+ path: 'System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes'
+ size: 7789
+ sdk_relative: true
+ - mtime: 1762656597000000000
+ path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 6736
+ sdk_relative: true
+ - mtime: 1762656781000000000
+ path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 60517
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 22945
+ sdk_relative: true
+ - mtime: 1762656926000000000
+ path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 48243
+ sdk_relative: true
+ - mtime: 1762657083000000000
+ path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 3684
+ sdk_relative: true
+ - mtime: 1762656121000000000
+ path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5685
+ sdk_relative: true
+ - mtime: 1762656633000000000
+ path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 97836
+ sdk_relative: true
+ - mtime: 1762657658000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1213377
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/os.apinotes'
+ size: 1658
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 110947
+ sdk_relative: true
+ - mtime: 1762657804000000000
+ path: 'System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 44106
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/CoreFoundation-3I9GIY67LB99J.swiftmodule b/.build/arm64-apple-macosx/debug/ModuleCache/CoreFoundation-3I9GIY67LB99J.swiftmodule
new file mode 100644
index 0000000..286227c
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/ModuleCache/CoreFoundation-3I9GIY67LB99J.swiftmodule
@@ -0,0 +1,68 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984868000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 178856
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762652847000000000
+ path: 'usr/include/ObjectiveC.apinotes'
+ size: 11147
+ sdk_relative: true
+ - mtime: 1762651179000000000
+ path: 'usr/include/Dispatch.apinotes'
+ size: 19
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656630000000000
+ path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 175559
+ sdk_relative: true
+ - mtime: 1762656597000000000
+ path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 6736
+ sdk_relative: true
+ - mtime: 1762656781000000000
+ path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 60517
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 22945
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/CoreGraphics-2ZZM75JAAJMBY.swiftmodule b/.build/arm64-apple-macosx/debug/ModuleCache/CoreGraphics-2ZZM75JAAJMBY.swiftmodule
new file mode 100644
index 0000000..dc9e459
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/ModuleCache/CoreGraphics-2ZZM75JAAJMBY.swiftmodule
@@ -0,0 +1,108 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984937000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 317112
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762652847000000000
+ path: 'usr/include/ObjectiveC.apinotes'
+ size: 11147
+ sdk_relative: true
+ - mtime: 1762651179000000000
+ path: 'usr/include/Dispatch.apinotes'
+ size: 19
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656630000000000
+ path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 175559
+ sdk_relative: true
+ - mtime: 1762656597000000000
+ path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 6736
+ sdk_relative: true
+ - mtime: 1762656781000000000
+ path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 60517
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 22945
+ sdk_relative: true
+ - mtime: 1763527855000000000
+ path: 'System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes'
+ size: 53963
+ sdk_relative: true
+ - mtime: 1762657083000000000
+ path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 3684
+ sdk_relative: true
+ - mtime: 1762651495000000000
+ path: 'usr/include/XPC.apinotes'
+ size: 123
+ sdk_relative: true
+ - mtime: 1762657696000000000
+ path: 'System/Library/Frameworks/Security.framework/Headers/Security.apinotes'
+ size: 162
+ sdk_relative: true
+ - mtime: 1762657676000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes'
+ size: 81098
+ sdk_relative: true
+ - mtime: 1762656926000000000
+ path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 48243
+ sdk_relative: true
+ - mtime: 1762656121000000000
+ path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5685
+ sdk_relative: true
+ - mtime: 1762656633000000000
+ path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 97836
+ sdk_relative: true
+ - mtime: 1762657658000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1213377
+ sdk_relative: true
+ - mtime: 1763100398000000000
+ path: 'System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 91635
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/CoreImage-1IDF1DVENC8S7.swiftmodule b/.build/arm64-apple-macosx/debug/ModuleCache/CoreImage-1IDF1DVENC8S7.swiftmodule
new file mode 100644
index 0000000..4c525b3
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/ModuleCache/CoreImage-1IDF1DVENC8S7.swiftmodule
@@ -0,0 +1,148 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767985042000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 21364
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762652847000000000
+ path: 'usr/include/ObjectiveC.apinotes'
+ size: 11147
+ sdk_relative: true
+ - mtime: 1762651179000000000
+ path: 'usr/include/Dispatch.apinotes'
+ size: 19
+ sdk_relative: true
+ - mtime: 1763527855000000000
+ path: 'System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes'
+ size: 53963
+ sdk_relative: true
+ - mtime: 1762651495000000000
+ path: 'usr/include/XPC.apinotes'
+ size: 123
+ sdk_relative: true
+ - mtime: 1762657696000000000
+ path: 'System/Library/Frameworks/Security.framework/Headers/Security.apinotes'
+ size: 162
+ sdk_relative: true
+ - mtime: 1762657676000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes'
+ size: 81098
+ sdk_relative: true
+ - mtime: 1762659781000000000
+ path: 'System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes'
+ size: 1662
+ sdk_relative: true
+ - mtime: 1763615122000000000
+ path: 'System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes'
+ size: 2012
+ sdk_relative: true
+ - mtime: 1761930329000000000
+ path: 'System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes'
+ size: 104226
+ sdk_relative: true
+ - mtime: 1762659626000000000
+ path: 'System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes'
+ size: 37585
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656630000000000
+ path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 175559
+ sdk_relative: true
+ - mtime: 1762656597000000000
+ path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 6736
+ sdk_relative: true
+ - mtime: 1762656781000000000
+ path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 60517
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 22945
+ sdk_relative: true
+ - mtime: 1762656926000000000
+ path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 48243
+ sdk_relative: true
+ - mtime: 1762657083000000000
+ path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 3684
+ sdk_relative: true
+ - mtime: 1762656121000000000
+ path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5685
+ sdk_relative: true
+ - mtime: 1762656633000000000
+ path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 97836
+ sdk_relative: true
+ - mtime: 1762657658000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1213377
+ sdk_relative: true
+ - mtime: 1762657941000000000
+ path: 'usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 43399
+ sdk_relative: true
+ - mtime: 1763100398000000000
+ path: 'System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 91635
+ sdk_relative: true
+ - mtime: 1763100222000000000
+ path: 'System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes'
+ size: 1666
+ sdk_relative: true
+ - mtime: 1763099606000000000
+ path: 'usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 21762
+ sdk_relative: true
+ - mtime: 1762659845000000000
+ path: 'System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5515
+ sdk_relative: true
+ - mtime: 1762659885000000000
+ path: 'System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 35466
+ sdk_relative: true
+ - mtime: 1762659519000000000
+ path: 'usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 773
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/CoreMIDI-5N679U61XIO5.swiftmodule b/.build/arm64-apple-macosx/debug/ModuleCache/CoreMIDI-5N679U61XIO5.swiftmodule
new file mode 100644
index 0000000..62483da
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/ModuleCache/CoreMIDI-5N679U61XIO5.swiftmodule
@@ -0,0 +1,104 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreMIDI.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984930000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreMIDI.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 70136
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762652847000000000
+ path: 'usr/include/ObjectiveC.apinotes'
+ size: 11147
+ sdk_relative: true
+ - mtime: 1762651179000000000
+ path: 'usr/include/Dispatch.apinotes'
+ size: 19
+ sdk_relative: true
+ - mtime: 1762651495000000000
+ path: 'usr/include/XPC.apinotes'
+ size: 123
+ sdk_relative: true
+ - mtime: 1762657696000000000
+ path: 'System/Library/Frameworks/Security.framework/Headers/Security.apinotes'
+ size: 162
+ sdk_relative: true
+ - mtime: 1762657676000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes'
+ size: 81098
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656630000000000
+ path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 175559
+ sdk_relative: true
+ - mtime: 1762656597000000000
+ path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 6736
+ sdk_relative: true
+ - mtime: 1762656781000000000
+ path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 60517
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 22945
+ sdk_relative: true
+ - mtime: 1762656926000000000
+ path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 48243
+ sdk_relative: true
+ - mtime: 1762657083000000000
+ path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 3684
+ sdk_relative: true
+ - mtime: 1762656121000000000
+ path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5685
+ sdk_relative: true
+ - mtime: 1762656633000000000
+ path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 97836
+ sdk_relative: true
+ - mtime: 1762657658000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1213377
+ sdk_relative: true
+ - mtime: 1762657813000000000
+ path: 'usr/lib/swift/CoreMIDI.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 15813
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/CoreMedia-1834UR28SV9A.swiftmodule b/.build/arm64-apple-macosx/debug/ModuleCache/CoreMedia-1834UR28SV9A.swiftmodule
new file mode 100644
index 0000000..9cc375b
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/ModuleCache/CoreMedia-1834UR28SV9A.swiftmodule
@@ -0,0 +1,164 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreMedia.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767985063000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreMedia.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 561376
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762652847000000000
+ path: 'usr/include/ObjectiveC.apinotes'
+ size: 11147
+ sdk_relative: true
+ - mtime: 1762651179000000000
+ path: 'usr/include/Dispatch.apinotes'
+ size: 19
+ sdk_relative: true
+ - mtime: 1762659976000000000
+ path: 'System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioTypes.apinotes'
+ size: 1519
+ sdk_relative: true
+ - mtime: 1762651495000000000
+ path: 'usr/include/XPC.apinotes'
+ size: 123
+ sdk_relative: true
+ - mtime: 1762657696000000000
+ path: 'System/Library/Frameworks/Security.framework/Headers/Security.apinotes'
+ size: 162
+ sdk_relative: true
+ - mtime: 1762657676000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes'
+ size: 81098
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656630000000000
+ path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 175559
+ sdk_relative: true
+ - mtime: 1762656597000000000
+ path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 6736
+ sdk_relative: true
+ - mtime: 1762656781000000000
+ path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 60517
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 22945
+ sdk_relative: true
+ - mtime: 1762656926000000000
+ path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 48243
+ sdk_relative: true
+ - mtime: 1762657083000000000
+ path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 3684
+ sdk_relative: true
+ - mtime: 1762656121000000000
+ path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5685
+ sdk_relative: true
+ - mtime: 1762656633000000000
+ path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 97836
+ sdk_relative: true
+ - mtime: 1762657658000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1213377
+ sdk_relative: true
+ - mtime: 1762656191000000000
+ path: 'usr/lib/swift/Synchronization.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 263626
+ sdk_relative: true
+ - mtime: 1763442692000000000
+ path: 'usr/lib/swift/CoreAudio.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 29731
+ sdk_relative: true
+ - mtime: 1763527855000000000
+ path: 'System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes'
+ size: 53963
+ sdk_relative: true
+ - mtime: 1762659781000000000
+ path: 'System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes'
+ size: 1662
+ sdk_relative: true
+ - mtime: 1763615122000000000
+ path: 'System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes'
+ size: 2012
+ sdk_relative: true
+ - mtime: 1761930329000000000
+ path: 'System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes'
+ size: 104226
+ sdk_relative: true
+ - mtime: 1763257499000000000
+ path: 'System/Library/Frameworks/CoreMedia.framework/Headers/CoreMedia.apinotes'
+ size: 65704
+ sdk_relative: true
+ - mtime: 1763100398000000000
+ path: 'System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 91635
+ sdk_relative: true
+ - mtime: 1762657941000000000
+ path: 'usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 43399
+ sdk_relative: true
+ - mtime: 1763100222000000000
+ path: 'System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes'
+ size: 1666
+ sdk_relative: true
+ - mtime: 1763099606000000000
+ path: 'usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 21762
+ sdk_relative: true
+ - mtime: 1762659845000000000
+ path: 'System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5515
+ sdk_relative: true
+ - mtime: 1762659885000000000
+ path: 'System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 35466
+ sdk_relative: true
+ - mtime: 1762656671000000000
+ path: 'usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 229538
+ sdk_relative: true
+ - mtime: 1763173363000000000
+ path: 'usr/lib/swift/CoreMedia.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 193271
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/CoreText-2PN6OYODU459I.swiftmodule b/.build/arm64-apple-macosx/debug/ModuleCache/CoreText-2PN6OYODU459I.swiftmodule
new file mode 100644
index 0000000..bf471da
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/ModuleCache/CoreText-2PN6OYODU459I.swiftmodule
@@ -0,0 +1,124 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984982000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 43348
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762652847000000000
+ path: 'usr/include/ObjectiveC.apinotes'
+ size: 11147
+ sdk_relative: true
+ - mtime: 1762651179000000000
+ path: 'usr/include/Dispatch.apinotes'
+ size: 19
+ sdk_relative: true
+ - mtime: 1763527855000000000
+ path: 'System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes'
+ size: 53963
+ sdk_relative: true
+ - mtime: 1762659781000000000
+ path: 'System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes'
+ size: 1662
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656630000000000
+ path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 175559
+ sdk_relative: true
+ - mtime: 1762656597000000000
+ path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 6736
+ sdk_relative: true
+ - mtime: 1762656781000000000
+ path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 60517
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 22945
+ sdk_relative: true
+ - mtime: 1762657083000000000
+ path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 3684
+ sdk_relative: true
+ - mtime: 1762651495000000000
+ path: 'usr/include/XPC.apinotes'
+ size: 123
+ sdk_relative: true
+ - mtime: 1762657696000000000
+ path: 'System/Library/Frameworks/Security.framework/Headers/Security.apinotes'
+ size: 162
+ sdk_relative: true
+ - mtime: 1762657676000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes'
+ size: 81098
+ sdk_relative: true
+ - mtime: 1762656926000000000
+ path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 48243
+ sdk_relative: true
+ - mtime: 1762656121000000000
+ path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5685
+ sdk_relative: true
+ - mtime: 1762656633000000000
+ path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 97836
+ sdk_relative: true
+ - mtime: 1762657658000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1213377
+ sdk_relative: true
+ - mtime: 1763100398000000000
+ path: 'System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 91635
+ sdk_relative: true
+ - mtime: 1763100222000000000
+ path: 'System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes'
+ size: 1666
+ sdk_relative: true
+ - mtime: 1763099606000000000
+ path: 'usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 21762
+ sdk_relative: true
+ - mtime: 1762659845000000000
+ path: 'System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5515
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/CoreTransferable-2AFUSSEH6WXGY.swiftmodule b/.build/arm64-apple-macosx/debug/ModuleCache/CoreTransferable-2AFUSSEH6WXGY.swiftmodule
new file mode 100644
index 0000000..a5cc310
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/ModuleCache/CoreTransferable-2AFUSSEH6WXGY.swiftmodule
@@ -0,0 +1,120 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984965000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 79064
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656630000000000
+ path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 175559
+ sdk_relative: true
+ - mtime: 1762652847000000000
+ path: 'usr/include/ObjectiveC.apinotes'
+ size: 11147
+ sdk_relative: true
+ - mtime: 1762651179000000000
+ path: 'usr/include/Dispatch.apinotes'
+ size: 19
+ sdk_relative: true
+ - mtime: 1762651495000000000
+ path: 'usr/include/XPC.apinotes'
+ size: 123
+ sdk_relative: true
+ - mtime: 1762657696000000000
+ path: 'System/Library/Frameworks/Security.framework/Headers/Security.apinotes'
+ size: 162
+ sdk_relative: true
+ - mtime: 1762657676000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes'
+ size: 81098
+ sdk_relative: true
+ - mtime: 1762656597000000000
+ path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 6736
+ sdk_relative: true
+ - mtime: 1762656781000000000
+ path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 60517
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 22945
+ sdk_relative: true
+ - mtime: 1762656926000000000
+ path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 48243
+ sdk_relative: true
+ - mtime: 1762657083000000000
+ path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 3684
+ sdk_relative: true
+ - mtime: 1762656121000000000
+ path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5685
+ sdk_relative: true
+ - mtime: 1762656633000000000
+ path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 97836
+ sdk_relative: true
+ - mtime: 1762657658000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1213377
+ sdk_relative: true
+ - mtime: 1763100222000000000
+ path: 'System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes'
+ size: 1666
+ sdk_relative: true
+ - mtime: 1763099606000000000
+ path: 'usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 21762
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/os.apinotes'
+ size: 1658
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 110947
+ sdk_relative: true
+ - mtime: 1762660258000000000
+ path: 'System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 22534
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/CoreVideo-2Z38TNJJ7L417.swiftmodule b/.build/arm64-apple-macosx/debug/ModuleCache/CoreVideo-2Z38TNJJ7L417.swiftmodule
new file mode 100644
index 0000000..de50450
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/ModuleCache/CoreVideo-2Z38TNJJ7L417.swiftmodule
@@ -0,0 +1,140 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767985028000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 174804
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762652847000000000
+ path: 'usr/include/ObjectiveC.apinotes'
+ size: 11147
+ sdk_relative: true
+ - mtime: 1762651179000000000
+ path: 'usr/include/Dispatch.apinotes'
+ size: 19
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656630000000000
+ path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 175559
+ sdk_relative: true
+ - mtime: 1762656597000000000
+ path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 6736
+ sdk_relative: true
+ - mtime: 1762656781000000000
+ path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 60517
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 22945
+ sdk_relative: true
+ - mtime: 1763527855000000000
+ path: 'System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes'
+ size: 53963
+ sdk_relative: true
+ - mtime: 1762657083000000000
+ path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 3684
+ sdk_relative: true
+ - mtime: 1762651495000000000
+ path: 'usr/include/XPC.apinotes'
+ size: 123
+ sdk_relative: true
+ - mtime: 1762657696000000000
+ path: 'System/Library/Frameworks/Security.framework/Headers/Security.apinotes'
+ size: 162
+ sdk_relative: true
+ - mtime: 1762657676000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes'
+ size: 81098
+ sdk_relative: true
+ - mtime: 1762656926000000000
+ path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 48243
+ sdk_relative: true
+ - mtime: 1762656121000000000
+ path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5685
+ sdk_relative: true
+ - mtime: 1762656633000000000
+ path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 97836
+ sdk_relative: true
+ - mtime: 1762657658000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1213377
+ sdk_relative: true
+ - mtime: 1763100398000000000
+ path: 'System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 91635
+ sdk_relative: true
+ - mtime: 1762659781000000000
+ path: 'System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes'
+ size: 1662
+ sdk_relative: true
+ - mtime: 1763615122000000000
+ path: 'System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes'
+ size: 2012
+ sdk_relative: true
+ - mtime: 1761930329000000000
+ path: 'System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes'
+ size: 104226
+ sdk_relative: true
+ - mtime: 1762657941000000000
+ path: 'usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 43399
+ sdk_relative: true
+ - mtime: 1763100222000000000
+ path: 'System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes'
+ size: 1666
+ sdk_relative: true
+ - mtime: 1763099606000000000
+ path: 'usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 21762
+ sdk_relative: true
+ - mtime: 1762659845000000000
+ path: 'System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5515
+ sdk_relative: true
+ - mtime: 1762659885000000000
+ path: 'System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 35466
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/Darwin-291O9FLR68DGP.swiftmodule b/.build/arm64-apple-macosx/debug/ModuleCache/Darwin-291O9FLR68DGP.swiftmodule
new file mode 100644
index 0000000..e88066d
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/ModuleCache/Darwin-291O9FLR68DGP.swiftmodule
@@ -0,0 +1,36 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984834000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 77260
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/DataDetection-3HJJJRU1969GP.swiftmodule b/.build/arm64-apple-macosx/debug/ModuleCache/DataDetection-3HJJJRU1969GP.swiftmodule
new file mode 100644
index 0000000..674f10e
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/ModuleCache/DataDetection-3HJJJRU1969GP.swiftmodule
@@ -0,0 +1,104 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984955000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 50748
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762652847000000000
+ path: 'usr/include/ObjectiveC.apinotes'
+ size: 11147
+ sdk_relative: true
+ - mtime: 1762651179000000000
+ path: 'usr/include/Dispatch.apinotes'
+ size: 19
+ sdk_relative: true
+ - mtime: 1762651495000000000
+ path: 'usr/include/XPC.apinotes'
+ size: 123
+ sdk_relative: true
+ - mtime: 1762657696000000000
+ path: 'System/Library/Frameworks/Security.framework/Headers/Security.apinotes'
+ size: 162
+ sdk_relative: true
+ - mtime: 1762657676000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes'
+ size: 81098
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656630000000000
+ path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 175559
+ sdk_relative: true
+ - mtime: 1762656597000000000
+ path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 6736
+ sdk_relative: true
+ - mtime: 1762656781000000000
+ path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 60517
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 22945
+ sdk_relative: true
+ - mtime: 1762656926000000000
+ path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 48243
+ sdk_relative: true
+ - mtime: 1762657083000000000
+ path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 3684
+ sdk_relative: true
+ - mtime: 1762656121000000000
+ path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5685
+ sdk_relative: true
+ - mtime: 1762656633000000000
+ path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 97836
+ sdk_relative: true
+ - mtime: 1762657658000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1213377
+ sdk_relative: true
+ - mtime: 1762657857000000000
+ path: 'System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 7617
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/DeveloperToolsSupport-2NI1BVH4E5JKN.swiftmodule b/.build/arm64-apple-macosx/debug/ModuleCache/DeveloperToolsSupport-2NI1BVH4E5JKN.swiftmodule
new file mode 100644
index 0000000..7184f94
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/ModuleCache/DeveloperToolsSupport-2NI1BVH4E5JKN.swiftmodule
@@ -0,0 +1,112 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984978000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 42676
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762652847000000000
+ path: 'usr/include/ObjectiveC.apinotes'
+ size: 11147
+ sdk_relative: true
+ - mtime: 1762651179000000000
+ path: 'usr/include/Dispatch.apinotes'
+ size: 19
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656630000000000
+ path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 175559
+ sdk_relative: true
+ - mtime: 1762656597000000000
+ path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 6736
+ sdk_relative: true
+ - mtime: 1762656781000000000
+ path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 60517
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 22945
+ sdk_relative: true
+ - mtime: 1763527855000000000
+ path: 'System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes'
+ size: 53963
+ sdk_relative: true
+ - mtime: 1762657083000000000
+ path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 3684
+ sdk_relative: true
+ - mtime: 1762651495000000000
+ path: 'usr/include/XPC.apinotes'
+ size: 123
+ sdk_relative: true
+ - mtime: 1762657696000000000
+ path: 'System/Library/Frameworks/Security.framework/Headers/Security.apinotes'
+ size: 162
+ sdk_relative: true
+ - mtime: 1762657676000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes'
+ size: 81098
+ sdk_relative: true
+ - mtime: 1762656926000000000
+ path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 48243
+ sdk_relative: true
+ - mtime: 1762656121000000000
+ path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5685
+ sdk_relative: true
+ - mtime: 1762656633000000000
+ path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 97836
+ sdk_relative: true
+ - mtime: 1762657658000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1213377
+ sdk_relative: true
+ - mtime: 1763100398000000000
+ path: 'System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 91635
+ sdk_relative: true
+ - mtime: 1762659050000000000
+ path: 'System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 11442
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/Dispatch-2NVODKRL4W03C.swiftmodule b/.build/arm64-apple-macosx/debug/ModuleCache/Dispatch-2NVODKRL4W03C.swiftmodule
new file mode 100644
index 0000000..cd181b3
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/ModuleCache/Dispatch-2NVODKRL4W03C.swiftmodule
@@ -0,0 +1,64 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984861000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 210376
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656630000000000
+ path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 175559
+ sdk_relative: true
+ - mtime: 1762652847000000000
+ path: 'usr/include/ObjectiveC.apinotes'
+ size: 11147
+ sdk_relative: true
+ - mtime: 1762651179000000000
+ path: 'usr/include/Dispatch.apinotes'
+ size: 19
+ sdk_relative: true
+ - mtime: 1762656597000000000
+ path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 6736
+ sdk_relative: true
+ - mtime: 1762656781000000000
+ path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 60517
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/Foundation-8E2CXYAOJWIG.swiftmodule b/.build/arm64-apple-macosx/debug/ModuleCache/Foundation-8E2CXYAOJWIG.swiftmodule
new file mode 100644
index 0000000..829d33c
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/ModuleCache/Foundation-8E2CXYAOJWIG.swiftmodule
@@ -0,0 +1,100 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984903000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 3793020
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656630000000000
+ path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 175559
+ sdk_relative: true
+ - mtime: 1762652847000000000
+ path: 'usr/include/ObjectiveC.apinotes'
+ size: 11147
+ sdk_relative: true
+ - mtime: 1762651179000000000
+ path: 'usr/include/Dispatch.apinotes'
+ size: 19
+ sdk_relative: true
+ - mtime: 1762656597000000000
+ path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 6736
+ sdk_relative: true
+ - mtime: 1762656781000000000
+ path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 60517
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 22945
+ sdk_relative: true
+ - mtime: 1762651495000000000
+ path: 'usr/include/XPC.apinotes'
+ size: 123
+ sdk_relative: true
+ - mtime: 1762657696000000000
+ path: 'System/Library/Frameworks/Security.framework/Headers/Security.apinotes'
+ size: 162
+ sdk_relative: true
+ - mtime: 1762657676000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes'
+ size: 81098
+ sdk_relative: true
+ - mtime: 1762656926000000000
+ path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 48243
+ sdk_relative: true
+ - mtime: 1762657083000000000
+ path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 3684
+ sdk_relative: true
+ - mtime: 1762656121000000000
+ path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5685
+ sdk_relative: true
+ - mtime: 1762656633000000000
+ path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 97836
+ sdk_relative: true
+ - mtime: 1762657658000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1213377
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/IOKit-3KBZEZOQ3IAXA.swiftmodule b/.build/arm64-apple-macosx/debug/ModuleCache/IOKit-3KBZEZOQ3IAXA.swiftmodule
new file mode 100644
index 0000000..23c5157
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/ModuleCache/IOKit-3KBZEZOQ3IAXA.swiftmodule
@@ -0,0 +1,72 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984872000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 29712
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762652847000000000
+ path: 'usr/include/ObjectiveC.apinotes'
+ size: 11147
+ sdk_relative: true
+ - mtime: 1762651179000000000
+ path: 'usr/include/Dispatch.apinotes'
+ size: 19
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656630000000000
+ path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 175559
+ sdk_relative: true
+ - mtime: 1762656597000000000
+ path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 6736
+ sdk_relative: true
+ - mtime: 1762656781000000000
+ path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 60517
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 22945
+ sdk_relative: true
+ - mtime: 1762657083000000000
+ path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 3684
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/Metal-BC6J2J2NFNPT.swiftmodule b/.build/arm64-apple-macosx/debug/ModuleCache/Metal-BC6J2J2NFNPT.swiftmodule
new file mode 100644
index 0000000..0154cf1
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/ModuleCache/Metal-BC6J2J2NFNPT.swiftmodule
@@ -0,0 +1,108 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984949000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 187336
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762652847000000000
+ path: 'usr/include/ObjectiveC.apinotes'
+ size: 11147
+ sdk_relative: true
+ - mtime: 1762651179000000000
+ path: 'usr/include/Dispatch.apinotes'
+ size: 19
+ sdk_relative: true
+ - mtime: 1762651495000000000
+ path: 'usr/include/XPC.apinotes'
+ size: 123
+ sdk_relative: true
+ - mtime: 1762657696000000000
+ path: 'System/Library/Frameworks/Security.framework/Headers/Security.apinotes'
+ size: 162
+ sdk_relative: true
+ - mtime: 1762657676000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes'
+ size: 81098
+ sdk_relative: true
+ - mtime: 1761930329000000000
+ path: 'System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes'
+ size: 104226
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656630000000000
+ path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 175559
+ sdk_relative: true
+ - mtime: 1762656597000000000
+ path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 6736
+ sdk_relative: true
+ - mtime: 1762656781000000000
+ path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 60517
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 22945
+ sdk_relative: true
+ - mtime: 1762656926000000000
+ path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 48243
+ sdk_relative: true
+ - mtime: 1762657083000000000
+ path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 3684
+ sdk_relative: true
+ - mtime: 1762656121000000000
+ path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5685
+ sdk_relative: true
+ - mtime: 1762656633000000000
+ path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 97836
+ sdk_relative: true
+ - mtime: 1762657658000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1213377
+ sdk_relative: true
+ - mtime: 1762657941000000000
+ path: 'usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 43399
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/OSLog-3I6CFPRD2R8PK.swiftmodule b/.build/arm64-apple-macosx/debug/ModuleCache/OSLog-3I6CFPRD2R8PK.swiftmodule
new file mode 100644
index 0000000..0d4b6b7
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/ModuleCache/OSLog-3I6CFPRD2R8PK.swiftmodule
@@ -0,0 +1,112 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984943000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 48180
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656630000000000
+ path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 175559
+ sdk_relative: true
+ - mtime: 1762652847000000000
+ path: 'usr/include/ObjectiveC.apinotes'
+ size: 11147
+ sdk_relative: true
+ - mtime: 1762651179000000000
+ path: 'usr/include/Dispatch.apinotes'
+ size: 19
+ sdk_relative: true
+ - mtime: 1762656597000000000
+ path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 6736
+ sdk_relative: true
+ - mtime: 1762656781000000000
+ path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 60517
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 22945
+ sdk_relative: true
+ - mtime: 1762651495000000000
+ path: 'usr/include/XPC.apinotes'
+ size: 123
+ sdk_relative: true
+ - mtime: 1762657696000000000
+ path: 'System/Library/Frameworks/Security.framework/Headers/Security.apinotes'
+ size: 162
+ sdk_relative: true
+ - mtime: 1762657676000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes'
+ size: 81098
+ sdk_relative: true
+ - mtime: 1762656926000000000
+ path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 48243
+ sdk_relative: true
+ - mtime: 1762657083000000000
+ path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 3684
+ sdk_relative: true
+ - mtime: 1762656121000000000
+ path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5685
+ sdk_relative: true
+ - mtime: 1762656633000000000
+ path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 97836
+ sdk_relative: true
+ - mtime: 1762657658000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1213377
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/os.apinotes'
+ size: 1658
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 110947
+ sdk_relative: true
+ - mtime: 1762657871000000000
+ path: 'usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1385
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/ObjectiveC-2WJJSHHEL3R0P.swiftmodule b/.build/arm64-apple-macosx/debug/ModuleCache/ObjectiveC-2WJJSHHEL3R0P.swiftmodule
new file mode 100644
index 0000000..87fc596
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/ModuleCache/ObjectiveC-2WJJSHHEL3R0P.swiftmodule
@@ -0,0 +1,52 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984841000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 50144
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762652847000000000
+ path: 'usr/include/ObjectiveC.apinotes'
+ size: 11147
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656597000000000
+ path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 6736
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/Observation-AG9EYUWK351W.swiftmodule b/.build/arm64-apple-macosx/debug/ModuleCache/Observation-AG9EYUWK351W.swiftmodule
new file mode 100644
index 0000000..e6929ee
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/ModuleCache/Observation-AG9EYUWK351W.swiftmodule
@@ -0,0 +1,20 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984838000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 30516
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656121000000000
+ path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5685
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/QuartzCore-3A90OJCFETZHW.swiftmodule b/.build/arm64-apple-macosx/debug/ModuleCache/QuartzCore-3A90OJCFETZHW.swiftmodule
new file mode 100644
index 0000000..a79ea1e
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/ModuleCache/QuartzCore-3A90OJCFETZHW.swiftmodule
@@ -0,0 +1,148 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767985040000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 29448
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656630000000000
+ path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 175559
+ sdk_relative: true
+ - mtime: 1762652847000000000
+ path: 'usr/include/ObjectiveC.apinotes'
+ size: 11147
+ sdk_relative: true
+ - mtime: 1762651179000000000
+ path: 'usr/include/Dispatch.apinotes'
+ size: 19
+ sdk_relative: true
+ - mtime: 1762656597000000000
+ path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 6736
+ sdk_relative: true
+ - mtime: 1762656781000000000
+ path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 60517
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 22945
+ sdk_relative: true
+ - mtime: 1762651495000000000
+ path: 'usr/include/XPC.apinotes'
+ size: 123
+ sdk_relative: true
+ - mtime: 1762657696000000000
+ path: 'System/Library/Frameworks/Security.framework/Headers/Security.apinotes'
+ size: 162
+ sdk_relative: true
+ - mtime: 1762657676000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes'
+ size: 81098
+ sdk_relative: true
+ - mtime: 1762656926000000000
+ path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 48243
+ sdk_relative: true
+ - mtime: 1762657083000000000
+ path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 3684
+ sdk_relative: true
+ - mtime: 1762656121000000000
+ path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5685
+ sdk_relative: true
+ - mtime: 1762656633000000000
+ path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 97836
+ sdk_relative: true
+ - mtime: 1762657658000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1213377
+ sdk_relative: true
+ - mtime: 1763527855000000000
+ path: 'System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes'
+ size: 53963
+ sdk_relative: true
+ - mtime: 1761930329000000000
+ path: 'System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes'
+ size: 104226
+ sdk_relative: true
+ - mtime: 1762659781000000000
+ path: 'System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes'
+ size: 1662
+ sdk_relative: true
+ - mtime: 1763615122000000000
+ path: 'System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes'
+ size: 2012
+ sdk_relative: true
+ - mtime: 1762656838000000000
+ path: 'System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes'
+ size: 7569
+ sdk_relative: true
+ - mtime: 1763100398000000000
+ path: 'System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 91635
+ sdk_relative: true
+ - mtime: 1762657941000000000
+ path: 'usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 43399
+ sdk_relative: true
+ - mtime: 1763100222000000000
+ path: 'System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes'
+ size: 1666
+ sdk_relative: true
+ - mtime: 1763099606000000000
+ path: 'usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 21762
+ sdk_relative: true
+ - mtime: 1762659845000000000
+ path: 'System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5515
+ sdk_relative: true
+ - mtime: 1762659885000000000
+ path: 'System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 35466
+ sdk_relative: true
+ - mtime: 1762659490000000000
+ path: 'usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2338
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/Spatial-22AE4DD8B5QXY.swiftmodule b/.build/arm64-apple-macosx/debug/ModuleCache/Spatial-22AE4DD8B5QXY.swiftmodule
new file mode 100644
index 0000000..cafe649
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/ModuleCache/Spatial-22AE4DD8B5QXY.swiftmodule
@@ -0,0 +1,52 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984893000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 1220596
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656671000000000
+ path: 'usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 229538
+ sdk_relative: true
+ - mtime: 1762656853000000000
+ path: 'usr/lib/swift/Spatial.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 225279
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/Swift-3AJJN1UPT8RFK.swiftmodule b/.build/arm64-apple-macosx/debug/ModuleCache/Swift-3AJJN1UPT8RFK.swiftmodule
new file mode 100644
index 0000000..f889e97
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/ModuleCache/Swift-3AJJN1UPT8RFK.swiftmodule
@@ -0,0 +1,12 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984822000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 14151824
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/SwiftOnoneSupport-2FQ1NKPWN66GE.swiftmodule b/.build/arm64-apple-macosx/debug/ModuleCache/SwiftOnoneSupport-2FQ1NKPWN66GE.swiftmodule
new file mode 100644
index 0000000..aa2cee3
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/ModuleCache/SwiftOnoneSupport-2FQ1NKPWN66GE.swiftmodule
@@ -0,0 +1,16 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984826000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 18108
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762654695000000000
+ path: 'usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1219
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/SwiftUI-23SVVH8TFM3UP.swiftmodule b/.build/arm64-apple-macosx/debug/ModuleCache/SwiftUI-23SVVH8TFM3UP.swiftmodule
new file mode 100644
index 0000000..09e422e
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/ModuleCache/SwiftUI-23SVVH8TFM3UP.swiftmodule
@@ -0,0 +1,220 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767985272000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 3988856
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656630000000000
+ path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 175559
+ sdk_relative: true
+ - mtime: 1762652847000000000
+ path: 'usr/include/ObjectiveC.apinotes'
+ size: 11147
+ sdk_relative: true
+ - mtime: 1762651179000000000
+ path: 'usr/include/Dispatch.apinotes'
+ size: 19
+ sdk_relative: true
+ - mtime: 1762651495000000000
+ path: 'usr/include/XPC.apinotes'
+ size: 123
+ sdk_relative: true
+ - mtime: 1762657696000000000
+ path: 'System/Library/Frameworks/Security.framework/Headers/Security.apinotes'
+ size: 162
+ sdk_relative: true
+ - mtime: 1762657676000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes'
+ size: 81098
+ sdk_relative: true
+ - mtime: 1762656322000000000
+ path: 'System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes'
+ size: 7789
+ sdk_relative: true
+ - mtime: 1762656597000000000
+ path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 6736
+ sdk_relative: true
+ - mtime: 1762656781000000000
+ path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 60517
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 22945
+ sdk_relative: true
+ - mtime: 1762656926000000000
+ path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 48243
+ sdk_relative: true
+ - mtime: 1762657083000000000
+ path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 3684
+ sdk_relative: true
+ - mtime: 1762656121000000000
+ path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5685
+ sdk_relative: true
+ - mtime: 1762656633000000000
+ path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 97836
+ sdk_relative: true
+ - mtime: 1762657658000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1213377
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/os.apinotes'
+ size: 1658
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 110947
+ sdk_relative: true
+ - mtime: 1762657804000000000
+ path: 'System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 44106
+ sdk_relative: true
+ - mtime: 1763527855000000000
+ path: 'System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes'
+ size: 53963
+ sdk_relative: true
+ - mtime: 1763100398000000000
+ path: 'System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 91635
+ sdk_relative: true
+ - mtime: 1763100222000000000
+ path: 'System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes'
+ size: 1666
+ sdk_relative: true
+ - mtime: 1763099606000000000
+ path: 'usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 21762
+ sdk_relative: true
+ - mtime: 1762660258000000000
+ path: 'System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 22534
+ sdk_relative: true
+ - mtime: 1762659050000000000
+ path: 'System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 11442
+ sdk_relative: true
+ - mtime: 1762657871000000000
+ path: 'usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1385
+ sdk_relative: true
+ - mtime: 1762656671000000000
+ path: 'usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 229538
+ sdk_relative: true
+ - mtime: 1762656853000000000
+ path: 'usr/lib/swift/Spatial.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 225279
+ sdk_relative: true
+ - mtime: 1762659781000000000
+ path: 'System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes'
+ size: 1662
+ sdk_relative: true
+ - mtime: 1763615122000000000
+ path: 'System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes'
+ size: 2012
+ sdk_relative: true
+ - mtime: 1761930329000000000
+ path: 'System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes'
+ size: 104226
+ sdk_relative: true
+ - mtime: 1762659626000000000
+ path: 'System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes'
+ size: 37585
+ sdk_relative: true
+ - mtime: 1762656838000000000
+ path: 'System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes'
+ size: 7569
+ sdk_relative: true
+ - mtime: 1763616286000000000
+ path: 'System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes'
+ size: 384123
+ sdk_relative: true
+ - mtime: 1762659049000000000
+ path: 'System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 23357
+ sdk_relative: true
+ - mtime: 1762659845000000000
+ path: 'System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5515
+ sdk_relative: true
+ - mtime: 1762657941000000000
+ path: 'usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 43399
+ sdk_relative: true
+ - mtime: 1762659885000000000
+ path: 'System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 35466
+ sdk_relative: true
+ - mtime: 1762659490000000000
+ path: 'usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2338
+ sdk_relative: true
+ - mtime: 1762659931000000000
+ path: 'System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24397
+ sdk_relative: true
+ - mtime: 1762659519000000000
+ path: 'usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 773
+ sdk_relative: true
+ - mtime: 1762657857000000000
+ path: 'System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 7617
+ sdk_relative: true
+ - mtime: 1762660463000000000
+ path: 'System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1127055
+ sdk_relative: true
+ - mtime: 1763616422000000000
+ path: 'System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 120422
+ sdk_relative: true
+ - mtime: 1762662380000000000
+ path: 'System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1546347
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/SwiftUICore-3JBYWMPC082XT.swiftmodule b/.build/arm64-apple-macosx/debug/ModuleCache/SwiftUICore-3JBYWMPC082XT.swiftmodule
new file mode 100644
index 0000000..1c8f8c1
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/ModuleCache/SwiftUICore-3JBYWMPC082XT.swiftmodule
@@ -0,0 +1,184 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767985125000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 4114112
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762652847000000000
+ path: 'usr/include/ObjectiveC.apinotes'
+ size: 11147
+ sdk_relative: true
+ - mtime: 1762651179000000000
+ path: 'usr/include/Dispatch.apinotes'
+ size: 19
+ sdk_relative: true
+ - mtime: 1763527855000000000
+ path: 'System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes'
+ size: 53963
+ sdk_relative: true
+ - mtime: 1762651495000000000
+ path: 'usr/include/XPC.apinotes'
+ size: 123
+ sdk_relative: true
+ - mtime: 1762657696000000000
+ path: 'System/Library/Frameworks/Security.framework/Headers/Security.apinotes'
+ size: 162
+ sdk_relative: true
+ - mtime: 1762657676000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes'
+ size: 81098
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656630000000000
+ path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 175559
+ sdk_relative: true
+ - mtime: 1762656597000000000
+ path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 6736
+ sdk_relative: true
+ - mtime: 1762656781000000000
+ path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 60517
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 22945
+ sdk_relative: true
+ - mtime: 1762656926000000000
+ path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 48243
+ sdk_relative: true
+ - mtime: 1762657083000000000
+ path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 3684
+ sdk_relative: true
+ - mtime: 1762656121000000000
+ path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5685
+ sdk_relative: true
+ - mtime: 1762656633000000000
+ path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 97836
+ sdk_relative: true
+ - mtime: 1762657658000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1213377
+ sdk_relative: true
+ - mtime: 1763100398000000000
+ path: 'System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 91635
+ sdk_relative: true
+ - mtime: 1762659049000000000
+ path: 'System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 23357
+ sdk_relative: true
+ - mtime: 1763100222000000000
+ path: 'System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes'
+ size: 1666
+ sdk_relative: true
+ - mtime: 1763099606000000000
+ path: 'usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 21762
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/os.apinotes'
+ size: 1658
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 110947
+ sdk_relative: true
+ - mtime: 1762660258000000000
+ path: 'System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 22534
+ sdk_relative: true
+ - mtime: 1762659050000000000
+ path: 'System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 11442
+ sdk_relative: true
+ - mtime: 1762657871000000000
+ path: 'usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1385
+ sdk_relative: true
+ - mtime: 1762659781000000000
+ path: 'System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes'
+ size: 1662
+ sdk_relative: true
+ - mtime: 1761930329000000000
+ path: 'System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes'
+ size: 104226
+ sdk_relative: true
+ - mtime: 1763615122000000000
+ path: 'System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes'
+ size: 2012
+ sdk_relative: true
+ - mtime: 1762656838000000000
+ path: 'System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes'
+ size: 7569
+ sdk_relative: true
+ - mtime: 1762657941000000000
+ path: 'usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 43399
+ sdk_relative: true
+ - mtime: 1762659845000000000
+ path: 'System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5515
+ sdk_relative: true
+ - mtime: 1762659885000000000
+ path: 'System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 35466
+ sdk_relative: true
+ - mtime: 1762659490000000000
+ path: 'usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2338
+ sdk_relative: true
+ - mtime: 1762659931000000000
+ path: 'System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24397
+ sdk_relative: true
+ - mtime: 1762656671000000000
+ path: 'usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 229538
+ sdk_relative: true
+ - mtime: 1762660463000000000
+ path: 'System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1127055
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/Symbols-N3B17LUT2P84.swiftmodule b/.build/arm64-apple-macosx/debug/ModuleCache/Symbols-N3B17LUT2P84.swiftmodule
new file mode 100644
index 0000000..003eb23
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/ModuleCache/Symbols-N3B17LUT2P84.swiftmodule
@@ -0,0 +1,104 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984941000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 72428
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762652847000000000
+ path: 'usr/include/ObjectiveC.apinotes'
+ size: 11147
+ sdk_relative: true
+ - mtime: 1762651179000000000
+ path: 'usr/include/Dispatch.apinotes'
+ size: 19
+ sdk_relative: true
+ - mtime: 1762651495000000000
+ path: 'usr/include/XPC.apinotes'
+ size: 123
+ sdk_relative: true
+ - mtime: 1762657696000000000
+ path: 'System/Library/Frameworks/Security.framework/Headers/Security.apinotes'
+ size: 162
+ sdk_relative: true
+ - mtime: 1762657676000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes'
+ size: 81098
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656630000000000
+ path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 175559
+ sdk_relative: true
+ - mtime: 1762656597000000000
+ path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 6736
+ sdk_relative: true
+ - mtime: 1762656781000000000
+ path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 60517
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 22945
+ sdk_relative: true
+ - mtime: 1762656926000000000
+ path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 48243
+ sdk_relative: true
+ - mtime: 1762657083000000000
+ path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 3684
+ sdk_relative: true
+ - mtime: 1762656121000000000
+ path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5685
+ sdk_relative: true
+ - mtime: 1762656633000000000
+ path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 97836
+ sdk_relative: true
+ - mtime: 1762657658000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1213377
+ sdk_relative: true
+ - mtime: 1762659931000000000
+ path: 'System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24397
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/Synchronization-CCH44QUWEVVC.swiftmodule b/.build/arm64-apple-macosx/debug/ModuleCache/Synchronization-CCH44QUWEVVC.swiftmodule
new file mode 100644
index 0000000..167636f
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/ModuleCache/Synchronization-CCH44QUWEVVC.swiftmodule
@@ -0,0 +1,40 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Synchronization.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984859000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Synchronization.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 568864
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656191000000000
+ path: 'usr/lib/swift/Synchronization.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 263626
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/System-3BXY2G0Y4Y36Z.swiftmodule b/.build/arm64-apple-macosx/debug/ModuleCache/System-3BXY2G0Y4Y36Z.swiftmodule
new file mode 100644
index 0000000..62518d0
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/ModuleCache/System-3BXY2G0Y4Y36Z.swiftmodule
@@ -0,0 +1,48 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984852000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 400172
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656633000000000
+ path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 97836
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/UniformTypeIdentifiers-10MBSAL0MV1TD.swiftmodule b/.build/arm64-apple-macosx/debug/ModuleCache/UniformTypeIdentifiers-10MBSAL0MV1TD.swiftmodule
new file mode 100644
index 0000000..540094e
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/ModuleCache/UniformTypeIdentifiers-10MBSAL0MV1TD.swiftmodule
@@ -0,0 +1,108 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984926000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 73604
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656630000000000
+ path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 175559
+ sdk_relative: true
+ - mtime: 1762652847000000000
+ path: 'usr/include/ObjectiveC.apinotes'
+ size: 11147
+ sdk_relative: true
+ - mtime: 1762651179000000000
+ path: 'usr/include/Dispatch.apinotes'
+ size: 19
+ sdk_relative: true
+ - mtime: 1762656597000000000
+ path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 6736
+ sdk_relative: true
+ - mtime: 1762656781000000000
+ path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 60517
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 22945
+ sdk_relative: true
+ - mtime: 1762651495000000000
+ path: 'usr/include/XPC.apinotes'
+ size: 123
+ sdk_relative: true
+ - mtime: 1762657696000000000
+ path: 'System/Library/Frameworks/Security.framework/Headers/Security.apinotes'
+ size: 162
+ sdk_relative: true
+ - mtime: 1762657676000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes'
+ size: 81098
+ sdk_relative: true
+ - mtime: 1762656926000000000
+ path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 48243
+ sdk_relative: true
+ - mtime: 1762657083000000000
+ path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 3684
+ sdk_relative: true
+ - mtime: 1762656121000000000
+ path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5685
+ sdk_relative: true
+ - mtime: 1762656633000000000
+ path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 97836
+ sdk_relative: true
+ - mtime: 1762657658000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1213377
+ sdk_relative: true
+ - mtime: 1763100222000000000
+ path: 'System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes'
+ size: 1666
+ sdk_relative: true
+ - mtime: 1763099606000000000
+ path: 'usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 21762
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/XPC-18LQUUVH1LCYE.swiftmodule b/.build/arm64-apple-macosx/debug/ModuleCache/XPC-18LQUUVH1LCYE.swiftmodule
new file mode 100644
index 0000000..584a41c
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/ModuleCache/XPC-18LQUUVH1LCYE.swiftmodule
@@ -0,0 +1,72 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984867000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 115336
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762652847000000000
+ path: 'usr/include/ObjectiveC.apinotes'
+ size: 11147
+ sdk_relative: true
+ - mtime: 1762651179000000000
+ path: 'usr/include/Dispatch.apinotes'
+ size: 19
+ sdk_relative: true
+ - mtime: 1762651495000000000
+ path: 'usr/include/XPC.apinotes'
+ size: 123
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656630000000000
+ path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 175559
+ sdk_relative: true
+ - mtime: 1762656597000000000
+ path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 6736
+ sdk_relative: true
+ - mtime: 1762656781000000000
+ path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 60517
+ sdk_relative: true
+ - mtime: 1762656926000000000
+ path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 48243
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/_Builtin_float-JKB5YGFONNBY.swiftmodule b/.build/arm64-apple-macosx/debug/ModuleCache/_Builtin_float-JKB5YGFONNBY.swiftmodule
new file mode 100644
index 0000000..0e0a159
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/ModuleCache/_Builtin_float-JKB5YGFONNBY.swiftmodule
@@ -0,0 +1,16 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984827000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 23300
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/_Concurrency-FANHPWLU7G6F.swiftmodule b/.build/arm64-apple-macosx/debug/ModuleCache/_Concurrency-FANHPWLU7G6F.swiftmodule
new file mode 100644
index 0000000..1aa1354
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/ModuleCache/_Concurrency-FANHPWLU7G6F.swiftmodule
@@ -0,0 +1,16 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984836000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 746504
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/_DarwinFoundation1-3BXQATE9X413D.swiftmodule b/.build/arm64-apple-macosx/debug/ModuleCache/_DarwinFoundation1-3BXQATE9X413D.swiftmodule
new file mode 100644
index 0000000..05f5d0f
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/ModuleCache/_DarwinFoundation1-3BXQATE9X413D.swiftmodule
@@ -0,0 +1,16 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984829000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 90260
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/_DarwinFoundation2-TSN52CSLWEO1.swiftmodule b/.build/arm64-apple-macosx/debug/ModuleCache/_DarwinFoundation2-TSN52CSLWEO1.swiftmodule
new file mode 100644
index 0000000..54a0efb
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/ModuleCache/_DarwinFoundation2-TSN52CSLWEO1.swiftmodule
@@ -0,0 +1,24 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984830000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 22844
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/_DarwinFoundation3-2GOX52NJBS769.swiftmodule b/.build/arm64-apple-macosx/debug/ModuleCache/_DarwinFoundation3-2GOX52NJBS769.swiftmodule
new file mode 100644
index 0000000..746126c
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/ModuleCache/_DarwinFoundation3-2GOX52NJBS769.swiftmodule
@@ -0,0 +1,28 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984831000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 20152
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/_StringProcessing-APODMVSX0JV9.swiftmodule b/.build/arm64-apple-macosx/debug/ModuleCache/_StringProcessing-APODMVSX0JV9.swiftmodule
new file mode 100644
index 0000000..3a4bc38
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/ModuleCache/_StringProcessing-APODMVSX0JV9.swiftmodule
@@ -0,0 +1,16 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984829000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 83608
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/modules.timestamp b/.build/arm64-apple-macosx/debug/ModuleCache/modules.timestamp
new file mode 100644
index 0000000..e69de29
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/os-36JHHY8RP28DK.swiftmodule b/.build/arm64-apple-macosx/debug/ModuleCache/os-36JHHY8RP28DK.swiftmodule
new file mode 100644
index 0000000..e459970
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/ModuleCache/os-36JHHY8RP28DK.swiftmodule
@@ -0,0 +1,80 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984877000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 627488
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762652847000000000
+ path: 'usr/include/ObjectiveC.apinotes'
+ size: 11147
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656597000000000
+ path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 6736
+ sdk_relative: true
+ - mtime: 1762651179000000000
+ path: 'usr/include/Dispatch.apinotes'
+ size: 19
+ sdk_relative: true
+ - mtime: 1762651495000000000
+ path: 'usr/include/XPC.apinotes'
+ size: 123
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/os.apinotes'
+ size: 1658
+ sdk_relative: true
+ - mtime: 1762656630000000000
+ path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 175559
+ sdk_relative: true
+ - mtime: 1762656781000000000
+ path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 60517
+ sdk_relative: true
+ - mtime: 1762656926000000000
+ path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 48243
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 110947
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/debug/ModuleCache/simd-27STUITMV9XEN.swiftmodule b/.build/arm64-apple-macosx/debug/ModuleCache/simd-27STUITMV9XEN.swiftmodule
new file mode 100644
index 0000000..4b2d55f
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/ModuleCache/simd-27STUITMV9XEN.swiftmodule
@@ -0,0 +1,48 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984873000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 973648
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656671000000000
+ path: 'usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 229538
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/debug/Modules/MiniPlayer.abi.json b/.build/arm64-apple-macosx/debug/Modules/MiniPlayer.abi.json
new file mode 100644
index 0000000..d2f988e
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/Modules/MiniPlayer.abi.json
@@ -0,0 +1,9 @@
+{
+ "ABIRoot": {
+ "kind": "Root",
+ "name": "NO_MODULE",
+ "printedName": "NO_MODULE",
+ "json_format_version": 8
+ },
+ "ConstValues": []
+}
\ No newline at end of file
diff --git a/.build/arm64-apple-macosx/debug/Modules/MiniPlayer.swiftdoc b/.build/arm64-apple-macosx/debug/Modules/MiniPlayer.swiftdoc
new file mode 100644
index 0000000..2c94982
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/Modules/MiniPlayer.swiftdoc differ
diff --git a/.build/arm64-apple-macosx/debug/Modules/MiniPlayer.swiftmodule b/.build/arm64-apple-macosx/debug/Modules/MiniPlayer.swiftmodule
new file mode 100644
index 0000000..d12ba3e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/Modules/MiniPlayer.swiftmodule differ
diff --git a/.build/arm64-apple-macosx/debug/Modules/MiniPlayer.swiftsourceinfo b/.build/arm64-apple-macosx/debug/Modules/MiniPlayer.swiftsourceinfo
new file mode 100644
index 0000000..22445e9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/Modules/MiniPlayer.swiftsourceinfo differ
diff --git a/.build/arm64-apple-macosx/debug/Modules/SwiftBricks.abi.json b/.build/arm64-apple-macosx/debug/Modules/SwiftBricks.abi.json
new file mode 100644
index 0000000..d2f988e
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/Modules/SwiftBricks.abi.json
@@ -0,0 +1,9 @@
+{
+ "ABIRoot": {
+ "kind": "Root",
+ "name": "NO_MODULE",
+ "printedName": "NO_MODULE",
+ "json_format_version": 8
+ },
+ "ConstValues": []
+}
\ No newline at end of file
diff --git a/.build/arm64-apple-macosx/debug/Modules/SwiftBricks.swiftdoc b/.build/arm64-apple-macosx/debug/Modules/SwiftBricks.swiftdoc
new file mode 100644
index 0000000..a85a8e1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/Modules/SwiftBricks.swiftdoc differ
diff --git a/.build/arm64-apple-macosx/debug/Modules/SwiftBricks.swiftmodule b/.build/arm64-apple-macosx/debug/Modules/SwiftBricks.swiftmodule
new file mode 100644
index 0000000..93b598a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/Modules/SwiftBricks.swiftmodule differ
diff --git a/.build/arm64-apple-macosx/debug/Modules/SwiftBricks.swiftsourceinfo b/.build/arm64-apple-macosx/debug/Modules/SwiftBricks.swiftsourceinfo
new file mode 100644
index 0000000..dd348a8
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/Modules/SwiftBricks.swiftsourceinfo differ
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/BricksView.d b/.build/arm64-apple-macosx/debug/SwiftBricks.build/BricksView.d
new file mode 100644
index 0000000..af96383
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/SwiftBricks.build/BricksView.d
@@ -0,0 +1 @@
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/BricksView.swift.o : /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/BricksView.dia b/.build/arm64-apple-macosx/debug/SwiftBricks.build/BricksView.dia
new file mode 100644
index 0000000..093d351
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/SwiftBricks.build/BricksView.dia differ
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/BricksView.swift.o b/.build/arm64-apple-macosx/debug/SwiftBricks.build/BricksView.swift.o
new file mode 100644
index 0000000..fcf15e4
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/SwiftBricks.build/BricksView.swift.o differ
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/BricksView.swiftdeps b/.build/arm64-apple-macosx/debug/SwiftBricks.build/BricksView.swiftdeps
new file mode 100644
index 0000000..2b3e200
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/SwiftBricks.build/BricksView.swiftdeps differ
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/ButtonControl.d b/.build/arm64-apple-macosx/debug/SwiftBricks.build/ButtonControl.d
new file mode 100644
index 0000000..3849b52
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/SwiftBricks.build/ButtonControl.d
@@ -0,0 +1 @@
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/ButtonControl.swift.o : /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/ButtonControl.dia b/.build/arm64-apple-macosx/debug/SwiftBricks.build/ButtonControl.dia
new file mode 100644
index 0000000..093d351
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/SwiftBricks.build/ButtonControl.dia differ
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/ButtonControl.swift.o b/.build/arm64-apple-macosx/debug/SwiftBricks.build/ButtonControl.swift.o
new file mode 100644
index 0000000..d3341fd
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/SwiftBricks.build/ButtonControl.swift.o differ
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/ButtonControl.swiftdeps b/.build/arm64-apple-macosx/debug/SwiftBricks.build/ButtonControl.swiftdeps
new file mode 100644
index 0000000..e4a95d2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/SwiftBricks.build/ButtonControl.swiftdeps differ
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/ControlRenderer.d b/.build/arm64-apple-macosx/debug/SwiftBricks.build/ControlRenderer.d
new file mode 100644
index 0000000..13c18b5
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/SwiftBricks.build/ControlRenderer.d
@@ -0,0 +1 @@
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/ControlRenderer.swift.o : /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/ControlRenderer.dia b/.build/arm64-apple-macosx/debug/SwiftBricks.build/ControlRenderer.dia
new file mode 100644
index 0000000..093d351
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/SwiftBricks.build/ControlRenderer.dia differ
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/ControlRenderer.swift.o b/.build/arm64-apple-macosx/debug/SwiftBricks.build/ControlRenderer.swift.o
new file mode 100644
index 0000000..03c484e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/SwiftBricks.build/ControlRenderer.swift.o differ
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/ControlRenderer.swiftdeps b/.build/arm64-apple-macosx/debug/SwiftBricks.build/ControlRenderer.swiftdeps
new file mode 100644
index 0000000..ee2f353
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/SwiftBricks.build/ControlRenderer.swiftdeps differ
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/Engine.d b/.build/arm64-apple-macosx/debug/SwiftBricks.build/Engine.d
new file mode 100644
index 0000000..474c37a
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/SwiftBricks.build/Engine.d
@@ -0,0 +1 @@
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/Engine.swift.o : /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/Engine.dia b/.build/arm64-apple-macosx/debug/SwiftBricks.build/Engine.dia
new file mode 100644
index 0000000..093d351
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/SwiftBricks.build/Engine.dia differ
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/Engine.swift.o b/.build/arm64-apple-macosx/debug/SwiftBricks.build/Engine.swift.o
new file mode 100644
index 0000000..2a037a8
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/SwiftBricks.build/Engine.swift.o differ
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/Engine.swiftdeps b/.build/arm64-apple-macosx/debug/SwiftBricks.build/Engine.swiftdeps
new file mode 100644
index 0000000..e53f05e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/SwiftBricks.build/Engine.swiftdeps differ
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/EventBus.d b/.build/arm64-apple-macosx/debug/SwiftBricks.build/EventBus.d
new file mode 100644
index 0000000..d5d31a4
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/SwiftBricks.build/EventBus.d
@@ -0,0 +1 @@
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/EventBus.swift.o : /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/EventBus.dia b/.build/arm64-apple-macosx/debug/SwiftBricks.build/EventBus.dia
new file mode 100644
index 0000000..b06fc61
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/SwiftBricks.build/EventBus.dia differ
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/EventBus.swift.o b/.build/arm64-apple-macosx/debug/SwiftBricks.build/EventBus.swift.o
new file mode 100644
index 0000000..959219d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/SwiftBricks.build/EventBus.swift.o differ
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/EventBus.swiftdeps b/.build/arm64-apple-macosx/debug/SwiftBricks.build/EventBus.swiftdeps
new file mode 100644
index 0000000..10bec3a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/SwiftBricks.build/EventBus.swiftdeps differ
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/FormControl.d b/.build/arm64-apple-macosx/debug/SwiftBricks.build/FormControl.d
new file mode 100644
index 0000000..524c13a
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/SwiftBricks.build/FormControl.d
@@ -0,0 +1 @@
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/FormControl.swift.o : /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/FormControl.dia b/.build/arm64-apple-macosx/debug/SwiftBricks.build/FormControl.dia
new file mode 100644
index 0000000..093d351
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/SwiftBricks.build/FormControl.dia differ
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/FormControl.swift.o b/.build/arm64-apple-macosx/debug/SwiftBricks.build/FormControl.swift.o
new file mode 100644
index 0000000..8907c36
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/SwiftBricks.build/FormControl.swift.o differ
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/FormControl.swiftdeps b/.build/arm64-apple-macosx/debug/SwiftBricks.build/FormControl.swiftdeps
new file mode 100644
index 0000000..c28968a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/SwiftBricks.build/FormControl.swiftdeps differ
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/I18n.d b/.build/arm64-apple-macosx/debug/SwiftBricks.build/I18n.d
new file mode 100644
index 0000000..b4094c9
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/SwiftBricks.build/I18n.d
@@ -0,0 +1 @@
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/I18n.swift.o : /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/I18n.dia b/.build/arm64-apple-macosx/debug/SwiftBricks.build/I18n.dia
new file mode 100644
index 0000000..093d351
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/SwiftBricks.build/I18n.dia differ
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/I18n.swift.o b/.build/arm64-apple-macosx/debug/SwiftBricks.build/I18n.swift.o
new file mode 100644
index 0000000..74d75c3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/SwiftBricks.build/I18n.swift.o differ
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/I18n.swiftdeps b/.build/arm64-apple-macosx/debug/SwiftBricks.build/I18n.swiftdeps
new file mode 100644
index 0000000..80cbff5
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/SwiftBricks.build/I18n.swiftdeps differ
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/InputControl.d b/.build/arm64-apple-macosx/debug/SwiftBricks.build/InputControl.d
new file mode 100644
index 0000000..27e1cb4
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/SwiftBricks.build/InputControl.d
@@ -0,0 +1 @@
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/InputControl.swift.o : /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/InputControl.dia b/.build/arm64-apple-macosx/debug/SwiftBricks.build/InputControl.dia
new file mode 100644
index 0000000..093d351
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/SwiftBricks.build/InputControl.dia differ
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/InputControl.swift.o b/.build/arm64-apple-macosx/debug/SwiftBricks.build/InputControl.swift.o
new file mode 100644
index 0000000..016ca13
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/SwiftBricks.build/InputControl.swift.o differ
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/InputControl.swiftdeps b/.build/arm64-apple-macosx/debug/SwiftBricks.build/InputControl.swiftdeps
new file mode 100644
index 0000000..e77a334
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/SwiftBricks.build/InputControl.swiftdeps differ
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/RPC.d b/.build/arm64-apple-macosx/debug/SwiftBricks.build/RPC.d
new file mode 100644
index 0000000..f292775
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/SwiftBricks.build/RPC.d
@@ -0,0 +1 @@
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/RPC.swift.o : /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/RPC.dia b/.build/arm64-apple-macosx/debug/SwiftBricks.build/RPC.dia
new file mode 100644
index 0000000..093d351
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/SwiftBricks.build/RPC.dia differ
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/RPC.swift.o b/.build/arm64-apple-macosx/debug/SwiftBricks.build/RPC.swift.o
new file mode 100644
index 0000000..50e3f28
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/SwiftBricks.build/RPC.swift.o differ
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/RPC.swiftdeps b/.build/arm64-apple-macosx/debug/SwiftBricks.build/RPC.swiftdeps
new file mode 100644
index 0000000..1af3353
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/SwiftBricks.build/RPC.swiftdeps differ
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/Schema.d b/.build/arm64-apple-macosx/debug/SwiftBricks.build/Schema.d
new file mode 100644
index 0000000..28cda17
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/SwiftBricks.build/Schema.d
@@ -0,0 +1 @@
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/Schema.swift.o : /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/Schema.dia b/.build/arm64-apple-macosx/debug/SwiftBricks.build/Schema.dia
new file mode 100644
index 0000000..093d351
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/SwiftBricks.build/Schema.dia differ
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/Schema.swift.o b/.build/arm64-apple-macosx/debug/SwiftBricks.build/Schema.swift.o
new file mode 100644
index 0000000..6bc8751
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/SwiftBricks.build/Schema.swift.o differ
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/Schema.swiftdeps b/.build/arm64-apple-macosx/debug/SwiftBricks.build/Schema.swiftdeps
new file mode 100644
index 0000000..d0c475f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/SwiftBricks.build/Schema.swiftdeps differ
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/Store.d b/.build/arm64-apple-macosx/debug/SwiftBricks.build/Store.d
new file mode 100644
index 0000000..a9c2e35
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/SwiftBricks.build/Store.d
@@ -0,0 +1 @@
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/Store.swift.o : /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/Store.dia b/.build/arm64-apple-macosx/debug/SwiftBricks.build/Store.dia
new file mode 100644
index 0000000..093d351
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/SwiftBricks.build/Store.dia differ
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/Store.swift.o b/.build/arm64-apple-macosx/debug/SwiftBricks.build/Store.swift.o
new file mode 100644
index 0000000..61c11e1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/SwiftBricks.build/Store.swift.o differ
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/Store.swiftdeps b/.build/arm64-apple-macosx/debug/SwiftBricks.build/Store.swiftdeps
new file mode 100644
index 0000000..f636dc3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/SwiftBricks.build/Store.swiftdeps differ
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/SwiftBricks.d b/.build/arm64-apple-macosx/debug/SwiftBricks.build/SwiftBricks.d
new file mode 100644
index 0000000..7023a63
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/SwiftBricks.build/SwiftBricks.d
@@ -0,0 +1 @@
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/SwiftBricks.swift.o : /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/SwiftBricks.dia b/.build/arm64-apple-macosx/debug/SwiftBricks.build/SwiftBricks.dia
new file mode 100644
index 0000000..093d351
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/SwiftBricks.build/SwiftBricks.dia differ
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/SwiftBricks.emit-module.d b/.build/arm64-apple-macosx/debug/SwiftBricks.build/SwiftBricks.emit-module.d
new file mode 100644
index 0000000..4a50c93
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/SwiftBricks.build/SwiftBricks.emit-module.d
@@ -0,0 +1,4 @@
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/Modules/SwiftBricks.swiftmodule : /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/Modules/SwiftBricks.swiftdoc : /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/include/SwiftBricks-Swift.h : /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/Modules/SwiftBricks.swiftsourceinfo : /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/SwiftBricks.emit-module.dia b/.build/arm64-apple-macosx/debug/SwiftBricks.build/SwiftBricks.emit-module.dia
new file mode 100644
index 0000000..b06fc61
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/SwiftBricks.build/SwiftBricks.emit-module.dia differ
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/SwiftBricks.swift.o b/.build/arm64-apple-macosx/debug/SwiftBricks.build/SwiftBricks.swift.o
new file mode 100644
index 0000000..8554bfa
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/SwiftBricks.build/SwiftBricks.swift.o differ
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/SwiftBricks.swiftdeps b/.build/arm64-apple-macosx/debug/SwiftBricks.build/SwiftBricks.swiftdeps
new file mode 100644
index 0000000..67fea3d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/SwiftBricks.build/SwiftBricks.swiftdeps differ
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/TabViewControl.d b/.build/arm64-apple-macosx/debug/SwiftBricks.build/TabViewControl.d
new file mode 100644
index 0000000..0611669
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/SwiftBricks.build/TabViewControl.d
@@ -0,0 +1 @@
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/TabViewControl.swift.o : /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/TabViewControl.dia b/.build/arm64-apple-macosx/debug/SwiftBricks.build/TabViewControl.dia
new file mode 100644
index 0000000..0994d89
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/SwiftBricks.build/TabViewControl.dia differ
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/TabViewControl.swift.o b/.build/arm64-apple-macosx/debug/SwiftBricks.build/TabViewControl.swift.o
new file mode 100644
index 0000000..e16b639
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/SwiftBricks.build/TabViewControl.swift.o differ
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/TabViewControl.swiftdeps b/.build/arm64-apple-macosx/debug/SwiftBricks.build/TabViewControl.swiftdeps
new file mode 100644
index 0000000..883b88d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/SwiftBricks.build/TabViewControl.swiftdeps differ
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/TabularControl.d b/.build/arm64-apple-macosx/debug/SwiftBricks.build/TabularControl.d
new file mode 100644
index 0000000..0e081ba
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/SwiftBricks.build/TabularControl.d
@@ -0,0 +1 @@
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/TabularControl.swift.o : /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/TabularControl.dia b/.build/arm64-apple-macosx/debug/SwiftBricks.build/TabularControl.dia
new file mode 100644
index 0000000..093d351
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/SwiftBricks.build/TabularControl.dia differ
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/TabularControl.swift.o b/.build/arm64-apple-macosx/debug/SwiftBricks.build/TabularControl.swift.o
new file mode 100644
index 0000000..56749e9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/SwiftBricks.build/TabularControl.swift.o differ
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/TabularControl.swiftdeps b/.build/arm64-apple-macosx/debug/SwiftBricks.build/TabularControl.swiftdeps
new file mode 100644
index 0000000..86476ae
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/SwiftBricks.build/TabularControl.swiftdeps differ
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/TextControl.d b/.build/arm64-apple-macosx/debug/SwiftBricks.build/TextControl.d
new file mode 100644
index 0000000..7c1c3d2
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/SwiftBricks.build/TextControl.d
@@ -0,0 +1 @@
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/TextControl.swift.o : /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/TextControl.dia b/.build/arm64-apple-macosx/debug/SwiftBricks.build/TextControl.dia
new file mode 100644
index 0000000..093d351
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/SwiftBricks.build/TextControl.dia differ
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/TextControl.swift.o b/.build/arm64-apple-macosx/debug/SwiftBricks.build/TextControl.swift.o
new file mode 100644
index 0000000..b12f91b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/SwiftBricks.build/TextControl.swift.o differ
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/TextControl.swiftdeps b/.build/arm64-apple-macosx/debug/SwiftBricks.build/TextControl.swiftdeps
new file mode 100644
index 0000000..a786d1c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/SwiftBricks.build/TextControl.swiftdeps differ
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/VBoxControl.d b/.build/arm64-apple-macosx/debug/SwiftBricks.build/VBoxControl.d
new file mode 100644
index 0000000..e723a79
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/SwiftBricks.build/VBoxControl.d
@@ -0,0 +1 @@
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/VBoxControl.swift.o : /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/VBoxControl.dia b/.build/arm64-apple-macosx/debug/SwiftBricks.build/VBoxControl.dia
new file mode 100644
index 0000000..093d351
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/SwiftBricks.build/VBoxControl.dia differ
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/VBoxControl.swift.o b/.build/arm64-apple-macosx/debug/SwiftBricks.build/VBoxControl.swift.o
new file mode 100644
index 0000000..6cca211
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/SwiftBricks.build/VBoxControl.swift.o differ
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/VBoxControl.swiftdeps b/.build/arm64-apple-macosx/debug/SwiftBricks.build/VBoxControl.swiftdeps
new file mode 100644
index 0000000..6cba260
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/SwiftBricks.build/VBoxControl.swiftdeps differ
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/include/SwiftBricks-Swift.h b/.build/arm64-apple-macosx/debug/SwiftBricks.build/include/SwiftBricks-Swift.h
new file mode 100644
index 0000000..92bba59
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/SwiftBricks.build/include/SwiftBricks-Swift.h
@@ -0,0 +1,311 @@
+// Generated by Apple Swift version 6.2.4 effective-5.10 (swiftlang-6.2.4.1.4 clang-1700.6.4.2)
+#ifndef SWIFTBRICKS_SWIFT_H
+#define SWIFTBRICKS_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)
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module"
+#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
+#pragma clang diagnostic pop
+#endif
+
+#if !defined(SWIFT_TYPEDEFS)
+# define SWIFT_TYPEDEFS 1
+# if __has_include()
+# include
+# elif !defined(__cplusplus)
+typedef unsigned char char8_t;
+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
+#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"
+#pragma clang diagnostic ignored "-Wunsafe-buffer-usage"
+
+#if __has_attribute(external_source_symbol)
+# pragma push_macro("any")
+# undef any
+# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="SwiftBricks",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol))
+# pragma pop_macro("any")
+#endif
+
+#if defined(__OBJC__)
+
+#endif
+#if __has_attribute(external_source_symbol)
+# pragma clang attribute pop
+#endif
+#if defined(__cplusplus)
+#endif
+#pragma clang diagnostic pop
+#endif
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/include/module.modulemap b/.build/arm64-apple-macosx/debug/SwiftBricks.build/include/module.modulemap
new file mode 100644
index 0000000..68ce26f
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/SwiftBricks.build/include/module.modulemap
@@ -0,0 +1,3 @@
+module SwiftBricks {
+ header "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/include/SwiftBricks-Swift.h"
+}
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/master.priors b/.build/arm64-apple-macosx/debug/SwiftBricks.build/master.priors
new file mode 100644
index 0000000..9765c84
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/SwiftBricks.build/master.priors differ
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/output-file-map.json b/.build/arm64-apple-macosx/debug/SwiftBricks.build/output-file-map.json
new file mode 100644
index 0000000..071226a
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/SwiftBricks.build/output-file-map.json
@@ -0,0 +1,117 @@
+{
+ "": {
+ "swift-dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/master.swiftdeps"
+ },
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift": {
+ "dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/ButtonControl.d",
+ "object": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/ButtonControl.swift.o",
+ "swiftmodule": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/ButtonControl~partial.swiftmodule",
+ "swift-dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/ButtonControl.swiftdeps",
+ "diagnostics": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/ButtonControl.dia"
+ },
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift": {
+ "dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/FormControl.d",
+ "object": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/FormControl.swift.o",
+ "swiftmodule": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/FormControl~partial.swiftmodule",
+ "swift-dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/FormControl.swiftdeps",
+ "diagnostics": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/FormControl.dia"
+ },
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift": {
+ "dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/InputControl.d",
+ "object": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/InputControl.swift.o",
+ "swiftmodule": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/InputControl~partial.swiftmodule",
+ "swift-dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/InputControl.swiftdeps",
+ "diagnostics": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/InputControl.dia"
+ },
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift": {
+ "dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/TabViewControl.d",
+ "object": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/TabViewControl.swift.o",
+ "swiftmodule": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/TabViewControl~partial.swiftmodule",
+ "swift-dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/TabViewControl.swiftdeps",
+ "diagnostics": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/TabViewControl.dia"
+ },
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift": {
+ "dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/TabularControl.d",
+ "object": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/TabularControl.swift.o",
+ "swiftmodule": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/TabularControl~partial.swiftmodule",
+ "swift-dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/TabularControl.swiftdeps",
+ "diagnostics": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/TabularControl.dia"
+ },
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift": {
+ "dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/TextControl.d",
+ "object": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/TextControl.swift.o",
+ "swiftmodule": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/TextControl~partial.swiftmodule",
+ "swift-dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/TextControl.swiftdeps",
+ "diagnostics": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/TextControl.dia"
+ },
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift": {
+ "dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/VBoxControl.d",
+ "object": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/VBoxControl.swift.o",
+ "swiftmodule": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/VBoxControl~partial.swiftmodule",
+ "swift-dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/VBoxControl.swiftdeps",
+ "diagnostics": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/VBoxControl.dia"
+ },
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift": {
+ "dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/Engine.d",
+ "object": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/Engine.swift.o",
+ "swiftmodule": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/Engine~partial.swiftmodule",
+ "swift-dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/Engine.swiftdeps",
+ "diagnostics": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/Engine.dia"
+ },
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift": {
+ "dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/EventBus.d",
+ "object": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/EventBus.swift.o",
+ "swiftmodule": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/EventBus~partial.swiftmodule",
+ "swift-dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/EventBus.swiftdeps",
+ "diagnostics": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/EventBus.dia"
+ },
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift": {
+ "dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/I18n.d",
+ "object": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/I18n.swift.o",
+ "swiftmodule": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/I18n~partial.swiftmodule",
+ "swift-dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/I18n.swiftdeps",
+ "diagnostics": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/I18n.dia"
+ },
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift": {
+ "dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/RPC.d",
+ "object": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/RPC.swift.o",
+ "swiftmodule": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/RPC~partial.swiftmodule",
+ "swift-dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/RPC.swiftdeps",
+ "diagnostics": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/RPC.dia"
+ },
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift": {
+ "dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/Schema.d",
+ "object": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/Schema.swift.o",
+ "swiftmodule": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/Schema~partial.swiftmodule",
+ "swift-dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/Schema.swiftdeps",
+ "diagnostics": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/Schema.dia"
+ },
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift": {
+ "dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/Store.d",
+ "object": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/Store.swift.o",
+ "swiftmodule": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/Store~partial.swiftmodule",
+ "swift-dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/Store.swiftdeps",
+ "diagnostics": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/Store.dia"
+ },
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift": {
+ "dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/BricksView.d",
+ "object": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/BricksView.swift.o",
+ "swiftmodule": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/BricksView~partial.swiftmodule",
+ "swift-dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/BricksView.swiftdeps",
+ "diagnostics": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/BricksView.dia"
+ },
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift": {
+ "dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/ControlRenderer.d",
+ "object": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/ControlRenderer.swift.o",
+ "swiftmodule": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/ControlRenderer~partial.swiftmodule",
+ "swift-dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/ControlRenderer.swiftdeps",
+ "diagnostics": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/ControlRenderer.dia"
+ },
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift": {
+ "dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/SwiftBricks.d",
+ "object": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/SwiftBricks.swift.o",
+ "swiftmodule": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/SwiftBricks~partial.swiftmodule",
+ "swift-dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/SwiftBricks.swiftdeps",
+ "diagnostics": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/SwiftBricks.dia"
+ }
+}
diff --git a/.build/arm64-apple-macosx/debug/SwiftBricks.build/sources b/.build/arm64-apple-macosx/debug/SwiftBricks.build/sources
new file mode 100644
index 0000000..83956df
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/SwiftBricks.build/sources
@@ -0,0 +1,16 @@
+/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift
+/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift
+/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift
+/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift
+/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift
+/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift
+/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift
+/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift
+/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift
+/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift
+/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift
+/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift
+/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift
+/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift
+/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift
+/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift
diff --git a/.build/arm64-apple-macosx/debug/description.json b/.build/arm64-apple-macosx/debug/description.json
new file mode 100644
index 0000000..c4b5249
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/description.json
@@ -0,0 +1,829 @@
+{
+ "builtTestProducts" : [
+
+ ],
+ "copyCommands" : {
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer_MiniPlayer.bundle/Resources" : {
+ "inputs" : [
+ {
+ "kind" : "directory",
+ "name" : "/Users/ymq/swift/MiniPlayer/Sources/Resources"
+ }
+ ],
+ "outputs" : [
+ {
+ "kind" : "directory",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer_MiniPlayer.bundle/Resources"
+ }
+ ]
+ }
+ },
+ "explicitTargetDependencyImportCheckingMode" : {
+ "none" : {
+
+ }
+ },
+ "generatedSourceTargetSet" : [
+
+ ],
+ "pluginDescriptions" : [
+
+ ],
+ "swiftCommands" : {
+ "C.MiniPlayer-arm64-apple-macosx26.0-debug.module" : {
+ "executable" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc",
+ "fileList" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/sources",
+ "importPath" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/Modules",
+ "inputs" : [
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/Sources/MiniPlayerApp.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/Sources/PlayerBridge.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/Sources/ProgressSlider.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/Sources/VideoPlayerView.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/DerivedSources/resource_bundle_accessor.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt"
+ },
+ {
+ "kind" : "virtual",
+ "name" : ""
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/Modules/SwiftBricks.swiftmodule"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/sources"
+ }
+ ],
+ "isLibrary" : false,
+ "moduleName" : "MiniPlayer",
+ "moduleOutputPath" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/Modules/MiniPlayer.swiftmodule",
+ "objects" : [
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/MiniPlayerApp.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/PlayerBridge.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/ProgressSlider.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/VideoPlayerView.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/resource_bundle_accessor.swift.o"
+ ],
+ "otherArguments" : [
+ "-target",
+ "arm64-apple-macosx14.0",
+ "-incremental",
+ "-enable-batch-mode",
+ "-serialize-diagnostics",
+ "-index-store-path",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/index/store",
+ "-Onone",
+ "-enable-testing",
+ "-j10",
+ "-DSWIFT_PACKAGE",
+ "-DDEBUG",
+ "-DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE",
+ "-module-cache-path",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/ModuleCache",
+ "-parseable-output",
+ "-Xfrontend",
+ "-entry-point-function-name",
+ "-Xfrontend",
+ "MiniPlayer_main",
+ "-swift-version",
+ "5",
+ "-plugin-path",
+ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing",
+ "-sdk",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk",
+ "-F",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks",
+ "-F",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks",
+ "-I",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib",
+ "-L",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib",
+ "-g",
+ "-Xcc",
+ "-isysroot",
+ "-Xcc",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk",
+ "-Xcc",
+ "-F",
+ "-Xcc",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks",
+ "-Xcc",
+ "-F",
+ "-Xcc",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks",
+ "-Xcc",
+ "-fPIC",
+ "-Xcc",
+ "-g",
+ "-package-name",
+ "miniplayer"
+ ],
+ "outputFileMapPath" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/output-file-map.json",
+ "outputs" : [
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/MiniPlayerApp.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/PlayerBridge.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/ProgressSlider.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/VideoPlayerView.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/resource_bundle_accessor.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/Modules/MiniPlayer.swiftmodule"
+ }
+ ],
+ "prepareForIndexing" : false,
+ "sources" : [
+ "/Users/ymq/swift/MiniPlayer/Sources/MiniPlayerApp.swift",
+ "/Users/ymq/swift/MiniPlayer/Sources/PlayerBridge.swift",
+ "/Users/ymq/swift/MiniPlayer/Sources/ProgressSlider.swift",
+ "/Users/ymq/swift/MiniPlayer/Sources/VideoPlayerView.swift",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/DerivedSources/resource_bundle_accessor.swift"
+ ],
+ "tempsPath" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build",
+ "wholeModuleOptimization" : false
+ },
+ "C.SwiftBricks-arm64-apple-macosx26.0-debug.module" : {
+ "executable" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc",
+ "fileList" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/sources",
+ "importPath" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/Modules",
+ "inputs" : [
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/sources"
+ }
+ ],
+ "isLibrary" : true,
+ "moduleName" : "SwiftBricks",
+ "moduleOutputPath" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/Modules/SwiftBricks.swiftmodule",
+ "objects" : [
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/ButtonControl.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/FormControl.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/InputControl.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/TabViewControl.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/TabularControl.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/TextControl.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/VBoxControl.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/Engine.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/EventBus.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/I18n.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/RPC.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/Schema.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/Store.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/BricksView.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/ControlRenderer.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/SwiftBricks.swift.o"
+ ],
+ "otherArguments" : [
+ "-target",
+ "arm64-apple-macosx14.0",
+ "-incremental",
+ "-enable-batch-mode",
+ "-serialize-diagnostics",
+ "-index-store-path",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/index/store",
+ "-Onone",
+ "-enable-testing",
+ "-j10",
+ "-DSWIFT_PACKAGE",
+ "-DDEBUG",
+ "-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE",
+ "-module-cache-path",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/ModuleCache",
+ "-parseable-output",
+ "-parse-as-library",
+ "-emit-objc-header",
+ "-emit-objc-header-path",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/include/SwiftBricks-Swift.h",
+ "-swift-version",
+ "5",
+ "-plugin-path",
+ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing",
+ "-sdk",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk",
+ "-F",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks",
+ "-F",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks",
+ "-I",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib",
+ "-L",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib",
+ "-g",
+ "-Xcc",
+ "-isysroot",
+ "-Xcc",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk",
+ "-Xcc",
+ "-F",
+ "-Xcc",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks",
+ "-Xcc",
+ "-F",
+ "-Xcc",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks",
+ "-Xcc",
+ "-fPIC",
+ "-Xcc",
+ "-g",
+ "-package-name",
+ "swiftbricks"
+ ],
+ "outputFileMapPath" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/output-file-map.json",
+ "outputs" : [
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/ButtonControl.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/FormControl.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/InputControl.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/TabViewControl.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/TabularControl.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/TextControl.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/VBoxControl.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/Engine.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/EventBus.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/I18n.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/RPC.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/Schema.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/Store.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/BricksView.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/ControlRenderer.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/SwiftBricks.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/Modules/SwiftBricks.swiftmodule"
+ }
+ ],
+ "prepareForIndexing" : false,
+ "sources" : [
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift"
+ ],
+ "tempsPath" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build",
+ "wholeModuleOptimization" : false
+ }
+ },
+ "swiftFrontendCommands" : {
+
+ },
+ "swiftTargetScanArgs" : {
+ "MiniPlayer" : [
+ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc",
+ "-module-name",
+ "MiniPlayer",
+ "-package-name",
+ "miniplayer",
+ "-c",
+ "/Users/ymq/swift/MiniPlayer/Sources/MiniPlayerApp.swift",
+ "/Users/ymq/swift/MiniPlayer/Sources/PlayerBridge.swift",
+ "/Users/ymq/swift/MiniPlayer/Sources/ProgressSlider.swift",
+ "/Users/ymq/swift/MiniPlayer/Sources/VideoPlayerView.swift",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/DerivedSources/resource_bundle_accessor.swift",
+ "-I",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/Modules",
+ "-target",
+ "arm64-apple-macosx14.0",
+ "-incremental",
+ "-enable-batch-mode",
+ "-serialize-diagnostics",
+ "-index-store-path",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/index/store",
+ "-Onone",
+ "-enable-testing",
+ "-j10",
+ "-DSWIFT_PACKAGE",
+ "-DDEBUG",
+ "-DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE",
+ "-module-cache-path",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/ModuleCache",
+ "-parseable-output",
+ "-Xfrontend",
+ "-entry-point-function-name",
+ "-Xfrontend",
+ "MiniPlayer_main",
+ "-swift-version",
+ "5",
+ "-plugin-path",
+ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing",
+ "-sdk",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk",
+ "-F",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks",
+ "-F",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks",
+ "-I",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib",
+ "-L",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib",
+ "-g",
+ "-Xcc",
+ "-isysroot",
+ "-Xcc",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk",
+ "-Xcc",
+ "-F",
+ "-Xcc",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks",
+ "-Xcc",
+ "-F",
+ "-Xcc",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks",
+ "-Xcc",
+ "-fPIC",
+ "-Xcc",
+ "-g",
+ "-package-name",
+ "miniplayer",
+ "-driver-use-frontend-path",
+ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc"
+ ],
+ "SwiftBricks" : [
+ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc",
+ "-module-name",
+ "SwiftBricks",
+ "-package-name",
+ "swiftbricks",
+ "-c",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift",
+ "-I",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/Modules",
+ "-target",
+ "arm64-apple-macosx14.0",
+ "-incremental",
+ "-enable-batch-mode",
+ "-serialize-diagnostics",
+ "-index-store-path",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/index/store",
+ "-Onone",
+ "-enable-testing",
+ "-j10",
+ "-DSWIFT_PACKAGE",
+ "-DDEBUG",
+ "-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE",
+ "-module-cache-path",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/ModuleCache",
+ "-parseable-output",
+ "-parse-as-library",
+ "-emit-objc-header",
+ "-emit-objc-header-path",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/include/SwiftBricks-Swift.h",
+ "-swift-version",
+ "5",
+ "-plugin-path",
+ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing",
+ "-sdk",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk",
+ "-F",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks",
+ "-F",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks",
+ "-I",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib",
+ "-L",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib",
+ "-g",
+ "-Xcc",
+ "-isysroot",
+ "-Xcc",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk",
+ "-Xcc",
+ "-F",
+ "-Xcc",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks",
+ "-Xcc",
+ "-F",
+ "-Xcc",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks",
+ "-Xcc",
+ "-fPIC",
+ "-Xcc",
+ "-g",
+ "-package-name",
+ "swiftbricks",
+ "-driver-use-frontend-path",
+ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc"
+ ]
+ },
+ "targetDependencyMap" : {
+ "MiniPlayer" : [
+ "SwiftBricks"
+ ],
+ "SwiftBricks" : [
+
+ ]
+ },
+ "testDiscoveryCommands" : {
+
+ },
+ "testEntryPointCommands" : {
+
+ },
+ "traitConfiguration" : {
+ "default" : {
+
+ }
+ },
+ "writeCommands" : {
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer-entitlement.plist" : {
+ "alwaysOutOfDate" : false,
+ "inputs" : [
+ {
+ "kind" : "virtual",
+ "name" : ""
+ },
+ {
+ "kind" : "virtual",
+ "name" : ""
+ }
+ ],
+ "outputFilePath" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer-entitlement.plist"
+ },
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/sources" : {
+ "alwaysOutOfDate" : false,
+ "inputs" : [
+ {
+ "kind" : "virtual",
+ "name" : ""
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/Sources/MiniPlayerApp.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/Sources/PlayerBridge.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/Sources/ProgressSlider.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/Sources/VideoPlayerView.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/DerivedSources/resource_bundle_accessor.swift"
+ }
+ ],
+ "outputFilePath" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/sources"
+ },
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.product/Objects.LinkFileList" : {
+ "alwaysOutOfDate" : false,
+ "inputs" : [
+ {
+ "kind" : "virtual",
+ "name" : ""
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/MiniPlayerApp.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/PlayerBridge.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/ProgressSlider.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/VideoPlayerView.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/resource_bundle_accessor.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/BricksView.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/ButtonControl.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/ControlRenderer.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/Engine.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/EventBus.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/FormControl.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/I18n.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/InputControl.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/RPC.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/Schema.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/Store.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/SwiftBricks.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/TabViewControl.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/TabularControl.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/TextControl.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/VBoxControl.swift.o"
+ }
+ ],
+ "outputFilePath" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.product/Objects.LinkFileList"
+ },
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/sources" : {
+ "alwaysOutOfDate" : false,
+ "inputs" : [
+ {
+ "kind" : "virtual",
+ "name" : ""
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift"
+ }
+ ],
+ "outputFilePath" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/sources"
+ },
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt" : {
+ "alwaysOutOfDate" : true,
+ "inputs" : [
+ {
+ "kind" : "virtual",
+ "name" : ""
+ },
+ {
+ "kind" : "file",
+ "name" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc"
+ }
+ ],
+ "outputFilePath" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt"
+ }
+ }
+}
\ No newline at end of file
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/00/CGPath.h-3DVYUU27CCS00 b/.build/arm64-apple-macosx/debug/index/store/v5/records/00/CGPath.h-3DVYUU27CCS00
new file mode 100644
index 0000000..ff19bed
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/00/CGPath.h-3DVYUU27CCS00 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/01/AVAudioNode.h-3U5UXUQFSFW01 b/.build/arm64-apple-macosx/debug/index/store/v5/records/01/AVAudioNode.h-3U5UXUQFSFW01
new file mode 100644
index 0000000..e6c3325
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/01/AVAudioNode.h-3U5UXUQFSFW01 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/01/CIFeature.h-30GS87W4L2H01 b/.build/arm64-apple-macosx/debug/index/store/v5/records/01/CIFeature.h-30GS87W4L2H01
new file mode 100644
index 0000000..d266521
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/01/CIFeature.h-30GS87W4L2H01 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/01/ExtendedAudioFile.h-2R3ZO7AJR1D01 b/.build/arm64-apple-macosx/debug/index/store/v5/records/01/ExtendedAudioFile.h-2R3ZO7AJR1D01
new file mode 100644
index 0000000..81243eb
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/01/ExtendedAudioFile.h-2R3ZO7AJR1D01 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/01/NSTextContent.h-1AEIMULZZQK01 b/.build/arm64-apple-macosx/debug/index/store/v5/records/01/NSTextContent.h-1AEIMULZZQK01
new file mode 100644
index 0000000..b70f437
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/01/NSTextContent.h-1AEIMULZZQK01 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/02/NSLinguisticTagger.h-3S4TIO7R5KE02 b/.build/arm64-apple-macosx/debug/index/store/v5/records/02/NSLinguisticTagger.h-3S4TIO7R5KE02
new file mode 100644
index 0000000..9b51892
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/02/NSLinguisticTagger.h-3S4TIO7R5KE02 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/02/hashtable2.h-2ZAXIKA97KZ02 b/.build/arm64-apple-macosx/debug/index/store/v5/records/02/hashtable2.h-2ZAXIKA97KZ02
new file mode 100644
index 0000000..f4ec351
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/02/hashtable2.h-2ZAXIKA97KZ02 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/03/SKDocument.h-UJ5M6QHQUV03 b/.build/arm64-apple-macosx/debug/index/store/v5/records/03/SKDocument.h-UJ5M6QHQUV03
new file mode 100644
index 0000000..a3a9228
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/03/SKDocument.h-UJ5M6QHQUV03 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/04/NSPersistentCloudKitContainerEvent.h-1NS6YHBWD7Q04 b/.build/arm64-apple-macosx/debug/index/store/v5/records/04/NSPersistentCloudKitContainerEvent.h-1NS6YHBWD7Q04
new file mode 100644
index 0000000..573bd3d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/04/NSPersistentCloudKitContainerEvent.h-1NS6YHBWD7Q04 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/05/AVVideoComposition.h-265ODE8ED1Z05 b/.build/arm64-apple-macosx/debug/index/store/v5/records/05/AVVideoComposition.h-265ODE8ED1Z05
new file mode 100644
index 0000000..de290e4
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/05/AVVideoComposition.h-265ODE8ED1Z05 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/05/NSStatusBarButton.h-IWLX2Q55JI05 b/.build/arm64-apple-macosx/debug/index/store/v5/records/05/NSStatusBarButton.h-IWLX2Q55JI05
new file mode 100644
index 0000000..49aa09c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/05/NSStatusBarButton.h-IWLX2Q55JI05 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/06/CFStringEncodingExt.h-18V15AY5HKG06 b/.build/arm64-apple-macosx/debug/index/store/v5/records/06/CFStringEncodingExt.h-18V15AY5HKG06
new file mode 100644
index 0000000..d786447
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/06/CFStringEncodingExt.h-18V15AY5HKG06 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/06/search.h-3T9YDPJL80K06 b/.build/arm64-apple-macosx/debug/index/store/v5/records/06/search.h-3T9YDPJL80K06
new file mode 100644
index 0000000..65fbaee
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/06/search.h-3T9YDPJL80K06 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/07/OSMessageNotification.h-30YYXURWVQ907 b/.build/arm64-apple-macosx/debug/index/store/v5/records/07/OSMessageNotification.h-30YYXURWVQ907
new file mode 100644
index 0000000..c5bbb59
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/07/OSMessageNotification.h-30YYXURWVQ907 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/08/libproc.h-2VS4G4U05AT08 b/.build/arm64-apple-macosx/debug/index/store/v5/records/08/libproc.h-2VS4G4U05AT08
new file mode 100644
index 0000000..25f5b8d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/08/libproc.h-2VS4G4U05AT08 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/08/reloc.h-3UH16P46OES08 b/.build/arm64-apple-macosx/debug/index/store/v5/records/08/reloc.h-3UH16P46OES08
new file mode 100644
index 0000000..7c47e64
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/08/reloc.h-3UH16P46OES08 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/0A/ATSUnicodeGlyphs.h-U399UXZWX70A b/.build/arm64-apple-macosx/debug/index/store/v5/records/0A/ATSUnicodeGlyphs.h-U399UXZWX70A
new file mode 100644
index 0000000..82ffc4e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/0A/ATSUnicodeGlyphs.h-U399UXZWX70A differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/0A/NSAutoreleasePool.h-37940G0M6DZ0A b/.build/arm64-apple-macosx/debug/index/store/v5/records/0A/NSAutoreleasePool.h-37940G0M6DZ0A
new file mode 100644
index 0000000..d572318
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/0A/NSAutoreleasePool.h-37940G0M6DZ0A differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/0C/IOStorageCardCharacteristics.h-3TFPKF6JMAZ0C b/.build/arm64-apple-macosx/debug/index/store/v5/records/0C/IOStorageCardCharacteristics.h-3TFPKF6JMAZ0C
new file mode 100644
index 0000000..2d7bd3c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/0C/IOStorageCardCharacteristics.h-3TFPKF6JMAZ0C differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/0C/locale.h-37M5KQ5GILD0C b/.build/arm64-apple-macosx/debug/index/store/v5/records/0C/locale.h-37M5KQ5GILD0C
new file mode 100644
index 0000000..1c187c1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/0C/locale.h-37M5KQ5GILD0C differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/0D/AssertMacros.h-2HH83SAW05Z0D b/.build/arm64-apple-macosx/debug/index/store/v5/records/0D/AssertMacros.h-2HH83SAW05Z0D
new file mode 100644
index 0000000..1245aea
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/0D/AssertMacros.h-2HH83SAW05Z0D differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/0E/NSPrinter.h-PG6W3D0RB00E b/.build/arm64-apple-macosx/debug/index/store/v5/records/0E/NSPrinter.h-PG6W3D0RB00E
new file mode 100644
index 0000000..436f047
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/0E/NSPrinter.h-PG6W3D0RB00E differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/0F/CFLocale.h-1NT4O0M7PS00F b/.build/arm64-apple-macosx/debug/index/store/v5/records/0F/CFLocale.h-1NT4O0M7PS00F
new file mode 100644
index 0000000..fc81374
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/0F/CFLocale.h-1NT4O0M7PS00F differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/0F/NSAccessibilityCustomAction.h-3OHNRWQN2440F b/.build/arm64-apple-macosx/debug/index/store/v5/records/0F/NSAccessibilityCustomAction.h-3OHNRWQN2440F
new file mode 100644
index 0000000..8773259
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/0F/NSAccessibilityCustomAction.h-3OHNRWQN2440F differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/0G/AUParameters.h-37WWYG5IOTJ0G b/.build/arm64-apple-macosx/debug/index/store/v5/records/0G/AUParameters.h-37WWYG5IOTJ0G
new file mode 100644
index 0000000..a1a6912
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/0G/AUParameters.h-37WWYG5IOTJ0G differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/0G/Entry.h-1TYLUQ91SIQ0G b/.build/arm64-apple-macosx/debug/index/store/v5/records/0G/Entry.h-1TYLUQ91SIQ0G
new file mode 100644
index 0000000..da66c3c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/0G/Entry.h-1TYLUQ91SIQ0G differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/0H/FontPanel.h-YNZY3KKR6J0H b/.build/arm64-apple-macosx/debug/index/store/v5/records/0H/FontPanel.h-YNZY3KKR6J0H
new file mode 100644
index 0000000..97be1f0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/0H/FontPanel.h-YNZY3KKR6J0H differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/0H/SPSize3D.h-140Q7DXU27I0H b/.build/arm64-apple-macosx/debug/index/store/v5/records/0H/SPSize3D.h-140Q7DXU27I0H
new file mode 100644
index 0000000..36e89a5
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/0H/SPSize3D.h-140Q7DXU27I0H differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/0J/AVSemanticSegmentationMatte.h-3B8FBT6WNAF0J b/.build/arm64-apple-macosx/debug/index/store/v5/records/0J/AVSemanticSegmentationMatte.h-3B8FBT6WNAF0J
new file mode 100644
index 0000000..2bb41ea
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/0J/AVSemanticSegmentationMatte.h-3B8FBT6WNAF0J differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/0J/NSNumberFormatter.h-25M0ZGX1XYZ0J b/.build/arm64-apple-macosx/debug/index/store/v5/records/0J/NSNumberFormatter.h-25M0ZGX1XYZ0J
new file mode 100644
index 0000000..1aa2aa5
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/0J/NSNumberFormatter.h-25M0ZGX1XYZ0J differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/0J/time.h-CHZ917DGDN0J b/.build/arm64-apple-macosx/debug/index/store/v5/records/0J/time.h-CHZ917DGDN0J
new file mode 100644
index 0000000..bbe353f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/0J/time.h-CHZ917DGDN0J differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/0K/AXValueConstants.h-3LN0A3W1Z270K b/.build/arm64-apple-macosx/debug/index/store/v5/records/0K/AXValueConstants.h-3LN0A3W1Z270K
new file mode 100644
index 0000000..e86fbd9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/0K/AXValueConstants.h-3LN0A3W1Z270K differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/0L/ConditionalMacros.h-1UOKLVNIXI50L b/.build/arm64-apple-macosx/debug/index/store/v5/records/0L/ConditionalMacros.h-1UOKLVNIXI50L
new file mode 100644
index 0000000..3865ab3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/0L/ConditionalMacros.h-1UOKLVNIXI50L differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/0M/CGConvertColorDataWithFormat.h-3D9DYLPBLL20M b/.build/arm64-apple-macosx/debug/index/store/v5/records/0M/CGConvertColorDataWithFormat.h-3D9DYLPBLL20M
new file mode 100644
index 0000000..61274c7
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/0M/CGConvertColorDataWithFormat.h-3D9DYLPBLL20M differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/0O/MTLIOCommandQueue.h-Y8TJG4LCCZ0O b/.build/arm64-apple-macosx/debug/index/store/v5/records/0O/MTLIOCommandQueue.h-Y8TJG4LCCZ0O
new file mode 100644
index 0000000..9719676
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/0O/MTLIOCommandQueue.h-Y8TJG4LCCZ0O differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/0P/cssmaci.h-2E36C655LHF0P b/.build/arm64-apple-macosx/debug/index/store/v5/records/0P/cssmaci.h-2E36C655LHF0P
new file mode 100644
index 0000000..6bc333c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/0P/cssmaci.h-2E36C655LHF0P differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/0Q/arm64e-apple-macos.swiftinterface-BLR21F98A50Q b/.build/arm64-apple-macosx/debug/index/store/v5/records/0Q/arm64e-apple-macos.swiftinterface-BLR21F98A50Q
new file mode 100644
index 0000000..52b07b7
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/0Q/arm64e-apple-macos.swiftinterface-BLR21F98A50Q differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/0S/IOFireWireAVCConsts.h-2UC3P6FQX0B0S b/.build/arm64-apple-macosx/debug/index/store/v5/records/0S/IOFireWireAVCConsts.h-2UC3P6FQX0B0S
new file mode 100644
index 0000000..74136d4
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/0S/IOFireWireAVCConsts.h-2UC3P6FQX0B0S differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/0T/CFHTTPStream.h-2VURAI4Q77G0T b/.build/arm64-apple-macosx/debug/index/store/v5/records/0T/CFHTTPStream.h-2VURAI4Q77G0T
new file mode 100644
index 0000000..463cf3b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/0T/CFHTTPStream.h-2VURAI4Q77G0T differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/0T/MTFormatNames.h-1TWG8VXRD7X0T b/.build/arm64-apple-macosx/debug/index/store/v5/records/0T/MTFormatNames.h-1TWG8VXRD7X0T
new file mode 100644
index 0000000..fd5142c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/0T/MTFormatNames.h-1TWG8VXRD7X0T differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/0T/TargetConditionals.h-Q46XNEQRMM0T b/.build/arm64-apple-macosx/debug/index/store/v5/records/0T/TargetConditionals.h-Q46XNEQRMM0T
new file mode 100644
index 0000000..89f082b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/0T/TargetConditionals.h-Q46XNEQRMM0T differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/0T/arm64e-apple-macos.swiftinterface-2XDGM9FBDV60T b/.build/arm64-apple-macosx/debug/index/store/v5/records/0T/arm64e-apple-macos.swiftinterface-2XDGM9FBDV60T
new file mode 100644
index 0000000..ebcc8cb
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/0T/arm64e-apple-macos.swiftinterface-2XDGM9FBDV60T differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/0U/SecAccess.h-1XON1MV7QXD0U b/.build/arm64-apple-macosx/debug/index/store/v5/records/0U/SecAccess.h-1XON1MV7QXD0U
new file mode 100644
index 0000000..687ccd8
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/0U/SecAccess.h-1XON1MV7QXD0U differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/0W/CISampler.h-IF6YH7M6DI0W b/.build/arm64-apple-macosx/debug/index/store/v5/records/0W/CISampler.h-IF6YH7M6DI0W
new file mode 100644
index 0000000..4919dbd
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/0W/CISampler.h-IF6YH7M6DI0W differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/0W/MDSchema.h-2R614WN5VSF0W b/.build/arm64-apple-macosx/debug/index/store/v5/records/0W/MDSchema.h-2R614WN5VSF0W
new file mode 100644
index 0000000..3fc3c57
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/0W/MDSchema.h-2R614WN5VSF0W differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/0W/SecBase.h-21SBBMP86IJ0W b/.build/arm64-apple-macosx/debug/index/store/v5/records/0W/SecBase.h-21SBBMP86IJ0W
new file mode 100644
index 0000000..c8fb1a1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/0W/SecBase.h-21SBBMP86IJ0W differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/0W/iconv.h-1WBOGIG6P3R0W b/.build/arm64-apple-macosx/debug/index/store/v5/records/0W/iconv.h-1WBOGIG6P3R0W
new file mode 100644
index 0000000..8c39ec2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/0W/iconv.h-1WBOGIG6P3R0W differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/0X/CFUUID.h-1YM5M0F0USC0X b/.build/arm64-apple-macosx/debug/index/store/v5/records/0X/CFUUID.h-1YM5M0F0USC0X
new file mode 100644
index 0000000..d9bdb0d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/0X/CFUUID.h-1YM5M0F0USC0X differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/0X/NSPropertyDescription.h-R6QCD8K0QY0X b/.build/arm64-apple-macosx/debug/index/store/v5/records/0X/NSPropertyDescription.h-R6QCD8K0QY0X
new file mode 100644
index 0000000..547a32c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/0X/NSPropertyDescription.h-R6QCD8K0QY0X differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/0X/ipsec.h-YGWX01EV7C0X b/.build/arm64-apple-macosx/debug/index/store/v5/records/0X/ipsec.h-YGWX01EV7C0X
new file mode 100644
index 0000000..cfcce56
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/0X/ipsec.h-YGWX01EV7C0X differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/0X/queue.h-3M0O93DQHU70X b/.build/arm64-apple-macosx/debug/index/store/v5/records/0X/queue.h-3M0O93DQHU70X
new file mode 100644
index 0000000..d92858e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/0X/queue.h-3M0O93DQHU70X differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/0Y/IOPowerSources.h-3ES43JKFNMY0Y b/.build/arm64-apple-macosx/debug/index/store/v5/records/0Y/IOPowerSources.h-3ES43JKFNMY0Y
new file mode 100644
index 0000000..ff02904
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/0Y/IOPowerSources.h-3ES43JKFNMY0Y differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/0Y/MIDICIDevice.h-1WSZ2E3V0YU0Y b/.build/arm64-apple-macosx/debug/index/store/v5/records/0Y/MIDICIDevice.h-1WSZ2E3V0YU0Y
new file mode 100644
index 0000000..4210d50
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/0Y/MIDICIDevice.h-1WSZ2E3V0YU0Y differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/0Y/arm64e-apple-macos.swiftinterface_Reflection-18WOU8H896L0Y b/.build/arm64-apple-macosx/debug/index/store/v5/records/0Y/arm64e-apple-macos.swiftinterface_Reflection-18WOU8H896L0Y
new file mode 100644
index 0000000..d912a23
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/0Y/arm64e-apple-macos.swiftinterface_Reflection-18WOU8H896L0Y differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/0Z/NSBundle.h-22VRIUJPKCZ0Z b/.build/arm64-apple-macosx/debug/index/store/v5/records/0Z/NSBundle.h-22VRIUJPKCZ0Z
new file mode 100644
index 0000000..bb18797
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/0Z/NSBundle.h-22VRIUJPKCZ0Z differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/0Z/sys_domain.h-NVL4IOG3YH0Z b/.build/arm64-apple-macosx/debug/index/store/v5/records/0Z/sys_domain.h-NVL4IOG3YH0Z
new file mode 100644
index 0000000..91690d9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/0Z/sys_domain.h-NVL4IOG3YH0Z differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/10/CGLTypes.h-2IOXUVZSNO610 b/.build/arm64-apple-macosx/debug/index/store/v5/records/10/CGLTypes.h-2IOXUVZSNO610
new file mode 100644
index 0000000..3255f5e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/10/CGLTypes.h-2IOXUVZSNO610 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/10/KeychainHI.h-2TQPPZJZEZR10 b/.build/arm64-apple-macosx/debug/index/store/v5/records/10/KeychainHI.h-2TQPPZJZEZR10
new file mode 100644
index 0000000..90936da
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/10/KeychainHI.h-2TQPPZJZEZR10 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/10/NSMigrationManager.h-2E1W7NA6CC510 b/.build/arm64-apple-macosx/debug/index/store/v5/records/10/NSMigrationManager.h-2E1W7NA6CC510
new file mode 100644
index 0000000..724d37b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/10/NSMigrationManager.h-2E1W7NA6CC510 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/10/reloc.h-1G5F936UP1H10 b/.build/arm64-apple-macosx/debug/index/store/v5/records/10/reloc.h-1G5F936UP1H10
new file mode 100644
index 0000000..ce97f80
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/10/reloc.h-1G5F936UP1H10 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/11/DADisk.h-2AVHYM5M8RJ11 b/.build/arm64-apple-macosx/debug/index/store/v5/records/11/DADisk.h-2AVHYM5M8RJ11
new file mode 100644
index 0000000..6e84472
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/11/DADisk.h-2AVHYM5M8RJ11 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/11/SecProtocolObject.h-D1JJ8TYSS611 b/.build/arm64-apple-macosx/debug/index/store/v5/records/11/SecProtocolObject.h-D1JJ8TYSS611
new file mode 100644
index 0000000..54b874c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/11/SecProtocolObject.h-D1JJ8TYSS611 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/11/_pthread_key_t.h-J7REKIFS2F11 b/.build/arm64-apple-macosx/debug/index/store/v5/records/11/_pthread_key_t.h-J7REKIFS2F11
new file mode 100644
index 0000000..f793c0c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/11/_pthread_key_t.h-J7REKIFS2F11 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/12/CarbonEvents.h-1F1FXQ5FOII12 b/.build/arm64-apple-macosx/debug/index/store/v5/records/12/CarbonEvents.h-1F1FXQ5FOII12
new file mode 100644
index 0000000..353c74f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/12/CarbonEvents.h-1F1FXQ5FOII12 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/12/NSDistributedNotificationCenter.h-3RQ1R4J1SHR12 b/.build/arm64-apple-macosx/debug/index/store/v5/records/12/NSDistributedNotificationCenter.h-3RQ1R4J1SHR12
new file mode 100644
index 0000000..cc08a59
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/12/NSDistributedNotificationCenter.h-3RQ1R4J1SHR12 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/12/arm64e-apple-macos.swiftinterface-1RM6J58ZKMY12 b/.build/arm64-apple-macosx/debug/index/store/v5/records/12/arm64e-apple-macos.swiftinterface-1RM6J58ZKMY12
new file mode 100644
index 0000000..4aabffd
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/12/arm64e-apple-macos.swiftinterface-1RM6J58ZKMY12 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/12/arm64e-apple-macos.swiftinterface_Assert-2ORWYHBJ1VA12 b/.build/arm64-apple-macosx/debug/index/store/v5/records/12/arm64e-apple-macos.swiftinterface_Assert-2ORWYHBJ1VA12
new file mode 100644
index 0000000..23e84f9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/12/arm64e-apple-macos.swiftinterface_Assert-2ORWYHBJ1VA12 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/13/CGImageSource.h-NLAX4EF41613 b/.build/arm64-apple-macosx/debug/index/store/v5/records/13/CGImageSource.h-NLAX4EF41613
new file mode 100644
index 0000000..d957118
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/13/CGImageSource.h-NLAX4EF41613 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/15/NSCachedImageRep.h-2HUOEQHY6L615 b/.build/arm64-apple-macosx/debug/index/store/v5/records/15/NSCachedImageRep.h-2HUOEQHY6L615
new file mode 100644
index 0000000..00ede33
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/15/NSCachedImageRep.h-2HUOEQHY6L615 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/16/AVCaptureMetadataOutput.h-12IMQO4INO516 b/.build/arm64-apple-macosx/debug/index/store/v5/records/16/AVCaptureMetadataOutput.h-12IMQO4INO516
new file mode 100644
index 0000000..2ca180e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/16/AVCaptureMetadataOutput.h-12IMQO4INO516 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/16/NSScriptWhoseTests.h-12QJ139GZHU16 b/.build/arm64-apple-macosx/debug/index/store/v5/records/16/NSScriptWhoseTests.h-12QJ139GZHU16
new file mode 100644
index 0000000..e889031
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/16/NSScriptWhoseTests.h-12QJ139GZHU16 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/16/vector_types.h-3A59RLTA1HB16 b/.build/arm64-apple-macosx/debug/index/store/v5/records/16/vector_types.h-3A59RLTA1HB16
new file mode 100644
index 0000000..9dfefe9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/16/vector_types.h-3A59RLTA1HB16 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/17/NSByteCountFormatter.h-1QK7C5QHNSZ17 b/.build/arm64-apple-macosx/debug/index/store/v5/records/17/NSByteCountFormatter.h-1QK7C5QHNSZ17
new file mode 100644
index 0000000..f7f26c3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/17/NSByteCountFormatter.h-1QK7C5QHNSZ17 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/17/_string.h-2MXOCFGBJGM17 b/.build/arm64-apple-macosx/debug/index/store/v5/records/17/_string.h-2MXOCFGBJGM17
new file mode 100644
index 0000000..beb3eaa
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/17/_string.h-2MXOCFGBJGM17 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/17/arm64e-apple-macos.swiftinterface_Protocols-14TBUBXQLKV17 b/.build/arm64-apple-macosx/debug/index/store/v5/records/17/arm64e-apple-macos.swiftinterface_Protocols-14TBUBXQLKV17
new file mode 100644
index 0000000..2e745e4
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/17/arm64e-apple-macos.swiftinterface_Protocols-14TBUBXQLKV17 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/18/FSEvents.h-F8LMLG9F6818 b/.build/arm64-apple-macosx/debug/index/store/v5/records/18/FSEvents.h-F8LMLG9F6818
new file mode 100644
index 0000000..ddf97ef
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/18/FSEvents.h-F8LMLG9F6818 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/18/MTLDevice.h-1K746S0LJTU18 b/.build/arm64-apple-macosx/debug/index/store/v5/records/18/MTLDevice.h-1K746S0LJTU18
new file mode 100644
index 0000000..53807fc
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/18/MTLDevice.h-1K746S0LJTU18 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/18/dispatch_swift_shims.h-24K653JD9XO18 b/.build/arm64-apple-macosx/debug/index/store/v5/records/18/dispatch_swift_shims.h-24K653JD9XO18
new file mode 100644
index 0000000..4ad71f1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/18/dispatch_swift_shims.h-24K653JD9XO18 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/18/time.h-14HTFOTUE5V18 b/.build/arm64-apple-macosx/debug/index/store/v5/records/18/time.h-14HTFOTUE5V18
new file mode 100644
index 0000000..f014ff2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/18/time.h-14HTFOTUE5V18 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/19/OSAGeneric.h-6U7FADMBQ319 b/.build/arm64-apple-macosx/debug/index/store/v5/records/19/OSAGeneric.h-6U7FADMBQ319
new file mode 100644
index 0000000..bffb75e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/19/OSAGeneric.h-6U7FADMBQ319 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/1A/_ucontext64.h-3HN392T64TY1A b/.build/arm64-apple-macosx/debug/index/store/v5/records/1A/_ucontext64.h-3HN392T64TY1A
new file mode 100644
index 0000000..e9baa43
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/1A/_ucontext64.h-3HN392T64TY1A differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/1B/AEDataModel.h-HH6AL7ZBWJ1B b/.build/arm64-apple-macosx/debug/index/store/v5/records/1B/AEDataModel.h-HH6AL7ZBWJ1B
new file mode 100644
index 0000000..8f4ad95
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/1B/AEDataModel.h-HH6AL7ZBWJ1B differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/1B/CMTextMarkup.h-2C8UDBWD5121B b/.build/arm64-apple-macosx/debug/index/store/v5/records/1B/CMTextMarkup.h-2C8UDBWD5121B
new file mode 100644
index 0000000..a704f29
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/1B/CMTextMarkup.h-2C8UDBWD5121B differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/1B/NSTermOfAddress.h-28Z4VCBIUFV1B b/.build/arm64-apple-macosx/debug/index/store/v5/records/1B/NSTermOfAddress.h-28Z4VCBIUFV1B
new file mode 100644
index 0000000..7b4238a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/1B/NSTermOfAddress.h-28Z4VCBIUFV1B differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/1B/NSTimeZone.h-2FKG6X1M1Q71B b/.build/arm64-apple-macosx/debug/index/store/v5/records/1B/NSTimeZone.h-2FKG6X1M1Q71B
new file mode 100644
index 0000000..c02aa7e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/1B/NSTimeZone.h-2FKG6X1M1Q71B differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/1C/CMCalibrator.h-19BI6ZF12JV1C b/.build/arm64-apple-macosx/debug/index/store/v5/records/1C/CMCalibrator.h-19BI6ZF12JV1C
new file mode 100644
index 0000000..4f8139c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/1C/CMCalibrator.h-19BI6ZF12JV1C differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/1C/TextCommon.h-1FGUYIJPXGS1C b/.build/arm64-apple-macosx/debug/index/store/v5/records/1C/TextCommon.h-1FGUYIJPXGS1C
new file mode 100644
index 0000000..210f96b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/1C/TextCommon.h-1FGUYIJPXGS1C differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/1D/NSEntityMigrationPolicy.h-2W0C87M5OIW1D b/.build/arm64-apple-macosx/debug/index/store/v5/records/1D/NSEntityMigrationPolicy.h-2W0C87M5OIW1D
new file mode 100644
index 0000000..6ba9d74
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/1D/NSEntityMigrationPolicy.h-2W0C87M5OIW1D differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/1D/_regex.h-1NLIKIYP23U1D b/.build/arm64-apple-macosx/debug/index/store/v5/records/1D/_regex.h-1NLIKIYP23U1D
new file mode 100644
index 0000000..2070af6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/1D/_regex.h-1NLIKIYP23U1D differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/1D/kern_event.h-1JLDOTBVPVS1D b/.build/arm64-apple-macosx/debug/index/store/v5/records/1D/kern_event.h-1JLDOTBVPVS1D
new file mode 100644
index 0000000..4a43a82
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/1D/kern_event.h-1JLDOTBVPVS1D differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/1D/quota.h-2ZNFATHDG741D b/.build/arm64-apple-macosx/debug/index/store/v5/records/1D/quota.h-2ZNFATHDG741D
new file mode 100644
index 0000000..bc7d2bc
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/1D/quota.h-2ZNFATHDG741D differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/1E/HIShape.h-LITDSSSET61E b/.build/arm64-apple-macosx/debug/index/store/v5/records/1E/HIShape.h-LITDSSSET61E
new file mode 100644
index 0000000..db1cf7f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/1E/HIShape.h-LITDSSSET61E differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/1E/NSNibConnector.h-4B5DATG3DA1E b/.build/arm64-apple-macosx/debug/index/store/v5/records/1E/NSNibConnector.h-4B5DATG3DA1E
new file mode 100644
index 0000000..b27590e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/1E/NSNibConnector.h-4B5DATG3DA1E differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/1F/NSObjectController.h-1FKMJBWV7931F b/.build/arm64-apple-macosx/debug/index/store/v5/records/1F/NSObjectController.h-1FKMJBWV7931F
new file mode 100644
index 0000000..b2b3df8
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/1F/NSObjectController.h-1FKMJBWV7931F differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/1G/DataDetectionBase.h-WLCP89IJEI1G b/.build/arm64-apple-macosx/debug/index/store/v5/records/1G/DataDetectionBase.h-WLCP89IJEI1G
new file mode 100644
index 0000000..217d371
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/1G/DataDetectionBase.h-WLCP89IJEI1G differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/1H/sem.h-2I0ZJQ0X9OZ1H b/.build/arm64-apple-macosx/debug/index/store/v5/records/1H/sem.h-2I0ZJQ0X9OZ1H
new file mode 100644
index 0000000..28113ef
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/1H/sem.h-2I0ZJQ0X9OZ1H differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/NSDecimalNumber.h-1ZJKP672Y4N1I b/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/NSDecimalNumber.h-1ZJKP672Y4N1I
new file mode 100644
index 0000000..838c4be
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/NSDecimalNumber.h-1ZJKP672Y4N1I differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/NSImage.h-1I3ZCBLHH321I b/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/NSImage.h-1I3ZCBLHH321I
new file mode 100644
index 0000000..98d9e3e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/NSImage.h-1I3ZCBLHH321I differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/SecRequirement.h-3BGG3XLB2HK1I b/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/SecRequirement.h-3BGG3XLB2HK1I
new file mode 100644
index 0000000..74b5449
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/SecRequirement.h-3BGG3XLB2HK1I differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/endian.h-275N2AU5UVO1I b/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/endian.h-275N2AU5UVO1I
new file mode 100644
index 0000000..b241d51
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/endian.h-275N2AU5UVO1I differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/1J/AVCaptureSessionPreset.h-16ZCXKZUG8C1J b/.build/arm64-apple-macosx/debug/index/store/v5/records/1J/AVCaptureSessionPreset.h-16ZCXKZUG8C1J
new file mode 100644
index 0000000..8a9c588
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/1J/AVCaptureSessionPreset.h-16ZCXKZUG8C1J differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/1J/NSPointerArray.h-AKRLJG3THV1J b/.build/arm64-apple-macosx/debug/index/store/v5/records/1J/NSPointerArray.h-AKRLJG3THV1J
new file mode 100644
index 0000000..035a980
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/1J/NSPointerArray.h-AKRLJG3THV1J differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/1L/workgroup_parallel.h-1YMGJGY762G1L b/.build/arm64-apple-macosx/debug/index/store/v5/records/1L/workgroup_parallel.h-1YMGJGY762G1L
new file mode 100644
index 0000000..6fce1f3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/1L/workgroup_parallel.h-1YMGJGY762G1L differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/1M/NSTintProminence.h-1LV51MXJPN21M b/.build/arm64-apple-macosx/debug/index/store/v5/records/1M/NSTintProminence.h-1LV51MXJPN21M
new file mode 100644
index 0000000..57df6e4
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/1M/NSTintProminence.h-1LV51MXJPN21M differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/1N/_errno_t.h-XVIY9HBYP71N b/.build/arm64-apple-macosx/debug/index/store/v5/records/1N/_errno_t.h-XVIY9HBYP71N
new file mode 100644
index 0000000..db107cb
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/1N/_errno_t.h-XVIY9HBYP71N differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/1O/AVSpatialVideoConfiguration.h-HJ7FTZR34J1O b/.build/arm64-apple-macosx/debug/index/store/v5/records/1O/AVSpatialVideoConfiguration.h-HJ7FTZR34J1O
new file mode 100644
index 0000000..1eaf13b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/1O/AVSpatialVideoConfiguration.h-HJ7FTZR34J1O differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/1O/NSFontAssetRequest.h-1PYRX4KZLV11O b/.build/arm64-apple-macosx/debug/index/store/v5/records/1O/NSFontAssetRequest.h-1PYRX4KZLV11O
new file mode 100644
index 0000000..4793a55
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/1O/NSFontAssetRequest.h-1PYRX4KZLV11O differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/1O/hfs_format.h-3JFLE2DGRW11O b/.build/arm64-apple-macosx/debug/index/store/v5/records/1O/hfs_format.h-3JFLE2DGRW11O
new file mode 100644
index 0000000..864e8a4
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/1O/hfs_format.h-3JFLE2DGRW11O differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/1P/CTFontManager.h-2ZKQ37X1V0R1P b/.build/arm64-apple-macosx/debug/index/store/v5/records/1P/CTFontManager.h-2ZKQ37X1V0R1P
new file mode 100644
index 0000000..2ad1d2f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/1P/CTFontManager.h-2ZKQ37X1V0R1P differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/1P/processor_info.h-27BHY51OYTW1P b/.build/arm64-apple-macosx/debug/index/store/v5/records/1P/processor_info.h-27BHY51OYTW1P
new file mode 100644
index 0000000..fded31d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/1P/processor_info.h-27BHY51OYTW1P differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/1Q/AXNotificationConstants.h-3OET3EQ3MCR1Q b/.build/arm64-apple-macosx/debug/index/store/v5/records/1Q/AXNotificationConstants.h-3OET3EQ3MCR1Q
new file mode 100644
index 0000000..84d7b9c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/1Q/AXNotificationConstants.h-3OET3EQ3MCR1Q differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/1R/WSTypes.h-CU7XR691XR1R b/.build/arm64-apple-macosx/debug/index/store/v5/records/1R/WSTypes.h-CU7XR691XR1R
new file mode 100644
index 0000000..070a6aa
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/1R/WSTypes.h-CU7XR691XR1R differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/1T/ControlRenderer.swift-2OAHE8DG5IW1T b/.build/arm64-apple-macosx/debug/index/store/v5/records/1T/ControlRenderer.swift-2OAHE8DG5IW1T
new file mode 100644
index 0000000..ba263c6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/1T/ControlRenderer.swift-2OAHE8DG5IW1T differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/1T/util.h-24RDARZ07TZ1T b/.build/arm64-apple-macosx/debug/index/store/v5/records/1T/util.h-24RDARZ07TZ1T
new file mode 100644
index 0000000..7de4ebf
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/1T/util.h-24RDARZ07TZ1T differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/1U/AVAudioUnit.h-16KBQTDHEAL1U b/.build/arm64-apple-macosx/debug/index/store/v5/records/1U/AVAudioUnit.h-16KBQTDHEAL1U
new file mode 100644
index 0000000..c35c42e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/1U/AVAudioUnit.h-16KBQTDHEAL1U differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/1W/CMSync.h-1D9FYHQZUF81W b/.build/arm64-apple-macosx/debug/index/store/v5/records/1W/CMSync.h-1D9FYHQZUF81W
new file mode 100644
index 0000000..aa8fb03
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/1W/CMSync.h-1D9FYHQZUF81W differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/1W/_OSByteOrder.h-22HWOXDCHH81W b/.build/arm64-apple-macosx/debug/index/store/v5/records/1W/_OSByteOrder.h-22HWOXDCHH81W
new file mode 100644
index 0000000..bf7e3e8
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/1W/_OSByteOrder.h-22HWOXDCHH81W differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/1X/NSFilePromiseProvider.h-1MOCXP1XADN1X b/.build/arm64-apple-macosx/debug/index/store/v5/records/1X/NSFilePromiseProvider.h-1MOCXP1XADN1X
new file mode 100644
index 0000000..2ce6b40
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/1X/NSFilePromiseProvider.h-1MOCXP1XADN1X differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/1Y/arm64e-apple-macos.swiftinterface_Pointer-17P5MAEO3Q01Y b/.build/arm64-apple-macosx/debug/index/store/v5/records/1Y/arm64e-apple-macos.swiftinterface_Pointer-17P5MAEO3Q01Y
new file mode 100644
index 0000000..2417648
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/1Y/arm64e-apple-macos.swiftinterface_Pointer-17P5MAEO3Q01Y differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/1Y/message.h-2A8H6MMX0LE1Y b/.build/arm64-apple-macosx/debug/index/store/v5/records/1Y/message.h-2A8H6MMX0LE1Y
new file mode 100644
index 0000000..40f9278
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/1Y/message.h-2A8H6MMX0LE1Y differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/1Z/HIWindowViews.h-2KBXPH7D3841Z b/.build/arm64-apple-macosx/debug/index/store/v5/records/1Z/HIWindowViews.h-2KBXPH7D3841Z
new file mode 100644
index 0000000..06d7e3f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/1Z/HIWindowViews.h-2KBXPH7D3841Z differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/1Z/cssmerr.h-3ME09XY0TXM1Z b/.build/arm64-apple-macosx/debug/index/store/v5/records/1Z/cssmerr.h-3ME09XY0TXM1Z
new file mode 100644
index 0000000..5a67bda
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/1Z/cssmerr.h-3ME09XY0TXM1Z differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/21/NSStoryboardSegue.h-2E9PF3L1H921 b/.build/arm64-apple-macosx/debug/index/store/v5/records/21/NSStoryboardSegue.h-2E9PF3L1H921
new file mode 100644
index 0000000..3e274b9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/21/NSStoryboardSegue.h-2E9PF3L1H921 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/21/VBoxControl.swift-1DINANZGX8B21 b/.build/arm64-apple-macosx/debug/index/store/v5/records/21/VBoxControl.swift-1DINANZGX8B21
new file mode 100644
index 0000000..c666f88
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/21/VBoxControl.swift-1DINANZGX8B21 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/22/AVCaptureAudioPreviewOutput.h-LZTDS1EFLL22 b/.build/arm64-apple-macosx/debug/index/store/v5/records/22/AVCaptureAudioPreviewOutput.h-LZTDS1EFLL22
new file mode 100644
index 0000000..339a12e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/22/AVCaptureAudioPreviewOutput.h-LZTDS1EFLL22 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/24/IOBlockStorageDevice.h-27KBSLK4C5N24 b/.build/arm64-apple-macosx/debug/index/store/v5/records/24/IOBlockStorageDevice.h-27KBSLK4C5N24
new file mode 100644
index 0000000..e3587a6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/24/IOBlockStorageDevice.h-27KBSLK4C5N24 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/24/SecKeychain.h-3A7FXTVC6QS24 b/.build/arm64-apple-macosx/debug/index/store/v5/records/24/SecKeychain.h-3A7FXTVC6QS24
new file mode 100644
index 0000000..69767c0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/24/SecKeychain.h-3A7FXTVC6QS24 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/26/NSSharingServicePickerTouchBarItem.h-1MUAOECZPB626 b/.build/arm64-apple-macosx/debug/index/store/v5/records/26/NSSharingServicePickerTouchBarItem.h-1MUAOECZPB626
new file mode 100644
index 0000000..bf0dfda
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/26/NSSharingServicePickerTouchBarItem.h-1MUAOECZPB626 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/26/NSTextContentManager.h-VG25L7T21J26 b/.build/arm64-apple-macosx/debug/index/store/v5/records/26/NSTextContentManager.h-VG25L7T21J26
new file mode 100644
index 0000000..723420a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/26/NSTextContentManager.h-VG25L7T21J26 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/27/CFNotificationCenter.h-CJMNV4U89H27 b/.build/arm64-apple-macosx/debug/index/store/v5/records/27/CFNotificationCenter.h-CJMNV4U89H27
new file mode 100644
index 0000000..0c9ffed
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/27/CFNotificationCenter.h-CJMNV4U89H27 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/28/IOUSBLib.h-PHPHENYF6Q28 b/.build/arm64-apple-macosx/debug/index/store/v5/records/28/IOUSBLib.h-PHPHENYF6Q28
new file mode 100644
index 0000000..9fa1e53
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/28/IOUSBLib.h-PHPHENYF6Q28 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/29/DateTimeUtils.h-2INC3Q11OG429 b/.build/arm64-apple-macosx/debug/index/store/v5/records/29/DateTimeUtils.h-2INC3Q11OG429
new file mode 100644
index 0000000..11bf305
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/29/DateTimeUtils.h-2INC3Q11OG429 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/29/_int8_t.h-FJCH36X8E629 b/.build/arm64-apple-macosx/debug/index/store/v5/records/29/_int8_t.h-FJCH36X8E629
new file mode 100644
index 0000000..b05a151
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/29/_int8_t.h-FJCH36X8E629 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/2A/SpeechSynthesis.h-INAG1EY7GN2A b/.build/arm64-apple-macosx/debug/index/store/v5/records/2A/SpeechSynthesis.h-INAG1EY7GN2A
new file mode 100644
index 0000000..439f8e6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/2A/SpeechSynthesis.h-INAG1EY7GN2A differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/2A/audit_fcntl.h-1BDWLBGPOOL2A b/.build/arm64-apple-macosx/debug/index/store/v5/records/2A/audit_fcntl.h-1BDWLBGPOOL2A
new file mode 100644
index 0000000..e8f7f6f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/2A/audit_fcntl.h-1BDWLBGPOOL2A differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/2A/vm_info.h-2OW6BD6LC2Q2A b/.build/arm64-apple-macosx/debug/index/store/v5/records/2A/vm_info.h-2OW6BD6LC2Q2A
new file mode 100644
index 0000000..cc35153
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/2A/vm_info.h-2OW6BD6LC2Q2A differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/2B/AudioConverter.h-1SIYEE7ZFI22B b/.build/arm64-apple-macosx/debug/index/store/v5/records/2B/AudioConverter.h-1SIYEE7ZFI22B
new file mode 100644
index 0000000..2ec2b1c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/2B/AudioConverter.h-1SIYEE7ZFI22B differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/2B/processor_set.h-2VFXW8ATGEM2B b/.build/arm64-apple-macosx/debug/index/store/v5/records/2B/processor_set.h-2VFXW8ATGEM2B
new file mode 100644
index 0000000..f10b5be
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/2B/processor_set.h-2VFXW8ATGEM2B differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/2D/AVCaptureVideoPreviewLayer.h-1L3BX9RA7DE2D b/.build/arm64-apple-macosx/debug/index/store/v5/records/2D/AVCaptureVideoPreviewLayer.h-1L3BX9RA7DE2D
new file mode 100644
index 0000000..a41d9b8
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/2D/AVCaptureVideoPreviewLayer.h-1L3BX9RA7DE2D differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/2D/CFDictionary.h-3UWCB260AZV2D b/.build/arm64-apple-macosx/debug/index/store/v5/records/2D/CFDictionary.h-3UWCB260AZV2D
new file mode 100644
index 0000000..573c4b3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/2D/CFDictionary.h-3UWCB260AZV2D differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/2F/NSItemProvider.h-3L1UC0T38Y92F b/.build/arm64-apple-macosx/debug/index/store/v5/records/2F/NSItemProvider.h-3L1UC0T38Y92F
new file mode 100644
index 0000000..3918bed
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/2F/NSItemProvider.h-3L1UC0T38Y92F differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/2G/AppKitDefines.h-2LYU6VDO6HM2G b/.build/arm64-apple-macosx/debug/index/store/v5/records/2G/AppKitDefines.h-2LYU6VDO6HM2G
new file mode 100644
index 0000000..fe506d2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/2G/AppKitDefines.h-2LYU6VDO6HM2G differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/2H/NSFontManager.h-UIZ7V7TKIA2H b/.build/arm64-apple-macosx/debug/index/store/v5/records/2H/NSFontManager.h-UIZ7V7TKIA2H
new file mode 100644
index 0000000..ad827f2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/2H/NSFontManager.h-UIZ7V7TKIA2H differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/2J/arm64e-apple-macos.swiftinterface-1573TUJKT8M2J b/.build/arm64-apple-macosx/debug/index/store/v5/records/2J/arm64e-apple-macos.swiftinterface-1573TUJKT8M2J
new file mode 100644
index 0000000..93059bb
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/2J/arm64e-apple-macos.swiftinterface-1573TUJKT8M2J differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/2K/_in_addr_t.h-1C5M88AWOFG2K b/.build/arm64-apple-macosx/debug/index/store/v5/records/2K/_in_addr_t.h-1C5M88AWOFG2K
new file mode 100644
index 0000000..154c8c4
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/2K/_in_addr_t.h-1C5M88AWOFG2K differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/2L/CFCalendar.h-33760K11TG32L b/.build/arm64-apple-macosx/debug/index/store/v5/records/2L/CFCalendar.h-33760K11TG32L
new file mode 100644
index 0000000..ea5e317
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/2L/CFCalendar.h-33760K11TG32L differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/2L/CGGradient.h-3SF6Y8FBBFD2L b/.build/arm64-apple-macosx/debug/index/store/v5/records/2L/CGGradient.h-3SF6Y8FBBFD2L
new file mode 100644
index 0000000..9bdb454
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/2L/CGGradient.h-3SF6Y8FBBFD2L differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/2L/NSCollectionView.h-3TOJ0K3IHNP2L b/.build/arm64-apple-macosx/debug/index/store/v5/records/2L/NSCollectionView.h-3TOJ0K3IHNP2L
new file mode 100644
index 0000000..073bc30
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/2L/NSCollectionView.h-3TOJ0K3IHNP2L differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/2M/NSUUID.h-2P38BUNUYG92M b/.build/arm64-apple-macosx/debug/index/store/v5/records/2M/NSUUID.h-2P38BUNUYG92M
new file mode 100644
index 0000000..2ccb007
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/2M/NSUUID.h-2P38BUNUYG92M differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/2N/MacErrors.h-2TMXK7PDGTE2N b/.build/arm64-apple-macosx/debug/index/store/v5/records/2N/MacErrors.h-2TMXK7PDGTE2N
new file mode 100644
index 0000000..f3cb140
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/2N/MacErrors.h-2TMXK7PDGTE2N differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/2N/arm64e-apple-macos.swiftinterface-338ERJ8PBBC2N b/.build/arm64-apple-macosx/debug/index/store/v5/records/2N/arm64e-apple-macos.swiftinterface-338ERJ8PBBC2N
new file mode 100644
index 0000000..08e09a0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/2N/arm64e-apple-macos.swiftinterface-338ERJ8PBBC2N differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/2P/CVOpenGLTextureCache.h-1QUG2EGZEME2P b/.build/arm64-apple-macosx/debug/index/store/v5/records/2P/CVOpenGLTextureCache.h-1QUG2EGZEME2P
new file mode 100644
index 0000000..e8cdfb2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/2P/CVOpenGLTextureCache.h-1QUG2EGZEME2P differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/2Q/NSHFSFileTypes.h-1SXBZ3N43ZI2Q b/.build/arm64-apple-macosx/debug/index/store/v5/records/2Q/NSHFSFileTypes.h-1SXBZ3N43ZI2Q
new file mode 100644
index 0000000..754ef57
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/2Q/NSHFSFileTypes.h-1SXBZ3N43ZI2Q differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/2R/workgroup_object.h-5TXQ9Z88XJ2R b/.build/arm64-apple-macosx/debug/index/store/v5/records/2R/workgroup_object.h-5TXQ9Z88XJ2R
new file mode 100644
index 0000000..283bf71
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/2R/workgroup_object.h-5TXQ9Z88XJ2R differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/2S/CMTimeRange.h-1OMY2G46YW62S b/.build/arm64-apple-macosx/debug/index/store/v5/records/2S/CMTimeRange.h-1OMY2G46YW62S
new file mode 100644
index 0000000..4d21bf3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/2S/CMTimeRange.h-1OMY2G46YW62S differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/2S/NSAppleScriptExtensions.h-1VHUF52R27E2S b/.build/arm64-apple-macosx/debug/index/store/v5/records/2S/NSAppleScriptExtensions.h-1VHUF52R27E2S
new file mode 100644
index 0000000..a6d74e7
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/2S/NSAppleScriptExtensions.h-1VHUF52R27E2S differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/2S/TabViewControl.swift-2VZICR462682S b/.build/arm64-apple-macosx/debug/index/store/v5/records/2S/TabViewControl.swift-2VZICR462682S
new file mode 100644
index 0000000..bffa3d6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/2S/TabViewControl.swift-2VZICR462682S differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/2S/tcp_fsm.h-PENSCYF3DE2S b/.build/arm64-apple-macosx/debug/index/store/v5/records/2S/tcp_fsm.h-PENSCYF3DE2S
new file mode 100644
index 0000000..727e0ff
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/2S/tcp_fsm.h-PENSCYF3DE2S differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/CATapDescription.h-2P085P7MIR72U b/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/CATapDescription.h-2P085P7MIR72U
new file mode 100644
index 0000000..a844c7c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/CATapDescription.h-2P085P7MIR72U differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/exception_types.h-3VZGRYNW1M92U b/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/exception_types.h-3VZGRYNW1M92U
new file mode 100644
index 0000000..1a9b16f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/exception_types.h-3VZGRYNW1M92U differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/2V/NSKeyedArchiver.h-1T2DE3CGFZA2V b/.build/arm64-apple-macosx/debug/index/store/v5/records/2V/NSKeyedArchiver.h-1T2DE3CGFZA2V
new file mode 100644
index 0000000..99b3bea
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/2V/NSKeyedArchiver.h-1T2DE3CGFZA2V differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/2W/AVAudioIONode.h-2R2MQ1VEBSI2W b/.build/arm64-apple-macosx/debug/index/store/v5/records/2W/AVAudioIONode.h-2R2MQ1VEBSI2W
new file mode 100644
index 0000000..8d2da66
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/2W/AVAudioIONode.h-2R2MQ1VEBSI2W differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/2X/HITextLengthFilter.h-3AY5XRDJ1QM2X b/.build/arm64-apple-macosx/debug/index/store/v5/records/2X/HITextLengthFilter.h-3AY5XRDJ1QM2X
new file mode 100644
index 0000000..7229980
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/2X/HITextLengthFilter.h-3AY5XRDJ1QM2X differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/2Z/availability.h-1K10PYICPT12Z b/.build/arm64-apple-macosx/debug/index/store/v5/records/2Z/availability.h-1K10PYICPT12Z
new file mode 100644
index 0000000..5a10275
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/2Z/availability.h-1K10PYICPT12Z differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/30/NSZone.h-2ZT53GKBKEN30 b/.build/arm64-apple-macosx/debug/index/store/v5/records/30/NSZone.h-2ZT53GKBKEN30
new file mode 100644
index 0000000..f28aaef
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/30/NSZone.h-2ZT53GKBKEN30 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/31/CMMetadata.h-1BYR2Z8Z2GQ31 b/.build/arm64-apple-macosx/debug/index/store/v5/records/31/CMMetadata.h-1BYR2Z8Z2GQ31
new file mode 100644
index 0000000..914eebd
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/31/CMMetadata.h-1BYR2Z8Z2GQ31 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/31/MTL4MeshRenderPipeline.h-CW3QHUL1C631 b/.build/arm64-apple-macosx/debug/index/store/v5/records/31/MTL4MeshRenderPipeline.h-CW3QHUL1C631
new file mode 100644
index 0000000..4f00002
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/31/MTL4MeshRenderPipeline.h-CW3QHUL1C631 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/33/IOStorageDeviceCharacteristics.h-10J104K18HF33 b/.build/arm64-apple-macosx/debug/index/store/v5/records/33/IOStorageDeviceCharacteristics.h-10J104K18HF33
new file mode 100644
index 0000000..f93985c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/33/IOStorageDeviceCharacteristics.h-10J104K18HF33 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/34/CSIdentityQuery.h-83PKSLQAKJ34 b/.build/arm64-apple-macosx/debug/index/store/v5/records/34/CSIdentityQuery.h-83PKSLQAKJ34
new file mode 100644
index 0000000..1f50de1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/34/CSIdentityQuery.h-83PKSLQAKJ34 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/34/NSDragging.h-1B68B6N6VZV34 b/.build/arm64-apple-macosx/debug/index/store/v5/records/34/NSDragging.h-1B68B6N6VZV34
new file mode 100644
index 0000000..bbe2fe0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/34/NSDragging.h-1B68B6N6VZV34 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/35/AVCaptureDataOutputSynchronizer.h-2Y32XA4RPST35 b/.build/arm64-apple-macosx/debug/index/store/v5/records/35/AVCaptureDataOutputSynchronizer.h-2Y32XA4RPST35
new file mode 100644
index 0000000..ad127c7
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/35/AVCaptureDataOutputSynchronizer.h-2Y32XA4RPST35 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/35/CVMetalBufferCache.h-1NGBP305GNJ35 b/.build/arm64-apple-macosx/debug/index/store/v5/records/35/CVMetalBufferCache.h-1NGBP305GNJ35
new file mode 100644
index 0000000..4582053
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/35/CVMetalBufferCache.h-1NGBP305GNJ35 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/35/_locale.h-2EUGJ5BIQOS35 b/.build/arm64-apple-macosx/debug/index/store/v5/records/35/_locale.h-2EUGJ5BIQOS35
new file mode 100644
index 0000000..6cef17b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/35/_locale.h-2EUGJ5BIQOS35 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/37/CAMediaTimingFunction.h-THKV7B9J8937 b/.build/arm64-apple-macosx/debug/index/store/v5/records/37/CAMediaTimingFunction.h-THKV7B9J8937
new file mode 100644
index 0000000..614b64d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/37/CAMediaTimingFunction.h-THKV7B9J8937 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/37/PEFBinaryFormat.h-26482DFT4HS37 b/.build/arm64-apple-macosx/debug/index/store/v5/records/37/PEFBinaryFormat.h-26482DFT4HS37
new file mode 100644
index 0000000..d4059b6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/37/PEFBinaryFormat.h-26482DFT4HS37 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/37/_limits.h-2P3C38C86YZ37 b/.build/arm64-apple-macosx/debug/index/store/v5/records/37/_limits.h-2P3C38C86YZ37
new file mode 100644
index 0000000..ba671da
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/37/_limits.h-2P3C38C86YZ37 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/38/AXUIElement.h-3L9CV8HGEJI38 b/.build/arm64-apple-macosx/debug/index/store/v5/records/38/AXUIElement.h-3L9CV8HGEJI38
new file mode 100644
index 0000000..ee6f59e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/38/AXUIElement.h-3L9CV8HGEJI38 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/38/SecIdentity.h-BAVA626P0838 b/.build/arm64-apple-macosx/debug/index/store/v5/records/38/SecIdentity.h-BAVA626P0838
new file mode 100644
index 0000000..59ddecf
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/38/SecIdentity.h-BAVA626P0838 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/38/_in_port_t.h-2YGQAS0ID1738 b/.build/arm64-apple-macosx/debug/index/store/v5/records/38/_in_port_t.h-2YGQAS0ID1738
new file mode 100644
index 0000000..f7dc6fb
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/38/_in_port_t.h-2YGQAS0ID1738 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/38/vm.h-3A8B9N7EWKA38 b/.build/arm64-apple-macosx/debug/index/store/v5/records/38/vm.h-3A8B9N7EWKA38
new file mode 100644
index 0000000..04c5590
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/38/vm.h-3A8B9N7EWKA38 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/39/_sigaltstack.h-2DUDP34M1IS39 b/.build/arm64-apple-macosx/debug/index/store/v5/records/39/_sigaltstack.h-2DUDP34M1IS39
new file mode 100644
index 0000000..449759a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/39/_sigaltstack.h-2DUDP34M1IS39 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/3A/NSFileWrapperExtensions.h-3GQBS8Z2UCD3A b/.build/arm64-apple-macosx/debug/index/store/v5/records/3A/NSFileWrapperExtensions.h-3GQBS8Z2UCD3A
new file mode 100644
index 0000000..544fb7e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/3A/NSFileWrapperExtensions.h-3GQBS8Z2UCD3A differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/3B/AXBrailleTranslator.h-13B5H5WCTKR3B b/.build/arm64-apple-macosx/debug/index/store/v5/records/3B/AXBrailleTranslator.h-13B5H5WCTKR3B
new file mode 100644
index 0000000..fa68799
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/3B/AXBrailleTranslator.h-13B5H5WCTKR3B differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/3B/NSDistributedLock.h-JREY25PUWN3B b/.build/arm64-apple-macosx/debug/index/store/v5/records/3B/NSDistributedLock.h-JREY25PUWN3B
new file mode 100644
index 0000000..7e09404
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/3B/NSDistributedLock.h-JREY25PUWN3B differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/3B/NSXPCConnection.h-3BBIXSLYL3C3B b/.build/arm64-apple-macosx/debug/index/store/v5/records/3B/NSXPCConnection.h-3BBIXSLYL3C3B
new file mode 100644
index 0000000..cf5f422
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/3B/NSXPCConnection.h-3BBIXSLYL3C3B differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/3B/ev_keymap.h-2JHFT5AOT8X3B b/.build/arm64-apple-macosx/debug/index/store/v5/records/3B/ev_keymap.h-2JHFT5AOT8X3B
new file mode 100644
index 0000000..f1c913d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/3B/ev_keymap.h-2JHFT5AOT8X3B differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/3D/CGFont.h-228P5WXS4JO3D b/.build/arm64-apple-macosx/debug/index/store/v5/records/3D/CGFont.h-228P5WXS4JO3D
new file mode 100644
index 0000000..06d2479
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/3D/CGFont.h-228P5WXS4JO3D differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/3D/NSImageRep.h-H4JSDN4RW93D b/.build/arm64-apple-macosx/debug/index/store/v5/records/3D/NSImageRep.h-H4JSDN4RW93D
new file mode 100644
index 0000000..4302958
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/3D/NSImageRep.h-H4JSDN4RW93D differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/3D/NSMassFormatter.h-1ADX9QMT4TU3D b/.build/arm64-apple-macosx/debug/index/store/v5/records/3D/NSMassFormatter.h-1ADX9QMT4TU3D
new file mode 100644
index 0000000..572e574
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/3D/NSMassFormatter.h-1ADX9QMT4TU3D differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/3D/_u_int.h-1CFKM8X8WHC3D b/.build/arm64-apple-macosx/debug/index/store/v5/records/3D/_u_int.h-1CFKM8X8WHC3D
new file mode 100644
index 0000000..2e22bd9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/3D/_u_int.h-1CFKM8X8WHC3D differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/3D/unistd.h-1K2GXZARLC23D b/.build/arm64-apple-macosx/debug/index/store/v5/records/3D/unistd.h-1K2GXZARLC23D
new file mode 100644
index 0000000..5861624
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/3D/unistd.h-1K2GXZARLC23D differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/3F/AVCaptureVideoDataOutput.h-1AR9MM550F53F b/.build/arm64-apple-macosx/debug/index/store/v5/records/3F/AVCaptureVideoDataOutput.h-1AR9MM550F53F
new file mode 100644
index 0000000..7af87db
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/3F/AVCaptureVideoDataOutput.h-1AR9MM550F53F differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/3F/OSAtomicDeprecated.h-17CSKD7P3IU3F b/.build/arm64-apple-macosx/debug/index/store/v5/records/3F/OSAtomicDeprecated.h-17CSKD7P3IU3F
new file mode 100644
index 0000000..ecde0c5
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/3F/OSAtomicDeprecated.h-17CSKD7P3IU3F differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/3F/_u_int16_t.h-2DD3SJLX8QF3F b/.build/arm64-apple-macosx/debug/index/store/v5/records/3F/_u_int16_t.h-2DD3SJLX8QF3F
new file mode 100644
index 0000000..6cc497e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/3F/_u_int16_t.h-2DD3SJLX8QF3F differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/3F/_u_short.h-1NO7YNEHO793F b/.build/arm64-apple-macosx/debug/index/store/v5/records/3F/_u_short.h-1NO7YNEHO793F
new file mode 100644
index 0000000..fb2179f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/3F/_u_short.h-1NO7YNEHO793F differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/3F/adminutil.h-1RHHL67UU3W3F b/.build/arm64-apple-macosx/debug/index/store/v5/records/3F/adminutil.h-1RHHL67UU3W3F
new file mode 100644
index 0000000..a2cfb41
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/3F/adminutil.h-1RHHL67UU3W3F differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/3G/transcode.h-BWP09KBKB33G b/.build/arm64-apple-macosx/debug/index/store/v5/records/3G/transcode.h-BWP09KBKB33G
new file mode 100644
index 0000000..16fa8ff
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/3G/transcode.h-BWP09KBKB33G differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/3H/NSString.h-2TW6KS4LDB3H b/.build/arm64-apple-macosx/debug/index/store/v5/records/3H/NSString.h-2TW6KS4LDB3H
new file mode 100644
index 0000000..fd18b99
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/3H/NSString.h-2TW6KS4LDB3H differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/3H/UnicodeConverter.h-BLFH1NTBO03H b/.build/arm64-apple-macosx/debug/index/store/v5/records/3H/UnicodeConverter.h-BLFH1NTBO03H
new file mode 100644
index 0000000..d4c35ea
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/3H/UnicodeConverter.h-BLFH1NTBO03H differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/3H/oidscert.h-2MK6TFM7H4V3H b/.build/arm64-apple-macosx/debug/index/store/v5/records/3H/oidscert.h-2MK6TFM7H4V3H
new file mode 100644
index 0000000..ffe050b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/3H/oidscert.h-2MK6TFM7H4V3H differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/3J/AVAudioConnectionPoint.h-1X23PU2KKP53J b/.build/arm64-apple-macosx/debug/index/store/v5/records/3J/AVAudioConnectionPoint.h-1X23PU2KKP53J
new file mode 100644
index 0000000..e84f9fc
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/3J/AVAudioConnectionPoint.h-1X23PU2KKP53J differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/3J/_blksize_t.h-2BKZYAX9MHY3J b/.build/arm64-apple-macosx/debug/index/store/v5/records/3J/_blksize_t.h-2BKZYAX9MHY3J
new file mode 100644
index 0000000..727eae4
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/3J/_blksize_t.h-2BKZYAX9MHY3J differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/3L/gliDispatch.h-22KYKSXK4U33L b/.build/arm64-apple-macosx/debug/index/store/v5/records/3L/gliDispatch.h-22KYKSXK4U33L
new file mode 100644
index 0000000..6e6acf7
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/3L/gliDispatch.h-22KYKSXK4U33L differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/3M/complex.h-3GL6SH5PNVX3M b/.build/arm64-apple-macosx/debug/index/store/v5/records/3M/complex.h-3GL6SH5PNVX3M
new file mode 100644
index 0000000..5b387b6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/3M/complex.h-3GL6SH5PNVX3M differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/3N/CFRunLoop.h-2XZJ5M4HXZT3N b/.build/arm64-apple-macosx/debug/index/store/v5/records/3N/CFRunLoop.h-2XZJ5M4HXZT3N
new file mode 100644
index 0000000..3dedfe2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/3N/CFRunLoop.h-2XZJ5M4HXZT3N differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/3N/NSApplicationScripting.h-QX2YO4ZUG33N b/.build/arm64-apple-macosx/debug/index/store/v5/records/3N/NSApplicationScripting.h-QX2YO4ZUG33N
new file mode 100644
index 0000000..4a6d532
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/3N/NSApplicationScripting.h-QX2YO4ZUG33N differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/3O/_uint16_t.h-1Z5W20ZI4K33O b/.build/arm64-apple-macosx/debug/index/store/v5/records/3O/_uint16_t.h-1Z5W20ZI4K33O
new file mode 100644
index 0000000..bb15053
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/3O/_uint16_t.h-1Z5W20ZI4K33O differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/3O/socket.h-25E68KUZPTE3O b/.build/arm64-apple-macosx/debug/index/store/v5/records/3O/socket.h-25E68KUZPTE3O
new file mode 100644
index 0000000..f89345b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/3O/socket.h-25E68KUZPTE3O differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/3P/NSTrackingArea.h-2O9DLPCU0BA3P b/.build/arm64-apple-macosx/debug/index/store/v5/records/3P/NSTrackingArea.h-2O9DLPCU0BA3P
new file mode 100644
index 0000000..11612c5
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/3P/NSTrackingArea.h-2O9DLPCU0BA3P differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/3P/mach_types.h-27J9I466Z4D3P b/.build/arm64-apple-macosx/debug/index/store/v5/records/3P/mach_types.h-27J9I466Z4D3P
new file mode 100644
index 0000000..03919a9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/3P/mach_types.h-27J9I466Z4D3P differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/3Q/signpost.h-S9EN9KWE3C3Q b/.build/arm64-apple-macosx/debug/index/store/v5/records/3Q/signpost.h-S9EN9KWE3C3Q
new file mode 100644
index 0000000..efa3d72
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/3Q/signpost.h-S9EN9KWE3C3Q differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/3R/wordexp.h-21240A9VSPI3R b/.build/arm64-apple-macosx/debug/index/store/v5/records/3R/wordexp.h-21240A9VSPI3R
new file mode 100644
index 0000000..9553b1d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/3R/wordexp.h-21240A9VSPI3R differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/3U/audit_filter.h-133ZUR56NS03U b/.build/arm64-apple-macosx/debug/index/store/v5/records/3U/audit_filter.h-133ZUR56NS03U
new file mode 100644
index 0000000..9cc36aa
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/3U/audit_filter.h-133ZUR56NS03U differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/3V/MusicDevice.h-1J38NVW8TXH3V b/.build/arm64-apple-macosx/debug/index/store/v5/records/3V/MusicDevice.h-1J38NVW8TXH3V
new file mode 100644
index 0000000..b798b3d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/3V/MusicDevice.h-1J38NVW8TXH3V differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/3V/mds_schema.h-UOKC37HD7V3V b/.build/arm64-apple-macosx/debug/index/store/v5/records/3V/mds_schema.h-UOKC37HD7V3V
new file mode 100644
index 0000000..dc32420
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/3V/mds_schema.h-UOKC37HD7V3V differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/3V/object.h-1CPT6V1FONL3V b/.build/arm64-apple-macosx/debug/index/store/v5/records/3V/object.h-1CPT6V1FONL3V
new file mode 100644
index 0000000..1cacce4
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/3V/object.h-1CPT6V1FONL3V differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/3W/CGRemoteOperation.h-1N8JWVSCZ2W3W b/.build/arm64-apple-macosx/debug/index/store/v5/records/3W/CGRemoteOperation.h-1N8JWVSCZ2W3W
new file mode 100644
index 0000000..579f672
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/3W/CGRemoteOperation.h-1N8JWVSCZ2W3W differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/3W/NSStringDrawing.h-180BTDJULJS3W b/.build/arm64-apple-macosx/debug/index/store/v5/records/3W/NSStringDrawing.h-180BTDJULJS3W
new file mode 100644
index 0000000..7cae7b7
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/3W/NSStringDrawing.h-180BTDJULJS3W differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/3W/spawn.h-3ELUPCS50SA3W b/.build/arm64-apple-macosx/debug/index/store/v5/records/3W/spawn.h-3ELUPCS50SA3W
new file mode 100644
index 0000000..7a56612
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/3W/spawn.h-3ELUPCS50SA3W differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/3X/CTRubyAnnotation.h-1R79Y4WGYSM3X b/.build/arm64-apple-macosx/debug/index/store/v5/records/3X/CTRubyAnnotation.h-1R79Y4WGYSM3X
new file mode 100644
index 0000000..4eab655
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/3X/CTRubyAnnotation.h-1R79Y4WGYSM3X differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/3X/WSProtocolHandler.h-13HUIO6EBN13X b/.build/arm64-apple-macosx/debug/index/store/v5/records/3X/WSProtocolHandler.h-13HUIO6EBN13X
new file mode 100644
index 0000000..2ad8efe
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/3X/WSProtocolHandler.h-13HUIO6EBN13X differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/3X/raster.h-35871R24SA73X b/.build/arm64-apple-macosx/debug/index/store/v5/records/3X/raster.h-35871R24SA73X
new file mode 100644
index 0000000..09ffd34
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/3X/raster.h-35871R24SA73X differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/3Y/NSTextViewportLayoutController.h-YP6ZJQTWAO3Y b/.build/arm64-apple-macosx/debug/index/store/v5/records/3Y/NSTextViewportLayoutController.h-YP6ZJQTWAO3Y
new file mode 100644
index 0000000..ad6db7d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/3Y/NSTextViewportLayoutController.h-YP6ZJQTWAO3Y differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/3Z/NSToolbarItem.h-3KDQS84263Q3Z b/.build/arm64-apple-macosx/debug/index/store/v5/records/3Z/NSToolbarItem.h-3KDQS84263Q3Z
new file mode 100644
index 0000000..50f2615
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/3Z/NSToolbarItem.h-3KDQS84263Q3Z differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/3Z/oids.h-2GX9B4TRV803Z b/.build/arm64-apple-macosx/debug/index/store/v5/records/3Z/oids.h-2GX9B4TRV803Z
new file mode 100644
index 0000000..c32a976
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/3Z/oids.h-2GX9B4TRV803Z differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/40/NSIncrementalStoreNode.h-1KWIJV52YNY40 b/.build/arm64-apple-macosx/debug/index/store/v5/records/40/NSIncrementalStoreNode.h-1KWIJV52YNY40
new file mode 100644
index 0000000..0278d5c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/40/NSIncrementalStoreNode.h-1KWIJV52YNY40 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/40/NSUserDefaults.h-2DCD0JOWNHQ40 b/.build/arm64-apple-macosx/debug/index/store/v5/records/40/NSUserDefaults.h-2DCD0JOWNHQ40
new file mode 100644
index 0000000..6f0c817
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/40/NSUserDefaults.h-2DCD0JOWNHQ40 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/41/ASDebugging.h-VYXCTOB3R841 b/.build/arm64-apple-macosx/debug/index/store/v5/records/41/ASDebugging.h-VYXCTOB3R841
new file mode 100644
index 0000000..e6361ab
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/41/ASDebugging.h-VYXCTOB3R841 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/42/Timer.h-3VVXUTDBW3I42 b/.build/arm64-apple-macosx/debug/index/store/v5/records/42/Timer.h-3VVXUTDBW3I42
new file mode 100644
index 0000000..32adb89
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/42/Timer.h-3VVXUTDBW3I42 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/44/UTAdditions.h-2GF59C217GP44 b/.build/arm64-apple-macosx/debug/index/store/v5/records/44/UTAdditions.h-2GF59C217GP44
new file mode 100644
index 0000000..b6d8440
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/44/UTAdditions.h-2GF59C217GP44 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/45/vm_sync.h-11XAS68KXVF45 b/.build/arm64-apple-macosx/debug/index/store/v5/records/45/vm_sync.h-11XAS68KXVF45
new file mode 100644
index 0000000..c970b9f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/45/vm_sync.h-11XAS68KXVF45 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/47/AVAudioTime.h-2ER2EI9KNUM47 b/.build/arm64-apple-macosx/debug/index/store/v5/records/47/AVAudioTime.h-2ER2EI9KNUM47
new file mode 100644
index 0000000..defec6b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/47/AVAudioTime.h-2ER2EI9KNUM47 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/48/arm64e-apple-macos.swiftinterface-VPEW5W1KTS48 b/.build/arm64-apple-macosx/debug/index/store/v5/records/48/arm64e-apple-macos.swiftinterface-VPEW5W1KTS48
new file mode 100644
index 0000000..5839451
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/48/arm64e-apple-macos.swiftinterface-VPEW5W1KTS48 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/49/HIMenuView.h-33OZO9EZD0449 b/.build/arm64-apple-macosx/debug/index/store/v5/records/49/HIMenuView.h-33OZO9EZD0449
new file mode 100644
index 0000000..4fd2f51
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/49/HIMenuView.h-33OZO9EZD0449 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/49/NSTimer.h-2IM2N5DW4GO49 b/.build/arm64-apple-macosx/debug/index/store/v5/records/49/NSTimer.h-2IM2N5DW4GO49
new file mode 100644
index 0000000..1b7f00e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/49/NSTimer.h-2IM2N5DW4GO49 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/4B/UnicodeUtilities.h-24JBZZ9F06K4B b/.build/arm64-apple-macosx/debug/index/store/v5/records/4B/UnicodeUtilities.h-24JBZZ9F06K4B
new file mode 100644
index 0000000..5b4dd70
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/4B/UnicodeUtilities.h-24JBZZ9F06K4B differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/4B/loader.h-R01QHI6INA4B b/.build/arm64-apple-macosx/debug/index/store/v5/records/4B/loader.h-R01QHI6INA4B
new file mode 100644
index 0000000..9db229c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/4B/loader.h-R01QHI6INA4B differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/4C/MTLAccelerationStructureTypes.h-23LTMYMIGTK4C b/.build/arm64-apple-macosx/debug/index/store/v5/records/4C/MTLAccelerationStructureTypes.h-23LTMYMIGTK4C
new file mode 100644
index 0000000..4f2b467
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/4C/MTLAccelerationStructureTypes.h-23LTMYMIGTK4C differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/4C/NSPersistentStoreCoordinator.h-1R0PQ42DAVQ4C b/.build/arm64-apple-macosx/debug/index/store/v5/records/4C/NSPersistentStoreCoordinator.h-1R0PQ42DAVQ4C
new file mode 100644
index 0000000..13b4fe7
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/4C/NSPersistentStoreCoordinator.h-1R0PQ42DAVQ4C differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/4C/_ino64_t.h-2MSEJHZHD24C b/.build/arm64-apple-macosx/debug/index/store/v5/records/4C/_ino64_t.h-2MSEJHZHD24C
new file mode 100644
index 0000000..69bc594
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/4C/_ino64_t.h-2MSEJHZHD24C differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/4C/ethernet.h-KEKPPMS3DU4C b/.build/arm64-apple-macosx/debug/index/store/v5/records/4C/ethernet.h-KEKPPMS3DU4C
new file mode 100644
index 0000000..9bb3941
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/4C/ethernet.h-KEKPPMS3DU4C differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/4D/NSListFormatter.h-IQ03573FFF4D b/.build/arm64-apple-macosx/debug/index/store/v5/records/4D/NSListFormatter.h-IQ03573FFF4D
new file mode 100644
index 0000000..c098247
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/4D/NSListFormatter.h-IQ03573FFF4D differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/4D/tcp_var.h-2XZFVRS1PBZ4D b/.build/arm64-apple-macosx/debug/index/store/v5/records/4D/tcp_var.h-2XZFVRS1PBZ4D
new file mode 100644
index 0000000..09d6f89
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/4D/tcp_var.h-2XZFVRS1PBZ4D differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/4E/InputControl.swift-1Q96CFULZVJ4E b/.build/arm64-apple-macosx/debug/index/store/v5/records/4E/InputControl.swift-1Q96CFULZVJ4E
new file mode 100644
index 0000000..d3991cd
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/4E/InputControl.swift-1Q96CFULZVJ4E differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/4E/NSValueTransformer.h-G1HCWKA5VN4E b/.build/arm64-apple-macosx/debug/index/store/v5/records/4E/NSValueTransformer.h-G1HCWKA5VN4E
new file mode 100644
index 0000000..498666e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/4E/NSValueTransformer.h-G1HCWKA5VN4E differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/4E/SCSICmds_REQUEST_SENSE_Defs.h-APC6XSYSMX4E b/.build/arm64-apple-macosx/debug/index/store/v5/records/4E/SCSICmds_REQUEST_SENSE_Defs.h-APC6XSYSMX4E
new file mode 100644
index 0000000..0261331
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/4E/SCSICmds_REQUEST_SENSE_Defs.h-APC6XSYSMX4E differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/4E/vm_map.h-2BBL5JLXPQK4E b/.build/arm64-apple-macosx/debug/index/store/v5/records/4E/vm_map.h-2BBL5JLXPQK4E
new file mode 100644
index 0000000..b0e4d4a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/4E/vm_map.h-2BBL5JLXPQK4E differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/4F/NSUserInterfaceLayout.h-3OIHGSS66AS4F b/.build/arm64-apple-macosx/debug/index/store/v5/records/4F/NSUserInterfaceLayout.h-3OIHGSS66AS4F
new file mode 100644
index 0000000..6485171
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/4F/NSUserInterfaceLayout.h-3OIHGSS66AS4F differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/4F/TextEncodingConverter.h-2H7HNOE3XZK4F b/.build/arm64-apple-macosx/debug/index/store/v5/records/4F/TextEncodingConverter.h-2H7HNOE3XZK4F
new file mode 100644
index 0000000..d77c105
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/4F/TextEncodingConverter.h-2H7HNOE3XZK4F differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/4G/HISearchField.h-1OTDE4IGWFW4G b/.build/arm64-apple-macosx/debug/index/store/v5/records/4G/HISearchField.h-1OTDE4IGWFW4G
new file mode 100644
index 0000000..f03dc93
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/4G/HISearchField.h-1OTDE4IGWFW4G differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/4G/NSOrthography.h-2WJBXIS0YR14G b/.build/arm64-apple-macosx/debug/index/store/v5/records/4G/NSOrthography.h-2WJBXIS0YR14G
new file mode 100644
index 0000000..82f2da3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/4G/NSOrthography.h-2WJBXIS0YR14G differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/4H/CIRenderDestination.h-VP2KYB6IOY4H b/.build/arm64-apple-macosx/debug/index/store/v5/records/4H/CIRenderDestination.h-VP2KYB6IOY4H
new file mode 100644
index 0000000..5e7c703
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/4H/CIRenderDestination.h-VP2KYB6IOY4H differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/4I/NSUndoManager.h-3A8Y3SNB56U4I b/.build/arm64-apple-macosx/debug/index/store/v5/records/4I/NSUndoManager.h-3A8Y3SNB56U4I
new file mode 100644
index 0000000..25204c4
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/4I/NSUndoManager.h-3A8Y3SNB56U4I differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/4I/mach_init.h-39ZBRTKZAQH4I b/.build/arm64-apple-macosx/debug/index/store/v5/records/4I/mach_init.h-39ZBRTKZAQH4I
new file mode 100644
index 0000000..e9afed6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/4I/mach_init.h-39ZBRTKZAQH4I differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/4I/tgmath.h-1JX54QZGEDD4I b/.build/arm64-apple-macosx/debug/index/store/v5/records/4I/tgmath.h-1JX54QZGEDD4I
new file mode 100644
index 0000000..7338a3a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/4I/tgmath.h-1JX54QZGEDD4I differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/4I/thread_policy.h-I3ISMT51DV4I b/.build/arm64-apple-macosx/debug/index/store/v5/records/4I/thread_policy.h-I3ISMT51DV4I
new file mode 100644
index 0000000..affc184
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/4I/thread_policy.h-I3ISMT51DV4I differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/4J/CFURLEnumerator.h-388V0Q6XAC24J b/.build/arm64-apple-macosx/debug/index/store/v5/records/4J/CFURLEnumerator.h-388V0Q6XAC24J
new file mode 100644
index 0000000..19d4de3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/4J/CFURLEnumerator.h-388V0Q6XAC24J differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/4K/clock.h-2QRW53WW41J4K b/.build/arm64-apple-macosx/debug/index/store/v5/records/4K/clock.h-2QRW53WW41J4K
new file mode 100644
index 0000000..ca6edfc
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/4K/clock.h-2QRW53WW41J4K differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/4L/IOHIDEventServiceKeys.h-17VG3RPMENC4L b/.build/arm64-apple-macosx/debug/index/store/v5/records/4L/IOHIDEventServiceKeys.h-17VG3RPMENC4L
new file mode 100644
index 0000000..7fdf035
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/4L/IOHIDEventServiceKeys.h-17VG3RPMENC4L differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/4L/PlayerBridge.swift-FHD7ZZ6P444L b/.build/arm64-apple-macosx/debug/index/store/v5/records/4L/PlayerBridge.swift-FHD7ZZ6P444L
new file mode 100644
index 0000000..d34c288
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/4L/PlayerBridge.swift-FHD7ZZ6P444L differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/4N/HIButtonViews.h-17G7G8VWPM34N b/.build/arm64-apple-macosx/debug/index/store/v5/records/4N/HIButtonViews.h-17G7G8VWPM34N
new file mode 100644
index 0000000..ab99fd4
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/4N/HIButtonViews.h-17G7G8VWPM34N differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/4N/NSFont.h-2Z8LUAML2XX4N b/.build/arm64-apple-macosx/debug/index/store/v5/records/4N/NSFont.h-2Z8LUAML2XX4N
new file mode 100644
index 0000000..bd6f32d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/4N/NSFont.h-2Z8LUAML2XX4N differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/4N/NSNotificationQueue.h-2T3ANQ8DYJ94N b/.build/arm64-apple-macosx/debug/index/store/v5/records/4N/NSNotificationQueue.h-2T3ANQ8DYJ94N
new file mode 100644
index 0000000..35b4812
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/4N/NSNotificationQueue.h-2T3ANQ8DYJ94N differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/CGEXRToneMappingGamma.h-183SJ15QR9H4Q b/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/CGEXRToneMappingGamma.h-183SJ15QR9H4Q
new file mode 100644
index 0000000..20dd882
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/CGEXRToneMappingGamma.h-183SJ15QR9H4Q differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/CGEventSource.h-34C8KEIB1RJ4Q b/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/CGEventSource.h-34C8KEIB1RJ4Q
new file mode 100644
index 0000000..3bdc4b3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/CGEventSource.h-34C8KEIB1RJ4Q differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/alloca.h-3KNR9B03K614Q b/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/alloca.h-3KNR9B03K614Q
new file mode 100644
index 0000000..47386d7
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/alloca.h-3KNR9B03K614Q differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/eti.h-1PLS9Y05IVZ4Q b/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/eti.h-1PLS9Y05IVZ4Q
new file mode 100644
index 0000000..711b99d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/eti.h-1PLS9Y05IVZ4Q differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/if_var.h-1PXIN16CWZE4Q b/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/if_var.h-1PXIN16CWZE4Q
new file mode 100644
index 0000000..9450f23
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/if_var.h-1PXIN16CWZE4Q differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/4S/NSPersistentHistoryChange.h-2M2E66GMYHR4S b/.build/arm64-apple-macosx/debug/index/store/v5/records/4S/NSPersistentHistoryChange.h-2M2E66GMYHR4S
new file mode 100644
index 0000000..3dc3bed
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/4S/NSPersistentHistoryChange.h-2M2E66GMYHR4S differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/4S/SecDecodeTransform.h-3FCF0IVF8MM4S b/.build/arm64-apple-macosx/debug/index/store/v5/records/4S/SecDecodeTransform.h-3FCF0IVF8MM4S
new file mode 100644
index 0000000..82229a8
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/4S/SecDecodeTransform.h-3FCF0IVF8MM4S differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/4T/CGDataConsumer.h-14QCQ3F11PQ4T b/.build/arm64-apple-macosx/debug/index/store/v5/records/4T/CGDataConsumer.h-14QCQ3F11PQ4T
new file mode 100644
index 0000000..ee1bd44
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/4T/CGDataConsumer.h-14QCQ3F11PQ4T differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/4T/route.h-34OIANMT9IE4T b/.build/arm64-apple-macosx/debug/index/store/v5/records/4T/route.h-34OIANMT9IE4T
new file mode 100644
index 0000000..64250fc
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/4T/route.h-34OIANMT9IE4T differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/4U/NSThread.h-2H531IV3VGS4U b/.build/arm64-apple-macosx/debug/index/store/v5/records/4U/NSThread.h-2H531IV3VGS4U
new file mode 100644
index 0000000..9aee30a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/4U/NSThread.h-2H531IV3VGS4U differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/4U/SCSICommandOperationCodes.h-GLG9FO5PSV4U b/.build/arm64-apple-macosx/debug/index/store/v5/records/4U/SCSICommandOperationCodes.h-GLG9FO5PSV4U
new file mode 100644
index 0000000..b4802a4
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/4U/SCSICommandOperationCodes.h-GLG9FO5PSV4U differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/4W/_monetary.h-27K2SIKV3JU4W b/.build/arm64-apple-macosx/debug/index/store/v5/records/4W/_monetary.h-27K2SIKV3JU4W
new file mode 100644
index 0000000..bdf9135
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/4W/_monetary.h-27K2SIKV3JU4W differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/4X/NSTableViewRowAction.h-2MNY6BB41GR4X b/.build/arm64-apple-macosx/debug/index/store/v5/records/4X/NSTableViewRowAction.h-2MNY6BB41GR4X
new file mode 100644
index 0000000..ba8b269
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/4X/NSTableViewRowAction.h-2MNY6BB41GR4X differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/4X/TabViewControl.swift-2TWQH0YTJWM4X b/.build/arm64-apple-macosx/debug/index/store/v5/records/4X/TabViewControl.swift-2TWQH0YTJWM4X
new file mode 100644
index 0000000..3d5fed1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/4X/TabViewControl.swift-2TWQH0YTJWM4X differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/4X/ptrcheck.h-IZSXAMEY9G4X b/.build/arm64-apple-macosx/debug/index/store/v5/records/4X/ptrcheck.h-IZSXAMEY9G4X
new file mode 100644
index 0000000..889c4a4
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/4X/ptrcheck.h-IZSXAMEY9G4X differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/4Y/Appearance.h-2ON0OXLSB4F4Y b/.build/arm64-apple-macosx/debug/index/store/v5/records/4Y/Appearance.h-2ON0OXLSB4F4Y
new file mode 100644
index 0000000..8087617
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/4Y/Appearance.h-2ON0OXLSB4F4Y differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/4Y/NSScriptClassDescription.h-39130GNSVXY4Y b/.build/arm64-apple-macosx/debug/index/store/v5/records/4Y/NSScriptClassDescription.h-39130GNSVXY4Y
new file mode 100644
index 0000000..f605b23
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/4Y/NSScriptClassDescription.h-39130GNSVXY4Y differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/4Y/arm64e-apple-macos.swiftinterface_Math-8CIA6M3B8X4Y b/.build/arm64-apple-macosx/debug/index/store/v5/records/4Y/arm64e-apple-macos.swiftinterface_Math-8CIA6M3B8X4Y
new file mode 100644
index 0000000..844b92f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/4Y/arm64e-apple-macos.swiftinterface_Math-8CIA6M3B8X4Y differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/50/NSFetchedResultsController.h-OG24NZJ8LR50 b/.build/arm64-apple-macosx/debug/index/store/v5/records/50/NSFetchedResultsController.h-OG24NZJ8LR50
new file mode 100644
index 0000000..3434d0c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/50/NSFetchedResultsController.h-OG24NZJ8LR50 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/51/_ino_t.h-1B8GAZR8F9X51 b/.build/arm64-apple-macosx/debug/index/store/v5/records/51/_ino_t.h-1B8GAZR8F9X51
new file mode 100644
index 0000000..9846567
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/51/_ino_t.h-1B8GAZR8F9X51 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/51/netport.h-NJWR7Y3WMO51 b/.build/arm64-apple-macosx/debug/index/store/v5/records/51/netport.h-NJWR7Y3WMO51
new file mode 100644
index 0000000..529c005
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/51/netport.h-NJWR7Y3WMO51 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/52/CGColorConversionInfo.h-1TI7NQ41Y9852 b/.build/arm64-apple-macosx/debug/index/store/v5/records/52/CGColorConversionInfo.h-1TI7NQ41Y9852
new file mode 100644
index 0000000..6e94931
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/52/CGColorConversionInfo.h-1TI7NQ41Y9852 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/53/CMAttachment.h-3H3ZWGIGKQ053 b/.build/arm64-apple-macosx/debug/index/store/v5/records/53/CMAttachment.h-3H3ZWGIGKQ053
new file mode 100644
index 0000000..d0e2160
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/53/CMAttachment.h-3H3ZWGIGKQ053 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/53/_seek_set.h-2Q7DCTNPIZ653 b/.build/arm64-apple-macosx/debug/index/store/v5/records/53/_seek_set.h-2Q7DCTNPIZ653
new file mode 100644
index 0000000..62f1933
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/53/_seek_set.h-2Q7DCTNPIZ653 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/53/arm64e-apple-macos.swiftinterface_Collection_Lazy_Views-LPA2ZHOSK53 b/.build/arm64-apple-macosx/debug/index/store/v5/records/53/arm64e-apple-macos.swiftinterface_Collection_Lazy_Views-LPA2ZHOSK53
new file mode 100644
index 0000000..71edb08
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/53/arm64e-apple-macos.swiftinterface_Collection_Lazy_Views-LPA2ZHOSK53 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/54/NSTableHeaderCell.h-1IFAOAC03JX54 b/.build/arm64-apple-macosx/debug/index/store/v5/records/54/NSTableHeaderCell.h-1IFAOAC03JX54
new file mode 100644
index 0000000..88c5125
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/54/NSTableHeaderCell.h-1IFAOAC03JX54 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/54/port_obj.h-2267J07QYT154 b/.build/arm64-apple-macosx/debug/index/store/v5/records/54/port_obj.h-2267J07QYT154
new file mode 100644
index 0000000..e11ba63
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/54/port_obj.h-2267J07QYT154 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/55/CVOpenGLBuffer.h-100VHWW6AB255 b/.build/arm64-apple-macosx/debug/index/store/v5/records/55/CVOpenGLBuffer.h-100VHWW6AB255
new file mode 100644
index 0000000..4221558
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/55/CVOpenGLBuffer.h-100VHWW6AB255 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/56/DiskSpaceRecovery.h-3VVXWO04ITM56 b/.build/arm64-apple-macosx/debug/index/store/v5/records/56/DiskSpaceRecovery.h-3VVXWO04ITM56
new file mode 100644
index 0000000..d107423
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/56/DiskSpaceRecovery.h-3VVXWO04ITM56 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/56/socketvar.h-201W1FZGUQY56 b/.build/arm64-apple-macosx/debug/index/store/v5/records/56/socketvar.h-201W1FZGUQY56
new file mode 100644
index 0000000..48acd71
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/56/socketvar.h-201W1FZGUQY56 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/57/NSSliderAccessory.h-EUNUH7PZ7157 b/.build/arm64-apple-macosx/debug/index/store/v5/records/57/NSSliderAccessory.h-EUNUH7PZ7157
new file mode 100644
index 0000000..b4c587c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/57/NSSliderAccessory.h-EUNUH7PZ7157 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/58/MIDIUMPCIProfile.h-3H0SEG2D8HA58 b/.build/arm64-apple-macosx/debug/index/store/v5/records/58/MIDIUMPCIProfile.h-3H0SEG2D8HA58
new file mode 100644
index 0000000..5c91ee0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/58/MIDIUMPCIProfile.h-3H0SEG2D8HA58 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/59/IOHIDServiceClient.h-2C32WNXQNSF59 b/.build/arm64-apple-macosx/debug/index/store/v5/records/59/IOHIDServiceClient.h-2C32WNXQNSF59
new file mode 100644
index 0000000..536822a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/59/IOHIDServiceClient.h-2C32WNXQNSF59 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/59/cssmkrapi.h-2H6EFLFW53L59 b/.build/arm64-apple-macosx/debug/index/store/v5/records/59/cssmkrapi.h-2H6EFLFW53L59
new file mode 100644
index 0000000..2c2a455
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/59/cssmkrapi.h-2H6EFLFW53L59 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/5A/CGPDFObject.h-2NA1TJPUOSW5A b/.build/arm64-apple-macosx/debug/index/store/v5/records/5A/CGPDFObject.h-2NA1TJPUOSW5A
new file mode 100644
index 0000000..59677ba
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/5A/CGPDFObject.h-2NA1TJPUOSW5A differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/5B/AVAssetWriter.h-1JAUWIMQMJ45B b/.build/arm64-apple-macosx/debug/index/store/v5/records/5B/AVAssetWriter.h-1JAUWIMQMJ45B
new file mode 100644
index 0000000..9581641
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/5B/AVAssetWriter.h-1JAUWIMQMJ45B differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/5B/NSGroupTouchBarItem.h-1OUDM8IVAR85B b/.build/arm64-apple-macosx/debug/index/store/v5/records/5B/NSGroupTouchBarItem.h-1OUDM8IVAR85B
new file mode 100644
index 0000000..c7589f0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/5B/NSGroupTouchBarItem.h-1OUDM8IVAR85B differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/5B/ip_var.h-17TIK8NFCSG5B b/.build/arm64-apple-macosx/debug/index/store/v5/records/5B/ip_var.h-17TIK8NFCSG5B
new file mode 100644
index 0000000..ea751c4
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/5B/ip_var.h-17TIK8NFCSG5B differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/5C/CFHTTPMessage.h-F00EEK4Q3Y5C b/.build/arm64-apple-macosx/debug/index/store/v5/records/5C/CFHTTPMessage.h-F00EEK4Q3Y5C
new file mode 100644
index 0000000..92f14d1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/5C/CFHTTPMessage.h-F00EEK4Q3Y5C differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/5C/SKAnalysis.h-2PWKEMP9AYU5C b/.build/arm64-apple-macosx/debug/index/store/v5/records/5C/SKAnalysis.h-2PWKEMP9AYU5C
new file mode 100644
index 0000000..a27dd7f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/5C/SKAnalysis.h-2PWKEMP9AYU5C differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/5D/CFFileDescriptor.h-15X0ZMNWINY5D b/.build/arm64-apple-macosx/debug/index/store/v5/records/5D/CFFileDescriptor.h-15X0ZMNWINY5D
new file mode 100644
index 0000000..78f5d23
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/5D/CFFileDescriptor.h-15X0ZMNWINY5D differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/5D/IODVDBlockStorageDevice.h-2WSOWDKL6B45D b/.build/arm64-apple-macosx/debug/index/store/v5/records/5D/IODVDBlockStorageDevice.h-2WSOWDKL6B45D
new file mode 100644
index 0000000..d20239b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/5D/IODVDBlockStorageDevice.h-2WSOWDKL6B45D differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/5D/MTL4LibraryFunctionDescriptor.h-270EBFKE4EL5D b/.build/arm64-apple-macosx/debug/index/store/v5/records/5D/MTL4LibraryFunctionDescriptor.h-270EBFKE4EL5D
new file mode 100644
index 0000000..0d9ee6a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/5D/MTL4LibraryFunctionDescriptor.h-270EBFKE4EL5D differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/5D/Menus.h-1WQZGQOQVS25D b/.build/arm64-apple-macosx/debug/index/store/v5/records/5D/Menus.h-1WQZGQOQVS25D
new file mode 100644
index 0000000..4e33e12
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/5D/Menus.h-1WQZGQOQVS25D differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/5D/fts.h-1DMXB83N9H95D b/.build/arm64-apple-macosx/debug/index/store/v5/records/5D/fts.h-1DMXB83N9H95D
new file mode 100644
index 0000000..776035c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/5D/fts.h-1DMXB83N9H95D differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/5E/HIDataBrowser.h-1DA6QQKRVIO5E b/.build/arm64-apple-macosx/debug/index/store/v5/records/5E/HIDataBrowser.h-1DA6QQKRVIO5E
new file mode 100644
index 0000000..889d49c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/5E/HIDataBrowser.h-1DA6QQKRVIO5E differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/5F/ATSFont.h-364AKSA4AHS5F b/.build/arm64-apple-macosx/debug/index/store/v5/records/5F/ATSFont.h-364AKSA4AHS5F
new file mode 100644
index 0000000..0054dfd
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/5F/ATSFont.h-364AKSA4AHS5F differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/5F/NSOpenGL.h-2Y25Z8T0S9W5F b/.build/arm64-apple-macosx/debug/index/store/v5/records/5F/NSOpenGL.h-2Y25Z8T0S9W5F
new file mode 100644
index 0000000..ef0e8f1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/5F/NSOpenGL.h-2Y25Z8T0S9W5F differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/5G/AVSynchronizedLayer.h-3E66Y0KJ275G b/.build/arm64-apple-macosx/debug/index/store/v5/records/5G/AVSynchronizedLayer.h-3E66Y0KJ275G
new file mode 100644
index 0000000..14e625e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/5G/AVSynchronizedLayer.h-3E66Y0KJ275G differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/5H/rich_error.h-XFUZ6RRUU05H b/.build/arm64-apple-macosx/debug/index/store/v5/records/5H/rich_error.h-XFUZ6RRUU05H
new file mode 100644
index 0000000..5106054
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/5H/rich_error.h-XFUZ6RRUU05H differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/5I/CFURL.h-1YAOINHVQBM5I b/.build/arm64-apple-macosx/debug/index/store/v5/records/5I/CFURL.h-1YAOINHVQBM5I
new file mode 100644
index 0000000..fda9bef
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/5I/CFURL.h-1YAOINHVQBM5I differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/5I/NSRunningApplication.h-3F6WVXE9EI15I b/.build/arm64-apple-macosx/debug/index/store/v5/records/5I/NSRunningApplication.h-3F6WVXE9EI15I
new file mode 100644
index 0000000..9d3868f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/5I/NSRunningApplication.h-3F6WVXE9EI15I differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/5I/gmon.h-32YMF153THG5I b/.build/arm64-apple-macosx/debug/index/store/v5/records/5I/gmon.h-32YMF153THG5I
new file mode 100644
index 0000000..9db0c86
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/5I/gmon.h-32YMF153THG5I differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/5J/NSSplitViewItem.h-1R2BFHQ4LIZ5J b/.build/arm64-apple-macosx/debug/index/store/v5/records/5J/NSSplitViewItem.h-1R2BFHQ4LIZ5J
new file mode 100644
index 0000000..d81ca55
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/5J/NSSplitViewItem.h-1R2BFHQ4LIZ5J differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/5M/CAReplicatorLayer.h-1JWVFRJG0A15M b/.build/arm64-apple-macosx/debug/index/store/v5/records/5M/CAReplicatorLayer.h-1JWVFRJG0A15M
new file mode 100644
index 0000000..fa0ec4a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/5M/CAReplicatorLayer.h-1JWVFRJG0A15M differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/5M/IONetworkInterface.h-PW13OQBOQZ5M b/.build/arm64-apple-macosx/debug/index/store/v5/records/5M/IONetworkInterface.h-PW13OQBOQZ5M
new file mode 100644
index 0000000..5e21b19
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/5M/IONetworkInterface.h-PW13OQBOQZ5M differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/5M/NSAppleEventDescriptor.h-VJ9GQ6HQFU5M b/.build/arm64-apple-macosx/debug/index/store/v5/records/5M/NSAppleEventDescriptor.h-VJ9GQ6HQFU5M
new file mode 100644
index 0000000..d66e284
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/5M/NSAppleEventDescriptor.h-VJ9GQ6HQFU5M differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/5N/IOCFURLAccess.h-2ANRSV7S8QK5N b/.build/arm64-apple-macosx/debug/index/store/v5/records/5N/IOCFURLAccess.h-2ANRSV7S8QK5N
new file mode 100644
index 0000000..2fa551f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/5N/IOCFURLAccess.h-2ANRSV7S8QK5N differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/5P/SecKeychainSearch.h-1U1JXLRKK5L5P b/.build/arm64-apple-macosx/debug/index/store/v5/records/5P/SecKeychainSearch.h-1U1JXLRKK5L5P
new file mode 100644
index 0000000..712e3f1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/5P/SecKeychainSearch.h-1U1JXLRKK5L5P differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/5P/UTCUtils.h-2D4TBFK5VB25P b/.build/arm64-apple-macosx/debug/index/store/v5/records/5P/UTCUtils.h-2D4TBFK5VB25P
new file mode 100644
index 0000000..783e2eb
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/5P/UTCUtils.h-2D4TBFK5VB25P differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/5Q/NSPersistentDocument.h-195D3MQC8XB5Q b/.build/arm64-apple-macosx/debug/index/store/v5/records/5Q/NSPersistentDocument.h-195D3MQC8XB5Q
new file mode 100644
index 0000000..6fa9c94
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/5Q/NSPersistentDocument.h-195D3MQC8XB5Q differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/5Q/_pthread_rwlockattr_t.h-35SBEHBA2U55Q b/.build/arm64-apple-macosx/debug/index/store/v5/records/5Q/_pthread_rwlockattr_t.h-35SBEHBA2U55Q
new file mode 100644
index 0000000..35310d5
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/5Q/_pthread_rwlockattr_t.h-35SBEHBA2U55Q differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/5R/HITabbedView.h-2KHKIDLD0I85R b/.build/arm64-apple-macosx/debug/index/store/v5/records/5R/HITabbedView.h-2KHKIDLD0I85R
new file mode 100644
index 0000000..1ae4c92
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/5R/HITabbedView.h-2KHKIDLD0I85R differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/5R/thread_switch.h-2KZIZTGXPXL5R b/.build/arm64-apple-macosx/debug/index/store/v5/records/5R/thread_switch.h-2KZIZTGXPXL5R
new file mode 100644
index 0000000..029a717
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/5R/thread_switch.h-2KZIZTGXPXL5R differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/5S/CFArray.h-D5RD7KOKG35S b/.build/arm64-apple-macosx/debug/index/store/v5/records/5S/CFArray.h-D5RD7KOKG35S
new file mode 100644
index 0000000..1eed699
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/5S/CFArray.h-D5RD7KOKG35S differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/5V/peer_requirement.h-33AE1VAHC015V b/.build/arm64-apple-macosx/debug/index/store/v5/records/5V/peer_requirement.h-33AE1VAHC015V
new file mode 100644
index 0000000..06eee31
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/5V/peer_requirement.h-33AE1VAHC015V differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/5V/shared_region.h-25CS5HADFHW5V b/.build/arm64-apple-macosx/debug/index/store/v5/records/5V/shared_region.h-25CS5HADFHW5V
new file mode 100644
index 0000000..4d2ac38
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/5V/shared_region.h-25CS5HADFHW5V differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/5W/printerdb.h-827N9J0B8A5W b/.build/arm64-apple-macosx/debug/index/store/v5/records/5W/printerdb.h-827N9J0B8A5W
new file mode 100644
index 0000000..ab4c5af
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/5W/printerdb.h-827N9J0B8A5W differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/5X/LSInfoDeprecated.h-30Q6OS4RUJV5X b/.build/arm64-apple-macosx/debug/index/store/v5/records/5X/LSInfoDeprecated.h-30Q6OS4RUJV5X
new file mode 100644
index 0000000..0b8ee9b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/5X/LSInfoDeprecated.h-30Q6OS4RUJV5X differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/5X/NSDraggingItem.h-1XAS950R0165X b/.build/arm64-apple-macosx/debug/index/store/v5/records/5X/NSDraggingItem.h-1XAS950R0165X
new file mode 100644
index 0000000..93e09d9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/5X/NSDraggingItem.h-1XAS950R0165X differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/5X/NSURLCache.h-3GMCB0Y2Y7C5X b/.build/arm64-apple-macosx/debug/index/store/v5/records/5X/NSURLCache.h-3GMCB0Y2Y7C5X
new file mode 100644
index 0000000..de0d748
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/5X/NSURLCache.h-3GMCB0Y2Y7C5X differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/5X/getopt.h-YES81N0AJN5X b/.build/arm64-apple-macosx/debug/index/store/v5/records/5X/getopt.h-YES81N0AJN5X
new file mode 100644
index 0000000..5e048c9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/5X/getopt.h-YES81N0AJN5X differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/5Y/IONetworkUserClient.h-2K6QOXHF3X05Y b/.build/arm64-apple-macosx/debug/index/store/v5/records/5Y/IONetworkUserClient.h-2K6QOXHF3X05Y
new file mode 100644
index 0000000..16a7374
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/5Y/IONetworkUserClient.h-2K6QOXHF3X05Y differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/5Y/NSPersistentHistoryChangeRequest.h-ZFNZESN84D5Y b/.build/arm64-apple-macosx/debug/index/store/v5/records/5Y/NSPersistentHistoryChangeRequest.h-ZFNZESN84D5Y
new file mode 100644
index 0000000..5971d37
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/5Y/NSPersistentHistoryChangeRequest.h-ZFNZESN84D5Y differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/60/NSPrintPanel.h-2KL8438A82A60 b/.build/arm64-apple-macosx/debug/index/store/v5/records/60/NSPrintPanel.h-2KL8438A82A60
new file mode 100644
index 0000000..ba0a1c9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/60/NSPrintPanel.h-2KL8438A82A60 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/60/NSTableRowView.h-2NDL3EX4DVX60 b/.build/arm64-apple-macosx/debug/index/store/v5/records/60/NSTableRowView.h-2NDL3EX4DVX60
new file mode 100644
index 0000000..198d5d1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/60/NSTableRowView.h-2NDL3EX4DVX60 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/60/_sigset_t.h-294K1F4WP6O60 b/.build/arm64-apple-macosx/debug/index/store/v5/records/60/_sigset_t.h-294K1F4WP6O60
new file mode 100644
index 0000000..9b669ff
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/60/_sigset_t.h-294K1F4WP6O60 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/60/menu.h-3LX8AZI101L60 b/.build/arm64-apple-macosx/debug/index/store/v5/records/60/menu.h-3LX8AZI101L60
new file mode 100644
index 0000000..5c4fb89
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/60/menu.h-3LX8AZI101L60 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/63/MTL4StitchedFunctionDescriptor.h-3P89AEWA5DE63 b/.build/arm64-apple-macosx/debug/index/store/v5/records/63/MTL4StitchedFunctionDescriptor.h-3P89AEWA5DE63
new file mode 100644
index 0000000..061522f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/63/MTL4StitchedFunctionDescriptor.h-3P89AEWA5DE63 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/63/NSSortDescriptor.h-2ZRGGGL69YJ63 b/.build/arm64-apple-macosx/debug/index/store/v5/records/63/NSSortDescriptor.h-2ZRGGGL69YJ63
new file mode 100644
index 0000000..7c9d232
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/63/NSSortDescriptor.h-2ZRGGGL69YJ63 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/63/UTCoreTypes.h-3B7R3GBJBHL63 b/.build/arm64-apple-macosx/debug/index/store/v5/records/63/UTCoreTypes.h-3B7R3GBJBHL63
new file mode 100644
index 0000000..baeeb13
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/63/UTCoreTypes.h-3B7R3GBJBHL63 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/63/lctx.h-TTO4HW6FYK63 b/.build/arm64-apple-macosx/debug/index/store/v5/records/63/lctx.h-TTO4HW6FYK63
new file mode 100644
index 0000000..e4ddb61
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/63/lctx.h-TTO4HW6FYK63 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/64/AVSpeechSynthesis.h-OBFK5NBNF464 b/.build/arm64-apple-macosx/debug/index/store/v5/records/64/AVSpeechSynthesis.h-OBFK5NBNF464
new file mode 100644
index 0000000..d9269d8
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/64/AVSpeechSynthesis.h-OBFK5NBNF464 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/64/CMFormatDescription.h-R88H6AV22564 b/.build/arm64-apple-macosx/debug/index/store/v5/records/64/CMFormatDescription.h-R88H6AV22564
new file mode 100644
index 0000000..dd1f960
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/64/CMFormatDescription.h-R88H6AV22564 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/64/SPPoint3DFloat.h-2AMG2ZNKKKR64 b/.build/arm64-apple-macosx/debug/index/store/v5/records/64/SPPoint3DFloat.h-2AMG2ZNKKKR64
new file mode 100644
index 0000000..fb2192d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/64/SPPoint3DFloat.h-2AMG2ZNKKKR64 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/64/SPProjectiveTransform3D.h-3LFRT1130KT64 b/.build/arm64-apple-macosx/debug/index/store/v5/records/64/SPProjectiveTransform3D.h-3LFRT1130KT64
new file mode 100644
index 0000000..f763fb4
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/64/SPProjectiveTransform3D.h-3LFRT1130KT64 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/65/arm64e-apple-macos.swiftinterface-3D4L6A5XLZ665 b/.build/arm64-apple-macosx/debug/index/store/v5/records/65/arm64e-apple-macos.swiftinterface-3D4L6A5XLZ665
new file mode 100644
index 0000000..10b719a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/65/arm64e-apple-macos.swiftinterface-3D4L6A5XLZ665 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/67/CVPixelBufferIOSurface.h-1JVFNT1SRMN67 b/.build/arm64-apple-macosx/debug/index/store/v5/records/67/CVPixelBufferIOSurface.h-1JVFNT1SRMN67
new file mode 100644
index 0000000..98d4739
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/67/CVPixelBufferIOSurface.h-1JVFNT1SRMN67 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/69/NSTableView.h-36J0KTA2IG369 b/.build/arm64-apple-macosx/debug/index/store/v5/records/69/NSTableView.h-36J0KTA2IG369
new file mode 100644
index 0000000..d523852
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/69/NSTableView.h-36J0KTA2IG369 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/6B/NSScrubber.h-1TLMIZWPZHK6B b/.build/arm64-apple-macosx/debug/index/store/v5/records/6B/NSScrubber.h-1TLMIZWPZHK6B
new file mode 100644
index 0000000..e98a9df
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/6B/NSScrubber.h-1TLMIZWPZHK6B differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/6B/listener.h-200O9GPYMC16B b/.build/arm64-apple-macosx/debug/index/store/v5/records/6B/listener.h-200O9GPYMC16B
new file mode 100644
index 0000000..18b1c54
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/6B/listener.h-200O9GPYMC16B differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/6B/memory_entry.h-UET62DN8YS6B b/.build/arm64-apple-macosx/debug/index/store/v5/records/6B/memory_entry.h-UET62DN8YS6B
new file mode 100644
index 0000000..c94ad0f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/6B/memory_entry.h-UET62DN8YS6B differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/6C/_mbstate_t.h-1DVIOTQDCQD6C b/.build/arm64-apple-macosx/debug/index/store/v5/records/6C/_mbstate_t.h-1DVIOTQDCQD6C
new file mode 100644
index 0000000..e61e005
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/6C/_mbstate_t.h-1DVIOTQDCQD6C differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/6E/CIColor.h-3ATFOIEJGQ6E b/.build/arm64-apple-macosx/debug/index/store/v5/records/6E/CIColor.h-3ATFOIEJGQ6E
new file mode 100644
index 0000000..c380fc1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/6E/CIColor.h-3ATFOIEJGQ6E differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/6E/IOCDMedia.h-5JWA0GRBB16E b/.build/arm64-apple-macosx/debug/index/store/v5/records/6E/IOCDMedia.h-5JWA0GRBB16E
new file mode 100644
index 0000000..9c05cfb
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/6E/IOCDMedia.h-5JWA0GRBB16E differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/6F/IOFramebufferShared.h-3D0ZAV6YZOD6F b/.build/arm64-apple-macosx/debug/index/store/v5/records/6F/IOFramebufferShared.h-3D0ZAV6YZOD6F
new file mode 100644
index 0000000..4ece05c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/6F/IOFramebufferShared.h-3D0ZAV6YZOD6F differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/6F/NSPortCoder.h-24CBDH8N3YE6F b/.build/arm64-apple-macosx/debug/index/store/v5/records/6F/NSPortCoder.h-24CBDH8N3YE6F
new file mode 100644
index 0000000..29e1a21
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/6F/NSPortCoder.h-24CBDH8N3YE6F differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/6F/NSScriptExecutionContext.h-18CPT6ACQO16F b/.build/arm64-apple-macosx/debug/index/store/v5/records/6F/NSScriptExecutionContext.h-18CPT6ACQO16F
new file mode 100644
index 0000000..1ea602c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/6F/NSScriptExecutionContext.h-18CPT6ACQO16F differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/6F/poll.h-2UGCS6JUR976F b/.build/arm64-apple-macosx/debug/index/store/v5/records/6F/poll.h-2UGCS6JUR976F
new file mode 100644
index 0000000..324c630
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/6F/poll.h-2UGCS6JUR976F differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/6F/semaphore.h-1J3YQHOUEQC6F b/.build/arm64-apple-macosx/debug/index/store/v5/records/6F/semaphore.h-1J3YQHOUEQC6F
new file mode 100644
index 0000000..d91a944
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/6F/semaphore.h-1J3YQHOUEQC6F differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/6G/NSAlignmentFeedbackFilter.h-2H67AIRLC8B6G b/.build/arm64-apple-macosx/debug/index/store/v5/records/6G/NSAlignmentFeedbackFilter.h-2H67AIRLC8B6G
new file mode 100644
index 0000000..6e1ff27
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/6G/NSAlignmentFeedbackFilter.h-2H67AIRLC8B6G differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/6G/PMPrintingDialogExtensions.h-3GUCIM0T3I86G b/.build/arm64-apple-macosx/debug/index/store/v5/records/6G/PMPrintingDialogExtensions.h-3GUCIM0T3I86G
new file mode 100644
index 0000000..48ad895
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/6G/PMPrintingDialogExtensions.h-3GUCIM0T3I86G differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/6H/MTLRenderPipeline.h-1YSPQX2DDN96H b/.build/arm64-apple-macosx/debug/index/store/v5/records/6H/MTLRenderPipeline.h-1YSPQX2DDN96H
new file mode 100644
index 0000000..983659b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/6H/MTLRenderPipeline.h-1YSPQX2DDN96H differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/6I/CFStringTokenizer.h-1O474P7QGCP6I b/.build/arm64-apple-macosx/debug/index/store/v5/records/6I/CFStringTokenizer.h-1O474P7QGCP6I
new file mode 100644
index 0000000..f3f1059
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/6I/CFStringTokenizer.h-1O474P7QGCP6I differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/6I/acl.h-1TUQVN1FJ7Y6I b/.build/arm64-apple-macosx/debug/index/store/v5/records/6I/acl.h-1TUQVN1FJ7Y6I
new file mode 100644
index 0000000..384a5ea
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/6I/acl.h-1TUQVN1FJ7Y6I differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/6J/AVMetrics.h-317S34OSCSV6J b/.build/arm64-apple-macosx/debug/index/store/v5/records/6J/AVMetrics.h-317S34OSCSV6J
new file mode 100644
index 0000000..8faccd5
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/6J/AVMetrics.h-317S34OSCSV6J differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/6K/CFUtilities.h-SE7CIDMELV6K b/.build/arm64-apple-macosx/debug/index/store/v5/records/6K/CFUtilities.h-SE7CIDMELV6K
new file mode 100644
index 0000000..b98969c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/6K/CFUtilities.h-SE7CIDMELV6K differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/6K/NSPredicateEditor.h-PK56OKUJ46K b/.build/arm64-apple-macosx/debug/index/store/v5/records/6K/NSPredicateEditor.h-PK56OKUJ46K
new file mode 100644
index 0000000..02db815
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/6K/NSPredicateEditor.h-PK56OKUJ46K differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/6L/IODataQueueShared.h-1IQXANCT7CU6L b/.build/arm64-apple-macosx/debug/index/store/v5/records/6L/IODataQueueShared.h-1IQXANCT7CU6L
new file mode 100644
index 0000000..c878f89
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/6L/IODataQueueShared.h-1IQXANCT7CU6L differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/6L/NSInvocation.h-3DXULZGIWBX6L b/.build/arm64-apple-macosx/debug/index/store/v5/records/6L/NSInvocation.h-3DXULZGIWBX6L
new file mode 100644
index 0000000..50c4999
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/6L/NSInvocation.h-3DXULZGIWBX6L differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/6M/NSXMLDTDNode.h-3VFUOH1O246M b/.build/arm64-apple-macosx/debug/index/store/v5/records/6M/NSXMLDTDNode.h-3VFUOH1O246M
new file mode 100644
index 0000000..d1431d7
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/6M/NSXMLDTDNode.h-3VFUOH1O246M differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/6M/_ct_rune_t.h-31XIOF8OH9D6M b/.build/arm64-apple-macosx/debug/index/store/v5/records/6M/_ct_rune_t.h-31XIOF8OH9D6M
new file mode 100644
index 0000000..785c16d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/6M/_ct_rune_t.h-31XIOF8OH9D6M differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/6O/AudioOutputUnit.h-3VC5IJEJZW06O b/.build/arm64-apple-macosx/debug/index/store/v5/records/6O/AudioOutputUnit.h-3VC5IJEJZW06O
new file mode 100644
index 0000000..7220ce4
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/6O/AudioOutputUnit.h-3VC5IJEJZW06O differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/6O/_structs.h-2MW3QLQQSR66O b/.build/arm64-apple-macosx/debug/index/store/v5/records/6O/_structs.h-2MW3QLQQSR66O
new file mode 100644
index 0000000..0d3a4b7
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/6O/_structs.h-2MW3QLQQSR66O differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/6O/stab.h-389DNZNIW8S6O b/.build/arm64-apple-macosx/debug/index/store/v5/records/6O/stab.h-389DNZNIW8S6O
new file mode 100644
index 0000000..27789e8
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/6O/stab.h-389DNZNIW8S6O differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/6P/NSPICTImageRep.h-1SY0DY1K6SQ6P b/.build/arm64-apple-macosx/debug/index/store/v5/records/6P/NSPICTImageRep.h-1SY0DY1K6SQ6P
new file mode 100644
index 0000000..a3c6ee8
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/6P/NSPICTImageRep.h-1SY0DY1K6SQ6P differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/6Q/IOFDiskPartitionScheme.h-IQQLAIRLZ96Q b/.build/arm64-apple-macosx/debug/index/store/v5/records/6Q/IOFDiskPartitionScheme.h-IQQLAIRLZ96Q
new file mode 100644
index 0000000..9784784
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/6Q/IOFDiskPartitionScheme.h-IQQLAIRLZ96Q differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/6Q/IOFireWireFamilyCommon.h-34QK1U6F04D6Q b/.build/arm64-apple-macosx/debug/index/store/v5/records/6Q/IOFireWireFamilyCommon.h-34QK1U6F04D6Q
new file mode 100644
index 0000000..07f3f83
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/6Q/IOFireWireFamilyCommon.h-34QK1U6F04D6Q differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/6Q/Lists.h-3ND2UP6312C6Q b/.build/arm64-apple-macosx/debug/index/store/v5/records/6Q/Lists.h-3ND2UP6312C6Q
new file mode 100644
index 0000000..93c0dd1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/6Q/Lists.h-3ND2UP6312C6Q differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/6Q/NSWindow.h-Y74YDMZHG66Q b/.build/arm64-apple-macosx/debug/index/store/v5/records/6Q/NSWindow.h-Y74YDMZHG66Q
new file mode 100644
index 0000000..cf5097e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/6Q/NSWindow.h-Y74YDMZHG66Q differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/6Q/SecSignVerifyTransform.h-2FW1RUCY3XP6Q b/.build/arm64-apple-macosx/debug/index/store/v5/records/6Q/SecSignVerifyTransform.h-2FW1RUCY3XP6Q
new file mode 100644
index 0000000..18346d9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/6Q/SecSignVerifyTransform.h-2FW1RUCY3XP6Q differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/6S/IntlResources.h-3NCDMICYQMX6S b/.build/arm64-apple-macosx/debug/index/store/v5/records/6S/IntlResources.h-3NCDMICYQMX6S
new file mode 100644
index 0000000..f0ae61d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/6S/IntlResources.h-3NCDMICYQMX6S differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/6S/MTLFunctionStitching.h-1WPA0JQOSIN6S b/.build/arm64-apple-macosx/debug/index/store/v5/records/6S/MTLFunctionStitching.h-1WPA0JQOSIN6S
new file mode 100644
index 0000000..61c21f6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/6S/MTLFunctionStitching.h-1WPA0JQOSIN6S differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/6S/NSRulerView.h-1HVK5E44YW26S b/.build/arm64-apple-macosx/debug/index/store/v5/records/6S/NSRulerView.h-1HVK5E44YW26S
new file mode 100644
index 0000000..657003c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/6S/NSRulerView.h-1HVK5E44YW26S differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/6S/SecTransform.h-24G7PYY4JZB6S b/.build/arm64-apple-macosx/debug/index/store/v5/records/6S/SecTransform.h-24G7PYY4JZB6S
new file mode 100644
index 0000000..1a4f4a7
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/6S/SecTransform.h-24G7PYY4JZB6S differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/6T/Icons.h-42A1NPKVFK6T b/.build/arm64-apple-macosx/debug/index/store/v5/records/6T/Icons.h-42A1NPKVFK6T
new file mode 100644
index 0000000..77a64e1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/6T/Icons.h-42A1NPKVFK6T differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/6U/CGPDFPage.h-3N50XT0KDPC6U b/.build/arm64-apple-macosx/debug/index/store/v5/records/6U/CGPDFPage.h-3N50XT0KDPC6U
new file mode 100644
index 0000000..87ef89a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/6U/CGPDFPage.h-3N50XT0KDPC6U differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/6U/NSFetchedPropertyDescription.h-3BWXL4P2KR6U b/.build/arm64-apple-macosx/debug/index/store/v5/records/6U/NSFetchedPropertyDescription.h-3BWXL4P2KR6U
new file mode 100644
index 0000000..4d6b8cf
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/6U/NSFetchedPropertyDescription.h-3BWXL4P2KR6U differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/6U/NSKeyValueBinding.h-2RKMLFQNY5B6U b/.build/arm64-apple-macosx/debug/index/store/v5/records/6U/NSKeyValueBinding.h-2RKMLFQNY5B6U
new file mode 100644
index 0000000..398b124
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/6U/NSKeyValueBinding.h-2RKMLFQNY5B6U differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/6U/dyld.h-31DSDPUZPJD6U b/.build/arm64-apple-macosx/debug/index/store/v5/records/6U/dyld.h-31DSDPUZPJD6U
new file mode 100644
index 0000000..5d51994
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/6U/dyld.h-31DSDPUZPJD6U differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/6V/IORPC.h-7OVOB1MSXX6V b/.build/arm64-apple-macosx/debug/index/store/v5/records/6V/IORPC.h-7OVOB1MSXX6V
new file mode 100644
index 0000000..2e8c89e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/6V/IORPC.h-7OVOB1MSXX6V differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/6V/trace.h-BH2W2KQ2Z76V b/.build/arm64-apple-macosx/debug/index/store/v5/records/6V/trace.h-BH2W2KQ2Z76V
new file mode 100644
index 0000000..28ee5d0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/6V/trace.h-BH2W2KQ2Z76V differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/6W/NSSymbolEffect.h-1BD8YS4EO346W b/.build/arm64-apple-macosx/debug/index/store/v5/records/6W/NSSymbolEffect.h-1BD8YS4EO346W
new file mode 100644
index 0000000..1ed5e29
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/6W/NSSymbolEffect.h-1BD8YS4EO346W differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/SCSICmds_MODE_Definitions.h-377WMP4CEFV6X b/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/SCSICmds_MODE_Definitions.h-377WMP4CEFV6X
new file mode 100644
index 0000000..8f5c69b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/SCSICmds_MODE_Definitions.h-377WMP4CEFV6X differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/thread_special_ports.h-2IE9G0PSLHJ6X b/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/thread_special_ports.h-2IE9G0PSLHJ6X
new file mode 100644
index 0000000..9265838
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/thread_special_ports.h-2IE9G0PSLHJ6X differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/6Z/IOMessage.h-18AKFAZOLEO6Z b/.build/arm64-apple-macosx/debug/index/store/v5/records/6Z/IOMessage.h-18AKFAZOLEO6Z
new file mode 100644
index 0000000..a24ceaf
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/6Z/IOMessage.h-18AKFAZOLEO6Z differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/70/MTL4SpecializedFunctionDescriptor.h-31D6COR7BOQ70 b/.build/arm64-apple-macosx/debug/index/store/v5/records/70/MTL4SpecializedFunctionDescriptor.h-31D6COR7BOQ70
new file mode 100644
index 0000000..36cb46b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/70/MTL4SpecializedFunctionDescriptor.h-31D6COR7BOQ70 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/70/arm64e-apple-macos.swiftinterface_Collection_Array-2F62RAE4R6Z70 b/.build/arm64-apple-macosx/debug/index/store/v5/records/70/arm64e-apple-macos.swiftinterface_Collection_Array-2F62RAE4R6Z70
new file mode 100644
index 0000000..e375c56
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/70/arm64e-apple-macos.swiftinterface_Collection_Array-2F62RAE4R6Z70 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/71/IBCarbonRuntime.h-1WYH0V6KVRW71 b/.build/arm64-apple-macosx/debug/index/store/v5/records/71/IBCarbonRuntime.h-1WYH0V6KVRW71
new file mode 100644
index 0000000..1b12df5
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/71/IBCarbonRuntime.h-1WYH0V6KVRW71 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/73/NSTextCheckingClient.h-IWF7QSLC9C73 b/.build/arm64-apple-macosx/debug/index/store/v5/records/73/NSTextCheckingClient.h-IWF7QSLC9C73
new file mode 100644
index 0000000..e0d0b98
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/73/NSTextCheckingClient.h-IWF7QSLC9C73 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/74/IOUserServer.h-2MDWVJIJCK974 b/.build/arm64-apple-macosx/debug/index/store/v5/records/74/IOUserServer.h-2MDWVJIJCK974
new file mode 100644
index 0000000..31d87a2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/74/IOUserServer.h-2MDWVJIJCK974 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/74/NSCustomMigrationStage.h-2V6RPU06YRY74 b/.build/arm64-apple-macosx/debug/index/store/v5/records/74/NSCustomMigrationStage.h-2V6RPU06YRY74
new file mode 100644
index 0000000..d5d0b44
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/74/NSCustomMigrationStage.h-2V6RPU06YRY74 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/75/NSButton.h-2FCY6VCGQHX75 b/.build/arm64-apple-macosx/debug/index/store/v5/records/75/NSButton.h-2FCY6VCGQHX75
new file mode 100644
index 0000000..c3ae9a7
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/75/NSButton.h-2FCY6VCGQHX75 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/75/posix_sem.h-1XBH79JBQ2075 b/.build/arm64-apple-macosx/debug/index/store/v5/records/75/posix_sem.h-1XBH79JBQ2075
new file mode 100644
index 0000000..006f166
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/75/posix_sem.h-1XBH79JBQ2075 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/76/NSLayoutManager.h-H2KIXZ9VY076 b/.build/arm64-apple-macosx/debug/index/store/v5/records/76/NSLayoutManager.h-H2KIXZ9VY076
new file mode 100644
index 0000000..3c6ecee
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/76/NSLayoutManager.h-H2KIXZ9VY076 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/77/CGLRenderers.h-287X2TZGBCE77 b/.build/arm64-apple-macosx/debug/index/store/v5/records/77/CGLRenderers.h-287X2TZGBCE77
new file mode 100644
index 0000000..b17ed2b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/77/CGLRenderers.h-287X2TZGBCE77 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/77/NSCalendar.h-2YP6MYE7WIE77 b/.build/arm64-apple-macosx/debug/index/store/v5/records/77/NSCalendar.h-2YP6MYE7WIE77
new file mode 100644
index 0000000..74b1601
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/77/NSCalendar.h-2YP6MYE7WIE77 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/77/conversion.h-2CNL43J2NEE77 b/.build/arm64-apple-macosx/debug/index/store/v5/records/77/conversion.h-2CNL43J2NEE77
new file mode 100644
index 0000000..9d6428e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/77/conversion.h-2CNL43J2NEE77 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/78/AVCaptureReactions.h-1D1YZB64JEM78 b/.build/arm64-apple-macosx/debug/index/store/v5/records/78/AVCaptureReactions.h-1D1YZB64JEM78
new file mode 100644
index 0000000..e8a901b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/78/AVCaptureReactions.h-1D1YZB64JEM78 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/78/CTStringAttributes.h-1LOF682YGHQ78 b/.build/arm64-apple-macosx/debug/index/store/v5/records/78/CTStringAttributes.h-1LOF682YGHQ78
new file mode 100644
index 0000000..ebebdcb
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/78/CTStringAttributes.h-1LOF682YGHQ78 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/78/NSPanGestureRecognizer.h-28EDNESPV3U78 b/.build/arm64-apple-macosx/debug/index/store/v5/records/78/NSPanGestureRecognizer.h-28EDNESPV3U78
new file mode 100644
index 0000000..5df1b14
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/78/NSPanGestureRecognizer.h-28EDNESPV3U78 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/78/thread_state.h-305FHH80RRU78 b/.build/arm64-apple-macosx/debug/index/store/v5/records/78/thread_state.h-305FHH80RRU78
new file mode 100644
index 0000000..6a8ee99
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/78/thread_state.h-305FHH80RRU78 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/79/AudioHardwareDeprecated.h-3MPVPRK9HLF79 b/.build/arm64-apple-macosx/debug/index/store/v5/records/79/AudioHardwareDeprecated.h-3MPVPRK9HLF79
new file mode 100644
index 0000000..7bdb37a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/79/AudioHardwareDeprecated.h-3MPVPRK9HLF79 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/79/CVBase.h-3QJBESG20PR79 b/.build/arm64-apple-macosx/debug/index/store/v5/records/79/CVBase.h-3QJBESG20PR79
new file mode 100644
index 0000000..02c62a7
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/79/CVBase.h-3QJBESG20PR79 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/7A/IOHIDEventSystemClient.h-25JDPCK2KUK7A b/.build/arm64-apple-macosx/debug/index/store/v5/records/7A/IOHIDEventSystemClient.h-25JDPCK2KUK7A
new file mode 100644
index 0000000..7db2a09
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/7A/IOHIDEventSystemClient.h-25JDPCK2KUK7A differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/7A/aliasdb.h-2BO4TTY6JQ07A b/.build/arm64-apple-macosx/debug/index/store/v5/records/7A/aliasdb.h-2BO4TTY6JQ07A
new file mode 100644
index 0000000..44bf47b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/7A/aliasdb.h-2BO4TTY6JQ07A differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/7B/_mode_t.h-18C4NLC69NB7B b/.build/arm64-apple-macosx/debug/index/store/v5/records/7B/_mode_t.h-18C4NLC69NB7B
new file mode 100644
index 0000000..3f40130
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/7B/_mode_t.h-18C4NLC69NB7B differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/7C/DigitalHubRegistry.h-3UC9T5IFBEI7C b/.build/arm64-apple-macosx/debug/index/store/v5/records/7C/DigitalHubRegistry.h-3UC9T5IFBEI7C
new file mode 100644
index 0000000..48931aa
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/7C/DigitalHubRegistry.h-3UC9T5IFBEI7C differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/7D/CTLine.h-AL6CNW9GWB7D b/.build/arm64-apple-macosx/debug/index/store/v5/records/7D/CTLine.h-AL6CNW9GWB7D
new file mode 100644
index 0000000..774786f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/7D/CTLine.h-AL6CNW9GWB7D differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/7D/MTL4PipelineDataSetSerializer.h-3UXTJKTFHJT7D b/.build/arm64-apple-macosx/debug/index/store/v5/records/7D/MTL4PipelineDataSetSerializer.h-3UXTJKTFHJT7D
new file mode 100644
index 0000000..1bdcbde
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/7D/MTL4PipelineDataSetSerializer.h-3UXTJKTFHJT7D differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/7E/AVSampleCursor.h-2ZEARUXU6YK7E b/.build/arm64-apple-macosx/debug/index/store/v5/records/7E/AVSampleCursor.h-2ZEARUXU6YK7E
new file mode 100644
index 0000000..20e2d63
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/7E/AVSampleCursor.h-2ZEARUXU6YK7E differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/7E/CFStream.h-3KAR54NKZKD7E b/.build/arm64-apple-macosx/debug/index/store/v5/records/7E/CFStream.h-3KAR54NKZKD7E
new file mode 100644
index 0000000..321031a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/7E/CFStream.h-3KAR54NKZKD7E differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/7E/NSCollectionViewFlowLayout.h-3TVK2U9AYMT7E b/.build/arm64-apple-macosx/debug/index/store/v5/records/7E/NSCollectionViewFlowLayout.h-3TVK2U9AYMT7E
new file mode 100644
index 0000000..58c9223
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/7E/NSCollectionViewFlowLayout.h-3TVK2U9AYMT7E differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/7E/NSManagedObjectID.h-Y6WT95V34U7E b/.build/arm64-apple-macosx/debug/index/store/v5/records/7E/NSManagedObjectID.h-Y6WT95V34U7E
new file mode 100644
index 0000000..0c388b7
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/7E/NSManagedObjectID.h-Y6WT95V34U7E differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/7G/CoreImageDefines.h-EN3MRKQENU7G b/.build/arm64-apple-macosx/debug/index/store/v5/records/7G/CoreImageDefines.h-EN3MRKQENU7G
new file mode 100644
index 0000000..30eb1c9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/7G/CoreImageDefines.h-EN3MRKQENU7G differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/7H/CARemoteLayerClient.h-2QPHII7CNH37H b/.build/arm64-apple-macosx/debug/index/store/v5/records/7H/CARemoteLayerClient.h-2QPHII7CNH37H
new file mode 100644
index 0000000..899e945
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/7H/CARemoteLayerClient.h-2QPHII7CNH37H differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/7H/IOMapTypes.h-39MCT52EV2D7H b/.build/arm64-apple-macosx/debug/index/store/v5/records/7H/IOMapTypes.h-39MCT52EV2D7H
new file mode 100644
index 0000000..625e5a1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/7H/IOMapTypes.h-39MCT52EV2D7H differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/7H/NSTextListElement.h-31HKS1K6SWS7H b/.build/arm64-apple-macosx/debug/index/store/v5/records/7H/NSTextListElement.h-31HKS1K6SWS7H
new file mode 100644
index 0000000..2aa89d2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/7H/NSTextListElement.h-31HKS1K6SWS7H differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/7H/NSURLConnection.h-3VM0ZYA5I507H b/.build/arm64-apple-macosx/debug/index/store/v5/records/7H/NSURLConnection.h-3VM0ZYA5I507H
new file mode 100644
index 0000000..49a5e86
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/7H/NSURLConnection.h-3VM0ZYA5I507H differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/7H/dir.h-1E49A2G5GLT7H b/.build/arm64-apple-macosx/debug/index/store/v5/records/7H/dir.h-1E49A2G5GLT7H
new file mode 100644
index 0000000..18391a2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/7H/dir.h-1E49A2G5GLT7H differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/7I/CGPDFDocument.h-1T28BABBZX67I b/.build/arm64-apple-macosx/debug/index/store/v5/records/7I/CGPDFDocument.h-1T28BABBZX67I
new file mode 100644
index 0000000..f40388d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/7I/CGPDFDocument.h-1T28BABBZX67I differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/7J/CGDirectDisplay.h-2OG4JUPLSL07J b/.build/arm64-apple-macosx/debug/index/store/v5/records/7J/CGDirectDisplay.h-2OG4JUPLSL07J
new file mode 100644
index 0000000..8766766
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/7J/CGDirectDisplay.h-2OG4JUPLSL07J differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/7J/NSStatusItem.h-15GKEK7ODYX7J b/.build/arm64-apple-macosx/debug/index/store/v5/records/7J/NSStatusItem.h-15GKEK7ODYX7J
new file mode 100644
index 0000000..37291f7
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/7J/NSStatusItem.h-15GKEK7ODYX7J differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/7J/arm64e-apple-macos.swiftinterface_Result-3DRT6J7QMI07J b/.build/arm64-apple-macosx/debug/index/store/v5/records/7J/arm64e-apple-macos.swiftinterface_Result-3DRT6J7QMI07J
new file mode 100644
index 0000000..15b710c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/7J/arm64e-apple-macos.swiftinterface_Result-3DRT6J7QMI07J differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/7K/CAConstraintLayoutManager.h-2WLI5880IXS7K b/.build/arm64-apple-macosx/debug/index/store/v5/records/7K/CAConstraintLayoutManager.h-2WLI5880IXS7K
new file mode 100644
index 0000000..65771a2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/7K/CAConstraintLayoutManager.h-2WLI5880IXS7K differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/7L/AVAudioRoutingArbiter.h-R5GIE9IQFN7L b/.build/arm64-apple-macosx/debug/index/store/v5/records/7L/AVAudioRoutingArbiter.h-R5GIE9IQFN7L
new file mode 100644
index 0000000..e6f9b17
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/7L/AVAudioRoutingArbiter.h-R5GIE9IQFN7L differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/7M/CFPlugIn.h-3FVRGGO0CIM7M b/.build/arm64-apple-macosx/debug/index/store/v5/records/7M/CFPlugIn.h-3FVRGGO0CIM7M
new file mode 100644
index 0000000..4f8cb00
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/7M/CFPlugIn.h-3FVRGGO0CIM7M differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/7M/IOFireWireLibIsoch.h-QP5371C4987M b/.build/arm64-apple-macosx/debug/index/store/v5/records/7M/IOFireWireLibIsoch.h-QP5371C4987M
new file mode 100644
index 0000000..3dfeb86
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/7M/IOFireWireLibIsoch.h-QP5371C4987M differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/7M/mach_voucher.h-1J1IU7O6RSB7M b/.build/arm64-apple-macosx/debug/index/store/v5/records/7M/mach_voucher.h-1J1IU7O6RSB7M
new file mode 100644
index 0000000..1214f89
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/7M/mach_voucher.h-1J1IU7O6RSB7M differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/AudioUnit.h-1AM9I56DFR47N b/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/AudioUnit.h-1AM9I56DFR47N
new file mode 100644
index 0000000..3e89bc1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/AudioUnit.h-1AM9I56DFR47N differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/_off_t.h-1R4MNI1TOOB7N b/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/_off_t.h-1R4MNI1TOOB7N
new file mode 100644
index 0000000..876f7b0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/_off_t.h-1R4MNI1TOOB7N differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/_u_int8_t.h-15SDJH4VT2B7N b/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/_u_int8_t.h-15SDJH4VT2B7N
new file mode 100644
index 0000000..329d02e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/_u_int8_t.h-15SDJH4VT2B7N differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/7O/AVTime.h-29FV6VM5GIN7O b/.build/arm64-apple-macosx/debug/index/store/v5/records/7O/AVTime.h-29FV6VM5GIN7O
new file mode 100644
index 0000000..9a95377
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/7O/AVTime.h-29FV6VM5GIN7O differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/7O/resourcevar.h-OW8BY9DXQE7O b/.build/arm64-apple-macosx/debug/index/store/v5/records/7O/resourcevar.h-OW8BY9DXQE7O
new file mode 100644
index 0000000..db0fdcb
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/7O/resourcevar.h-OW8BY9DXQE7O differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/7O/scope6_var.h-W20O9CBUBZ7O b/.build/arm64-apple-macosx/debug/index/store/v5/records/7O/scope6_var.h-W20O9CBUBZ7O
new file mode 100644
index 0000000..52dbb67
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/7O/scope6_var.h-W20O9CBUBZ7O differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/ATSUnicodeFlattening.h-2EH9FC582PM7P b/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/ATSUnicodeFlattening.h-2EH9FC582PM7P
new file mode 100644
index 0000000..b73d809
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/ATSUnicodeFlattening.h-2EH9FC582PM7P differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/AXMathExpression.h-26Z9KN00V7D7P b/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/AXMathExpression.h-26Z9KN00V7D7P
new file mode 100644
index 0000000..00639d1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/AXMathExpression.h-26Z9KN00V7D7P differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/7Q/AVAudioUnitEffect.h-1ATF9DYBIB47Q b/.build/arm64-apple-macosx/debug/index/store/v5/records/7Q/AVAudioUnitEffect.h-1ATF9DYBIB47Q
new file mode 100644
index 0000000..64be088
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/7Q/AVAudioUnitEffect.h-1ATF9DYBIB47Q differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/7Q/ColorSyncDeprecated.h-2AYGATZ9EPN7Q b/.build/arm64-apple-macosx/debug/index/store/v5/records/7Q/ColorSyncDeprecated.h-2AYGATZ9EPN7Q
new file mode 100644
index 0000000..79f6597
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/7Q/ColorSyncDeprecated.h-2AYGATZ9EPN7Q differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/7Q/clonefile.h-1OUSNSG0BGV7Q b/.build/arm64-apple-macosx/debug/index/store/v5/records/7Q/clonefile.h-1OUSNSG0BGV7Q
new file mode 100644
index 0000000..3bb906e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/7Q/clonefile.h-1OUSNSG0BGV7Q differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/7R/AVAudioMix.h-1IIFK1IK2QQ7R b/.build/arm64-apple-macosx/debug/index/store/v5/records/7R/AVAudioMix.h-1IIFK1IK2QQ7R
new file mode 100644
index 0000000..ac6abcb
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/7R/AVAudioMix.h-1IIFK1IK2QQ7R differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/7R/IOHIDUserDevice.h-2VMI6B1ZL7L7R b/.build/arm64-apple-macosx/debug/index/store/v5/records/7R/IOHIDUserDevice.h-2VMI6B1ZL7L7R
new file mode 100644
index 0000000..8746a3f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/7R/IOHIDUserDevice.h-2VMI6B1ZL7L7R differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/7R/NSAppleScript.h-PTT16UCV427R b/.build/arm64-apple-macosx/debug/index/store/v5/records/7R/NSAppleScript.h-PTT16UCV427R
new file mode 100644
index 0000000..d373562
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/7R/NSAppleScript.h-PTT16UCV427R differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/7R/block.h-2MR7UCH5FV67R b/.build/arm64-apple-macosx/debug/index/store/v5/records/7R/block.h-2MR7UCH5FV67R
new file mode 100644
index 0000000..f799da1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/7R/block.h-2MR7UCH5FV67R differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/7S/NSCollectionViewCompositionalLayout.h-G5C6JR8GIF7S b/.build/arm64-apple-macosx/debug/index/store/v5/records/7S/NSCollectionViewCompositionalLayout.h-G5C6JR8GIF7S
new file mode 100644
index 0000000..f63d4e2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/7S/NSCollectionViewCompositionalLayout.h-G5C6JR8GIF7S differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/7V/AppleEvents.h-NFV87Y8M6T7V b/.build/arm64-apple-macosx/debug/index/store/v5/records/7V/AppleEvents.h-NFV87Y8M6T7V
new file mode 100644
index 0000000..98f98f5
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/7V/AppleEvents.h-NFV87Y8M6T7V differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/7V/NSOutlineView.h-1GQ4119DANX7V b/.build/arm64-apple-macosx/debug/index/store/v5/records/7V/NSOutlineView.h-1GQ4119DANX7V
new file mode 100644
index 0000000..bfd5064
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/7V/NSOutlineView.h-1GQ4119DANX7V differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/7V/SPAffineTransform3D.h-1IG0SJIJMUI7V b/.build/arm64-apple-macosx/debug/index/store/v5/records/7V/SPAffineTransform3D.h-1IG0SJIJMUI7V
new file mode 100644
index 0000000..586d019
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/7V/SPAffineTransform3D.h-1IG0SJIJMUI7V differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/7W/NSHTTPCookieStorage.h-2XA977LZEWD7W b/.build/arm64-apple-macosx/debug/index/store/v5/records/7W/NSHTTPCookieStorage.h-2XA977LZEWD7W
new file mode 100644
index 0000000..539681c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/7W/NSHTTPCookieStorage.h-2XA977LZEWD7W differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/7W/QDAvailability.h-24QJYH9H9RC7W b/.build/arm64-apple-macosx/debug/index/store/v5/records/7W/QDAvailability.h-24QJYH9H9RC7W
new file mode 100644
index 0000000..d413d2c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/7W/QDAvailability.h-24QJYH9H9RC7W differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/7X/source.h-FTJNINXKC07X b/.build/arm64-apple-macosx/debug/index/store/v5/records/7X/source.h-FTJNINXKC07X
new file mode 100644
index 0000000..262ba18
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/7X/source.h-FTJNINXKC07X differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/7Z/MTLIntersectionFunctionTable.h-1MO77X4UYHX7Z b/.build/arm64-apple-macosx/debug/index/store/v5/records/7Z/MTLIntersectionFunctionTable.h-1MO77X4UYHX7Z
new file mode 100644
index 0000000..4261529
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/7Z/MTLIntersectionFunctionTable.h-1MO77X4UYHX7Z differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/80/CFUserNotification.h-Q9EWOL6TPF80 b/.build/arm64-apple-macosx/debug/index/store/v5/records/80/CFUserNotification.h-Q9EWOL6TPF80
new file mode 100644
index 0000000..49f79d7
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/80/CFUserNotification.h-Q9EWOL6TPF80 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/80/NSMenuItemCell.h-192ZQ4QZEST80 b/.build/arm64-apple-macosx/debug/index/store/v5/records/80/NSMenuItemCell.h-192ZQ4QZEST80
new file mode 100644
index 0000000..2ba8b77
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/80/NSMenuItemCell.h-192ZQ4QZEST80 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/80/syslog.h-1KB9L7Z0DJ680 b/.build/arm64-apple-macosx/debug/index/store/v5/records/80/syslog.h-1KB9L7Z0DJ680
new file mode 100644
index 0000000..c8d1f6e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/80/syslog.h-1KB9L7Z0DJ680 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/81/AVAudioPlayerNode.h-2J9N29CYIMM81 b/.build/arm64-apple-macosx/debug/index/store/v5/records/81/AVAudioPlayerNode.h-2J9N29CYIMM81
new file mode 100644
index 0000000..d7aebcf
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/81/AVAudioPlayerNode.h-2J9N29CYIMM81 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/81/SCSITaskLib.h-20IXCXF5S0L81 b/.build/arm64-apple-macosx/debug/index/store/v5/records/81/SCSITaskLib.h-20IXCXF5S0L81
new file mode 100644
index 0000000..549d575
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/81/SCSITaskLib.h-20IXCXF5S0L81 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/82/AVAssetWriterInput.h-LEEI58TW3Q82 b/.build/arm64-apple-macosx/debug/index/store/v5/records/82/AVAssetWriterInput.h-LEEI58TW3Q82
new file mode 100644
index 0000000..212d77c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/82/AVAssetWriterInput.h-LEEI58TW3Q82 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/82/ah.h-2AF2ZBGYL3Q82 b/.build/arm64-apple-macosx/debug/index/store/v5/records/82/ah.h-2AF2ZBGYL3Q82
new file mode 100644
index 0000000..ef7fa0f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/82/ah.h-2AF2ZBGYL3Q82 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/83/NSAccessibilityElement.h-3GK16YUMJRJ83 b/.build/arm64-apple-macosx/debug/index/store/v5/records/83/NSAccessibilityElement.h-3GK16YUMJRJ83
new file mode 100644
index 0000000..c3c68fa
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/83/NSAccessibilityElement.h-3GK16YUMJRJ83 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/84/SPAngle.h-2OB02LHARAS84 b/.build/arm64-apple-macosx/debug/index/store/v5/records/84/SPAngle.h-2OB02LHARAS84
new file mode 100644
index 0000000..3dd17e0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/84/SPAngle.h-2OB02LHARAS84 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/84/math.h-ZRSQSCQ2Z584 b/.build/arm64-apple-macosx/debug/index/store/v5/records/84/math.h-ZRSQSCQ2Z584
new file mode 100644
index 0000000..e60dfa2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/84/math.h-ZRSQSCQ2Z584 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/85/EntryBoundary.h-62CDI7OOVI85 b/.build/arm64-apple-macosx/debug/index/store/v5/records/85/EntryBoundary.h-62CDI7OOVI85
new file mode 100644
index 0000000..87b523e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/85/EntryBoundary.h-62CDI7OOVI85 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/85/NSCompoundPredicate.h-2PRZDM7ASZY85 b/.build/arm64-apple-macosx/debug/index/store/v5/records/85/NSCompoundPredicate.h-2PRZDM7ASZY85
new file mode 100644
index 0000000..d3d6e0b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/85/NSCompoundPredicate.h-2PRZDM7ASZY85 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/85/NSWindowController.h-39XFIW80SLY85 b/.build/arm64-apple-macosx/debug/index/store/v5/records/85/NSWindowController.h-39XFIW80SLY85
new file mode 100644
index 0000000..a7b149b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/85/NSWindowController.h-39XFIW80SLY85 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/85/base.h-21I7LZ388KP85 b/.build/arm64-apple-macosx/debug/index/store/v5/records/85/base.h-21I7LZ388KP85
new file mode 100644
index 0000000..b54ae33
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/85/base.h-21I7LZ388KP85 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/86/IOHIDLib.h-1HH6Z099IHY86 b/.build/arm64-apple-macosx/debug/index/store/v5/records/86/IOHIDLib.h-1HH6Z099IHY86
new file mode 100644
index 0000000..8fb1d8b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/86/IOHIDLib.h-1HH6Z099IHY86 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/86/NSNull.h-2K9U2JL6AI486 b/.build/arm64-apple-macosx/debug/index/store/v5/records/86/NSNull.h-2K9U2JL6AI486
new file mode 100644
index 0000000..a3fae8d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/86/NSNull.h-2K9U2JL6AI486 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/86/NSTextFinder.h-3G9GDRAU4ZE86 b/.build/arm64-apple-macosx/debug/index/store/v5/records/86/NSTextFinder.h-3G9GDRAU4ZE86
new file mode 100644
index 0000000..89f77b3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/86/NSTextFinder.h-3G9GDRAU4ZE86 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/87/IOGraphicsInterface.h-2WAVJJVQXLG87 b/.build/arm64-apple-macosx/debug/index/store/v5/records/87/IOGraphicsInterface.h-2WAVJJVQXLG87
new file mode 100644
index 0000000..5674743
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/87/IOGraphicsInterface.h-2WAVJJVQXLG87 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/87/error.h-2E3VM5ENU9X87 b/.build/arm64-apple-macosx/debug/index/store/v5/records/87/error.h-2E3VM5ENU9X87
new file mode 100644
index 0000000..5916c8b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/87/error.h-2E3VM5ENU9X87 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/88/CAMetalDisplayLink.h-3FL6G0RRRDI88 b/.build/arm64-apple-macosx/debug/index/store/v5/records/88/CAMetalDisplayLink.h-3FL6G0RRRDI88
new file mode 100644
index 0000000..4f887f8
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/88/CAMetalDisplayLink.h-3FL6G0RRRDI88 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/88/HIImageViews.h-1I5IITU60YO88 b/.build/arm64-apple-macosx/debug/index/store/v5/records/88/HIImageViews.h-1I5IITU60YO88
new file mode 100644
index 0000000..7479804
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/88/HIImageViews.h-1I5IITU60YO88 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/88/MacTextEditor.h-3SBHD8VVDQN88 b/.build/arm64-apple-macosx/debug/index/store/v5/records/88/MacTextEditor.h-3SBHD8VVDQN88
new file mode 100644
index 0000000..6064e24
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/88/MacTextEditor.h-3SBHD8VVDQN88 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/88/in_systm.h-17Z7ZWM3ZU888 b/.build/arm64-apple-macosx/debug/index/store/v5/records/88/in_systm.h-17Z7ZWM3ZU888
new file mode 100644
index 0000000..416befd
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/88/in_systm.h-17Z7ZWM3ZU888 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/89/SPRay3D.h-2NNWAMR9S1U89 b/.build/arm64-apple-macosx/debug/index/store/v5/records/89/SPRay3D.h-2NNWAMR9S1U89
new file mode 100644
index 0000000..71bd609
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/89/SPRay3D.h-2NNWAMR9S1U89 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/89/TypeSelect.h-XFE84A1HA89 b/.build/arm64-apple-macosx/debug/index/store/v5/records/89/TypeSelect.h-XFE84A1HA89
new file mode 100644
index 0000000..b6579c2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/89/TypeSelect.h-XFE84A1HA89 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/89/pfkeyv2.h-15FVCQ87WPH89 b/.build/arm64-apple-macosx/debug/index/store/v5/records/89/pfkeyv2.h-15FVCQ87WPH89
new file mode 100644
index 0000000..7d87af8
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/89/pfkeyv2.h-15FVCQ87WPH89 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/8A/NSPopUpButtonCell.h-THALCMIF108A b/.build/arm64-apple-macosx/debug/index/store/v5/records/8A/NSPopUpButtonCell.h-THALCMIF108A
new file mode 100644
index 0000000..4d00d65
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/8A/NSPopUpButtonCell.h-THALCMIF108A differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/8B/IOGraphicsEngine.h-192673IKIQF8B b/.build/arm64-apple-macosx/debug/index/store/v5/records/8B/IOGraphicsEngine.h-192673IKIQF8B
new file mode 100644
index 0000000..a04bf4f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/8B/IOGraphicsEngine.h-192673IKIQF8B differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/8C/vmparam.h-3DGE2JMC2XE8C b/.build/arm64-apple-macosx/debug/index/store/v5/records/8C/vmparam.h-3DGE2JMC2XE8C
new file mode 100644
index 0000000..401c3f6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/8C/vmparam.h-3DGE2JMC2XE8C differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/8D/MIDIUMPMutableFunctionBlock.h-2FNLMU6CBW68D b/.build/arm64-apple-macosx/debug/index/store/v5/records/8D/MIDIUMPMutableFunctionBlock.h-2FNLMU6CBW68D
new file mode 100644
index 0000000..d3a7688
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/8D/MIDIUMPMutableFunctionBlock.h-2FNLMU6CBW68D differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/8D/NSEntityMapping.h-1J0TM7B1E6X8D b/.build/arm64-apple-macosx/debug/index/store/v5/records/8D/NSEntityMapping.h-1J0TM7B1E6X8D
new file mode 100644
index 0000000..f6637aa
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/8D/NSEntityMapping.h-1J0TM7B1E6X8D differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/NSTextElement.h-2NPC3Y7L2AD8E b/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/NSTextElement.h-2NPC3Y7L2AD8E
new file mode 100644
index 0000000..4eb4dc6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/NSTextElement.h-2NPC3Y7L2AD8E differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/TextControl.swift-3962JD1LVZ38E b/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/TextControl.swift-3962JD1LVZ38E
new file mode 100644
index 0000000..d2af61a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/TextControl.swift-3962JD1LVZ38E differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/sockio.h-2MN1EG2TM2Y8E b/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/sockio.h-2MN1EG2TM2Y8E
new file mode 100644
index 0000000..b038767
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/sockio.h-2MN1EG2TM2Y8E differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/8F/NSSharingServicePickerToolbarItem.h-LIJZJOCYGU8F b/.build/arm64-apple-macosx/debug/index/store/v5/records/8F/NSSharingServicePickerToolbarItem.h-LIJZJOCYGU8F
new file mode 100644
index 0000000..c7a36a2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/8F/NSSharingServicePickerToolbarItem.h-LIJZJOCYGU8F differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/8G/AVExternalStorageDevice.h-306NJR5LNVV8G b/.build/arm64-apple-macosx/debug/index/store/v5/records/8G/AVExternalStorageDevice.h-306NJR5LNVV8G
new file mode 100644
index 0000000..bb87a07
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/8G/AVExternalStorageDevice.h-306NJR5LNVV8G differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/8H/AVAssetDownloadStorageManager.h-33TZ6P7LUKR8H b/.build/arm64-apple-macosx/debug/index/store/v5/records/8H/AVAssetDownloadStorageManager.h-33TZ6P7LUKR8H
new file mode 100644
index 0000000..475df1d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/8H/AVAssetDownloadStorageManager.h-33TZ6P7LUKR8H differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/8H/NSQueryGenerationToken.h-2BVM8VW82WQ8H b/.build/arm64-apple-macosx/debug/index/store/v5/records/8H/NSQueryGenerationToken.h-2BVM8VW82WQ8H
new file mode 100644
index 0000000..569da13
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/8H/NSQueryGenerationToken.h-2BVM8VW82WQ8H differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/8I/HIView.h-20IOU9SWDJQ8I b/.build/arm64-apple-macosx/debug/index/store/v5/records/8I/HIView.h-20IOU9SWDJQ8I
new file mode 100644
index 0000000..63bf46a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/8I/HIView.h-20IOU9SWDJQ8I differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/8I/NSCustomImageRep.h-1VWRIO69Y658I b/.build/arm64-apple-macosx/debug/index/store/v5/records/8I/NSCustomImageRep.h-1VWRIO69Y658I
new file mode 100644
index 0000000..7b5d215
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/8I/NSCustomImageRep.h-1VWRIO69Y658I differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/8I/NumberFormatting.h-3G60SQB7QKD8I b/.build/arm64-apple-macosx/debug/index/store/v5/records/8I/NumberFormatting.h-3G60SQB7QKD8I
new file mode 100644
index 0000000..c45b3ef
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/8I/NumberFormatting.h-3G60SQB7QKD8I differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/8J/semaphore.h-K5SDUNOOQU8J b/.build/arm64-apple-macosx/debug/index/store/v5/records/8J/semaphore.h-K5SDUNOOQU8J
new file mode 100644
index 0000000..717c3b1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/8J/semaphore.h-K5SDUNOOQU8J differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/8L/AudioWorkInterval.h-T0S9KJFEPU8L b/.build/arm64-apple-macosx/debug/index/store/v5/records/8L/AudioWorkInterval.h-T0S9KJFEPU8L
new file mode 100644
index 0000000..52f955b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/8L/AudioWorkInterval.h-T0S9KJFEPU8L differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/8L/PMPrintAETypes.h-Q57JM05FDY8L b/.build/arm64-apple-macosx/debug/index/store/v5/records/8L/PMPrintAETypes.h-Q57JM05FDY8L
new file mode 100644
index 0000000..ac160c6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/8L/PMPrintAETypes.h-Q57JM05FDY8L differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/8M/arm64e-apple-macos.swiftinterface-1C7BY31HEXO8M b/.build/arm64-apple-macosx/debug/index/store/v5/records/8M/arm64e-apple-macos.swiftinterface-1C7BY31HEXO8M
new file mode 100644
index 0000000..fa98b86
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/8M/arm64e-apple-macos.swiftinterface-1C7BY31HEXO8M differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/8N/NSTextCheckingController.h-1WM5GQZI87H8N b/.build/arm64-apple-macosx/debug/index/store/v5/records/8N/NSTextCheckingController.h-1WM5GQZI87H8N
new file mode 100644
index 0000000..9781744
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/8N/NSTextCheckingController.h-1WM5GQZI87H8N differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/8P/AVCaptureSlider.h-1GF8LH4UUGX8P b/.build/arm64-apple-macosx/debug/index/store/v5/records/8P/AVCaptureSlider.h-1GF8LH4UUGX8P
new file mode 100644
index 0000000..08c05fa
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/8P/AVCaptureSlider.h-1GF8LH4UUGX8P differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/8P/kext_net.h-23IEKSP38EO8P b/.build/arm64-apple-macosx/debug/index/store/v5/records/8P/kext_net.h-23IEKSP38EO8P
new file mode 100644
index 0000000..f6e6108
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/8P/kext_net.h-23IEKSP38EO8P differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/8R/MessageComponent.h-186P70OKVUY8R b/.build/arm64-apple-macosx/debug/index/store/v5/records/8R/MessageComponent.h-186P70OKVUY8R
new file mode 100644
index 0000000..7e26b7f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/8R/MessageComponent.h-186P70OKVUY8R differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/8R/param.h-O9K52O68YF8R b/.build/arm64-apple-macosx/debug/index/store/v5/records/8R/param.h-O9K52O68YF8R
new file mode 100644
index 0000000..44803c8
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/8R/param.h-O9K52O68YF8R differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/MIDINetworkSession.h-WZ3TSQNEQT8S b/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/MIDINetworkSession.h-WZ3TSQNEQT8S
new file mode 100644
index 0000000..b722bf9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/MIDINetworkSession.h-WZ3TSQNEQT8S differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/SecTransformReadTransform.h-1QA8D1F6NEJ8S b/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/SecTransformReadTransform.h-1QA8D1F6NEJ8S
new file mode 100644
index 0000000..07dcd49
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/SecTransformReadTransform.h-1QA8D1F6NEJ8S differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/__stdarg_va_list.h-3TL5I7T0WTP8S b/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/__stdarg_va_list.h-3TL5I7T0WTP8S
new file mode 100644
index 0000000..2bf1169
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/__stdarg_va_list.h-3TL5I7T0WTP8S differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/arm64e-apple-macos.swiftinterface_Span-1ERELWIS5SU8S b/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/arm64e-apple-macos.swiftinterface_Span-1ERELWIS5SU8S
new file mode 100644
index 0000000..50b3e74
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/arm64e-apple-macos.swiftinterface_Span-1ERELWIS5SU8S differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/task.h-2ZAMSHHKUIF8S b/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/task.h-2ZAMSHHKUIF8S
new file mode 100644
index 0000000..bbc3cd5
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/task.h-2ZAMSHHKUIF8S differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/8T/AVAssetExportSession.h-2B1Y1KJF8J78T b/.build/arm64-apple-macosx/debug/index/store/v5/records/8T/AVAssetExportSession.h-2B1Y1KJF8J78T
new file mode 100644
index 0000000..2503eb3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/8T/AVAssetExportSession.h-2B1Y1KJF8J78T differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/8T/NSLayoutConstraint.h-SRHT7T23WW8T b/.build/arm64-apple-macosx/debug/index/store/v5/records/8T/NSLayoutConstraint.h-SRHT7T23WW8T
new file mode 100644
index 0000000..c2147da
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/8T/NSLayoutConstraint.h-SRHT7T23WW8T differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/8U/NSDatePickerCell.h-Q10SYZFVZI8U b/.build/arm64-apple-macosx/debug/index/store/v5/records/8U/NSDatePickerCell.h-Q10SYZFVZI8U
new file mode 100644
index 0000000..358a444
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/8U/NSDatePickerCell.h-Q10SYZFVZI8U differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/8U/thread_status.h-34DJGXF6C8I8U b/.build/arm64-apple-macosx/debug/index/store/v5/records/8U/thread_status.h-34DJGXF6C8I8U
new file mode 100644
index 0000000..54e9907
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/8U/thread_status.h-34DJGXF6C8I8U differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/8V/AVPlayer.h-1ZO44RCWH9N8V b/.build/arm64-apple-macosx/debug/index/store/v5/records/8V/AVPlayer.h-1ZO44RCWH9N8V
new file mode 100644
index 0000000..21a8a1b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/8V/AVPlayer.h-1ZO44RCWH9N8V differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/8V/_nl_item.h-FETDID176N8V b/.build/arm64-apple-macosx/debug/index/store/v5/records/8V/_nl_item.h-FETDID176N8V
new file mode 100644
index 0000000..0c328f0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/8V/_nl_item.h-FETDID176N8V differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/8X/SPVector3D.h-ZR8AAYNW208X b/.build/arm64-apple-macosx/debug/index/store/v5/records/8X/SPVector3D.h-ZR8AAYNW208X
new file mode 100644
index 0000000..a82b96a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/8X/SPVector3D.h-ZR8AAYNW208X differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/8Y/NSURLHandle.h-1TNK1QTTREO8Y b/.build/arm64-apple-macosx/debug/index/store/v5/records/8Y/NSURLHandle.h-1TNK1QTTREO8Y
new file mode 100644
index 0000000..58dcc1f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/8Y/NSURLHandle.h-1TNK1QTTREO8Y differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/8Y/__stdarg_va_arg.h-2KO95CA21GR8Y b/.build/arm64-apple-macosx/debug/index/store/v5/records/8Y/__stdarg_va_arg.h-2KO95CA21GR8Y
new file mode 100644
index 0000000..4f21474
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/8Y/__stdarg_va_arg.h-2KO95CA21GR8Y differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/8Z/Aliases.h-KT8WJ9K2O28Z b/.build/arm64-apple-macosx/debug/index/store/v5/records/8Z/Aliases.h-KT8WJ9K2O28Z
new file mode 100644
index 0000000..d6c5312
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/8Z/Aliases.h-KT8WJ9K2O28Z differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/90/SecImportExport.h-2E2LTJD3Z5A90 b/.build/arm64-apple-macosx/debug/index/store/v5/records/90/SecImportExport.h-2E2LTJD3Z5A90
new file mode 100644
index 0000000..3274f6f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/90/SecImportExport.h-2E2LTJD3Z5A90 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/93/OSByteOrder.h-34ZI24QCNH093 b/.build/arm64-apple-macosx/debug/index/store/v5/records/93/OSByteOrder.h-34ZI24QCNH093
new file mode 100644
index 0000000..979dbbc
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/93/OSByteOrder.h-34ZI24QCNH093 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/94/_filesec_t.h-1FTX44XP15T94 b/.build/arm64-apple-macosx/debug/index/store/v5/records/94/_filesec_t.h-1FTX44XP15T94
new file mode 100644
index 0000000..6749e37
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/94/_filesec_t.h-1FTX44XP15T94 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/94/trace_base.h-NWW5W737KM94 b/.build/arm64-apple-macosx/debug/index/store/v5/records/94/trace_base.h-NWW5W737KM94
new file mode 100644
index 0000000..35d3b3a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/94/trace_base.h-NWW5W737KM94 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/96/AVCaptureInput.h-30JOUAMPV9W96 b/.build/arm64-apple-macosx/debug/index/store/v5/records/96/AVCaptureInput.h-30JOUAMPV9W96
new file mode 100644
index 0000000..e24ed6c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/96/AVCaptureInput.h-30JOUAMPV9W96 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/96/MTL4Archive.h-3EX7UJPGAJT96 b/.build/arm64-apple-macosx/debug/index/store/v5/records/96/MTL4Archive.h-3EX7UJPGAJT96
new file mode 100644
index 0000000..36e6c7b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/96/MTL4Archive.h-3EX7UJPGAJT96 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/97/NSSliderTouchBarItem.h-2GG1BIFY7ZN97 b/.build/arm64-apple-macosx/debug/index/store/v5/records/97/NSSliderTouchBarItem.h-2GG1BIFY7ZN97
new file mode 100644
index 0000000..e3df6e5
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/97/NSSliderTouchBarItem.h-2GG1BIFY7ZN97 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/97/_wchar.h-2GKKTOPDETU97 b/.build/arm64-apple-macosx/debug/index/store/v5/records/97/_wchar.h-2GKKTOPDETU97
new file mode 100644
index 0000000..70fa602
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/97/_wchar.h-2GKKTOPDETU97 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/98/AEUserTermTypes.h-24EBQ5X5DP798 b/.build/arm64-apple-macosx/debug/index/store/v5/records/98/AEUserTermTypes.h-24EBQ5X5DP798
new file mode 100644
index 0000000..5838215
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/98/AEUserTermTypes.h-24EBQ5X5DP798 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/98/AVCaptionConversionValidator.h-2J5VM9PEFVB98 b/.build/arm64-apple-macosx/debug/index/store/v5/records/98/AVCaptionConversionValidator.h-2J5VM9PEFVB98
new file mode 100644
index 0000000..3939ee2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/98/AVCaptionConversionValidator.h-2J5VM9PEFVB98 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/98/NSPropertyList.h-1TZQEYBGBBE98 b/.build/arm64-apple-macosx/debug/index/store/v5/records/98/NSPropertyList.h-1TZQEYBGBBE98
new file mode 100644
index 0000000..a126530
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/98/NSPropertyList.h-1TZQEYBGBBE98 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/99/_select.h-35KN8ULHARG99 b/.build/arm64-apple-macosx/debug/index/store/v5/records/99/_select.h-35KN8ULHARG99
new file mode 100644
index 0000000..380db15
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/99/_select.h-35KN8ULHARG99 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/9A/HIProgressViews.h-270HIO9DJUQ9A b/.build/arm64-apple-macosx/debug/index/store/v5/records/9A/HIProgressViews.h-270HIO9DJUQ9A
new file mode 100644
index 0000000..8fe560d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/9A/HIProgressViews.h-270HIO9DJUQ9A differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/9A/_ctermid.h-2E60E326LR09A b/.build/arm64-apple-macosx/debug/index/store/v5/records/9A/_ctermid.h-2E60E326LR09A
new file mode 100644
index 0000000..5047eb6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/9A/_ctermid.h-2E60E326LR09A differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/9A/array.h-2TDB0XNVRGU9A b/.build/arm64-apple-macosx/debug/index/store/v5/records/9A/array.h-2TDB0XNVRGU9A
new file mode 100644
index 0000000..90876a9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/9A/array.h-2TDB0XNVRGU9A differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/9B/IOHIDKeys.h-HS62JEMHYL9B b/.build/arm64-apple-macosx/debug/index/store/v5/records/9B/IOHIDKeys.h-HS62JEMHYL9B
new file mode 100644
index 0000000..d033974
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/9B/IOHIDKeys.h-HS62JEMHYL9B differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/9B/IONetworkData.h-2XT8YOEFBZN9B b/.build/arm64-apple-macosx/debug/index/store/v5/records/9B/IONetworkData.h-2XT8YOEFBZN9B
new file mode 100644
index 0000000..175ce69
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/9B/IONetworkData.h-2XT8YOEFBZN9B differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/9B/termios.h-5XDB0SAN4P9B b/.build/arm64-apple-macosx/debug/index/store/v5/records/9B/termios.h-5XDB0SAN4P9B
new file mode 100644
index 0000000..d4f0220
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/9B/termios.h-5XDB0SAN4P9B differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/9C/NSPageController.h-3ERL2UTBZJF9C b/.build/arm64-apple-macosx/debug/index/store/v5/records/9C/NSPageController.h-3ERL2UTBZJF9C
new file mode 100644
index 0000000..7e43cb4
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/9C/NSPageController.h-3ERL2UTBZJF9C differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/9D/BricksView.swift-1R1H4N34R0Y9D b/.build/arm64-apple-macosx/debug/index/store/v5/records/9D/BricksView.swift-1R1H4N34R0Y9D
new file mode 100644
index 0000000..4a33a22
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/9D/BricksView.swift-1R1H4N34R0Y9D differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/_dev_t.h-XIJEJLYJZC9E b/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/_dev_t.h-XIJEJLYJZC9E
new file mode 100644
index 0000000..8cf3264
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/_dev_t.h-XIJEJLYJZC9E differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/libgen.h-3M0M694T7V9E b/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/libgen.h-3M0M694T7V9E
new file mode 100644
index 0000000..ad13c05
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/libgen.h-3M0M694T7V9E differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/9F/AVAudioUnitMIDIInstrument.h-DO6ST1F73N9F b/.build/arm64-apple-macosx/debug/index/store/v5/records/9F/AVAudioUnitMIDIInstrument.h-DO6ST1F73N9F
new file mode 100644
index 0000000..be06fd6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/9F/AVAudioUnitMIDIInstrument.h-DO6ST1F73N9F differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/9F/NSDateComponentsFormatter.h-10MS4CVD9D59F b/.build/arm64-apple-macosx/debug/index/store/v5/records/9F/NSDateComponentsFormatter.h-10MS4CVD9D59F
new file mode 100644
index 0000000..e64ebec
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/9F/NSDateComponentsFormatter.h-10MS4CVD9D59F differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/9F/NSDocumentController.h-NL4LUH7KUF9F b/.build/arm64-apple-macosx/debug/index/store/v5/records/9F/NSDocumentController.h-NL4LUH7KUF9F
new file mode 100644
index 0000000..8288c48
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/9F/NSDocumentController.h-NL4LUH7KUF9F differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/9F/NSWorkspace.h-KYY0M7HWG9F b/.build/arm64-apple-macosx/debug/index/store/v5/records/9F/NSWorkspace.h-KYY0M7HWG9F
new file mode 100644
index 0000000..068c7db
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/9F/NSWorkspace.h-KYY0M7HWG9F differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/9G/AUCocoaUIView.h-38WLWWI4CK39G b/.build/arm64-apple-macosx/debug/index/store/v5/records/9G/AUCocoaUIView.h-38WLWWI4CK39G
new file mode 100644
index 0000000..787fdca
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/9G/AUCocoaUIView.h-38WLWWI4CK39G differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/9G/CAOpenGLLayer.h-1056C4FO53N9G b/.build/arm64-apple-macosx/debug/index/store/v5/records/9G/CAOpenGLLayer.h-1056C4FO53N9G
new file mode 100644
index 0000000..d7eb3f1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/9G/CAOpenGLLayer.h-1056C4FO53N9G differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/9G/NSNibDeclarations.h-348ZNA86QV69G b/.build/arm64-apple-macosx/debug/index/store/v5/records/9G/NSNibDeclarations.h-348ZNA86QV69G
new file mode 100644
index 0000000..284df27
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/9G/NSNibDeclarations.h-348ZNA86QV69G differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/9G/ipc_info.h-1W3NLHSPFYK9G b/.build/arm64-apple-macosx/debug/index/store/v5/records/9G/ipc_info.h-1W3NLHSPFYK9G
new file mode 100644
index 0000000..30fee1b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/9G/ipc_info.h-1W3NLHSPFYK9G differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/9H/x509defs.h-2UCC2Q5UKL69H b/.build/arm64-apple-macosx/debug/index/store/v5/records/9H/x509defs.h-2UCC2Q5UKL69H
new file mode 100644
index 0000000..1efd21a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/9H/x509defs.h-2UCC2Q5UKL69H differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/9H/xattr.h-30Q3YJAADLU9H b/.build/arm64-apple-macosx/debug/index/store/v5/records/9H/xattr.h-30Q3YJAADLU9H
new file mode 100644
index 0000000..f8e5d53
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/9H/xattr.h-30Q3YJAADLU9H differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/9I/CFHTTPAuthentication.h-3TPUIIZ01YW9I b/.build/arm64-apple-macosx/debug/index/store/v5/records/9I/CFHTTPAuthentication.h-3TPUIIZ01YW9I
new file mode 100644
index 0000000..560a27d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/9I/CFHTTPAuthentication.h-3TPUIIZ01YW9I differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/9I/CIKernel.h-38O7E4MYX0H9I b/.build/arm64-apple-macosx/debug/index/store/v5/records/9I/CIKernel.h-38O7E4MYX0H9I
new file mode 100644
index 0000000..bb68554
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/9I/CIKernel.h-38O7E4MYX0H9I differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/9I/MTLResource.h-W9P4ACL6K49I b/.build/arm64-apple-macosx/debug/index/store/v5/records/9I/MTLResource.h-W9P4ACL6K49I
new file mode 100644
index 0000000..eb04a79
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/9I/MTLResource.h-W9P4ACL6K49I differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/9I/_u_int32_t.h-1JVW03YWX3V9I b/.build/arm64-apple-macosx/debug/index/store/v5/records/9I/_u_int32_t.h-1JVW03YWX3V9I
new file mode 100644
index 0000000..26ad779
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/9I/_u_int32_t.h-1JVW03YWX3V9I differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/9J/arm64e-apple-macos.swiftinterface-2E77MKJQVP89J b/.build/arm64-apple-macosx/debug/index/store/v5/records/9J/arm64e-apple-macos.swiftinterface-2E77MKJQVP89J
new file mode 100644
index 0000000..f48864b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/9J/arm64e-apple-macos.swiftinterface-2E77MKJQVP89J differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/9J/extern.h-3IZGZM2D07G9J b/.build/arm64-apple-macosx/debug/index/store/v5/records/9J/extern.h-3IZGZM2D07G9J
new file mode 100644
index 0000000..0f972d0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/9J/extern.h-3IZGZM2D07G9J differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/9K/NSTextContainer.h-3UZMN2QRRI79K b/.build/arm64-apple-macosx/debug/index/store/v5/records/9K/NSTextContainer.h-3UZMN2QRRI79K
new file mode 100644
index 0000000..2373ca7
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/9K/NSTextContainer.h-3UZMN2QRRI79K differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/9K/_fsfilcnt_t.h-2J4SI2VERAE9K b/.build/arm64-apple-macosx/debug/index/store/v5/records/9K/_fsfilcnt_t.h-2J4SI2VERAE9K
new file mode 100644
index 0000000..dbc2c54
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/9K/_fsfilcnt_t.h-2J4SI2VERAE9K differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/9L/CGPDFContentStream.h-FLM8QTA3P69L b/.build/arm64-apple-macosx/debug/index/store/v5/records/9L/CGPDFContentStream.h-FLM8QTA3P69L
new file mode 100644
index 0000000..ae22c57
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/9L/CGPDFContentStream.h-FLM8QTA3P69L differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/9M/AEInteraction.h-1LZ7G3TVVIB9M b/.build/arm64-apple-macosx/debug/index/store/v5/records/9M/AEInteraction.h-1LZ7G3TVVIB9M
new file mode 100644
index 0000000..9f54fcc
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/9M/AEInteraction.h-1LZ7G3TVVIB9M differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/9N/Endian.h-3M3HK0B00J39N b/.build/arm64-apple-macosx/debug/index/store/v5/records/9N/Endian.h-3M3HK0B00J39N
new file mode 100644
index 0000000..88787c3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/9N/Endian.h-3M3HK0B00J39N differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/9N/NSMeasurement.h-4N3IY029CT9N b/.build/arm64-apple-macosx/debug/index/store/v5/records/9N/NSMeasurement.h-4N3IY029CT9N
new file mode 100644
index 0000000..bb8fef5
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/9N/NSMeasurement.h-4N3IY029CT9N differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/9N/NSPopover.h-336JNZM09A59N b/.build/arm64-apple-macosx/debug/index/store/v5/records/9N/NSPopover.h-336JNZM09A59N
new file mode 100644
index 0000000..837fcf5
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/9N/NSPopover.h-336JNZM09A59N differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/9O/Gestalt.h-2I9WT9ENTB19O b/.build/arm64-apple-macosx/debug/index/store/v5/records/9O/Gestalt.h-2I9WT9ENTB19O
new file mode 100644
index 0000000..b015911
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/9O/Gestalt.h-2I9WT9ENTB19O differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/9O/SecTrust.h-1O4FXTFPVI99O b/.build/arm64-apple-macosx/debug/index/store/v5/records/9O/SecTrust.h-1O4FXTFPVI99O
new file mode 100644
index 0000000..41e59a8
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/9O/SecTrust.h-1O4FXTFPVI99O differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/9O/__endian.h-34LHCDVMO659O b/.build/arm64-apple-macosx/debug/index/store/v5/records/9O/__endian.h-34LHCDVMO659O
new file mode 100644
index 0000000..c838be9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/9O/__endian.h-34LHCDVMO659O differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/9P/Folders.h-31CA5BKKAEV9P b/.build/arm64-apple-macosx/debug/index/store/v5/records/9P/Folders.h-31CA5BKKAEV9P
new file mode 100644
index 0000000..84212f2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/9P/Folders.h-31CA5BKKAEV9P differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/9Q/NSScanner.h-IPOU5W3AIT9Q b/.build/arm64-apple-macosx/debug/index/store/v5/records/9Q/NSScanner.h-IPOU5W3AIT9Q
new file mode 100644
index 0000000..9b7055a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/9Q/NSScanner.h-IPOU5W3AIT9Q differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/9Q/arm64e-apple-macos.swiftinterface-26XBAFC0Z1F9Q b/.build/arm64-apple-macosx/debug/index/store/v5/records/9Q/arm64e-apple-macos.swiftinterface-26XBAFC0Z1F9Q
new file mode 100644
index 0000000..dc478e0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/9Q/arm64e-apple-macos.swiftinterface-26XBAFC0Z1F9Q differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/9R/SecEncodeTransform.h-34R3BZ3E4189R b/.build/arm64-apple-macosx/debug/index/store/v5/records/9R/SecEncodeTransform.h-34R3BZ3E4189R
new file mode 100644
index 0000000..389e65a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/9R/SecEncodeTransform.h-34R3BZ3E4189R differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/9S/CarbonEventsCore.h-2R4WBDJF6ZL9S b/.build/arm64-apple-macosx/debug/index/store/v5/records/9S/CarbonEventsCore.h-2R4WBDJF6ZL9S
new file mode 100644
index 0000000..f7760ec
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/9S/CarbonEventsCore.h-2R4WBDJF6ZL9S differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/9S/NSClassDescription.h-IQNZQ515UF9S b/.build/arm64-apple-macosx/debug/index/store/v5/records/9S/NSClassDescription.h-IQNZQ515UF9S
new file mode 100644
index 0000000..4fef39b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/9S/NSClassDescription.h-IQNZQ515UF9S differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/9S/NSTextView.h-15EVJ6YHIQM9S b/.build/arm64-apple-macosx/debug/index/store/v5/records/9S/NSTextView.h-15EVJ6YHIQM9S
new file mode 100644
index 0000000..30c51c5
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/9S/NSTextView.h-15EVJ6YHIQM9S differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/9S/audit_errno.h-2KEF3J00QY89S b/.build/arm64-apple-macosx/debug/index/store/v5/records/9S/audit_errno.h-2KEF3J00QY89S
new file mode 100644
index 0000000..2658a1a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/9S/audit_errno.h-2KEF3J00QY89S differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/9U/IONetworkStack.h-1DA714CNETQ9U b/.build/arm64-apple-macosx/debug/index/store/v5/records/9U/IONetworkStack.h-1DA714CNETQ9U
new file mode 100644
index 0000000..02aca3b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/9U/IONetworkStack.h-1DA714CNETQ9U differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/9U/MTLDataType.h-3Q2DMPHF1039U b/.build/arm64-apple-macosx/debug/index/store/v5/records/9U/MTLDataType.h-3Q2DMPHF1039U
new file mode 100644
index 0000000..112a5ac
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/9U/MTLDataType.h-3Q2DMPHF1039U differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/9U/NSClickGestureRecognizer.h-3F0QW5TZ9AC9U b/.build/arm64-apple-macosx/debug/index/store/v5/records/9U/NSClickGestureRecognizer.h-3F0QW5TZ9AC9U
new file mode 100644
index 0000000..62023b7
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/9U/NSClickGestureRecognizer.h-3F0QW5TZ9AC9U differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/9X/NSTextSelectionNavigation.h-3FWKT3QY819X b/.build/arm64-apple-macosx/debug/index/store/v5/records/9X/NSTextSelectionNavigation.h-3FWKT3QY819X
new file mode 100644
index 0000000..09cd9b6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/9X/NSTextSelectionNavigation.h-3FWKT3QY819X differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/9Y/grp.h-11PWQUVHXU99Y b/.build/arm64-apple-macosx/debug/index/store/v5/records/9Y/grp.h-11PWQUVHXU99Y
new file mode 100644
index 0000000..2a20fb3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/9Y/grp.h-11PWQUVHXU99Y differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/CFNumber.h-1675Z4G08XF9Z b/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/CFNumber.h-1675Z4G08XF9Z
new file mode 100644
index 0000000..d63482d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/CFNumber.h-1675Z4G08XF9Z differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/AVPlayerOutput.h-2EL8D0AY21LA1 b/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/AVPlayerOutput.h-2EL8D0AY21LA1
new file mode 100644
index 0000000..f87dbe1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/AVPlayerOutput.h-2EL8D0AY21LA1 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/CFPropertyList.h-3JWA2G0QLOSA1 b/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/CFPropertyList.h-3JWA2G0QLOSA1
new file mode 100644
index 0000000..754449c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/CFPropertyList.h-3JWA2G0QLOSA1 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/CTRunDelegate.h-172RH5AFKHJA1 b/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/CTRunDelegate.h-172RH5AFKHJA1
new file mode 100644
index 0000000..7c0bc08
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/CTRunDelegate.h-172RH5AFKHJA1 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/IOBDMedia.h-2YUF9X8AYETA1 b/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/IOBDMedia.h-2YUF9X8AYETA1
new file mode 100644
index 0000000..7d9bcb4
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/IOBDMedia.h-2YUF9X8AYETA1 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/semaphore.h-1UU911U8ERQA1 b/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/semaphore.h-1UU911U8ERQA1
new file mode 100644
index 0000000..e25aea0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/semaphore.h-1UU911U8ERQA1 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/A2/SPRect3DFloat.h-1DVJ75KQMCFA2 b/.build/arm64-apple-macosx/debug/index/store/v5/records/A2/SPRect3DFloat.h-1DVJ75KQMCFA2
new file mode 100644
index 0000000..84ca022
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/A2/SPRect3DFloat.h-1DVJ75KQMCFA2 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/A3/MTLCaptureManager.h-S08V3OIIEDA3 b/.build/arm64-apple-macosx/debug/index/store/v5/records/A3/MTLCaptureManager.h-S08V3OIIEDA3
new file mode 100644
index 0000000..87943d5
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/A3/MTLCaptureManager.h-S08V3OIIEDA3 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/A4/CGGeometry.h-37NDPZO7EHA4 b/.build/arm64-apple-macosx/debug/index/store/v5/records/A4/CGGeometry.h-37NDPZO7EHA4
new file mode 100644
index 0000000..6b71e63
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/A4/CGGeometry.h-37NDPZO7EHA4 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/A4/NSAttributedString.h-2MA614AXM6RA4 b/.build/arm64-apple-macosx/debug/index/store/v5/records/A4/NSAttributedString.h-2MA614AXM6RA4
new file mode 100644
index 0000000..ace730e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/A4/NSAttributedString.h-2MA614AXM6RA4 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/A5/MTLTensor.h-32HF3LUOV97A5 b/.build/arm64-apple-macosx/debug/index/store/v5/records/A5/MTLTensor.h-32HF3LUOV97A5
new file mode 100644
index 0000000..701cefc
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/A5/MTLTensor.h-32HF3LUOV97A5 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/A5/arm64e-apple-macos.swiftinterface_Collection_Array-38J8NF8NBVXA5 b/.build/arm64-apple-macosx/debug/index/store/v5/records/A5/arm64e-apple-macos.swiftinterface_Collection_Array-38J8NF8NBVXA5
new file mode 100644
index 0000000..1de4812
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/A5/arm64e-apple-macos.swiftinterface_Collection_Array-38J8NF8NBVXA5 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/A6/CGImage.h-2FM0LTJYVEXA6 b/.build/arm64-apple-macosx/debug/index/store/v5/records/A6/CGImage.h-2FM0LTJYVEXA6
new file mode 100644
index 0000000..40ecbbc
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/A6/CGImage.h-2FM0LTJYVEXA6 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/A7/NSToolbar.h-276PLX3PTWGA7 b/.build/arm64-apple-macosx/debug/index/store/v5/records/A7/NSToolbar.h-276PLX3PTWGA7
new file mode 100644
index 0000000..3c25f12
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/A7/NSToolbar.h-276PLX3PTWGA7 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/A7/runetype.h-AVAZWRV979A7 b/.build/arm64-apple-macosx/debug/index/store/v5/records/A7/runetype.h-AVAZWRV979A7
new file mode 100644
index 0000000..2c2afe3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/A7/runetype.h-AVAZWRV979A7 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/A8/PMCore.h-274LKE40P7MA8 b/.build/arm64-apple-macosx/debug/index/store/v5/records/A8/PMCore.h-274LKE40P7MA8
new file mode 100644
index 0000000..5223ff7
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/A8/PMCore.h-274LKE40P7MA8 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/AA/AuthorizationPlugin.h-1XHHZUSZ52DAA b/.build/arm64-apple-macosx/debug/index/store/v5/records/AA/AuthorizationPlugin.h-1XHHZUSZ52DAA
new file mode 100644
index 0000000..4cd3afd
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/AA/AuthorizationPlugin.h-1XHHZUSZ52DAA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/AA/IOSurfaceBase.h-3LWRZA3MXCPAA b/.build/arm64-apple-macosx/debug/index/store/v5/records/AA/IOSurfaceBase.h-3LWRZA3MXCPAA
new file mode 100644
index 0000000..57d9782
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/AA/IOSurfaceBase.h-3LWRZA3MXCPAA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/AA/NSForm.h-2H3LUVWRR9GAA b/.build/arm64-apple-macosx/debug/index/store/v5/records/AA/NSForm.h-2H3LUVWRR9GAA
new file mode 100644
index 0000000..0c800d3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/AA/NSForm.h-2H3LUVWRR9GAA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/AA/NSURLRequest.h-21D0WUXMZOGAA b/.build/arm64-apple-macosx/debug/index/store/v5/records/AA/NSURLRequest.h-21D0WUXMZOGAA
new file mode 100644
index 0000000..e115798
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/AA/NSURLRequest.h-21D0WUXMZOGAA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/AA/mach_time.h-2G9MT12OFIZAA b/.build/arm64-apple-macosx/debug/index/store/v5/records/AA/mach_time.h-2G9MT12OFIZAA
new file mode 100644
index 0000000..d940b08
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/AA/mach_time.h-2G9MT12OFIZAA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/AA/ndrv.h-2S198QHN9VIAA b/.build/arm64-apple-macosx/debug/index/store/v5/records/AA/ndrv.h-2S198QHN9VIAA
new file mode 100644
index 0000000..54da647
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/AA/ndrv.h-2S198QHN9VIAA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/AB/NSMagnificationGestureRecognizer.h-EDDU51SAYKAB b/.build/arm64-apple-macosx/debug/index/store/v5/records/AB/NSMagnificationGestureRecognizer.h-EDDU51SAYKAB
new file mode 100644
index 0000000..6eff19a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/AB/NSMagnificationGestureRecognizer.h-EDDU51SAYKAB differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/AC/NSLengthFormatter.h-16P1EQOP0NAAC b/.build/arm64-apple-macosx/debug/index/store/v5/records/AC/NSLengthFormatter.h-16P1EQOP0NAAC
new file mode 100644
index 0000000..8cb65e8
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/AC/NSLengthFormatter.h-16P1EQOP0NAAC differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/AD/NSStackView.h-1K3HEJQM59DAD b/.build/arm64-apple-macosx/debug/index/store/v5/records/AD/NSStackView.h-1K3HEJQM59DAD
new file mode 100644
index 0000000..12fbfd8
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/AD/NSStackView.h-1K3HEJQM59DAD differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/AE/CVBuffer.h-30X347K0BNRAE b/.build/arm64-apple-macosx/debug/index/store/v5/records/AE/CVBuffer.h-30X347K0BNRAE
new file mode 100644
index 0000000..f931edc
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/AE/CVBuffer.h-30X347K0BNRAE differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/AF/__stddef_nullptr_t.h-PZI2JELPAZAF b/.build/arm64-apple-macosx/debug/index/store/v5/records/AF/__stddef_nullptr_t.h-PZI2JELPAZAF
new file mode 100644
index 0000000..5a519ac
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/AF/__stddef_nullptr_t.h-PZI2JELPAZAF differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/AG/IOPM.h-1LA08Z3FIZLAG b/.build/arm64-apple-macosx/debug/index/store/v5/records/AG/IOPM.h-1LA08Z3FIZLAG
new file mode 100644
index 0000000..5caba10
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/AG/IOPM.h-1LA08Z3FIZLAG differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/AG/NSFilePresenter.h-33F0XHC1PLLAG b/.build/arm64-apple-macosx/debug/index/store/v5/records/AG/NSFilePresenter.h-33F0XHC1PLLAG
new file mode 100644
index 0000000..6c153ec
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/AG/NSFilePresenter.h-33F0XHC1PLLAG differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/AH/mount.h-PM3XSIZ82UAH b/.build/arm64-apple-macosx/debug/index/store/v5/records/AH/mount.h-PM3XSIZ82UAH
new file mode 100644
index 0000000..22b3249
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/AH/mount.h-PM3XSIZ82UAH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/AH/pwd.h-39M36UPVDXMAH b/.build/arm64-apple-macosx/debug/index/store/v5/records/AH/pwd.h-39M36UPVDXMAH
new file mode 100644
index 0000000..f6b55dc
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/AH/pwd.h-39M36UPVDXMAH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/AI/ATASMARTLib.h-33H3MRY8NE2AI b/.build/arm64-apple-macosx/debug/index/store/v5/records/AI/ATASMARTLib.h-33H3MRY8NE2AI
new file mode 100644
index 0000000..68e3081
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/AI/ATASMARTLib.h-33H3MRY8NE2AI differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/AI/NSLevelIndicatorCell.h-17TOEBKT83GAI b/.build/arm64-apple-macosx/debug/index/store/v5/records/AI/NSLevelIndicatorCell.h-17TOEBKT83GAI
new file mode 100644
index 0000000..bf1a9a0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/AI/NSLevelIndicatorCell.h-17TOEBKT83GAI differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/AI/NSUserScriptTask.h-2YJ0E5QSF46AI b/.build/arm64-apple-macosx/debug/index/store/v5/records/AI/NSUserScriptTask.h-2YJ0E5QSF46AI
new file mode 100644
index 0000000..09633c1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/AI/NSUserScriptTask.h-2YJ0E5QSF46AI differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/AK/AVCaptureDeskViewApplication.h-1940SU08PCVAK b/.build/arm64-apple-macosx/debug/index/store/v5/records/AK/AVCaptureDeskViewApplication.h-1940SU08PCVAK
new file mode 100644
index 0000000..0e616d2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/AK/AVCaptureDeskViewApplication.h-1940SU08PCVAK differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/AL/CFSocket.h-28RRZ4352ZDAL b/.build/arm64-apple-macosx/debug/index/store/v5/records/AL/CFSocket.h-28RRZ4352ZDAL
new file mode 100644
index 0000000..bc5c92e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/AL/CFSocket.h-28RRZ4352ZDAL differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/AL/NSByteOrder.h-9WF5ZFV6YNAL b/.build/arm64-apple-macosx/debug/index/store/v5/records/AL/NSByteOrder.h-9WF5ZFV6YNAL
new file mode 100644
index 0000000..50435d1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/AL/NSByteOrder.h-9WF5ZFV6YNAL differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/AL/_wchar.h-9ZWNFPO24ZAL b/.build/arm64-apple-macosx/debug/index/store/v5/records/AL/_wchar.h-9ZWNFPO24ZAL
new file mode 100644
index 0000000..343d386
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/AL/_wchar.h-9ZWNFPO24ZAL differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/CATransform3D.h-392TJ1E8144AM b/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/CATransform3D.h-392TJ1E8144AM
new file mode 100644
index 0000000..3d4daa8
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/CATransform3D.h-392TJ1E8144AM differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/IOGraphicsTypes.h-3S62UYYX0R1AM b/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/IOGraphicsTypes.h-3S62UYYX0R1AM
new file mode 100644
index 0000000..66a4bd5
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/IOGraphicsTypes.h-3S62UYYX0R1AM differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/KeychainCore.h-1RKKQWJBJXMAM b/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/KeychainCore.h-1RKKQWJBJXMAM
new file mode 100644
index 0000000..532347c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/KeychainCore.h-1RKKQWJBJXMAM differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/kernel_types.h-1FG78GBH6B2AM b/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/kernel_types.h-1FG78GBH6B2AM
new file mode 100644
index 0000000..dc78a0a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/kernel_types.h-1FG78GBH6B2AM differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/AO/AudioUnitUtilities.h-X8P1EFOJDKAO b/.build/arm64-apple-macosx/debug/index/store/v5/records/AO/AudioUnitUtilities.h-X8P1EFOJDKAO
new file mode 100644
index 0000000..0714442
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/AO/AudioUnitUtilities.h-X8P1EFOJDKAO differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/AO/activity.h-1ZIRMC5X96EAO b/.build/arm64-apple-macosx/debug/index/store/v5/records/AO/activity.h-1ZIRMC5X96EAO
new file mode 100644
index 0000000..b750d6f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/AO/activity.h-1ZIRMC5X96EAO differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/AO/certextensions.h-2R5MXCROLBNAO b/.build/arm64-apple-macosx/debug/index/store/v5/records/AO/certextensions.h-2R5MXCROLBNAO
new file mode 100644
index 0000000..114edba
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/AO/certextensions.h-2R5MXCROLBNAO differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/AQ/NSPersonNameComponents.h-2WNG7W1XABXAQ b/.build/arm64-apple-macosx/debug/index/store/v5/records/AQ/NSPersonNameComponents.h-2WNG7W1XABXAQ
new file mode 100644
index 0000000..22d127b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/AQ/NSPersonNameComponents.h-2WNG7W1XABXAQ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/AR/ATSTypes.h-4W8E701NTQAR b/.build/arm64-apple-macosx/debug/index/store/v5/records/AR/ATSTypes.h-4W8E701NTQAR
new file mode 100644
index 0000000..180ba61
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/AR/ATSTypes.h-4W8E701NTQAR differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/AR/IOFireWireSBP2Lib.h-3NO6XRWLO1JAR b/.build/arm64-apple-macosx/debug/index/store/v5/records/AR/IOFireWireSBP2Lib.h-3NO6XRWLO1JAR
new file mode 100644
index 0000000..7e9d6e5
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/AR/IOFireWireSBP2Lib.h-3NO6XRWLO1JAR differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/AR/math.h-13RXLKY2NXOAR b/.build/arm64-apple-macosx/debug/index/store/v5/records/AR/math.h-13RXLKY2NXOAR
new file mode 100644
index 0000000..b8d584e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/AR/math.h-13RXLKY2NXOAR differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/HISeparator.h-3IOOWGX1VARAT b/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/HISeparator.h-3IOOWGX1VARAT
new file mode 100644
index 0000000..ae7da06
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/HISeparator.h-3IOOWGX1VARAT differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/MTL4CommandAllocator.h-86UPL4T1TDAT b/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/MTL4CommandAllocator.h-86UPL4T1TDAT
new file mode 100644
index 0000000..0375318
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/MTL4CommandAllocator.h-86UPL4T1TDAT differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/___wctype.h-2XB1AZ4KMF4AT b/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/___wctype.h-2XB1AZ4KMF4AT
new file mode 100644
index 0000000..d250f5b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/___wctype.h-2XB1AZ4KMF4AT differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/AU/AudioHardware.h-L6C28RQJZAU b/.build/arm64-apple-macosx/debug/index/store/v5/records/AU/AudioHardware.h-L6C28RQJZAU
new file mode 100644
index 0000000..9494062
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/AU/AudioHardware.h-L6C28RQJZAU differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/AU/IODVDMediaBSDClient.h-GB4702UACAAU b/.build/arm64-apple-macosx/debug/index/store/v5/records/AU/IODVDMediaBSDClient.h-GB4702UACAAU
new file mode 100644
index 0000000..50f0a18
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/AU/IODVDMediaBSDClient.h-GB4702UACAAU differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/AV/NSBezierPath.h-242LKSJZAF9AV b/.build/arm64-apple-macosx/debug/index/store/v5/records/AV/NSBezierPath.h-242LKSJZAF9AV
new file mode 100644
index 0000000..48a886f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/AV/NSBezierPath.h-242LKSJZAF9AV differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/AW/fasttrap_isa.h-ZB961V8UL2AW b/.build/arm64-apple-macosx/debug/index/store/v5/records/AW/fasttrap_isa.h-ZB961V8UL2AW
new file mode 100644
index 0000000..c051673
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/AW/fasttrap_isa.h-ZB961V8UL2AW differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/AX/_ctype.h-3QHDPFDI5XNAX b/.build/arm64-apple-macosx/debug/index/store/v5/records/AX/_ctype.h-3QHDPFDI5XNAX
new file mode 100644
index 0000000..50dd6d3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/AX/_ctype.h-3QHDPFDI5XNAX differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/AX/_mb_cur_max.h-3FLV9VS5YG2AX b/.build/arm64-apple-macosx/debug/index/store/v5/records/AX/_mb_cur_max.h-3FLV9VS5YG2AX
new file mode 100644
index 0000000..ee7d1cc
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/AX/_mb_cur_max.h-3FLV9VS5YG2AX differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/AY/NSPersistentStoreResult.h-2BJVUQ731FSAY b/.build/arm64-apple-macosx/debug/index/store/v5/records/AY/NSPersistentStoreResult.h-2BJVUQ731FSAY
new file mode 100644
index 0000000..ed7d1e9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/AY/NSPersistentStoreResult.h-2BJVUQ731FSAY differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/AZ/NSKeyValueObserving.h-1SF3QD5ARBOAZ b/.build/arm64-apple-macosx/debug/index/store/v5/records/AZ/NSKeyValueObserving.h-1SF3QD5ARBOAZ
new file mode 100644
index 0000000..464813f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/AZ/NSKeyValueObserving.h-1SF3QD5ARBOAZ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/AZ/NSURL.h-2BB1WS8EKGWAZ b/.build/arm64-apple-macosx/debug/index/store/v5/records/AZ/NSURL.h-2BB1WS8EKGWAZ
new file mode 100644
index 0000000..31b9890
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/AZ/NSURL.h-2BB1WS8EKGWAZ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/B1/CIRAWFilter.h-2BL8I3OXNQ0B1 b/.build/arm64-apple-macosx/debug/index/store/v5/records/B1/CIRAWFilter.h-2BL8I3OXNQ0B1
new file mode 100644
index 0000000..6e99feb
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/B1/CIRAWFilter.h-2BL8I3OXNQ0B1 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/B2/MTLAllocation.h-2NME9NLNBRB2 b/.build/arm64-apple-macosx/debug/index/store/v5/records/B2/MTLAllocation.h-2NME9NLNBRB2
new file mode 100644
index 0000000..aecbb0c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/B2/MTLAllocation.h-2NME9NLNBRB2 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/B2/_stdio.h-3KSUAY6F95VB2 b/.build/arm64-apple-macosx/debug/index/store/v5/records/B2/_stdio.h-3KSUAY6F95VB2
new file mode 100644
index 0000000..b0fed79
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/B2/_stdio.h-3KSUAY6F95VB2 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/B2/host_special_ports.h-341ETNLDLHNB2 b/.build/arm64-apple-macosx/debug/index/store/v5/records/B2/host_special_ports.h-341ETNLDLHNB2
new file mode 100644
index 0000000..c08b2f5
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/B2/host_special_ports.h-341ETNLDLHNB2 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/B3/NSPersistentCloudKitContainerEventRequest.h-KUQTVQR07GB3 b/.build/arm64-apple-macosx/debug/index/store/v5/records/B3/NSPersistentCloudKitContainerEventRequest.h-KUQTVQR07GB3
new file mode 100644
index 0000000..5c23c92
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/B3/NSPersistentCloudKitContainerEventRequest.h-KUQTVQR07GB3 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/B3/NSPort.h-ZGGH3CL8SAB3 b/.build/arm64-apple-macosx/debug/index/store/v5/records/B3/NSPort.h-ZGGH3CL8SAB3
new file mode 100644
index 0000000..c8d0d92
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/B3/NSPort.h-ZGGH3CL8SAB3 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/B4/_regex.h-36II7NM3KBCB4 b/.build/arm64-apple-macosx/debug/index/store/v5/records/B4/_regex.h-36II7NM3KBCB4
new file mode 100644
index 0000000..17d43a1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/B4/_regex.h-36II7NM3KBCB4 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/B5/NSInputManager.h-1PNAFAK4HM7B5 b/.build/arm64-apple-macosx/debug/index/store/v5/records/B5/NSInputManager.h-1PNAFAK4HM7B5
new file mode 100644
index 0000000..01a13bc
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/B5/NSInputManager.h-1PNAFAK4HM7B5 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/B5/__stdarg___gnuc_va_list.h-2K47H1YNTLGB5 b/.build/arm64-apple-macosx/debug/index/store/v5/records/B5/__stdarg___gnuc_va_list.h-2K47H1YNTLGB5
new file mode 100644
index 0000000..9803275
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/B5/__stdarg___gnuc_va_list.h-2K47H1YNTLGB5 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/B6/ControlDefinitions.h-45JJZN2HDJB6 b/.build/arm64-apple-macosx/debug/index/store/v5/records/B6/ControlDefinitions.h-45JJZN2HDJB6
new file mode 100644
index 0000000..a298859
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/B6/ControlDefinitions.h-45JJZN2HDJB6 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/B7/SFNTTypes.h-1QNT6EHFQZBB7 b/.build/arm64-apple-macosx/debug/index/store/v5/records/B7/SFNTTypes.h-1QNT6EHFQZBB7
new file mode 100644
index 0000000..cad7890
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/B7/SFNTTypes.h-1QNT6EHFQZBB7 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/B8/NSBrowser.h-240EEVBXX7DB8 b/.build/arm64-apple-macosx/debug/index/store/v5/records/B8/NSBrowser.h-240EEVBXX7DB8
new file mode 100644
index 0000000..733cbd0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/B8/NSBrowser.h-240EEVBXX7DB8 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/B8/NSPersistentStore.h-RKGAM4WUL3B8 b/.build/arm64-apple-macosx/debug/index/store/v5/records/B8/NSPersistentStore.h-RKGAM4WUL3B8
new file mode 100644
index 0000000..f25118e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/B8/NSPersistentStore.h-RKGAM4WUL3B8 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/B8/connection.h-2QSBCZ8HWTNB8 b/.build/arm64-apple-macosx/debug/index/store/v5/records/B8/connection.h-2QSBCZ8HWTNB8
new file mode 100644
index 0000000..5b1f9c9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/B8/connection.h-2QSBCZ8HWTNB8 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/BA/NSPersistentStoreDescription.h-280F096PYLZBA b/.build/arm64-apple-macosx/debug/index/store/v5/records/BA/NSPersistentStoreDescription.h-280F096PYLZBA
new file mode 100644
index 0000000..a277170
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/BA/NSPersistentStoreDescription.h-280F096PYLZBA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/BA/SecItem.h-34SR8IGMKEDBA b/.build/arm64-apple-macosx/debug/index/store/v5/records/BA/SecItem.h-34SR8IGMKEDBA
new file mode 100644
index 0000000..276b65c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/BA/SecItem.h-34SR8IGMKEDBA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/BC/SecAsn1Templates.h-36N8SFSW8AWBC b/.build/arm64-apple-macosx/debug/index/store/v5/records/BC/SecAsn1Templates.h-36N8SFSW8AWBC
new file mode 100644
index 0000000..c96ce93
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/BC/SecAsn1Templates.h-36N8SFSW8AWBC differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/CFAvailability.h-3PFR9U6CO1PBD b/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/CFAvailability.h-3PFR9U6CO1PBD
new file mode 100644
index 0000000..316809e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/CFAvailability.h-3PFR9U6CO1PBD differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/BE/IOFireWireAVCLib.h-2W1GSIZQF6MBE b/.build/arm64-apple-macosx/debug/index/store/v5/records/BE/IOFireWireAVCLib.h-2W1GSIZQF6MBE
new file mode 100644
index 0000000..5d52267
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/BE/IOFireWireAVCLib.h-2W1GSIZQF6MBE differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/BE/arm64e-apple-macos.swiftinterface-3E6YQYOPF7JBE b/.build/arm64-apple-macosx/debug/index/store/v5/records/BE/arm64e-apple-macos.swiftinterface-3E6YQYOPF7JBE
new file mode 100644
index 0000000..1890606
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/BE/arm64e-apple-macos.swiftinterface-3E6YQYOPF7JBE differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/BE/boolean.h-99X76WAHN2BE b/.build/arm64-apple-macosx/debug/index/store/v5/records/BE/boolean.h-99X76WAHN2BE
new file mode 100644
index 0000000..8fb64f8
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/BE/boolean.h-99X76WAHN2BE differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/BF/NSExtensionItem.h-2N47JVTB0BIBF b/.build/arm64-apple-macosx/debug/index/store/v5/records/BF/NSExtensionItem.h-2N47JVTB0BIBF
new file mode 100644
index 0000000..499eb63
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/BF/NSExtensionItem.h-2N47JVTB0BIBF differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/BF/posix_shm.h-DDTB2ZKP3SBF b/.build/arm64-apple-macosx/debug/index/store/v5/records/BF/posix_shm.h-DDTB2ZKP3SBF
new file mode 100644
index 0000000..ba56bee
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/BF/posix_shm.h-DDTB2ZKP3SBF differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/BG/CVReturn.h-1XZ11IZRMKPBG b/.build/arm64-apple-macosx/debug/index/store/v5/records/BG/CVReturn.h-1XZ11IZRMKPBG
new file mode 100644
index 0000000..92d25ab
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/BG/CVReturn.h-1XZ11IZRMKPBG differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/BG/IOBSD.h-1CLW1S1VTWBBG b/.build/arm64-apple-macosx/debug/index/store/v5/records/BG/IOBSD.h-1CLW1S1VTWBBG
new file mode 100644
index 0000000..754bbdc
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/BG/IOBSD.h-1CLW1S1VTWBBG differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/BG/IOStreamShared.h-1WZD4TCD7GLBG b/.build/arm64-apple-macosx/debug/index/store/v5/records/BG/IOStreamShared.h-1WZD4TCD7GLBG
new file mode 100644
index 0000000..4a5f2a2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/BG/IOStreamShared.h-1WZD4TCD7GLBG differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/BI/CFXMLNode.h-7FT6DTU5XVBI b/.build/arm64-apple-macosx/debug/index/store/v5/records/BI/CFXMLNode.h-7FT6DTU5XVBI
new file mode 100644
index 0000000..e4db422
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/BI/CFXMLNode.h-7FT6DTU5XVBI differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/BI/MTLPipeline.h-EBMSWMDHQRBI b/.build/arm64-apple-macosx/debug/index/store/v5/records/BI/MTLPipeline.h-EBMSWMDHQRBI
new file mode 100644
index 0000000..3bbe51b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/BI/MTLPipeline.h-EBMSWMDHQRBI differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/BI/NSInterfaceStyle.h-3L8PWVO5XCKBI b/.build/arm64-apple-macosx/debug/index/store/v5/records/BI/NSInterfaceStyle.h-3L8PWVO5XCKBI
new file mode 100644
index 0000000..bc5455b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/BI/NSInterfaceStyle.h-3L8PWVO5XCKBI differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/BJ/Translation.h-1IM7GK0UCLRBJ b/.build/arm64-apple-macosx/debug/index/store/v5/records/BJ/Translation.h-1IM7GK0UCLRBJ
new file mode 100644
index 0000000..16c667b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/BJ/Translation.h-1IM7GK0UCLRBJ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/BK/AVAudioConverter.h-FQ23D67WDSBK b/.build/arm64-apple-macosx/debug/index/store/v5/records/BK/AVAudioConverter.h-FQ23D67WDSBK
new file mode 100644
index 0000000..9718426
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/BK/AVAudioConverter.h-FQ23D67WDSBK differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/BL/CIPlugInInterface.h-JDDNIAXSCIBL b/.build/arm64-apple-macosx/debug/index/store/v5/records/BL/CIPlugInInterface.h-JDDNIAXSCIBL
new file mode 100644
index 0000000..40a3bf8
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/BL/CIPlugInInterface.h-JDDNIAXSCIBL differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/BL/_endian.h-3VEJOS27HZWBL b/.build/arm64-apple-macosx/debug/index/store/v5/records/BL/_endian.h-3VEJOS27HZWBL
new file mode 100644
index 0000000..9ef7f7c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/BL/_endian.h-3VEJOS27HZWBL differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/BL/_wctype_t.h-3VBU123F7P4BL b/.build/arm64-apple-macosx/debug/index/store/v5/records/BL/_wctype_t.h-3VBU123F7P4BL
new file mode 100644
index 0000000..9b946c5
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/BL/_wctype_t.h-3VBU123F7P4BL differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/BM/MTLRenderPass.h-3EW3A9TM4XDBM b/.build/arm64-apple-macosx/debug/index/store/v5/records/BM/MTLRenderPass.h-3EW3A9TM4XDBM
new file mode 100644
index 0000000..0e68f7c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/BM/MTLRenderPass.h-3EW3A9TM4XDBM differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/BM/NSTouch.h-1J23QIES928BM b/.build/arm64-apple-macosx/debug/index/store/v5/records/BM/NSTouch.h-1J23QIES928BM
new file mode 100644
index 0000000..70569ce
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/BM/NSTouch.h-1J23QIES928BM differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/BN/HIObject.h-1NN8FFOV7BYBN b/.build/arm64-apple-macosx/debug/index/store/v5/records/BN/HIObject.h-1NN8FFOV7BYBN
new file mode 100644
index 0000000..2b7b352
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/BN/HIObject.h-1NN8FFOV7BYBN differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/BO/CVPixelBufferPool.h-2SVOP4X7QJRBO b/.build/arm64-apple-macosx/debug/index/store/v5/records/BO/CVPixelBufferPool.h-2SVOP4X7QJRBO
new file mode 100644
index 0000000..69cbd0c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/BO/CVPixelBufferPool.h-2SVOP4X7QJRBO differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/BO/arch.h-21IN225UTB4BO b/.build/arm64-apple-macosx/debug/index/store/v5/records/BO/arch.h-21IN225UTB4BO
new file mode 100644
index 0000000..c0db6bf
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/BO/arch.h-21IN225UTB4BO differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/BO/kdebug.h-PCAK1P4R9SBO b/.build/arm64-apple-macosx/debug/index/store/v5/records/BO/kdebug.h-PCAK1P4R9SBO
new file mode 100644
index 0000000..c2c62be
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/BO/kdebug.h-PCAK1P4R9SBO differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/BP/HIRelevanceBar.h-13HVWUQTV2PBP b/.build/arm64-apple-macosx/debug/index/store/v5/records/BP/HIRelevanceBar.h-13HVWUQTV2PBP
new file mode 100644
index 0000000..c6ff084
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/BP/HIRelevanceBar.h-13HVWUQTV2PBP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/BQ/_types.h-1412OVHMI6BBQ b/.build/arm64-apple-macosx/debug/index/store/v5/records/BQ/_types.h-1412OVHMI6BBQ
new file mode 100644
index 0000000..8151f91
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/BQ/_types.h-1412OVHMI6BBQ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/BQ/kauth.h-2QEYJQXJ0VMBQ b/.build/arm64-apple-macosx/debug/index/store/v5/records/BQ/kauth.h-2QEYJQXJ0VMBQ
new file mode 100644
index 0000000..fb78609
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/BQ/kauth.h-2QEYJQXJ0VMBQ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/BR/SPRay3DFloat.h-2R9JHKH6J09BR b/.build/arm64-apple-macosx/debug/index/store/v5/records/BR/SPRay3DFloat.h-2R9JHKH6J09BR
new file mode 100644
index 0000000..39e506e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/BR/SPRay3DFloat.h-2R9JHKH6J09BR differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/BR/_wctype.h-299PA6C3L06BR b/.build/arm64-apple-macosx/debug/index/store/v5/records/BR/_wctype.h-299PA6C3L06BR
new file mode 100644
index 0000000..462e4ba
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/BR/_wctype.h-299PA6C3L06BR differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/BS/thread_act.h-1W7AK7NGCDUBS b/.build/arm64-apple-macosx/debug/index/store/v5/records/BS/thread_act.h-1W7AK7NGCDUBS
new file mode 100644
index 0000000..879c4b5
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/BS/thread_act.h-1W7AK7NGCDUBS differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/BT/TextUtils.h-2P09A4HPHNWBT b/.build/arm64-apple-macosx/debug/index/store/v5/records/BT/TextUtils.h-2P09A4HPHNWBT
new file mode 100644
index 0000000..4c7c78b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/BT/TextUtils.h-2P09A4HPHNWBT differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/BT/_symbol_aliasing.h-2LO1EJPDT6ZBT b/.build/arm64-apple-macosx/debug/index/store/v5/records/BT/_symbol_aliasing.h-2LO1EJPDT6ZBT
new file mode 100644
index 0000000..bf35619
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/BT/_symbol_aliasing.h-2LO1EJPDT6ZBT differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/BU/AVCameraCalibrationData.h-3SSYS7PD7ADBU b/.build/arm64-apple-macosx/debug/index/store/v5/records/BU/AVCameraCalibrationData.h-3SSYS7PD7ADBU
new file mode 100644
index 0000000..5aeaa34
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/BU/AVCameraCalibrationData.h-3SSYS7PD7ADBU differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/BV/SecTrustedApplication.h-2T0ZNA8MMUQBV b/.build/arm64-apple-macosx/debug/index/store/v5/records/BV/SecTrustedApplication.h-2T0ZNA8MMUQBV
new file mode 100644
index 0000000..d23b640
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/BV/SecTrustedApplication.h-2T0ZNA8MMUQBV differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/BW/NSDocumentScripting.h-1KX2Z7BD6XBW b/.build/arm64-apple-macosx/debug/index/store/v5/records/BW/NSDocumentScripting.h-1KX2Z7BD6XBW
new file mode 100644
index 0000000..27a5b6b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/BW/NSDocumentScripting.h-1KX2Z7BD6XBW differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/BX/HIComboBox.h-11D5PNMPCR4BX b/.build/arm64-apple-macosx/debug/index/store/v5/records/BX/HIComboBox.h-11D5PNMPCR4BX
new file mode 100644
index 0000000..b710316
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/BX/HIComboBox.h-11D5PNMPCR4BX differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/BX/NSWindowTab.h-1GM30PDWJ8YBX b/.build/arm64-apple-macosx/debug/index/store/v5/records/BX/NSWindowTab.h-1GM30PDWJ8YBX
new file mode 100644
index 0000000..d38dc9c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/BX/NSWindowTab.h-1GM30PDWJ8YBX differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/BX/UTTagClass.h-AJJRH3P4A8BX b/.build/arm64-apple-macosx/debug/index/store/v5/records/BX/UTTagClass.h-AJJRH3P4A8BX
new file mode 100644
index 0000000..72be37c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/BX/UTTagClass.h-AJJRH3P4A8BX differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/BX/cssmtpi.h-1O60S7UYY0VBX b/.build/arm64-apple-macosx/debug/index/store/v5/records/BX/cssmtpi.h-1O60S7UYY0VBX
new file mode 100644
index 0000000..5a2e0dd
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/BX/cssmtpi.h-1O60S7UYY0VBX differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/AVAudioSessionTypes.h-2A8O32M7ZT2BY b/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/AVAudioSessionTypes.h-2A8O32M7ZT2BY
new file mode 100644
index 0000000..190c166
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/AVAudioSessionTypes.h-2A8O32M7ZT2BY differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/activity.h-2BECPIF4RVBBY b/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/activity.h-2BECPIF4RVBBY
new file mode 100644
index 0000000..f8ad16f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/activity.h-2BECPIF4RVBBY differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/BZ/CTFontDescriptor.h-LSSUJXG26HBZ b/.build/arm64-apple-macosx/debug/index/store/v5/records/BZ/CTFontDescriptor.h-LSSUJXG26HBZ
new file mode 100644
index 0000000..d901800
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/BZ/CTFontDescriptor.h-LSSUJXG26HBZ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/BZ/hfs_unistr.h-1KR05134EEFBZ b/.build/arm64-apple-macosx/debug/index/store/v5/records/BZ/hfs_unistr.h-1KR05134EEFBZ
new file mode 100644
index 0000000..b9279be
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/BZ/hfs_unistr.h-1KR05134EEFBZ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/C0/CFNumberFormatter.h-3ALVC9LXUP7C0 b/.build/arm64-apple-macosx/debug/index/store/v5/records/C0/CFNumberFormatter.h-3ALVC9LXUP7C0
new file mode 100644
index 0000000..f361f1b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/C0/CFNumberFormatter.h-3ALVC9LXUP7C0 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/C0/NSComboBoxCell.h-1K0EIY2C5Z9C0 b/.build/arm64-apple-macosx/debug/index/store/v5/records/C0/NSComboBoxCell.h-1K0EIY2C5Z9C0
new file mode 100644
index 0000000..2014b0a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/C0/NSComboBoxCell.h-1K0EIY2C5Z9C0 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/C0/NSFetchRequestExpression.h-OTX0PAV1IJC0 b/.build/arm64-apple-macosx/debug/index/store/v5/records/C0/NSFetchRequestExpression.h-OTX0PAV1IJC0
new file mode 100644
index 0000000..4388cfe
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/C0/NSFetchRequestExpression.h-OTX0PAV1IJC0 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/C1/MDLabel.h-127N1GPD5V3C1 b/.build/arm64-apple-macosx/debug/index/store/v5/records/C1/MDLabel.h-127N1GPD5V3C1
new file mode 100644
index 0000000..9bfdcee
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/C1/MDLabel.h-127N1GPD5V3C1 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/C1/ip_icmp.h-1B4WXUYE9EMC1 b/.build/arm64-apple-macosx/debug/index/store/v5/records/C1/ip_icmp.h-1B4WXUYE9EMC1
new file mode 100644
index 0000000..8a82aa6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/C1/ip_icmp.h-1B4WXUYE9EMC1 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/C1/object.h-1974H83XTZ6C1 b/.build/arm64-apple-macosx/debug/index/store/v5/records/C1/object.h-1974H83XTZ6C1
new file mode 100644
index 0000000..06e7645
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/C1/object.h-1974H83XTZ6C1 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/C2/dyld_kernel.h-3MNI9IPQVS1C2 b/.build/arm64-apple-macosx/debug/index/store/v5/records/C2/dyld_kernel.h-3MNI9IPQVS1C2
new file mode 100644
index 0000000..4ae78ee
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/C2/dyld_kernel.h-3MNI9IPQVS1C2 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/C3/AXActionConstants.h-2GYIY456PLUC3 b/.build/arm64-apple-macosx/debug/index/store/v5/records/C3/AXActionConstants.h-2GYIY456PLUC3
new file mode 100644
index 0000000..faaeae2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/C3/AXActionConstants.h-2GYIY456PLUC3 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/C3/_fd_def.h-TO6BM4428SC3 b/.build/arm64-apple-macosx/debug/index/store/v5/records/C3/_fd_def.h-TO6BM4428SC3
new file mode 100644
index 0000000..5c4dcf1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/C3/_fd_def.h-TO6BM4428SC3 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/C3/arm64e-apple-macos.swiftinterface-L6WWW7XY2IC3 b/.build/arm64-apple-macosx/debug/index/store/v5/records/C3/arm64e-apple-macos.swiftinterface-L6WWW7XY2IC3
new file mode 100644
index 0000000..1166fbb
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/C3/arm64e-apple-macos.swiftinterface-L6WWW7XY2IC3 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/SecTask.h-3POAWFJVHWJC4 b/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/SecTask.h-3POAWFJVHWJC4
new file mode 100644
index 0000000..ffa1f52
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/SecTask.h-3POAWFJVHWJC4 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/_types.h-3T2OCZ8YFLOC4 b/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/_types.h-3T2OCZ8YFLOC4
new file mode 100644
index 0000000..14543cf
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/_types.h-3T2OCZ8YFLOC4 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/C5/IOGraphicsInterfaceTypes.h-38HNOC1NDL4C5 b/.build/arm64-apple-macosx/debug/index/store/v5/records/C5/IOGraphicsInterfaceTypes.h-38HNOC1NDL4C5
new file mode 100644
index 0000000..c2f6c6a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/C5/IOGraphicsInterfaceTypes.h-38HNOC1NDL4C5 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/C8/AVAssetSegmentReport.h-FCI1AE8NVBC8 b/.build/arm64-apple-macosx/debug/index/store/v5/records/C8/AVAssetSegmentReport.h-FCI1AE8NVBC8
new file mode 100644
index 0000000..daa3cec
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/C8/AVAssetSegmentReport.h-FCI1AE8NVBC8 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/C8/MTL4BinaryFunction.h-1H65PG8P8ROC8 b/.build/arm64-apple-macosx/debug/index/store/v5/records/C8/MTL4BinaryFunction.h-1H65PG8P8ROC8
new file mode 100644
index 0000000..28aa787
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/C8/MTL4BinaryFunction.h-1H65PG8P8ROC8 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/C8/NSPortMessage.h-2KM5NXJFLO0C8 b/.build/arm64-apple-macosx/debug/index/store/v5/records/C8/NSPortMessage.h-2KM5NXJFLO0C8
new file mode 100644
index 0000000..77893ea
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/C8/NSPortMessage.h-2KM5NXJFLO0C8 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/C9/MDImporter.h-1S94YYE00ADC9 b/.build/arm64-apple-macosx/debug/index/store/v5/records/C9/MDImporter.h-1S94YYE00ADC9
new file mode 100644
index 0000000..449a3cd
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/C9/MDImporter.h-1S94YYE00ADC9 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/C9/NSEnumerator.h-9KZWGXKAYHC9 b/.build/arm64-apple-macosx/debug/index/store/v5/records/C9/NSEnumerator.h-9KZWGXKAYHC9
new file mode 100644
index 0000000..dd67602
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/C9/NSEnumerator.h-9KZWGXKAYHC9 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/C9/malloc.h-3MMP4YQH6A1C9 b/.build/arm64-apple-macosx/debug/index/store/v5/records/C9/malloc.h-3MMP4YQH6A1C9
new file mode 100644
index 0000000..8d14741
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/C9/malloc.h-3MMP4YQH6A1C9 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/CA/NSAffineTransform.h-LORDULRF68CA b/.build/arm64-apple-macosx/debug/index/store/v5/records/CA/NSAffineTransform.h-LORDULRF68CA
new file mode 100644
index 0000000..4bff99e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/CA/NSAffineTransform.h-LORDULRF68CA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/CA/_stdlib.h-33MANPD8OW7CA b/.build/arm64-apple-macosx/debug/index/store/v5/records/CA/_stdlib.h-33MANPD8OW7CA
new file mode 100644
index 0000000..1c5a675
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/CA/_stdlib.h-33MANPD8OW7CA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/CB/NSCharacterSet.h-CK0MVAJ135CB b/.build/arm64-apple-macosx/debug/index/store/v5/records/CB/NSCharacterSet.h-CK0MVAJ135CB
new file mode 100644
index 0000000..a9d8c35
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/CB/NSCharacterSet.h-CK0MVAJ135CB differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/CB/NSDecimal.h-6ZHHAJN185CB b/.build/arm64-apple-macosx/debug/index/store/v5/records/CB/NSDecimal.h-6ZHHAJN185CB
new file mode 100644
index 0000000..a555079
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/CB/NSDecimal.h-6ZHHAJN185CB differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/CC/CSCommon.h-2DJGZJBW5T3CC b/.build/arm64-apple-macosx/debug/index/store/v5/records/CC/CSCommon.h-2DJGZJBW5T3CC
new file mode 100644
index 0000000..229e7ba
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/CC/CSCommon.h-2DJGZJBW5T3CC differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/CC/NSPredicate.h-31JDT0YQWYRCC b/.build/arm64-apple-macosx/debug/index/store/v5/records/CC/NSPredicate.h-31JDT0YQWYRCC
new file mode 100644
index 0000000..3284dd3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/CC/NSPredicate.h-31JDT0YQWYRCC differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/CE/CFBag.h-25O4S0YNRB0CE b/.build/arm64-apple-macosx/debug/index/store/v5/records/CE/CFBag.h-25O4S0YNRB0CE
new file mode 100644
index 0000000..8b2faa0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/CE/CFBag.h-25O4S0YNRB0CE differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/CF/SPPoint3D.h-18Y4ZFFKBBICF b/.build/arm64-apple-macosx/debug/index/store/v5/records/CF/SPPoint3D.h-18Y4ZFFKBBICF
new file mode 100644
index 0000000..9859032
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/CF/SPPoint3D.h-18Y4ZFFKBBICF differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/CG/wait.h-1QCKRAG3HMDCG b/.build/arm64-apple-macosx/debug/index/store/v5/records/CG/wait.h-1QCKRAG3HMDCG
new file mode 100644
index 0000000..e572bd4
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/CG/wait.h-1QCKRAG3HMDCG differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/CH/AVAudioSequencer.h-SIJZVY9177CH b/.build/arm64-apple-macosx/debug/index/store/v5/records/CH/AVAudioSequencer.h-SIJZVY9177CH
new file mode 100644
index 0000000..be28500
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/CH/AVAudioSequencer.h-SIJZVY9177CH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/CH/EntrySignpost.h-2WP57MVUB5DCH b/.build/arm64-apple-macosx/debug/index/store/v5/records/CH/EntrySignpost.h-2WP57MVUB5DCH
new file mode 100644
index 0000000..6c38dc6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/CH/EntrySignpost.h-2WP57MVUB5DCH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/CH/utmp.h-2WJHNEJYRFXCH b/.build/arm64-apple-macosx/debug/index/store/v5/records/CH/utmp.h-2WJHNEJYRFXCH
new file mode 100644
index 0000000..9f76f90
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/CH/utmp.h-2WJHNEJYRFXCH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/CI/hv_kern_types.h-33FS0NMMGNJCI b/.build/arm64-apple-macosx/debug/index/store/v5/records/CI/hv_kern_types.h-33FS0NMMGNJCI
new file mode 100644
index 0000000..e60f47a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/CI/hv_kern_types.h-33FS0NMMGNJCI differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/CI/utime.h-3LG4O91IOFICI b/.build/arm64-apple-macosx/debug/index/store/v5/records/CI/utime.h-3LG4O91IOFICI
new file mode 100644
index 0000000..ba2a57d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/CI/utime.h-3LG4O91IOFICI differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/CJ/NSNibLoading.h-1XU53XFIFMKCJ b/.build/arm64-apple-macosx/debug/index/store/v5/records/CJ/NSNibLoading.h-1XU53XFIFMKCJ
new file mode 100644
index 0000000..450d8d6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/CJ/NSNibLoading.h-1XU53XFIFMKCJ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/CK/arm64e-apple-macos.swiftinterface_Collection_Array-YBSP16XQAMCK b/.build/arm64-apple-macosx/debug/index/store/v5/records/CK/arm64e-apple-macos.swiftinterface_Collection_Array-YBSP16XQAMCK
new file mode 100644
index 0000000..c6c9e8f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/CK/arm64e-apple-macos.swiftinterface_Collection_Array-YBSP16XQAMCK differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/CK/net_kev.h-3K89FWGABXCK b/.build/arm64-apple-macosx/debug/index/store/v5/records/CK/net_kev.h-3K89FWGABXCK
new file mode 100644
index 0000000..08bfafe
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/CK/net_kev.h-3K89FWGABXCK differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/CM/AVAsynchronousKeyValueLoading.h-1A4FPZVKH93CM b/.build/arm64-apple-macosx/debug/index/store/v5/records/CM/AVAsynchronousKeyValueLoading.h-1A4FPZVKH93CM
new file mode 100644
index 0000000..f6a1885
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/CM/AVAsynchronousKeyValueLoading.h-1A4FPZVKH93CM differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/CM/NSDataAsset.h-1Q7TVNODZIPCM b/.build/arm64-apple-macosx/debug/index/store/v5/records/CM/NSDataAsset.h-1Q7TVNODZIPCM
new file mode 100644
index 0000000..0d293f8
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/CM/NSDataAsset.h-1Q7TVNODZIPCM differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/CM/NSTextInputContext.h-3VJIFQ0XVJGCM b/.build/arm64-apple-macosx/debug/index/store/v5/records/CM/NSTextInputContext.h-3VJIFQ0XVJGCM
new file mode 100644
index 0000000..492a400
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/CM/NSTextInputContext.h-3VJIFQ0XVJGCM differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/CN/CGImageDestination.h-2X39JRRDUHMCN b/.build/arm64-apple-macosx/debug/index/store/v5/records/CN/CGImageDestination.h-2X39JRRDUHMCN
new file mode 100644
index 0000000..cc2bbb6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/CN/CGImageDestination.h-2X39JRRDUHMCN differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/CN/NSIndexSet.h-3STFO17HX1ZCN b/.build/arm64-apple-macosx/debug/index/store/v5/records/CN/NSIndexSet.h-3STFO17HX1ZCN
new file mode 100644
index 0000000..2af60df
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/CN/NSIndexSet.h-3STFO17HX1ZCN differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/CN/paths.h-3JSBS6LNU8OCN b/.build/arm64-apple-macosx/debug/index/store/v5/records/CN/paths.h-3JSBS6LNU8OCN
new file mode 100644
index 0000000..7d378d8
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/CN/paths.h-3JSBS6LNU8OCN differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/CO/CAAnimation.h-3RAY5SUY291CO b/.build/arm64-apple-macosx/debug/index/store/v5/records/CO/CAAnimation.h-3RAY5SUY291CO
new file mode 100644
index 0000000..f2f6a33
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/CO/CAAnimation.h-3RAY5SUY291CO differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/CP/IOEthernetInterface.h-BO9GJSMKJNCP b/.build/arm64-apple-macosx/debug/index/store/v5/records/CP/IOEthernetInterface.h-BO9GJSMKJNCP
new file mode 100644
index 0000000..96aafdd
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/CP/IOEthernetInterface.h-BO9GJSMKJNCP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/CP/MacTypes.h-12SPHB6RA1VCP b/.build/arm64-apple-macosx/debug/index/store/v5/records/CP/MacTypes.h-12SPHB6RA1VCP
new file mode 100644
index 0000000..483cee5
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/CP/MacTypes.h-12SPHB6RA1VCP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/CQ/NSViewController.h-1GQUVX85B2ACQ b/.build/arm64-apple-macosx/debug/index/store/v5/records/CQ/NSViewController.h-1GQUVX85B2ACQ
new file mode 100644
index 0000000..0e84a07
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/CQ/NSViewController.h-1GQUVX85B2ACQ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/CQ/arm64e-apple-macos.swiftinterface-2HUGFFNG0MUCQ b/.build/arm64-apple-macosx/debug/index/store/v5/records/CQ/arm64e-apple-macos.swiftinterface-2HUGFFNG0MUCQ
new file mode 100644
index 0000000..4b45e42
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/CQ/arm64e-apple-macos.swiftinterface-2HUGFFNG0MUCQ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/device_types.h-3B2Z7K0WZ9JCR b/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/device_types.h-3B2Z7K0WZ9JCR
new file mode 100644
index 0000000..e202544
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/device_types.h-3B2Z7K0WZ9JCR differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/CS/MTLDeviceCertification.h-3MX6FGAUUC4CS b/.build/arm64-apple-macosx/debug/index/store/v5/records/CS/MTLDeviceCertification.h-3MX6FGAUUC4CS
new file mode 100644
index 0000000..cb25275
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/CS/MTLDeviceCertification.h-3MX6FGAUUC4CS differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/CS/MacHelp.h-X98S0QRMELCS b/.build/arm64-apple-macosx/debug/index/store/v5/records/CS/MacHelp.h-X98S0QRMELCS
new file mode 100644
index 0000000..b7f37fc
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/CS/MacHelp.h-X98S0QRMELCS differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/CS/NSSegmentedCell.h-RXM4ZXL28CCS b/.build/arm64-apple-macosx/debug/index/store/v5/records/CS/NSSegmentedCell.h-RXM4ZXL28CCS
new file mode 100644
index 0000000..8aece9f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/CS/NSSegmentedCell.h-RXM4ZXL28CCS differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/CARemoteLayerServer.h-PU24DOPVPKCT b/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/CARemoteLayerServer.h-PU24DOPVPKCT
new file mode 100644
index 0000000..d6db42c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/CARemoteLayerServer.h-PU24DOPVPKCT differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/CFBitVector.h-1FD2KHO4VIICT b/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/CFBitVector.h-1FD2KHO4VIICT
new file mode 100644
index 0000000..374489a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/CFBitVector.h-1FD2KHO4VIICT differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/_printf.h-3H2RWKIUFKGCT b/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/_printf.h-3H2RWKIUFKGCT
new file mode 100644
index 0000000..a0ce498
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/_printf.h-3H2RWKIUFKGCT differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/audit_triggers_types.h-2L4OF4CQZRJCT b/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/audit_triggers_types.h-2L4OF4CQZRJCT
new file mode 100644
index 0000000..47a0e5a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/audit_triggers_types.h-2L4OF4CQZRJCT differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/CV/IOTypes.h-1XZHAJTNFA0CV b/.build/arm64-apple-macosx/debug/index/store/v5/records/CV/IOTypes.h-1XZHAJTNFA0CV
new file mode 100644
index 0000000..6832da8
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/CV/IOTypes.h-1XZHAJTNFA0CV differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/CV/arm64e-apple-macos.swiftinterface-2J838H7WMNYCV b/.build/arm64-apple-macosx/debug/index/store/v5/records/CV/arm64e-apple-macos.swiftinterface-2J838H7WMNYCV
new file mode 100644
index 0000000..813cdbf
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/CV/arm64e-apple-macos.swiftinterface-2J838H7WMNYCV differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/CV/ioctl_compat.h-5LM6VQZ7SGCV b/.build/arm64-apple-macosx/debug/index/store/v5/records/CV/ioctl_compat.h-5LM6VQZ7SGCV
new file mode 100644
index 0000000..205dcc8
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/CV/ioctl_compat.h-5LM6VQZ7SGCV differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/CW/resource.h-280ZLULZC4RCW b/.build/arm64-apple-macosx/debug/index/store/v5/records/CW/resource.h-280ZLULZC4RCW
new file mode 100644
index 0000000..d4ee4c5
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/CW/resource.h-280ZLULZC4RCW differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/CW/select.h-T7CUQ5R9BXCW b/.build/arm64-apple-macosx/debug/index/store/v5/records/CW/select.h-T7CUQ5R9BXCW
new file mode 100644
index 0000000..1dc59a0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/CW/select.h-T7CUQ5R9BXCW differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/CX/_ptrdiff_t.h-15AB8YR486XCX b/.build/arm64-apple-macosx/debug/index/store/v5/records/CX/_ptrdiff_t.h-15AB8YR486XCX
new file mode 100644
index 0000000..ce3fbfb
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/CX/_ptrdiff_t.h-15AB8YR486XCX differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/CX/_stdio.h-3BQ2PABJXY3CX b/.build/arm64-apple-macosx/debug/index/store/v5/records/CX/_stdio.h-3BQ2PABJXY3CX
new file mode 100644
index 0000000..966c6b0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/CX/_stdio.h-3BQ2PABJXY3CX differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/CY/NSFetchRequest.h-2Z0PHT4ZOWVCY b/.build/arm64-apple-macosx/debug/index/store/v5/records/CY/NSFetchRequest.h-2Z0PHT4ZOWVCY
new file mode 100644
index 0000000..9fc0919
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/CY/NSFetchRequest.h-2Z0PHT4ZOWVCY differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/CZ/CIFilterConstructor.h-CS36RI2HC2CZ b/.build/arm64-apple-macosx/debug/index/store/v5/records/CZ/CIFilterConstructor.h-CS36RI2HC2CZ
new file mode 100644
index 0000000..6276a95
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/CZ/CIFilterConstructor.h-CS36RI2HC2CZ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/CZ/HIDisclosureViews.h-24V7J4S4MLKCZ b/.build/arm64-apple-macosx/debug/index/store/v5/records/CZ/HIDisclosureViews.h-24V7J4S4MLKCZ
new file mode 100644
index 0000000..01b193e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/CZ/HIDisclosureViews.h-24V7J4S4MLKCZ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/CZ/HIToolbar.h-3K4HH7N7O1GCZ b/.build/arm64-apple-macosx/debug/index/store/v5/records/CZ/HIToolbar.h-3K4HH7N7O1GCZ
new file mode 100644
index 0000000..33b54f7
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/CZ/HIToolbar.h-3K4HH7N7O1GCZ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/CZ/NSUserDefaultsController.h-27XTV0L6SI0CZ b/.build/arm64-apple-macosx/debug/index/store/v5/records/CZ/NSUserDefaultsController.h-27XTV0L6SI0CZ
new file mode 100644
index 0000000..46c31cc
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/CZ/NSUserDefaultsController.h-27XTV0L6SI0CZ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/CZ/getsect.h-3L1PJXQ9H6SCZ b/.build/arm64-apple-macosx/debug/index/store/v5/records/CZ/getsect.h-3L1PJXQ9H6SCZ
new file mode 100644
index 0000000..abf6f84
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/CZ/getsect.h-3L1PJXQ9H6SCZ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/D0/MTLGPUAddress.h-2T2GP55IAZND0 b/.build/arm64-apple-macosx/debug/index/store/v5/records/D0/MTLGPUAddress.h-2T2GP55IAZND0
new file mode 100644
index 0000000..4e708f3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/D0/MTLGPUAddress.h-2T2GP55IAZND0 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/D1/AVSampleBufferAudioRenderer.h-20BX39GBI51D1 b/.build/arm64-apple-macosx/debug/index/store/v5/records/D1/AVSampleBufferAudioRenderer.h-20BX39GBI51D1
new file mode 100644
index 0000000..f9c16cc
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/D1/AVSampleBufferAudioRenderer.h-20BX39GBI51D1 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/D1/NSManagedObjectModel.h-73XMHYXT8FD1 b/.build/arm64-apple-macosx/debug/index/store/v5/records/D1/NSManagedObjectModel.h-73XMHYXT8FD1
new file mode 100644
index 0000000..56f94d0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/D1/NSManagedObjectModel.h-73XMHYXT8FD1 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/D3/NSStream.h-15GMWF9DAMXD3 b/.build/arm64-apple-macosx/debug/index/store/v5/records/D3/NSStream.h-15GMWF9DAMXD3
new file mode 100644
index 0000000..f587a0c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/D3/NSStream.h-15GMWF9DAMXD3 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/D3/NSWritingToolsCoordinator.h-P9EB9V34XMD3 b/.build/arm64-apple-macosx/debug/index/store/v5/records/D3/NSWritingToolsCoordinator.h-P9EB9V34XMD3
new file mode 100644
index 0000000..32718a7
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/D3/NSWritingToolsCoordinator.h-P9EB9V34XMD3 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/D4/SPProjectiveTransform3DFloat.h-NP97Z4EKSRD4 b/.build/arm64-apple-macosx/debug/index/store/v5/records/D4/SPProjectiveTransform3DFloat.h-NP97Z4EKSRD4
new file mode 100644
index 0000000..df05c27
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/D4/SPProjectiveTransform3DFloat.h-NP97Z4EKSRD4 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/D6/CSIdentity.h-3OC7GGX4OFKD6 b/.build/arm64-apple-macosx/debug/index/store/v5/records/D6/CSIdentity.h-3OC7GGX4OFKD6
new file mode 100644
index 0000000..2e2e836
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/D6/CSIdentity.h-3OC7GGX4OFKD6 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/D6/IOAudioTypes.h-OILGMOL4UWD6 b/.build/arm64-apple-macosx/debug/index/store/v5/records/D6/IOAudioTypes.h-OILGMOL4UWD6
new file mode 100644
index 0000000..1b90c98
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/D6/IOAudioTypes.h-OILGMOL4UWD6 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/D7/NSAttributeDescription.h-161A8TG0ONQD7 b/.build/arm64-apple-macosx/debug/index/store/v5/records/D7/NSAttributeDescription.h-161A8TG0ONQD7
new file mode 100644
index 0000000..de0ddf0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/D7/NSAttributeDescription.h-161A8TG0ONQD7 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/D8/AVCaptureSystemExposureBiasSlider.h-2HK7XOYXH6QD8 b/.build/arm64-apple-macosx/debug/index/store/v5/records/D8/AVCaptureSystemExposureBiasSlider.h-2HK7XOYXH6QD8
new file mode 100644
index 0000000..0d37080
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/D8/AVCaptureSystemExposureBiasSlider.h-2HK7XOYXH6QD8 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/D8/mig_errors.h-OIATNIISMID8 b/.build/arm64-apple-macosx/debug/index/store/v5/records/D8/mig_errors.h-OIATNIISMID8
new file mode 100644
index 0000000..315f757
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/D8/mig_errors.h-OIATNIISMID8 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/DA/ATSUnicodeTypes.h-29C1KVSPRA7DA b/.build/arm64-apple-macosx/debug/index/store/v5/records/DA/ATSUnicodeTypes.h-29C1KVSPRA7DA
new file mode 100644
index 0000000..698347f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/DA/ATSUnicodeTypes.h-29C1KVSPRA7DA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/DA/CGLayer.h-3EIUMOC9CV8DA b/.build/arm64-apple-macosx/debug/index/store/v5/records/DA/CGLayer.h-3EIUMOC9CV8DA
new file mode 100644
index 0000000..29de9ca
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/DA/CGLayer.h-3EIUMOC9CV8DA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/DA/NSStatusBar.h-C1LT91YPU4DA b/.build/arm64-apple-macosx/debug/index/store/v5/records/DA/NSStatusBar.h-C1LT91YPU4DA
new file mode 100644
index 0000000..ecea99e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/DA/NSStatusBar.h-C1LT91YPU4DA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/DC/NSIndexPath.h-3MR2Y4E09DFDC b/.build/arm64-apple-macosx/debug/index/store/v5/records/DC/NSIndexPath.h-3MR2Y4E09DFDC
new file mode 100644
index 0000000..1e2d9a8
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/DC/NSIndexPath.h-3MR2Y4E09DFDC differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/DC/__stddef_max_align_t.h-26UO3533DQCDC b/.build/arm64-apple-macosx/debug/index/store/v5/records/DC/__stddef_max_align_t.h-26UO3533DQCDC
new file mode 100644
index 0000000..daa2ba6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/DC/__stddef_max_align_t.h-26UO3533DQCDC differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/DD/AVAudioProcessingSettings.h-29S7E1Z2K50DD b/.build/arm64-apple-macosx/debug/index/store/v5/records/DD/AVAudioProcessingSettings.h-29S7E1Z2K50DD
new file mode 100644
index 0000000..b46c980
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/DD/AVAudioProcessingSettings.h-29S7E1Z2K50DD differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/DD/CGFunction.h-2NSX6HUC6H1DD b/.build/arm64-apple-macosx/debug/index/store/v5/records/DD/CGFunction.h-2NSX6HUC6H1DD
new file mode 100644
index 0000000..3b75edf
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/DD/CGFunction.h-2NSX6HUC6H1DD differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/DE/AvailabilityInternalLegacy.h-EFPT79LR3SDE b/.build/arm64-apple-macosx/debug/index/store/v5/records/DE/AvailabilityInternalLegacy.h-EFPT79LR3SDE
new file mode 100644
index 0000000..3072fcc
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/DE/AvailabilityInternalLegacy.h-EFPT79LR3SDE differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/DE/CAEDRMetadata.h-98VQ8C1V4WDE b/.build/arm64-apple-macosx/debug/index/store/v5/records/DE/CAEDRMetadata.h-98VQ8C1V4WDE
new file mode 100644
index 0000000..a2aa11a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/DE/CAEDRMetadata.h-98VQ8C1V4WDE differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/DF/fstab.h-HLVM4UPNXNDF b/.build/arm64-apple-macosx/debug/index/store/v5/records/DF/fstab.h-HLVM4UPNXNDF
new file mode 100644
index 0000000..20a9dfd
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/DF/fstab.h-HLVM4UPNXNDF differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/CGDataProvider.h-2IXD2GA3QEBDG b/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/CGDataProvider.h-2IXD2GA3QEBDG
new file mode 100644
index 0000000..ae0c3fe
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/CGDataProvider.h-2IXD2GA3QEBDG differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/IOPartitionScheme.h-2RR3XQ35F8KDG b/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/IOPartitionScheme.h-2RR3XQ35F8KDG
new file mode 100644
index 0000000..f2428d9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/IOPartitionScheme.h-2RR3XQ35F8KDG differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/_uuid_t.h-22MPX5GE39VDG b/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/_uuid_t.h-22MPX5GE39VDG
new file mode 100644
index 0000000..8793a3b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/_uuid_t.h-22MPX5GE39VDG differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/DH/AVAssetTrack.h-3H9T54D23X2DH b/.build/arm64-apple-macosx/debug/index/store/v5/records/DH/AVAssetTrack.h-3H9T54D23X2DH
new file mode 100644
index 0000000..55ccbf9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/DH/AVAssetTrack.h-3H9T54D23X2DH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/DH/CFData.h-34KNJ8ZR326DH b/.build/arm64-apple-macosx/debug/index/store/v5/records/DH/CFData.h-34KNJ8ZR326DH
new file mode 100644
index 0000000..a28655a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/DH/CFData.h-34KNJ8ZR326DH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/DH/EventBus.swift-27IIF3ZPWBYDH b/.build/arm64-apple-macosx/debug/index/store/v5/records/DH/EventBus.swift-27IIF3ZPWBYDH
new file mode 100644
index 0000000..1c658ab
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/DH/EventBus.swift-27IIF3ZPWBYDH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/DH/MacWindows.h-1L7C1GOW3KCDH b/.build/arm64-apple-macosx/debug/index/store/v5/records/DH/MacWindows.h-1L7C1GOW3KCDH
new file mode 100644
index 0000000..14dc2f2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/DH/MacWindows.h-1L7C1GOW3KCDH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/DI/CAFrameRateRange.h-2K12WKC0Q21DI b/.build/arm64-apple-macosx/debug/index/store/v5/records/DI/CAFrameRateRange.h-2K12WKC0Q21DI
new file mode 100644
index 0000000..c0083d1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/DI/CAFrameRateRange.h-2K12WKC0Q21DI differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/DK/ATSDefines.h-2QI8XCL3PE6DK b/.build/arm64-apple-macosx/debug/index/store/v5/records/DK/ATSDefines.h-2QI8XCL3PE6DK
new file mode 100644
index 0000000..35ef353
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/DK/ATSDefines.h-2QI8XCL3PE6DK differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/DK/AVAudioUnitVarispeed.h-TNPQ91C26IDK b/.build/arm64-apple-macosx/debug/index/store/v5/records/DK/AVAudioUnitVarispeed.h-TNPQ91C26IDK
new file mode 100644
index 0000000..8741ce9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/DK/AVAudioUnitVarispeed.h-TNPQ91C26IDK differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/DK/AuthSession.h-OZ7UT3YYNGDK b/.build/arm64-apple-macosx/debug/index/store/v5/records/DK/AuthSession.h-OZ7UT3YYNGDK
new file mode 100644
index 0000000..2b06ede
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/DK/AuthSession.h-OZ7UT3YYNGDK differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/DK/MTLDepthStencil.h-2IG7VJRN1D0DK b/.build/arm64-apple-macosx/debug/index/store/v5/records/DK/MTLDepthStencil.h-2IG7VJRN1D0DK
new file mode 100644
index 0000000..8db3d12
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/DK/MTLDepthStencil.h-2IG7VJRN1D0DK differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/DK/NSDerivedAttributeDescription.h-10TQ1OGUF7EDK b/.build/arm64-apple-macosx/debug/index/store/v5/records/DK/NSDerivedAttributeDescription.h-10TQ1OGUF7EDK
new file mode 100644
index 0000000..d0dc55e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/DK/NSDerivedAttributeDescription.h-10TQ1OGUF7EDK differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/DK/audit.h-35LY7RL6MFYDK b/.build/arm64-apple-macosx/debug/index/store/v5/records/DK/audit.h-35LY7RL6MFYDK
new file mode 100644
index 0000000..52d7cd9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/DK/audit.h-35LY7RL6MFYDK differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/DL/CVPixelBuffer.h-2MMES4CHQCQDL b/.build/arm64-apple-macosx/debug/index/store/v5/records/DL/CVPixelBuffer.h-2MMES4CHQCQDL
new file mode 100644
index 0000000..9585fdd
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/DL/CVPixelBuffer.h-2MMES4CHQCQDL differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/DL/IOCDTypes.h-2Z35S89LDLCDL b/.build/arm64-apple-macosx/debug/index/store/v5/records/DL/IOCDTypes.h-2Z35S89LDLCDL
new file mode 100644
index 0000000..6ff7cbe
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/DL/IOCDTypes.h-2Z35S89LDLCDL differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/DL/NSDrawer.h-UZ6CNXVFLMDL b/.build/arm64-apple-macosx/debug/index/store/v5/records/DL/NSDrawer.h-UZ6CNXVFLMDL
new file mode 100644
index 0000000..c0b65a6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/DL/NSDrawer.h-UZ6CNXVFLMDL differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/DL/_intptr_t.h-RZ0HBUYH6XDL b/.build/arm64-apple-macosx/debug/index/store/v5/records/DL/_intptr_t.h-RZ0HBUYH6XDL
new file mode 100644
index 0000000..7e5a047
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/DL/_intptr_t.h-RZ0HBUYH6XDL differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/DM/CIVector.h-3CWKQ2QVOXHDM b/.build/arm64-apple-macosx/debug/index/store/v5/records/DM/CIVector.h-3CWKQ2QVOXHDM
new file mode 100644
index 0000000..918a60b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/DM/CIVector.h-3CWKQ2QVOXHDM differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/DM/MTLFunctionConstantValues.h-23BBG5KNICKDM b/.build/arm64-apple-macosx/debug/index/store/v5/records/DM/MTLFunctionConstantValues.h-23BBG5KNICKDM
new file mode 100644
index 0000000..dd036aa
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/DM/MTLFunctionConstantValues.h-23BBG5KNICKDM differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/DM/if_mib.h-1SAFCNKJ242DM b/.build/arm64-apple-macosx/debug/index/store/v5/records/DM/if_mib.h-1SAFCNKJ242DM
new file mode 100644
index 0000000..c35d2db
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/DM/if_mib.h-1SAFCNKJ242DM differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/DN/IOHIDBase.h-1MHQKURPMHBDN b/.build/arm64-apple-macosx/debug/index/store/v5/records/DN/IOHIDBase.h-1MHQKURPMHBDN
new file mode 100644
index 0000000..61024bb
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/DN/IOHIDBase.h-1MHQKURPMHBDN differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/DN/SecTrustSettings.h-1KM4RSHEKFLDN b/.build/arm64-apple-macosx/debug/index/store/v5/records/DN/SecTrustSettings.h-1KM4RSHEKFLDN
new file mode 100644
index 0000000..984656c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/DN/SecTrustSettings.h-1KM4RSHEKFLDN differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/DN/audit_internal.h-1UWOE3YY0AYDN b/.build/arm64-apple-macosx/debug/index/store/v5/records/DN/audit_internal.h-1UWOE3YY0AYDN
new file mode 100644
index 0000000..11ca7b2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/DN/audit_internal.h-1UWOE3YY0AYDN differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/DO/AVOutputSettingsAssistant.h-2NA8AEDMKJADO b/.build/arm64-apple-macosx/debug/index/store/v5/records/DO/AVOutputSettingsAssistant.h-2NA8AEDMKJADO
new file mode 100644
index 0000000..0edc14b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/DO/AVOutputSettingsAssistant.h-2NA8AEDMKJADO differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/DO/conf.h-317NT1SEZQEDO b/.build/arm64-apple-macosx/debug/index/store/v5/records/DO/conf.h-317NT1SEZQEDO
new file mode 100644
index 0000000..e623db9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/DO/conf.h-317NT1SEZQEDO differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/DP/in6_var.h-2JP13F5Q21PDP b/.build/arm64-apple-macosx/debug/index/store/v5/records/DP/in6_var.h-2JP13F5Q21PDP
new file mode 100644
index 0000000..45d0e6f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/DP/in6_var.h-2JP13F5Q21PDP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/DR/mach_vm.h-2JOM2IL7XKDDR b/.build/arm64-apple-macosx/debug/index/store/v5/records/DR/mach_vm.h-2JOM2IL7XKDDR
new file mode 100644
index 0000000..12972df
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/DR/mach_vm.h-2JOM2IL7XKDDR differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/DR/thread_status.h-1PZN75K7JXQDR b/.build/arm64-apple-macosx/debug/index/store/v5/records/DR/thread_status.h-1PZN75K7JXQDR
new file mode 100644
index 0000000..20f82b8
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/DR/thread_status.h-1PZN75K7JXQDR differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/DS/CFURLAccess.h-YYT8KLLH6GDS b/.build/arm64-apple-macosx/debug/index/store/v5/records/DS/CFURLAccess.h-YYT8KLLH6GDS
new file mode 100644
index 0000000..c26d811
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/DS/CFURLAccess.h-YYT8KLLH6GDS differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/DS/_stdlib.h-299RX4I3MYLDS b/.build/arm64-apple-macosx/debug/index/store/v5/records/DS/_stdlib.h-299RX4I3MYLDS
new file mode 100644
index 0000000..73b6eb3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/DS/_stdlib.h-299RX4I3MYLDS differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/DT/byte_order.h-1SLO0TXY2UFDT b/.build/arm64-apple-macosx/debug/index/store/v5/records/DT/byte_order.h-1SLO0TXY2UFDT
new file mode 100644
index 0000000..86ea927
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/DT/byte_order.h-1SLO0TXY2UFDT differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/DU/Events.h-1KZQ06QHBE0DU b/.build/arm64-apple-macosx/debug/index/store/v5/records/DU/Events.h-1KZQ06QHBE0DU
new file mode 100644
index 0000000..aaeefeb
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/DU/Events.h-1KZQ06QHBE0DU differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/DU/stdio.h-NT0UHZLYG8DU b/.build/arm64-apple-macosx/debug/index/store/v5/records/DU/stdio.h-NT0UHZLYG8DU
new file mode 100644
index 0000000..282cef0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/DU/stdio.h-NT0UHZLYG8DU differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/DX/CTFrame.h-11O4XWKZ2GGDX b/.build/arm64-apple-macosx/debug/index/store/v5/records/DX/CTFrame.h-11O4XWKZ2GGDX
new file mode 100644
index 0000000..379c4e3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/DX/CTFrame.h-11O4XWKZ2GGDX differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/DX/DriverServices.h-2VKZ1I2MAXQDX b/.build/arm64-apple-macosx/debug/index/store/v5/records/DX/DriverServices.h-2VKZ1I2MAXQDX
new file mode 100644
index 0000000..576be06
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/DX/DriverServices.h-2VKZ1I2MAXQDX differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/DX/__stddef_ptrdiff_t.h-39NWF8PN7CRDX b/.build/arm64-apple-macosx/debug/index/store/v5/records/DX/__stddef_ptrdiff_t.h-39NWF8PN7CRDX
new file mode 100644
index 0000000..de5325a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/DX/__stddef_ptrdiff_t.h-39NWF8PN7CRDX differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/DY/gliContext.h-B0A7LNWC6EDY b/.build/arm64-apple-macosx/debug/index/store/v5/records/DY/gliContext.h-B0A7LNWC6EDY
new file mode 100644
index 0000000..d1d1ed8
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/DY/gliContext.h-B0A7LNWC6EDY differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/DY/vm_param.h-21DLWLXTEKZDY b/.build/arm64-apple-macosx/debug/index/store/v5/records/DY/vm_param.h-21DLWLXTEKZDY
new file mode 100644
index 0000000..3274f0b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/DY/vm_param.h-21DLWLXTEKZDY differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/DZ/CIImageAccumulator.h-35L2BO70YYIDZ b/.build/arm64-apple-macosx/debug/index/store/v5/records/DZ/CIImageAccumulator.h-35L2BO70YYIDZ
new file mode 100644
index 0000000..64500b3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/DZ/CIImageAccumulator.h-35L2BO70YYIDZ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/DZ/CTTextTab.h-26ZLCAF9IXLDZ b/.build/arm64-apple-macosx/debug/index/store/v5/records/DZ/CTTextTab.h-26ZLCAF9IXLDZ
new file mode 100644
index 0000000..400650c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/DZ/CTTextTab.h-26ZLCAF9IXLDZ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/E1/arm_fp16.h-1XXCZWBX5XME1 b/.build/arm64-apple-macosx/debug/index/store/v5/records/E1/arm_fp16.h-1XXCZWBX5XME1
new file mode 100644
index 0000000..8d2dfd5
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/E1/arm_fp16.h-1XXCZWBX5XME1 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/E1/cssmcli.h-1K72SR4PWNYE1 b/.build/arm64-apple-macosx/debug/index/store/v5/records/E1/cssmcli.h-1K72SR4PWNYE1
new file mode 100644
index 0000000..2fbac45
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/E1/cssmcli.h-1K72SR4PWNYE1 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/E2/AVAudioUnitGenerator.h-2N0MO3MQSKCE2 b/.build/arm64-apple-macosx/debug/index/store/v5/records/E2/AVAudioUnitGenerator.h-2N0MO3MQSKCE2
new file mode 100644
index 0000000..d35728a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/E2/AVAudioUnitGenerator.h-2N0MO3MQSKCE2 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/E3/IOHIDTypes.h-X6RNFEBX27E3 b/.build/arm64-apple-macosx/debug/index/store/v5/records/E3/IOHIDTypes.h-X6RNFEBX27E3
new file mode 100644
index 0000000..e8541dd
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/E3/IOHIDTypes.h-X6RNFEBX27E3 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/E3/NSPDFImageRep.h-2P7NUYKDDOJE3 b/.build/arm64-apple-macosx/debug/index/store/v5/records/E3/NSPDFImageRep.h-2P7NUYKDDOJE3
new file mode 100644
index 0000000..eee77f0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/E3/NSPDFImageRep.h-2P7NUYKDDOJE3 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/E6/CIImage.h-2H6WMXOSWBDE6 b/.build/arm64-apple-macosx/debug/index/store/v5/records/E6/CIImage.h-2H6WMXOSWBDE6
new file mode 100644
index 0000000..45617b9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/E6/CIImage.h-2H6WMXOSWBDE6 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/E6/LSOpen.h-1ZQRNY5B5J0E6 b/.build/arm64-apple-macosx/debug/index/store/v5/records/E6/LSOpen.h-1ZQRNY5B5J0E6
new file mode 100644
index 0000000..7fe6d84
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/E6/LSOpen.h-1ZQRNY5B5J0E6 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/E7/SecCertificate.h-PMXXC9VUHTE7 b/.build/arm64-apple-macosx/debug/index/store/v5/records/E7/SecCertificate.h-PMXXC9VUHTE7
new file mode 100644
index 0000000..e2b8e02
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/E7/SecCertificate.h-PMXXC9VUHTE7 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/E9/CFProxySupport.h-14G01IQ2A9TE9 b/.build/arm64-apple-macosx/debug/index/store/v5/records/E9/CFProxySupport.h-14G01IQ2A9TE9
new file mode 100644
index 0000000..86faf28
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/E9/CFProxySupport.h-14G01IQ2A9TE9 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/E9/NSSwitch.h-19VM16BYGPGE9 b/.build/arm64-apple-macosx/debug/index/store/v5/records/E9/NSSwitch.h-19VM16BYGPGE9
new file mode 100644
index 0000000..c6c9a25
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/E9/NSSwitch.h-19VM16BYGPGE9 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/E9/_u_char.h-19NIDV8R59SE9 b/.build/arm64-apple-macosx/debug/index/store/v5/records/E9/_u_char.h-19NIDV8R59SE9
new file mode 100644
index 0000000..5ce3e2c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/E9/_u_char.h-19NIDV8R59SE9 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/EA/AVCaptureSystemPressure.h-2WSL5TVJM5REA b/.build/arm64-apple-macosx/debug/index/store/v5/records/EA/AVCaptureSystemPressure.h-2WSL5TVJM5REA
new file mode 100644
index 0000000..88ca8b6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/EA/AVCaptureSystemPressure.h-2WSL5TVJM5REA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/EB/AVCaptureIndexPicker.h-1CTUAINIAAZEB b/.build/arm64-apple-macosx/debug/index/store/v5/records/EB/AVCaptureIndexPicker.h-1CTUAINIAAZEB
new file mode 100644
index 0000000..99feef9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/EB/AVCaptureIndexPicker.h-1CTUAINIAAZEB differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/EC/AVAsset.h-Z636NCD152EC b/.build/arm64-apple-macosx/debug/index/store/v5/records/EC/AVAsset.h-Z636NCD152EC
new file mode 100644
index 0000000..98b0d50
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/EC/AVAsset.h-Z636NCD152EC differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ED/NSArchiver.h-332G1C3HIBMED b/.build/arm64-apple-macosx/debug/index/store/v5/records/ED/NSArchiver.h-332G1C3HIBMED
new file mode 100644
index 0000000..831c0f7
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ED/NSArchiver.h-332G1C3HIBMED differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/EF/LSSharedFileList.h-1E1SXBML3WSEF b/.build/arm64-apple-macosx/debug/index/store/v5/records/EF/LSSharedFileList.h-1E1SXBML3WSEF
new file mode 100644
index 0000000..a3c5891
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/EF/LSSharedFileList.h-1E1SXBML3WSEF differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/EF/__stddef_null.h-XEL48OJUZLEF b/.build/arm64-apple-macosx/debug/index/store/v5/records/EF/__stddef_null.h-XEL48OJUZLEF
new file mode 100644
index 0000000..335af7b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/EF/__stddef_null.h-XEL48OJUZLEF differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/EF/arm64e-apple-macos.swiftinterface-2SH8E90APSKEF b/.build/arm64-apple-macosx/debug/index/store/v5/records/EF/arm64e-apple-macos.swiftinterface-2SH8E90APSKEF
new file mode 100644
index 0000000..2ddba3d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/EF/arm64e-apple-macos.swiftinterface-2SH8E90APSKEF differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/EG/MTL4Counters.h-Z24X9J7IOHEG b/.build/arm64-apple-macosx/debug/index/store/v5/records/EG/MTL4Counters.h-Z24X9J7IOHEG
new file mode 100644
index 0000000..8dc9206
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/EG/MTL4Counters.h-Z24X9J7IOHEG differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/EG/arm64e-apple-macos.swiftinterface_UTF8Span-14RC8NPEW06EG b/.build/arm64-apple-macosx/debug/index/store/v5/records/EG/arm64e-apple-macos.swiftinterface_UTF8Span-14RC8NPEW06EG
new file mode 100644
index 0000000..b2e23b2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/EG/arm64e-apple-macos.swiftinterface_UTF8Span-14RC8NPEW06EG differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/EG/log.h-3GPJZYCPDW2EG b/.build/arm64-apple-macosx/debug/index/store/v5/records/EG/log.h-3GPJZYCPDW2EG
new file mode 100644
index 0000000..34fecee
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/EG/log.h-3GPJZYCPDW2EG differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/EI/CAValueFunction.h-1D6HYOVK1MSEI b/.build/arm64-apple-macosx/debug/index/store/v5/records/EI/CAValueFunction.h-1D6HYOVK1MSEI
new file mode 100644
index 0000000..df9e77d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/EI/CAValueFunction.h-1D6HYOVK1MSEI differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/EI/NSRunLoop.h-POMKLUBP8TEI b/.build/arm64-apple-macosx/debug/index/store/v5/records/EI/NSRunLoop.h-POMKLUBP8TEI
new file mode 100644
index 0000000..9979885
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/EI/NSRunLoop.h-POMKLUBP8TEI differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/EI/vm_region.h-GS081WTCX4EI b/.build/arm64-apple-macosx/debug/index/store/v5/records/EI/vm_region.h-GS081WTCX4EI
new file mode 100644
index 0000000..f3c8c9d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/EI/vm_region.h-GS081WTCX4EI differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/EJ/AXRoleConstants.h-VSWYCQ131YEJ b/.build/arm64-apple-macosx/debug/index/store/v5/records/EJ/AXRoleConstants.h-VSWYCQ131YEJ
new file mode 100644
index 0000000..62b6b33
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/EJ/AXRoleConstants.h-VSWYCQ131YEJ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/EJ/IOSCSIMultimediaCommandsDevice.h-19ITK1TVLACEJ b/.build/arm64-apple-macosx/debug/index/store/v5/records/EJ/IOSCSIMultimediaCommandsDevice.h-19ITK1TVLACEJ
new file mode 100644
index 0000000..c3cea85
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/EJ/IOSCSIMultimediaCommandsDevice.h-19ITK1TVLACEJ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/EK/_useconds_t.h-2Z8XR3FJX83EK b/.build/arm64-apple-macosx/debug/index/store/v5/records/EK/_useconds_t.h-2Z8XR3FJX83EK
new file mode 100644
index 0000000..de31f3f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/EK/_useconds_t.h-2Z8XR3FJX83EK differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/EK/if_arp.h-2N45IVZYJ8NEK b/.build/arm64-apple-macosx/debug/index/store/v5/records/EK/if_arp.h-2N45IVZYJ8NEK
new file mode 100644
index 0000000..5d85a0e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/EK/if_arp.h-2N45IVZYJ8NEK differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/EL/IOHIDQueue.h-314O66LYEE4EL b/.build/arm64-apple-macosx/debug/index/store/v5/records/EL/IOHIDQueue.h-314O66LYEE4EL
new file mode 100644
index 0000000..30fec6b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/EL/IOHIDQueue.h-314O66LYEE4EL differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/EL/SpatialEnumerations.h-16R7BR490AFEL b/.build/arm64-apple-macosx/debug/index/store/v5/records/EL/SpatialEnumerations.h-16R7BR490AFEL
new file mode 100644
index 0000000..878168a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/EL/SpatialEnumerations.h-16R7BR490AFEL differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/EM/_pthread_condattr_t.h-3PQGAOJLEFEEM b/.build/arm64-apple-macosx/debug/index/store/v5/records/EM/_pthread_condattr_t.h-3PQGAOJLEFEEM
new file mode 100644
index 0000000..854a2e4
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/EM/_pthread_condattr_t.h-3PQGAOJLEFEEM differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/EM/panel.h-2T8RNEUIWO5EM b/.build/arm64-apple-macosx/debug/index/store/v5/records/EM/panel.h-2T8RNEUIWO5EM
new file mode 100644
index 0000000..df37c8f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/EM/panel.h-2T8RNEUIWO5EM differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/EN/MacMemory.h-237CVKDT9CQEN b/.build/arm64-apple-macosx/debug/index/store/v5/records/EN/MacMemory.h-237CVKDT9CQEN
new file mode 100644
index 0000000..a6574eb
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/EN/MacMemory.h-237CVKDT9CQEN differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/EN/NSURLProtocol.h-1QUEAVHM3BLEN b/.build/arm64-apple-macosx/debug/index/store/v5/records/EN/NSURLProtocol.h-1QUEAVHM3BLEN
new file mode 100644
index 0000000..1de5d0c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/EN/NSURLProtocol.h-1QUEAVHM3BLEN differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/EN/dlfcn.h-2KIGANPORJREN b/.build/arm64-apple-macosx/debug/index/store/v5/records/EN/dlfcn.h-2KIGANPORJREN
new file mode 100644
index 0000000..8ee734e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/EN/dlfcn.h-2KIGANPORJREN differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/EO/AudioCodec.h-1D3PJXO66I9EO b/.build/arm64-apple-macosx/debug/index/store/v5/records/EO/AudioCodec.h-1D3PJXO66I9EO
new file mode 100644
index 0000000..738c4b3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/EO/AudioCodec.h-1D3PJXO66I9EO differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/EO/NSPopUpButton.h-32JIKZ92YVGEO b/.build/arm64-apple-macosx/debug/index/store/v5/records/EO/NSPopUpButton.h-32JIKZ92YVGEO
new file mode 100644
index 0000000..568004d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/EO/NSPopUpButton.h-32JIKZ92YVGEO differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/EP/MTLArgument.h-2RKEX8RSY0FEP b/.build/arm64-apple-macosx/debug/index/store/v5/records/EP/MTLArgument.h-2RKEX8RSY0FEP
new file mode 100644
index 0000000..648a6ed
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/EP/MTLArgument.h-2RKEX8RSY0FEP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/EP/limits.h-3Q3RV0WX8R2EP b/.build/arm64-apple-macosx/debug/index/store/v5/records/EP/limits.h-3Q3RV0WX8R2EP
new file mode 100644
index 0000000..25bf52d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/EP/limits.h-3Q3RV0WX8R2EP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/EQ/RPC.swift-CIY8X93SUZEQ b/.build/arm64-apple-macosx/debug/index/store/v5/records/EQ/RPC.swift-CIY8X93SUZEQ
new file mode 100644
index 0000000..caa3697
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/EQ/RPC.swift-CIY8X93SUZEQ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/EQ/ttychars.h-3PUV5WMER8VEQ b/.build/arm64-apple-macosx/debug/index/store/v5/records/EQ/ttychars.h-3PUV5WMER8VEQ
new file mode 100644
index 0000000..dfd5c5a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/EQ/ttychars.h-3PUV5WMER8VEQ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/NSTouchBar.h-1C1XNAEFA5DER b/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/NSTouchBar.h-1C1XNAEFA5DER
new file mode 100644
index 0000000..c927ab3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/NSTouchBar.h-1C1XNAEFA5DER differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/SecKey.h-1FM4M1B495KER b/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/SecKey.h-1FM4M1B495KER
new file mode 100644
index 0000000..807c71f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/SecKey.h-1FM4M1B495KER differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/utils.h-2ZU9XIT0G7LER b/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/utils.h-2ZU9XIT0G7LER
new file mode 100644
index 0000000..352bfd1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/utils.h-2ZU9XIT0G7LER differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ES/OSAtomicQueue.h-PT1RRE7A2AES b/.build/arm64-apple-macosx/debug/index/store/v5/records/ES/OSAtomicQueue.h-PT1RRE7A2AES
new file mode 100644
index 0000000..f8a6eae
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ES/OSAtomicQueue.h-PT1RRE7A2AES differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ET/CGPSConverter.h-3CZ7CHD96B9ET b/.build/arm64-apple-macosx/debug/index/store/v5/records/ET/CGPSConverter.h-3CZ7CHD96B9ET
new file mode 100644
index 0000000..603d95b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ET/CGPSConverter.h-3CZ7CHD96B9ET differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/EU/AVCaptureFileOutput.h-3JJPM1QJZL9EU b/.build/arm64-apple-macosx/debug/index/store/v5/records/EU/AVCaptureFileOutput.h-3JJPM1QJZL9EU
new file mode 100644
index 0000000..5b10708
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/EU/AVCaptureFileOutput.h-3JJPM1QJZL9EU differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/EU/ButtonControl.swift-1HLI7ISZQ74EU b/.build/arm64-apple-macosx/debug/index/store/v5/records/EU/ButtonControl.swift-1HLI7ISZQ74EU
new file mode 100644
index 0000000..7358d1b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/EU/ButtonControl.swift-1HLI7ISZQ74EU differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/EU/IOHIDDeviceKeys.h-9LXLF6J640EU b/.build/arm64-apple-macosx/debug/index/store/v5/records/EU/IOHIDDeviceKeys.h-9LXLF6J640EU
new file mode 100644
index 0000000..baba7be
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/EU/IOHIDDeviceKeys.h-9LXLF6J640EU differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/EW/MTLParallelRenderCommandEncoder.h-2UQFIFXIYR7EW b/.build/arm64-apple-macosx/debug/index/store/v5/records/EW/MTLParallelRenderCommandEncoder.h-2UQFIFXIYR7EW
new file mode 100644
index 0000000..398059a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/EW/MTLParallelRenderCommandEncoder.h-2UQFIFXIYR7EW differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/EX/AudioHardwareTapping.h-331LUFBXSKOEX b/.build/arm64-apple-macosx/debug/index/store/v5/records/EX/AudioHardwareTapping.h-331LUFBXSKOEX
new file mode 100644
index 0000000..f582b07
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/EX/AudioHardwareTapping.h-331LUFBXSKOEX differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/EX/MIDIUMPEndpoint.h-1LISJ0WTMKREX b/.build/arm64-apple-macosx/debug/index/store/v5/records/EX/MIDIUMPEndpoint.h-1LISJ0WTMKREX
new file mode 100644
index 0000000..7077063
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/EX/MIDIUMPEndpoint.h-1LISJ0WTMKREX differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/EX/pipe.h-3O206UAXTC2EX b/.build/arm64-apple-macosx/debug/index/store/v5/records/EX/pipe.h-3O206UAXTC2EX
new file mode 100644
index 0000000..894d506
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/EX/pipe.h-3O206UAXTC2EX differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/EY/NSColorList.h-33G684IHEOJEY b/.build/arm64-apple-macosx/debug/index/store/v5/records/EY/NSColorList.h-33G684IHEOJEY
new file mode 100644
index 0000000..dfe1c83
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/EY/NSColorList.h-33G684IHEOJEY differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/EZ/CGDisplayConfiguration.h-WOARSQ6PXZEZ b/.build/arm64-apple-macosx/debug/index/store/v5/records/EZ/CGDisplayConfiguration.h-WOARSQ6PXZEZ
new file mode 100644
index 0000000..2e03f4d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/EZ/CGDisplayConfiguration.h-WOARSQ6PXZEZ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/EZ/IOSurfaceAPI.h-2PMGQZ3O6IAEZ b/.build/arm64-apple-macosx/debug/index/store/v5/records/EZ/IOSurfaceAPI.h-2PMGQZ3O6IAEZ
new file mode 100644
index 0000000..0d20e8a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/EZ/IOSurfaceAPI.h-2PMGQZ3O6IAEZ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/EZ/dirent.h-Z767NZOPRVEZ b/.build/arm64-apple-macosx/debug/index/store/v5/records/EZ/dirent.h-Z767NZOPRVEZ
new file mode 100644
index 0000000..0c28d16
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/EZ/dirent.h-Z767NZOPRVEZ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/EZ/fcntl.h-33Z6KDD38MYEZ b/.build/arm64-apple-macosx/debug/index/store/v5/records/EZ/fcntl.h-33Z6KDD38MYEZ
new file mode 100644
index 0000000..8696e41
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/EZ/fcntl.h-33Z6KDD38MYEZ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/WSMethodInvocation.h-2F9C095H0OUF0 b/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/WSMethodInvocation.h-2F9C095H0OUF0
new file mode 100644
index 0000000..b8b046b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/WSMethodInvocation.h-2F9C095H0OUF0 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/_strings.h-PN2XMI1TXF0 b/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/_strings.h-PN2XMI1TXF0
new file mode 100644
index 0000000..d1b83c0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/_strings.h-PN2XMI1TXF0 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/readpassphrase.h-2UTB1XPODPXF0 b/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/readpassphrase.h-2UTB1XPODPXF0
new file mode 100644
index 0000000..992a7de
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/readpassphrase.h-2UTB1XPODPXF0 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/AVAssetTrackSegment.h-1MIP1TBYGG6F5 b/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/AVAssetTrackSegment.h-1MIP1TBYGG6F5
new file mode 100644
index 0000000..82a5b86
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/AVAssetTrackSegment.h-1MIP1TBYGG6F5 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/AVAudioSettings.h-37CK0SIA3PEF5 b/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/AVAudioSettings.h-37CK0SIA3PEF5
new file mode 100644
index 0000000..7bd6f9a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/AVAudioSettings.h-37CK0SIA3PEF5 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/IONetworkLib.h-1ZGPRKPFGC2F5 b/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/IONetworkLib.h-1ZGPRKPFGC2F5
new file mode 100644
index 0000000..ef15942
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/IONetworkLib.h-1ZGPRKPFGC2F5 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/NSTextSelection.h-QA74SHCUW8F5 b/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/NSTextSelection.h-QA74SHCUW8F5
new file mode 100644
index 0000000..9976660
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/NSTextSelection.h-QA74SHCUW8F5 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/F6/CTGlyphInfo.h-688EV9PGTTF6 b/.build/arm64-apple-macosx/debug/index/store/v5/records/F6/CTGlyphInfo.h-688EV9PGTTF6
new file mode 100644
index 0000000..eeb1fc9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/F6/CTGlyphInfo.h-688EV9PGTTF6 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/F6/IOMedia.h-1KLSC3J8BODF6 b/.build/arm64-apple-macosx/debug/index/store/v5/records/F6/IOMedia.h-1KLSC3J8BODF6
new file mode 100644
index 0000000..4f8a13d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/F6/IOMedia.h-1KLSC3J8BODF6 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/CipherSuite.h-3V5XJU4ELC1F7 b/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/CipherSuite.h-3V5XJU4ELC1F7
new file mode 100644
index 0000000..a382563
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/CipherSuite.h-3V5XJU4ELC1F7 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/MTLSampler.h-ZDWIGZHR72F7 b/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/MTLSampler.h-ZDWIGZHR72F7
new file mode 100644
index 0000000..d9b8cb5
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/MTLSampler.h-ZDWIGZHR72F7 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/limits.h-KYDI3UFR3ZF7 b/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/limits.h-KYDI3UFR3ZF7
new file mode 100644
index 0000000..bbc9666
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/limits.h-KYDI3UFR3ZF7 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/F8/NSStagedMigrationManager.h-1UCJL52Z75QF8 b/.build/arm64-apple-macosx/debug/index/store/v5/records/F8/NSStagedMigrationManager.h-1UCJL52Z75QF8
new file mode 100644
index 0000000..1bb6060
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/F8/NSStagedMigrationManager.h-1UCJL52Z75QF8 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/FA/ColorPicker.h-1CP439LHAJVFA b/.build/arm64-apple-macosx/debug/index/store/v5/records/FA/ColorPicker.h-1CP439LHAJVFA
new file mode 100644
index 0000000..870a895
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/FA/ColorPicker.h-1CP439LHAJVFA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/FA/IOFireWireStorageCharacteristics.h-2Z18NKUKVJ9FA b/.build/arm64-apple-macosx/debug/index/store/v5/records/FA/IOFireWireStorageCharacteristics.h-2Z18NKUKVJ9FA
new file mode 100644
index 0000000..4b53d2d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/FA/IOFireWireStorageCharacteristics.h-2Z18NKUKVJ9FA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/FA/MTLBlitPass.h-BUGQDAQ350FA b/.build/arm64-apple-macosx/debug/index/store/v5/records/FA/MTLBlitPass.h-BUGQDAQ350FA
new file mode 100644
index 0000000..16347b3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/FA/MTLBlitPass.h-BUGQDAQ350FA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/FB/SPSphericalCoordinates3D.h-2W8B43LWCHAFB b/.build/arm64-apple-macosx/debug/index/store/v5/records/FB/SPSphericalCoordinates3D.h-2W8B43LWCHAFB
new file mode 100644
index 0000000..96efa67
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/FB/SPSphericalCoordinates3D.h-2W8B43LWCHAFB differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/FC/OSThermalNotification.h-1OO1V3WH636FC b/.build/arm64-apple-macosx/debug/index/store/v5/records/FC/OSThermalNotification.h-1OO1V3WH636FC
new file mode 100644
index 0000000..e302fee
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/FC/OSThermalNotification.h-1OO1V3WH636FC differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/FC/SPRotationAxis3D.h-3VW04IA7T47FC b/.build/arm64-apple-macosx/debug/index/store/v5/records/FC/SPRotationAxis3D.h-3VW04IA7T47FC
new file mode 100644
index 0000000..8137c3f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/FC/SPRotationAxis3D.h-3VW04IA7T47FC differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/FD/NSUserInterfaceItemSearching.h-2JPCOUDJIXOFD b/.build/arm64-apple-macosx/debug/index/store/v5/records/FD/NSUserInterfaceItemSearching.h-2JPCOUDJIXOFD
new file mode 100644
index 0000000..de78d16
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/FD/NSUserInterfaceItemSearching.h-2JPCOUDJIXOFD differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/FD/_rune_t.h-2EX2ELYQ68HFD b/.build/arm64-apple-macosx/debug/index/store/v5/records/FD/_rune_t.h-2EX2ELYQ68HFD
new file mode 100644
index 0000000..4c1f051
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/FD/_rune_t.h-2EX2ELYQ68HFD differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/FD/xpc.h-20I3GNIOWLDFD b/.build/arm64-apple-macosx/debug/index/store/v5/records/FD/xpc.h-20I3GNIOWLDFD
new file mode 100644
index 0000000..7101aaa
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/FD/xpc.h-20I3GNIOWLDFD differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/FF/IOApplePartitionScheme.h-2JD0WKR1IXZFF b/.build/arm64-apple-macosx/debug/index/store/v5/records/FF/IOApplePartitionScheme.h-2JD0WKR1IXZFF
new file mode 100644
index 0000000..ca40424
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/FF/IOApplePartitionScheme.h-2JD0WKR1IXZFF differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/FF/MTLArgumentEncoder.h-4BYXX70LMOFF b/.build/arm64-apple-macosx/debug/index/store/v5/records/FF/MTLArgumentEncoder.h-4BYXX70LMOFF
new file mode 100644
index 0000000..e327ef2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/FF/MTLArgumentEncoder.h-4BYXX70LMOFF differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/FF/kmod.h-339RV5MBHZLFF b/.build/arm64-apple-macosx/debug/index/store/v5/records/FF/kmod.h-339RV5MBHZLFF
new file mode 100644
index 0000000..dd58815
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/FF/kmod.h-339RV5MBHZLFF differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/FH/AVVideoPerformanceMetrics.h-2WR37QYIBIAFH b/.build/arm64-apple-macosx/debug/index/store/v5/records/FH/AVVideoPerformanceMetrics.h-2WR37QYIBIAFH
new file mode 100644
index 0000000..7ef0242
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/FH/AVVideoPerformanceMetrics.h-2WR37QYIBIAFH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/FI/arm64e-apple-macos.swiftinterface-3N549UI7GP0FI b/.build/arm64-apple-macosx/debug/index/store/v5/records/FI/arm64e-apple-macos.swiftinterface-3N549UI7GP0FI
new file mode 100644
index 0000000..69fbd30
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/FI/arm64e-apple-macos.swiftinterface-3N549UI7GP0FI differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/FI/ip6.h-FN3YYAI1V8FI b/.build/arm64-apple-macosx/debug/index/store/v5/records/FI/ip6.h-FN3YYAI1V8FI
new file mode 100644
index 0000000..d5e8abb
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/FI/ip6.h-FN3YYAI1V8FI differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/NSTextCheckingResult.h-354ISH3NSVXFK b/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/NSTextCheckingResult.h-354ISH3NSVXFK
new file mode 100644
index 0000000..d405781
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/NSTextCheckingResult.h-354ISH3NSVXFK differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/arm64e-apple-macos.swiftinterface-202TZWV9Y03FK b/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/arm64e-apple-macos.swiftinterface-202TZWV9Y03FK
new file mode 100644
index 0000000..0bb0dbf
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/arm64e-apple-macos.swiftinterface-202TZWV9Y03FK differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/FM/AXRequest.h-H3RGDEPPFDFM b/.build/arm64-apple-macosx/debug/index/store/v5/records/FM/AXRequest.h-H3RGDEPPFDFM
new file mode 100644
index 0000000..80408d1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/FM/AXRequest.h-H3RGDEPPFDFM differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/FM/MTL4CommandEncoder.h-8TG85NAU63FM b/.build/arm64-apple-macosx/debug/index/store/v5/records/FM/MTL4CommandEncoder.h-8TG85NAU63FM
new file mode 100644
index 0000000..352c3ed
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/FM/MTL4CommandEncoder.h-8TG85NAU63FM differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/FN/AUGraph.h-X10BWJ2ZETFN b/.build/arm64-apple-macosx/debug/index/store/v5/records/FN/AUGraph.h-X10BWJ2ZETFN
new file mode 100644
index 0000000..641dfdc
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/FN/AUGraph.h-X10BWJ2ZETFN differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/FN/NSDate.h-10GJM3G8IMGFN b/.build/arm64-apple-macosx/debug/index/store/v5/records/FN/NSDate.h-10GJM3G8IMGFN
new file mode 100644
index 0000000..bb5ba96
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/FN/NSDate.h-10GJM3G8IMGFN differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/FN/_uint32_t.h-2ACO9Z7SYNJFN b/.build/arm64-apple-macosx/debug/index/store/v5/records/FN/_uint32_t.h-2ACO9Z7SYNJFN
new file mode 100644
index 0000000..c4b21a9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/FN/_uint32_t.h-2ACO9Z7SYNJFN differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/FN/types.h-1ZZOEOLQIV1FN b/.build/arm64-apple-macosx/debug/index/store/v5/records/FN/types.h-1ZZOEOLQIV1FN
new file mode 100644
index 0000000..233fc0b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/FN/types.h-1ZZOEOLQIV1FN differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/FO/Dialogs.h-2L3MM6GUUSPFO b/.build/arm64-apple-macosx/debug/index/store/v5/records/FO/Dialogs.h-2L3MM6GUUSPFO
new file mode 100644
index 0000000..ab196b2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/FO/Dialogs.h-2L3MM6GUUSPFO differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/FO/IOHIDShared.h-2EUS6JI4ZCZFO b/.build/arm64-apple-macosx/debug/index/store/v5/records/FO/IOHIDShared.h-2EUS6JI4ZCZFO
new file mode 100644
index 0000000..92877c9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/FO/IOHIDShared.h-2EUS6JI4ZCZFO differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/FO/arm64e-apple-macos.swiftinterface-3AVRXQHGQGKFO b/.build/arm64-apple-macosx/debug/index/store/v5/records/FO/arm64e-apple-macos.swiftinterface-3AVRXQHGQGKFO
new file mode 100644
index 0000000..a586485
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/FO/arm64e-apple-macos.swiftinterface-3AVRXQHGQGKFO differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/FP/CAMetalLayer.h-1KQY0WDJBRDFP b/.build/arm64-apple-macosx/debug/index/store/v5/records/FP/CAMetalLayer.h-1KQY0WDJBRDFP
new file mode 100644
index 0000000..0fe4468
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/FP/CAMetalLayer.h-1KQY0WDJBRDFP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/FP/proc.h-1K3LZPG9FYLFP b/.build/arm64-apple-macosx/debug/index/store/v5/records/FP/proc.h-1K3LZPG9FYLFP
new file mode 100644
index 0000000..746aeef
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/FP/proc.h-1K3LZPG9FYLFP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/FQ/MTLHeap.h-2326AUEQBTMFQ b/.build/arm64-apple-macosx/debug/index/store/v5/records/FQ/MTLHeap.h-2326AUEQBTMFQ
new file mode 100644
index 0000000..2b4c995
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/FQ/MTLHeap.h-2326AUEQBTMFQ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/FR/AppleUSBDefinitions.h-P6Z3MKAP00FR b/.build/arm64-apple-macosx/debug/index/store/v5/records/FR/AppleUSBDefinitions.h-P6Z3MKAP00FR
new file mode 100644
index 0000000..36daf67
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/FR/AppleUSBDefinitions.h-P6Z3MKAP00FR differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/FR/NSParagraphStyle.h-5FD90ZZ410FR b/.build/arm64-apple-macosx/debug/index/store/v5/records/FR/NSParagraphStyle.h-5FD90ZZ410FR
new file mode 100644
index 0000000..5f3404b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/FR/NSParagraphStyle.h-5FD90ZZ410FR differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/CMTag.h-3BHI3OXLH4SFS b/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/CMTag.h-3BHI3OXLH4SFS
new file mode 100644
index 0000000..f8538d0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/CMTag.h-3BHI3OXLH4SFS differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/_blkcnt_t.h-3OAKIIP1GR1FS b/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/_blkcnt_t.h-3OAKIIP1GR1FS
new file mode 100644
index 0000000..a096cee
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/_blkcnt_t.h-3OAKIIP1GR1FS differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/_uint64_t.h-2YO6WHJTFP8FS b/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/_uint64_t.h-2YO6WHJTFP8FS
new file mode 100644
index 0000000..f7f04f1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/_uint64_t.h-2YO6WHJTFP8FS differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/vm_types.h-2NG0Q2O14SEFS b/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/vm_types.h-2NG0Q2O14SEFS
new file mode 100644
index 0000000..d18e8d9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/vm_types.h-2NG0Q2O14SEFS differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/FT/NSProxy.h-24PHTNSWT5MFT b/.build/arm64-apple-macosx/debug/index/store/v5/records/FT/NSProxy.h-24PHTNSWT5MFT
new file mode 100644
index 0000000..f6b2eb6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/FT/NSProxy.h-24PHTNSWT5MFT differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/FU/NSTableViewDiffableDataSource.h-3M5ZDTT95YKFU b/.build/arm64-apple-macosx/debug/index/store/v5/records/FU/NSTableViewDiffableDataSource.h-3M5ZDTT95YKFU
new file mode 100644
index 0000000..f8c75c3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/FU/NSTableViewDiffableDataSource.h-3M5ZDTT95YKFU differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/FV/_SwiftConcurrency.h-19VIFS9TNB4FV b/.build/arm64-apple-macosx/debug/index/store/v5/records/FV/_SwiftConcurrency.h-19VIFS9TNB4FV
new file mode 100644
index 0000000..1311245
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/FV/_SwiftConcurrency.h-19VIFS9TNB4FV differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/FV/processor.h-M13H0UUMAZFV b/.build/arm64-apple-macosx/debug/index/store/v5/records/FV/processor.h-M13H0UUMAZFV
new file mode 100644
index 0000000..365fcd7
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/FV/processor.h-M13H0UUMAZFV differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/FV/qos.h-1AFKC4JYQ5RFV b/.build/arm64-apple-macosx/debug/index/store/v5/records/FV/qos.h-1AFKC4JYQ5RFV
new file mode 100644
index 0000000..a64a372
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/FV/qos.h-1AFKC4JYQ5RFV differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/FW/ATSAvailability.h-2FJMU1SVKBSFW b/.build/arm64-apple-macosx/debug/index/store/v5/records/FW/ATSAvailability.h-2FJMU1SVKBSFW
new file mode 100644
index 0000000..2db5bcd
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/FW/ATSAvailability.h-2FJMU1SVKBSFW differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/FW/_malloc.h-V0R2NNV7GWFW b/.build/arm64-apple-macosx/debug/index/store/v5/records/FW/_malloc.h-V0R2NNV7GWFW
new file mode 100644
index 0000000..fe8ab82
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/FW/_malloc.h-V0R2NNV7GWFW differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/FW/types.h-KYSQM1DL0TFW b/.build/arm64-apple-macosx/debug/index/store/v5/records/FW/types.h-KYSQM1DL0TFW
new file mode 100644
index 0000000..43bf864
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/FW/types.h-KYSQM1DL0TFW differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/FX/vm_purgable.h-ZYVYIERNZAFX b/.build/arm64-apple-macosx/debug/index/store/v5/records/FX/vm_purgable.h-ZYVYIERNZAFX
new file mode 100644
index 0000000..22887eb
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/FX/vm_purgable.h-ZYVYIERNZAFX differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/FY/NSOpenGLView.h-69HNGO4VSCFY b/.build/arm64-apple-macosx/debug/index/store/v5/records/FY/NSOpenGLView.h-69HNGO4VSCFY
new file mode 100644
index 0000000..e9dee26
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/FY/NSOpenGLView.h-69HNGO4VSCFY differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/FY/crt_externs.h-2ESQD98U3O8FY b/.build/arm64-apple-macosx/debug/index/store/v5/records/FY/crt_externs.h-2ESQD98U3O8FY
new file mode 100644
index 0000000..dff0a8e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/FY/crt_externs.h-2ESQD98U3O8FY differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/G0/AVSampleBufferGenerator.h-1208KCE0LELG0 b/.build/arm64-apple-macosx/debug/index/store/v5/records/G0/AVSampleBufferGenerator.h-1208KCE0LELG0
new file mode 100644
index 0000000..54e5ab2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/G0/AVSampleBufferGenerator.h-1208KCE0LELG0 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/G0/ColorSync.h-282BZJH3UXBG0 b/.build/arm64-apple-macosx/debug/index/store/v5/records/G0/ColorSync.h-282BZJH3UXBG0
new file mode 100644
index 0000000..9644334
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/G0/ColorSync.h-282BZJH3UXBG0 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/G0/_param.h-ZWE95B89NYG0 b/.build/arm64-apple-macosx/debug/index/store/v5/records/G0/_param.h-ZWE95B89NYG0
new file mode 100644
index 0000000..da6cae3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/G0/_param.h-ZWE95B89NYG0 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/G0/msg.h-3TY7NR8C20FG0 b/.build/arm64-apple-macosx/debug/index/store/v5/records/G0/msg.h-3TY7NR8C20FG0
new file mode 100644
index 0000000..559341b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/G0/msg.h-3TY7NR8C20FG0 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/G1/ndr.h-QP7OJ1TTEOG1 b/.build/arm64-apple-macosx/debug/index/store/v5/records/G1/ndr.h-QP7OJ1TTEOG1
new file mode 100644
index 0000000..8ab5d97
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/G1/ndr.h-QP7OJ1TTEOG1 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/G2/StringCompare.h-3460EQGEMQKG2 b/.build/arm64-apple-macosx/debug/index/store/v5/records/G2/StringCompare.h-3460EQGEMQKG2
new file mode 100644
index 0000000..44436b4
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/G2/StringCompare.h-3460EQGEMQKG2 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/glob.h-RUH8YWE2B4G3 b/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/glob.h-RUH8YWE2B4G3
new file mode 100644
index 0000000..0f84c4b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/glob.h-RUH8YWE2B4G3 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/kern_return.h-DD3PH6O8C5G3 b/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/kern_return.h-DD3PH6O8C5G3
new file mode 100644
index 0000000..ecd3234
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/kern_return.h-DD3PH6O8C5G3 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/G4/NSDictionaryController.h-K2J0WC4AVBG4 b/.build/arm64-apple-macosx/debug/index/store/v5/records/G4/NSDictionaryController.h-K2J0WC4AVBG4
new file mode 100644
index 0000000..b7d7173
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/G4/NSDictionaryController.h-K2J0WC4AVBG4 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/G4/SCSITask.h-PMCC3KUCO6G4 b/.build/arm64-apple-macosx/debug/index/store/v5/records/G4/SCSITask.h-PMCC3KUCO6G4
new file mode 100644
index 0000000..539edb0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/G4/SCSITask.h-PMCC3KUCO6G4 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/G5/float.h-18BGD03W707G5 b/.build/arm64-apple-macosx/debug/index/store/v5/records/G5/float.h-18BGD03W707G5
new file mode 100644
index 0000000..80bd454
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/G5/float.h-18BGD03W707G5 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/G6/NSMeasurementFormatter.h-3FN8J9CLVMYG6 b/.build/arm64-apple-macosx/debug/index/store/v5/records/G6/NSMeasurementFormatter.h-3FN8J9CLVMYG6
new file mode 100644
index 0000000..b52db97
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/G6/NSMeasurementFormatter.h-3FN8J9CLVMYG6 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/G7/AVAudioSessionRoute.h-VJY6UVX2J5G7 b/.build/arm64-apple-macosx/debug/index/store/v5/records/G7/AVAudioSessionRoute.h-VJY6UVX2J5G7
new file mode 100644
index 0000000..6dcaa29
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/G7/AVAudioSessionRoute.h-VJY6UVX2J5G7 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/G7/SPSphericalCoordinates3DFloat.h-ZD3VBY0IN5G7 b/.build/arm64-apple-macosx/debug/index/store/v5/records/G7/SPSphericalCoordinates3DFloat.h-ZD3VBY0IN5G7
new file mode 100644
index 0000000..5ba1329
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/G7/SPSphericalCoordinates3DFloat.h-ZD3VBY0IN5G7 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/G7/_int16_t.h-3UIVR2BRPCHG7 b/.build/arm64-apple-macosx/debug/index/store/v5/records/G7/_int16_t.h-3UIVR2BRPCHG7
new file mode 100644
index 0000000..c4ae13f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/G7/_int16_t.h-3UIVR2BRPCHG7 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/G7/errno.h-HT34MMPF0FG7 b/.build/arm64-apple-macosx/debug/index/store/v5/records/G7/errno.h-HT34MMPF0FG7
new file mode 100644
index 0000000..31da2aa
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/G7/errno.h-HT34MMPF0FG7 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/G8/CIPlugIn.h-IDWNTTVXDRG8 b/.build/arm64-apple-macosx/debug/index/store/v5/records/G8/CIPlugIn.h-IDWNTTVXDRG8
new file mode 100644
index 0000000..be4950b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/G8/CIPlugIn.h-IDWNTTVXDRG8 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/G8/NSXMLDocument.h-1UO2NUJK0OAG8 b/.build/arm64-apple-macosx/debug/index/store/v5/records/G8/NSXMLDocument.h-1UO2NUJK0OAG8
new file mode 100644
index 0000000..418d7f9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/G8/NSXMLDocument.h-1UO2NUJK0OAG8 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/G8/fsgetpath.h-15Y9F097OMFG8 b/.build/arm64-apple-macosx/debug/index/store/v5/records/G8/fsgetpath.h-15Y9F097OMFG8
new file mode 100644
index 0000000..167736c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/G8/fsgetpath.h-15Y9F097OMFG8 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/G8/mig.h-3TJSJVGYV3TG8 b/.build/arm64-apple-macosx/debug/index/store/v5/records/G8/mig.h-3TJSJVGYV3TG8
new file mode 100644
index 0000000..f5d62e3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/G8/mig.h-3TJSJVGYV3TG8 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/G9/CGColorSpace.h-3QP45Q9MRKRG9 b/.build/arm64-apple-macosx/debug/index/store/v5/records/G9/CGColorSpace.h-3QP45Q9MRKRG9
new file mode 100644
index 0000000..618cb56
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/G9/CGColorSpace.h-3QP45Q9MRKRG9 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/G9/tty.h-NZRT38T8CJG9 b/.build/arm64-apple-macosx/debug/index/store/v5/records/G9/tty.h-NZRT38T8CJG9
new file mode 100644
index 0000000..c773c00
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/G9/tty.h-NZRT38T8CJG9 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/GC/fnmatch.h-3N5D29XH1OOGC b/.build/arm64-apple-macosx/debug/index/store/v5/records/GC/fnmatch.h-3N5D29XH1OOGC
new file mode 100644
index 0000000..4f0a799
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/GC/fnmatch.h-3N5D29XH1OOGC differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/GC/reboot.h-26XDQG1YC5WGC b/.build/arm64-apple-macosx/debug/index/store/v5/records/GC/reboot.h-26XDQG1YC5WGC
new file mode 100644
index 0000000..3f7f1f4
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/GC/reboot.h-26XDQG1YC5WGC differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/GE/xattr_flags.h-2HFOPRHG8GJGE b/.build/arm64-apple-macosx/debug/index/store/v5/records/GE/xattr_flags.h-2HFOPRHG8GJGE
new file mode 100644
index 0000000..b738694
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/GE/xattr_flags.h-2HFOPRHG8GJGE differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/GG/CGPDFArray.h-3TVDZI3TN0YGG b/.build/arm64-apple-macosx/debug/index/store/v5/records/GG/CGPDFArray.h-3TVDZI3TN0YGG
new file mode 100644
index 0000000..16ca353
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/GG/CGPDFArray.h-3TVDZI3TN0YGG differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/GG/MTLTypes.h-33ISR56FKPWGG b/.build/arm64-apple-macosx/debug/index/store/v5/records/GG/MTLTypes.h-33ISR56FKPWGG
new file mode 100644
index 0000000..1a7ab4f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/GG/MTLTypes.h-33ISR56FKPWGG differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/GG/NSTextInsertionIndicator.h-3VUS8Z6V4ICGG b/.build/arm64-apple-macosx/debug/index/store/v5/records/GG/NSTextInsertionIndicator.h-3VUS8Z6V4ICGG
new file mode 100644
index 0000000..fab2078
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/GG/NSTextInsertionIndicator.h-3VUS8Z6V4ICGG differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/GH/MIDIServices.h-277XMH3MFKQGH b/.build/arm64-apple-macosx/debug/index/store/v5/records/GH/MIDIServices.h-277XMH3MFKQGH
new file mode 100644
index 0000000..d34dae5
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/GH/MIDIServices.h-277XMH3MFKQGH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/GH/emmspi.h-36YB0YSHLHRGH b/.build/arm64-apple-macosx/debug/index/store/v5/records/GH/emmspi.h-36YB0YSHLHRGH
new file mode 100644
index 0000000..302681a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/GH/emmspi.h-36YB0YSHLHRGH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/_vnode_t.h-3U4OBQLN4MDGI b/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/_vnode_t.h-3U4OBQLN4MDGI
new file mode 100644
index 0000000..45a79ea
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/_vnode_t.h-3U4OBQLN4MDGI differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/GJ/AVMediaFormat.h-3OO1K1XUY5PGJ b/.build/arm64-apple-macosx/debug/index/store/v5/records/GJ/AVMediaFormat.h-3OO1K1XUY5PGJ
new file mode 100644
index 0000000..c53974e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/GJ/AVMediaFormat.h-3OO1K1XUY5PGJ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/GJ/AVMovieTrack.h-3THY5SVONP4GJ b/.build/arm64-apple-macosx/debug/index/store/v5/records/GJ/AVMovieTrack.h-3THY5SVONP4GJ
new file mode 100644
index 0000000..d1ea1ab
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/GJ/AVMovieTrack.h-3THY5SVONP4GJ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/GK/NSKeyValueSharedObservers.h-KBZ4LBWET0GK b/.build/arm64-apple-macosx/debug/index/store/v5/records/GK/NSKeyValueSharedObservers.h-KBZ4LBWET0GK
new file mode 100644
index 0000000..2cc39a9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/GK/NSKeyValueSharedObservers.h-KBZ4LBWET0GK differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/GL/AVCaptureExternalDisplayConfigurator.h-3GK98OG5B7AGL b/.build/arm64-apple-macosx/debug/index/store/v5/records/GL/AVCaptureExternalDisplayConfigurator.h-3GK98OG5B7AGL
new file mode 100644
index 0000000..f56939f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/GL/AVCaptureExternalDisplayConfigurator.h-3GK98OG5B7AGL differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/GL/Drag.h-3PYKRSVFIJ9GL b/.build/arm64-apple-macosx/debug/index/store/v5/records/GL/Drag.h-3PYKRSVFIJ9GL
new file mode 100644
index 0000000..8feaef2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/GL/Drag.h-3PYKRSVFIJ9GL differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/GM/NSFormCell.h-2V373RG8FJ3GM b/.build/arm64-apple-macosx/debug/index/store/v5/records/GM/NSFormCell.h-2V373RG8FJ3GM
new file mode 100644
index 0000000..5251e30
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/GM/NSFormCell.h-2V373RG8FJ3GM differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/GM/NSWindowScripting.h-JP5JFPR9YGGM b/.build/arm64-apple-macosx/debug/index/store/v5/records/GM/NSWindowScripting.h-JP5JFPR9YGGM
new file mode 100644
index 0000000..4195f13
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/GM/NSWindowScripting.h-JP5JFPR9YGGM differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/GN/NSArray.h-27OFOOASA6IGN b/.build/arm64-apple-macosx/debug/index/store/v5/records/GN/NSArray.h-27OFOOASA6IGN
new file mode 100644
index 0000000..ffbc0d1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/GN/NSArray.h-27OFOOASA6IGN differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/GN/NSObject.h-1RIY0K3EAR8GN b/.build/arm64-apple-macosx/debug/index/store/v5/records/GN/NSObject.h-1RIY0K3EAR8GN
new file mode 100644
index 0000000..e13babe
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/GN/NSObject.h-1RIY0K3EAR8GN differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/GN/PMDefinitions.h-1GPCYE8AS80GN b/.build/arm64-apple-macosx/debug/index/store/v5/records/GN/PMDefinitions.h-1GPCYE8AS80GN
new file mode 100644
index 0000000..90bd968
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/GN/PMDefinitions.h-1GPCYE8AS80GN differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/___wctype.h-3EPX3F11OVVGO b/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/___wctype.h-3EPX3F11OVVGO
new file mode 100644
index 0000000..c6eb519
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/___wctype.h-3EPX3F11OVVGO differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/_stdio.h-2Q2U7N6X23ZGO b/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/_stdio.h-2Q2U7N6X23ZGO
new file mode 100644
index 0000000..513ef16
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/_stdio.h-2Q2U7N6X23ZGO differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/debug.h-281ZUAE1KC2GO b/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/debug.h-281ZUAE1KC2GO
new file mode 100644
index 0000000..b0dbe28
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/debug.h-281ZUAE1KC2GO differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/GP/AVExternalSyncDevice.h-SNT55LCMF2GP b/.build/arm64-apple-macosx/debug/index/store/v5/records/GP/AVExternalSyncDevice.h-SNT55LCMF2GP
new file mode 100644
index 0000000..da2940e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/GP/AVExternalSyncDevice.h-SNT55LCMF2GP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/GP/NSCursor.h-3PMWXQ606MKGP b/.build/arm64-apple-macosx/debug/index/store/v5/records/GP/NSCursor.h-3PMWXQ606MKGP
new file mode 100644
index 0000000..aa3f5bb
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/GP/NSCursor.h-3PMWXQ606MKGP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/GP/SecureDownload.h-2T8LYMHN9PSGP b/.build/arm64-apple-macosx/debug/index/store/v5/records/GP/SecureDownload.h-2T8LYMHN9PSGP
new file mode 100644
index 0000000..065e1c3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/GP/SecureDownload.h-2T8LYMHN9PSGP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/GQ/CFError.h-2TKAIT4FQ8IGQ b/.build/arm64-apple-macosx/debug/index/store/v5/records/GQ/CFError.h-2TKAIT4FQ8IGQ
new file mode 100644
index 0000000..f3c6c4c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/GQ/CFError.h-2TKAIT4FQ8IGQ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/GQ/NSTreeNode.h-27731AC61THGQ b/.build/arm64-apple-macosx/debug/index/store/v5/records/GQ/NSTreeNode.h-27731AC61THGQ
new file mode 100644
index 0000000..1094ec3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/GQ/NSTreeNode.h-27731AC61THGQ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/GR/in6.h-3QBJJ2255K7GR b/.build/arm64-apple-macosx/debug/index/store/v5/records/GR/in6.h-3QBJJ2255K7GR
new file mode 100644
index 0000000..71354ea
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/GR/in6.h-3QBJJ2255K7GR differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/GS/NSPersonNameComponentsFormatter.h-PPUQQ20KNGGS b/.build/arm64-apple-macosx/debug/index/store/v5/records/GS/NSPersonNameComponentsFormatter.h-PPUQQ20KNGGS
new file mode 100644
index 0000000..f552bbf
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/GS/NSPersonNameComponentsFormatter.h-PPUQQ20KNGGS differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/GT/CGBase.h-323XHW37PQHGT b/.build/arm64-apple-macosx/debug/index/store/v5/records/GT/CGBase.h-323XHW37PQHGT
new file mode 100644
index 0000000..d4dea3b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/GT/CGBase.h-323XHW37PQHGT differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/GT/appleapiopts.h-3ITOOK4VH6MGT b/.build/arm64-apple-macosx/debug/index/store/v5/records/GT/appleapiopts.h-3ITOOK4VH6MGT
new file mode 100644
index 0000000..455036b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/GT/appleapiopts.h-3ITOOK4VH6MGT differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/GT/statvfs.h-3DC3N7P6XEPGT b/.build/arm64-apple-macosx/debug/index/store/v5/records/GT/statvfs.h-3DC3N7P6XEPGT
new file mode 100644
index 0000000..bd23051
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/GT/statvfs.h-3DC3N7P6XEPGT differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/GU/CMSampleBuffer.h-JBW1D1YU06GU b/.build/arm64-apple-macosx/debug/index/store/v5/records/GU/CMSampleBuffer.h-JBW1D1YU06GU
new file mode 100644
index 0000000..eb92b26
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/GU/CMSampleBuffer.h-JBW1D1YU06GU differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/GU/NSLocalizedNumberFormatRule.h-2NU6YL9V4HEGU b/.build/arm64-apple-macosx/debug/index/store/v5/records/GU/NSLocalizedNumberFormatRule.h-2NU6YL9V4HEGU
new file mode 100644
index 0000000..110ddf5
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/GU/NSLocalizedNumberFormatRule.h-2NU6YL9V4HEGU differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/GV/arm64e-apple-macos.swiftinterface_C-142AQSH5O1VGV b/.build/arm64-apple-macosx/debug/index/store/v5/records/GV/arm64e-apple-macos.swiftinterface_C-142AQSH5O1VGV
new file mode 100644
index 0000000..c9446ec
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/GV/arm64e-apple-macos.swiftinterface_C-142AQSH5O1VGV differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/GV/workgroup_interval.h-2L90ADQKDOFGV b/.build/arm64-apple-macosx/debug/index/store/v5/records/GV/workgroup_interval.h-2L90ADQKDOFGV
new file mode 100644
index 0000000..332cecc
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/GV/workgroup_interval.h-2L90ADQKDOFGV differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/GW/NSLayoutAnchor.h-1VJE2MY3D3VGW b/.build/arm64-apple-macosx/debug/index/store/v5/records/GW/NSLayoutAnchor.h-1VJE2MY3D3VGW
new file mode 100644
index 0000000..f526e4e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/GW/NSLayoutAnchor.h-1VJE2MY3D3VGW differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/GX/in_var.h-3BVQ30FE3X9GX b/.build/arm64-apple-macosx/debug/index/store/v5/records/GX/in_var.h-3BVQ30FE3X9GX
new file mode 100644
index 0000000..f9bab7e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/GX/in_var.h-3BVQ30FE3X9GX differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/GZ/AVSampleBufferDisplayLayer.h-27TFNGY1YABGZ b/.build/arm64-apple-macosx/debug/index/store/v5/records/GZ/AVSampleBufferDisplayLayer.h-27TFNGY1YABGZ
new file mode 100644
index 0000000..cc88149
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/GZ/AVSampleBufferDisplayLayer.h-27TFNGY1YABGZ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/H0/packed.h-6B69EHUIJSH0 b/.build/arm64-apple-macosx/debug/index/store/v5/records/H0/packed.h-6B69EHUIJSH0
new file mode 100644
index 0000000..652cff0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/H0/packed.h-6B69EHUIJSH0 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/H1/MTLResidencySet.h-WHLLD13IKFH1 b/.build/arm64-apple-macosx/debug/index/store/v5/records/H1/MTLResidencySet.h-WHLLD13IKFH1
new file mode 100644
index 0000000..c2d85f2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/H1/MTLResidencySet.h-WHLLD13IKFH1 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/H2/MIDICIDeviceManager.h-1APHBOA5BLNH2 b/.build/arm64-apple-macosx/debug/index/store/v5/records/H2/MIDICIDeviceManager.h-1APHBOA5BLNH2
new file mode 100644
index 0000000..f037653
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/H2/MIDICIDeviceManager.h-1APHBOA5BLNH2 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/H2/MTL4CommitFeedback.h-39NE530Y3ZZH2 b/.build/arm64-apple-macosx/debug/index/store/v5/records/H2/MTL4CommitFeedback.h-39NE530Y3ZZH2
new file mode 100644
index 0000000..fa48404
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/H2/MTL4CommitFeedback.h-39NE530Y3ZZH2 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/H2/NSBackgroundActivityScheduler.h-14N7RIMO8LDH2 b/.build/arm64-apple-macosx/debug/index/store/v5/records/H2/NSBackgroundActivityScheduler.h-14N7RIMO8LDH2
new file mode 100644
index 0000000..1238138
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/H2/NSBackgroundActivityScheduler.h-14N7RIMO8LDH2 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/IOReturn.h-MHLV6IRR78H3 b/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/IOReturn.h-MHLV6IRR78H3
new file mode 100644
index 0000000..c8b433f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/IOReturn.h-MHLV6IRR78H3 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/NSDictionary.h-ZP1L5YQZVBH3 b/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/NSDictionary.h-ZP1L5YQZVBH3
new file mode 100644
index 0000000..0ed72f0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/NSDictionary.h-ZP1L5YQZVBH3 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/NSMapTable.h-2I8UKY3GLI3H3 b/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/NSMapTable.h-2I8UKY3GLI3H3
new file mode 100644
index 0000000..f600049
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/NSMapTable.h-2I8UKY3GLI3H3 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/_OSByteOrder.h-1HPWPR6ZTZ2H3 b/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/_OSByteOrder.h-1HPWPR6ZTZ2H3
new file mode 100644
index 0000000..5c2c782
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/_OSByteOrder.h-1HPWPR6ZTZ2H3 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/_ssize_t.h-2CDSKK2UNDGH3 b/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/_ssize_t.h-2CDSKK2UNDGH3
new file mode 100644
index 0000000..62cbd3f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/_ssize_t.h-2CDSKK2UNDGH3 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/objc-auto.h-MO9D17F7XPH3 b/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/objc-auto.h-MO9D17F7XPH3
new file mode 100644
index 0000000..188c2a2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/objc-auto.h-MO9D17F7XPH3 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/H4/OSTypes.h-2K0HJNPP8EAH4 b/.build/arm64-apple-macosx/debug/index/store/v5/records/H4/OSTypes.h-2K0HJNPP8EAH4
new file mode 100644
index 0000000..0da1314
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/H4/OSTypes.h-2K0HJNPP8EAH4 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/H5/AVRenderedCaptionImage.h-DOFPKA7ANUH5 b/.build/arm64-apple-macosx/debug/index/store/v5/records/H5/AVRenderedCaptionImage.h-DOFPKA7ANUH5
new file mode 100644
index 0000000..efbe912
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/H5/AVRenderedCaptionImage.h-DOFPKA7ANUH5 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/H5/OSDebug.h-F3PWZOY7ZHH5 b/.build/arm64-apple-macosx/debug/index/store/v5/records/H5/OSDebug.h-F3PWZOY7ZHH5
new file mode 100644
index 0000000..de2c99c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/H5/OSDebug.h-F3PWZOY7ZHH5 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/SecPolicy.h-1VNKA98G1O0H7 b/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/SecPolicy.h-1VNKA98G1O0H7
new file mode 100644
index 0000000..6384e93
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/SecPolicy.h-1VNKA98G1O0H7 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/fenv.h-3VT5MAIXTIKH7 b/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/fenv.h-3VT5MAIXTIKH7
new file mode 100644
index 0000000..bb27f4b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/fenv.h-3VT5MAIXTIKH7 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/H8/NSSpeechRecognizer.h-3KEUCF8MA3BH8 b/.build/arm64-apple-macosx/debug/index/store/v5/records/H8/NSSpeechRecognizer.h-3KEUCF8MA3BH8
new file mode 100644
index 0000000..865b593
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/H8/NSSpeechRecognizer.h-3KEUCF8MA3BH8 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/H9/CSIdentityAuthority.h-2E2IBZQ2ZI1H9 b/.build/arm64-apple-macosx/debug/index/store/v5/records/H9/CSIdentityAuthority.h-2E2IBZQ2ZI1H9
new file mode 100644
index 0000000..262743a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/H9/CSIdentityAuthority.h-2E2IBZQ2ZI1H9 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/H9/mach_param.h-SL78NQGZGVH9 b/.build/arm64-apple-macosx/debug/index/store/v5/records/H9/mach_param.h-SL78NQGZGVH9
new file mode 100644
index 0000000..1c0ab5e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/H9/mach_param.h-SL78NQGZGVH9 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/HA/AVCaptureSystemZoomSlider.h-3QK9YPRTSZ1HA b/.build/arm64-apple-macosx/debug/index/store/v5/records/HA/AVCaptureSystemZoomSlider.h-3QK9YPRTSZ1HA
new file mode 100644
index 0000000..7a6e5ae
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/HA/AVCaptureSystemZoomSlider.h-3QK9YPRTSZ1HA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/HA/CoreTransferable.h-31JBUWWJ10GHA b/.build/arm64-apple-macosx/debug/index/store/v5/records/HA/CoreTransferable.h-31JBUWWJ10GHA
new file mode 100644
index 0000000..e4b6d5d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/HA/CoreTransferable.h-31JBUWWJ10GHA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/HA/NSPasteboardItem.h-2FXKOLZFRPDHA b/.build/arm64-apple-macosx/debug/index/store/v5/records/HA/NSPasteboardItem.h-2FXKOLZFRPDHA
new file mode 100644
index 0000000..b95a102
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/HA/NSPasteboardItem.h-2FXKOLZFRPDHA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/HA/arm64e-apple-macos.swiftinterface_Math_Integers-2MVUSF9WC9ZHA b/.build/arm64-apple-macosx/debug/index/store/v5/records/HA/arm64e-apple-macos.swiftinterface_Math_Integers-2MVUSF9WC9ZHA
new file mode 100644
index 0000000..542dce8
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/HA/arm64e-apple-macos.swiftinterface_Math_Integers-2MVUSF9WC9ZHA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/HC/NSManagedObjectContext.h-25ZSESA2MBVHC b/.build/arm64-apple-macosx/debug/index/store/v5/records/HC/NSManagedObjectContext.h-25ZSESA2MBVHC
new file mode 100644
index 0000000..5c4fdb4
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/HC/NSManagedObjectContext.h-25ZSESA2MBVHC differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/HC/event_status_driver.h-1XWQBHLINH0HC b/.build/arm64-apple-macosx/debug/index/store/v5/records/HC/event_status_driver.h-1XWQBHLINH0HC
new file mode 100644
index 0000000..fb0933b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/HC/event_status_driver.h-1XWQBHLINH0HC differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/HD/MTL4LinkingDescriptor.h-DTZOQS4LEZHD b/.build/arm64-apple-macosx/debug/index/store/v5/records/HD/MTL4LinkingDescriptor.h-DTZOQS4LEZHD
new file mode 100644
index 0000000..86160b9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/HD/MTL4LinkingDescriptor.h-DTZOQS4LEZHD differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/HE/AVQueuedSampleBufferRendering.h-2MTZHXC2YWIHE b/.build/arm64-apple-macosx/debug/index/store/v5/records/HE/AVQueuedSampleBufferRendering.h-2MTZHXC2YWIHE
new file mode 100644
index 0000000..7bfe1dc
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/HE/AVQueuedSampleBufferRendering.h-2MTZHXC2YWIHE differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/HE/_inttypes.h-GFQLERKFHLHE b/.build/arm64-apple-macosx/debug/index/store/v5/records/HE/_inttypes.h-GFQLERKFHLHE
new file mode 100644
index 0000000..a8d1b82
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/HE/_inttypes.h-GFQLERKFHLHE differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/HG/AXError.h-1KANDTR0SMBHG b/.build/arm64-apple-macosx/debug/index/store/v5/records/HG/AXError.h-1KANDTR0SMBHG
new file mode 100644
index 0000000..675d74c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/HG/AXError.h-1KANDTR0SMBHG differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/HG/NSCollectionViewTransitionLayout.h-24LR0HF4M9AHG b/.build/arm64-apple-macosx/debug/index/store/v5/records/HG/NSCollectionViewTransitionLayout.h-24LR0HF4M9AHG
new file mode 100644
index 0000000..9f90b89
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/HG/NSCollectionViewTransitionLayout.h-24LR0HF4M9AHG differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/HG/arm64e-apple-macos.swiftinterface_Playground-200G2GK961RHG b/.build/arm64-apple-macosx/debug/index/store/v5/records/HG/arm64e-apple-macos.swiftinterface_Playground-200G2GK961RHG
new file mode 100644
index 0000000..a81ece2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/HG/arm64e-apple-macos.swiftinterface_Playground-200G2GK961RHG differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/AudioHardwareBase.h-1QZCHBSECT9HH b/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/AudioHardwareBase.h-1QZCHBSECT9HH
new file mode 100644
index 0000000..5382189
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/AudioHardwareBase.h-1QZCHBSECT9HH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/HI/AVCompositionTrackSegment.h-1R1PJO0WLKQHI b/.build/arm64-apple-macosx/debug/index/store/v5/records/HI/AVCompositionTrackSegment.h-1R1PJO0WLKQHI
new file mode 100644
index 0000000..4d8570a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/HI/AVCompositionTrackSegment.h-1R1PJO0WLKQHI differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/HJ/HITextViews.h-3PK2BYP6U8BHJ b/.build/arm64-apple-macosx/debug/index/store/v5/records/HJ/HITextViews.h-3PK2BYP6U8BHJ
new file mode 100644
index 0000000..4eb2e9c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/HJ/HITextViews.h-3PK2BYP6U8BHJ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/HJ/ImageIOBase.h-32PBCEDS0U2HJ b/.build/arm64-apple-macosx/debug/index/store/v5/records/HJ/ImageIOBase.h-32PBCEDS0U2HJ
new file mode 100644
index 0000000..7f062ad
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/HJ/ImageIOBase.h-32PBCEDS0U2HJ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/HJ/NSPointerFunctions.h-32O680PUWVXHJ b/.build/arm64-apple-macosx/debug/index/store/v5/records/HJ/NSPointerFunctions.h-32O680PUWVXHJ
new file mode 100644
index 0000000..428d376
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/HJ/NSPointerFunctions.h-32O680PUWVXHJ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/HJ/_malloc_type.h-HAROD4Q7OFHJ b/.build/arm64-apple-macosx/debug/index/store/v5/records/HJ/_malloc_type.h-HAROD4Q7OFHJ
new file mode 100644
index 0000000..2eaee68
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/HJ/_malloc_type.h-HAROD4Q7OFHJ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/HK/CFByteOrder.h-HI3Q2XP4ALHK b/.build/arm64-apple-macosx/debug/index/store/v5/records/HK/CFByteOrder.h-HI3Q2XP4ALHK
new file mode 100644
index 0000000..2ca1025
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/HK/CFByteOrder.h-HI3Q2XP4ALHK differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/HL/CIFilterGenerator.h-31MSUMFGG5AHL b/.build/arm64-apple-macosx/debug/index/store/v5/records/HL/CIFilterGenerator.h-31MSUMFGG5AHL
new file mode 100644
index 0000000..6553d97
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/HL/CIFilterGenerator.h-31MSUMFGG5AHL differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/HL/arm64e-apple-macos.swiftinterface-1OZX57SUA8HL b/.build/arm64-apple-macosx/debug/index/store/v5/records/HL/arm64e-apple-macos.swiftinterface-1OZX57SUA8HL
new file mode 100644
index 0000000..0ff0165
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/HL/arm64e-apple-macos.swiftinterface-1OZX57SUA8HL differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/HL/backend.h-3Q4H8S6ERTNHL b/.build/arm64-apple-macosx/debug/index/store/v5/records/HL/backend.h-3Q4H8S6ERTNHL
new file mode 100644
index 0000000..c8205c5
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/HL/backend.h-3Q4H8S6ERTNHL differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/HM/NSSecureTextField.h-2V4Y4JBHCNHHM b/.build/arm64-apple-macosx/debug/index/store/v5/records/HM/NSSecureTextField.h-2V4Y4JBHCNHHM
new file mode 100644
index 0000000..e165224
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/HM/NSSecureTextField.h-2V4Y4JBHCNHHM differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/HN/MDQuery.h-LA47TBJI55HN b/.build/arm64-apple-macosx/debug/index/store/v5/records/HN/MDQuery.h-LA47TBJI55HN
new file mode 100644
index 0000000..7f5924b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/HN/MDQuery.h-LA47TBJI55HN differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/HN/NSMergePolicy.h-31SAKGGZ78IHN b/.build/arm64-apple-macosx/debug/index/store/v5/records/HN/NSMergePolicy.h-31SAKGGZ78IHN
new file mode 100644
index 0000000..d6dde51
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/HN/NSMergePolicy.h-31SAKGGZ78IHN differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/HN/OSAComp.h-37159QMJJ62HN b/.build/arm64-apple-macosx/debug/index/store/v5/records/HN/OSAComp.h-37159QMJJ62HN
new file mode 100644
index 0000000..7cbb43d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/HN/OSAComp.h-37159QMJJ62HN differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/HP/AVGeometry.h-1JKZ9KC4UWHHP b/.build/arm64-apple-macosx/debug/index/store/v5/records/HP/AVGeometry.h-1JKZ9KC4UWHHP
new file mode 100644
index 0000000..ceaaa01
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/HP/AVGeometry.h-1JKZ9KC4UWHHP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/HP/CATiledLayer.h-8Z1HPWTBTBHP b/.build/arm64-apple-macosx/debug/index/store/v5/records/HP/CATiledLayer.h-8Z1HPWTBTBHP
new file mode 100644
index 0000000..41453f3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/HP/CATiledLayer.h-8Z1HPWTBTBHP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/HP/NSImageCell.h-10MF73ZN1ZLHP b/.build/arm64-apple-macosx/debug/index/store/v5/records/HP/NSImageCell.h-10MF73ZN1ZLHP
new file mode 100644
index 0000000..203e49d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/HP/NSImageCell.h-10MF73ZN1ZLHP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/HP/StructuresPackedDouble.h-1OI5OZUSK1WHP b/.build/arm64-apple-macosx/debug/index/store/v5/records/HP/StructuresPackedDouble.h-1OI5OZUSK1WHP
new file mode 100644
index 0000000..029ef4d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/HP/StructuresPackedDouble.h-1OI5OZUSK1WHP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/HP/fixup-chains.h-23UUZS5JVU7HP b/.build/arm64-apple-macosx/debug/index/store/v5/records/HP/fixup-chains.h-23UUZS5JVU7HP
new file mode 100644
index 0000000..eed09f2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/HP/fixup-chains.h-23UUZS5JVU7HP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/HP/ncurses_dll.h-9VC29QYZSPHP b/.build/arm64-apple-macosx/debug/index/store/v5/records/HP/ncurses_dll.h-9VC29QYZSPHP
new file mode 100644
index 0000000..4e38d3d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/HP/ncurses_dll.h-9VC29QYZSPHP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/HQ/DERItem.h-12OL41JBMZPHQ b/.build/arm64-apple-macosx/debug/index/store/v5/records/HQ/DERItem.h-12OL41JBMZPHQ
new file mode 100644
index 0000000..0615a59
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/HQ/DERItem.h-12OL41JBMZPHQ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/HQ/NSVisualEffectView.h-1EPWAB4Y84DHQ b/.build/arm64-apple-macosx/debug/index/store/v5/records/HQ/NSVisualEffectView.h-1EPWAB4Y84DHQ
new file mode 100644
index 0000000..a383c6d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/HQ/NSVisualEffectView.h-1EPWAB4Y84DHQ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/HS/event.h-2OV34V72J6WHS b/.build/arm64-apple-macosx/debug/index/store/v5/records/HS/event.h-2OV34V72J6WHS
new file mode 100644
index 0000000..472d29d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/HS/event.h-2OV34V72J6WHS differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/HT/NSURLResponse.h-3R5CZG4LZLQHT b/.build/arm64-apple-macosx/debug/index/store/v5/records/HT/NSURLResponse.h-3R5CZG4LZLQHT
new file mode 100644
index 0000000..9d5996b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/HT/NSURLResponse.h-3R5CZG4LZLQHT differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/HT/arm64e-apple-macos.swiftinterface_String-34F3A57VL6YHT b/.build/arm64-apple-macosx/debug/index/store/v5/records/HT/arm64e-apple-macos.swiftinterface_String-34F3A57VL6YHT
new file mode 100644
index 0000000..2eef95b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/HT/arm64e-apple-macos.swiftinterface_String-34F3A57VL6YHT differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/HU/CoreDataDefines.h-3VQ1IOD00U6HU b/.build/arm64-apple-macosx/debug/index/store/v5/records/HU/CoreDataDefines.h-3VQ1IOD00U6HU
new file mode 100644
index 0000000..0edf1fa
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/HU/CoreDataDefines.h-3VQ1IOD00U6HU differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/HU/_uint8_t.h-1MKLFPUURJLHU b/.build/arm64-apple-macosx/debug/index/store/v5/records/HU/_uint8_t.h-1MKLFPUURJLHU
new file mode 100644
index 0000000..40cb754
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/HU/_uint8_t.h-1MKLFPUURJLHU differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/HV/http.h-3W3WEJZGA1BHV b/.build/arm64-apple-macosx/debug/index/store/v5/records/HV/http.h-3W3WEJZGA1BHV
new file mode 100644
index 0000000..cdc02da
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/HV/http.h-3W3WEJZGA1BHV differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/HW/NSRulerMarker.h-3WYCXW53Y9HW b/.build/arm64-apple-macosx/debug/index/store/v5/records/HW/NSRulerMarker.h-3WYCXW53Y9HW
new file mode 100644
index 0000000..f6c6f3b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/HW/NSRulerMarker.h-3WYCXW53Y9HW differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/HY/FormControl.swift-2CSWFLBIYO0HY b/.build/arm64-apple-macosx/debug/index/store/v5/records/HY/FormControl.swift-2CSWFLBIYO0HY
new file mode 100644
index 0000000..3297561
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/HY/FormControl.swift-2CSWFLBIYO0HY differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/HY/NSAccessibilityCustomRotor.h-1SFO65Z3JNEHY b/.build/arm64-apple-macosx/debug/index/store/v5/records/HY/NSAccessibilityCustomRotor.h-1SFO65Z3JNEHY
new file mode 100644
index 0000000..624d6e2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/HY/NSAccessibilityCustomRotor.h-1SFO65Z3JNEHY differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/I0/syslimits.h-TA97PN7JO9I0 b/.build/arm64-apple-macosx/debug/index/store/v5/records/I0/syslimits.h-TA97PN7JO9I0
new file mode 100644
index 0000000..901c801
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/I0/syslimits.h-TA97PN7JO9I0 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/ColorSyncCMM.h-1FC42WT1RABI2 b/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/ColorSyncCMM.h-1FC42WT1RABI2
new file mode 100644
index 0000000..4cef7cd
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/ColorSyncCMM.h-1FC42WT1RABI2 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/cpio.h-18WNI7IDS9AI2 b/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/cpio.h-18WNI7IDS9AI2
new file mode 100644
index 0000000..277c389
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/cpio.h-18WNI7IDS9AI2 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/I3/arm64e-apple-macos.swiftinterface_Collection-B4ZA7JXB6JI3 b/.build/arm64-apple-macosx/debug/index/store/v5/records/I3/arm64e-apple-macos.swiftinterface_Collection-B4ZA7JXB6JI3
new file mode 100644
index 0000000..3b23062
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/I3/arm64e-apple-macos.swiftinterface_Collection-B4ZA7JXB6JI3 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/I5/NSFetchIndexElementDescription.h-DRPOB6EIYDI5 b/.build/arm64-apple-macosx/debug/index/store/v5/records/I5/NSFetchIndexElementDescription.h-DRPOB6EIYDI5
new file mode 100644
index 0000000..d70333e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/I5/NSFetchIndexElementDescription.h-DRPOB6EIYDI5 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/I6/AVAudioApplication.h-36SXGA5G72RI6 b/.build/arm64-apple-macosx/debug/index/store/v5/records/I6/AVAudioApplication.h-36SXGA5G72RI6
new file mode 100644
index 0000000..95cc073
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/I6/AVAudioApplication.h-36SXGA5G72RI6 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/I6/AVMediaSelectionGroup.h-2BBGIKE8R0BI6 b/.build/arm64-apple-macosx/debug/index/store/v5/records/I6/AVMediaSelectionGroup.h-2BBGIKE8R0BI6
new file mode 100644
index 0000000..11ae824
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/I6/AVMediaSelectionGroup.h-2BBGIKE8R0BI6 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/I6/MTLDrawable.h-GWQPXU1DPII6 b/.build/arm64-apple-macosx/debug/index/store/v5/records/I6/MTLDrawable.h-GWQPXU1DPII6
new file mode 100644
index 0000000..b43c93e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/I6/MTLDrawable.h-GWQPXU1DPII6 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/I6/NSToolbarItemGroup.h-3QF0SVKDDIUI6 b/.build/arm64-apple-macosx/debug/index/store/v5/records/I6/NSToolbarItemGroup.h-3QF0SVKDDIUI6
new file mode 100644
index 0000000..370f767
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/I6/NSToolbarItemGroup.h-3QF0SVKDDIUI6 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/I6/ipc.h-264560NMI2DI6 b/.build/arm64-apple-macosx/debug/index/store/v5/records/I6/ipc.h-264560NMI2DI6
new file mode 100644
index 0000000..7a07368
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/I6/ipc.h-264560NMI2DI6 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/I7/MTLCounters.h-1JOL1FZ4G7MI7 b/.build/arm64-apple-macosx/debug/index/store/v5/records/I7/MTLCounters.h-1JOL1FZ4G7MI7
new file mode 100644
index 0000000..70a1536
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/I7/MTLCounters.h-1JOL1FZ4G7MI7 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/I7/NSSpellServer.h-1SJEGDSXW5CI7 b/.build/arm64-apple-macosx/debug/index/store/v5/records/I7/NSSpellServer.h-1SJEGDSXW5CI7
new file mode 100644
index 0000000..4f7dfc9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/I7/NSSpellServer.h-1SJEGDSXW5CI7 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/I8/NSISO8601DateFormatter.h-RC8WC1Q85HI8 b/.build/arm64-apple-macosx/debug/index/store/v5/records/I8/NSISO8601DateFormatter.h-RC8WC1Q85HI8
new file mode 100644
index 0000000..7a74614
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/I8/NSISO8601DateFormatter.h-RC8WC1Q85HI8 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/I8/NSURLSession.h-9VKFH7CHJDI8 b/.build/arm64-apple-macosx/debug/index/store/v5/records/I8/NSURLSession.h-9VKFH7CHJDI8
new file mode 100644
index 0000000..7991a14
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/I8/NSURLSession.h-9VKFH7CHJDI8 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/I8/swap.h-3SCPTWEO71AI8 b/.build/arm64-apple-macosx/debug/index/store/v5/records/I8/swap.h-3SCPTWEO71AI8
new file mode 100644
index 0000000..c659b9c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/I8/swap.h-3SCPTWEO71AI8 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/I9/AIFF.h-38VCRRUE0U0I9 b/.build/arm64-apple-macosx/debug/index/store/v5/records/I9/AIFF.h-38VCRRUE0U0I9
new file mode 100644
index 0000000..a049a95
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/I9/AIFF.h-38VCRRUE0U0I9 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/I9/_strings.h-1CYI0LJSD29I9 b/.build/arm64-apple-macosx/debug/index/store/v5/records/I9/_strings.h-1CYI0LJSD29I9
new file mode 100644
index 0000000..9948923
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/I9/_strings.h-1CYI0LJSD29I9 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/I9/paths.h-2STWM3EKG0TI9 b/.build/arm64-apple-macosx/debug/index/store/v5/records/I9/paths.h-2STWM3EKG0TI9
new file mode 100644
index 0000000..77c230a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/I9/paths.h-2STWM3EKG0TI9 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/IA/AudioSessionTypes.h-7CIJRTPCIA b/.build/arm64-apple-macosx/debug/index/store/v5/records/IA/AudioSessionTypes.h-7CIJRTPCIA
new file mode 100644
index 0000000..bf27361
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/IA/AudioSessionTypes.h-7CIJRTPCIA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/IA/CoreAudioBaseTypes.h-2TZVHYHYT01IA b/.build/arm64-apple-macosx/debug/index/store/v5/records/IA/CoreAudioBaseTypes.h-2TZVHYHYT01IA
new file mode 100644
index 0000000..9900d35
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/IA/CoreAudioBaseTypes.h-2TZVHYHYT01IA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/IB/CMTaggedBufferGroup.h-3G73QRD52WNIB b/.build/arm64-apple-macosx/debug/index/store/v5/records/IB/CMTaggedBufferGroup.h-3G73QRD52WNIB
new file mode 100644
index 0000000..a756bf7
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/IB/CMTaggedBufferGroup.h-3G73QRD52WNIB differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/IB/NSTintConfiguration.h-2Q0SIU6X1VIIB b/.build/arm64-apple-macosx/debug/index/store/v5/records/IB/NSTintConfiguration.h-2Q0SIU6X1VIIB
new file mode 100644
index 0000000..5cf36ed
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/IB/NSTintConfiguration.h-2Q0SIU6X1VIIB differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/IB/SPRect3D.h-1JVWWSNXBQ8IB b/.build/arm64-apple-macosx/debug/index/store/v5/records/IB/SPRect3D.h-1JVWWSNXBQ8IB
new file mode 100644
index 0000000..1fbd289
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/IB/SPRect3D.h-1JVWWSNXBQ8IB differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/IB/acct.h-2Y4XTVGEOLQIB b/.build/arm64-apple-macosx/debug/index/store/v5/records/IB/acct.h-2Y4XTVGEOLQIB
new file mode 100644
index 0000000..801bd67
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/IB/acct.h-2Y4XTVGEOLQIB differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/IB/membership.h-B7NJDGTK7BIB b/.build/arm64-apple-macosx/debug/index/store/v5/records/IB/membership.h-B7NJDGTK7BIB
new file mode 100644
index 0000000..6a3d0d4
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/IB/membership.h-B7NJDGTK7BIB differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/IB/port.h-2SQW7HSMW44IB b/.build/arm64-apple-macosx/debug/index/store/v5/records/IB/port.h-2SQW7HSMW44IB
new file mode 100644
index 0000000..8107d8b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/IB/port.h-2SQW7HSMW44IB differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/IC/AVMetadataFormat.h-1WGJHBJRRNSIC b/.build/arm64-apple-macosx/debug/index/store/v5/records/IC/AVMetadataFormat.h-1WGJHBJRRNSIC
new file mode 100644
index 0000000..7dcc7ff
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/IC/AVMetadataFormat.h-1WGJHBJRRNSIC differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/IC/NSSpeechSynthesizer.h-3PAKEO8LIYXIC b/.build/arm64-apple-macosx/debug/index/store/v5/records/IC/NSSpeechSynthesizer.h-3PAKEO8LIYXIC
new file mode 100644
index 0000000..70ee867
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/IC/NSSpeechSynthesizer.h-3PAKEO8LIYXIC differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/IC/sysdir.h-36S1INT0GKRIC b/.build/arm64-apple-macosx/debug/index/store/v5/records/IC/sysdir.h-36S1INT0GKRIC
new file mode 100644
index 0000000..36238e1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/IC/sysdir.h-36S1INT0GKRIC differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/IE/IOHIDUsageTables.h-113OBGZREDHIE b/.build/arm64-apple-macosx/debug/index/store/v5/records/IE/IOHIDUsageTables.h-113OBGZREDHIE
new file mode 100644
index 0000000..afd364e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/IE/IOHIDUsageTables.h-113OBGZREDHIE differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/IE/NSHapticFeedback.h-1W8OKVK5HRXIE b/.build/arm64-apple-macosx/debug/index/store/v5/records/IE/NSHapticFeedback.h-1W8OKVK5HRXIE
new file mode 100644
index 0000000..5e902f3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/IE/NSHapticFeedback.h-1W8OKVK5HRXIE differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/IF/logic.h-BDGUYSHLPRIF b/.build/arm64-apple-macosx/debug/index/store/v5/records/IF/logic.h-BDGUYSHLPRIF
new file mode 100644
index 0000000..5eb235f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/IF/logic.h-BDGUYSHLPRIF differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/IH/Files.h-T28CZAOPV1IH b/.build/arm64-apple-macosx/debug/index/store/v5/records/IH/Files.h-T28CZAOPV1IH
new file mode 100644
index 0000000..0629187
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/IH/Files.h-T28CZAOPV1IH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/IH/NSSliderCell.h-1ZAT48FP1XIIH b/.build/arm64-apple-macosx/debug/index/store/v5/records/IH/NSSliderCell.h-1ZAT48FP1XIIH
new file mode 100644
index 0000000..8a9d022
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/IH/NSSliderCell.h-1ZAT48FP1XIIH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/IH/_posix_availability.h-2HCVA4MYO2DIH b/.build/arm64-apple-macosx/debug/index/store/v5/records/IH/_posix_availability.h-2HCVA4MYO2DIH
new file mode 100644
index 0000000..c10908e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/IH/_posix_availability.h-2HCVA4MYO2DIH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/II/AVPlaybackCoordinationMedium.h-12O9A8GJS95II b/.build/arm64-apple-macosx/debug/index/store/v5/records/II/AVPlaybackCoordinationMedium.h-12O9A8GJS95II
new file mode 100644
index 0000000..a0db690
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/II/AVPlaybackCoordinationMedium.h-12O9A8GJS95II differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/II/CAFFile.h-1X2SLVI1V5WII b/.build/arm64-apple-macosx/debug/index/store/v5/records/II/CAFFile.h-1X2SLVI1V5WII
new file mode 100644
index 0000000..0286529
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/II/CAFFile.h-1X2SLVI1V5WII differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/II/NSColorPicking.h-11EVSUUW90NII b/.build/arm64-apple-macosx/debug/index/store/v5/records/II/NSColorPicking.h-11EVSUUW90NII
new file mode 100644
index 0000000..4b89b2d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/II/NSColorPicking.h-11EVSUUW90NII differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/II/SPVector3DFloat.h-1MEY1KXRKEAII b/.build/arm64-apple-macosx/debug/index/store/v5/records/II/SPVector3DFloat.h-1MEY1KXRKEAII
new file mode 100644
index 0000000..544a03e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/II/SPVector3DFloat.h-1MEY1KXRKEAII differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/II/_graftdmg_un.h-1OPXKF3ER5FII b/.build/arm64-apple-macosx/debug/index/store/v5/records/II/_graftdmg_un.h-1OPXKF3ER5FII
new file mode 100644
index 0000000..f250f70
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/II/_graftdmg_un.h-1OPXKF3ER5FII differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/IJ/__stddef_rsize_t.h-LACUAKZMXYIJ b/.build/arm64-apple-macosx/debug/index/store/v5/records/IJ/__stddef_rsize_t.h-LACUAKZMXYIJ
new file mode 100644
index 0000000..8b9f1a3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/IJ/__stddef_rsize_t.h-LACUAKZMXYIJ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/IL/ev.h-25XV247A2O5IL b/.build/arm64-apple-macosx/debug/index/store/v5/records/IL/ev.h-25XV247A2O5IL
new file mode 100644
index 0000000..4ba51ab
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/IL/ev.h-25XV247A2O5IL differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/IL/objc-exception.h-O8WMV7DKAIL b/.build/arm64-apple-macosx/debug/index/store/v5/records/IL/objc-exception.h-O8WMV7DKAIL
new file mode 100644
index 0000000..d212048
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/IL/objc-exception.h-O8WMV7DKAIL differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/IN/NSColorPicker.h-14XCI0BLUXYIN b/.build/arm64-apple-macosx/debug/index/store/v5/records/IN/NSColorPicker.h-14XCI0BLUXYIN
new file mode 100644
index 0000000..4431e79
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/IN/NSColorPicker.h-14XCI0BLUXYIN differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/IP/termios.h-2J45YFKYXBCIP b/.build/arm64-apple-macosx/debug/index/store/v5/records/IP/termios.h-2J45YFKYXBCIP
new file mode 100644
index 0000000..f90ae8e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/IP/termios.h-2J45YFKYXBCIP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/IP/trace.h-2YBDEBED4IQIP b/.build/arm64-apple-macosx/debug/index/store/v5/records/IP/trace.h-2YBDEBED4IQIP
new file mode 100644
index 0000000..3402363
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/IP/trace.h-2YBDEBED4IQIP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/IQ/NSScrubberLayout.h-3VBTO2P83LSIQ b/.build/arm64-apple-macosx/debug/index/store/v5/records/IQ/NSScrubberLayout.h-3VBTO2P83LSIQ
new file mode 100644
index 0000000..c02d8f4
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/IQ/NSScrubberLayout.h-3VBTO2P83LSIQ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/NSCIImageRep.h-2KKE28O33Z6IR b/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/NSCIImageRep.h-2KKE28O33Z6IR
new file mode 100644
index 0000000..fb758a0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/NSCIImageRep.h-2KKE28O33Z6IR differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/NSCompositeAttributeDescription.h-384WEQMP0FYIR b/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/NSCompositeAttributeDescription.h-384WEQMP0FYIR
new file mode 100644
index 0000000..32e5343
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/NSCompositeAttributeDescription.h-384WEQMP0FYIR differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/IS/NSPersistentHistoryToken.h-1E50YYMNW9PIS b/.build/arm64-apple-macosx/debug/index/store/v5/records/IS/NSPersistentHistoryToken.h-1E50YYMNW9PIS
new file mode 100644
index 0000000..fd14c5c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/IS/NSPersistentHistoryToken.h-1E50YYMNW9PIS differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/IT/MTProfessionalVideoWorkflow.h-2MCAC6PG6HYIT b/.build/arm64-apple-macosx/debug/index/store/v5/records/IT/MTProfessionalVideoWorkflow.h-2MCAC6PG6HYIT
new file mode 100644
index 0000000..6f40eb8
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/IT/MTProfessionalVideoWorkflow.h-2MCAC6PG6HYIT differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/IT/SecCertificateSupport.h-2HV4IPWC77TIT b/.build/arm64-apple-macosx/debug/index/store/v5/records/IT/SecCertificateSupport.h-2HV4IPWC77TIT
new file mode 100644
index 0000000..5255fff
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/IT/SecCertificateSupport.h-2HV4IPWC77TIT differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/IU/NSScreen.h-1JW2P7WTRWDIU b/.build/arm64-apple-macosx/debug/index/store/v5/records/IU/NSScreen.h-1JW2P7WTRWDIU
new file mode 100644
index 0000000..6903f7e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/IU/NSScreen.h-1JW2P7WTRWDIU differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/IV/AXAttributeConstants.h-1LAKQPXPDJ2IV b/.build/arm64-apple-macosx/debug/index/store/v5/records/IV/AXAttributeConstants.h-1LAKQPXPDJ2IV
new file mode 100644
index 0000000..d7e11c1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/IV/AXAttributeConstants.h-1LAKQPXPDJ2IV differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/IV/NSLock.h-Q50ND08VWRIV b/.build/arm64-apple-macosx/debug/index/store/v5/records/IV/NSLock.h-Q50ND08VWRIV
new file mode 100644
index 0000000..66750c4
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/IV/NSLock.h-Q50ND08VWRIV differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/CoreFoundation.h-RMHS7O65L8IW b/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/CoreFoundation.h-RMHS7O65L8IW
new file mode 100644
index 0000000..975f9b5
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/CoreFoundation.h-RMHS7O65L8IW differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/NSURLCredential.h-21Q2NQR26G3IW b/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/NSURLCredential.h-21Q2NQR26G3IW
new file mode 100644
index 0000000..1f3281a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/NSURLCredential.h-21Q2NQR26G3IW differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/SPRotationAxis3DFloat.h-39KAUMEQBGKIW b/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/SPRotationAxis3DFloat.h-39KAUMEQBGKIW
new file mode 100644
index 0000000..ef5095f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/SPRotationAxis3DFloat.h-39KAUMEQBGKIW differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/__xlocale.h-23OTWEN2PLTIW b/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/__xlocale.h-23OTWEN2PLTIW
new file mode 100644
index 0000000..5dc4af3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/__xlocale.h-23OTWEN2PLTIW differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/stdatomic.h-1Z8ZWZ304BIW b/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/stdatomic.h-1Z8ZWZ304BIW
new file mode 100644
index 0000000..c84e5cd
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/stdatomic.h-1Z8ZWZ304BIW differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/IX/NSFormatter.h-2LGH1OVLVXGIX b/.build/arm64-apple-macosx/debug/index/store/v5/records/IX/NSFormatter.h-2LGH1OVLVXGIX
new file mode 100644
index 0000000..bce863e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/IX/NSFormatter.h-2LGH1OVLVXGIX differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/IX/mach_traps.h-MJTVH4VOQVIX b/.build/arm64-apple-macosx/debug/index/store/v5/records/IX/mach_traps.h-MJTVH4VOQVIX
new file mode 100644
index 0000000..b44586a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/IX/mach_traps.h-MJTVH4VOQVIX differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/IX/zone_info.h-14AE15VOQ63IX b/.build/arm64-apple-macosx/debug/index/store/v5/records/IX/zone_info.h-14AE15VOQ63IX
new file mode 100644
index 0000000..b2b73b5
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/IX/zone_info.h-14AE15VOQ63IX differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/IZ/NSTextFieldCell.h-3CYZ6HYTWI6IZ b/.build/arm64-apple-macosx/debug/index/store/v5/records/IZ/NSTextFieldCell.h-3CYZ6HYTWI6IZ
new file mode 100644
index 0000000..81dabf3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/IZ/NSTextFieldCell.h-3CYZ6HYTWI6IZ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/IZ/times.h-1SZQ0UVJPYQIZ b/.build/arm64-apple-macosx/debug/index/store/v5/records/IZ/times.h-1SZQ0UVJPYQIZ
new file mode 100644
index 0000000..13ce346
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/IZ/times.h-1SZQ0UVJPYQIZ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/J0/MTL4CommandQueue.h-37XDZ1RJ7XGJ0 b/.build/arm64-apple-macosx/debug/index/store/v5/records/J0/MTL4CommandQueue.h-37XDZ1RJ7XGJ0
new file mode 100644
index 0000000..8661c24
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/J0/MTL4CommandQueue.h-37XDZ1RJ7XGJ0 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/J0/_clock_t.h-34TVOYNGQ4EJ0 b/.build/arm64-apple-macosx/debug/index/store/v5/records/J0/_clock_t.h-34TVOYNGQ4EJ0
new file mode 100644
index 0000000..9c39ad4
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/J0/_clock_t.h-34TVOYNGQ4EJ0 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/J0/_uintptr_t.h-3AIKHMCKYW0J0 b/.build/arm64-apple-macosx/debug/index/store/v5/records/J0/_uintptr_t.h-3AIKHMCKYW0J0
new file mode 100644
index 0000000..954ccab
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/J0/_uintptr_t.h-3AIKHMCKYW0J0 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/J2/HIAccessibility.h-3GGM9TO2MYAJ2 b/.build/arm64-apple-macosx/debug/index/store/v5/records/J2/HIAccessibility.h-3GGM9TO2MYAJ2
new file mode 100644
index 0000000..c33e354
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/J2/HIAccessibility.h-3GGM9TO2MYAJ2 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/J2/NSTokenField.h-3C5R37Y1EPRJ2 b/.build/arm64-apple-macosx/debug/index/store/v5/records/J2/NSTokenField.h-3C5R37Y1EPRJ2
new file mode 100644
index 0000000..9522f1d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/J2/NSTokenField.h-3C5R37Y1EPRJ2 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/CGLIOSurface.h-3HXUC7KQKHYJ3 b/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/CGLIOSurface.h-3HXUC7KQKHYJ3
new file mode 100644
index 0000000..725e7b0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/CGLIOSurface.h-3HXUC7KQKHYJ3 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/thread_state.h-36GQREYHE4DJ3 b/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/thread_state.h-36GQREYHE4DJ3
new file mode 100644
index 0000000..9017b56
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/thread_state.h-36GQREYHE4DJ3 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/J4/MacLocales.h-QQ97NEM2NHJ4 b/.build/arm64-apple-macosx/debug/index/store/v5/records/J4/MacLocales.h-QQ97NEM2NHJ4
new file mode 100644
index 0000000..a0dc8aa
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/J4/MacLocales.h-QQ97NEM2NHJ4 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/J4/NSObjCRuntime.h-2U8F0VLP5B2J4 b/.build/arm64-apple-macosx/debug/index/store/v5/records/J4/NSObjCRuntime.h-2U8F0VLP5B2J4
new file mode 100644
index 0000000..cc8588d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/J4/NSObjCRuntime.h-2U8F0VLP5B2J4 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/J5/NSKeyValueCoding.h-NSWANKOMXEJ5 b/.build/arm64-apple-macosx/debug/index/store/v5/records/J5/NSKeyValueCoding.h-NSWANKOMXEJ5
new file mode 100644
index 0000000..0d50bb9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/J5/NSKeyValueCoding.h-NSWANKOMXEJ5 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/J5/bootp.h-1TKSRZZW1LZJ5 b/.build/arm64-apple-macosx/debug/index/store/v5/records/J5/bootp.h-1TKSRZZW1LZJ5
new file mode 100644
index 0000000..7a101c9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/J5/bootp.h-1TKSRZZW1LZJ5 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/J6/PMErrors.h-3IJ94FBRIV9J6 b/.build/arm64-apple-macosx/debug/index/store/v5/records/J6/PMErrors.h-3IJ94FBRIV9J6
new file mode 100644
index 0000000..6fe19d2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/J6/PMErrors.h-3IJ94FBRIV9J6 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/J6/_intmax_t.h-3YYKIEJQSMJ6 b/.build/arm64-apple-macosx/debug/index/store/v5/records/J6/_intmax_t.h-3YYKIEJQSMJ6
new file mode 100644
index 0000000..6bb01fe
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/J6/_intmax_t.h-3YYKIEJQSMJ6 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/J7/IODataQueueClient.h-3UCTYQ69M1SJ7 b/.build/arm64-apple-macosx/debug/index/store/v5/records/J7/IODataQueueClient.h-3UCTYQ69M1SJ7
new file mode 100644
index 0000000..ab0130a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/J7/IODataQueueClient.h-3UCTYQ69M1SJ7 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/J8/NSScroller.h-3AN2PTIKJM0J8 b/.build/arm64-apple-macosx/debug/index/store/v5/records/J8/NSScroller.h-3AN2PTIKJM0J8
new file mode 100644
index 0000000..27cc8b5
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/J8/NSScroller.h-3AN2PTIKJM0J8 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/J8/audit_socket_type.h-14GPEE50VTGJ8 b/.build/arm64-apple-macosx/debug/index/store/v5/records/J8/audit_socket_type.h-14GPEE50VTGJ8
new file mode 100644
index 0000000..eb99a1e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/J8/audit_socket_type.h-14GPEE50VTGJ8 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/J9/USB.h-U5WQFBH6AHJ9 b/.build/arm64-apple-macosx/debug/index/store/v5/records/J9/USB.h-U5WQFBH6AHJ9
new file mode 100644
index 0000000..17871d5
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/J9/USB.h-U5WQFBH6AHJ9 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/JA/exc.h-YX20SW4TLJJA b/.build/arm64-apple-macosx/debug/index/store/v5/records/JA/exc.h-YX20SW4TLJJA
new file mode 100644
index 0000000..13df552
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/JA/exc.h-YX20SW4TLJJA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/AVAudioFormat.h-1UUNU7VS3F0JE b/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/AVAudioFormat.h-1UUNU7VS3F0JE
new file mode 100644
index 0000000..fcee19f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/AVAudioFormat.h-1UUNU7VS3F0JE differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/CFPlugInCOM.h-LGVREYYI7TJE b/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/CFPlugInCOM.h-LGVREYYI7TJE
new file mode 100644
index 0000000..ef6c4a4
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/CFPlugInCOM.h-LGVREYYI7TJE differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/RPC.swift-2ABPIPFZ1IEJE b/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/RPC.swift-2ABPIPFZ1IEJE
new file mode 100644
index 0000000..488ac7e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/RPC.swift-2ABPIPFZ1IEJE differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/_inttypes.h-3S0NPHRWK5HJE b/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/_inttypes.h-3S0NPHRWK5HJE
new file mode 100644
index 0000000..66d0e68
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/_inttypes.h-3S0NPHRWK5HJE differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/lock.h-WFIFQN9778JE b/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/lock.h-WFIFQN9778JE
new file mode 100644
index 0000000..6395fda
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/lock.h-WFIFQN9778JE differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/oidsattr.h-1MGNNNIH6SWJE b/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/oidsattr.h-1MGNNNIH6SWJE
new file mode 100644
index 0000000..3373be9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/oidsattr.h-1MGNNNIH6SWJE differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/JF/arm64e-apple-macos.swiftinterface-2B11CYPBYVXJF b/.build/arm64-apple-macosx/debug/index/store/v5/records/JF/arm64e-apple-macos.swiftinterface-2B11CYPBYVXJF
new file mode 100644
index 0000000..575ab88
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/JF/arm64e-apple-macos.swiftinterface-2B11CYPBYVXJF differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/JG/SPSize3DFloat.h-157OLHFMOWHJG b/.build/arm64-apple-macosx/debug/index/store/v5/records/JG/SPSize3DFloat.h-157OLHFMOWHJG
new file mode 100644
index 0000000..ace3ffa
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/JG/SPSize3DFloat.h-157OLHFMOWHJG differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/JG/_nlink_t.h-3ED2UEP62POJG b/.build/arm64-apple-macosx/debug/index/store/v5/records/JG/_nlink_t.h-3ED2UEP62POJG
new file mode 100644
index 0000000..c7a589d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/JG/_nlink_t.h-3ED2UEP62POJG differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/JH/EntryActivity.h-110YLFN4E4QJH b/.build/arm64-apple-macosx/debug/index/store/v5/records/JH/EntryActivity.h-110YLFN4E4QJH
new file mode 100644
index 0000000..1bb4ea9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/JH/EntryActivity.h-110YLFN4E4QJH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/libDER_config.h-VZ690IR5BMJI b/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/libDER_config.h-VZ690IR5BMJI
new file mode 100644
index 0000000..912d5a0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/libDER_config.h-VZ690IR5BMJI differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/spawn.h-2UDL9DLOQE2JI b/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/spawn.h-2UDL9DLOQE2JI
new file mode 100644
index 0000000..81380d9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/spawn.h-2UDL9DLOQE2JI differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/sysctl.h-WH3117CP8ZJI b/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/sysctl.h-WH3117CP8ZJI
new file mode 100644
index 0000000..78ae60f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/sysctl.h-WH3117CP8ZJI differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/JJ/AVCaptureAudioDataOutput.h-22LWA0ZWW1EJJ b/.build/arm64-apple-macosx/debug/index/store/v5/records/JJ/AVCaptureAudioDataOutput.h-22LWA0ZWW1EJJ
new file mode 100644
index 0000000..b2ac20f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/JJ/AVCaptureAudioDataOutput.h-22LWA0ZWW1EJJ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/JL/CAShapeLayer.h-43J09E9H0YJL b/.build/arm64-apple-macosx/debug/index/store/v5/records/JL/CAShapeLayer.h-43J09E9H0YJL
new file mode 100644
index 0000000..944f26e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/JL/CAShapeLayer.h-43J09E9H0YJL differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/JL/MIDIDriver.h-1UAGV67ZT8WJL b/.build/arm64-apple-macosx/debug/index/store/v5/records/JL/MIDIDriver.h-1UAGV67ZT8WJL
new file mode 100644
index 0000000..333d98c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/JL/MIDIDriver.h-1UAGV67ZT8WJL differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/JL/MTLIndirectCommandEncoder.h-1TZV819QDP4JL b/.build/arm64-apple-macosx/debug/index/store/v5/records/JL/MTLIndirectCommandEncoder.h-1TZV819QDP4JL
new file mode 100644
index 0000000..95a495a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/JL/MTLIndirectCommandEncoder.h-1TZV819QDP4JL differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/JL/oidsalg.h-1VMBTWO7BACJL b/.build/arm64-apple-macosx/debug/index/store/v5/records/JL/oidsalg.h-1VMBTWO7BACJL
new file mode 100644
index 0000000..173f16f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/JL/oidsalg.h-1VMBTWO7BACJL differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/JM/NSPathUtilities.h-27HFTUD8ZWGJM b/.build/arm64-apple-macosx/debug/index/store/v5/records/JM/NSPathUtilities.h-27HFTUD8ZWGJM
new file mode 100644
index 0000000..3a8a528
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/JM/NSPathUtilities.h-27HFTUD8ZWGJM differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/JM/__stddef_offsetof.h-2LUNIPF6B18JM b/.build/arm64-apple-macosx/debug/index/store/v5/records/JM/__stddef_offsetof.h-2LUNIPF6B18JM
new file mode 100644
index 0000000..025965f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/JM/__stddef_offsetof.h-2LUNIPF6B18JM differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/JO/AVVideoCompositing.h-3FB38EJUGO7JO b/.build/arm64-apple-macosx/debug/index/store/v5/records/JO/AVVideoCompositing.h-3FB38EJUGO7JO
new file mode 100644
index 0000000..17823db
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/JO/AVVideoCompositing.h-3FB38EJUGO7JO differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/JO/MIDIUMPFunctionBlock.h-1XV65I8B5E2JO b/.build/arm64-apple-macosx/debug/index/store/v5/records/JO/MIDIUMPFunctionBlock.h-1XV65I8B5E2JO
new file mode 100644
index 0000000..7b3f77c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/JO/MIDIUMPFunctionBlock.h-1XV65I8B5E2JO differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/JO/MTLCommandEncoder.h-28XITFOKEF7JO b/.build/arm64-apple-macosx/debug/index/store/v5/records/JO/MTLCommandEncoder.h-28XITFOKEF7JO
new file mode 100644
index 0000000..2793be6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/JO/MTLCommandEncoder.h-28XITFOKEF7JO differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/JO/sched.h-3FJ1HBK4MKSJO b/.build/arm64-apple-macosx/debug/index/store/v5/records/JO/sched.h-3FJ1HBK4MKSJO
new file mode 100644
index 0000000..cad8dca
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/JO/sched.h-3FJ1HBK4MKSJO differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/IOBDBlockStorageDevice.h-2EJIP667C6AJP b/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/IOBDBlockStorageDevice.h-2EJIP667C6AJP
new file mode 100644
index 0000000..b0e192f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/IOBDBlockStorageDevice.h-2EJIP667C6AJP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/igmp_var.h-2X6D0KW4GTPJP b/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/igmp_var.h-2X6D0KW4GTPJP
new file mode 100644
index 0000000..c6a19a8
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/igmp_var.h-2X6D0KW4GTPJP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/JR/NSColorPanel.h-25OACUBTDWZJR b/.build/arm64-apple-macosx/debug/index/store/v5/records/JR/NSColorPanel.h-25OACUBTDWZJR
new file mode 100644
index 0000000..db2c27a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/JR/NSColorPanel.h-25OACUBTDWZJR differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/JR/cdefs.h-VEI3H6Q51YJR b/.build/arm64-apple-macosx/debug/index/store/v5/records/JR/cdefs.h-VEI3H6Q51YJR
new file mode 100644
index 0000000..6626800
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/JR/cdefs.h-VEI3H6Q51YJR differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/JT/CGPattern.h-3UMCPBB8RLFJT b/.build/arm64-apple-macosx/debug/index/store/v5/records/JT/CGPattern.h-3UMCPBB8RLFJT
new file mode 100644
index 0000000..8c326de
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/JT/CGPattern.h-3UMCPBB8RLFJT differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/JT/IOHIDDeviceTypes.h-1QC8D7GT341JT b/.build/arm64-apple-macosx/debug/index/store/v5/records/JT/IOHIDDeviceTypes.h-1QC8D7GT341JT
new file mode 100644
index 0000000..a6707a2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/JT/IOHIDDeviceTypes.h-1QC8D7GT341JT differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/JU/NSGraphicsContext.h-1PP4Z8YI4JUJU b/.build/arm64-apple-macosx/debug/index/store/v5/records/JU/NSGraphicsContext.h-1PP4Z8YI4JUJU
new file mode 100644
index 0000000..19d0706
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/JU/NSGraphicsContext.h-1PP4Z8YI4JUJU differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/JV/AVAssetResourceLoader.h-17B4OEXNBQLJV b/.build/arm64-apple-macosx/debug/index/store/v5/records/JV/AVAssetResourceLoader.h-17B4OEXNBQLJV
new file mode 100644
index 0000000..2d991cc
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/JV/AVAssetResourceLoader.h-17B4OEXNBQLJV differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/JV/NSExpressionDescription.h-2UF8MDF6AM7JV b/.build/arm64-apple-macosx/debug/index/store/v5/records/JV/NSExpressionDescription.h-2UF8MDF6AM7JV
new file mode 100644
index 0000000..0d9e6b6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/JV/NSExpressionDescription.h-2UF8MDF6AM7JV differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/JV/NSScriptObjectSpecifiers.h-21HLW7U4EHGJV b/.build/arm64-apple-macosx/debug/index/store/v5/records/JV/NSScriptObjectSpecifiers.h-21HLW7U4EHGJV
new file mode 100644
index 0000000..9297890
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/JV/NSScriptObjectSpecifiers.h-21HLW7U4EHGJV differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/JV/OpenGLAvailability.h-2QLM5YHIAVFJV b/.build/arm64-apple-macosx/debug/index/store/v5/records/JV/OpenGLAvailability.h-2QLM5YHIAVFJV
new file mode 100644
index 0000000..5e4e6f2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/JV/OpenGLAvailability.h-2QLM5YHIAVFJV differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/JW/ATSUnicodeDirectAccess.h-3C0BA8OK3ROJW b/.build/arm64-apple-macosx/debug/index/store/v5/records/JW/ATSUnicodeDirectAccess.h-3C0BA8OK3ROJW
new file mode 100644
index 0000000..cd82967
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/JW/ATSUnicodeDirectAccess.h-3C0BA8OK3ROJW differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/JY/AuthorizationDB.h-348WC36GVHJY b/.build/arm64-apple-macosx/debug/index/store/v5/records/JY/AuthorizationDB.h-348WC36GVHJY
new file mode 100644
index 0000000..f8eef19
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/JY/AuthorizationDB.h-348WC36GVHJY differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/JZ/Power.h-ZWVFJ0GA97JZ b/.build/arm64-apple-macosx/debug/index/store/v5/records/JZ/Power.h-ZWVFJ0GA97JZ
new file mode 100644
index 0000000..c0fc055
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/JZ/Power.h-ZWVFJ0GA97JZ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/JZ/thread_info.h-1DMQ8IZA65PJZ b/.build/arm64-apple-macosx/debug/index/store/v5/records/JZ/thread_info.h-1DMQ8IZA65PJZ
new file mode 100644
index 0000000..f8ac640
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/JZ/thread_info.h-1DMQ8IZA65PJZ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/K0/AudioToolbox.h-1MWV8DIUI8VK0 b/.build/arm64-apple-macosx/debug/index/store/v5/records/K0/AudioToolbox.h-1MWV8DIUI8VK0
new file mode 100644
index 0000000..223d68f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/K0/AudioToolbox.h-1MWV8DIUI8VK0 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/K0/CGImageMetadata.h-184DGXQUK0WK0 b/.build/arm64-apple-macosx/debug/index/store/v5/records/K0/CGImageMetadata.h-184DGXQUK0WK0
new file mode 100644
index 0000000..9289fb6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/K0/CGImageMetadata.h-184DGXQUK0WK0 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/K0/if_ether.h-14VCXV7NPS3K0 b/.build/arm64-apple-macosx/debug/index/store/v5/records/K0/if_ether.h-14VCXV7NPS3K0
new file mode 100644
index 0000000..15fa85d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/K0/if_ether.h-14VCXV7NPS3K0 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/K1/NSStepperCell.h-2GAU8A9M0ZIK1 b/.build/arm64-apple-macosx/debug/index/store/v5/records/K1/NSStepperCell.h-2GAU8A9M0ZIK1
new file mode 100644
index 0000000..8cc5e1c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/K1/NSStepperCell.h-2GAU8A9M0ZIK1 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/K2/_mach_port_t.h-RNHOROTXYAK2 b/.build/arm64-apple-macosx/debug/index/store/v5/records/K2/_mach_port_t.h-RNHOROTXYAK2
new file mode 100644
index 0000000..31cc150
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/K2/_mach_port_t.h-RNHOROTXYAK2 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/K3/AVAssetVariant.h-LSM7SIZO6ZK3 b/.build/arm64-apple-macosx/debug/index/store/v5/records/K3/AVAssetVariant.h-LSM7SIZO6ZK3
new file mode 100644
index 0000000..80b2601
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/K3/AVAssetVariant.h-LSM7SIZO6ZK3 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/K3/execinfo.h-1C7W3KQ99UBK3 b/.build/arm64-apple-macosx/debug/index/store/v5/records/K3/execinfo.h-1C7W3KQ99UBK3
new file mode 100644
index 0000000..5a9d7e1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/K3/execinfo.h-1C7W3KQ99UBK3 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/K4/IOFilterScheme.h-1OMTQK478BBK4 b/.build/arm64-apple-macosx/debug/index/store/v5/records/K4/IOFilterScheme.h-1OMTQK478BBK4
new file mode 100644
index 0000000..c57d809
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/K4/IOFilterScheme.h-1OMTQK478BBK4 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/K4/host_info.h-YGPIDT19G8K4 b/.build/arm64-apple-macosx/debug/index/store/v5/records/K4/host_info.h-YGPIDT19G8K4
new file mode 100644
index 0000000..5559a68
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/K4/host_info.h-YGPIDT19G8K4 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/K5/_int32_t.h-3MR7DZZIHJ4K5 b/.build/arm64-apple-macosx/debug/index/store/v5/records/K5/_int32_t.h-3MR7DZZIHJ4K5
new file mode 100644
index 0000000..4c5b971
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/K5/_int32_t.h-3MR7DZZIHJ4K5 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/K6/NSTextInputClient.h-VSYJC2XYHUK6 b/.build/arm64-apple-macosx/debug/index/store/v5/records/K6/NSTextInputClient.h-VSYJC2XYHUK6
new file mode 100644
index 0000000..c4ec264
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/K6/NSTextInputClient.h-VSYJC2XYHUK6 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/K6/__stddef_wchar_t.h-3MNV84OUMYLK6 b/.build/arm64-apple-macosx/debug/index/store/v5/records/K6/__stddef_wchar_t.h-3MNV84OUMYLK6
new file mode 100644
index 0000000..492805c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/K6/__stddef_wchar_t.h-3MNV84OUMYLK6 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/K7/CGImageAnimation.h-1M7L4LM3BCQK7 b/.build/arm64-apple-macosx/debug/index/store/v5/records/K7/CGImageAnimation.h-1M7L4LM3BCQK7
new file mode 100644
index 0000000..41ac6d3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/K7/CGImageAnimation.h-1M7L4LM3BCQK7 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/K7/IconsCore.h-68BVRPDK9YK7 b/.build/arm64-apple-macosx/debug/index/store/v5/records/K7/IconsCore.h-68BVRPDK9YK7
new file mode 100644
index 0000000..3d8a18f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/K7/IconsCore.h-68BVRPDK9YK7 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/K7/task_special_ports.h-1LC7W2JRODOK7 b/.build/arm64-apple-macosx/debug/index/store/v5/records/K7/task_special_ports.h-1LC7W2JRODOK7
new file mode 100644
index 0000000..ad244e2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/K7/task_special_ports.h-1LC7W2JRODOK7 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/K8/NSSharingService.h-3IKY6YTKJHPK8 b/.build/arm64-apple-macosx/debug/index/store/v5/records/K8/NSSharingService.h-3IKY6YTKJHPK8
new file mode 100644
index 0000000..729ba11
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/K8/NSSharingService.h-3IKY6YTKJHPK8 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/K8/nl_types.h-2PGOJHQ51X5K8 b/.build/arm64-apple-macosx/debug/index/store/v5/records/K8/nl_types.h-2PGOJHQ51X5K8
new file mode 100644
index 0000000..d7baba6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/K8/nl_types.h-2PGOJHQ51X5K8 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/K9/IOStreamLib.h-22TGEXU3DCCK9 b/.build/arm64-apple-macosx/debug/index/store/v5/records/K9/IOStreamLib.h-22TGEXU3DCCK9
new file mode 100644
index 0000000..f2ba87c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/K9/IOStreamLib.h-22TGEXU3DCCK9 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/K9/NSMatrix.h-QYBEYSGNKHK9 b/.build/arm64-apple-macosx/debug/index/store/v5/records/K9/NSMatrix.h-QYBEYSGNKHK9
new file mode 100644
index 0000000..22e7691
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/K9/NSMatrix.h-QYBEYSGNKHK9 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/K9/TextEncodingPlugin.h-23Z41WHQU9KK9 b/.build/arm64-apple-macosx/debug/index/store/v5/records/K9/TextEncodingPlugin.h-23Z41WHQU9KK9
new file mode 100644
index 0000000..b6ce923
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/K9/TextEncodingPlugin.h-23Z41WHQU9KK9 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/KA/_null.h-1KC2UXHVQ0QKA b/.build/arm64-apple-macosx/debug/index/store/v5/records/KA/_null.h-1KC2UXHVQ0QKA
new file mode 100644
index 0000000..acb3f2a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/KA/_null.h-1KC2UXHVQ0QKA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/KA/arm64e-apple-macos.swiftinterface-1AQ3VWXR4NTKA b/.build/arm64-apple-macosx/debug/index/store/v5/records/KA/arm64e-apple-macos.swiftinterface-1AQ3VWXR4NTKA
new file mode 100644
index 0000000..0b7481d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/KA/arm64e-apple-macos.swiftinterface-1AQ3VWXR4NTKA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/KA/fmtmsg.h-3GM282SX335KA b/.build/arm64-apple-macosx/debug/index/store/v5/records/KA/fmtmsg.h-3GM282SX335KA
new file mode 100644
index 0000000..8f02097
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/KA/fmtmsg.h-3GM282SX335KA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/AVAssetReaderOutput.h-3PUVNKRAD3SKB b/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/AVAssetReaderOutput.h-3PUVNKRAD3SKB
new file mode 100644
index 0000000..29f1df7
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/AVAssetReaderOutput.h-3PUVNKRAD3SKB differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/IOCFUnserialize.h-1V19GVB7SD9KB b/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/IOCFUnserialize.h-1V19GVB7SD9KB
new file mode 100644
index 0000000..643c677
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/IOCFUnserialize.h-1V19GVB7SD9KB differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/_monetary.h-3PP93RDN6CTKB b/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/_monetary.h-3PP93RDN6CTKB
new file mode 100644
index 0000000..c2d4287
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/_monetary.h-3PP93RDN6CTKB differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/mach_error.h-1IWYXGMD968KB b/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/mach_error.h-1IWYXGMD968KB
new file mode 100644
index 0000000..c8b02f5
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/mach_error.h-1IWYXGMD968KB differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/NSExpression.h-1U33TNWPK5RKE b/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/NSExpression.h-1U33TNWPK5RKE
new file mode 100644
index 0000000..367a260
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/NSExpression.h-1U33TNWPK5RKE differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/NSPopoverTouchBarItem.h-2VMZUPJ8V7UKE b/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/NSPopoverTouchBarItem.h-2VMZUPJ8V7UKE
new file mode 100644
index 0000000..897e433
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/NSPopoverTouchBarItem.h-2VMZUPJ8V7UKE differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/_locale_t.h-WOA8STU2H2KE b/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/_locale_t.h-WOA8STU2H2KE
new file mode 100644
index 0000000..19c8766
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/_locale_t.h-WOA8STU2H2KE differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/KH/CGPDFContext.h-1C31Q4HT6LEKH b/.build/arm64-apple-macosx/debug/index/store/v5/records/KH/CGPDFContext.h-1C31Q4HT6LEKH
new file mode 100644
index 0000000..5c6a51a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/KH/CGPDFContext.h-1C31Q4HT6LEKH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/KH/IOSurfaceObjC.h-1J7OBONV8C5KH b/.build/arm64-apple-macosx/debug/index/store/v5/records/KH/IOSurfaceObjC.h-1J7OBONV8C5KH
new file mode 100644
index 0000000..4b12fe3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/KH/IOSurfaceObjC.h-1J7OBONV8C5KH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/KH/_guid_t.h-11NMPH36XTIKH b/.build/arm64-apple-macosx/debug/index/store/v5/records/KH/_guid_t.h-11NMPH36XTIKH
new file mode 100644
index 0000000..e466016
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/KH/_guid_t.h-11NMPH36XTIKH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/KI/IOHIDTransaction.h-20S7JERGHEZKI b/.build/arm64-apple-macosx/debug/index/store/v5/records/KI/IOHIDTransaction.h-20S7JERGHEZKI
new file mode 100644
index 0000000..cfee820
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/KI/IOHIDTransaction.h-20S7JERGHEZKI differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/KI/NSErrors.h-3FBTPL0MJDDKI b/.build/arm64-apple-macosx/debug/index/store/v5/records/KI/NSErrors.h-3FBTPL0MJDDKI
new file mode 100644
index 0000000..24053be
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/KI/NSErrors.h-3FBTPL0MJDDKI differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/KI/SPRotation3DFloat.h-2FL5I392F2NKI b/.build/arm64-apple-macosx/debug/index/store/v5/records/KI/SPRotation3DFloat.h-2FL5I392F2NKI
new file mode 100644
index 0000000..8936d23
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/KI/SPRotation3DFloat.h-2FL5I392F2NKI differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/KI/arm64e-apple-macos.swiftinterface_KeyPaths-3RLG53VQUCBKI b/.build/arm64-apple-macosx/debug/index/store/v5/records/KI/arm64e-apple-macos.swiftinterface_KeyPaths-3RLG53VQUCBKI
new file mode 100644
index 0000000..dec655e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/KI/arm64e-apple-macos.swiftinterface_KeyPaths-3RLG53VQUCBKI differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/LSQuarantine.h-18R0I488Z02KJ b/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/LSQuarantine.h-18R0I488Z02KJ
new file mode 100644
index 0000000..2b529df
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/LSQuarantine.h-18R0I488Z02KJ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/inet.h-11F05ZXC5T2KJ b/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/inet.h-11F05ZXC5T2KJ
new file mode 100644
index 0000000..b83d887
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/inet.h-11F05ZXC5T2KJ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/KL/if_utun.h-OSO4GDLSREKL b/.build/arm64-apple-macosx/debug/index/store/v5/records/KL/if_utun.h-OSO4GDLSREKL
new file mode 100644
index 0000000..0140bae
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/KL/if_utun.h-OSO4GDLSREKL differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/KL/language.h-3MGHPE4GPWSKL b/.build/arm64-apple-macosx/debug/index/store/v5/records/KL/language.h-3MGHPE4GPWSKL
new file mode 100644
index 0000000..44e95ff
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/KL/language.h-3MGHPE4GPWSKL differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/KL/sdt_isa.h-1VREDZXGE7YKL b/.build/arm64-apple-macosx/debug/index/store/v5/records/KL/sdt_isa.h-1VREDZXGE7YKL
new file mode 100644
index 0000000..158fa28
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/KL/sdt_isa.h-1VREDZXGE7YKL differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/KM/AVPlayerItemIntegratedTimeline.h-2TJAT5GKYAIKM b/.build/arm64-apple-macosx/debug/index/store/v5/records/KM/AVPlayerItemIntegratedTimeline.h-2TJAT5GKYAIKM
new file mode 100644
index 0000000..159bb98
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/KM/AVPlayerItemIntegratedTimeline.h-2TJAT5GKYAIKM differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/KM/NSXMLParser.h-2BQLYCW2KEYKM b/.build/arm64-apple-macosx/debug/index/store/v5/records/KM/NSXMLParser.h-2BQLYCW2KEYKM
new file mode 100644
index 0000000..785257d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/KM/NSXMLParser.h-2BQLYCW2KEYKM differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/CGContext.h-URC185TAODKN b/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/CGContext.h-URC185TAODKN
new file mode 100644
index 0000000..6d31e02
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/CGContext.h-URC185TAODKN differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/ColorSyncDevice.h-1AQHB24RQ9FKN b/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/ColorSyncDevice.h-1AQHB24RQ9FKN
new file mode 100644
index 0000000..ae3fe8b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/ColorSyncDevice.h-1AQHB24RQ9FKN differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/HIGeometry.h-371N6VCYQCYKN b/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/HIGeometry.h-371N6VCYQCYKN
new file mode 100644
index 0000000..6f1ef68
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/HIGeometry.h-371N6VCYQCYKN differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/KP/AVContinuityDevice.h-10KQVNCYN8AKP b/.build/arm64-apple-macosx/debug/index/store/v5/records/KP/AVContinuityDevice.h-10KQVNCYN8AKP
new file mode 100644
index 0000000..1a4c30f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/KP/AVContinuityDevice.h-10KQVNCYN8AKP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/KP/MTLVisibleFunctionTable.h-1QHZL1E0E05KP b/.build/arm64-apple-macosx/debug/index/store/v5/records/KP/MTLVisibleFunctionTable.h-1QHZL1E0E05KP
new file mode 100644
index 0000000..fc1c45e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/KP/MTLVisibleFunctionTable.h-1QHZL1E0E05KP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/KP/audit_session.h-366ZEDQQPJ3KP b/.build/arm64-apple-macosx/debug/index/store/v5/records/KP/audit_session.h-366ZEDQQPJ3KP
new file mode 100644
index 0000000..9fe3fa1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/KP/audit_session.h-366ZEDQQPJ3KP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/KP/host_reboot.h-1YFJ2L8YS58KP b/.build/arm64-apple-macosx/debug/index/store/v5/records/KP/host_reboot.h-1YFJ2L8YS58KP
new file mode 100644
index 0000000..6bbe539
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/KP/host_reboot.h-1YFJ2L8YS58KP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/KQ/CSIdentityBase.h-1EUPG01T64ZKQ b/.build/arm64-apple-macosx/debug/index/store/v5/records/KQ/CSIdentityBase.h-1EUPG01T64ZKQ
new file mode 100644
index 0000000..c750605
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/KQ/CSIdentityBase.h-1EUPG01T64ZKQ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/KQ/ColorSyncProfile.h-2X1CHE3BOZ8KQ b/.build/arm64-apple-macosx/debug/index/store/v5/records/KQ/ColorSyncProfile.h-2X1CHE3BOZ8KQ
new file mode 100644
index 0000000..e767b24
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/KQ/ColorSyncProfile.h-2X1CHE3BOZ8KQ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/KQ/MTLBuffer.h-335EJPM08BQKQ b/.build/arm64-apple-macosx/debug/index/store/v5/records/KQ/MTLBuffer.h-335EJPM08BQKQ
new file mode 100644
index 0000000..a4b23c2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/KQ/MTLBuffer.h-335EJPM08BQKQ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/KQ/NSPickerTouchBarItem.h-1HOCMA9IEAFKQ b/.build/arm64-apple-macosx/debug/index/store/v5/records/KQ/NSPickerTouchBarItem.h-1HOCMA9IEAFKQ
new file mode 100644
index 0000000..d99f6cb
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/KQ/NSPickerTouchBarItem.h-1HOCMA9IEAFKQ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/KQ/raw_ip6.h-E92EM02H92KQ b/.build/arm64-apple-macosx/debug/index/store/v5/records/KQ/raw_ip6.h-E92EM02H92KQ
new file mode 100644
index 0000000..41de67b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/KQ/raw_ip6.h-E92EM02H92KQ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/KS/NSMenu.h-1X24KM6KU83KS b/.build/arm64-apple-macosx/debug/index/store/v5/records/KS/NSMenu.h-1X24KM6KU83KS
new file mode 100644
index 0000000..87d6d33
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/KS/NSMenu.h-1X24KM6KU83KS differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/KT/IOCFPlugIn.h-29P2SK2CO25KT b/.build/arm64-apple-macosx/debug/index/store/v5/records/KT/IOCFPlugIn.h-29P2SK2CO25KT
new file mode 100644
index 0000000..74e8b16
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/KT/IOCFPlugIn.h-29P2SK2CO25KT differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/KT/NSAccessibilityConstants.h-3CT4ZEMH4KZKT b/.build/arm64-apple-macosx/debug/index/store/v5/records/KT/NSAccessibilityConstants.h-3CT4ZEMH4KZKT
new file mode 100644
index 0000000..1b88503
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/KT/NSAccessibilityConstants.h-3CT4ZEMH4KZKT differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/KT/SecProtocolTypes.h-AMTT68BWVKT b/.build/arm64-apple-macosx/debug/index/store/v5/records/KT/SecProtocolTypes.h-AMTT68BWVKT
new file mode 100644
index 0000000..d15155a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/KT/SecProtocolTypes.h-AMTT68BWVKT differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/KT/TranslationExtensions.h-2LV5QCOZUG7KT b/.build/arm64-apple-macosx/debug/index/store/v5/records/KT/TranslationExtensions.h-2LV5QCOZUG7KT
new file mode 100644
index 0000000..9b8cc3a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/KT/TranslationExtensions.h-2LV5QCOZUG7KT differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/KV/NSSplitViewItemAccessoryViewController.h-2JWMTA44XBTKV b/.build/arm64-apple-macosx/debug/index/store/v5/records/KV/NSSplitViewItemAccessoryViewController.h-2JWMTA44XBTKV
new file mode 100644
index 0000000..8dfadae
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/KV/NSSplitViewItemAccessoryViewController.h-2JWMTA44XBTKV differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/KV/_key_t.h-FG2O1960JQKV b/.build/arm64-apple-macosx/debug/index/store/v5/records/KV/_key_t.h-FG2O1960JQKV
new file mode 100644
index 0000000..6591ce0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/KV/_key_t.h-FG2O1960JQKV differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/KW/tcpip.h-3ISDDHKQKOXKW b/.build/arm64-apple-macosx/debug/index/store/v5/records/KW/tcpip.h-3ISDDHKQKOXKW
new file mode 100644
index 0000000..f63d9f0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/KW/tcpip.h-3ISDDHKQKOXKW differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/KX/Base.h-193ZAB0RN3BKX b/.build/arm64-apple-macosx/debug/index/store/v5/records/KX/Base.h-193ZAB0RN3BKX
new file mode 100644
index 0000000..f1bd4a7
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/KX/Base.h-193ZAB0RN3BKX differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/KX/NSGlassEffectView.h-2I4JL9PM7CJKX b/.build/arm64-apple-macosx/debug/index/store/v5/records/KX/NSGlassEffectView.h-2I4JL9PM7CJKX
new file mode 100644
index 0000000..bd2d452
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/KX/NSGlassEffectView.h-2I4JL9PM7CJKX differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/KY/copyfile.h-38KJ5AXIAKEKY b/.build/arm64-apple-macosx/debug/index/store/v5/records/KY/copyfile.h-38KJ5AXIAKEKY
new file mode 100644
index 0000000..753d332
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/KY/copyfile.h-38KJ5AXIAKEKY differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/L1/AVPortraitEffectsMatte.h-Z7XB6RDD4VL1 b/.build/arm64-apple-macosx/debug/index/store/v5/records/L1/AVPortraitEffectsMatte.h-Z7XB6RDD4VL1
new file mode 100644
index 0000000..9a9a799
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/L1/AVPortraitEffectsMatte.h-Z7XB6RDD4VL1 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/L1/MTL4LibraryDescriptor.h-WI63HZ6IH9L1 b/.build/arm64-apple-macosx/debug/index/store/v5/records/L1/MTL4LibraryDescriptor.h-WI63HZ6IH9L1
new file mode 100644
index 0000000..abcc030
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/L1/MTL4LibraryDescriptor.h-WI63HZ6IH9L1 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/L1/NSTableCellView.h-LI1C5SONKML1 b/.build/arm64-apple-macosx/debug/index/store/v5/records/L1/NSTableCellView.h-LI1C5SONKML1
new file mode 100644
index 0000000..1ac18a1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/L1/NSTableCellView.h-LI1C5SONKML1 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/L2/MTLFunctionLog.h-2MB2CRMUZ3NL2 b/.build/arm64-apple-macosx/debug/index/store/v5/records/L2/MTLFunctionLog.h-2MB2CRMUZ3NL2
new file mode 100644
index 0000000..9619d4e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/L2/MTLFunctionLog.h-2MB2CRMUZ3NL2 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/L2/matrix_types.h-2QHKBXG7DFJL2 b/.build/arm64-apple-macosx/debug/index/store/v5/records/L2/matrix_types.h-2QHKBXG7DFJL2
new file mode 100644
index 0000000..2d5ac93
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/L2/matrix_types.h-2QHKBXG7DFJL2 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/L3/NSPropertyMapping.h-14LCPEH800SL3 b/.build/arm64-apple-macosx/debug/index/store/v5/records/L3/NSPropertyMapping.h-14LCPEH800SL3
new file mode 100644
index 0000000..24a45fe
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/L3/NSPropertyMapping.h-14LCPEH800SL3 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/L3/_caddr_t.h-13CMSBL2SPFL3 b/.build/arm64-apple-macosx/debug/index/store/v5/records/L3/_caddr_t.h-13CMSBL2SPFL3
new file mode 100644
index 0000000..bb61bb1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/L3/_caddr_t.h-13CMSBL2SPFL3 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/L4/compact_unwind_encoding.h-3UOTB5SA6MCL4 b/.build/arm64-apple-macosx/debug/index/store/v5/records/L4/compact_unwind_encoding.h-3UOTB5SA6MCL4
new file mode 100644
index 0000000..80b8762
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/L4/compact_unwind_encoding.h-3UOTB5SA6MCL4 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/L4/ip.h-3TPTEPOEBGNL4 b/.build/arm64-apple-macosx/debug/index/store/v5/records/L4/ip.h-3TPTEPOEBGNL4
new file mode 100644
index 0000000..f975567
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/L4/ip.h-3TPTEPOEBGNL4 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/L4/mman.h-HBDJFXU719L4 b/.build/arm64-apple-macosx/debug/index/store/v5/records/L4/mman.h-HBDJFXU719L4
new file mode 100644
index 0000000..01ec48a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/L4/mman.h-HBDJFXU719L4 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/L4/ndr_def.h-ZZA3IEUUROL4 b/.build/arm64-apple-macosx/debug/index/store/v5/records/L4/ndr_def.h-ZZA3IEUUROL4
new file mode 100644
index 0000000..970ac07
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/L4/ndr_def.h-ZZA3IEUUROL4 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/L6/MIDIThruConnection.h-KUMMOKUB56L6 b/.build/arm64-apple-macosx/debug/index/store/v5/records/L6/MIDIThruConnection.h-KUMMOKUB56L6
new file mode 100644
index 0000000..df974c6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/L6/MIDIThruConnection.h-KUMMOKUB56L6 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/L6/asm.h-28UD7C38W6AL6 b/.build/arm64-apple-macosx/debug/index/store/v5/records/L6/asm.h-28UD7C38W6AL6
new file mode 100644
index 0000000..647d290
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/L6/asm.h-28UD7C38W6AL6 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/L7/NSXMLDTD.h-2S30HGE7VGAL7 b/.build/arm64-apple-macosx/debug/index/store/v5/records/L7/NSXMLDTD.h-2S30HGE7VGAL7
new file mode 100644
index 0000000..3562423
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/L7/NSXMLDTD.h-2S30HGE7VGAL7 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/L8/CAEmitterCell.h-1YE8K7P845XL8 b/.build/arm64-apple-macosx/debug/index/store/v5/records/L8/CAEmitterCell.h-1YE8K7P845XL8
new file mode 100644
index 0000000..ffb6525
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/L8/CAEmitterCell.h-1YE8K7P845XL8 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/L8/SecureTransport.h-3UW7VKQTYZSL8 b/.build/arm64-apple-macosx/debug/index/store/v5/records/L8/SecureTransport.h-3UW7VKQTYZSL8
new file mode 100644
index 0000000..c64bd83
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/L8/SecureTransport.h-3UW7VKQTYZSL8 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/L9/AVAssetImageGenerator.h-18YLNREINYL9 b/.build/arm64-apple-macosx/debug/index/store/v5/records/L9/AVAssetImageGenerator.h-18YLNREINYL9
new file mode 100644
index 0000000..3b65b86
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/L9/AVAssetImageGenerator.h-18YLNREINYL9 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/L9/_fsid_t.h-1SM0SQA5KGXL9 b/.build/arm64-apple-macosx/debug/index/store/v5/records/L9/_fsid_t.h-1SM0SQA5KGXL9
new file mode 100644
index 0000000..1e2f36c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/L9/_fsid_t.h-1SM0SQA5KGXL9 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/LA/MTLTextureViewPool.h-AME70TZSQ2LA b/.build/arm64-apple-macosx/debug/index/store/v5/records/LA/MTLTextureViewPool.h-AME70TZSQ2LA
new file mode 100644
index 0000000..dd318fc
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/LA/MTLTextureViewPool.h-AME70TZSQ2LA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/LA/NSTokenFieldCell.h-2VJDW3VICMDLA b/.build/arm64-apple-macosx/debug/index/store/v5/records/LA/NSTokenFieldCell.h-2VJDW3VICMDLA
new file mode 100644
index 0000000..8aae22a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/LA/NSTokenFieldCell.h-2VJDW3VICMDLA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/LC/_pid_t.h-2FE53P1CFSQLC b/.build/arm64-apple-macosx/debug/index/store/v5/records/LC/_pid_t.h-2FE53P1CFSQLC
new file mode 100644
index 0000000..b0ce020
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/LC/_pid_t.h-2FE53P1CFSQLC differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/LD/MTLIOCommandBuffer.h-1I2LUTTY2FRLD b/.build/arm64-apple-macosx/debug/index/store/v5/records/LD/MTLIOCommandBuffer.h-1I2LUTTY2FRLD
new file mode 100644
index 0000000..3ed2044
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/LD/MTLIOCommandBuffer.h-1I2LUTTY2FRLD differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/LE/IOKitLib.h-2IFO4Y3HF26LE b/.build/arm64-apple-macosx/debug/index/store/v5/records/LE/IOKitLib.h-2IFO4Y3HF26LE
new file mode 100644
index 0000000..6015d1a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/LE/IOKitLib.h-2IFO4Y3HF26LE differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/LE/NSHTTPCookie.h-2EPI7RZ9WWLE b/.build/arm64-apple-macosx/debug/index/store/v5/records/LE/NSHTTPCookie.h-2EPI7RZ9WWLE
new file mode 100644
index 0000000..b0fbcf6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/LE/NSHTTPCookie.h-2EPI7RZ9WWLE differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/LE/StructuresFloat.h-QK491OBKZULE b/.build/arm64-apple-macosx/debug/index/store/v5/records/LE/StructuresFloat.h-QK491OBKZULE
new file mode 100644
index 0000000..3ea03cc
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/LE/StructuresFloat.h-QK491OBKZULE differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/LE/sync_policy.h-1WVV1INCZXSLE b/.build/arm64-apple-macosx/debug/index/store/v5/records/LE/sync_policy.h-1WVV1INCZXSLE
new file mode 100644
index 0000000..cdfecc3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/LE/sync_policy.h-1WVV1INCZXSLE differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/LF/AVAudioMixerNode.h-2QVTG8PC02KLF b/.build/arm64-apple-macosx/debug/index/store/v5/records/LF/AVAudioMixerNode.h-2QVTG8PC02KLF
new file mode 100644
index 0000000..6cf43f9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/LF/AVAudioMixerNode.h-2QVTG8PC02KLF differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/LF/NSFileCoordinator.h-3OHIJGGJONLLF b/.build/arm64-apple-macosx/debug/index/store/v5/records/LF/NSFileCoordinator.h-3OHIJGGJONLLF
new file mode 100644
index 0000000..1619f41
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/LF/NSFileCoordinator.h-3OHIJGGJONLLF differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/LG/NSControl.h-3GF04US20HQLG b/.build/arm64-apple-macosx/debug/index/store/v5/records/LG/NSControl.h-3GF04US20HQLG
new file mode 100644
index 0000000..07982dd
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/LG/NSControl.h-3GF04US20HQLG differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/LG/NSShadow.h-7519A5HDA6LG b/.build/arm64-apple-macosx/debug/index/store/v5/records/LG/NSShadow.h-7519A5HDA6LG
new file mode 100644
index 0000000..bf8cfe9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/LG/NSShadow.h-7519A5HDA6LG differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/LG/NSUserNotification.h-3H4ZTUWY9ZYLG b/.build/arm64-apple-macosx/debug/index/store/v5/records/LG/NSUserNotification.h-3H4ZTUWY9ZYLG
new file mode 100644
index 0000000..3d72fdd
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/LG/NSUserNotification.h-3H4ZTUWY9ZYLG differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/LG/_timeval32.h-3V6614BKN7ALG b/.build/arm64-apple-macosx/debug/index/store/v5/records/LG/_timeval32.h-3V6614BKN7ALG
new file mode 100644
index 0000000..e4b1b5e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/LG/_timeval32.h-3V6614BKN7ALG differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/LG/arm64e-apple-macos.swiftinterface-AN7DHLD902LG b/.build/arm64-apple-macosx/debug/index/store/v5/records/LG/arm64e-apple-macos.swiftinterface-AN7DHLD902LG
new file mode 100644
index 0000000..cd04b83
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/LG/arm64e-apple-macos.swiftinterface-AN7DHLD902LG differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/LG/gl.h-3UN5HVYR93VLG b/.build/arm64-apple-macosx/debug/index/store/v5/records/LG/gl.h-3UN5HVYR93VLG
new file mode 100644
index 0000000..22f0a6d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/LG/gl.h-3UN5HVYR93VLG differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/LH/NSScriptCommandDescription.h-2HZ34EVOI35LH b/.build/arm64-apple-macosx/debug/index/store/v5/records/LH/NSScriptCommandDescription.h-2HZ34EVOI35LH
new file mode 100644
index 0000000..cdfa612
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/LH/NSScriptCommandDescription.h-2HZ34EVOI35LH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/LH/launch.h-1KMHQM2WJJFLH b/.build/arm64-apple-macosx/debug/index/store/v5/records/LH/launch.h-1KMHQM2WJJFLH
new file mode 100644
index 0000000..fb78df3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/LH/launch.h-1KMHQM2WJJFLH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/LI/MIDISetup.h-37OXP218L5VLI b/.build/arm64-apple-macosx/debug/index/store/v5/records/LI/MIDISetup.h-37OXP218L5VLI
new file mode 100644
index 0000000..f525b22
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/LI/MIDISetup.h-37OXP218L5VLI differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/LI/NSBackgroundExtensionView.h-1NOPZNGDH0KLI b/.build/arm64-apple-macosx/debug/index/store/v5/records/LI/NSBackgroundExtensionView.h-1NOPZNGDH0KLI
new file mode 100644
index 0000000..f618c74
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/LI/NSBackgroundExtensionView.h-1NOPZNGDH0KLI differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/LJ/AVAssetPlaybackAssistant.h-1CBLI1S9TU1LJ b/.build/arm64-apple-macosx/debug/index/store/v5/records/LJ/AVAssetPlaybackAssistant.h-1CBLI1S9TU1LJ
new file mode 100644
index 0000000..f1cbdf6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/LJ/AVAssetPlaybackAssistant.h-1CBLI1S9TU1LJ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/LJ/NSTextLayoutManager.h-86KYA0M9Y5LJ b/.build/arm64-apple-macosx/debug/index/store/v5/records/LJ/NSTextLayoutManager.h-86KYA0M9Y5LJ
new file mode 100644
index 0000000..6ab7b7a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/LJ/NSTextLayoutManager.h-86KYA0M9Y5LJ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/LK/AVAudioUnitEQ.h-ZT0VADEW24LK b/.build/arm64-apple-macosx/debug/index/store/v5/records/LK/AVAudioUnitEQ.h-ZT0VADEW24LK
new file mode 100644
index 0000000..ff0a429
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/LK/AVAudioUnitEQ.h-ZT0VADEW24LK differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/LL/MTLFunctionHandle.h-1I0IHM5PENBLL b/.build/arm64-apple-macosx/debug/index/store/v5/records/LL/MTLFunctionHandle.h-1I0IHM5PENBLL
new file mode 100644
index 0000000..de73819
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/LL/MTLFunctionHandle.h-1I0IHM5PENBLL differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/LM/AVAssetCache.h-2J51G26Q394LM b/.build/arm64-apple-macosx/debug/index/store/v5/records/LM/AVAssetCache.h-2J51G26Q394LM
new file mode 100644
index 0000000..0e59fbd
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/LM/AVAssetCache.h-2J51G26Q394LM differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/LN/CTFramesetter.h-1SD1YEIZBJ5LN b/.build/arm64-apple-macosx/debug/index/store/v5/records/LN/CTFramesetter.h-1SD1YEIZBJ5LN
new file mode 100644
index 0000000..dfafadc
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/LN/CTFramesetter.h-1SD1YEIZBJ5LN differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/LO/IOCFSerialize.h-39VER8JKSJYLO b/.build/arm64-apple-macosx/debug/index/store/v5/records/LO/IOCFSerialize.h-39VER8JKSJYLO
new file mode 100644
index 0000000..488da5c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/LO/IOCFSerialize.h-39VER8JKSJYLO differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/LO/NSExtensionContext.h-29MCR4RXTJSLO b/.build/arm64-apple-macosx/debug/index/store/v5/records/LO/NSExtensionContext.h-29MCR4RXTJSLO
new file mode 100644
index 0000000..92947dd
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/LO/NSExtensionContext.h-29MCR4RXTJSLO differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/LO/stdbool.h-1TBOA4V1O4GLO b/.build/arm64-apple-macosx/debug/index/store/v5/records/LO/stdbool.h-1TBOA4V1O4GLO
new file mode 100644
index 0000000..96bf919
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/LO/stdbool.h-1TBOA4V1O4GLO differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/LP/IOAudioDefines.h-CUQ2PPWOSJLP b/.build/arm64-apple-macosx/debug/index/store/v5/records/LP/IOAudioDefines.h-CUQ2PPWOSJLP
new file mode 100644
index 0000000..34f9f70
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/LP/IOAudioDefines.h-CUQ2PPWOSJLP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/LP/NSPathComponentCell.h-1JWVMWYF2S9LP b/.build/arm64-apple-macosx/debug/index/store/v5/records/LP/NSPathComponentCell.h-1JWVMWYF2S9LP
new file mode 100644
index 0000000..406b660
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/LP/NSPathComponentCell.h-1JWVMWYF2S9LP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/LP/mach_debug_types.h-T33UBUDO16LP b/.build/arm64-apple-macosx/debug/index/store/v5/records/LP/mach_debug_types.h-T33UBUDO16LP
new file mode 100644
index 0000000..87575cf
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/LP/mach_debug_types.h-T33UBUDO16LP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/LQ/CMTime.h-3RWA937D6PPLQ b/.build/arm64-apple-macosx/debug/index/store/v5/records/LQ/CMTime.h-3RWA937D6PPLQ
new file mode 100644
index 0000000..932856d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/LQ/CMTime.h-3RWA937D6PPLQ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/LQ/MTLRasterizationRate.h-1OLTIJ80784LQ b/.build/arm64-apple-macosx/debug/index/store/v5/records/LQ/MTLRasterizationRate.h-1OLTIJ80784LQ
new file mode 100644
index 0000000..d626533
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/LQ/MTLRasterizationRate.h-1OLTIJ80784LQ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/LQ/mach_voucher_types.h-3BR6Q0DZ1XTLQ b/.build/arm64-apple-macosx/debug/index/store/v5/records/LQ/mach_voucher_types.h-3BR6Q0DZ1XTLQ
new file mode 100644
index 0000000..51883f8
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/LQ/mach_voucher_types.h-3BR6Q0DZ1XTLQ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/LR/SPPose3DFloat.h-32VYCXKM331LR b/.build/arm64-apple-macosx/debug/index/store/v5/records/LR/SPPose3DFloat.h-32VYCXKM331LR
new file mode 100644
index 0000000..f9caee6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/LR/SPPose3DFloat.h-32VYCXKM331LR differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/LS/IOBDTypes.h-33C9GAFIJD8LS b/.build/arm64-apple-macosx/debug/index/store/v5/records/LS/IOBDTypes.h-33C9GAFIJD8LS
new file mode 100644
index 0000000..d61e8fc
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/LS/IOBDTypes.h-33C9GAFIJD8LS differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/LS/NSTableHeaderView.h-38T5ZDD8B0KLS b/.build/arm64-apple-macosx/debug/index/store/v5/records/LS/NSTableHeaderView.h-38T5ZDD8B0KLS
new file mode 100644
index 0000000..124e979
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/LS/NSTableHeaderView.h-38T5ZDD8B0KLS differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/LS/vector_make.h-EMVWFCAVZGLS b/.build/arm64-apple-macosx/debug/index/store/v5/records/LS/vector_make.h-EMVWFCAVZGLS
new file mode 100644
index 0000000..95af625
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/LS/vector_make.h-EMVWFCAVZGLS differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/LT/AVCaptureControl.h-DQ8KFTEZ2ALT b/.build/arm64-apple-macosx/debug/index/store/v5/records/LT/AVCaptureControl.h-DQ8KFTEZ2ALT
new file mode 100644
index 0000000..d139837
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/LT/AVCaptureControl.h-DQ8KFTEZ2ALT differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/LT/AVMovie.h-1FBVH0SXLSYLT b/.build/arm64-apple-macosx/debug/index/store/v5/records/LT/AVMovie.h-1FBVH0SXLSYLT
new file mode 100644
index 0000000..739a1fa
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/LT/AVMovie.h-1FBVH0SXLSYLT differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/LT/AVSampleBufferVideoRenderer.h-1SQ3884ONJNLT b/.build/arm64-apple-macosx/debug/index/store/v5/records/LT/AVSampleBufferVideoRenderer.h-1SQ3884ONJNLT
new file mode 100644
index 0000000..94622ff
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/LT/AVSampleBufferVideoRenderer.h-1SQ3884ONJNLT differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/LT/attr.h-6LNGWREMUCLT b/.build/arm64-apple-macosx/debug/index/store/v5/records/LT/attr.h-6LNGWREMUCLT
new file mode 100644
index 0000000..12650ac
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/LT/attr.h-6LNGWREMUCLT differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/LU/IOEthernetStats.h-1ETN6UWI029LU b/.build/arm64-apple-macosx/debug/index/store/v5/records/LU/IOEthernetStats.h-1ETN6UWI029LU
new file mode 100644
index 0000000..94d0c7a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/LU/IOEthernetStats.h-1ETN6UWI029LU differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/LV/NSCustomTouchBarItem.h-3V81KFLFDXKLV b/.build/arm64-apple-macosx/debug/index/store/v5/records/LV/NSCustomTouchBarItem.h-3V81KFLFDXKLV
new file mode 100644
index 0000000..97276d1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/LV/NSCustomTouchBarItem.h-3V81KFLFDXKLV differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/LV/NSDateFormatter.h-293F94T99PSLV b/.build/arm64-apple-macosx/debug/index/store/v5/records/LV/NSDateFormatter.h-293F94T99PSLV
new file mode 100644
index 0000000..60bc4a4
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/LV/NSDateFormatter.h-293F94T99PSLV differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/LW/processor_info.h-X417N9EH61LW b/.build/arm64-apple-macosx/debug/index/store/v5/records/LW/processor_info.h-X417N9EH61LW
new file mode 100644
index 0000000..0a6ee79
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/LW/processor_info.h-X417N9EH61LW differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/LY/AudioServerPlugIn.h-2VTYCE5WMDZLY b/.build/arm64-apple-macosx/debug/index/store/v5/records/LY/AudioServerPlugIn.h-2VTYCE5WMDZLY
new file mode 100644
index 0000000..1a3cb0c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/LY/AudioServerPlugIn.h-2VTYCE5WMDZLY differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/LZ/CoreDataErrors.h-1IJJXYW071YLZ b/.build/arm64-apple-macosx/debug/index/store/v5/records/LZ/CoreDataErrors.h-1IJJXYW071YLZ
new file mode 100644
index 0000000..7c97e42
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/LZ/CoreDataErrors.h-1IJJXYW071YLZ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/LZ/NSDiffableDataSource.h-1Q72CUI8PIRLZ b/.build/arm64-apple-macosx/debug/index/store/v5/records/LZ/NSDiffableDataSource.h-1Q72CUI8PIRLZ
new file mode 100644
index 0000000..ced6352
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/LZ/NSDiffableDataSource.h-1Q72CUI8PIRLZ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/LZ/NSDockTile.h-2YIWX2C9R34LZ b/.build/arm64-apple-macosx/debug/index/store/v5/records/LZ/NSDockTile.h-2YIWX2C9R34LZ
new file mode 100644
index 0000000..ad344a8
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/LZ/NSDockTile.h-2YIWX2C9R34LZ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/LZ/NSGarbageCollector.h-12KVC0HYEVGLZ b/.build/arm64-apple-macosx/debug/index/store/v5/records/LZ/NSGarbageCollector.h-12KVC0HYEVGLZ
new file mode 100644
index 0000000..f2bc86d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/LZ/NSGarbageCollector.h-12KVC0HYEVGLZ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/LZ/vnode.h-15APJXGN11PLZ b/.build/arm64-apple-macosx/debug/index/store/v5/records/LZ/vnode.h-15APJXGN11PLZ
new file mode 100644
index 0000000..e9d8da2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/LZ/vnode.h-15APJXGN11PLZ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/M1/NSSavePanel.h-NDDIGOEZXAM1 b/.build/arm64-apple-macosx/debug/index/store/v5/records/M1/NSSavePanel.h-NDDIGOEZXAM1
new file mode 100644
index 0000000..846493a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/M1/NSSavePanel.h-NDDIGOEZXAM1 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/M1/vm_page_size.h-3FDTGWCYFUWM1 b/.build/arm64-apple-macosx/debug/index/store/v5/records/M1/vm_page_size.h-3FDTGWCYFUWM1
new file mode 100644
index 0000000..7b948a2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/M1/vm_page_size.h-3FDTGWCYFUWM1 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/M2/NSColorWell.h-SECOE6CYMWM2 b/.build/arm64-apple-macosx/debug/index/store/v5/records/M2/NSColorWell.h-SECOE6CYMWM2
new file mode 100644
index 0000000..1572ed9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/M2/NSColorWell.h-SECOE6CYMWM2 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/M2/NSUnit.h-Z36UL0UF51M2 b/.build/arm64-apple-macosx/debug/index/store/v5/records/M2/NSUnit.h-Z36UL0UF51M2
new file mode 100644
index 0000000..fee6ff6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/M2/NSUnit.h-Z36UL0UF51M2 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/M2/_pthread_rwlock_t.h-D4SHZJTDCLM2 b/.build/arm64-apple-macosx/debug/index/store/v5/records/M2/_pthread_rwlock_t.h-D4SHZJTDCLM2
new file mode 100644
index 0000000..946160e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/M2/_pthread_rwlock_t.h-D4SHZJTDCLM2 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/M3/arm64e-apple-macos.swiftinterface_Collection-437G0Y86GBM3 b/.build/arm64-apple-macosx/debug/index/store/v5/records/M3/arm64e-apple-macos.swiftinterface_Collection-437G0Y86GBM3
new file mode 100644
index 0000000..c748324
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/M3/arm64e-apple-macos.swiftinterface_Collection-437G0Y86GBM3 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/M5/AVCaptureSession.h-3J0OUSZ6EK1M5 b/.build/arm64-apple-macosx/debug/index/store/v5/records/M5/AVCaptureSession.h-3J0OUSZ6EK1M5
new file mode 100644
index 0000000..a3e5ba5
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/M5/AVCaptureSession.h-3J0OUSZ6EK1M5 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/M6/IOHIDProperties.h-2NZQTULKQ6SM6 b/.build/arm64-apple-macosx/debug/index/store/v5/records/M6/IOHIDProperties.h-2NZQTULKQ6SM6
new file mode 100644
index 0000000..43ddfb2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/M6/IOHIDProperties.h-2NZQTULKQ6SM6 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/M6/_pthread_once_t.h-2P5WKU6353VM6 b/.build/arm64-apple-macosx/debug/index/store/v5/records/M6/_pthread_once_t.h-2P5WKU6353VM6
new file mode 100644
index 0000000..efdd5fc
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/M6/_pthread_once_t.h-2P5WKU6353VM6 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/M7/Debugging.h-E15FBNARSEM7 b/.build/arm64-apple-macosx/debug/index/store/v5/records/M7/Debugging.h-E15FBNARSEM7
new file mode 100644
index 0000000..39337eb
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/M7/Debugging.h-E15FBNARSEM7 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/M7/IOHIDParameter.h-IDDVFLPQBGM7 b/.build/arm64-apple-macosx/debug/index/store/v5/records/M7/IOHIDParameter.h-IDDVFLPQBGM7
new file mode 100644
index 0000000..e993166
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/M7/IOHIDParameter.h-IDDVFLPQBGM7 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/M8/AVCaptureStillImageOutput.h-3685N4U6LO0M8 b/.build/arm64-apple-macosx/debug/index/store/v5/records/M8/AVCaptureStillImageOutput.h-3685N4U6LO0M8
new file mode 100644
index 0000000..b9f494c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/M8/AVCaptureStillImageOutput.h-3685N4U6LO0M8 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/M8/MIDIBluetoothConnection.h-3PJ1NYIZGHYM8 b/.build/arm64-apple-macosx/debug/index/store/v5/records/M8/MIDIBluetoothConnection.h-3PJ1NYIZGHYM8
new file mode 100644
index 0000000..b4e4ac2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/M8/MIDIBluetoothConnection.h-3PJ1NYIZGHYM8 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/M8/arm64e-apple-macos.swiftinterface-1P96FBH6UCQM8 b/.build/arm64-apple-macosx/debug/index/store/v5/records/M8/arm64e-apple-macos.swiftinterface-1P96FBH6UCQM8
new file mode 100644
index 0000000..7d23e54
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/M8/arm64e-apple-macos.swiftinterface-1P96FBH6UCQM8 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/M8/sbuf.h-3BMA2QO915MM8 b/.build/arm64-apple-macosx/debug/index/store/v5/records/M8/sbuf.h-3BMA2QO915MM8
new file mode 100644
index 0000000..e02c5c9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/M8/sbuf.h-3BMA2QO915MM8 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/IOPMKeys.h-3N5LIM7HCE3M9 b/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/IOPMKeys.h-3N5LIM7HCE3M9
new file mode 100644
index 0000000..5868009
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/IOPMKeys.h-3N5LIM7HCE3M9 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/MTLLinkedFunctions.h-2GG6H8BYN5XM9 b/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/MTLLinkedFunctions.h-2GG6H8BYN5XM9
new file mode 100644
index 0000000..e2ca696
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/MTLLinkedFunctions.h-2GG6H8BYN5XM9 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/NSEntityDescription.h-33F0HZF2Q44M9 b/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/NSEntityDescription.h-33F0HZF2Q44M9
new file mode 100644
index 0000000..e065f41
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/NSEntityDescription.h-33F0HZF2Q44M9 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/MA/CGImageProperties.h-3T7LP13WAA3MA b/.build/arm64-apple-macosx/debug/index/store/v5/records/MA/CGImageProperties.h-3T7LP13WAA3MA
new file mode 100644
index 0000000..441bb74
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/MA/CGImageProperties.h-3T7LP13WAA3MA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/MA/UTCoreTypes.h-3CR8P5QBNC1MA b/.build/arm64-apple-macosx/debug/index/store/v5/records/MA/UTCoreTypes.h-3CR8P5QBNC1MA
new file mode 100644
index 0000000..abf71de
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/MA/UTCoreTypes.h-3CR8P5QBNC1MA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/MA/proc.h-2IQ3RIUAQQHMA b/.build/arm64-apple-macosx/debug/index/store/v5/records/MA/proc.h-2IQ3RIUAQQHMA
new file mode 100644
index 0000000..6f82d01
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/MA/proc.h-2IQ3RIUAQQHMA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/MB/IOHIDDevice.h-2TIVODRGXS7MB b/.build/arm64-apple-macosx/debug/index/store/v5/records/MB/IOHIDDevice.h-2TIVODRGXS7MB
new file mode 100644
index 0000000..5a02cbb
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/MB/IOHIDDevice.h-2TIVODRGXS7MB differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/MB/NSStoryboard.h-29UK5LE1S9AMB b/.build/arm64-apple-macosx/debug/index/store/v5/records/MB/NSStoryboard.h-29UK5LE1S9AMB
new file mode 100644
index 0000000..34c00a7
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/MB/NSStoryboard.h-29UK5LE1S9AMB differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/MB/_id_t.h-362Q6A6ME9EMB b/.build/arm64-apple-macosx/debug/index/store/v5/records/MB/_id_t.h-362Q6A6ME9EMB
new file mode 100644
index 0000000..25903cd
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/MB/_id_t.h-362Q6A6ME9EMB differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/MC/MIDIUMPMutableEndpoint.h-27KAD9T61LRMC b/.build/arm64-apple-macosx/debug/index/store/v5/records/MC/MIDIUMPMutableEndpoint.h-27KAD9T61LRMC
new file mode 100644
index 0000000..ef4004d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/MC/MIDIUMPMutableEndpoint.h-27KAD9T61LRMC differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/MD/NSPathCell.h-2AFU1N8SHHBMD b/.build/arm64-apple-macosx/debug/index/store/v5/records/MD/NSPathCell.h-2AFU1N8SHHBMD
new file mode 100644
index 0000000..d26b246
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/MD/NSPathCell.h-2AFU1N8SHHBMD differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/MD/NSURLProtectionSpace.h-2BKZ4ZPEM4NMD b/.build/arm64-apple-macosx/debug/index/store/v5/records/MD/NSURLProtectionSpace.h-2BKZ4ZPEM4NMD
new file mode 100644
index 0000000..a317957
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/MD/NSURLProtectionSpace.h-2BKZ4ZPEM4NMD differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/MD/atomic.h-31ZRXW8VCKKMD b/.build/arm64-apple-macosx/debug/index/store/v5/records/MD/atomic.h-31ZRXW8VCKKMD
new file mode 100644
index 0000000..247cd51
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/MD/atomic.h-31ZRXW8VCKKMD differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/MD/kern_control.h-3UR0OSR5VRYMD b/.build/arm64-apple-macosx/debug/index/store/v5/records/MD/kern_control.h-3UR0OSR5VRYMD
new file mode 100644
index 0000000..05db54f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/MD/kern_control.h-3UR0OSR5VRYMD differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ME/MTL4TileRenderPipeline.h-3RFSLIH1N57ME b/.build/arm64-apple-macosx/debug/index/store/v5/records/ME/MTL4TileRenderPipeline.h-3RFSLIH1N57ME
new file mode 100644
index 0000000..1540a52
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ME/MTL4TileRenderPipeline.h-3RFSLIH1N57ME differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/MF/CFAttributedString.h-PP3O3MX2FCMF b/.build/arm64-apple-macosx/debug/index/store/v5/records/MF/CFAttributedString.h-PP3O3MX2FCMF
new file mode 100644
index 0000000..f9e7967
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/MF/CFAttributedString.h-PP3O3MX2FCMF differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/MG/CFNetworkDefs.h-1MUT8HXM0JHMG b/.build/arm64-apple-macosx/debug/index/store/v5/records/MG/CFNetworkDefs.h-1MUT8HXM0JHMG
new file mode 100644
index 0000000..e3dc037
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/MG/CFNetworkDefs.h-1MUT8HXM0JHMG differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/MG/MTLResourceStateCommandEncoder.h-VUYVFIEFK7MG b/.build/arm64-apple-macosx/debug/index/store/v5/records/MG/MTLResourceStateCommandEncoder.h-VUYVFIEFK7MG
new file mode 100644
index 0000000..82cddb0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/MG/MTLResourceStateCommandEncoder.h-VUYVFIEFK7MG differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/MG/SPAffineTransform3DFloat.h-2ZY868GK51IMG b/.build/arm64-apple-macosx/debug/index/store/v5/records/MG/SPAffineTransform3DFloat.h-2ZY868GK51IMG
new file mode 100644
index 0000000..86dfed5
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/MG/SPAffineTransform3DFloat.h-2ZY868GK51IMG differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/NSMetadataAttributes.h-27M3VHHE9GJMH b/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/NSMetadataAttributes.h-27M3VHHE9GJMH
new file mode 100644
index 0000000..c0e4de4
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/NSMetadataAttributes.h-27M3VHHE9GJMH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/_wint_t.h-3AKPTTYEK6HMH b/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/_wint_t.h-3AKPTTYEK6HMH
new file mode 100644
index 0000000..59ea876
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/_wint_t.h-3AKPTTYEK6HMH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/types.h-2MW2TQ815JMH b/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/types.h-2MW2TQ815JMH
new file mode 100644
index 0000000..11585f9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/types.h-2MW2TQ815JMH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/MI/AVCaptureSpatialAudioMetadataSampleGenerator.h-1PKJRVWLBLWMI b/.build/arm64-apple-macosx/debug/index/store/v5/records/MI/AVCaptureSpatialAudioMetadataSampleGenerator.h-1PKJRVWLBLWMI
new file mode 100644
index 0000000..317438c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/MI/AVCaptureSpatialAudioMetadataSampleGenerator.h-1PKJRVWLBLWMI differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/MI/AVPlaybackCoordinator.h-2PQC60XPOLFMI b/.build/arm64-apple-macosx/debug/index/store/v5/records/MI/AVPlaybackCoordinator.h-2PQC60XPOLFMI
new file mode 100644
index 0000000..31c593a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/MI/AVPlaybackCoordinator.h-2PQC60XPOLFMI differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/MJ/ToolUtils.h-3D4D9BKMU97MJ b/.build/arm64-apple-macosx/debug/index/store/v5/records/MJ/ToolUtils.h-3D4D9BKMU97MJ
new file mode 100644
index 0000000..faef055
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/MJ/ToolUtils.h-3D4D9BKMU97MJ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/MK/IMKInputSession.h-36F8MH4NNZDMK b/.build/arm64-apple-macosx/debug/index/store/v5/records/MK/IMKInputSession.h-36F8MH4NNZDMK
new file mode 100644
index 0000000..4ed9c1b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/MK/IMKInputSession.h-36F8MH4NNZDMK differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/MK/_mcontext.h-ZOQ772A2NMK b/.build/arm64-apple-macosx/debug/index/store/v5/records/MK/_mcontext.h-ZOQ772A2NMK
new file mode 100644
index 0000000..e2b8122
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/MK/_mcontext.h-ZOQ772A2NMK differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/MK/arm64e-apple-macos.swiftinterface_Hashing-XY6U0DUZ1PMK b/.build/arm64-apple-macosx/debug/index/store/v5/records/MK/arm64e-apple-macos.swiftinterface_Hashing-XY6U0DUZ1PMK
new file mode 100644
index 0000000..4b3c7c5
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/MK/arm64e-apple-macos.swiftinterface_Hashing-XY6U0DUZ1PMK differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/MK/host_priv.h-2I5GYI0KR9VMK b/.build/arm64-apple-macosx/debug/index/store/v5/records/MK/host_priv.h-2I5GYI0KR9VMK
new file mode 100644
index 0000000..079634e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/MK/host_priv.h-2I5GYI0KR9VMK differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/MK/lockgroup_info.h-1ZSKFXTMHK1MK b/.build/arm64-apple-macosx/debug/index/store/v5/records/MK/lockgroup_info.h-1ZSKFXTMHK1MK
new file mode 100644
index 0000000..cb0241c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/MK/lockgroup_info.h-1ZSKFXTMHK1MK differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ML/MTLAccelerationStructure.h-G1LLZ6PUATML b/.build/arm64-apple-macosx/debug/index/store/v5/records/ML/MTLAccelerationStructure.h-G1LLZ6PUATML
new file mode 100644
index 0000000..1380f1e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ML/MTLAccelerationStructure.h-G1LLZ6PUATML differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/MM/IOGUIDPartitionScheme.h-3D65V7T5ROGMM b/.build/arm64-apple-macosx/debug/index/store/v5/records/MM/IOGUIDPartitionScheme.h-3D65V7T5ROGMM
new file mode 100644
index 0000000..add69a0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/MM/IOGUIDPartitionScheme.h-3D65V7T5ROGMM differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/MM/IOHIDDevicePlugIn.h-2BOYKGL81LMMM b/.build/arm64-apple-macosx/debug/index/store/v5/records/MM/IOHIDDevicePlugIn.h-2BOYKGL81LMMM
new file mode 100644
index 0000000..1b0f1c3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/MM/IOHIDDevicePlugIn.h-2BOYKGL81LMMM differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/MN/IOPSKeys.h-17LO74H4WRMMN b/.build/arm64-apple-macosx/debug/index/store/v5/records/MN/IOPSKeys.h-17LO74H4WRMMN
new file mode 100644
index 0000000..fe4d932
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/MN/IOPSKeys.h-17LO74H4WRMMN differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/MN/if_media.h-1UWFQ71ZLRZMN b/.build/arm64-apple-macosx/debug/index/store/v5/records/MN/if_media.h-1UWFQ71ZLRZMN
new file mode 100644
index 0000000..8bad9b8
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/MN/if_media.h-1UWFQ71ZLRZMN differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/MO/SFNTLayoutTypes.h-7KY82L9X75MO b/.build/arm64-apple-macosx/debug/index/store/v5/records/MO/SFNTLayoutTypes.h-7KY82L9X75MO
new file mode 100644
index 0000000..1b72a0c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/MO/SFNTLayoutTypes.h-7KY82L9X75MO differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/MP/AVAssetTrackGroup.h-262YWOCXQSFMP b/.build/arm64-apple-macosx/debug/index/store/v5/records/MP/AVAssetTrackGroup.h-262YWOCXQSFMP
new file mode 100644
index 0000000..9d9805a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/MP/AVAssetTrackGroup.h-262YWOCXQSFMP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/MP/arm64e-apple-macos.swiftinterface-BE7PXRVG7AMP b/.build/arm64-apple-macosx/debug/index/store/v5/records/MP/arm64e-apple-macos.swiftinterface-BE7PXRVG7AMP
new file mode 100644
index 0000000..6544491
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/MP/arm64e-apple-macos.swiftinterface-BE7PXRVG7AMP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/MQ/MTLLogState.h-43PH6XVCPQMQ b/.build/arm64-apple-macosx/debug/index/store/v5/records/MQ/MTLLogState.h-43PH6XVCPQMQ
new file mode 100644
index 0000000..08d205d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/MQ/MTLLogState.h-43PH6XVCPQMQ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/MQ/NSController.h-RNP1OMZIHNMQ b/.build/arm64-apple-macosx/debug/index/store/v5/records/MQ/NSController.h-RNP1OMZIHNMQ
new file mode 100644
index 0000000..10fb7d9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/MQ/NSController.h-RNP1OMZIHNMQ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/MQ/ioss.h-2A7V0VB3TGCMQ b/.build/arm64-apple-macosx/debug/index/store/v5/records/MQ/ioss.h-2A7V0VB3TGCMQ
new file mode 100644
index 0000000..f642c21
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/MQ/ioss.h-2A7V0VB3TGCMQ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/MQ/user.h-1DH14OMA2G5MQ b/.build/arm64-apple-macosx/debug/index/store/v5/records/MQ/user.h-1DH14OMA2G5MQ
new file mode 100644
index 0000000..9d4e48c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/MQ/user.h-1DH14OMA2G5MQ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/MR/Components.h-2OIFSXBIB7MR b/.build/arm64-apple-macosx/debug/index/store/v5/records/MR/Components.h-2OIFSXBIB7MR
new file mode 100644
index 0000000..a1ea006
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/MR/Components.h-2OIFSXBIB7MR differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/MR/rbtree.h-2WRLBWIS5RJMR b/.build/arm64-apple-macosx/debug/index/store/v5/records/MR/rbtree.h-2WRLBWIS5RJMR
new file mode 100644
index 0000000..860b836
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/MR/rbtree.h-2WRLBWIS5RJMR differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/MV/AVAudioUnitReverb.h-2EM92S682KLMV b/.build/arm64-apple-macosx/debug/index/store/v5/records/MV/AVAudioUnitReverb.h-2EM92S682KLMV
new file mode 100644
index 0000000..d519be3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/MV/AVAudioUnitReverb.h-2EM92S682KLMV differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/MV/NSMetadata.h-1OWOUTLLUQVMV b/.build/arm64-apple-macosx/debug/index/store/v5/records/MV/NSMetadata.h-1OWOUTLLUQVMV
new file mode 100644
index 0000000..62c96cb
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/MV/NSMetadata.h-1OWOUTLLUQVMV differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/MV/NSPanel.h-300NW6TP185MV b/.build/arm64-apple-macosx/debug/index/store/v5/records/MV/NSPanel.h-300NW6TP185MV
new file mode 100644
index 0000000..77f63ed
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/MV/NSPanel.h-300NW6TP185MV differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/MW/IOEthernetController.h-36RB0MLETP2MW b/.build/arm64-apple-macosx/debug/index/store/v5/records/MW/IOEthernetController.h-36RB0MLETP2MW
new file mode 100644
index 0000000..7950a47
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/MW/IOEthernetController.h-36RB0MLETP2MW differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/MW/in_pcb.h-2KG6OGX0IYBMW b/.build/arm64-apple-macosx/debug/index/store/v5/records/MW/in_pcb.h-2KG6OGX0IYBMW
new file mode 100644
index 0000000..074a126
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/MW/in_pcb.h-2KG6OGX0IYBMW differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/MX/AVMetadataItem.h-1QLLN52ILYYMX b/.build/arm64-apple-macosx/debug/index/store/v5/records/MX/AVMetadataItem.h-1QLLN52ILYYMX
new file mode 100644
index 0000000..713433c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/MX/AVMetadataItem.h-1QLLN52ILYYMX differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/MY/CVOpenGLBufferPool.h-ET4O92DI26MY b/.build/arm64-apple-macosx/debug/index/store/v5/records/MY/CVOpenGLBufferPool.h-ET4O92DI26MY
new file mode 100644
index 0000000..dc7afa2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/MY/CVOpenGLBufferPool.h-ET4O92DI26MY differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/MY/NSHelpManager.h-1YT7HVTBODPMY b/.build/arm64-apple-macosx/debug/index/store/v5/records/MY/NSHelpManager.h-1YT7HVTBODPMY
new file mode 100644
index 0000000..7782cf5
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/MY/NSHelpManager.h-1YT7HVTBODPMY differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/MY/bootparams.h-3ODX44ZUYQOMY b/.build/arm64-apple-macosx/debug/index/store/v5/records/MY/bootparams.h-3ODX44ZUYQOMY
new file mode 100644
index 0000000..f3fca6d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/MY/bootparams.h-3ODX44ZUYQOMY differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/MY/disk.h-1R4EDE061YYMY b/.build/arm64-apple-macosx/debug/index/store/v5/records/MY/disk.h-1R4EDE061YYMY
new file mode 100644
index 0000000..2187700
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/MY/disk.h-1R4EDE061YYMY differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/N0/CVOpenGLTexture.h-YMR8CJCGRQN0 b/.build/arm64-apple-macosx/debug/index/store/v5/records/N0/CVOpenGLTexture.h-YMR8CJCGRQN0
new file mode 100644
index 0000000..d73e53c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/N0/CVOpenGLTexture.h-YMR8CJCGRQN0 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/N0/IOFireWireLib.h-1WQFO90XYW8N0 b/.build/arm64-apple-macosx/debug/index/store/v5/records/N0/IOFireWireLib.h-1WQFO90XYW8N0
new file mode 100644
index 0000000..1502529
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/N0/IOFireWireLib.h-1WQFO90XYW8N0 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/N0/cssmapple.h-3L3XIAB51QN0 b/.build/arm64-apple-macosx/debug/index/store/v5/records/N0/cssmapple.h-3L3XIAB51QN0
new file mode 100644
index 0000000..43c9a93
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/N0/cssmapple.h-3L3XIAB51QN0 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/N2/UniversalAccess.h-10R66ITAANDN2 b/.build/arm64-apple-macosx/debug/index/store/v5/records/N2/UniversalAccess.h-10R66ITAANDN2
new file mode 100644
index 0000000..7ef3aee
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/N2/UniversalAccess.h-10R66ITAANDN2 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/N3/NSFileHandle.h-FYTE9I86G4N3 b/.build/arm64-apple-macosx/debug/index/store/v5/records/N3/NSFileHandle.h-FYTE9I86G4N3
new file mode 100644
index 0000000..c0c6a03
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/N3/NSFileHandle.h-FYTE9I86G4N3 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/N3/SecACL.h-3D6A0BA16E2N3 b/.build/arm64-apple-macosx/debug/index/store/v5/records/N3/SecACL.h-3D6A0BA16E2N3
new file mode 100644
index 0000000..cdeb6de
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/N3/SecACL.h-3D6A0BA16E2N3 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/N4/IONetworkController.h-G0I69P4CYHN4 b/.build/arm64-apple-macosx/debug/index/store/v5/records/N4/IONetworkController.h-G0I69P4CYHN4
new file mode 100644
index 0000000..cbc68f6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/N4/IONetworkController.h-G0I69P4CYHN4 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/N4/SKSearch.h-393H2W6HWC3N4 b/.build/arm64-apple-macosx/debug/index/store/v5/records/N4/SKSearch.h-393H2W6HWC3N4
new file mode 100644
index 0000000..f459cdc
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/N4/SKSearch.h-393H2W6HWC3N4 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/N4/UTDefines.h-1OFIMNLM6WTN4 b/.build/arm64-apple-macosx/debug/index/store/v5/records/N4/UTDefines.h-1OFIMNLM6WTN4
new file mode 100644
index 0000000..c3f5f6f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/N4/UTDefines.h-1OFIMNLM6WTN4 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/N5/NSPreviewRepresentingActivityItem.h-2128TUZFLYSN5 b/.build/arm64-apple-macosx/debug/index/store/v5/records/N5/NSPreviewRepresentingActivityItem.h-2128TUZFLYSN5
new file mode 100644
index 0000000..e916652
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/N5/NSPreviewRepresentingActivityItem.h-2128TUZFLYSN5 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/N5/OSReturn.h-1QNX56UXB6MN5 b/.build/arm64-apple-macosx/debug/index/store/v5/records/N5/OSReturn.h-1QNX56UXB6MN5
new file mode 100644
index 0000000..8611299
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/N5/OSReturn.h-1QNX56UXB6MN5 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/N5/cssmdli.h-OF3XMT92G6N5 b/.build/arm64-apple-macosx/debug/index/store/v5/records/N5/cssmdli.h-OF3XMT92G6N5
new file mode 100644
index 0000000..e221004
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/N5/cssmdli.h-OF3XMT92G6N5 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/N6/CGBitmapContext.h-31L5MG363CHN6 b/.build/arm64-apple-macosx/debug/index/store/v5/records/N6/CGBitmapContext.h-31L5MG363CHN6
new file mode 100644
index 0000000..bb39941
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/N6/CGBitmapContext.h-31L5MG363CHN6 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/N6/NSEnergyFormatter.h-F2O4W04ZRCN6 b/.build/arm64-apple-macosx/debug/index/store/v5/records/N6/NSEnergyFormatter.h-F2O4W04ZRCN6
new file mode 100644
index 0000000..6e097c1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/N6/NSEnergyFormatter.h-F2O4W04ZRCN6 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/N7/CAGradientLayer.h-13VQ38V6QUPN7 b/.build/arm64-apple-macosx/debug/index/store/v5/records/N7/CAGradientLayer.h-13VQ38V6QUPN7
new file mode 100644
index 0000000..66173e5
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/N7/CAGradientLayer.h-13VQ38V6QUPN7 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/N7/MTL4AccelerationStructure.h-UVF7GYREOVN7 b/.build/arm64-apple-macosx/debug/index/store/v5/records/N7/MTL4AccelerationStructure.h-UVF7GYREOVN7
new file mode 100644
index 0000000..e9a1715
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/N7/MTL4AccelerationStructure.h-UVF7GYREOVN7 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/N7/_rsize_t.h-2IWFWLNHB1EN7 b/.build/arm64-apple-macosx/debug/index/store/v5/records/N7/_rsize_t.h-2IWFWLNHB1EN7
new file mode 100644
index 0000000..f97f215
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/N7/_rsize_t.h-2IWFWLNHB1EN7 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/N8/AVAudioUnitTimePitch.h-VFNVI6SRMEN8 b/.build/arm64-apple-macosx/debug/index/store/v5/records/N8/AVAudioUnitTimePitch.h-VFNVI6SRMEN8
new file mode 100644
index 0000000..53bb3a8
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/N8/AVAudioUnitTimePitch.h-VFNVI6SRMEN8 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/N8/AXCustomContent.h-38J6PX59GN0N8 b/.build/arm64-apple-macosx/debug/index/store/v5/records/N8/AXCustomContent.h-38J6PX59GN0N8
new file mode 100644
index 0000000..cd0fb73
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/N8/AXCustomContent.h-38J6PX59GN0N8 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/N9/AVAudioUnitDistortion.h-1LTD0KJ1K8EN9 b/.build/arm64-apple-macosx/debug/index/store/v5/records/N9/AVAudioUnitDistortion.h-1LTD0KJ1K8EN9
new file mode 100644
index 0000000..badc639
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/N9/AVAudioUnitDistortion.h-1LTD0KJ1K8EN9 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/N9/CFMachPort.h-1VGYIB485YTN9 b/.build/arm64-apple-macosx/debug/index/store/v5/records/N9/CFMachPort.h-1VGYIB485YTN9
new file mode 100644
index 0000000..54c8ded
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/N9/CFMachPort.h-1VGYIB485YTN9 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/N9/_pthread_attr_t.h-2CVG635GKOCN9 b/.build/arm64-apple-macosx/debug/index/store/v5/records/N9/_pthread_attr_t.h-2CVG635GKOCN9
new file mode 100644
index 0000000..27adc6b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/N9/_pthread_attr_t.h-2CVG635GKOCN9 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/N9/geometry.h-5DLN0MICH8N9 b/.build/arm64-apple-macosx/debug/index/store/v5/records/N9/geometry.h-5DLN0MICH8N9
new file mode 100644
index 0000000..e3cfd98
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/N9/geometry.h-5DLN0MICH8N9 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/NB/NSXMLNode.h-SSOT5WFG0RNB b/.build/arm64-apple-macosx/debug/index/store/v5/records/NB/NSXMLNode.h-SSOT5WFG0RNB
new file mode 100644
index 0000000..0d1945e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/NB/NSXMLNode.h-SSOT5WFG0RNB differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/NB/matrix.h-Y0VZG6UH08NB b/.build/arm64-apple-macosx/debug/index/store/v5/records/NB/matrix.h-Y0VZG6UH08NB
new file mode 100644
index 0000000..5caf8e0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/NB/matrix.h-Y0VZG6UH08NB differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/NC/IOGraphicsLib.h-1DIP69HAWCRNC b/.build/arm64-apple-macosx/debug/index/store/v5/records/NC/IOGraphicsLib.h-1DIP69HAWCRNC
new file mode 100644
index 0000000..7043717
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/NC/IOGraphicsLib.h-1DIP69HAWCRNC differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/NC/NSPathControlItem.h-3GB8D1BNKILNC b/.build/arm64-apple-macosx/debug/index/store/v5/records/NC/NSPathControlItem.h-3GB8D1BNKILNC
new file mode 100644
index 0000000..aa76090
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/NC/NSPathControlItem.h-3GB8D1BNKILNC differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ND/AVPlayerItem.h-2U4JHV0JBF1ND b/.build/arm64-apple-macosx/debug/index/store/v5/records/ND/AVPlayerItem.h-2U4JHV0JBF1ND
new file mode 100644
index 0000000..a9bd90d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ND/AVPlayerItem.h-2U4JHV0JBF1ND differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ND/NSUserActivity.h-1LXLJRM1M1YND b/.build/arm64-apple-macosx/debug/index/store/v5/records/ND/NSUserActivity.h-1LXLJRM1M1YND
new file mode 100644
index 0000000..9ef1b4f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ND/NSUserActivity.h-1LXLJRM1M1YND differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ND/SecPolicySearch.h-3IHBEEB3FWFND b/.build/arm64-apple-macosx/debug/index/store/v5/records/ND/SecPolicySearch.h-3IHBEEB3FWFND
new file mode 100644
index 0000000..fe53ac0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ND/SecPolicySearch.h-3IHBEEB3FWFND differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/IOCFBundle.h-B3T3J1QX36NF b/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/IOCFBundle.h-B3T3J1QX36NF
new file mode 100644
index 0000000..b08dbdd
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/IOCFBundle.h-B3T3J1QX36NF differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/ar.h-3H10WPYVY9ENF b/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/ar.h-3H10WPYVY9ENF
new file mode 100644
index 0000000..1f2bc14
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/ar.h-3H10WPYVY9ENF differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/unctrl.h-1BWH6HS6Z3GNF b/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/unctrl.h-1BWH6HS6Z3GNF
new file mode 100644
index 0000000..320deee
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/unctrl.h-1BWH6HS6Z3GNF differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/NG/__stddef_size_t.h-EV3CIHQ00TNG b/.build/arm64-apple-macosx/debug/index/store/v5/records/NG/__stddef_size_t.h-EV3CIHQ00TNG
new file mode 100644
index 0000000..5255215
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/NG/__stddef_size_t.h-EV3CIHQ00TNG differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/NG/hash_info.h-1HV1B8B5O49NG b/.build/arm64-apple-macosx/debug/index/store/v5/records/NG/hash_info.h-1HV1B8B5O49NG
new file mode 100644
index 0000000..9cc9ca6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/NG/hash_info.h-1HV1B8B5O49NG differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/arm_neon.h-2N3JXIELKHLNJ b/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/arm_neon.h-2N3JXIELKHLNJ
new file mode 100644
index 0000000..b3be69e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/arm_neon.h-2N3JXIELKHLNJ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/audit_kevents.h-2HQ6BH07B5KNJ b/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/audit_kevents.h-2HQ6BH07B5KNJ
new file mode 100644
index 0000000..183bf05
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/audit_kevents.h-2HQ6BH07B5KNJ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/NK/HIContainerViews.h-1NM7Z49DB64NK b/.build/arm64-apple-macosx/debug/index/store/v5/records/NK/HIContainerViews.h-1NM7Z49DB64NK
new file mode 100644
index 0000000..3d53f15
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/NK/HIContainerViews.h-1NM7Z49DB64NK differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/NK/IOHIDLibObsolete.h-PKF2Q0OJ6ENK b/.build/arm64-apple-macosx/debug/index/store/v5/records/NK/IOHIDLibObsolete.h-PKF2Q0OJ6ENK
new file mode 100644
index 0000000..e55d377
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/NK/IOHIDLibObsolete.h-PKF2Q0OJ6ENK differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/NK/cssmspi.h-GJ8KBY5TLNNK b/.build/arm64-apple-macosx/debug/index/store/v5/records/NK/cssmspi.h-GJ8KBY5TLNNK
new file mode 100644
index 0000000..da29210
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/NK/cssmspi.h-GJ8KBY5TLNNK differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/NK/gltypes.h-YYE6TZOJ54NK b/.build/arm64-apple-macosx/debug/index/store/v5/records/NK/gltypes.h-YYE6TZOJ54NK
new file mode 100644
index 0000000..deef4b1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/NK/gltypes.h-YYE6TZOJ54NK differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/NK/oidscrl.h-58CLUQZMV6NK b/.build/arm64-apple-macosx/debug/index/store/v5/records/NK/oidscrl.h-58CLUQZMV6NK
new file mode 100644
index 0000000..79330de
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/NK/oidscrl.h-58CLUQZMV6NK differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/NL/NSScriptStandardSuiteCommands.h-30ABVDC6BQLNL b/.build/arm64-apple-macosx/debug/index/store/v5/records/NL/NSScriptStandardSuiteCommands.h-30ABVDC6BQLNL
new file mode 100644
index 0000000..e1c63db
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/NL/NSScriptStandardSuiteCommands.h-30ABVDC6BQLNL differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/NL/_ctype.h-1528JOSV6LHNL b/.build/arm64-apple-macosx/debug/index/store/v5/records/NL/_ctype.h-1528JOSV6LHNL
new file mode 100644
index 0000000..509c707
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/NL/_ctype.h-1528JOSV6LHNL differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/NM/MTAudioProcessingTap.h-3OJIF9PXFY1NM b/.build/arm64-apple-macosx/debug/index/store/v5/records/NM/MTAudioProcessingTap.h-3OJIF9PXFY1NM
new file mode 100644
index 0000000..b0e526e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/NM/MTAudioProcessingTap.h-3OJIF9PXFY1NM differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/NM/pwg.h-31QXK0I2ZYBNM b/.build/arm64-apple-macosx/debug/index/store/v5/records/NM/pwg.h-31QXK0I2ZYBNM
new file mode 100644
index 0000000..02d9e7f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/NM/pwg.h-31QXK0I2ZYBNM differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/NN/host_security.h-131YLKAN8WFNN b/.build/arm64-apple-macosx/debug/index/store/v5/records/NN/host_security.h-131YLKAN8WFNN
new file mode 100644
index 0000000..a4a2f86
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/NN/host_security.h-131YLKAN8WFNN differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/NP/NSTextField.h-YP7B82KKBXNP b/.build/arm64-apple-macosx/debug/index/store/v5/records/NP/NSTextField.h-YP7B82KKBXNP
new file mode 100644
index 0000000..f9e81e4
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/NP/NSTextField.h-YP7B82KKBXNP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/NP/resource_bundle_accessor.swift-XA2VV5R5X7NP b/.build/arm64-apple-macosx/debug/index/store/v5/records/NP/resource_bundle_accessor.swift-XA2VV5R5X7NP
new file mode 100644
index 0000000..2bd1449
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/NP/resource_bundle_accessor.swift-XA2VV5R5X7NP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/NP/thread_state.h-RCK64T92QVNP b/.build/arm64-apple-macosx/debug/index/store/v5/records/NP/thread_state.h-RCK64T92QVNP
new file mode 100644
index 0000000..887048b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/NP/thread_state.h-RCK64T92QVNP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/NQ/AXFoundation.h-2ICS0X9AVF2NQ b/.build/arm64-apple-macosx/debug/index/store/v5/records/NQ/AXFoundation.h-2ICS0X9AVF2NQ
new file mode 100644
index 0000000..87be535
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/NQ/AXFoundation.h-2ICS0X9AVF2NQ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/NQ/NSAdaptiveImageGlyph.h-1TAT6E3SYHBNQ b/.build/arm64-apple-macosx/debug/index/store/v5/records/NQ/NSAdaptiveImageGlyph.h-1TAT6E3SYHBNQ
new file mode 100644
index 0000000..3aff57c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/NQ/NSAdaptiveImageGlyph.h-1TAT6E3SYHBNQ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/NQ/bpf.h-3BBATLBD7RHNQ b/.build/arm64-apple-macosx/debug/index/store/v5/records/NQ/bpf.h-3BBATLBD7RHNQ
new file mode 100644
index 0000000..24419e8
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/NQ/bpf.h-3BBATLBD7RHNQ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/AVVideoSettings.h-1T3USU4P33NNR b/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/AVVideoSettings.h-1T3USU4P33NNR
new file mode 100644
index 0000000..6b0ddb6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/AVVideoSettings.h-1T3USU4P33NNR differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/MTL4ComputePipeline.h-W5A0YOPK6CNR b/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/MTL4ComputePipeline.h-W5A0YOPK6CNR
new file mode 100644
index 0000000..f42f12b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/MTL4ComputePipeline.h-W5A0YOPK6CNR differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/NT/NSPrintOperation.h-2RR5VT2GOL1NT b/.build/arm64-apple-macosx/debug/index/store/v5/records/NT/NSPrintOperation.h-2RR5VT2GOL1NT
new file mode 100644
index 0000000..1aed043
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/NT/NSPrintOperation.h-2RR5VT2GOL1NT differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/NU/AppleScript.h-XNI7WE0R2DNU b/.build/arm64-apple-macosx/debug/index/store/v5/records/NU/AppleScript.h-XNI7WE0R2DNU
new file mode 100644
index 0000000..e45cc35
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/NU/AppleScript.h-XNI7WE0R2DNU differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/NV/MTLComputeCommandEncoder.h-19VEWHTQYW3NV b/.build/arm64-apple-macosx/debug/index/store/v5/records/NV/MTLComputeCommandEncoder.h-19VEWHTQYW3NV
new file mode 100644
index 0000000..733d0f3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/NV/MTLComputeCommandEncoder.h-19VEWHTQYW3NV differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/NV/NSTouchBarItem.h-3QMVA3A4VO8NV b/.build/arm64-apple-macosx/debug/index/store/v5/records/NV/NSTouchBarItem.h-3QMVA3A4VO8NV
new file mode 100644
index 0000000..a4a4732
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/NV/NSTouchBarItem.h-3QMVA3A4VO8NV differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/NW/HISlider.h-2PTHHQF25YRNW b/.build/arm64-apple-macosx/debug/index/store/v5/records/NW/HISlider.h-2PTHHQF25YRNW
new file mode 100644
index 0000000..ac01853
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/NW/HISlider.h-2PTHHQF25YRNW differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/NW/IONetworkMedium.h-77TD3YX7IJNW b/.build/arm64-apple-macosx/debug/index/store/v5/records/NW/IONetworkMedium.h-77TD3YX7IJNW
new file mode 100644
index 0000000..3c16be4
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/NW/IONetworkMedium.h-77TD3YX7IJNW differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/NW/time_value.h-3SMQ5UZ68QANW b/.build/arm64-apple-macosx/debug/index/store/v5/records/NW/time_value.h-3SMQ5UZ68QANW
new file mode 100644
index 0000000..ff6802a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/NW/time_value.h-3SMQ5UZ68QANW differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/NW/vm_prot.h-YTKVZA3IXONW b/.build/arm64-apple-macosx/debug/index/store/v5/records/NW/vm_prot.h-YTKVZA3IXONW
new file mode 100644
index 0000000..e32c780
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/NW/vm_prot.h-YTKVZA3IXONW differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/NX/arm64e-apple-macos.swiftinterface_Math_Floating-HPQ3I7FPD6NX b/.build/arm64-apple-macosx/debug/index/store/v5/records/NX/arm64e-apple-macos.swiftinterface_Math_Floating-HPQ3I7FPD6NX
new file mode 100644
index 0000000..74921f0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/NX/arm64e-apple-macos.swiftinterface_Math_Floating-HPQ3I7FPD6NX differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/NX/if_types.h-1ITWCUH63WPNX b/.build/arm64-apple-macosx/debug/index/store/v5/records/NX/if_types.h-1ITWCUH63WPNX
new file mode 100644
index 0000000..745df8d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/NX/if_types.h-1ITWCUH63WPNX differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/NY/CoreAudioClock.h-1AKGF2HGGTJNY b/.build/arm64-apple-macosx/debug/index/store/v5/records/NY/CoreAudioClock.h-1AKGF2HGGTJNY
new file mode 100644
index 0000000..1d73d59
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/NY/CoreAudioClock.h-1AKGF2HGGTJNY differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/NY/I18n.swift-1UV91TH91XNY b/.build/arm64-apple-macosx/debug/index/store/v5/records/NY/I18n.swift-1UV91TH91XNY
new file mode 100644
index 0000000..a28bacd
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/NY/I18n.swift-1UV91TH91XNY differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/NY/NSSaveChangesRequest.h-1ZUUGO3KJD1NY b/.build/arm64-apple-macosx/debug/index/store/v5/records/NY/NSSaveChangesRequest.h-1ZUUGO3KJD1NY
new file mode 100644
index 0000000..0d5f9ed
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/NY/NSSaveChangesRequest.h-1ZUUGO3KJD1NY differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/NZ/NSTextRange.h-2TB9WAQ2WJJNZ b/.build/arm64-apple-macosx/debug/index/store/v5/records/NZ/NSTextRange.h-2TB9WAQ2WJJNZ
new file mode 100644
index 0000000..14489ea
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/NZ/NSTextRange.h-2TB9WAQ2WJJNZ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/NZ/_mount_t.h-3K12HB2OHYHNZ b/.build/arm64-apple-macosx/debug/index/store/v5/records/NZ/_mount_t.h-3K12HB2OHYHNZ
new file mode 100644
index 0000000..814a3c5
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/NZ/_mount_t.h-3K12HB2OHYHNZ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/NZ/arm64e-apple-macos.swiftinterface-2S4ZSQINEL9NZ b/.build/arm64-apple-macosx/debug/index/store/v5/records/NZ/arm64e-apple-macos.swiftinterface-2S4ZSQINEL9NZ
new file mode 100644
index 0000000..33c90b6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/NZ/arm64e-apple-macos.swiftinterface-2S4ZSQINEL9NZ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/O0/IOLLEvent.h-VZE6FFAUMDO0 b/.build/arm64-apple-macosx/debug/index/store/v5/records/O0/IOLLEvent.h-VZE6FFAUMDO0
new file mode 100644
index 0000000..d649bdc
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/O0/IOLLEvent.h-VZE6FFAUMDO0 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/O1/TextServices.h-3CC8LZFAHKPO1 b/.build/arm64-apple-macosx/debug/index/store/v5/records/O1/TextServices.h-3CC8LZFAHKPO1
new file mode 100644
index 0000000..f28294c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/O1/TextServices.h-3CC8LZFAHKPO1 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/O1/filio.h-2AHZBJ1LNJ7O1 b/.build/arm64-apple-macosx/debug/index/store/v5/records/O1/filio.h-2AHZBJ1LNJ7O1
new file mode 100644
index 0000000..a851033
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/O1/filio.h-2AHZBJ1LNJ7O1 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/O2/AVAudioChannelLayout.h-YENLB2LZITO2 b/.build/arm64-apple-macosx/debug/index/store/v5/records/O2/AVAudioChannelLayout.h-YENLB2LZITO2
new file mode 100644
index 0000000..9338828
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/O2/AVAudioChannelLayout.h-YENLB2LZITO2 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/O2/CTParagraphStyle.h-2PIYFV9AQEKO2 b/.build/arm64-apple-macosx/debug/index/store/v5/records/O2/CTParagraphStyle.h-2PIYFV9AQEKO2
new file mode 100644
index 0000000..77c36a0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/O2/CTParagraphStyle.h-2PIYFV9AQEKO2 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/O2/Engine.swift-1T18AK6769WO2 b/.build/arm64-apple-macosx/debug/index/store/v5/records/O2/Engine.swift-1T18AK6769WO2
new file mode 100644
index 0000000..efe9766
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/O2/Engine.swift-1T18AK6769WO2 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/O2/NSScriptCommand.h-2Z84N9X131HO2 b/.build/arm64-apple-macosx/debug/index/store/v5/records/O2/NSScriptCommand.h-2Z84N9X131HO2
new file mode 100644
index 0000000..9158251
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/O2/NSScriptCommand.h-2Z84N9X131HO2 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/O3/AVCaptionGrouper.h-25WMDM0MVDCO3 b/.build/arm64-apple-macosx/debug/index/store/v5/records/O3/AVCaptionGrouper.h-25WMDM0MVDCO3
new file mode 100644
index 0000000..721e90b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/O3/AVCaptionGrouper.h-25WMDM0MVDCO3 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/O4/AVPlayerItemOutput.h-1MISH4Q1DZXO4 b/.build/arm64-apple-macosx/debug/index/store/v5/records/O4/AVPlayerItemOutput.h-1MISH4Q1DZXO4
new file mode 100644
index 0000000..7b0a0a2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/O4/AVPlayerItemOutput.h-1MISH4Q1DZXO4 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/O4/NSOpenGLLayer.h-2BNHNCANN3MO4 b/.build/arm64-apple-macosx/debug/index/store/v5/records/O4/NSOpenGLLayer.h-2BNHNCANN3MO4
new file mode 100644
index 0000000..bdabbac
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/O4/NSOpenGLLayer.h-2BNHNCANN3MO4 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/O6/MIDIMessages.h-3CBTI6JTEDFO6 b/.build/arm64-apple-macosx/debug/index/store/v5/records/O6/MIDIMessages.h-3CBTI6JTEDFO6
new file mode 100644
index 0000000..9f9047e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/O6/MIDIMessages.h-3CBTI6JTEDFO6 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/O7/IOHIDEventServiceTypes.h-1F6PLNXTFAAO7 b/.build/arm64-apple-macosx/debug/index/store/v5/records/O7/IOHIDEventServiceTypes.h-1F6PLNXTFAAO7
new file mode 100644
index 0000000..c6a9e0b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/O7/IOHIDEventServiceTypes.h-1F6PLNXTFAAO7 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/O7/SecStaticCode.h-31TYL85XA24O7 b/.build/arm64-apple-macosx/debug/index/store/v5/records/O7/SecStaticCode.h-31TYL85XA24O7
new file mode 100644
index 0000000..87c0d82
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/O7/SecStaticCode.h-31TYL85XA24O7 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/O7/_ucontext.h-HSUR5DHH59O7 b/.build/arm64-apple-macosx/debug/index/store/v5/records/O7/_ucontext.h-HSUR5DHH59O7
new file mode 100644
index 0000000..fda3d92
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/O7/_ucontext.h-HSUR5DHH59O7 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/O8/NSDocument.h-12VVQY7R43IO8 b/.build/arm64-apple-macosx/debug/index/store/v5/records/O8/NSDocument.h-12VVQY7R43IO8
new file mode 100644
index 0000000..010cd36
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/O8/NSDocument.h-12VVQY7R43IO8 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/O8/NSScriptKeyValueCoding.h-DNIE41NM0FO8 b/.build/arm64-apple-macosx/debug/index/store/v5/records/O8/NSScriptKeyValueCoding.h-DNIE41NM0FO8
new file mode 100644
index 0000000..fabdbfd
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/O8/NSScriptKeyValueCoding.h-DNIE41NM0FO8 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/O8/io.h-1VO63B2MZMMO8 b/.build/arm64-apple-macosx/debug/index/store/v5/records/O8/io.h-1VO63B2MZMMO8
new file mode 100644
index 0000000..26a428a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/O8/io.h-1VO63B2MZMMO8 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/O8/utmpx.h-1RECMYSXF1HO8 b/.build/arm64-apple-macosx/debug/index/store/v5/records/O8/utmpx.h-1RECMYSXF1HO8
new file mode 100644
index 0000000..4b159d0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/O8/utmpx.h-1RECMYSXF1HO8 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/O9/_u_int64_t.h-946RWGK2CSO9 b/.build/arm64-apple-macosx/debug/index/store/v5/records/O9/_u_int64_t.h-946RWGK2CSO9
new file mode 100644
index 0000000..af8a382
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/O9/_u_int64_t.h-946RWGK2CSO9 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/O9/workgroup_base.h-CU93MNGFQRO9 b/.build/arm64-apple-macosx/debug/index/store/v5/records/O9/workgroup_base.h-CU93MNGFQRO9
new file mode 100644
index 0000000..86079b7
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/O9/workgroup_base.h-CU93MNGFQRO9 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/OA/MTL4MachineLearningCommandEncoder.h-12IJ4ULLCHIOA b/.build/arm64-apple-macosx/debug/index/store/v5/records/OA/MTL4MachineLearningCommandEncoder.h-12IJ4ULLCHIOA
new file mode 100644
index 0000000..ad5a152
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/OA/MTL4MachineLearningCommandEncoder.h-12IJ4ULLCHIOA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/NSGestureRecognizer.h-21GOZO7HV2OOC b/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/NSGestureRecognizer.h-21GOZO7HV2OOC
new file mode 100644
index 0000000..388201e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/NSGestureRecognizer.h-21GOZO7HV2OOC differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/audit_record.h-3AACR3E2ULLOC b/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/audit_record.h-3AACR3E2ULLOC
new file mode 100644
index 0000000..1a36c22
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/audit_record.h-3AACR3E2ULLOC differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/OD/NSJSONSerialization.h-2VWJOEW47UGOD b/.build/arm64-apple-macosx/debug/index/store/v5/records/OD/NSJSONSerialization.h-2VWJOEW47UGOD
new file mode 100644
index 0000000..12e45be
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/OD/NSJSONSerialization.h-2VWJOEW47UGOD differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/OD/NSObjectScripting.h-3QJVAMSU073OD b/.build/arm64-apple-macosx/debug/index/store/v5/records/OD/NSObjectScripting.h-3QJVAMSU073OD
new file mode 100644
index 0000000..0d9a398
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/OD/NSObjectScripting.h-3QJVAMSU073OD differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/NSPathControl.h-17XDNKUWN63OE b/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/NSPathControl.h-17XDNKUWN63OE
new file mode 100644
index 0000000..73260c4
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/NSPathControl.h-17XDNKUWN63OE differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/OSKextLib.h-TZ2KWFZRHLOE b/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/OSKextLib.h-TZ2KWFZRHLOE
new file mode 100644
index 0000000..a55ade7
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/OSKextLib.h-TZ2KWFZRHLOE differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/_static_assert.h-3FMFFJN8XD2OE b/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/_static_assert.h-3FMFFJN8XD2OE
new file mode 100644
index 0000000..d2bf994
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/_static_assert.h-3FMFFJN8XD2OE differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/OF/NSRotationGestureRecognizer.h-24PE1I5P9FROF b/.build/arm64-apple-macosx/debug/index/store/v5/records/OF/NSRotationGestureRecognizer.h-24PE1I5P9FROF
new file mode 100644
index 0000000..9affaac
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/OF/NSRotationGestureRecognizer.h-24PE1I5P9FROF differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/OG/NSAtomicStore.h-3EUT7GP9Q37OG b/.build/arm64-apple-macosx/debug/index/store/v5/records/OG/NSAtomicStore.h-3EUT7GP9Q37OG
new file mode 100644
index 0000000..497f4cb
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/OG/NSAtomicStore.h-3EUT7GP9Q37OG differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/OH/ATSLayoutTypes.h-3TFQKPCWKB0OH b/.build/arm64-apple-macosx/debug/index/store/v5/records/OH/ATSLayoutTypes.h-3TFQKPCWKB0OH
new file mode 100644
index 0000000..871d153
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/OH/ATSLayoutTypes.h-3TFQKPCWKB0OH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/OH/NSFontCollection.h-185SKD2V840OH b/.build/arm64-apple-macosx/debug/index/store/v5/records/OH/NSFontCollection.h-185SKD2V840OH
new file mode 100644
index 0000000..e7de99e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/OH/NSFontCollection.h-185SKD2V840OH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/OH/NSScrollView.h-72Y3RP82CUOH b/.build/arm64-apple-macosx/debug/index/store/v5/records/OH/NSScrollView.h-72Y3RP82CUOH
new file mode 100644
index 0000000..e2aff3f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/OH/NSScrollView.h-72Y3RP82CUOH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/OI/AXTechnology.h-1APWVLB3Q7DOI b/.build/arm64-apple-macosx/debug/index/store/v5/records/OI/AXTechnology.h-1APWVLB3Q7DOI
new file mode 100644
index 0000000..39aaa2e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/OI/AXTechnology.h-1APWVLB3Q7DOI differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/OI/NSCoder.h-3GJYGL5KCH2OI b/.build/arm64-apple-macosx/debug/index/store/v5/records/OI/NSCoder.h-3GJYGL5KCH2OI
new file mode 100644
index 0000000..c9887cc
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/OI/NSCoder.h-3GJYGL5KCH2OI differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/OJ/EntryLog.h-16GFIV2O934OJ b/.build/arm64-apple-macosx/debug/index/store/v5/records/OJ/EntryLog.h-16GFIV2O934OJ
new file mode 100644
index 0000000..f179569
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/OJ/EntryLog.h-16GFIV2O934OJ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/OJ/NSPageLayout.h-3R10UJKWXNHOJ b/.build/arm64-apple-macosx/debug/index/store/v5/records/OJ/NSPageLayout.h-3R10UJKWXNHOJ
new file mode 100644
index 0000000..2ad0d27
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/OJ/NSPageLayout.h-3R10UJKWXNHOJ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/OJ/NSPersistentCloudKitContainer_Sharing.h-33VHR1303R9OJ b/.build/arm64-apple-macosx/debug/index/store/v5/records/OJ/NSPersistentCloudKitContainer_Sharing.h-33VHR1303R9OJ
new file mode 100644
index 0000000..445c11d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/OJ/NSPersistentCloudKitContainer_Sharing.h-33VHR1303R9OJ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/OJ/NSTreeController.h-373TZ4XZFZVOJ b/.build/arm64-apple-macosx/debug/index/store/v5/records/OJ/NSTreeController.h-373TZ4XZFZVOJ
new file mode 100644
index 0000000..4ee7202
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/OJ/NSTreeController.h-373TZ4XZFZVOJ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/OJ/err.h-3SI1P8CGUUVOJ b/.build/arm64-apple-macosx/debug/index/store/v5/records/OJ/err.h-3SI1P8CGUUVOJ
new file mode 100644
index 0000000..311a96f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/OJ/err.h-3SI1P8CGUUVOJ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/OK/_iovec_t.h-26YMJ6RALYYOK b/.build/arm64-apple-macosx/debug/index/store/v5/records/OK/_iovec_t.h-26YMJ6RALYYOK
new file mode 100644
index 0000000..2307d22
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/OK/_iovec_t.h-26YMJ6RALYYOK differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/OK/setjmp.h-1577B0MFJ0IOK b/.build/arm64-apple-macosx/debug/index/store/v5/records/OK/setjmp.h-1577B0MFJ0IOK
new file mode 100644
index 0000000..e000922
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/OK/setjmp.h-1577B0MFJ0IOK differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/OK/timeb.h-1JDAJSEYPYOK b/.build/arm64-apple-macosx/debug/index/store/v5/records/OK/timeb.h-1JDAJSEYPYOK
new file mode 100644
index 0000000..c50b37c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/OK/timeb.h-1JDAJSEYPYOK differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/OM/AudioServices.h-FTZQE34RA9OM b/.build/arm64-apple-macosx/debug/index/store/v5/records/OM/AudioServices.h-FTZQE34RA9OM
new file mode 100644
index 0000000..c9c38d5
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/OM/AudioServices.h-FTZQE34RA9OM differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/OM/MTL4RenderCommandEncoder.h-2H471PEM4RYOM b/.build/arm64-apple-macosx/debug/index/store/v5/records/OM/MTL4RenderCommandEncoder.h-2H471PEM4RYOM
new file mode 100644
index 0000000..b4519f5
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/OM/MTL4RenderCommandEncoder.h-2H471PEM4RYOM differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/OM/NSTypesetter.h-2GXHQJA51W6OM b/.build/arm64-apple-macosx/debug/index/store/v5/records/OM/NSTypesetter.h-2GXHQJA51W6OM
new file mode 100644
index 0000000..43d9b2c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/OM/NSTypesetter.h-2GXHQJA51W6OM differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/OM/_langinfo.h-1AKHCV1V920OM b/.build/arm64-apple-macosx/debug/index/store/v5/records/OM/_langinfo.h-1AKHCV1V920OM
new file mode 100644
index 0000000..e00f5d4
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/OM/_langinfo.h-1AKHCV1V920OM differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ON/CFBinaryHeap.h-2B3QIYF6VC7ON b/.build/arm64-apple-macosx/debug/index/store/v5/records/ON/CFBinaryHeap.h-2B3QIYF6VC7ON
new file mode 100644
index 0000000..5eebe0c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ON/CFBinaryHeap.h-2B3QIYF6VC7ON differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ON/NSGridView.h-3L4VOW3FF5EON b/.build/arm64-apple-macosx/debug/index/store/v5/records/ON/NSGridView.h-3L4VOW3FF5EON
new file mode 100644
index 0000000..badc49f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ON/NSGridView.h-3L4VOW3FF5EON differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/OO/NSMappingModel.h-2OXDO7IK3WAOO b/.build/arm64-apple-macosx/debug/index/store/v5/records/OO/NSMappingModel.h-2OXDO7IK3WAOO
new file mode 100644
index 0000000..78ac496
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/OO/NSMappingModel.h-2OXDO7IK3WAOO differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/OO/NSTextStorageScripting.h-1447W72J5AYOO b/.build/arm64-apple-macosx/debug/index/store/v5/records/OO/NSTextStorageScripting.h-1447W72J5AYOO
new file mode 100644
index 0000000..09dcabf
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/OO/NSTextStorageScripting.h-1447W72J5AYOO differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/OO/NSURLError.h-X8SZGSVKAXOO b/.build/arm64-apple-macosx/debug/index/store/v5/records/OO/NSURLError.h-X8SZGSVKAXOO
new file mode 100644
index 0000000..1067b53
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/OO/NSURLError.h-X8SZGSVKAXOO differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/OO/_suseconds_t.h-67FXSHAT6LOO b/.build/arm64-apple-macosx/debug/index/store/v5/records/OO/_suseconds_t.h-67FXSHAT6LOO
new file mode 100644
index 0000000..35866a0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/OO/_suseconds_t.h-67FXSHAT6LOO differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/OO/notify.h-33EZ21POO4WOO b/.build/arm64-apple-macosx/debug/index/store/v5/records/OO/notify.h-33EZ21POO4WOO
new file mode 100644
index 0000000..ca7a120
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/OO/notify.h-33EZ21POO4WOO differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/OP/IOSharedLock.h-3IQF3G6PBNWOP b/.build/arm64-apple-macosx/debug/index/store/v5/records/OP/IOSharedLock.h-3IQF3G6PBNWOP
new file mode 100644
index 0000000..98e32a7
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/OP/IOSharedLock.h-3IQF3G6PBNWOP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/OQ/CFBase.h-7T3FKYT9GZOQ b/.build/arm64-apple-macosx/debug/index/store/v5/records/OQ/CFBase.h-7T3FKYT9GZOQ
new file mode 100644
index 0000000..9f9d294
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/OQ/CFBase.h-7T3FKYT9GZOQ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/OR/AvailabilityMacros.h-1NX9T40N4VFOR b/.build/arm64-apple-macosx/debug/index/store/v5/records/OR/AvailabilityMacros.h-1NX9T40N4VFOR
new file mode 100644
index 0000000..7ab7b72
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/OR/AvailabilityMacros.h-1NX9T40N4VFOR differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/OR/NSRegularExpression.h-2FTT4OLSNY1OR b/.build/arm64-apple-macosx/debug/index/store/v5/records/OR/NSRegularExpression.h-2FTT4OLSNY1OR
new file mode 100644
index 0000000..6004312
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/OR/NSRegularExpression.h-2FTT4OLSNY1OR differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/OR/machine.h-3Q8JF8ZO01AOR b/.build/arm64-apple-macosx/debug/index/store/v5/records/OR/machine.h-3Q8JF8ZO01AOR
new file mode 100644
index 0000000..a8d6258
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/OR/machine.h-3Q8JF8ZO01AOR differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/OS/CFCGTypes.h-K2A45G7Q9GOS b/.build/arm64-apple-macosx/debug/index/store/v5/records/OS/CFCGTypes.h-K2A45G7Q9GOS
new file mode 100644
index 0000000..c610de0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/OS/CFCGTypes.h-K2A45G7Q9GOS differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/OS/NSColor.h-27F8BORZTKZOS b/.build/arm64-apple-macosx/debug/index/store/v5/records/OS/NSColor.h-27F8BORZTKZOS
new file mode 100644
index 0000000..6c8b593
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/OS/NSColor.h-27F8BORZTKZOS differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/OS/task_inspect.h-1NOMZCRZQRFOS b/.build/arm64-apple-macosx/debug/index/store/v5/records/OS/task_inspect.h-1NOMZCRZQRFOS
new file mode 100644
index 0000000..bf8444f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/OS/task_inspect.h-1NOMZCRZQRFOS differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/OT/IOAppleLabelScheme.h-1KUVE8DR8DEOT b/.build/arm64-apple-macosx/debug/index/store/v5/records/OT/IOAppleLabelScheme.h-1KUVE8DR8DEOT
new file mode 100644
index 0000000..69ceaf3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/OT/IOAppleLabelScheme.h-1KUVE8DR8DEOT differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/OT/_int64_t.h-1C8PBLFOABIOT b/.build/arm64-apple-macosx/debug/index/store/v5/records/OT/_int64_t.h-1C8PBLFOABIOT
new file mode 100644
index 0000000..4d6c93a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/OT/_int64_t.h-1C8PBLFOABIOT differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/OU/NSCollectionViewLayout.h-2PVJ09FFXZCOU b/.build/arm64-apple-macosx/debug/index/store/v5/records/OU/NSCollectionViewLayout.h-2PVJ09FFXZCOU
new file mode 100644
index 0000000..c19e4c2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/OU/NSCollectionViewLayout.h-2PVJ09FFXZCOU differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/OU/SFNTTypes.h-2CGA6FM6JVFOU b/.build/arm64-apple-macosx/debug/index/store/v5/records/OU/SFNTTypes.h-2CGA6FM6JVFOU
new file mode 100644
index 0000000..2bd71fb
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/OU/SFNTTypes.h-2CGA6FM6JVFOU differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/OV/ranlib.h-9UCS30S5R1OV b/.build/arm64-apple-macosx/debug/index/store/v5/records/OV/ranlib.h-9UCS30S5R1OV
new file mode 100644
index 0000000..406ea94
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/OV/ranlib.h-9UCS30S5R1OV differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/OW/AVAudioSinkNode.h-2EPGGA1NTQIOW b/.build/arm64-apple-macosx/debug/index/store/v5/records/OW/AVAudioSinkNode.h-2EPGGA1NTQIOW
new file mode 100644
index 0000000..5347b8e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/OW/AVAudioSinkNode.h-2EPGGA1NTQIOW differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/OW/curses.h-20JK7RKWPWBOW b/.build/arm64-apple-macosx/debug/index/store/v5/records/OW/curses.h-20JK7RKWPWBOW
new file mode 100644
index 0000000..9f59f70
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/OW/curses.h-20JK7RKWPWBOW differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/OW/reloc.h-11LO1FY3FMIOW b/.build/arm64-apple-macosx/debug/index/store/v5/records/OW/reloc.h-11LO1FY3FMIOW
new file mode 100644
index 0000000..887241f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/OW/reloc.h-11LO1FY3FMIOW differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/OX/AVPlayerLooper.h-1VOYP0HNQWJOX b/.build/arm64-apple-macosx/debug/index/store/v5/records/OX/AVPlayerLooper.h-1VOYP0HNQWJOX
new file mode 100644
index 0000000..2dc6157
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/OX/AVPlayerLooper.h-1VOYP0HNQWJOX differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/OX/AppleHelp.h-3924A6ZT9PYOX b/.build/arm64-apple-macosx/debug/index/store/v5/records/OX/AppleHelp.h-3924A6ZT9PYOX
new file mode 100644
index 0000000..aa0fc44
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/OX/AppleHelp.h-3924A6ZT9PYOX differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/OX/Store.h-1ITI3XSK3SGOX b/.build/arm64-apple-macosx/debug/index/store/v5/records/OX/Store.h-1ITI3XSK3SGOX
new file mode 100644
index 0000000..2fc34c7
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/OX/Store.h-1ITI3XSK3SGOX differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/OY/IODVDMedia.h-1IADR67QMDJOY b/.build/arm64-apple-macosx/debug/index/store/v5/records/OY/IODVDMedia.h-1IADR67QMDJOY
new file mode 100644
index 0000000..b8d5c7e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/OY/IODVDMedia.h-1IADR67QMDJOY differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/OZ/AVPlayerInterstitialEventController.h-3ZC4LN8MFBOZ b/.build/arm64-apple-macosx/debug/index/store/v5/records/OZ/AVPlayerInterstitialEventController.h-3ZC4LN8MFBOZ
new file mode 100644
index 0000000..0d4bb09
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/OZ/AVPlayerInterstitialEventController.h-3ZC4LN8MFBOZ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/P1/NSTextAlternatives.h-FDVTKXLPB6P1 b/.build/arm64-apple-macosx/debug/index/store/v5/records/P1/NSTextAlternatives.h-FDVTKXLPB6P1
new file mode 100644
index 0000000..59eee18
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/P1/NSTextAlternatives.h-FDVTKXLPB6P1 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/P1/Quickdraw.h-32TEO8NGPFAP1 b/.build/arm64-apple-macosx/debug/index/store/v5/records/P1/Quickdraw.h-32TEO8NGPFAP1
new file mode 100644
index 0000000..db70175
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/P1/Quickdraw.h-32TEO8NGPFAP1 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/P1/SecCustomTransform.h-2QC5AZ3U1NZP1 b/.build/arm64-apple-macosx/debug/index/store/v5/records/P1/SecCustomTransform.h-2QC5AZ3U1NZP1
new file mode 100644
index 0000000..13e7a8d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/P1/SecCustomTransform.h-2QC5AZ3U1NZP1 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/P1/SwiftBricks.swift-180Z46IASEPP1 b/.build/arm64-apple-macosx/debug/index/store/v5/records/P1/SwiftBricks.swift-180Z46IASEPP1
new file mode 100644
index 0000000..0f00192
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/P1/SwiftBricks.swift-180Z46IASEPP1 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/P3/NSBrowserCell.h-ASV369R8VWP3 b/.build/arm64-apple-macosx/debug/index/store/v5/records/P3/NSBrowserCell.h-ASV369R8VWP3
new file mode 100644
index 0000000..a79b939
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/P3/NSBrowserCell.h-ASV369R8VWP3 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/P4/Fonts.h-1NE18PUH5MEP4 b/.build/arm64-apple-macosx/debug/index/store/v5/records/P4/Fonts.h-1NE18PUH5MEP4
new file mode 100644
index 0000000..4dc5271
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/P4/Fonts.h-1NE18PUH5MEP4 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/P4/arm64e-apple-macos.swiftinterface-2A8U8MODDIJP4 b/.build/arm64-apple-macosx/debug/index/store/v5/records/P4/arm64e-apple-macos.swiftinterface-2A8U8MODDIJP4
new file mode 100644
index 0000000..8ba7bf6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/P4/arm64e-apple-macos.swiftinterface-2A8U8MODDIJP4 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/P4/tcp.h-16Z015LTAU4P4 b/.build/arm64-apple-macosx/debug/index/store/v5/records/P4/tcp.h-16Z015LTAU4P4
new file mode 100644
index 0000000..d7a9428
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/P4/tcp.h-16Z015LTAU4P4 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/P4/ttydefaults.h-35INNBIF154P4 b/.build/arm64-apple-macosx/debug/index/store/v5/records/P4/ttydefaults.h-35INNBIF154P4
new file mode 100644
index 0000000..8645d06
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/P4/ttydefaults.h-35INNBIF154P4 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/P5/CMBlockBuffer.h-2T7JAU2Y66RP5 b/.build/arm64-apple-macosx/debug/index/store/v5/records/P5/CMBlockBuffer.h-2T7JAU2Y66RP5
new file mode 100644
index 0000000..e029f70
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/P5/CMBlockBuffer.h-2T7JAU2Y66RP5 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/P5/_timespec.h-1CG1Z8094QNP5 b/.build/arm64-apple-macosx/debug/index/store/v5/records/P5/_timespec.h-1CG1Z8094QNP5
new file mode 100644
index 0000000..a84d8d7
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/P5/_timespec.h-1CG1Z8094QNP5 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/P6/NSData.h-WVL54320DFP6 b/.build/arm64-apple-macosx/debug/index/store/v5/records/P6/NSData.h-WVL54320DFP6
new file mode 100644
index 0000000..7d27822
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/P6/NSData.h-WVL54320DFP6 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/P7/AUAudioUnitImplementation.h-2CVAXINBSRVP7 b/.build/arm64-apple-macosx/debug/index/store/v5/records/P7/AUAudioUnitImplementation.h-2CVAXINBSRVP7
new file mode 100644
index 0000000..7e45c42
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/P7/AUAudioUnitImplementation.h-2CVAXINBSRVP7 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/P7/IOBlockStorageDriver.h-1IWUKGKG3AMP7 b/.build/arm64-apple-macosx/debug/index/store/v5/records/P7/IOBlockStorageDriver.h-1IWUKGKG3AMP7
new file mode 100644
index 0000000..9522de4
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/P7/IOBlockStorageDriver.h-1IWUKGKG3AMP7 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/P7/IOHIDValue.h-EWS717BDKGP7 b/.build/arm64-apple-macosx/debug/index/store/v5/records/P7/IOHIDValue.h-EWS717BDKGP7
new file mode 100644
index 0000000..1281744
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/P7/IOHIDValue.h-EWS717BDKGP7 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/P8/Finder.h-3RMQT5HNZMNP8 b/.build/arm64-apple-macosx/debug/index/store/v5/records/P8/Finder.h-3RMQT5HNZMNP8
new file mode 100644
index 0000000..a7b344a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/P8/Finder.h-3RMQT5HNZMNP8 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/P8/NSComparisonPredicate.h-27IOILB2Q8TP8 b/.build/arm64-apple-macosx/debug/index/store/v5/records/P8/NSComparisonPredicate.h-27IOILB2Q8TP8
new file mode 100644
index 0000000..15a8f88
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/P8/NSComparisonPredicate.h-27IOILB2Q8TP8 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/P8/arm64e-apple-macos.swiftinterface-2C82HT9UAVNP8 b/.build/arm64-apple-macosx/debug/index/store/v5/records/P8/arm64e-apple-macos.swiftinterface-2C82HT9UAVNP8
new file mode 100644
index 0000000..a908d5d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/P8/arm64e-apple-macos.swiftinterface-2C82HT9UAVNP8 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/P8/quaternion.h-15LJ3GUNSUBP8 b/.build/arm64-apple-macosx/debug/index/store/v5/records/P8/quaternion.h-15LJ3GUNSUBP8
new file mode 100644
index 0000000..d6af21b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/P8/quaternion.h-15LJ3GUNSUBP8 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/P8/vm_statistics.h-3NQPJE7DU4XP8 b/.build/arm64-apple-macosx/debug/index/store/v5/records/P8/vm_statistics.h-3NQPJE7DU4XP8
new file mode 100644
index 0000000..9ef4a60
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/P8/vm_statistics.h-3NQPJE7DU4XP8 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/P9/AVAudioUnitDelay.h-GB86WGD6Q5P9 b/.build/arm64-apple-macosx/debug/index/store/v5/records/P9/AVAudioUnitDelay.h-GB86WGD6Q5P9
new file mode 100644
index 0000000..69af7fd
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/P9/AVAudioUnitDelay.h-GB86WGD6Q5P9 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/PA/AudioUnitCarbonView.h-3F379EMXTNFPA b/.build/arm64-apple-macosx/debug/index/store/v5/records/PA/AudioUnitCarbonView.h-3F379EMXTNFPA
new file mode 100644
index 0000000..cf1178a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/PA/AudioUnitCarbonView.h-3F379EMXTNFPA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/PB/NSDistantObject.h-HNRPU7NKAMPB b/.build/arm64-apple-macosx/debug/index/store/v5/records/PB/NSDistantObject.h-HNRPU7NKAMPB
new file mode 100644
index 0000000..01a0389
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/PB/NSDistantObject.h-HNRPU7NKAMPB differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/PB/OSCacheControl.h-S5WQ2HGYR0PB b/.build/arm64-apple-macosx/debug/index/store/v5/records/PB/OSCacheControl.h-S5WQ2HGYR0PB
new file mode 100644
index 0000000..4ec958b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/PB/OSCacheControl.h-S5WQ2HGYR0PB differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/PB/ioctl.h-1QYICMRH3P2PB b/.build/arm64-apple-macosx/debug/index/store/v5/records/PB/ioctl.h-1QYICMRH3P2PB
new file mode 100644
index 0000000..902a1dd
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/PB/ioctl.h-1QYICMRH3P2PB differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/PD/NSActionCell.h-3C45GF15Z5APD b/.build/arm64-apple-macosx/debug/index/store/v5/records/PD/NSActionCell.h-3C45GF15Z5APD
new file mode 100644
index 0000000..f90bec1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/PD/NSActionCell.h-3C45GF15Z5APD differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/PD/fileport.h-28FAZUTOUEYPD b/.build/arm64-apple-macosx/debug/index/store/v5/records/PD/fileport.h-28FAZUTOUEYPD
new file mode 100644
index 0000000..7a56f1d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/PD/fileport.h-28FAZUTOUEYPD differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/PE/MiniPlayerApp.swift-1I9V7WIWJXLPE b/.build/arm64-apple-macosx/debug/index/store/v5/records/PE/MiniPlayerApp.swift-1I9V7WIWJXLPE
new file mode 100644
index 0000000..846ea63
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/PE/MiniPlayerApp.swift-1I9V7WIWJXLPE differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/PG/PDEPluginInterface.h-3LK4NJAC73PG b/.build/arm64-apple-macosx/debug/index/store/v5/records/PG/PDEPluginInterface.h-3LK4NJAC73PG
new file mode 100644
index 0000000..ec6b8d6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/PG/PDEPluginInterface.h-3LK4NJAC73PG differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/PG/SCSICmds_READ_CAPACITY_Definitions.h-1OZZZIJTR33PG b/.build/arm64-apple-macosx/debug/index/store/v5/records/PG/SCSICmds_READ_CAPACITY_Definitions.h-1OZZZIJTR33PG
new file mode 100644
index 0000000..55d79b3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/PG/SCSICmds_READ_CAPACITY_Definitions.h-1OZZZIJTR33PG differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/PH/SPRotation3D.h-3PALJJFX8EAPH b/.build/arm64-apple-macosx/debug/index/store/v5/records/PH/SPRotation3D.h-3PALJJFX8EAPH
new file mode 100644
index 0000000..e7a76bb
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/PH/SPRotation3D.h-3PALJJFX8EAPH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/PH/_size_t.h-2DIE3BNGF2HPH b/.build/arm64-apple-macosx/debug/index/store/v5/records/PH/_size_t.h-2DIE3BNGF2HPH
new file mode 100644
index 0000000..0f0b4e7
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/PH/_size_t.h-2DIE3BNGF2HPH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/PH/signal.h-3EUZHENASIUPH b/.build/arm64-apple-macosx/debug/index/store/v5/records/PH/signal.h-3EUZHENASIUPH
new file mode 100644
index 0000000..7231991
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/PH/signal.h-3EUZHENASIUPH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/PI/CMSDecoder.h-2D1CQFZVCT4PI b/.build/arm64-apple-macosx/debug/index/store/v5/records/PI/CMSDecoder.h-2D1CQFZVCT4PI
new file mode 100644
index 0000000..4992e48
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/PI/CMSDecoder.h-2D1CQFZVCT4PI differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/PJ/NSTextStorage.h-2TQLHRYJAGLPJ b/.build/arm64-apple-macosx/debug/index/store/v5/records/PJ/NSTextStorage.h-2TQLHRYJAGLPJ
new file mode 100644
index 0000000..2bbbafd
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/PJ/NSTextStorage.h-2TQLHRYJAGLPJ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/PK/queue.h-3SH8SHXSAJ3PK b/.build/arm64-apple-macosx/debug/index/store/v5/records/PK/queue.h-3SH8SHXSAJ3PK
new file mode 100644
index 0000000..cbee880
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/PK/queue.h-3SH8SHXSAJ3PK differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/PL/signal.h-QUJ4OC41G6PL b/.build/arm64-apple-macosx/debug/index/store/v5/records/PL/signal.h-QUJ4OC41G6PL
new file mode 100644
index 0000000..bb4b199
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/PL/signal.h-QUJ4OC41G6PL differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/PM/NSColorSpace.h-2YCI6ADNTERPM b/.build/arm64-apple-macosx/debug/index/store/v5/records/PM/NSColorSpace.h-2YCI6ADNTERPM
new file mode 100644
index 0000000..f8e7948
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/PM/NSColorSpace.h-2YCI6ADNTERPM differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/PM/SecIdentitySearch.h-M5HTA2UAJ5PM b/.build/arm64-apple-macosx/debug/index/store/v5/records/PM/SecIdentitySearch.h-M5HTA2UAJ5PM
new file mode 100644
index 0000000..b649fbf
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/PM/SecIdentitySearch.h-M5HTA2UAJ5PM differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/PN/CALayer.h-2T1CCX0YPOXPN b/.build/arm64-apple-macosx/debug/index/store/v5/records/PN/CALayer.h-2T1CCX0YPOXPN
new file mode 100644
index 0000000..55b0d33
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/PN/CALayer.h-2T1CCX0YPOXPN differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/PN/NSTextLineFragment.h-2CFJ4M6TPAKPN b/.build/arm64-apple-macosx/debug/index/store/v5/records/PN/NSTextLineFragment.h-2CFJ4M6TPAKPN
new file mode 100644
index 0000000..7c682d2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/PN/NSTextLineFragment.h-2CFJ4M6TPAKPN differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/PN/_uintmax_t.h-1AH75M817EMPN b/.build/arm64-apple-macosx/debug/index/store/v5/records/PN/_uintmax_t.h-1AH75M817EMPN
new file mode 100644
index 0000000..2c364de
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/PN/_uintmax_t.h-1AH75M817EMPN differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/PQ/NSAttributedString.h-18M5FQ5B9R3PQ b/.build/arm64-apple-macosx/debug/index/store/v5/records/PQ/NSAttributedString.h-18M5FQ5B9R3PQ
new file mode 100644
index 0000000..fe2cb47
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/PQ/NSAttributedString.h-18M5FQ5B9R3PQ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/PQ/msgbuf.h-3M6L2IC7WBHPQ b/.build/arm64-apple-macosx/debug/index/store/v5/records/PQ/msgbuf.h-3M6L2IC7WBHPQ
new file mode 100644
index 0000000..2801b0f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/PQ/msgbuf.h-3M6L2IC7WBHPQ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/PR/NSNetServices.h-1KWBIZAZ8RZPR b/.build/arm64-apple-macosx/debug/index/store/v5/records/PR/NSNetServices.h-1KWBIZAZ8RZPR
new file mode 100644
index 0000000..34ca26f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/PR/NSNetServices.h-1KWBIZAZ8RZPR differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/PS/NSMigrationStage.h-2U4K65WMHV3PS b/.build/arm64-apple-macosx/debug/index/store/v5/records/PS/NSMigrationStage.h-2U4K65WMHV3PS
new file mode 100644
index 0000000..17b3bc9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/PS/NSMigrationStage.h-2U4K65WMHV3PS differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/PS/clock_priv.h-1E1W2BVZI2XPS b/.build/arm64-apple-macosx/debug/index/store/v5/records/PS/clock_priv.h-1E1W2BVZI2XPS
new file mode 100644
index 0000000..3d80826
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/PS/clock_priv.h-1E1W2BVZI2XPS differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/PS/mach_port.h-2EAOIG2IIHFPS b/.build/arm64-apple-macosx/debug/index/store/v5/records/PS/mach_port.h-2EAOIG2IIHFPS
new file mode 100644
index 0000000..58c848f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/PS/mach_port.h-2EAOIG2IIHFPS differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/PT/AVAudioBuffer.h-3F8QSOOCAA8PT b/.build/arm64-apple-macosx/debug/index/store/v5/records/PT/AVAudioBuffer.h-3F8QSOOCAA8PT
new file mode 100644
index 0000000..db0785a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/PT/AVAudioBuffer.h-3F8QSOOCAA8PT differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/PT/AVAudioUnitSampler.h-364BZCAW83UPT b/.build/arm64-apple-macosx/debug/index/store/v5/records/PT/AVAudioUnitSampler.h-364BZCAW83UPT
new file mode 100644
index 0000000..fe16415
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/PT/AVAudioUnitSampler.h-364BZCAW83UPT differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/PT/dirent.h-1Y2GL1BF182PT b/.build/arm64-apple-macosx/debug/index/store/v5/records/PT/dirent.h-1Y2GL1BF182PT
new file mode 100644
index 0000000..ada67f9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/PT/dirent.h-1Y2GL1BF182PT differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/PU/NSCandidateListTouchBarItem.h-U9NWIK9BMSPU b/.build/arm64-apple-macosx/debug/index/store/v5/records/PU/NSCandidateListTouchBarItem.h-U9NWIK9BMSPU
new file mode 100644
index 0000000..d3e761d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/PU/NSCandidateListTouchBarItem.h-U9NWIK9BMSPU differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/PU/assert.h-3Q5UWG6FV2DPU b/.build/arm64-apple-macosx/debug/index/store/v5/records/PU/assert.h-3Q5UWG6FV2DPU
new file mode 100644
index 0000000..a759ac1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/PU/assert.h-3Q5UWG6FV2DPU differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/PV/MTLBlitCommandEncoder.h-2YZ82S2VTNDPV b/.build/arm64-apple-macosx/debug/index/store/v5/records/PV/MTLBlitCommandEncoder.h-2YZ82S2VTNDPV
new file mode 100644
index 0000000..6534b98
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/PV/MTLBlitCommandEncoder.h-2YZ82S2VTNDPV differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/PV/SecKeychainItem.h-PQ1SFDPRDFPV b/.build/arm64-apple-macosx/debug/index/store/v5/records/PV/SecKeychainItem.h-PQ1SFDPRDFPV
new file mode 100644
index 0000000..9da8058
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/PV/SecKeychainItem.h-PQ1SFDPRDFPV differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/PV/arm64e-apple-macos.swiftinterface_Bool-Y3ZEWGYBG0PV b/.build/arm64-apple-macosx/debug/index/store/v5/records/PV/arm64e-apple-macos.swiftinterface_Bool-Y3ZEWGYBG0PV
new file mode 100644
index 0000000..98e1e82
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/PV/arm64e-apple-macos.swiftinterface_Bool-Y3ZEWGYBG0PV differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/PV/task_policy.h-1ZMD7L18RVVPV b/.build/arm64-apple-macosx/debug/index/store/v5/records/PV/task_policy.h-1ZMD7L18RVVPV
new file mode 100644
index 0000000..ec48d2a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/PV/task_policy.h-1ZMD7L18RVVPV differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/PW/NSAccessibilityColor.h-12FUH3MTB3VPW b/.build/arm64-apple-macosx/debug/index/store/v5/records/PW/NSAccessibilityColor.h-12FUH3MTB3VPW
new file mode 100644
index 0000000..89a31f5
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/PW/NSAccessibilityColor.h-12FUH3MTB3VPW differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/PW/cssmkrspi.h-34V9FO7IZBVPW b/.build/arm64-apple-macosx/debug/index/store/v5/records/PW/cssmkrspi.h-34V9FO7IZBVPW
new file mode 100644
index 0000000..ecd36e5
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/PW/cssmkrspi.h-34V9FO7IZBVPW differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/PY/AEObjects.h-1BVIS6WOLU2PY b/.build/arm64-apple-macosx/debug/index/store/v5/records/PY/AEObjects.h-1BVIS6WOLU2PY
new file mode 100644
index 0000000..ae2fbfe
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/PY/AEObjects.h-1BVIS6WOLU2PY differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/PY/CGLCurrent.h-2IDJE3EQGDZPY b/.build/arm64-apple-macosx/debug/index/store/v5/records/PY/CGLCurrent.h-2IDJE3EQGDZPY
new file mode 100644
index 0000000..8ab9410
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/PY/CGLCurrent.h-2IDJE3EQGDZPY differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/PY/MachineExceptions.h-TJUQU6LRL6PY b/.build/arm64-apple-macosx/debug/index/store/v5/records/PY/MachineExceptions.h-TJUQU6LRL6PY
new file mode 100644
index 0000000..0b49caf
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/PY/MachineExceptions.h-TJUQU6LRL6PY differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/PZ/NSEvent.h-1VXI9EIC7ZEPZ b/.build/arm64-apple-macosx/debug/index/store/v5/records/PZ/NSEvent.h-1VXI9EIC7ZEPZ
new file mode 100644
index 0000000..ad51495
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/PZ/NSEvent.h-1VXI9EIC7ZEPZ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/Q1/MTLFunctionDescriptor.h-2CSUMUOTW9UQ1 b/.build/arm64-apple-macosx/debug/index/store/v5/records/Q1/MTLFunctionDescriptor.h-2CSUMUOTW9UQ1
new file mode 100644
index 0000000..6d9859c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/Q1/MTLFunctionDescriptor.h-2CSUMUOTW9UQ1 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/Q1/NSOrderedCollectionChange.h-B3580EPD4BQ1 b/.build/arm64-apple-macosx/debug/index/store/v5/records/Q1/NSOrderedCollectionChange.h-B3580EPD4BQ1
new file mode 100644
index 0000000..f37bf98
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/Q1/NSOrderedCollectionChange.h-B3580EPD4BQ1 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/Q1/NSPressureConfiguration.h-3O0P0BZTL2IQ1 b/.build/arm64-apple-macosx/debug/index/store/v5/records/Q1/NSPressureConfiguration.h-3O0P0BZTL2IQ1
new file mode 100644
index 0000000..c6e1b27
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/Q1/NSPressureConfiguration.h-3O0P0BZTL2IQ1 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/Q1/arm64e-apple-macos.swiftinterface_Collection-1IH6TJX0XS9Q1 b/.build/arm64-apple-macosx/debug/index/store/v5/records/Q1/arm64e-apple-macos.swiftinterface_Collection-1IH6TJX0XS9Q1
new file mode 100644
index 0000000..4d6f5ce
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/Q1/arm64e-apple-macos.swiftinterface_Collection-1IH6TJX0XS9Q1 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/Q2/CGRenderingBufferProvider.h-1D6II6M0QOAQ2 b/.build/arm64-apple-macosx/debug/index/store/v5/records/Q2/CGRenderingBufferProvider.h-1D6II6M0QOAQ2
new file mode 100644
index 0000000..cec5321
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/Q2/CGRenderingBufferProvider.h-1D6II6M0QOAQ2 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/Q2/CGWindowLevel.h-XHNVF0VONGQ2 b/.build/arm64-apple-macosx/debug/index/store/v5/records/Q2/CGWindowLevel.h-XHNVF0VONGQ2
new file mode 100644
index 0000000..cf09d30
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/Q2/CGWindowLevel.h-XHNVF0VONGQ2 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/Q2/vm_types.h-2LKVKU7ZPO8Q2 b/.build/arm64-apple-macosx/debug/index/store/v5/records/Q2/vm_types.h-2LKVKU7ZPO8Q2
new file mode 100644
index 0000000..af217a0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/Q2/vm_types.h-2LKVKU7ZPO8Q2 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/Q3/_wctrans_t.h-3915B7EZBIZQ3 b/.build/arm64-apple-macosx/debug/index/store/v5/records/Q3/_wctrans_t.h-3915B7EZBIZQ3
new file mode 100644
index 0000000..8c5a92b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/Q3/_wctrans_t.h-3915B7EZBIZQ3 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/Q3/audit_uevents.h-3RXCXKXNA32Q3 b/.build/arm64-apple-macosx/debug/index/store/v5/records/Q3/audit_uevents.h-3RXCXKXNA32Q3
new file mode 100644
index 0000000..ac5a387
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/Q3/audit_uevents.h-3RXCXKXNA32Q3 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/Q4/NSGraphics.h-2SJ3P7OJ1FHQ4 b/.build/arm64-apple-macosx/debug/index/store/v5/records/Q4/NSGraphics.h-2SJ3P7OJ1FHQ4
new file mode 100644
index 0000000..feb0ac2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/Q4/NSGraphics.h-2SJ3P7OJ1FHQ4 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/Q4/buf.h-12I48V966H8Q4 b/.build/arm64-apple-macosx/debug/index/store/v5/records/Q4/buf.h-12I48V966H8Q4
new file mode 100644
index 0000000..318e8eb
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/Q4/buf.h-12I48V966H8Q4 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/Q5/AVCaptureOutputBase.h-I042MG9KDAQ5 b/.build/arm64-apple-macosx/debug/index/store/v5/records/Q5/AVCaptureOutputBase.h-I042MG9KDAQ5
new file mode 100644
index 0000000..f09ff48
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/Q5/AVCaptureOutputBase.h-I042MG9KDAQ5 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/Q5/CVMetalTexture.h-1KEAP16PUJJQ5 b/.build/arm64-apple-macosx/debug/index/store/v5/records/Q5/CVMetalTexture.h-1KEAP16PUJJQ5
new file mode 100644
index 0000000..e5bb01f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/Q5/CVMetalTexture.h-1KEAP16PUJJQ5 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/Q6/NSObjCRuntime.h-3PSNP8D3UDWQ6 b/.build/arm64-apple-macosx/debug/index/store/v5/records/Q6/NSObjCRuntime.h-3PSNP8D3UDWQ6
new file mode 100644
index 0000000..b12fb8a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/Q6/NSObjCRuntime.h-3PSNP8D3UDWQ6 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/Q6/objc.h-1PD6LCDPXYIQ6 b/.build/arm64-apple-macosx/debug/index/store/v5/records/Q6/objc.h-1PD6LCDPXYIQ6
new file mode 100644
index 0000000..98a7eea
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/Q6/objc.h-1PD6LCDPXYIQ6 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/Q7/NSItemProvider.h-GIQAQHZR2XQ7 b/.build/arm64-apple-macosx/debug/index/store/v5/records/Q7/NSItemProvider.h-GIQAQHZR2XQ7
new file mode 100644
index 0000000..88d93c9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/Q7/NSItemProvider.h-GIQAQHZR2XQ7 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/DriverSynchronization.h-2I566SHKQ1MQ8 b/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/DriverSynchronization.h-2I566SHKQ1MQ8
new file mode 100644
index 0000000..742bd70
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/DriverSynchronization.h-2I566SHKQ1MQ8 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/QA/icmp6.h-2H4AM368LX7QA b/.build/arm64-apple-macosx/debug/index/store/v5/records/QA/icmp6.h-2H4AM368LX7QA
new file mode 100644
index 0000000..fa46766
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/QA/icmp6.h-2H4AM368LX7QA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/QA/objc-api.h-1M641QLUA1UQA b/.build/arm64-apple-macosx/debug/index/store/v5/records/QA/objc-api.h-1M641QLUA1UQA
new file mode 100644
index 0000000..7077d63
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/QA/objc-api.h-1M641QLUA1UQA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/QB/AXSettings.h-2RBG6H5YH3VQB b/.build/arm64-apple-macosx/debug/index/store/v5/records/QB/AXSettings.h-2RBG6H5YH3VQB
new file mode 100644
index 0000000..6946b84
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/QB/AXSettings.h-2RBG6H5YH3VQB differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/QB/LSInfo.h-2XRJ2TUK8UQB b/.build/arm64-apple-macosx/debug/index/store/v5/records/QB/LSInfo.h-2XRJ2TUK8UQB
new file mode 100644
index 0000000..a575d81
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/QB/LSInfo.h-2XRJ2TUK8UQB differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/QC/AVAudioRecorder.h-3318IG8AKCMQC b/.build/arm64-apple-macosx/debug/index/store/v5/records/QC/AVAudioRecorder.h-3318IG8AKCMQC
new file mode 100644
index 0000000..f45486d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/QC/AVAudioRecorder.h-3318IG8AKCMQC differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/QC/SecDigestTransform.h-1X5JHIDIF6VQC b/.build/arm64-apple-macosx/debug/index/store/v5/records/QC/SecDigestTransform.h-1X5JHIDIF6VQC
new file mode 100644
index 0000000..46fedd3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/QC/SecDigestTransform.h-1X5JHIDIF6VQC differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/QD/NSColorSampler.h-3I7B7MISCNWQD b/.build/arm64-apple-macosx/debug/index/store/v5/records/QD/NSColorSampler.h-3I7B7MISCNWQD
new file mode 100644
index 0000000..ea41ab2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/QD/NSColorSampler.h-3I7B7MISCNWQD differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/QD/NSMediaLibraryBrowserController.h-3GVA9WR2E4UQD b/.build/arm64-apple-macosx/debug/index/store/v5/records/QD/NSMediaLibraryBrowserController.h-3GVA9WR2E4UQD
new file mode 100644
index 0000000..636a1df
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/QD/NSMediaLibraryBrowserController.h-3GVA9WR2E4UQD differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/QD/availability.h-1H3AIPDSPNRQD b/.build/arm64-apple-macosx/debug/index/store/v5/records/QD/availability.h-1H3AIPDSPNRQD
new file mode 100644
index 0000000..930725e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/QD/availability.h-1H3AIPDSPNRQD differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/QF/NSPredicateEditorRowTemplate.h-1RW61PH1J70QF b/.build/arm64-apple-macosx/debug/index/store/v5/records/QF/NSPredicateEditorRowTemplate.h-1RW61PH1J70QF
new file mode 100644
index 0000000..63c9636
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/QF/NSPredicateEditorRowTemplate.h-1RW61PH1J70QF differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/NSNibOutletConnector.h-3SLXN3EWAG7QH b/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/NSNibOutletConnector.h-3SLXN3EWAG7QH
new file mode 100644
index 0000000..aac960f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/NSNibOutletConnector.h-3SLXN3EWAG7QH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/cssmapi.h-DAQ8RH9C6PQH b/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/cssmapi.h-DAQ8RH9C6PQH
new file mode 100644
index 0000000..c1b7eaa
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/cssmapi.h-DAQ8RH9C6PQH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/cssmconfig.h-8SW7G5XUPLQH b/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/cssmconfig.h-8SW7G5XUPLQH
new file mode 100644
index 0000000..a24b632
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/cssmconfig.h-8SW7G5XUPLQH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/fat.h-3GP54J8CT07QH b/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/fat.h-3GP54J8CT07QH
new file mode 100644
index 0000000..9adbb60
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/fat.h-3GP54J8CT07QH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/overflow.h-3BGG2ES81BQH b/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/overflow.h-3BGG2ES81BQH
new file mode 100644
index 0000000..ec2d368
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/overflow.h-3BGG2ES81BQH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/QI/MTLCommandBuffer.h-1LB85Z1NTY4QI b/.build/arm64-apple-macosx/debug/index/store/v5/records/QI/MTLCommandBuffer.h-1LB85Z1NTY4QI
new file mode 100644
index 0000000..d14f3bb
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/QI/MTLCommandBuffer.h-1LB85Z1NTY4QI differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/QJ/AVMetadataIdentifiers.h-3LR3GW9I22QJ b/.build/arm64-apple-macosx/debug/index/store/v5/records/QJ/AVMetadataIdentifiers.h-3LR3GW9I22QJ
new file mode 100644
index 0000000..65c4af0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/QJ/AVMetadataIdentifiers.h-3LR3GW9I22QJ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/QK/NSGlyphInfo.h-LUPI0DX7IHQK b/.build/arm64-apple-macosx/debug/index/store/v5/records/QK/NSGlyphInfo.h-LUPI0DX7IHQK
new file mode 100644
index 0000000..e8a09e6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/QK/NSGlyphInfo.h-LUPI0DX7IHQK differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/QK/NSMorphology.h-1ZE1JQ7AH0GQK b/.build/arm64-apple-macosx/debug/index/store/v5/records/QK/NSMorphology.h-1ZE1JQ7AH0GQK
new file mode 100644
index 0000000..5a0e311
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/QK/NSMorphology.h-1ZE1JQ7AH0GQK differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/QK/arm64e-apple-macos.swiftinterface_Optional-1OYVEY35L3NQK b/.build/arm64-apple-macosx/debug/index/store/v5/records/QK/arm64e-apple-macos.swiftinterface_Optional-1OYVEY35L3NQK
new file mode 100644
index 0000000..f00803a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/QK/arm64e-apple-macos.swiftinterface_Optional-1OYVEY35L3NQK differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/QK/gluContext.h-2E3NXLL3QY3QK b/.build/arm64-apple-macosx/debug/index/store/v5/records/QK/gluContext.h-2E3NXLL3QY3QK
new file mode 100644
index 0000000..36894fa
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/QK/gluContext.h-2E3NXLL3QY3QK differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/QL/arm64e-apple-macos.swiftinterface-30EDRCTESYYQL b/.build/arm64-apple-macosx/debug/index/store/v5/records/QL/arm64e-apple-macos.swiftinterface-30EDRCTESYYQL
new file mode 100644
index 0000000..2f34ae7
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/QL/arm64e-apple-macos.swiftinterface-30EDRCTESYYQL differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/QL/memory_object_types.h-2CPASKYD4JVQL b/.build/arm64-apple-macosx/debug/index/store/v5/records/QL/memory_object_types.h-2CPASKYD4JVQL
new file mode 100644
index 0000000..2fa39fd
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/QL/memory_object_types.h-2CPASKYD4JVQL differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/QM/ucred.h-VPRP90J4ZKQM b/.build/arm64-apple-macosx/debug/index/store/v5/records/QM/ucred.h-VPRP90J4ZKQM
new file mode 100644
index 0000000..7567236
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/QM/ucred.h-VPRP90J4ZKQM differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/QN/LSConstants.h-1AKHEY5R19JQN b/.build/arm64-apple-macosx/debug/index/store/v5/records/QN/LSConstants.h-1AKHEY5R19JQN
new file mode 100644
index 0000000..9cedb84
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/QN/LSConstants.h-1AKHEY5R19JQN differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/QN/NSAccessibilityProtocols.h-3R6OTN6GSK4QN b/.build/arm64-apple-macosx/debug/index/store/v5/records/QN/NSAccessibilityProtocols.h-3R6OTN6GSK4QN
new file mode 100644
index 0000000..460bc50
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/QN/NSAccessibilityProtocols.h-3R6OTN6GSK4QN differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/QN/Pasteboard.h-O5F1EECG7EQN b/.build/arm64-apple-macosx/debug/index/store/v5/records/QN/Pasteboard.h-O5F1EECG7EQN
new file mode 100644
index 0000000..1f9c958
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/QN/Pasteboard.h-O5F1EECG7EQN differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/QN/SecCodeHost.h-1BGLHACXQ33QN b/.build/arm64-apple-macosx/debug/index/store/v5/records/QN/SecCodeHost.h-1BGLHACXQ33QN
new file mode 100644
index 0000000..92d491d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/QN/SecCodeHost.h-1BGLHACXQ33QN differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/QO/IOStorageProtocolCharacteristics.h-TXWW9OGDEQO b/.build/arm64-apple-macosx/debug/index/store/v5/records/QO/IOStorageProtocolCharacteristics.h-TXWW9OGDEQO
new file mode 100644
index 0000000..17a818b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/QO/IOStorageProtocolCharacteristics.h-TXWW9OGDEQO differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/QO/MTLCaptureScope.h-265DMUGGNYTQO b/.build/arm64-apple-macosx/debug/index/store/v5/records/QO/MTLCaptureScope.h-265DMUGGNYTQO
new file mode 100644
index 0000000..1e9304d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/QO/MTLCaptureScope.h-265DMUGGNYTQO differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/QO/NSPersistentCloudKitContainer_SwiftOverlay.h-2HVBCBK4U15QO b/.build/arm64-apple-macosx/debug/index/store/v5/records/QO/NSPersistentCloudKitContainer_SwiftOverlay.h-2HVBCBK4U15QO
new file mode 100644
index 0000000..d8fc516
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/QO/NSPersistentCloudKitContainer_SwiftOverlay.h-2HVBCBK4U15QO differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/QO/SPAngleFloat.h-3X0U61HWW2QO b/.build/arm64-apple-macosx/debug/index/store/v5/records/QO/SPAngleFloat.h-3X0U61HWW2QO
new file mode 100644
index 0000000..0d2d58d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/QO/SPAngleFloat.h-3X0U61HWW2QO differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/QP/CARenderer.h-25DYWDJHAYVQP b/.build/arm64-apple-macosx/debug/index/store/v5/records/QP/CARenderer.h-25DYWDJHAYVQP
new file mode 100644
index 0000000..87e5871
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/QP/CARenderer.h-25DYWDJHAYVQP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/QP/NSMenuToolbarItem.h-2J33Y8CD2OBQP b/.build/arm64-apple-macosx/debug/index/store/v5/records/QP/NSMenuToolbarItem.h-2J33Y8CD2OBQP
new file mode 100644
index 0000000..a7d84c0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/QP/NSMenuToolbarItem.h-2J33Y8CD2OBQP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/QQ/KextManager.h-3KKQDSHMMRSQQ b/.build/arm64-apple-macosx/debug/index/store/v5/records/QQ/KextManager.h-3KKQDSHMMRSQQ
new file mode 100644
index 0000000..407e98d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/QQ/KextManager.h-3KKQDSHMMRSQQ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/QQ/dyld_images.h-I6NPGD7K2SQQ b/.build/arm64-apple-macosx/debug/index/store/v5/records/QQ/dyld_images.h-I6NPGD7K2SQQ
new file mode 100644
index 0000000..3ec34bf
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/QQ/dyld_images.h-I6NPGD7K2SQQ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/QS/NSMovie.h-2NKSHQS5JEMQS b/.build/arm64-apple-macosx/debug/index/store/v5/records/QS/NSMovie.h-2NKSHQS5JEMQS
new file mode 100644
index 0000000..511361e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/QS/NSMovie.h-2NKSHQS5JEMQS differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/QS/in.h-JXVXMSJ7SZQS b/.build/arm64-apple-macosx/debug/index/store/v5/records/QS/in.h-JXVXMSJ7SZQS
new file mode 100644
index 0000000..9f42e38
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/QS/in.h-JXVXMSJ7SZQS differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/QT/NSDateInterval.h-D5YTSIB76GQT b/.build/arm64-apple-macosx/debug/index/store/v5/records/QT/NSDateInterval.h-D5YTSIB76GQT
new file mode 100644
index 0000000..3630258
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/QT/NSDateInterval.h-D5YTSIB76GQT differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/QT/group.h-OYAT9LOCSKQT b/.build/arm64-apple-macosx/debug/index/store/v5/records/QT/group.h-OYAT9LOCSKQT
new file mode 100644
index 0000000..92afd17
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/QT/group.h-OYAT9LOCSKQT differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/QU/AEHelpers.h-2ZKW3TVRTWTQU b/.build/arm64-apple-macosx/debug/index/store/v5/records/QU/AEHelpers.h-2ZKW3TVRTWTQU
new file mode 100644
index 0000000..7c04534
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/QU/AEHelpers.h-2ZKW3TVRTWTQU differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/QU/NSComboButton.h-2GUC32OQ8NEQU b/.build/arm64-apple-macosx/debug/index/store/v5/records/QU/NSComboButton.h-2GUC32OQ8NEQU
new file mode 100644
index 0000000..f06d6ac
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/QU/NSComboButton.h-2GUC32OQ8NEQU differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/QV/arm_vector_types.h-WEF0KBWJERQV b/.build/arm64-apple-macosx/debug/index/store/v5/records/QV/arm_vector_types.h-WEF0KBWJERQV
new file mode 100644
index 0000000..5a07eaa
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/QV/arm_vector_types.h-WEF0KBWJERQV differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/QW/_common.h-2A7D8BS7YTYQW b/.build/arm64-apple-macosx/debug/index/store/v5/records/QW/_common.h-2A7D8BS7YTYQW
new file mode 100644
index 0000000..3bedd50
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/QW/_common.h-2A7D8BS7YTYQW differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/QX/NSStepper.h-2VIJHR1DNRNQX b/.build/arm64-apple-macosx/debug/index/store/v5/records/QX/NSStepper.h-2VIJHR1DNRNQX
new file mode 100644
index 0000000..df6e60a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/QX/NSStepper.h-2VIJHR1DNRNQX differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/QX/NSTextTable.h-3JVFO0QFX7GQX b/.build/arm64-apple-macosx/debug/index/store/v5/records/QX/NSTextTable.h-3JVFO0QFX7GQX
new file mode 100644
index 0000000..782622b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/QX/NSTextTable.h-3JVFO0QFX7GQX differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/QX/spawn.h-IEQ0WC7I9AQX b/.build/arm64-apple-macosx/debug/index/store/v5/records/QX/spawn.h-IEQ0WC7I9AQX
new file mode 100644
index 0000000..0ccceb7
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/QX/spawn.h-IEQ0WC7I9AQX differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/QY/MTLLibrary.h-2I3RJFP7G0DQY b/.build/arm64-apple-macosx/debug/index/store/v5/records/QY/MTLLibrary.h-2I3RJFP7G0DQY
new file mode 100644
index 0000000..acfbc81
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/QY/MTLLibrary.h-2I3RJFP7G0DQY differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/QY/NSNibControlConnector.h-2J90DCMTY55QY b/.build/arm64-apple-macosx/debug/index/store/v5/records/QY/NSNibControlConnector.h-2J90DCMTY55QY
new file mode 100644
index 0000000..84845af
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/QY/NSNibControlConnector.h-2J90DCMTY55QY differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/QY/NSSpellChecker.h-4GIOHL71SDQY b/.build/arm64-apple-macosx/debug/index/store/v5/records/QY/NSSpellChecker.h-4GIOHL71SDQY
new file mode 100644
index 0000000..ba8f15f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/QY/NSSpellChecker.h-4GIOHL71SDQY differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/QY/arm64e-apple-macos.swiftinterface-S2X2GK2O68QY b/.build/arm64-apple-macosx/debug/index/store/v5/records/QY/arm64e-apple-macos.swiftinterface-S2X2GK2O68QY
new file mode 100644
index 0000000..834bc61
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/QY/arm64e-apple-macos.swiftinterface-S2X2GK2O68QY differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/R0/NSWritingToolsCoordinatorContext.h-OHKRY2OTF5R0 b/.build/arm64-apple-macosx/debug/index/store/v5/records/R0/NSWritingToolsCoordinatorContext.h-OHKRY2OTF5R0
new file mode 100644
index 0000000..5e43727
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/R0/NSWritingToolsCoordinatorContext.h-OHKRY2OTF5R0 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/R0/OSLog.h-3DHKTMYG7JWR0 b/.build/arm64-apple-macosx/debug/index/store/v5/records/R0/OSLog.h-3DHKTMYG7JWR0
new file mode 100644
index 0000000..fd6e61d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/R0/OSLog.h-3DHKTMYG7JWR0 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/R1/AVAnimation.h-36LQ4T5S874R1 b/.build/arm64-apple-macosx/debug/index/store/v5/records/R1/AVAnimation.h-36LQ4T5S874R1
new file mode 100644
index 0000000..ca5f015
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/R1/AVAnimation.h-36LQ4T5S874R1 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/R2/CFXMLParser.h-1RGQ5460O58R2 b/.build/arm64-apple-macosx/debug/index/store/v5/records/R2/CFXMLParser.h-1RGQ5460O58R2
new file mode 100644
index 0000000..617bcdf
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/R2/CFXMLParser.h-1RGQ5460O58R2 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/R2/CGPDFScanner.h-1OCXHKYSKEWR2 b/.build/arm64-apple-macosx/debug/index/store/v5/records/R2/CGPDFScanner.h-1OCXHKYSKEWR2
new file mode 100644
index 0000000..bc70f42
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/R2/CGPDFScanner.h-1OCXHKYSKEWR2 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/R2/MTLComputePass.h-EK7193IJS1R2 b/.build/arm64-apple-macosx/debug/index/store/v5/records/R2/MTLComputePass.h-EK7193IJS1R2
new file mode 100644
index 0000000..5b23890
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/R2/MTLComputePass.h-EK7193IJS1R2 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/R2/NSFontPanel.h-1ACSTZ0RSUER2 b/.build/arm64-apple-macosx/debug/index/store/v5/records/R2/NSFontPanel.h-1ACSTZ0RSUER2
new file mode 100644
index 0000000..3c0efee
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/R2/NSFontPanel.h-1ACSTZ0RSUER2 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/R2/SecProtocolMetadata.h-HVCG6ULXZRR2 b/.build/arm64-apple-macosx/debug/index/store/v5/records/R2/SecProtocolMetadata.h-HVCG6ULXZRR2
new file mode 100644
index 0000000..c76c0a2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/R2/SecProtocolMetadata.h-HVCG6ULXZRR2 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/R4/IOSurfaceTypes.h-2TQV34598CJR4 b/.build/arm64-apple-macosx/debug/index/store/v5/records/R4/IOSurfaceTypes.h-2TQV34598CJR4
new file mode 100644
index 0000000..d46091d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/R4/IOSurfaceTypes.h-2TQV34598CJR4 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/R4/NSSet.h-292YSRC8HOTR4 b/.build/arm64-apple-macosx/debug/index/store/v5/records/R4/NSSet.h-292YSRC8HOTR4
new file mode 100644
index 0000000..47ee1a9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/R4/NSSet.h-292YSRC8HOTR4 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/R4/NSText.h-8DXB1ZGUWJR4 b/.build/arm64-apple-macosx/debug/index/store/v5/records/R4/NSText.h-8DXB1ZGUWJR4
new file mode 100644
index 0000000..ccca996
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/R4/NSText.h-8DXB1ZGUWJR4 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/R4/data.h-368ZW4T6CR2R4 b/.build/arm64-apple-macosx/debug/index/store/v5/records/R4/data.h-368ZW4T6CR2R4
new file mode 100644
index 0000000..24e5639
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/R4/data.h-368ZW4T6CR2R4 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/R4/limits.h-3SLIE7JMRY9R4 b/.build/arm64-apple-macosx/debug/index/store/v5/records/R4/limits.h-3SLIE7JMRY9R4
new file mode 100644
index 0000000..6e16a7d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/R4/limits.h-3SLIE7JMRY9R4 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/R6/arm64e-apple-macos.swiftinterface_Collection_Type-erased-WENIEVGC4R6 b/.build/arm64-apple-macosx/debug/index/store/v5/records/R6/arm64e-apple-macos.swiftinterface_Collection_Type-erased-WENIEVGC4R6
new file mode 100644
index 0000000..e94263a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/R6/arm64e-apple-macos.swiftinterface_Collection_Type-erased-WENIEVGC4R6 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/R7/_time.h-1TUFDNHS1L7R7 b/.build/arm64-apple-macosx/debug/index/store/v5/records/R7/_time.h-1TUFDNHS1L7R7
new file mode 100644
index 0000000..6bd921c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/R7/_time.h-1TUFDNHS1L7R7 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/R8/NSLocale.h-3N39LO4O32JR8 b/.build/arm64-apple-macosx/debug/index/store/v5/records/R8/NSLocale.h-3N39LO4O32JR8
new file mode 100644
index 0000000..a8035ee
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/R8/NSLocale.h-3N39LO4O32JR8 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/R8/NSPDFInfo.h-372NJOIS9XHR8 b/.build/arm64-apple-macosx/debug/index/store/v5/records/R8/NSPDFInfo.h-372NJOIS9XHR8
new file mode 100644
index 0000000..08de418
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/R8/NSPDFInfo.h-372NJOIS9XHR8 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/R9/uuid.h-NGGNDAOU1UR9 b/.build/arm64-apple-macosx/debug/index/store/v5/records/R9/uuid.h-NGGNDAOU1UR9
new file mode 100644
index 0000000..7e6da69
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/R9/uuid.h-NGGNDAOU1UR9 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/RA/AVAudioUnitTimeEffect.h-PPGN7NBB2GRA b/.build/arm64-apple-macosx/debug/index/store/v5/records/RA/AVAudioUnitTimeEffect.h-PPGN7NBB2GRA
new file mode 100644
index 0000000..423b6a5
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/RA/AVAudioUnitTimeEffect.h-PPGN7NBB2GRA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/RA/CIImageProvider.h-2G01HWQZYW8RA b/.build/arm64-apple-macosx/debug/index/store/v5/records/RA/CIImageProvider.h-2G01HWQZYW8RA
new file mode 100644
index 0000000..3d72d25
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/RA/CIImageProvider.h-2G01HWQZYW8RA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/RA/oidsbase.h-2Y5IWQ000FARA b/.build/arm64-apple-macosx/debug/index/store/v5/records/RA/oidsbase.h-2Y5IWQ000FARA
new file mode 100644
index 0000000..f2b4835
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/RA/oidsbase.h-2Y5IWQ000FARA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/RD/AEPackObject.h-3R64LQGW3BGRD b/.build/arm64-apple-macosx/debug/index/store/v5/records/RD/AEPackObject.h-3R64LQGW3BGRD
new file mode 100644
index 0000000..b2a7e49
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/RD/AEPackObject.h-3R64LQGW3BGRD differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/RD/NSAppearance.h-2SAPAZUUWVVRD b/.build/arm64-apple-macosx/debug/index/store/v5/records/RD/NSAppearance.h-2SAPAZUUWVVRD
new file mode 100644
index 0000000..e16f519
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/RD/NSAppearance.h-2SAPAZUUWVVRD differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/RD/ifaddrs.h-2E8SCC3DDGMRD b/.build/arm64-apple-macosx/debug/index/store/v5/records/RD/ifaddrs.h-2E8SCC3DDGMRD
new file mode 100644
index 0000000..501f418
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/RD/ifaddrs.h-2E8SCC3DDGMRD differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/RE/arm64e-apple-macos.swiftinterface-2V52CUI5APRE b/.build/arm64-apple-macosx/debug/index/store/v5/records/RE/arm64e-apple-macos.swiftinterface-2V52CUI5APRE
new file mode 100644
index 0000000..f8edd74
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/RE/arm64e-apple-macos.swiftinterface-2V52CUI5APRE differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/RF/CMAudioDeviceClock.h-1TEKURMZI8XRF b/.build/arm64-apple-macosx/debug/index/store/v5/records/RF/CMAudioDeviceClock.h-1TEKURMZI8XRF
new file mode 100644
index 0000000..c1784fe
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/RF/CMAudioDeviceClock.h-1TEKURMZI8XRF differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/RF/NSAccessibility.h-2JCICFTA8B0RF b/.build/arm64-apple-macosx/debug/index/store/v5/records/RF/NSAccessibility.h-2JCICFTA8B0RF
new file mode 100644
index 0000000..d795806
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/RF/NSAccessibility.h-2JCICFTA8B0RF differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/RF/NSManagedObjectModelReference.h-2PN4TTXG247RF b/.build/arm64-apple-macosx/debug/index/store/v5/records/RF/NSManagedObjectModelReference.h-2PN4TTXG247RF
new file mode 100644
index 0000000..bcf1640
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/RF/NSManagedObjectModelReference.h-2PN4TTXG247RF differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/RF/_offsetof.h-3I240G3UW2FRF b/.build/arm64-apple-macosx/debug/index/store/v5/records/RF/_offsetof.h-3I240G3UW2FRF
new file mode 100644
index 0000000..1db2467
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/RF/_offsetof.h-3I240G3UW2FRF differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/RG/AVBase.h-2PQZUJXINIMRG b/.build/arm64-apple-macosx/debug/index/store/v5/records/RG/AVBase.h-2PQZUJXINIMRG
new file mode 100644
index 0000000..ab25177
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/RG/AVBase.h-2PQZUJXINIMRG differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/RG/AVCaptureDepthDataOutput.h-1F5EQUJ2P9WRG b/.build/arm64-apple-macosx/debug/index/store/v5/records/RG/AVCaptureDepthDataOutput.h-1F5EQUJ2P9WRG
new file mode 100644
index 0000000..e27f4a0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/RG/AVCaptureDepthDataOutput.h-1F5EQUJ2P9WRG differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/RG/CFDate.h-HJ0LESQ3Q0RG b/.build/arm64-apple-macosx/debug/index/store/v5/records/RG/CFDate.h-HJ0LESQ3Q0RG
new file mode 100644
index 0000000..2fb6304
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/RG/CFDate.h-HJ0LESQ3Q0RG differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/RG/hfs_mount.h-1KTIBRETA85RG b/.build/arm64-apple-macosx/debug/index/store/v5/records/RG/hfs_mount.h-1KTIBRETA85RG
new file mode 100644
index 0000000..e41ae54
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/RG/hfs_mount.h-1KTIBRETA85RG differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/CMSimpleQueue.h-1KC0GJYGG1QRH b/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/CMSimpleQueue.h-1KC0GJYGG1QRH
new file mode 100644
index 0000000..6d10db1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/CMSimpleQueue.h-1KC0GJYGG1QRH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/RI/LowMem.h-2NIRHU0Y6H9RI b/.build/arm64-apple-macosx/debug/index/store/v5/records/RI/LowMem.h-2NIRHU0Y6H9RI
new file mode 100644
index 0000000..301cc2b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/RI/LowMem.h-2NIRHU0Y6H9RI differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/RJ/AXValue.h-3T4YQ9VYCDTRJ b/.build/arm64-apple-macosx/debug/index/store/v5/records/RJ/AXValue.h-3T4YQ9VYCDTRJ
new file mode 100644
index 0000000..afd6392
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/RJ/AXValue.h-3T4YQ9VYCDTRJ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/RJ/CIImageProcessor.h-D482C7XJUDRJ b/.build/arm64-apple-macosx/debug/index/store/v5/records/RJ/CIImageProcessor.h-D482C7XJUDRJ
new file mode 100644
index 0000000..5588206
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/RJ/CIImageProcessor.h-D482C7XJUDRJ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/RJ/MTLTexture.h-2NMOLY9K2TLRJ b/.build/arm64-apple-macosx/debug/index/store/v5/records/RJ/MTLTexture.h-2NMOLY9K2TLRJ
new file mode 100644
index 0000000..748ead2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/RJ/MTLTexture.h-2NMOLY9K2TLRJ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/RJ/NSDatePicker.h-1OUIJMCWKAQRJ b/.build/arm64-apple-macosx/debug/index/store/v5/records/RJ/NSDatePicker.h-1OUIJMCWKAQRJ
new file mode 100644
index 0000000..238f791
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/RJ/NSDatePicker.h-1OUIJMCWKAQRJ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/RJ/NSFileVersion.h-3R5WCWBVI1PRJ b/.build/arm64-apple-macosx/debug/index/store/v5/records/RJ/NSFileVersion.h-3R5WCWBVI1PRJ
new file mode 100644
index 0000000..da580a1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/RJ/NSFileVersion.h-3R5WCWBVI1PRJ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/RJ/SecCode.h-2177F0D8QENRJ b/.build/arm64-apple-macosx/debug/index/store/v5/records/RJ/SecCode.h-2177F0D8QENRJ
new file mode 100644
index 0000000..e3acd29
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/RJ/SecCode.h-2177F0D8QENRJ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/RK/TextEdit.h-3F8DFXFRVUKRK b/.build/arm64-apple-macosx/debug/index/store/v5/records/RK/TextEdit.h-3F8DFXFRVUKRK
new file mode 100644
index 0000000..2382154
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/RK/TextEdit.h-3F8DFXFRVUKRK differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/RL/NSBatchInsertRequest.h-375E2V2THYRRL b/.build/arm64-apple-macosx/debug/index/store/v5/records/RL/NSBatchInsertRequest.h-375E2V2THYRRL
new file mode 100644
index 0000000..2ea3f69
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/RL/NSBatchInsertRequest.h-375E2V2THYRRL differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/RL/SecProtocolOptions.h-I1JQ9ZJKLWRL b/.build/arm64-apple-macosx/debug/index/store/v5/records/RL/SecProtocolOptions.h-I1JQ9ZJKLWRL
new file mode 100644
index 0000000..93257b4
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/RL/SecProtocolOptions.h-I1JQ9ZJKLWRL differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/RL/unpcb.h-2KQFX4BTTTLRL b/.build/arm64-apple-macosx/debug/index/store/v5/records/RL/unpcb.h-2KQFX4BTTTLRL
new file mode 100644
index 0000000..31912fa
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/RL/unpcb.h-2KQFX4BTTTLRL differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/RM/IOKitServer.h-1PGWKDAUK9WRM b/.build/arm64-apple-macosx/debug/index/store/v5/records/RM/IOKitServer.h-1PGWKDAUK9WRM
new file mode 100644
index 0000000..e861ed8
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/RM/IOKitServer.h-1PGWKDAUK9WRM differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/RM/NSButtonTouchBarItem.h-336X6UPVRBRRM b/.build/arm64-apple-macosx/debug/index/store/v5/records/RM/NSButtonTouchBarItem.h-336X6UPVRBRRM
new file mode 100644
index 0000000..48c78bc
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/RM/NSButtonTouchBarItem.h-336X6UPVRBRRM differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/RN/NSBitmapImageRep.h-27LIN5C0KUBRN b/.build/arm64-apple-macosx/debug/index/store/v5/records/RN/NSBitmapImageRep.h-27LIN5C0KUBRN
new file mode 100644
index 0000000..de9ad37
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/RN/NSBitmapImageRep.h-27LIN5C0KUBRN differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/RP/pthread.h-2P7NT3J95ECRP b/.build/arm64-apple-macosx/debug/index/store/v5/records/RP/pthread.h-2P7NT3J95ECRP
new file mode 100644
index 0000000..cefb4e6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/RP/pthread.h-2P7NT3J95ECRP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/RQ/SCSICmds_INQUIRY_Definitions.h-2M9SSP9PXDKRQ b/.build/arm64-apple-macosx/debug/index/store/v5/records/RQ/SCSICmds_INQUIRY_Definitions.h-2M9SSP9PXDKRQ
new file mode 100644
index 0000000..a24a655
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/RQ/SCSICmds_INQUIRY_Definitions.h-2M9SSP9PXDKRQ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/RQ/arm64e-apple-macos.swiftinterface-1R3IMRLGB5URQ b/.build/arm64-apple-macosx/debug/index/store/v5/records/RQ/arm64e-apple-macos.swiftinterface-1R3IMRLGB5URQ
new file mode 100644
index 0000000..c13baa9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/RQ/arm64e-apple-macos.swiftinterface-1R3IMRLGB5URQ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/RS/MTLEvent.h-19HAHVD810BRS b/.build/arm64-apple-macosx/debug/index/store/v5/records/RS/MTLEvent.h-19HAHVD810BRS
new file mode 100644
index 0000000..6a313c0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/RS/MTLEvent.h-19HAHVD810BRS differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/RT/MusicPlayer.h-1V8Z1PUVV46RT b/.build/arm64-apple-macosx/debug/index/store/v5/records/RT/MusicPlayer.h-1V8Z1PUVV46RT
new file mode 100644
index 0000000..73a35ff
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/RT/MusicPlayer.h-1V8Z1PUVV46RT differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/RU/arm64e-apple-macos.swiftinterface-1VO4TI6CQ9DRU b/.build/arm64-apple-macosx/debug/index/store/v5/records/RU/arm64e-apple-macos.swiftinterface-1VO4TI6CQ9DRU
new file mode 100644
index 0000000..ad0ce89
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/RU/arm64e-apple-macos.swiftinterface-1VO4TI6CQ9DRU differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/RV/FixMath.h-3DU3L4Z95M3RV b/.build/arm64-apple-macosx/debug/index/store/v5/records/RV/FixMath.h-3DU3L4Z95M3RV
new file mode 100644
index 0000000..6f2a62a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/RV/FixMath.h-3DU3L4Z95M3RV differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/RW/FoundationErrors.h-297YTYFJ9FVRW b/.build/arm64-apple-macosx/debug/index/store/v5/records/RW/FoundationErrors.h-297YTYFJ9FVRW
new file mode 100644
index 0000000..2aa41bf
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/RW/FoundationErrors.h-297YTYFJ9FVRW differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/RX/NSMethodSignature.h-1N73C42HAU5RX b/.build/arm64-apple-macosx/debug/index/store/v5/records/RX/NSMethodSignature.h-1N73C42HAU5RX
new file mode 100644
index 0000000..9d9b667
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/RX/NSMethodSignature.h-1N73C42HAU5RX differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/RY/AVSampleBufferRenderSynchronizer.h-30LRCT5UPDHRY b/.build/arm64-apple-macosx/debug/index/store/v5/records/RY/AVSampleBufferRenderSynchronizer.h-30LRCT5UPDHRY
new file mode 100644
index 0000000..3c22a7a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/RY/AVSampleBufferRenderSynchronizer.h-30LRCT5UPDHRY differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/RY/SecAsn1Types.h-3L916644EJ0RY b/.build/arm64-apple-macosx/debug/index/store/v5/records/RY/SecAsn1Types.h-3L916644EJ0RY
new file mode 100644
index 0000000..3c2a974
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/RY/SecAsn1Types.h-3L916644EJ0RY differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/RZ/AVCompositionTrack.h-IN86T6JRNURZ b/.build/arm64-apple-macosx/debug/index/store/v5/records/RZ/AVCompositionTrack.h-IN86T6JRNURZ
new file mode 100644
index 0000000..b51072e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/RZ/AVCompositionTrack.h-IN86T6JRNURZ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/RZ/NSInflectionRule.h-6DIKLOQIHQRZ b/.build/arm64-apple-macosx/debug/index/store/v5/records/RZ/NSInflectionRule.h-6DIKLOQIHQRZ
new file mode 100644
index 0000000..500a147
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/RZ/NSInflectionRule.h-6DIKLOQIHQRZ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/S0/CFDateFormatter.h-3TT6N1YX2HKS0 b/.build/arm64-apple-macosx/debug/index/store/v5/records/S0/CFDateFormatter.h-3TT6N1YX2HKS0
new file mode 100644
index 0000000..a63ea11
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/S0/CFDateFormatter.h-3TT6N1YX2HKS0 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/S0/MTL4PipelineState.h-1XHBA52QWWSS0 b/.build/arm64-apple-macosx/debug/index/store/v5/records/S0/MTL4PipelineState.h-1XHBA52QWWSS0
new file mode 100644
index 0000000..993e7ca
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/S0/MTL4PipelineState.h-1XHBA52QWWSS0 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/S1/AVAudioEngine.h-3IGIX3CVBPYS1 b/.build/arm64-apple-macosx/debug/index/store/v5/records/S1/AVAudioEngine.h-3IGIX3CVBPYS1
new file mode 100644
index 0000000..777ce9c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/S1/AVAudioEngine.h-3IGIX3CVBPYS1 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/S1/AVPlayerItemMediaDataCollector.h-227Y4YKBQERS1 b/.build/arm64-apple-macosx/debug/index/store/v5/records/S1/AVPlayerItemMediaDataCollector.h-227Y4YKBQERS1
new file mode 100644
index 0000000..b1e653a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/S1/AVPlayerItemMediaDataCollector.h-227Y4YKBQERS1 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/S1/_endian.h-1GMC998VR1AS1 b/.build/arm64-apple-macosx/debug/index/store/v5/records/S1/_endian.h-1GMC998VR1AS1
new file mode 100644
index 0000000..01be1b4
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/S1/_endian.h-1GMC998VR1AS1 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/S2/EventBus.swift-VER73FOS4ES2 b/.build/arm64-apple-macosx/debug/index/store/v5/records/S2/EventBus.swift-VER73FOS4ES2
new file mode 100644
index 0000000..853e378
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/S2/EventBus.swift-VER73FOS4ES2 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/S2/udp_var.h-15059FO8MJWS2 b/.build/arm64-apple-macosx/debug/index/store/v5/records/S2/udp_var.h-15059FO8MJWS2
new file mode 100644
index 0000000..e5fdea2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/S2/udp_var.h-15059FO8MJWS2 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/S3/arm64e-apple-macos.swiftinterface-1HRTA8I88ZOS3 b/.build/arm64-apple-macosx/debug/index/store/v5/records/S3/arm64e-apple-macos.swiftinterface-1HRTA8I88ZOS3
new file mode 100644
index 0000000..447e138
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/S3/arm64e-apple-macos.swiftinterface-1HRTA8I88ZOS3 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/S4/syscall.h-WO2KVITOFJS4 b/.build/arm64-apple-macosx/debug/index/store/v5/records/S4/syscall.h-WO2KVITOFJS4
new file mode 100644
index 0000000..af52021
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/S4/syscall.h-WO2KVITOFJS4 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/S5/CIRAWFilter_Deprecated.h-19R13S5B205S5 b/.build/arm64-apple-macosx/debug/index/store/v5/records/S5/CIRAWFilter_Deprecated.h-19R13S5B205S5
new file mode 100644
index 0000000..13c8c92
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/S5/CIRAWFilter_Deprecated.h-19R13S5B205S5 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/S5/SKSummary.h-2FY9LMASYBDS5 b/.build/arm64-apple-macosx/debug/index/store/v5/records/S5/SKSummary.h-2FY9LMASYBDS5
new file mode 100644
index 0000000..7c5ff63
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/S5/SKSummary.h-2FY9LMASYBDS5 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/S5/workloop.h-AFPAOHCI8SS5 b/.build/arm64-apple-macosx/debug/index/store/v5/records/S5/workloop.h-AFPAOHCI8SS5
new file mode 100644
index 0000000..eb4d3b6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/S5/workloop.h-AFPAOHCI8SS5 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/S6/NSProgress.h-3A6DFIITFTAS6 b/.build/arm64-apple-macosx/debug/index/store/v5/records/S6/NSProgress.h-3A6DFIITFTAS6
new file mode 100644
index 0000000..67597a1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/S6/NSProgress.h-3A6DFIITFTAS6 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/S7/AVAssetDownloadTask.h-KLE62MSBQWS7 b/.build/arm64-apple-macosx/debug/index/store/v5/records/S7/AVAssetDownloadTask.h-KLE62MSBQWS7
new file mode 100644
index 0000000..da4ae11
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/S7/AVAssetDownloadTask.h-KLE62MSBQWS7 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/S7/CGDirectPalette.h-AZLMYDZ7M2S7 b/.build/arm64-apple-macosx/debug/index/store/v5/records/S7/CGDirectPalette.h-AZLMYDZ7M2S7
new file mode 100644
index 0000000..bd2d345
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/S7/CGDirectPalette.h-AZLMYDZ7M2S7 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/S8/SecRandom.h-2OI48NF3M6RS8 b/.build/arm64-apple-macosx/debug/index/store/v5/records/S8/SecRandom.h-2OI48NF3M6RS8
new file mode 100644
index 0000000..9f7ce0a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/S8/SecRandom.h-2OI48NF3M6RS8 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/S9/NSScriptSuiteRegistry.h-3OC660W3324S9 b/.build/arm64-apple-macosx/debug/index/store/v5/records/S9/NSScriptSuiteRegistry.h-3OC660W3324S9
new file mode 100644
index 0000000..6a3facd
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/S9/NSScriptSuiteRegistry.h-3OC660W3324S9 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/S9/NSTextLayoutFragment.h-3LJVBUVSXB6S9 b/.build/arm64-apple-macosx/debug/index/store/v5/records/S9/NSTextLayoutFragment.h-3LJVBUVSXB6S9
new file mode 100644
index 0000000..c5f7884
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/S9/NSTextLayoutFragment.h-3LJVBUVSXB6S9 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/SA/ipcomp.h-5VRHGPGD53SA b/.build/arm64-apple-macosx/debug/index/store/v5/records/SA/ipcomp.h-5VRHGPGD53SA
new file mode 100644
index 0000000..d888ae2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/SA/ipcomp.h-5VRHGPGD53SA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/SB/AVAssetReader.h-PMWI1EI8GASB b/.build/arm64-apple-macosx/debug/index/store/v5/records/SB/AVAssetReader.h-PMWI1EI8GASB
new file mode 100644
index 0000000..2c5c681
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/SB/AVAssetReader.h-PMWI1EI8GASB differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/SB/NSFileWrapper.h-MMCL3OU9IWSB b/.build/arm64-apple-macosx/debug/index/store/v5/records/SB/NSFileWrapper.h-MMCL3OU9IWSB
new file mode 100644
index 0000000..776fb4d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/SB/NSFileWrapper.h-MMCL3OU9IWSB differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/SD/MTLFence.h-2E7YH8DKMNLSD b/.build/arm64-apple-macosx/debug/index/store/v5/records/SD/MTLFence.h-2E7YH8DKMNLSD
new file mode 100644
index 0000000..0b90289
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/SD/MTLFence.h-2E7YH8DKMNLSD differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/SD/NSValue.h-HW4W83MOORSD b/.build/arm64-apple-macosx/debug/index/store/v5/records/SD/NSValue.h-HW4W83MOORSD
new file mode 100644
index 0000000..6cf7918
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/SD/NSValue.h-HW4W83MOORSD differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/SF/if_dl.h-3J7MKKWY7VDSF b/.build/arm64-apple-macosx/debug/index/store/v5/records/SF/if_dl.h-3J7MKKWY7VDSF
new file mode 100644
index 0000000..f913215
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/SF/if_dl.h-3J7MKKWY7VDSF differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/SG/IOAccelTypes.h-1CVNZBLGJFTSG b/.build/arm64-apple-macosx/debug/index/store/v5/records/SG/IOAccelTypes.h-1CVNZBLGJFTSG
new file mode 100644
index 0000000..bbdce81
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/SG/IOAccelTypes.h-1CVNZBLGJFTSG differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/SG/constrained_ctypes.h-1VYS3DVEZBVSG b/.build/arm64-apple-macosx/debug/index/store/v5/records/SG/constrained_ctypes.h-1VYS3DVEZBVSG
new file mode 100644
index 0000000..2ec9437
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/SG/constrained_ctypes.h-1VYS3DVEZBVSG differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/SH/AXColorUtilities.h-19WBS2ONMSISH b/.build/arm64-apple-macosx/debug/index/store/v5/records/SH/AXColorUtilities.h-19WBS2ONMSISH
new file mode 100644
index 0000000..2db7179
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/SH/AXColorUtilities.h-19WBS2ONMSISH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/Block.h-2HBZC0LU1UYSI b/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/Block.h-2HBZC0LU1UYSI
new file mode 100644
index 0000000..f74bb30
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/Block.h-2HBZC0LU1UYSI differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/MTL4RenderPipeline.h-1BMCV4RDRT4SI b/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/MTL4RenderPipeline.h-1BMCV4RDRT4SI
new file mode 100644
index 0000000..6c4abcf
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/MTL4RenderPipeline.h-1BMCV4RDRT4SI differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/NSPersistentCloudKitContainer.h-3JQTZFGJM6USI b/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/NSPersistentCloudKitContainer.h-3JQTZFGJM6USI
new file mode 100644
index 0000000..d51aea2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/NSPersistentCloudKitContainer.h-3JQTZFGJM6USI differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/SJ/MTLIndirectCommandBuffer.h-209SBVCVUG6SJ b/.build/arm64-apple-macosx/debug/index/store/v5/records/SJ/MTLIndirectCommandBuffer.h-209SBVCVUG6SJ
new file mode 100644
index 0000000..45c85bf
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/SJ/MTLIndirectCommandBuffer.h-209SBVCVUG6SJ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/SJ/NSLightweightMigrationStage.h-WZ6IJE6DI4SJ b/.build/arm64-apple-macosx/debug/index/store/v5/records/SJ/NSLightweightMigrationStage.h-WZ6IJE6DI4SJ
new file mode 100644
index 0000000..2b7cad1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/SJ/NSLightweightMigrationStage.h-WZ6IJE6DI4SJ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/SK/AVAudioMixing.h-JI2R7ZU7CDSK b/.build/arm64-apple-macosx/debug/index/store/v5/records/SK/AVAudioMixing.h-JI2R7ZU7CDSK
new file mode 100644
index 0000000..b174a27
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/SK/AVAudioMixing.h-JI2R7ZU7CDSK differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/SK/CFHost.h-3JLYPSV9W6QSK b/.build/arm64-apple-macosx/debug/index/store/v5/records/SK/CFHost.h-3JLYPSV9W6QSK
new file mode 100644
index 0000000..5393ad2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/SK/CFHost.h-3JLYPSV9W6QSK differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/SL/NSSplitViewController.h-1LZRV1ST25NSL b/.build/arm64-apple-macosx/debug/index/store/v5/records/SL/NSSplitViewController.h-1LZRV1ST25NSL
new file mode 100644
index 0000000..c7b1511
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/SL/NSSplitViewController.h-1LZRV1ST25NSL differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/SM/Controls.h-1J2EWHWOPY1SM b/.build/arm64-apple-macosx/debug/index/store/v5/records/SM/Controls.h-1J2EWHWOPY1SM
new file mode 100644
index 0000000..52fd2d7
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/SM/Controls.h-1J2EWHWOPY1SM differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/SM/DDMatch.h-26ZID3N7SRYSM b/.build/arm64-apple-macosx/debug/index/store/v5/records/SM/DDMatch.h-26ZID3N7SRYSM
new file mode 100644
index 0000000..9c8766a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/SM/DDMatch.h-26ZID3N7SRYSM differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/SN/SCSICmds_REPORT_LUNS_Definitions.h-2X85SYX5AD7SN b/.build/arm64-apple-macosx/debug/index/store/v5/records/SN/SCSICmds_REPORT_LUNS_Definitions.h-2X85SYX5AD7SN
new file mode 100644
index 0000000..9f6eef0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/SN/SCSICmds_REPORT_LUNS_Definitions.h-2X85SYX5AD7SN differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/SO/AVPlayerLayer.h-2NOWDV17GS9SO b/.build/arm64-apple-macosx/debug/index/store/v5/records/SO/AVPlayerLayer.h-2NOWDV17GS9SO
new file mode 100644
index 0000000..e145f2b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/SO/AVPlayerLayer.h-2NOWDV17GS9SO differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/SO/NSColorPickerTouchBarItem.h-2K6Z5L1SHEMSO b/.build/arm64-apple-macosx/debug/index/store/v5/records/SO/NSColorPickerTouchBarItem.h-2K6Z5L1SHEMSO
new file mode 100644
index 0000000..81050e3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/SO/NSColorPickerTouchBarItem.h-2K6Z5L1SHEMSO differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/SO/NSXMLNodeOptions.h-EI5SUD4SY2SO b/.build/arm64-apple-macosx/debug/index/store/v5/records/SO/NSXMLNodeOptions.h-EI5SUD4SY2SO
new file mode 100644
index 0000000..fad8d28
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/SO/NSXMLNodeOptions.h-EI5SUD4SY2SO differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/SP/shm.h-3I782SZFWVKSP b/.build/arm64-apple-macosx/debug/index/store/v5/records/SP/shm.h-3I782SZFWVKSP
new file mode 100644
index 0000000..b954e17
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/SP/shm.h-3I782SZFWVKSP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/SR/filedesc.h-LTBWTIGQI7SR b/.build/arm64-apple-macosx/debug/index/store/v5/records/SR/filedesc.h-LTBWTIGQI7SR
new file mode 100644
index 0000000..7f96087
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/SR/filedesc.h-LTBWTIGQI7SR differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/SS/NSTextAttachment.h-1ZPG8PSJTYFSS b/.build/arm64-apple-macosx/debug/index/store/v5/records/SS/NSTextAttachment.h-1ZPG8PSJTYFSS
new file mode 100644
index 0000000..a01ebe8
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/SS/NSTextAttachment.h-1ZPG8PSJTYFSS differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ST/AudioComponent.h-3M7IZN3VXB7ST b/.build/arm64-apple-macosx/debug/index/store/v5/records/ST/AudioComponent.h-3M7IZN3VXB7ST
new file mode 100644
index 0000000..305d286
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ST/AudioComponent.h-3M7IZN3VXB7ST differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ST/HostTime.h-HMVIGI4HRMST b/.build/arm64-apple-macosx/debug/index/store/v5/records/ST/HostTime.h-HMVIGI4HRMST
new file mode 100644
index 0000000..2f0ccb4
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ST/HostTime.h-HMVIGI4HRMST differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/SU/CGAffineTransform.h-ASAVJ274DISU b/.build/arm64-apple-macosx/debug/index/store/v5/records/SU/CGAffineTransform.h-ASAVJ274DISU
new file mode 100644
index 0000000..bb36462
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/SU/CGAffineTransform.h-ASAVJ274DISU differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/SU/NSBatchUpdateRequest.h-3Q9Z406L1L6SU b/.build/arm64-apple-macosx/debug/index/store/v5/records/SU/NSBatchUpdateRequest.h-3Q9Z406L1L6SU
new file mode 100644
index 0000000..8657409
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/SU/NSBatchUpdateRequest.h-3Q9Z406L1L6SU differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/SU/NSObject.h-2FG7FWH0WXNSU b/.build/arm64-apple-macosx/debug/index/store/v5/records/SU/NSObject.h-2FG7FWH0WXNSU
new file mode 100644
index 0000000..746b114
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/SU/NSObject.h-2FG7FWH0WXNSU differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/SU/arm64e-apple-macos.swiftinterface-3303MKH8EAESU b/.build/arm64-apple-macosx/debug/index/store/v5/records/SU/arm64e-apple-macos.swiftinterface-3303MKH8EAESU
new file mode 100644
index 0000000..78f7420
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/SU/arm64e-apple-macos.swiftinterface-3303MKH8EAESU differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/SV/CTFontCollection.h-3I6MGYSTVUTSV b/.build/arm64-apple-macosx/debug/index/store/v5/records/SV/CTFontCollection.h-3I6MGYSTVUTSV
new file mode 100644
index 0000000..9780af9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/SV/CTFontCollection.h-3I6MGYSTVUTSV differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/SV/vm_behavior.h-200MK08T64LSV b/.build/arm64-apple-macosx/debug/index/store/v5/records/SV/vm_behavior.h-200MK08T64LSV
new file mode 100644
index 0000000..2254cd9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/SV/vm_behavior.h-200MK08T64LSV differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/SW/NSArrayController.h-2AR9ME2CC5SSW b/.build/arm64-apple-macosx/debug/index/store/v5/records/SW/NSArrayController.h-2AR9ME2CC5SSW
new file mode 100644
index 0000000..04c6740
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/SW/NSArrayController.h-2AR9ME2CC5SSW differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/SX/NSTrackingSeparatorToolbarItem.h-RT5W6FXNQUSX b/.build/arm64-apple-macosx/debug/index/store/v5/records/SX/NSTrackingSeparatorToolbarItem.h-RT5W6FXNQUSX
new file mode 100644
index 0000000..f125c18
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/SX/NSTrackingSeparatorToolbarItem.h-RT5W6FXNQUSX differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/SY/CAEmitterLayer.h-1VLWLF7PFKUSY b/.build/arm64-apple-macosx/debug/index/store/v5/records/SY/CAEmitterLayer.h-1VLWLF7PFKUSY
new file mode 100644
index 0000000..d74388d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/SY/CAEmitterLayer.h-1VLWLF7PFKUSY differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/SZ/CATransaction.h-1EL6OT237LHSZ b/.build/arm64-apple-macosx/debug/index/store/v5/records/SZ/CATransaction.h-1EL6OT237LHSZ
new file mode 100644
index 0000000..39f733b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/SZ/CATransaction.h-1EL6OT237LHSZ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/SZ/OSA.h-32T312EO7YCSZ b/.build/arm64-apple-macosx/debug/index/store/v5/records/SZ/OSA.h-32T312EO7YCSZ
new file mode 100644
index 0000000..0b457f5
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/SZ/OSA.h-32T312EO7YCSZ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/T0/AVMetadataObject.h-3NVTBRAIFGT0 b/.build/arm64-apple-macosx/debug/index/store/v5/records/T0/AVMetadataObject.h-3NVTBRAIFGT0
new file mode 100644
index 0000000..f0df2de
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/T0/AVMetadataObject.h-3NVTBRAIFGT0 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/T0/CGITUToneMapping.h-3UMO0NYNPSGT0 b/.build/arm64-apple-macosx/debug/index/store/v5/records/T0/CGITUToneMapping.h-3UMO0NYNPSGT0
new file mode 100644
index 0000000..becac96
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/T0/CGITUToneMapping.h-3UMO0NYNPSGT0 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/T0/netdb.h-3TYUD9SG6WST0 b/.build/arm64-apple-macosx/debug/index/store/v5/records/T0/netdb.h-3TYUD9SG6WST0
new file mode 100644
index 0000000..c209f8f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/T0/netdb.h-3TYUD9SG6WST0 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/SecSharedCredential.h-TWDE2IGONXT1 b/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/SecSharedCredential.h-TWDE2IGONXT1
new file mode 100644
index 0000000..3f784fd
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/SecSharedCredential.h-TWDE2IGONXT1 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/TextInputSources.h-1FWXW8NQ5Q1T1 b/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/TextInputSources.h-1FWXW8NQ5Q1T1
new file mode 100644
index 0000000..4e1c6ab
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/TextInputSources.h-1FWXW8NQ5Q1T1 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/esp.h-2OPTVWIZ2CIT1 b/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/esp.h-2OPTVWIZ2CIT1
new file mode 100644
index 0000000..ef1aaa4
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/esp.h-2OPTVWIZ2CIT1 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/AudioFileComponent.h-2EIO85HHXGVT2 b/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/AudioFileComponent.h-2EIO85HHXGVT2
new file mode 100644
index 0000000..eb6edbc
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/AudioFileComponent.h-2EIO85HHXGVT2 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/TSMTE.h-2LKPWHVIRL0T2 b/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/TSMTE.h-2LKPWHVIRL0T2
new file mode 100644
index 0000000..c24d188
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/TSMTE.h-2LKPWHVIRL0T2 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/_langinfo.h-2X91Z58KCSTT2 b/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/_langinfo.h-2X91Z58KCSTT2
new file mode 100644
index 0000000..b0cfbd8
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/_langinfo.h-2X91Z58KCSTT2 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/T3/HIClockView.h-2DCD69121QCT3 b/.build/arm64-apple-macosx/debug/index/store/v5/records/T3/HIClockView.h-2DCD69121QCT3
new file mode 100644
index 0000000..de9c991
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/T3/HIClockView.h-2DCD69121QCT3 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/T3/Resources.h-1JJ95205E2FT3 b/.build/arm64-apple-macosx/debug/index/store/v5/records/T3/Resources.h-1JJ95205E2FT3
new file mode 100644
index 0000000..6ebac89
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/T3/Resources.h-1JJ95205E2FT3 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/T4/CAScrollLayer.h-1FYI2WVP7S3T4 b/.build/arm64-apple-macosx/debug/index/store/v5/records/T4/CAScrollLayer.h-1FYI2WVP7S3T4
new file mode 100644
index 0000000..839becf
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/T4/CAScrollLayer.h-1FYI2WVP7S3T4 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/T4/CFTimeZone.h-1YIBOTYP1D7T4 b/.build/arm64-apple-macosx/debug/index/store/v5/records/T4/CFTimeZone.h-1YIBOTYP1D7T4
new file mode 100644
index 0000000..0988fed
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/T4/CFTimeZone.h-1YIBOTYP1D7T4 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/T4/arm64e-apple-macos.swiftinterface-3TQ55DEVAH2T4 b/.build/arm64-apple-macosx/debug/index/store/v5/records/T4/arm64e-apple-macos.swiftinterface-3TQ55DEVAH2T4
new file mode 100644
index 0000000..17914e0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/T4/arm64e-apple-macos.swiftinterface-3TQ55DEVAH2T4 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/T5/_uid_t.h-2LYC3XYB7D8T5 b/.build/arm64-apple-macosx/debug/index/store/v5/records/T5/_uid_t.h-2LYC3XYB7D8T5
new file mode 100644
index 0000000..a1bd6ba
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/T5/_uid_t.h-2LYC3XYB7D8T5 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/T6/NSSharingCollaborationModeRestriction.h-3H0TKWNWF6NT6 b/.build/arm64-apple-macosx/debug/index/store/v5/records/T6/NSSharingCollaborationModeRestriction.h-3H0TKWNWF6NT6
new file mode 100644
index 0000000..e56156e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/T6/NSSharingCollaborationModeRestriction.h-3H0TKWNWF6NT6 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/T7/CGSession.h-8KGNXYX6VZT7 b/.build/arm64-apple-macosx/debug/index/store/v5/records/T7/CGSession.h-8KGNXYX6VZT7
new file mode 100644
index 0000000..16e65c5
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/T7/CGSession.h-8KGNXYX6VZT7 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/T7/CMTagCollection.h-1OOML1GYPPAT7 b/.build/arm64-apple-macosx/debug/index/store/v5/records/T7/CMTagCollection.h-1OOML1GYPPAT7
new file mode 100644
index 0000000..b791d68
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/T7/CMTagCollection.h-1OOML1GYPPAT7 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/T8/_socklen_t.h-1VITE68ADQLT8 b/.build/arm64-apple-macosx/debug/index/store/v5/records/T8/_socklen_t.h-1VITE68ADQLT8
new file mode 100644
index 0000000..bcefb87
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/T8/_socklen_t.h-1VITE68ADQLT8 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/T8/base.h-1C8R6AOVBA9T8 b/.build/arm64-apple-macosx/debug/index/store/v5/records/T8/base.h-1C8R6AOVBA9T8
new file mode 100644
index 0000000..5aa7b8f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/T8/base.h-1C8R6AOVBA9T8 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/T9/IOHIDManager.h-3PLAWRW42XWT9 b/.build/arm64-apple-macosx/debug/index/store/v5/records/T9/IOHIDManager.h-3PLAWRW42XWT9
new file mode 100644
index 0000000..34817bd
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/T9/IOHIDManager.h-3PLAWRW42XWT9 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/T9/_pthread_cond_t.h-1G1J8WDWBMGT9 b/.build/arm64-apple-macosx/debug/index/store/v5/records/T9/_pthread_cond_t.h-1G1J8WDWBMGT9
new file mode 100644
index 0000000..ae2d979
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/T9/_pthread_cond_t.h-1G1J8WDWBMGT9 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/TA/CFNetDiagnostics.h-3VPQA4NI7PYTA b/.build/arm64-apple-macosx/debug/index/store/v5/records/TA/CFNetDiagnostics.h-3VPQA4NI7PYTA
new file mode 100644
index 0000000..629a4e2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/TA/CFNetDiagnostics.h-3VPQA4NI7PYTA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/TA/CIFilterBuiltins.h-QU29ASO5CATA b/.build/arm64-apple-macosx/debug/index/store/v5/records/TA/CIFilterBuiltins.h-QU29ASO5CATA
new file mode 100644
index 0000000..759133f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/TA/CIFilterBuiltins.h-QU29ASO5CATA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/TA/IOUSBHostFamilyDefinitions.h-3G8I7130H7TA b/.build/arm64-apple-macosx/debug/index/store/v5/records/TA/IOUSBHostFamilyDefinitions.h-3G8I7130H7TA
new file mode 100644
index 0000000..a007dca
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/TA/IOUSBHostFamilyDefinitions.h-3G8I7130H7TA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/TA/arm64e-apple-macos.swiftinterface_Collection-OGZM6CTMP5TA b/.build/arm64-apple-macosx/debug/index/store/v5/records/TA/arm64e-apple-macos.swiftinterface_Collection-OGZM6CTMP5TA
new file mode 100644
index 0000000..d60978f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/TA/arm64e-apple-macos.swiftinterface_Collection-OGZM6CTMP5TA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/TC/IOI2CInterface.h-3ULOBXX2TCTTC b/.build/arm64-apple-macosx/debug/index/store/v5/records/TC/IOI2CInterface.h-3ULOBXX2TCTTC
new file mode 100644
index 0000000..a0d7f3c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/TC/IOI2CInterface.h-3ULOBXX2TCTTC differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/TD/CGColor.h-1BTROJIE17PTD b/.build/arm64-apple-macosx/debug/index/store/v5/records/TD/CGColor.h-1BTROJIE17PTD
new file mode 100644
index 0000000..bf29c26
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/TD/CGColor.h-1BTROJIE17PTD differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/TD/_bounds.h-QC6Z8QOCLSTD b/.build/arm64-apple-macosx/debug/index/store/v5/records/TD/_bounds.h-QC6Z8QOCLSTD
new file mode 100644
index 0000000..6c5d4f7
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/TD/_bounds.h-QC6Z8QOCLSTD differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/TE/CMBase.h-K58TDVGYFBTE b/.build/arm64-apple-macosx/debug/index/store/v5/records/TE/CMBase.h-K58TDVGYFBTE
new file mode 100644
index 0000000..38f68b7
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/TE/CMBase.h-K58TDVGYFBTE differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/TF/AVPlayerItemTrack.h-DDHVT17MX0TF b/.build/arm64-apple-macosx/debug/index/store/v5/records/TF/AVPlayerItemTrack.h-DDHVT17MX0TF
new file mode 100644
index 0000000..5a33747
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/TF/AVPlayerItemTrack.h-DDHVT17MX0TF differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/TF/IOHIDElement.h-252CCYRHZPGTF b/.build/arm64-apple-macosx/debug/index/store/v5/records/TF/IOHIDElement.h-252CCYRHZPGTF
new file mode 100644
index 0000000..006282b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/TF/IOHIDElement.h-252CCYRHZPGTF differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/TF/NSHost.h-14XT9CGINGCTF b/.build/arm64-apple-macosx/debug/index/store/v5/records/TF/NSHost.h-14XT9CGINGCTF
new file mode 100644
index 0000000..79cd522
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/TF/NSHost.h-14XT9CGINGCTF differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/TF/_time.h-2OBF582VT8HTF b/.build/arm64-apple-macosx/debug/index/store/v5/records/TF/_time.h-2OBF582VT8HTF
new file mode 100644
index 0000000..14232cb
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/TF/_time.h-2OBF582VT8HTF differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/TF/if.h-36YPS0XIWR6TF b/.build/arm64-apple-macosx/debug/index/store/v5/records/TF/if.h-36YPS0XIWR6TF
new file mode 100644
index 0000000..8a46523
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/TF/if.h-36YPS0XIWR6TF differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/TG/_assert.h-1JX3HXJYAB0TG b/.build/arm64-apple-macosx/debug/index/store/v5/records/TG/_assert.h-1JX3HXJYAB0TG
new file mode 100644
index 0000000..f13728a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/TG/_assert.h-1JX3HXJYAB0TG differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/TI/ttycom.h-3806SG7UHMGTI b/.build/arm64-apple-macosx/debug/index/store/v5/records/TI/ttycom.h-3806SG7UHMGTI
new file mode 100644
index 0000000..c2a9a37
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/TI/ttycom.h-3806SG7UHMGTI differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/TJ/Keyboards.h-197NVE4DZ8HTJ b/.build/arm64-apple-macosx/debug/index/store/v5/records/TJ/Keyboards.h-197NVE4DZ8HTJ
new file mode 100644
index 0000000..05f1efd
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/TJ/Keyboards.h-197NVE4DZ8HTJ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/TJ/mach_host.h-2Q5QW2VRUQBTJ b/.build/arm64-apple-macosx/debug/index/store/v5/records/TJ/mach_host.h-2Q5QW2VRUQBTJ
new file mode 100644
index 0000000..39910d6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/TJ/mach_host.h-2Q5QW2VRUQBTJ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/TK/NSAnimation.h-QFWBT71GYZTK b/.build/arm64-apple-macosx/debug/index/store/v5/records/TK/NSAnimation.h-QFWBT71GYZTK
new file mode 100644
index 0000000..d42f2f0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/TK/NSAnimation.h-QFWBT71GYZTK differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/TL/AVTimedMetadataGroup.h-GXECQIPJQHTL b/.build/arm64-apple-macosx/debug/index/store/v5/records/TL/AVTimedMetadataGroup.h-GXECQIPJQHTL
new file mode 100644
index 0000000..278c7aa
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/TL/AVTimedMetadataGroup.h-GXECQIPJQHTL differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/TM/NSFetchIndexDescription.h-5EQIYLWQDQTM b/.build/arm64-apple-macosx/debug/index/store/v5/records/TM/NSFetchIndexDescription.h-5EQIYLWQDQTM
new file mode 100644
index 0000000..ed6a7ef
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/TM/NSFetchIndexDescription.h-5EQIYLWQDQTM differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/TM/NSPersistentCloudKitContainerOptions.h-1M74EZWNYURTM b/.build/arm64-apple-macosx/debug/index/store/v5/records/TM/NSPersistentCloudKitContainerOptions.h-1M74EZWNYURTM
new file mode 100644
index 0000000..f09d1e8
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/TM/NSPersistentCloudKitContainerOptions.h-1M74EZWNYURTM differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/TO/CMBufferQueue.h-17IBFQ4OLBITO b/.build/arm64-apple-macosx/debug/index/store/v5/records/TO/CMBufferQueue.h-17IBFQ4OLBITO
new file mode 100644
index 0000000..19e5905
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/TO/CMBufferQueue.h-17IBFQ4OLBITO differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/TP/AudioFileStream.h-2XY1EOA5BBETP b/.build/arm64-apple-macosx/debug/index/store/v5/records/TP/AudioFileStream.h-2XY1EOA5BBETP
new file mode 100644
index 0000000..97110d9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/TP/AudioFileStream.h-2XY1EOA5BBETP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/TP/NSOperation.h-6XBQKOEAE9TP b/.build/arm64-apple-macosx/debug/index/store/v5/records/TP/NSOperation.h-6XBQKOEAE9TP
new file mode 100644
index 0000000..c98dd27
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/TP/NSOperation.h-6XBQKOEAE9TP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/TQ/ColorSyncBase.h-4UPXK946XFTQ b/.build/arm64-apple-macosx/debug/index/store/v5/records/TQ/ColorSyncBase.h-4UPXK946XFTQ
new file mode 100644
index 0000000..dca33bc
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/TQ/ColorSyncBase.h-4UPXK946XFTQ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/TQ/NSLayoutGuide.h-2A0OZH8ZZGLTQ b/.build/arm64-apple-macosx/debug/index/store/v5/records/TQ/NSLayoutGuide.h-2A0OZH8ZZGLTQ
new file mode 100644
index 0000000..1bd47ec
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/TQ/NSLayoutGuide.h-2A0OZH8ZZGLTQ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/TQ/tar.h-HALLC6LE46TQ b/.build/arm64-apple-macosx/debug/index/store/v5/records/TQ/tar.h-HALLC6LE46TQ
new file mode 100644
index 0000000..b97090a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/TQ/tar.h-HALLC6LE46TQ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/TR/Enumerator.h-27TM83AM7FCTR b/.build/arm64-apple-macosx/debug/index/store/v5/records/TR/Enumerator.h-27TM83AM7FCTR
new file mode 100644
index 0000000..bda57ad
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/TR/Enumerator.h-27TM83AM7FCTR differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/TR/MTLAccelerationStructureCommandEncoder.h-1P62DKFOMAQTR b/.build/arm64-apple-macosx/debug/index/store/v5/records/TR/MTLAccelerationStructureCommandEncoder.h-1P62DKFOMAQTR
new file mode 100644
index 0000000..a5c8a8e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/TR/MTLAccelerationStructureCommandEncoder.h-1P62DKFOMAQTR differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/TS/CATransformLayer.h-1RKI1I7MUYGTS b/.build/arm64-apple-macosx/debug/index/store/v5/records/TS/CATransformLayer.h-1RKI1I7MUYGTS
new file mode 100644
index 0000000..c401f55
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/TS/CATransformLayer.h-1RKI1I7MUYGTS differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/TT/AXTextAttributedString.h-AS920SRTUOTT b/.build/arm64-apple-macosx/debug/index/store/v5/records/TT/AXTextAttributedString.h-AS920SRTUOTT
new file mode 100644
index 0000000..7aff094
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/TT/AXTextAttributedString.h-AS920SRTUOTT differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/TT/AudioQueue.h-1SGQCJKOZ7NTT b/.build/arm64-apple-macosx/debug/index/store/v5/records/TT/AudioQueue.h-1SGQCJKOZ7NTT
new file mode 100644
index 0000000..b1a6f76
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/TT/AudioQueue.h-1SGQCJKOZ7NTT differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/TT/NSSearchToolbarItem.h-1ZODSUGW6F0TT b/.build/arm64-apple-macosx/debug/index/store/v5/records/TT/NSSearchToolbarItem.h-1ZODSUGW6F0TT
new file mode 100644
index 0000000..6450d01
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/TT/NSSearchToolbarItem.h-1ZODSUGW6F0TT differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/TU/AVError.h-1WLWDNY6Z7RTU b/.build/arm64-apple-macosx/debug/index/store/v5/records/TU/AVError.h-1WLWDNY6Z7RTU
new file mode 100644
index 0000000..3d5e9fc
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/TU/AVError.h-1WLWDNY6Z7RTU differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/TU/NSPersistentStoreRequest.h-FN69VLC89QTU b/.build/arm64-apple-macosx/debug/index/store/v5/records/TU/NSPersistentStoreRequest.h-FN69VLC89QTU
new file mode 100644
index 0000000..f19b9d6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/TU/NSPersistentStoreRequest.h-FN69VLC89QTU differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/TU/URLAccess.h-1ODVO9S20DGTU b/.build/arm64-apple-macosx/debug/index/store/v5/records/TU/URLAccess.h-1ODVO9S20DGTU
new file mode 100644
index 0000000..47b5b58
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/TU/URLAccess.h-1ODVO9S20DGTU differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/TU/glext.h-2Z9W8HC6G9RTU b/.build/arm64-apple-macosx/debug/index/store/v5/records/TU/glext.h-2Z9W8HC6G9RTU
new file mode 100644
index 0000000..b6c67b2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/TU/glext.h-2Z9W8HC6G9RTU differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/TU/signal.h-25ZVJ9G5KKOTU b/.build/arm64-apple-macosx/debug/index/store/v5/records/TU/signal.h-25ZVJ9G5KKOTU
new file mode 100644
index 0000000..083b7d6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/TU/signal.h-25ZVJ9G5KKOTU differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/TV/NSRuleEditor.h-1PT60UKKUE4TV b/.build/arm64-apple-macosx/debug/index/store/v5/records/TV/NSRuleEditor.h-1PT60UKKUE4TV
new file mode 100644
index 0000000..3980d3d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/TV/NSRuleEditor.h-1PT60UKKUE4TV differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/TV/OSSpinLockDeprecated.h-17D5XNF9354TV b/.build/arm64-apple-macosx/debug/index/store/v5/records/TV/OSSpinLockDeprecated.h-17D5XNF9354TV
new file mode 100644
index 0000000..afff976
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/TV/OSSpinLockDeprecated.h-17D5XNF9354TV differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/TW/IONetworkStats.h-DLKSK5Y60STW b/.build/arm64-apple-macosx/debug/index/store/v5/records/TW/IONetworkStats.h-DLKSK5Y60STW
new file mode 100644
index 0000000..bf62572
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/TW/IONetworkStats.h-DLKSK5Y60STW differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/TX/NSTitlebarAccessoryViewController.h-3HZK8PAW1G0TX b/.build/arm64-apple-macosx/debug/index/store/v5/records/TX/NSTitlebarAccessoryViewController.h-3HZK8PAW1G0TX
new file mode 100644
index 0000000..7edda26
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/TX/NSTitlebarAccessoryViewController.h-3HZK8PAW1G0TX differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/TY/stdint.h-VX859H0V0GTY b/.build/arm64-apple-macosx/debug/index/store/v5/records/TY/stdint.h-VX859H0V0GTY
new file mode 100644
index 0000000..96edce7
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/TY/stdint.h-VX859H0V0GTY differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/TZ/NSSearchField.h-20HMWDQ4OC8TZ b/.build/arm64-apple-macosx/debug/index/store/v5/records/TZ/NSSearchField.h-20HMWDQ4OC8TZ
new file mode 100644
index 0000000..bc8a32d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/TZ/NSSearchField.h-20HMWDQ4OC8TZ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/TZ/udp.h-AV3NXLGRNYTZ b/.build/arm64-apple-macosx/debug/index/store/v5/records/TZ/udp.h-AV3NXLGRNYTZ
new file mode 100644
index 0000000..e072794
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/TZ/udp.h-AV3NXLGRNYTZ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/U0/AXBrailleMap.h-3DBPQSEQ7FXU0 b/.build/arm64-apple-macosx/debug/index/store/v5/records/U0/AXBrailleMap.h-3DBPQSEQ7FXU0
new file mode 100644
index 0000000..f0c019a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/U0/AXBrailleMap.h-3DBPQSEQ7FXU0 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/U1/CFNetworkErrors.h-3CQ9S0E2KROU1 b/.build/arm64-apple-macosx/debug/index/store/v5/records/U1/CFNetworkErrors.h-3CQ9S0E2KROU1
new file mode 100644
index 0000000..08cf58a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/U1/CFNetworkErrors.h-3CQ9S0E2KROU1 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/U1/NSApplication.h-3227I9FEKY7U1 b/.build/arm64-apple-macosx/debug/index/store/v5/records/U1/NSApplication.h-3227I9FEKY7U1
new file mode 100644
index 0000000..f969887
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/U1/NSApplication.h-3227I9FEKY7U1 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/U1/icmp_var.h-25F4CIXWF7XU1 b/.build/arm64-apple-macosx/debug/index/store/v5/records/U1/icmp_var.h-25F4CIXWF7XU1
new file mode 100644
index 0000000..6e1479e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/U1/icmp_var.h-25F4CIXWF7XU1 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/U2/InternetConfig.h-2F58ERLLWEBU2 b/.build/arm64-apple-macosx/debug/index/store/v5/records/U2/InternetConfig.h-2F58ERLLWEBU2
new file mode 100644
index 0000000..455d9f5
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/U2/InternetConfig.h-2F58ERLLWEBU2 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/U2/NSBatchDeleteRequest.h-121SA5380LAU2 b/.build/arm64-apple-macosx/debug/index/store/v5/records/U2/NSBatchDeleteRequest.h-121SA5380LAU2
new file mode 100644
index 0000000..3d596f5
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/U2/NSBatchDeleteRequest.h-121SA5380LAU2 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/U2/NSException.h-JXDAMSXKAFU2 b/.build/arm64-apple-macosx/debug/index/store/v5/records/U2/NSException.h-JXDAMSXKAFU2
new file mode 100644
index 0000000..f142839
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/U2/NSException.h-JXDAMSXKAFU2 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/U3/CFBundle.h-1E2FAGDCNCAU3 b/.build/arm64-apple-macosx/debug/index/store/v5/records/U3/CFBundle.h-1E2FAGDCNCAU3
new file mode 100644
index 0000000..aacb5cb
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/U3/CFBundle.h-1E2FAGDCNCAU3 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/U3/NSItemBadge.h-2OT9H5468OYU3 b/.build/arm64-apple-macosx/debug/index/store/v5/records/U3/NSItemBadge.h-2OT9H5468OYU3
new file mode 100644
index 0000000..118705a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/U3/NSItemBadge.h-2OT9H5468OYU3 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/U5/NSSearchFieldCell.h-1B7M90S2Y7NU5 b/.build/arm64-apple-macosx/debug/index/store/v5/records/U5/NSSearchFieldCell.h-1B7M90S2Y7NU5
new file mode 100644
index 0000000..965bf8c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/U5/NSSearchFieldCell.h-1B7M90S2Y7NU5 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/U5/ulimit.h-2CQIZYHHYQRU5 b/.build/arm64-apple-macosx/debug/index/store/v5/records/U5/ulimit.h-2CQIZYHHYQRU5
new file mode 100644
index 0000000..471548d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/U5/ulimit.h-2CQIZYHHYQRU5 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/U6/versioning.h-1TAMMMZ3YBIU6 b/.build/arm64-apple-macosx/debug/index/store/v5/records/U6/versioning.h-1TAMMMZ3YBIU6
new file mode 100644
index 0000000..a0beb8c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/U6/versioning.h-1TAMMMZ3YBIU6 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/NSRelativeDateTimeFormatter.h-2OYOTO65PK5U7 b/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/NSRelativeDateTimeFormatter.h-2OYOTO65PK5U7
new file mode 100644
index 0000000..bbf274c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/NSRelativeDateTimeFormatter.h-2OYOTO65PK5U7 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/page_info.h-KIPV6GWQP4U7 b/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/page_info.h-KIPV6GWQP4U7
new file mode 100644
index 0000000..2401bb1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/page_info.h-KIPV6GWQP4U7 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/U8/MTL4ArgumentTable.h-IBCBBLBK73U8 b/.build/arm64-apple-macosx/debug/index/store/v5/records/U8/MTL4ArgumentTable.h-IBCBBLBK73U8
new file mode 100644
index 0000000..1cc05c1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/U8/MTL4ArgumentTable.h-IBCBBLBK73U8 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/U8/NSURLDownload.h-3PVAGEU047QU8 b/.build/arm64-apple-macosx/debug/index/store/v5/records/U8/NSURLDownload.h-3PVAGEU047QU8
new file mode 100644
index 0000000..3e070be
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/U8/NSURLDownload.h-3PVAGEU047QU8 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/U9/glu.h-1J1PW2PJ0LEU9 b/.build/arm64-apple-macosx/debug/index/store/v5/records/U9/glu.h-1J1PW2PJ0LEU9
new file mode 100644
index 0000000..15809ab
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/U9/glu.h-1J1PW2PJ0LEU9 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/U9/nlist.h-1783YANWNJ9U9 b/.build/arm64-apple-macosx/debug/index/store/v5/records/U9/nlist.h-1783YANWNJ9U9
new file mode 100644
index 0000000..6c79289
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/U9/nlist.h-1783YANWNJ9U9 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/UA/protosw.h-20P2M7MMTCZUA b/.build/arm64-apple-macosx/debug/index/store/v5/records/UA/protosw.h-20P2M7MMTCZUA
new file mode 100644
index 0000000..4be0987
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/UA/protosw.h-20P2M7MMTCZUA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/UB/AppKitErrors.h-1ZLWUERURHNUB b/.build/arm64-apple-macosx/debug/index/store/v5/records/UB/AppKitErrors.h-1ZLWUERURHNUB
new file mode 100644
index 0000000..87428d7
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/UB/AppKitErrors.h-1ZLWUERURHNUB differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/UB/AvailabilityVersions.h-MOEFVBI7OHUB b/.build/arm64-apple-macosx/debug/index/store/v5/records/UB/AvailabilityVersions.h-MOEFVBI7OHUB
new file mode 100644
index 0000000..5d92bb6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/UB/AvailabilityVersions.h-MOEFVBI7OHUB differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/UD/AVAudioSessionDeprecated.h-32QSKVC2SVDUD b/.build/arm64-apple-macosx/debug/index/store/v5/records/UD/AVAudioSessionDeprecated.h-32QSKVC2SVDUD
new file mode 100644
index 0000000..21c68f0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/UD/AVAudioSessionDeprecated.h-32QSKVC2SVDUD differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/UD/NSUserActivity.h-1EQFI5IMBOTUD b/.build/arm64-apple-macosx/debug/index/store/v5/records/UD/NSUserActivity.h-1EQFI5IMBOTUD
new file mode 100644
index 0000000..91a0ca7
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/UD/NSUserActivity.h-1EQFI5IMBOTUD differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/UD/SecCertificateOIDs.h-17EDKY2Z8JZUD b/.build/arm64-apple-macosx/debug/index/store/v5/records/UD/SecCertificateOIDs.h-17EDKY2Z8JZUD
new file mode 100644
index 0000000..42ad46c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/UD/SecCertificateOIDs.h-17EDKY2Z8JZUD differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/UD/_pthread_mutexattr_t.h-I2R5H8MA2DUD b/.build/arm64-apple-macosx/debug/index/store/v5/records/UD/_pthread_mutexattr_t.h-I2R5H8MA2DUD
new file mode 100644
index 0000000..0456eb3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/UD/_pthread_mutexattr_t.h-I2R5H8MA2DUD differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/UF/_wchar_t.h-2D7TWI0JBA9UF b/.build/arm64-apple-macosx/debug/index/store/v5/records/UF/_wchar_t.h-2D7TWI0JBA9UF
new file mode 100644
index 0000000..b683d45
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/UF/_wchar_t.h-2D7TWI0JBA9UF differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/UF/fp.h-2C8J9HPX2N5UF b/.build/arm64-apple-macosx/debug/index/store/v5/records/UF/fp.h-2C8J9HPX2N5UF
new file mode 100644
index 0000000..288e974
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/UF/fp.h-2C8J9HPX2N5UF differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/UG/Availability.h-1I3UYFLVKXHUG b/.build/arm64-apple-macosx/debug/index/store/v5/records/UG/Availability.h-1I3UYFLVKXHUG
new file mode 100644
index 0000000..49444e0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/UG/Availability.h-1I3UYFLVKXHUG differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/UH/NSSlider.h-23VKDQG8L7JUH b/.build/arm64-apple-macosx/debug/index/store/v5/records/UH/NSSlider.h-23VKDQG8L7JUH
new file mode 100644
index 0000000..0d2e935
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/UH/NSSlider.h-23VKDQG8L7JUH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/UH/SpatialTypeConversion.h-3I2UCPY0YQSUH b/.build/arm64-apple-macosx/debug/index/store/v5/records/UH/SpatialTypeConversion.h-3I2UCPY0YQSUH
new file mode 100644
index 0000000..7461aeb
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/UH/SpatialTypeConversion.h-3I2UCPY0YQSUH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/UH/igmp.h-31PQB658ZSZUH b/.build/arm64-apple-macosx/debug/index/store/v5/records/UH/igmp.h-31PQB658ZSZUH
new file mode 100644
index 0000000..89a2019
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/UH/igmp.h-31PQB658ZSZUH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/UJ/MTLRenderCommandEncoder.h-3CGGKAPFV3PUJ b/.build/arm64-apple-macosx/debug/index/store/v5/records/UJ/MTLRenderCommandEncoder.h-3CGGKAPFV3PUJ
new file mode 100644
index 0000000..9a4c7d3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/UJ/MTLRenderCommandEncoder.h-3CGGKAPFV3PUJ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/UJ/NSTabViewController.h-TLD6A30K93UJ b/.build/arm64-apple-macosx/debug/index/store/v5/records/UJ/NSTabViewController.h-TLD6A30K93UJ
new file mode 100644
index 0000000..391ac25
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/UJ/NSTabViewController.h-TLD6A30K93UJ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/UK/AXHearingUtilities.h-1WQ6FCGSC4NUK b/.build/arm64-apple-macosx/debug/index/store/v5/records/UK/AXHearingUtilities.h-1WQ6FCGSC4NUK
new file mode 100644
index 0000000..98a9bcd
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/UK/AXHearingUtilities.h-1WQ6FCGSC4NUK differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/UK/DADissenter.h-3U3J30FKFTUUK b/.build/arm64-apple-macosx/debug/index/store/v5/records/UK/DADissenter.h-3U3J30FKFTUUK
new file mode 100644
index 0000000..14d279a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/UK/DADissenter.h-3U3J30FKFTUUK differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/UK/NSAlert.h-262BJ953AMUK b/.build/arm64-apple-macosx/debug/index/store/v5/records/UK/NSAlert.h-262BJ953AMUK
new file mode 100644
index 0000000..a23a887
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/UK/NSAlert.h-262BJ953AMUK differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/UK/Structures.h-2O3E9DBB1D4UK b/.build/arm64-apple-macosx/debug/index/store/v5/records/UK/Structures.h-2O3E9DBB1D4UK
new file mode 100644
index 0000000..d4c3d96
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/UK/Structures.h-2O3E9DBB1D4UK differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/UL/AXAudiograph.h-TR9I339L7WUL b/.build/arm64-apple-macosx/debug/index/store/v5/records/UL/AXAudiograph.h-TR9I339L7WUL
new file mode 100644
index 0000000..bd5175c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/UL/AXAudiograph.h-TR9I339L7WUL differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/UL/VideoPlayerView.swift-26G6S1IA1BIUL b/.build/arm64-apple-macosx/debug/index/store/v5/records/UL/VideoPlayerView.swift-26G6S1IA1BIUL
new file mode 100644
index 0000000..1c989ba
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/UL/VideoPlayerView.swift-26G6S1IA1BIUL differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/IOPMLibDefs.h-1OF5MF0WOONUM b/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/IOPMLibDefs.h-1OF5MF0WOONUM
new file mode 100644
index 0000000..d7b53f2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/IOPMLibDefs.h-1OF5MF0WOONUM differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/MDItem.h-2N1PQEAM30KUM b/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/MDItem.h-2N1PQEAM30KUM
new file mode 100644
index 0000000..a9c6664
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/MDItem.h-2N1PQEAM30KUM differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/ProgressSlider.swift-20RFAFA9RZGUM b/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/ProgressSlider.swift-20RFAFA9RZGUM
new file mode 100644
index 0000000..f519997
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/ProgressSlider.swift-20RFAFA9RZGUM differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/_pthread_t.h-1BZJ7FHWXOJUM b/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/_pthread_t.h-1BZJ7FHWXOJUM
new file mode 100644
index 0000000..2348687
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/_pthread_t.h-1BZJ7FHWXOJUM differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/_timeval.h-1BK05S89JWFUM b/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/_timeval.h-1BK05S89JWFUM
new file mode 100644
index 0000000..c9b3910
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/_timeval.h-1BK05S89JWFUM differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/vsock.h-1F8O1WMK9XHUM b/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/vsock.h-1F8O1WMK9XHUM
new file mode 100644
index 0000000..df05d54
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/vsock.h-1F8O1WMK9XHUM differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/AuthorizationTags.h-JKGPQ8TBIPUN b/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/AuthorizationTags.h-JKGPQ8TBIPUN
new file mode 100644
index 0000000..1c2c361
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/AuthorizationTags.h-JKGPQ8TBIPUN differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/NSURLCredentialStorage.h-QY5ZJ2PEJFUN b/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/NSURLCredentialStorage.h-QY5ZJ2PEJFUN
new file mode 100644
index 0000000..3d70282
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/NSURLCredentialStorage.h-QY5ZJ2PEJFUN differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/aio.h-2SBXALI5G0TUN b/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/aio.h-2SBXALI5G0TUN
new file mode 100644
index 0000000..8484583
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/aio.h-2SBXALI5G0TUN differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/tcp_seq.h-25ZTWMQHI6UUN b/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/tcp_seq.h-25ZTWMQHI6UUN
new file mode 100644
index 0000000..6a37e84
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/tcp_seq.h-25ZTWMQHI6UUN differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/UP/NSDirection.h-9Z2PUO9X89UP b/.build/arm64-apple-macosx/debug/index/store/v5/records/UP/NSDirection.h-9Z2PUO9X89UP
new file mode 100644
index 0000000..d9d8861
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/UP/NSDirection.h-9Z2PUO9X89UP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/UP/PLStringFuncs.h-1T00LXJXVX9UP b/.build/arm64-apple-macosx/debug/index/store/v5/records/UP/PLStringFuncs.h-1T00LXJXVX9UP
new file mode 100644
index 0000000..ae493f3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/UP/PLStringFuncs.h-1T00LXJXVX9UP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/UQ/arm64e-apple-macos.swiftinterface_Math_Vector-35RUFDE5YHNUQ b/.build/arm64-apple-macosx/debug/index/store/v5/records/UQ/arm64e-apple-macos.swiftinterface_Math_Vector-35RUFDE5YHNUQ
new file mode 100644
index 0000000..f2374fe
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/UQ/arm64e-apple-macos.swiftinterface_Math_Vector-35RUFDE5YHNUQ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/UR/CFFTPStream.h-NPHAV10TCCUR b/.build/arm64-apple-macosx/debug/index/store/v5/records/UR/CFFTPStream.h-NPHAV10TCCUR
new file mode 100644
index 0000000..e0d0e9f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/UR/CFFTPStream.h-NPHAV10TCCUR differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/UR/_locale_posix2008.h-2PBXNCRB4L3UR b/.build/arm64-apple-macosx/debug/index/store/v5/records/UR/_locale_posix2008.h-2PBXNCRB4L3UR
new file mode 100644
index 0000000..81b09e0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/UR/_locale_posix2008.h-2PBXNCRB4L3UR differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/US/file.h-2ILV2ALA1GPUS b/.build/arm64-apple-macosx/debug/index/store/v5/records/US/file.h-2ILV2ALA1GPUS
new file mode 100644
index 0000000..c28c23c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/US/file.h-2ILV2ALA1GPUS differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/US/gl3.h-2UNSPQB1OG1US b/.build/arm64-apple-macosx/debug/index/store/v5/records/US/gl3.h-2UNSPQB1OG1US
new file mode 100644
index 0000000..d9a55a5
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/US/gl3.h-2UNSPQB1OG1US differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/UT/AVCapturePhotoOutput.h-18QJ742YB1JUT b/.build/arm64-apple-macosx/debug/index/store/v5/records/UT/AVCapturePhotoOutput.h-18QJ742YB1JUT
new file mode 100644
index 0000000..153bb65
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/UT/AVCapturePhotoOutput.h-18QJ742YB1JUT differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/UT/NSNib.h-2LHJG7873E0UT b/.build/arm64-apple-macosx/debug/index/store/v5/records/UT/NSNib.h-2LHJG7873E0UT
new file mode 100644
index 0000000..713f6e4
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/UT/NSNib.h-2LHJG7873E0UT differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/UU/Script.h-3K3R9P50M5ZUU b/.build/arm64-apple-macosx/debug/index/store/v5/records/UU/Script.h-3K3R9P50M5ZUU
new file mode 100644
index 0000000..4315342
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/UU/Script.h-3K3R9P50M5ZUU differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/UV/NSIncrementalStore.h-124PU3OC3RWUV b/.build/arm64-apple-macosx/debug/index/store/v5/records/UV/NSIncrementalStore.h-124PU3OC3RWUV
new file mode 100644
index 0000000..99390ab
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/UV/NSIncrementalStore.h-124PU3OC3RWUV differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/UV/_string.h-3V02R26Y3F7UV b/.build/arm64-apple-macosx/debug/index/store/v5/records/UV/_string.h-3V02R26Y3F7UV
new file mode 100644
index 0000000..28fb61c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/UV/_string.h-3V02R26Y3F7UV differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/UW/AVMusicEvents.h-16LL4X0N6MKUW b/.build/arm64-apple-macosx/debug/index/store/v5/records/UW/AVMusicEvents.h-16LL4X0N6MKUW
new file mode 100644
index 0000000..d809a80
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/UW/AVMusicEvents.h-16LL4X0N6MKUW differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/UW/MTLCommandQueue.h-3BNNB09YLOPUW b/.build/arm64-apple-macosx/debug/index/store/v5/records/UW/MTLCommandQueue.h-3BNNB09YLOPUW
new file mode 100644
index 0000000..2fba5d2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/UW/MTLCommandQueue.h-3BNNB09YLOPUW differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/UW/MixedMode.h-1MAZDQ34XQ3UW b/.build/arm64-apple-macosx/debug/index/store/v5/records/UW/MixedMode.h-1MAZDQ34XQ3UW
new file mode 100644
index 0000000..1a3e01d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/UW/MixedMode.h-1MAZDQ34XQ3UW differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/UW/NSError.h-2N3XNC7XEY3UW b/.build/arm64-apple-macosx/debug/index/store/v5/records/UW/NSError.h-2N3XNC7XEY3UW
new file mode 100644
index 0000000..959ae33
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/UW/NSError.h-2N3XNC7XEY3UW differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/UW/endpoint.h-21ENJCU6IXHUW b/.build/arm64-apple-macosx/debug/index/store/v5/records/UW/endpoint.h-21ENJCU6IXHUW
new file mode 100644
index 0000000..593acff
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/UW/endpoint.h-21ENJCU6IXHUW differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/UX/MTL4ComputeCommandEncoder.h-2EH4QR0IU4FUX b/.build/arm64-apple-macosx/debug/index/store/v5/records/UX/MTL4ComputeCommandEncoder.h-2EH4QR0IU4FUX
new file mode 100644
index 0000000..8d976d9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/UX/MTL4ComputeCommandEncoder.h-2EH4QR0IU4FUX differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/UY/HIToolboxDebugging.h-TOLEWPSSX5UY b/.build/arm64-apple-macosx/debug/index/store/v5/records/UY/HIToolboxDebugging.h-TOLEWPSSX5UY
new file mode 100644
index 0000000..60f58fc
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/UY/HIToolboxDebugging.h-TOLEWPSSX5UY differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/UY/NSFontDescriptor.h-STUKQCKD04UY b/.build/arm64-apple-macosx/debug/index/store/v5/records/UY/NSFontDescriptor.h-STUKQCKD04UY
new file mode 100644
index 0000000..3aaa6f1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/UY/NSFontDescriptor.h-STUKQCKD04UY differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/UY/ipp.h-1DIVZQJV9LXUY b/.build/arm64-apple-macosx/debug/index/store/v5/records/UY/ipp.h-1DIVZQJV9LXUY
new file mode 100644
index 0000000..d09d68c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/UY/ipp.h-1DIVZQJV9LXUY differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/UZ/MTL4CompilerTask.h-274QAV6R81CUZ b/.build/arm64-apple-macosx/debug/index/store/v5/records/UZ/MTL4CompilerTask.h-274QAV6R81CUZ
new file mode 100644
index 0000000..9ad722a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/UZ/MTL4CompilerTask.h-274QAV6R81CUZ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/V1/AVCaptionGroup.h-1TXUHOCAH9KV1 b/.build/arm64-apple-macosx/debug/index/store/v5/records/V1/AVCaptionGroup.h-1TXUHOCAH9KV1
new file mode 100644
index 0000000..69157e4
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/V1/AVCaptionGroup.h-1TXUHOCAH9KV1 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/V1/CIContext.h-2JYQLZYIIOOV1 b/.build/arm64-apple-macosx/debug/index/store/v5/records/V1/CIContext.h-2JYQLZYIIOOV1
new file mode 100644
index 0000000..5486227
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/V1/CIContext.h-2JYQLZYIIOOV1 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/V1/NSAppleEventManager.h-15YPCTT2NISV1 b/.build/arm64-apple-macosx/debug/index/store/v5/records/V1/NSAppleEventManager.h-15YPCTT2NISV1
new file mode 100644
index 0000000..f5344ed
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/V1/NSAppleEventManager.h-15YPCTT2NISV1 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/V2/CFNetServices.h-1EJVCHLHYD9V2 b/.build/arm64-apple-macosx/debug/index/store/v5/records/V2/CFNetServices.h-1EJVCHLHYD9V2
new file mode 100644
index 0000000..e14c025
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/V2/CFNetServices.h-1EJVCHLHYD9V2 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/V3/NSPersistentHistoryTransaction.h-3QBZ09M31U7V3 b/.build/arm64-apple-macosx/debug/index/store/v5/records/V3/NSPersistentHistoryTransaction.h-3QBZ09M31U7V3
new file mode 100644
index 0000000..2d631c2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/V3/NSPersistentHistoryTransaction.h-3QBZ09M31U7V3 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/V3/un.h-30W0HYXAO2V3 b/.build/arm64-apple-macosx/debug/index/store/v5/records/V3/un.h-30W0HYXAO2V3
new file mode 100644
index 0000000..da4615d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/V3/un.h-30W0HYXAO2V3 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/V4/Store.swift-3QNBW30PFMDV4 b/.build/arm64-apple-macosx/debug/index/store/v5/records/V4/Store.swift-3QNBW30PFMDV4
new file mode 100644
index 0000000..25c1392
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/V4/Store.swift-3QNBW30PFMDV4 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/V6/CVMetalBuffer.h-1NXXL6AC25MV6 b/.build/arm64-apple-macosx/debug/index/store/v5/records/V6/CVMetalBuffer.h-1NXXL6AC25MV6
new file mode 100644
index 0000000..1054bf9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/V6/CVMetalBuffer.h-1NXXL6AC25MV6 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/V6/NSPersistentContainer.h-38FQIWKD2XOV6 b/.build/arm64-apple-macosx/debug/index/store/v5/records/V6/NSPersistentContainer.h-38FQIWKD2XOV6
new file mode 100644
index 0000000..190fee6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/V6/NSPersistentContainer.h-38FQIWKD2XOV6 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/V6/clock.h-5SX0T0N9F5V6 b/.build/arm64-apple-macosx/debug/index/store/v5/records/V6/clock.h-5SX0T0N9F5V6
new file mode 100644
index 0000000..48c83c9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/V6/clock.h-5SX0T0N9F5V6 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/V6/message.h-2QEB8HPP574V6 b/.build/arm64-apple-macosx/debug/index/store/v5/records/V6/message.h-2QEB8HPP574V6
new file mode 100644
index 0000000..f002fd2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/V6/message.h-2QEB8HPP574V6 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/V7/NSAnimationContext.h-1G0OD6KMSRXV7 b/.build/arm64-apple-macosx/debug/index/store/v5/records/V7/NSAnimationContext.h-1G0OD6KMSRXV7
new file mode 100644
index 0000000..158b345
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/V7/NSAnimationContext.h-1G0OD6KMSRXV7 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/V8/AVAudioEnvironmentNode.h-1UQJ7QMNMV8 b/.build/arm64-apple-macosx/debug/index/store/v5/records/V8/AVAudioEnvironmentNode.h-1UQJ7QMNMV8
new file mode 100644
index 0000000..bcae86f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/V8/AVAudioEnvironmentNode.h-1UQJ7QMNMV8 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/V8/SCSICommandDefinitions.h-3TR8D6D27I1V8 b/.build/arm64-apple-macosx/debug/index/store/v5/records/V8/SCSICommandDefinitions.h-3TR8D6D27I1V8
new file mode 100644
index 0000000..602760e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/V8/SCSICommandDefinitions.h-3TR8D6D27I1V8 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/V9/AVAudioFile.h-1XSMVNWYR7QV9 b/.build/arm64-apple-macosx/debug/index/store/v5/records/V9/AVAudioFile.h-1XSMVNWYR7QV9
new file mode 100644
index 0000000..ce71847
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/V9/AVAudioFile.h-1XSMVNWYR7QV9 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/V9/mds.h-2AEC25ZMA2SV9 b/.build/arm64-apple-macosx/debug/index/store/v5/records/V9/mds.h-2AEC25ZMA2SV9
new file mode 100644
index 0000000..6339774
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/V9/mds.h-2AEC25ZMA2SV9 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/VA/HIArchive.h-2TJX87SZ9SQVA b/.build/arm64-apple-macosx/debug/index/store/v5/records/VA/HIArchive.h-2TJX87SZ9SQVA
new file mode 100644
index 0000000..ff2bd84
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/VA/HIArchive.h-2TJX87SZ9SQVA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/VA/USBSpec.h-25I4J79DHT4VA b/.build/arm64-apple-macosx/debug/index/store/v5/records/VA/USBSpec.h-25I4J79DHT4VA
new file mode 100644
index 0000000..5fcfa30
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/VA/USBSpec.h-25I4J79DHT4VA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/VA/ppd.h-105A9TMMEJTVA b/.build/arm64-apple-macosx/debug/index/store/v5/records/VA/ppd.h-105A9TMMEJTVA
new file mode 100644
index 0000000..463940c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/VA/ppd.h-105A9TMMEJTVA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/VB/AEMach.h-1FNEVFSBXQ7VB b/.build/arm64-apple-macosx/debug/index/store/v5/records/VB/AEMach.h-1FNEVFSBXQ7VB
new file mode 100644
index 0000000..bda2f80
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/VB/AEMach.h-1FNEVFSBXQ7VB differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/VC/NSGradient.h-EJ8O8Z7MQMVC b/.build/arm64-apple-macosx/debug/index/store/v5/records/VC/NSGradient.h-EJ8O8Z7MQMVC
new file mode 100644
index 0000000..64db4d6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/VC/NSGradient.h-EJ8O8Z7MQMVC differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/VC/Schema.swift-2ASDQ3N27BPVC b/.build/arm64-apple-macosx/debug/index/store/v5/records/VC/Schema.swift-2ASDQ3N27BPVC
new file mode 100644
index 0000000..2bef4c1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/VC/Schema.swift-2ASDQ3N27BPVC differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/VD/CGToneMapping.h-WZSODRY45UVD b/.build/arm64-apple-macosx/debug/index/store/v5/records/VD/CGToneMapping.h-WZSODRY45UVD
new file mode 100644
index 0000000..6bb527e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/VD/CGToneMapping.h-WZSODRY45UVD differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/VD/_wctype.h-2YYVT5PEKBGVD b/.build/arm64-apple-macosx/debug/index/store/v5/records/VD/_wctype.h-2YYVT5PEKBGVD
new file mode 100644
index 0000000..0598add
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/VD/_wctype.h-2YYVT5PEKBGVD differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/VE/IconStorage.h-IE9R8ALIVOVE b/.build/arm64-apple-macosx/debug/index/store/v5/records/VE/IconStorage.h-IE9R8ALIVOVE
new file mode 100644
index 0000000..f3df3a0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/VE/IconStorage.h-IE9R8ALIVOVE differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/VF/CTRun.h-3NS1O99QMZXVF b/.build/arm64-apple-macosx/debug/index/store/v5/records/VF/CTRun.h-3NS1O99QMZXVF
new file mode 100644
index 0000000..9de6e5d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/VF/CTRun.h-3NS1O99QMZXVF differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/VH/NSSegmentedControl.h-2VN6FEWWJE8VH b/.build/arm64-apple-macosx/debug/index/store/v5/records/VH/NSSegmentedControl.h-2VN6FEWWJE8VH
new file mode 100644
index 0000000..16607a1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/VH/NSSegmentedControl.h-2VN6FEWWJE8VH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/VH/_fsobj_id_t.h-10PH7583RDIVH b/.build/arm64-apple-macosx/debug/index/store/v5/records/VH/_fsobj_id_t.h-10PH7583RDIVH
new file mode 100644
index 0000000..307ca10
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/VH/_fsobj_id_t.h-10PH7583RDIVH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/VI/NSATSTypesetter.h-1SFAUPXWUD1VI b/.build/arm64-apple-macosx/debug/index/store/v5/records/VI/NSATSTypesetter.h-1SFAUPXWUD1VI
new file mode 100644
index 0000000..dc432c5
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/VI/NSATSTypesetter.h-1SFAUPXWUD1VI differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/VJ/MTL4CommandBuffer.h-1VN6E8IRDZKVJ b/.build/arm64-apple-macosx/debug/index/store/v5/records/VJ/MTL4CommandBuffer.h-1VN6E8IRDZKVJ
new file mode 100644
index 0000000..cc0c82d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/VJ/MTL4CommandBuffer.h-1VN6E8IRDZKVJ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/VJ/host_notify.h-2FK0JHSZA55VJ b/.build/arm64-apple-macosx/debug/index/store/v5/records/VJ/host_notify.h-2FK0JHSZA55VJ
new file mode 100644
index 0000000..3b015fa
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/VJ/host_notify.h-2FK0JHSZA55VJ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/VK/if_var_status.h-1HXY3FVDGM0VK b/.build/arm64-apple-macosx/debug/index/store/v5/records/VK/if_var_status.h-1HXY3FVDGM0VK
new file mode 100644
index 0000000..3175c2b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/VK/if_var_status.h-1HXY3FVDGM0VK differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/VL/NSTabViewItem.h-8MOTZNG4HHVL b/.build/arm64-apple-macosx/debug/index/store/v5/records/VL/NSTabViewItem.h-8MOTZNG4HHVL
new file mode 100644
index 0000000..b78aac3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/VL/NSTabViewItem.h-8MOTZNG4HHVL differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/VN/CGPDFStream.h-2TID8LSRSC2VN b/.build/arm64-apple-macosx/debug/index/store/v5/records/VN/CGPDFStream.h-2TID8LSRSC2VN
new file mode 100644
index 0000000..c21ec5a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/VN/CGPDFStream.h-2TID8LSRSC2VN differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/VN/MultiprocessingInfo.h-2D7BAA1GREAVN b/.build/arm64-apple-macosx/debug/index/store/v5/records/VN/MultiprocessingInfo.h-2D7BAA1GREAVN
new file mode 100644
index 0000000..3411a21
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/VN/MultiprocessingInfo.h-2D7BAA1GREAVN differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/VN/arm64e-apple-macos.swiftinterface-2OPBIJBBBFGVN b/.build/arm64-apple-macosx/debug/index/store/v5/records/VN/arm64e-apple-macos.swiftinterface-2OPBIJBBBFGVN
new file mode 100644
index 0000000..b7aef16
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/VN/arm64e-apple-macos.swiftinterface-2OPBIJBBBFGVN differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/SKIndex.h-19YHEKMXMN8VO b/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/SKIndex.h-19YHEKMXMN8VO
new file mode 100644
index 0000000..7c81948
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/SKIndex.h-19YHEKMXMN8VO differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/sysexits.h-1N51R85V5G7VO b/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/sysexits.h-1N51R85V5G7VO
new file mode 100644
index 0000000..de03261
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/sysexits.h-1N51R85V5G7VO differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/VP/NSSplitView.h-271NC89WS38VP b/.build/arm64-apple-macosx/debug/index/store/v5/records/VP/NSSplitView.h-271NC89WS38VP
new file mode 100644
index 0000000..c624a19
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/VP/NSSplitView.h-271NC89WS38VP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/VP/NSUserInterfaceItemIdentification.h-2VK3LTUBFSRVP b/.build/arm64-apple-macosx/debug/index/store/v5/records/VP/NSUserInterfaceItemIdentification.h-2VK3LTUBFSRVP
new file mode 100644
index 0000000..35c9378
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/VP/NSUserInterfaceItemIdentification.h-2VK3LTUBFSRVP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/VQ/arm64e-apple-macos.swiftinterface_Collection_HashedCollections-182NC1Y5DL8VQ b/.build/arm64-apple-macosx/debug/index/store/v5/records/VQ/arm64e-apple-macos.swiftinterface_Collection_HashedCollections-182NC1Y5DL8VQ
new file mode 100644
index 0000000..30a937f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/VQ/arm64e-apple-macos.swiftinterface_Collection_HashedCollections-182NC1Y5DL8VQ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/VR/AudioFormat.h-2T8LPA6RMP7VR b/.build/arm64-apple-macosx/debug/index/store/v5/records/VR/AudioFormat.h-2T8LPA6RMP7VR
new file mode 100644
index 0000000..d2d5fe6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/VR/AudioFormat.h-2T8LPA6RMP7VR differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/VR/OpenGL.h-3ID31A3QB0VR b/.build/arm64-apple-macosx/debug/index/store/v5/records/VR/OpenGL.h-3ID31A3QB0VR
new file mode 100644
index 0000000..31b74e8
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/VR/OpenGL.h-3ID31A3QB0VR differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/VR/_sa_family_t.h-2ZYNC75AX1KVR b/.build/arm64-apple-macosx/debug/index/store/v5/records/VR/_sa_family_t.h-2ZYNC75AX1KVR
new file mode 100644
index 0000000..4d61cae
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/VR/_sa_family_t.h-2ZYNC75AX1KVR differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/VS/HIScrollView.h-G215FIBLYRVS b/.build/arm64-apple-macosx/debug/index/store/v5/records/VS/HIScrollView.h-G215FIBLYRVS
new file mode 100644
index 0000000..4d640df
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/VS/HIScrollView.h-G215FIBLYRVS differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/VT/NSPasteboard.h-OMEZ08OBTLVT b/.build/arm64-apple-macosx/debug/index/store/v5/records/VT/NSPasteboard.h-OMEZ08OBTLVT
new file mode 100644
index 0000000..98637be
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/VT/NSPasteboard.h-OMEZ08OBTLVT differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/VU/IOSurfaceRef.h-GMIQ6E1OBPVU b/.build/arm64-apple-macosx/debug/index/store/v5/records/VU/IOSurfaceRef.h-GMIQ6E1OBPVU
new file mode 100644
index 0000000..746d4b1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/VU/IOSurfaceRef.h-GMIQ6E1OBPVU differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/VV/CGWindow.h-2PNO6CFX71DVV b/.build/arm64-apple-macosx/debug/index/store/v5/records/VV/CGWindow.h-2PNO6CFX71DVV
new file mode 100644
index 0000000..de28def
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/VV/CGWindow.h-2PNO6CFX71DVV differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/VV/CTDefines.h-3I8P3LAQ1XIVV b/.build/arm64-apple-macosx/debug/index/store/v5/records/VV/CTDefines.h-3I8P3LAQ1XIVV
new file mode 100644
index 0000000..c2f5950
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/VV/CTDefines.h-3I8P3LAQ1XIVV differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/VV/once.h-2GLPCQN0OFMVV b/.build/arm64-apple-macosx/debug/index/store/v5/records/VV/once.h-2GLPCQN0OFMVV
new file mode 100644
index 0000000..4475bde
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/VV/once.h-2GLPCQN0OFMVV differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/VW/nc_tparm.h-30JCDU09O3BVW b/.build/arm64-apple-macosx/debug/index/store/v5/records/VW/nc_tparm.h-30JCDU09O3BVW
new file mode 100644
index 0000000..93e6b21
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/VW/nc_tparm.h-30JCDU09O3BVW differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/VX/AVCaptionFormatConformer.h-3CWMGGPIMCYVX b/.build/arm64-apple-macosx/debug/index/store/v5/records/VX/AVCaptionFormatConformer.h-3CWMGGPIMCYVX
new file mode 100644
index 0000000..10c8d96
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/VX/AVCaptionFormatConformer.h-3CWMGGPIMCYVX differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/VX/CATextLayer.h-13FKWPTB791VX b/.build/arm64-apple-macosx/debug/index/store/v5/records/VX/CATextLayer.h-13FKWPTB791VX
new file mode 100644
index 0000000..a30db64
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/VX/CATextLayer.h-13FKWPTB791VX differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/VX/IOUPSPlugIn.h-JZOISE1SQ2VX b/.build/arm64-apple-macosx/debug/index/store/v5/records/VX/IOUPSPlugIn.h-JZOISE1SQ2VX
new file mode 100644
index 0000000..77ae94d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/VX/IOUPSPlugIn.h-JZOISE1SQ2VX differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/VX/NSExtensionRequestHandling.h-9BPMIGT9CNVX b/.build/arm64-apple-macosx/debug/index/store/v5/records/VX/NSExtensionRequestHandling.h-9BPMIGT9CNVX
new file mode 100644
index 0000000..f3765fc
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/VX/NSExtensionRequestHandling.h-9BPMIGT9CNVX differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/VX/emmtype.h-3O0ULLFWOT7VX b/.build/arm64-apple-macosx/debug/index/store/v5/records/VX/emmtype.h-3O0ULLFWOT7VX
new file mode 100644
index 0000000..14e5496
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/VX/emmtype.h-3O0ULLFWOT7VX differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/VY/AVCaption.h-3L72OG32VRLVY b/.build/arm64-apple-macosx/debug/index/store/v5/records/VY/AVCaption.h-3L72OG32VRLVY
new file mode 100644
index 0000000..f69f2d5
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/VY/AVCaption.h-3L72OG32VRLVY differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/VZ/ColorSyncTransform.h-K75GS4GJ9DVZ b/.build/arm64-apple-macosx/debug/index/store/v5/records/VZ/ColorSyncTransform.h-K75GS4GJ9DVZ
new file mode 100644
index 0000000..5e71cc6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/VZ/ColorSyncTransform.h-K75GS4GJ9DVZ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/VZ/NSLevelIndicator.h-2UMMEZNETLGVZ b/.build/arm64-apple-macosx/debug/index/store/v5/records/VZ/NSLevelIndicator.h-2UMMEZNETLGVZ
new file mode 100644
index 0000000..df62086
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/VZ/NSLevelIndicator.h-2UMMEZNETLGVZ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/W0/AVContentKeySession.h-1LU6ALHUBEIW0 b/.build/arm64-apple-macosx/debug/index/store/v5/records/W0/AVContentKeySession.h-1LU6ALHUBEIW0
new file mode 100644
index 0000000..efe1d71
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/W0/AVContentKeySession.h-1LU6ALHUBEIW0 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/W0/MTL4RenderPass.h-2IZQU59FD7OW0 b/.build/arm64-apple-macosx/debug/index/store/v5/records/W0/MTL4RenderPass.h-2IZQU59FD7OW0
new file mode 100644
index 0000000..ae2a949
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/W0/MTL4RenderPass.h-2IZQU59FD7OW0 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/W0/NSCache.h-150IQU1CTXWW0 b/.build/arm64-apple-macosx/debug/index/store/v5/records/W0/NSCache.h-150IQU1CTXWW0
new file mode 100644
index 0000000..61db7bd
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/W0/NSCache.h-150IQU1CTXWW0 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/W0/UTType.h-1XXH8IKEBRLW0 b/.build/arm64-apple-macosx/debug/index/store/v5/records/W0/UTType.h-1XXH8IKEBRLW0
new file mode 100644
index 0000000..75ac833
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/W0/UTType.h-1XXH8IKEBRLW0 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/W0/policy.h-MPULPZPHM8W0 b/.build/arm64-apple-macosx/debug/index/store/v5/records/W0/policy.h-MPULPZPHM8W0
new file mode 100644
index 0000000..277e767
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/W0/policy.h-MPULPZPHM8W0 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/W1/CFSocketStream.h-3QL2VJYFL61W1 b/.build/arm64-apple-macosx/debug/index/store/v5/records/W1/CFSocketStream.h-3QL2VJYFL61W1
new file mode 100644
index 0000000..5d1b1dc
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/W1/CFSocketStream.h-3QL2VJYFL61W1 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/W1/NSCalendarDate.h-1XMOOAQ9Y8MW1 b/.build/arm64-apple-macosx/debug/index/store/v5/records/W1/NSCalendarDate.h-1XMOOAQ9Y8MW1
new file mode 100644
index 0000000..94f0371
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/W1/NSCalendarDate.h-1XMOOAQ9Y8MW1 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/W2/IOSerialKeys.h-1TN8H410O6ZW2 b/.build/arm64-apple-macosx/debug/index/store/v5/records/W2/IOSerialKeys.h-1TN8H410O6ZW2
new file mode 100644
index 0000000..4d16f48
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/W2/IOSerialKeys.h-1TN8H410O6ZW2 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/W2/task_info.h-I6BAA7V7N1W2 b/.build/arm64-apple-macosx/debug/index/store/v5/records/W2/task_info.h-I6BAA7V7N1W2
new file mode 100644
index 0000000..3e9bd95
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/W2/task_info.h-I6BAA7V7N1W2 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/W4/MTL4Compiler.h-2HFHKEAWOW8W4 b/.build/arm64-apple-macosx/debug/index/store/v5/records/W4/MTL4Compiler.h-2HFHKEAWOW8W4
new file mode 100644
index 0000000..659e284
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/W4/MTL4Compiler.h-2HFHKEAWOW8W4 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/W5/NSResponder.h-2BUSRBGK0PUW5 b/.build/arm64-apple-macosx/debug/index/store/v5/records/W5/NSResponder.h-2BUSRBGK0PUW5
new file mode 100644
index 0000000..459a06c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/W5/NSResponder.h-2BUSRBGK0PUW5 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/W5/SPScaledPose3DFloat.h-3ULY2V2IH9WW5 b/.build/arm64-apple-macosx/debug/index/store/v5/records/W5/SPScaledPose3DFloat.h-3ULY2V2IH9WW5
new file mode 100644
index 0000000..d3070f1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/W5/SPScaledPose3DFloat.h-3ULY2V2IH9WW5 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/W6/CAMediaTiming.h-8ICR2XR01WW6 b/.build/arm64-apple-macosx/debug/index/store/v5/records/W6/CAMediaTiming.h-8ICR2XR01WW6
new file mode 100644
index 0000000..2fd0ece
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/W6/CAMediaTiming.h-8ICR2XR01WW6 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/W6/NSDraggingSession.h-101F9VTTX3W6 b/.build/arm64-apple-macosx/debug/index/store/v5/records/W6/NSDraggingSession.h-101F9VTTX3W6
new file mode 100644
index 0000000..30f08de
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/W6/NSDraggingSession.h-101F9VTTX3W6 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/W6/NSGlyphGenerator.h-13H1QJA24CAW6 b/.build/arm64-apple-macosx/debug/index/store/v5/records/W6/NSGlyphGenerator.h-13H1QJA24CAW6
new file mode 100644
index 0000000..e0100db
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/W6/NSGlyphGenerator.h-13H1QJA24CAW6 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/W6/arm64e-apple-macos.swiftinterface-38GEKTZVH3W6 b/.build/arm64-apple-macosx/debug/index/store/v5/records/W6/arm64e-apple-macos.swiftinterface-38GEKTZVH3W6
new file mode 100644
index 0000000..6e261c1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/W6/arm64e-apple-macos.swiftinterface-38GEKTZVH3W6 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/W7/NSNotification.h-32NK53URDD9W7 b/.build/arm64-apple-macosx/debug/index/store/v5/records/W7/NSNotification.h-32NK53URDD9W7
new file mode 100644
index 0000000..7955fa0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/W7/NSNotification.h-32NK53URDD9W7 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/W7/NSProtocolChecker.h-2OVT9O1C91GW7 b/.build/arm64-apple-macosx/debug/index/store/v5/records/W7/NSProtocolChecker.h-2OVT9O1C91GW7
new file mode 100644
index 0000000..46a1cc1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/W7/NSProtocolChecker.h-2OVT9O1C91GW7 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/W7/exception.h-3A0PQLCHLDAW7 b/.build/arm64-apple-macosx/debug/index/store/v5/records/W7/exception.h-3A0PQLCHLDAW7
new file mode 100644
index 0000000..52388b7
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/W7/exception.h-3A0PQLCHLDAW7 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/W8/AVMediaSelection.h-AES9B8FC2TW8 b/.build/arm64-apple-macosx/debug/index/store/v5/records/W8/AVMediaSelection.h-AES9B8FC2TW8
new file mode 100644
index 0000000..9450357
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/W8/AVMediaSelection.h-AES9B8FC2TW8 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/CTFontTraits.h-2L8ARQVOFPAW9 b/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/CTFontTraits.h-2L8ARQVOFPAW9
new file mode 100644
index 0000000..6690824
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/CTFontTraits.h-2L8ARQVOFPAW9 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/MTL4MachineLearningPipeline.h-G6IE9MO5A7W9 b/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/MTL4MachineLearningPipeline.h-G6IE9MO5A7W9
new file mode 100644
index 0000000..322b4db
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/MTL4MachineLearningPipeline.h-G6IE9MO5A7W9 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/NSPressGestureRecognizer.h-2S184FBAGJ0W9 b/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/NSPressGestureRecognizer.h-2S184FBAGJ0W9
new file mode 100644
index 0000000..389d851
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/NSPressGestureRecognizer.h-2S184FBAGJ0W9 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/WA/MTLBinaryArchive.h-2NS4EHBENZWWA b/.build/arm64-apple-macosx/debug/index/store/v5/records/WA/MTLBinaryArchive.h-2NS4EHBENZWWA
new file mode 100644
index 0000000..6c9fdd6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/WA/MTLBinaryArchive.h-2NS4EHBENZWWA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/WA/bank_types.h-1OS6VZZDZ5LWA b/.build/arm64-apple-macosx/debug/index/store/v5/records/WA/bank_types.h-1OS6VZZDZ5LWA
new file mode 100644
index 0000000..145e895
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/WA/bank_types.h-1OS6VZZDZ5LWA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/WA/gl3ext.h-9S0SSOW8WCWA b/.build/arm64-apple-macosx/debug/index/store/v5/records/WA/gl3ext.h-9S0SSOW8WCWA
new file mode 100644
index 0000000..5a7a8cd
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/WA/gl3ext.h-9S0SSOW8WCWA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/WA/vcmd.h-337OX3U172AWA b/.build/arm64-apple-macosx/debug/index/store/v5/records/WA/vcmd.h-337OX3U172AWA
new file mode 100644
index 0000000..b3815ea
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/WA/vcmd.h-337OX3U172AWA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/WB/NSTask.h-KMBIXSDPRZWB b/.build/arm64-apple-macosx/debug/index/store/v5/records/WB/NSTask.h-KMBIXSDPRZWB
new file mode 100644
index 0000000..ebc4f3b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/WB/NSTask.h-KMBIXSDPRZWB differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/WE/AVCaptionRenderer.h-3KB33G8UYYEWE b/.build/arm64-apple-macosx/debug/index/store/v5/records/WE/AVCaptionRenderer.h-3KB33G8UYYEWE
new file mode 100644
index 0000000..5b15e8d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/WE/AVCaptionRenderer.h-3KB33G8UYYEWE differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/WE/CVMetalTextureCache.h-3NDPRZATNL9WE b/.build/arm64-apple-macosx/debug/index/store/v5/records/WE/CVMetalTextureCache.h-3NDPRZATNL9WE
new file mode 100644
index 0000000..530bd5c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/WE/CVMetalTextureCache.h-3NDPRZATNL9WE differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/WE/NSAffineTransform.h-31WGKO2MOUEWE b/.build/arm64-apple-macosx/debug/index/store/v5/records/WE/NSAffineTransform.h-31WGKO2MOUEWE
new file mode 100644
index 0000000..b5b815f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/WE/NSAffineTransform.h-31WGKO2MOUEWE differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/WE/NSDateIntervalFormatter.h-2BWUR5Y9LX7WE b/.build/arm64-apple-macosx/debug/index/store/v5/records/WE/NSDateIntervalFormatter.h-2BWUR5Y9LX7WE
new file mode 100644
index 0000000..a823a70
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/WE/NSDateIntervalFormatter.h-2BWUR5Y9LX7WE differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/WE/form.h-1WDVRINME5KWE b/.build/arm64-apple-macosx/debug/index/store/v5/records/WE/form.h-1WDVRINME5KWE
new file mode 100644
index 0000000..46c4a43
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/WE/form.h-1WDVRINME5KWE differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/WE/vm_inherit.h-3ERY6WTPBWHWE b/.build/arm64-apple-macosx/debug/index/store/v5/records/WE/vm_inherit.h-3ERY6WTPBWHWE
new file mode 100644
index 0000000..fdb1bf6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/WE/vm_inherit.h-3ERY6WTPBWHWE differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/WG/Engine.swift-9JXRA41M2VWG b/.build/arm64-apple-macosx/debug/index/store/v5/records/WG/Engine.swift-9JXRA41M2VWG
new file mode 100644
index 0000000..bdd3272
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/WG/Engine.swift-9JXRA41M2VWG differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/WH/AUAudioUnit.h-RDBT68MR10WH b/.build/arm64-apple-macosx/debug/index/store/v5/records/WH/AUAudioUnit.h-RDBT68MR10WH
new file mode 100644
index 0000000..cdd0d86
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/WH/AUAudioUnit.h-RDBT68MR10WH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/WH/AVSpeechSynthesisProvider.h-1OV87217P74WH b/.build/arm64-apple-macosx/debug/index/store/v5/records/WH/AVSpeechSynthesisProvider.h-1OV87217P74WH
new file mode 100644
index 0000000..f721e20
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/WH/AVSpeechSynthesisProvider.h-1OV87217P74WH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/WH/SPPose3D.h-35X2O3QJFJXWH b/.build/arm64-apple-macosx/debug/index/store/v5/records/WH/SPPose3D.h-35X2O3QJFJXWH
new file mode 100644
index 0000000..a45c597
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/WH/SPPose3D.h-35X2O3QJFJXWH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/MTLResourceViewPool.h-23RONEHU5TXWI b/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/MTLResourceViewPool.h-23RONEHU5TXWI
new file mode 100644
index 0000000..b33c1b0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/MTLResourceViewPool.h-23RONEHU5TXWI differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/types.h-EDPX0HDHYBWI b/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/types.h-EDPX0HDHYBWI
new file mode 100644
index 0000000..0eba9a4
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/types.h-EDPX0HDHYBWI differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/WJ/AVCaptureDevice.h-34K9R16G80LWJ b/.build/arm64-apple-macosx/debug/index/store/v5/records/WJ/AVCaptureDevice.h-34K9R16G80LWJ
new file mode 100644
index 0000000..49e617d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/WJ/AVCaptureDevice.h-34K9R16G80LWJ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/WJ/Processes.h-P1AJKDCJTOWJ b/.build/arm64-apple-macosx/debug/index/store/v5/records/WJ/Processes.h-P1AJKDCJTOWJ
new file mode 100644
index 0000000..f0e7d7a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/WJ/Processes.h-P1AJKDCJTOWJ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/WJ/reloc.h-2E4QXQ0TD1UWJ b/.build/arm64-apple-macosx/debug/index/store/v5/records/WJ/reloc.h-2E4QXQ0TD1UWJ
new file mode 100644
index 0000000..bd5ba39
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/WJ/reloc.h-2E4QXQ0TD1UWJ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/WK/OSByteOrder.h-36X6K1WQ1ZVWK b/.build/arm64-apple-macosx/debug/index/store/v5/records/WK/OSByteOrder.h-36X6K1WQ1ZVWK
new file mode 100644
index 0000000..7712a33
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/WK/OSByteOrder.h-36X6K1WQ1ZVWK differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/WK/utsname.h-3JB2LVQGED0WK b/.build/arm64-apple-macosx/debug/index/store/v5/records/WK/utsname.h-3JB2LVQGED0WK
new file mode 100644
index 0000000..3db7277
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/WK/utsname.h-3JB2LVQGED0WK differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/WL/Position.h-2I42PIEY0ALWL b/.build/arm64-apple-macosx/debug/index/store/v5/records/WL/Position.h-2I42PIEY0ALWL
new file mode 100644
index 0000000..04b8b57
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/WL/Position.h-2I42PIEY0ALWL differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/WM/AVAudioSession.h-1L2BMWIV21WM b/.build/arm64-apple-macosx/debug/index/store/v5/records/WM/AVAudioSession.h-1L2BMWIV21WM
new file mode 100644
index 0000000..00adc48
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/WM/AVAudioSession.h-1L2BMWIV21WM differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/WM/arm64e-apple-macos.swiftinterface_Collection-YQ07X59V2FWM b/.build/arm64-apple-macosx/debug/index/store/v5/records/WM/arm64e-apple-macos.swiftinterface_Collection-YQ07X59V2FWM
new file mode 100644
index 0000000..ab35f91
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/WM/arm64e-apple-macos.swiftinterface_Collection-YQ07X59V2FWM differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/WN/MTLStageInputOutputDescriptor.h-1SI24P9R2JHWN b/.build/arm64-apple-macosx/debug/index/store/v5/records/WN/MTLStageInputOutputDescriptor.h-1SI24P9R2JHWN
new file mode 100644
index 0000000..66fb5b8
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/WN/MTLStageInputOutputDescriptor.h-1SI24P9R2JHWN differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/WO/CFString.h-2LL8VJ8YM36WO b/.build/arm64-apple-macosx/debug/index/store/v5/records/WO/CFString.h-2LL8VJ8YM36WO
new file mode 100644
index 0000000..2255a6c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/WO/CFString.h-2LL8VJ8YM36WO differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/WO/MacApplication.h-TH730GWKVDWO b/.build/arm64-apple-macosx/debug/index/store/v5/records/WO/MacApplication.h-TH730GWKVDWO
new file mode 100644
index 0000000..d178a9d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/WO/MacApplication.h-TH730GWKVDWO differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/WO/NSUserInterfaceCompression.h-M2O2IYIQV1WO b/.build/arm64-apple-macosx/debug/index/store/v5/records/WO/NSUserInterfaceCompression.h-M2O2IYIQV1WO
new file mode 100644
index 0000000..1cbd55d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/WO/NSUserInterfaceCompression.h-M2O2IYIQV1WO differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/WO/_fsblkcnt_t.h-3TL2TW8Z7AHWO b/.build/arm64-apple-macosx/debug/index/store/v5/records/WO/_fsblkcnt_t.h-3TL2TW8Z7AHWO
new file mode 100644
index 0000000..b4303e5
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/WO/_fsblkcnt_t.h-3TL2TW8Z7AHWO differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/WP/mach.h-NIHV5KJ8HZWP b/.build/arm64-apple-macosx/debug/index/store/v5/records/WP/mach.h-NIHV5KJ8HZWP
new file mode 100644
index 0000000..7194a03
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/WP/mach.h-NIHV5KJ8HZWP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/WQ/CABase.h-1VF8YWNQZLGWQ b/.build/arm64-apple-macosx/debug/index/store/v5/records/WQ/CABase.h-1VF8YWNQZLGWQ
new file mode 100644
index 0000000..b14e77e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/WQ/CABase.h-1VF8YWNQZLGWQ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/WQ/NSScriptCoercionHandler.h-2MLX33WL82VWQ b/.build/arm64-apple-macosx/debug/index/store/v5/records/WQ/NSScriptCoercionHandler.h-2MLX33WL82VWQ
new file mode 100644
index 0000000..d54fc90
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/WQ/NSScriptCoercionHandler.h-2MLX33WL82VWQ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/WR/AVPlayerMediaSelectionCriteria.h-1B7QFTRW1ROWR b/.build/arm64-apple-macosx/debug/index/store/v5/records/WR/AVPlayerMediaSelectionCriteria.h-1B7QFTRW1ROWR
new file mode 100644
index 0000000..e8716b1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/WR/AVPlayerMediaSelectionCriteria.h-1B7QFTRW1ROWR differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/WR/CGEventTypes.h-3T60D0LVFI8WR b/.build/arm64-apple-macosx/debug/index/store/v5/records/WR/CGEventTypes.h-3T60D0LVFI8WR
new file mode 100644
index 0000000..9dcb857
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/WR/CGEventTypes.h-3T60D0LVFI8WR differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/WR/NSAtomicStoreCacheNode.h-23BRYP8O72SWR b/.build/arm64-apple-macosx/debug/index/store/v5/records/WR/NSAtomicStoreCacheNode.h-23BRYP8O72SWR
new file mode 100644
index 0000000..83b0631
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/WR/NSAtomicStoreCacheNode.h-23BRYP8O72SWR differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/WS/Authorization.h-HG9OU6Z5MCWS b/.build/arm64-apple-macosx/debug/index/store/v5/records/WS/Authorization.h-HG9OU6Z5MCWS
new file mode 100644
index 0000000..44a63bd
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/WS/Authorization.h-HG9OU6Z5MCWS differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/WT/IOAccelClientConnect.h-E2YUGJLZD4WT b/.build/arm64-apple-macosx/debug/index/store/v5/records/WT/IOAccelClientConnect.h-E2YUGJLZD4WT
new file mode 100644
index 0000000..ce8050f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/WT/IOAccelClientConnect.h-E2YUGJLZD4WT differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/WU/HIPopupButton.h-3KUEKPDRMPGWU b/.build/arm64-apple-macosx/debug/index/store/v5/records/WU/HIPopupButton.h-3KUEKPDRMPGWU
new file mode 100644
index 0000000..284469e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/WU/HIPopupButton.h-3KUEKPDRMPGWU differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/WV/IOStorageControllerCharacteristics.h-2FC8UOFL3O7WV b/.build/arm64-apple-macosx/debug/index/store/v5/records/WV/IOStorageControllerCharacteristics.h-2FC8UOFL3O7WV
new file mode 100644
index 0000000..73c06c8
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/WV/IOStorageControllerCharacteristics.h-2FC8UOFL3O7WV differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/WW/MTL4BinaryFunctionDescriptor.h-16EUABUISAFWW b/.build/arm64-apple-macosx/debug/index/store/v5/records/WW/MTL4BinaryFunctionDescriptor.h-16EUABUISAFWW
new file mode 100644
index 0000000..8693ad6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/WW/MTL4BinaryFunctionDescriptor.h-16EUABUISAFWW differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/WW/_string.h-1B5UG9QVTTMWW b/.build/arm64-apple-macosx/debug/index/store/v5/records/WW/_string.h-1B5UG9QVTTMWW
new file mode 100644
index 0000000..8ce78e6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/WW/_string.h-1B5UG9QVTTMWW differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/WW/base.h-1AQN4BPZH87WW b/.build/arm64-apple-macosx/debug/index/store/v5/records/WW/base.h-1AQN4BPZH87WW
new file mode 100644
index 0000000..c6217c6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/WW/base.h-1AQN4BPZH87WW differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/WX/AUComponent.h-CMGI2N3JOAWX b/.build/arm64-apple-macosx/debug/index/store/v5/records/WX/AUComponent.h-CMGI2N3JOAWX
new file mode 100644
index 0000000..e031d28
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/WX/AUComponent.h-CMGI2N3JOAWX differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/WX/cssmtype.h-TTT4EF2FG9WX b/.build/arm64-apple-macosx/debug/index/store/v5/records/WX/cssmtype.h-TTT4EF2FG9WX
new file mode 100644
index 0000000..c8a68a7
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/WX/cssmtype.h-TTT4EF2FG9WX differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/WZ/AVTextStyleRule.h-1FVNMZ4MU4CWZ b/.build/arm64-apple-macosx/debug/index/store/v5/records/WZ/AVTextStyleRule.h-1FVNMZ4MU4CWZ
new file mode 100644
index 0000000..0b1c92a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/WZ/AVTextStyleRule.h-1FVNMZ4MU4CWZ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/WZ/Scrap.h-37UMA02T18SWZ b/.build/arm64-apple-macosx/debug/index/store/v5/records/WZ/Scrap.h-37UMA02T18SWZ
new file mode 100644
index 0000000..8325871
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/WZ/Scrap.h-37UMA02T18SWZ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/WZ/arm64e-apple-macos.swiftinterface_Collection_Array-TC582DEOMBWZ b/.build/arm64-apple-macosx/debug/index/store/v5/records/WZ/arm64e-apple-macos.swiftinterface_Collection_Array-TC582DEOMBWZ
new file mode 100644
index 0000000..2eae824
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/WZ/arm64e-apple-macos.swiftinterface_Collection_Array-TC582DEOMBWZ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/X0/NSXMLElement.h-2V60FA7CZIJX0 b/.build/arm64-apple-macosx/debug/index/store/v5/records/X0/NSXMLElement.h-2V60FA7CZIJX0
new file mode 100644
index 0000000..b22ea13
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/X0/NSXMLElement.h-2V60FA7CZIJX0 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/X0/arm_bf16.h-1NYQITHQXK2X0 b/.build/arm64-apple-macosx/debug/index/store/v5/records/X0/arm_bf16.h-1NYQITHQXK2X0
new file mode 100644
index 0000000..54a27ab
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/X0/arm_bf16.h-1NYQITHQXK2X0 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/X1/NSCollectionViewGridLayout.h-5YVFXXC9KQX1 b/.build/arm64-apple-macosx/debug/index/store/v5/records/X1/NSCollectionViewGridLayout.h-5YVFXXC9KQX1
new file mode 100644
index 0000000..5f0d223
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/X1/NSCollectionViewGridLayout.h-5YVFXXC9KQX1 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/X1/NSMenuItemBadge.h-22M8CRP3MQPX1 b/.build/arm64-apple-macosx/debug/index/store/v5/records/X1/NSMenuItemBadge.h-22M8CRP3MQPX1
new file mode 100644
index 0000000..f315c99
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/X1/NSMenuItemBadge.h-22M8CRP3MQPX1 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/X1/_types.h-39CPQMKHSA7X1 b/.build/arm64-apple-macosx/debug/index/store/v5/records/X1/_types.h-39CPQMKHSA7X1
new file mode 100644
index 0000000..9e9ff6e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/X1/_types.h-39CPQMKHSA7X1 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/X2/objc-sync.h-3L5LCR23LPPX2 b/.build/arm64-apple-macosx/debug/index/store/v5/records/X2/objc-sync.h-3L5LCR23LPPX2
new file mode 100644
index 0000000..84bc5cd
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/X2/objc-sync.h-3L5LCR23LPPX2 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/X2/runtime.h-1DADE94RP6LX2 b/.build/arm64-apple-macosx/debug/index/store/v5/records/X2/runtime.h-1DADE94RP6LX2
new file mode 100644
index 0000000..4ba95d3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/X2/runtime.h-1DADE94RP6LX2 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/X3/arm64e-apple-macos.swiftinterface_String-1QUIAKONSIIX3 b/.build/arm64-apple-macosx/debug/index/store/v5/records/X3/arm64e-apple-macos.swiftinterface_String-1QUIAKONSIIX3
new file mode 100644
index 0000000..ffa4cfa
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/X3/arm64e-apple-macos.swiftinterface_String-1QUIAKONSIIX3 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/X4/LSOpenDeprecated.h-16Z7KYUTKZUX4 b/.build/arm64-apple-macosx/debug/index/store/v5/records/X4/LSOpenDeprecated.h-16Z7KYUTKZUX4
new file mode 100644
index 0000000..d4076b9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/X4/LSOpenDeprecated.h-16Z7KYUTKZUX4 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/X5/kern_return.h-1BEVU12FPVAX5 b/.build/arm64-apple-macosx/debug/index/store/v5/records/X5/kern_return.h-1BEVU12FPVAX5
new file mode 100644
index 0000000..b8555ff
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/X5/kern_return.h-1BEVU12FPVAX5 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/X6/CFCharacterSet.h-DJPQTJEAQ9X6 b/.build/arm64-apple-macosx/debug/index/store/v5/records/X6/CFCharacterSet.h-DJPQTJEAQ9X6
new file mode 100644
index 0000000..123d730
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/X6/CFCharacterSet.h-DJPQTJEAQ9X6 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/X6/IOCDBlockStorageDevice.h-1GJPBRM0ZI1X6 b/.build/arm64-apple-macosx/debug/index/store/v5/records/X6/IOCDBlockStorageDevice.h-1GJPBRM0ZI1X6
new file mode 100644
index 0000000..a058bc3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/X6/IOCDBlockStorageDevice.h-1GJPBRM0ZI1X6 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/X7/CVHostTime.h-67CK02F203X7 b/.build/arm64-apple-macosx/debug/index/store/v5/records/X7/CVHostTime.h-67CK02F203X7
new file mode 100644
index 0000000..3c09815
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/X7/CVHostTime.h-67CK02F203X7 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/X7/MTLComputePipeline.h-X0E37L7L2EX7 b/.build/arm64-apple-macosx/debug/index/store/v5/records/X7/MTLComputePipeline.h-X0E37L7L2EX7
new file mode 100644
index 0000000..d56a072
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/X7/MTLComputePipeline.h-X0E37L7L2EX7 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/X7/NSMenuItem.h-2659HEGJYIQX7 b/.build/arm64-apple-macosx/debug/index/store/v5/records/X7/NSMenuItem.h-2659HEGJYIQX7
new file mode 100644
index 0000000..1519133
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/X7/NSMenuItem.h-2659HEGJYIQX7 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/X7/NSSound.h-2ANZWZB8V07X7 b/.build/arm64-apple-macosx/debug/index/store/v5/records/X7/NSSound.h-2ANZWZB8V07X7
new file mode 100644
index 0000000..a584edb
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/X7/NSSound.h-2ANZWZB8V07X7 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/X8/CMFormatDescriptionBridge.h-1ZSOMB3YLUWX8 b/.build/arm64-apple-macosx/debug/index/store/v5/records/X8/CMFormatDescriptionBridge.h-1ZSOMB3YLUWX8
new file mode 100644
index 0000000..34cd49d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/X8/CMFormatDescriptionBridge.h-1ZSOMB3YLUWX8 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/X9/CTFont.h-1BJULDPZDREX9 b/.build/arm64-apple-macosx/debug/index/store/v5/records/X9/CTFont.h-1BJULDPZDREX9
new file mode 100644
index 0000000..27b02b7
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/X9/CTFont.h-1BJULDPZDREX9 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/XA/CADisplayLink.h-27UO2EC8HP2XA b/.build/arm64-apple-macosx/debug/index/store/v5/records/XA/CADisplayLink.h-27UO2EC8HP2XA
new file mode 100644
index 0000000..2e36c10
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/XA/CADisplayLink.h-27UO2EC8HP2XA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/XA/Multiprocessing.h-2IEIE7MUMBFXA b/.build/arm64-apple-macosx/debug/index/store/v5/records/XA/Multiprocessing.h-2IEIE7MUMBFXA
new file mode 100644
index 0000000..026c3fb
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/XA/Multiprocessing.h-2IEIE7MUMBFXA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/XC/DASession.h-2OJBX0VX70DXC b/.build/arm64-apple-macosx/debug/index/store/v5/records/XC/DASession.h-2OJBX0VX70DXC
new file mode 100644
index 0000000..81980ed
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/XC/DASession.h-2OJBX0VX70DXC differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/XC/HITheme.h-3F1AOGOSIBBXC b/.build/arm64-apple-macosx/debug/index/store/v5/records/XC/HITheme.h-3F1AOGOSIBBXC
new file mode 100644
index 0000000..cd39278
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/XC/HITheme.h-3F1AOGOSIBBXC differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/XD/NSStepperTouchBarItem.h-1523VU9J0ZRXD b/.build/arm64-apple-macosx/debug/index/store/v5/records/XD/NSStepperTouchBarItem.h-1523VU9J0ZRXD
new file mode 100644
index 0000000..d4a862e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/XD/NSStepperTouchBarItem.h-1523VU9J0ZRXD differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/XE/CGDisplayFade.h-EUWZ2MIZAAXE b/.build/arm64-apple-macosx/debug/index/store/v5/records/XE/CGDisplayFade.h-EUWZ2MIZAAXE
new file mode 100644
index 0000000..7822287
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/XE/CGDisplayFade.h-EUWZ2MIZAAXE differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/XF/CMMemoryPool.h-D58DYKCIAEXF b/.build/arm64-apple-macosx/debug/index/store/v5/records/XF/CMMemoryPool.h-D58DYKCIAEXF
new file mode 100644
index 0000000..0b31f5f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/XF/CMMemoryPool.h-D58DYKCIAEXF differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/XF/NSFileManager.h-310FQPDF8VKXF b/.build/arm64-apple-macosx/debug/index/store/v5/records/XF/NSFileManager.h-310FQPDF8VKXF
new file mode 100644
index 0000000..9332050
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/XF/NSFileManager.h-310FQPDF8VKXF differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/XG/NSOpenPanel.h-235B5F3MVO1XG b/.build/arm64-apple-macosx/debug/index/store/v5/records/XG/NSOpenPanel.h-235B5F3MVO1XG
new file mode 100644
index 0000000..a36643d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/XG/NSOpenPanel.h-235B5F3MVO1XG differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/XG/clock_reply.h-2IVU8P62C11XG b/.build/arm64-apple-macosx/debug/index/store/v5/records/XG/clock_reply.h-2IVU8P62C11XG
new file mode 100644
index 0000000..b9bd040
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/XG/clock_reply.h-2IVU8P62C11XG differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/XG/vm_attributes.h-1K9AZVGKWO2XG b/.build/arm64-apple-macosx/debug/index/store/v5/records/XG/vm_attributes.h-1K9AZVGKWO2XG
new file mode 100644
index 0000000..c4040c1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/XG/vm_attributes.h-1K9AZVGKWO2XG differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/XH/SPScaledPose3D.h-2D1X1MJXTJZXH b/.build/arm64-apple-macosx/debug/index/store/v5/records/XH/SPScaledPose3D.h-2D1X1MJXTJZXH
new file mode 100644
index 0000000..36149e6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/XH/SPScaledPose3D.h-2D1X1MJXTJZXH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/XH/TranslationServices.h-LY20EQGCDQXH b/.build/arm64-apple-macosx/debug/index/store/v5/records/XH/TranslationServices.h-LY20EQGCDQXH
new file mode 100644
index 0000000..4c0608c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/XH/TranslationServices.h-LY20EQGCDQXH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/XI/HILittleArrows.h-3OAOABEJCI7XI b/.build/arm64-apple-macosx/debug/index/store/v5/records/XI/HILittleArrows.h-3OAOABEJCI7XI
new file mode 100644
index 0000000..4656a29
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/XI/HILittleArrows.h-3OAOABEJCI7XI differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/XI/IOBDMediaBSDClient.h-25PFG8RAOWFXI b/.build/arm64-apple-macosx/debug/index/store/v5/records/XI/IOBDMediaBSDClient.h-25PFG8RAOWFXI
new file mode 100644
index 0000000..a735400
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/XI/IOBDMediaBSDClient.h-25PFG8RAOWFXI differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/XI/IOStorage.h-VH9HFWEYLSXI b/.build/arm64-apple-macosx/debug/index/store/v5/records/XI/IOStorage.h-VH9HFWEYLSXI
new file mode 100644
index 0000000..ada09ad
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/XI/IOStorage.h-VH9HFWEYLSXI differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/XI/NSTextAttachmentCell.h-33NMAMWEMRTXI b/.build/arm64-apple-macosx/debug/index/store/v5/records/XI/NSTextAttachmentCell.h-33NMAMWEMRTXI
new file mode 100644
index 0000000..cce0908
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/XI/NSTextAttachmentCell.h-33NMAMWEMRTXI differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/XI/_pthread_types.h-1MKK68IRA0RXI b/.build/arm64-apple-macosx/debug/index/store/v5/records/XI/_pthread_types.h-1MKK68IRA0RXI
new file mode 100644
index 0000000..3c7cf0a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/XI/_pthread_types.h-1MKK68IRA0RXI differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/XJ/FinderRegistry.h-21AYLN00BZWXJ b/.build/arm64-apple-macosx/debug/index/store/v5/records/XJ/FinderRegistry.h-21AYLN00BZWXJ
new file mode 100644
index 0000000..fc20b4f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/XJ/FinderRegistry.h-21AYLN00BZWXJ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/XJ/ftw.h-YMPDXY0P4HXJ b/.build/arm64-apple-macosx/debug/index/store/v5/records/XJ/ftw.h-YMPDXY0P4HXJ
new file mode 100644
index 0000000..5fd5375
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/XJ/ftw.h-YMPDXY0P4HXJ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/XK/NSButtonCell.h-2S69VQ2J9D0XK b/.build/arm64-apple-macosx/debug/index/store/v5/records/XK/NSButtonCell.h-2S69VQ2J9D0XK
new file mode 100644
index 0000000..533743c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/XK/NSButtonCell.h-2S69VQ2J9D0XK differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/XL/PMPrintSettingsKeys.h-1CYGP4TXFZBXL b/.build/arm64-apple-macosx/debug/index/store/v5/records/XL/PMPrintSettingsKeys.h-1CYGP4TXFZBXL
new file mode 100644
index 0000000..ea9ee17
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/XL/PMPrintSettingsKeys.h-1CYGP4TXFZBXL differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/XM/IOCDPartitionScheme.h-2L1GLTVS8BRXM b/.build/arm64-apple-macosx/debug/index/store/v5/records/XM/IOCDPartitionScheme.h-2L1GLTVS8BRXM
new file mode 100644
index 0000000..eabeffc
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/XM/IOCDPartitionScheme.h-2L1GLTVS8BRXM differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/XM/clock_types.h-10KF0MFXORXM b/.build/arm64-apple-macosx/debug/index/store/v5/records/XM/clock_types.h-10KF0MFXORXM
new file mode 100644
index 0000000..c7c1146
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/XM/clock_types.h-10KF0MFXORXM differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/XP/AudioFile.h-3V9Z5M6EB9UXP b/.build/arm64-apple-macosx/debug/index/store/v5/records/XP/AudioFile.h-3V9Z5M6EB9UXP
new file mode 100644
index 0000000..3310c7f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/XP/AudioFile.h-3V9Z5M6EB9UXP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/XP/CVImageBuffer.h-328P78TFIYDXP b/.build/arm64-apple-macosx/debug/index/store/v5/records/XP/CVImageBuffer.h-328P78TFIYDXP
new file mode 100644
index 0000000..d7d3a97
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/XP/CVImageBuffer.h-328P78TFIYDXP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/XQ/CTFontManagerErrors.h-1OGBZQ678JGXQ b/.build/arm64-apple-macosx/debug/index/store/v5/records/XQ/CTFontManagerErrors.h-1OGBZQ678JGXQ
new file mode 100644
index 0000000..32f7ec3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/XQ/CTFontManagerErrors.h-1OGBZQ678JGXQ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/XQ/CVDisplayLink.h-2J1JZ0M98BPXQ b/.build/arm64-apple-macosx/debug/index/store/v5/records/XQ/CVDisplayLink.h-2J1JZ0M98BPXQ
new file mode 100644
index 0000000..090daf3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/XQ/CVDisplayLink.h-2J1JZ0M98BPXQ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/XQ/NSBox.h-1W8X62X7BHHXQ b/.build/arm64-apple-macosx/debug/index/store/v5/records/XQ/NSBox.h-1W8X62X7BHHXQ
new file mode 100644
index 0000000..171aee2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/XQ/NSBox.h-1W8X62X7BHHXQ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/XQ/_gid_t.h-3QLFYT8GCA5XQ b/.build/arm64-apple-macosx/debug/index/store/v5/records/XQ/_gid_t.h-3QLFYT8GCA5XQ
new file mode 100644
index 0000000..0ed717a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/XQ/_gid_t.h-3QLFYT8GCA5XQ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/XR/HFSVolumes.h-2H8C5EEMRHCXR b/.build/arm64-apple-macosx/debug/index/store/v5/records/XR/HFSVolumes.h-2H8C5EEMRHCXR
new file mode 100644
index 0000000..2b10d00
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/XR/HFSVolumes.h-2H8C5EEMRHCXR differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/XR/MTLDefines.h-21K1I35XWKUXR b/.build/arm64-apple-macosx/debug/index/store/v5/records/XR/MTLDefines.h-21K1I35XWKUXR
new file mode 100644
index 0000000..0037c79
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/XR/MTLDefines.h-21K1I35XWKUXR differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/XR/rpc.h-2HUFGFY4DJUXR b/.build/arm64-apple-macosx/debug/index/store/v5/records/XR/rpc.h-2HUFGFY4DJUXR
new file mode 100644
index 0000000..2a0f007
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/XR/rpc.h-2HUFGFY4DJUXR differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/XS/NSUbiquitousKeyValueStore.h-1C0400AQOXLXS b/.build/arm64-apple-macosx/debug/index/store/v5/records/XS/NSUbiquitousKeyValueStore.h-1C0400AQOXLXS
new file mode 100644
index 0000000..e416433
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/XS/NSUbiquitousKeyValueStore.h-1C0400AQOXLXS differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/XU/CAShow.h-1CRRS3WKJD0XU b/.build/arm64-apple-macosx/debug/index/store/v5/records/XU/CAShow.h-1CRRS3WKJD0XU
new file mode 100644
index 0000000..bfa154b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/XU/CAShow.h-1CRRS3WKJD0XU differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/XW/CFFileSecurity.h-JDSKQE9W5WXW b/.build/arm64-apple-macosx/debug/index/store/v5/records/XW/CFFileSecurity.h-JDSKQE9W5WXW
new file mode 100644
index 0000000..23791ed
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/XW/CFFileSecurity.h-JDSKQE9W5WXW differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/XX/AVAudioTypes.h-2ZQXABWKAK3XX b/.build/arm64-apple-macosx/debug/index/store/v5/records/XX/AVAudioTypes.h-2ZQXABWKAK3XX
new file mode 100644
index 0000000..59c1c11
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/XX/AVAudioTypes.h-2ZQXABWKAK3XX differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/XX/NSWritingToolsCoordinatorAnimationParameters.h-31BQ65U6U4CXX b/.build/arm64-apple-macosx/debug/index/store/v5/records/XX/NSWritingToolsCoordinatorAnimationParameters.h-31BQ65U6U4CXX
new file mode 100644
index 0000000..b785c03
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/XX/NSWritingToolsCoordinatorAnimationParameters.h-31BQ65U6U4CXX differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/XX/StucturesPackedFloat.h-JNVAI32I7UXX b/.build/arm64-apple-macosx/debug/index/store/v5/records/XX/StucturesPackedFloat.h-JNVAI32I7UXX
new file mode 100644
index 0000000..e01564a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/XX/StucturesPackedFloat.h-JNVAI32I7UXX differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/XX/ldsyms.h-1IMM53TV5CMXX b/.build/arm64-apple-macosx/debug/index/store/v5/records/XX/ldsyms.h-1IMM53TV5CMXX
new file mode 100644
index 0000000..28ca2a6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/XX/ldsyms.h-1IMM53TV5CMXX differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/XY/AVCaptionSettings.h-4VF7P5ZAPHXY b/.build/arm64-apple-macosx/debug/index/store/v5/records/XY/AVCaptionSettings.h-4VF7P5ZAPHXY
new file mode 100644
index 0000000..9317bb4
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/XY/AVCaptionSettings.h-4VF7P5ZAPHXY differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/XY/NSScrollEdgeEffect.h-2OX7MTR91BRXY b/.build/arm64-apple-macosx/debug/index/store/v5/records/XY/NSScrollEdgeEffect.h-2OX7MTR91BRXY
new file mode 100644
index 0000000..fb449ca
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/XY/NSScrollEdgeEffect.h-2OX7MTR91BRXY differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/Y0/AudioUnitProperties.h-1O88JV68K6IY0 b/.build/arm64-apple-macosx/debug/index/store/v5/records/Y0/AudioUnitProperties.h-1O88JV68K6IY0
new file mode 100644
index 0000000..cc4e9c1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/Y0/AudioUnitProperties.h-1O88JV68K6IY0 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/Y0/ioccom.h-3KH8E9YCWJTY0 b/.build/arm64-apple-macosx/debug/index/store/v5/records/Y0/ioccom.h-3KH8E9YCWJTY0
new file mode 100644
index 0000000..bf3245a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/Y0/ioccom.h-3KH8E9YCWJTY0 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/CFMessagePort.h-WQEAXCHSWUY1 b/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/CFMessagePort.h-WQEAXCHSWUY1
new file mode 100644
index 0000000..3a73af2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/CFMessagePort.h-WQEAXCHSWUY1 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/CIBarcodeDescriptor.h-1PIDR82XLM4Y1 b/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/CIBarcodeDescriptor.h-1PIDR82XLM4Y1
new file mode 100644
index 0000000..36900a0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/CIBarcodeDescriptor.h-1PIDR82XLM4Y1 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/base.h-1SPB4ATQ2W3Y1 b/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/base.h-1SPB4ATQ2W3Y1
new file mode 100644
index 0000000..ed2df11
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/base.h-1SPB4ATQ2W3Y1 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/Y2/NSPDFPanel.h-25XZD7G71J9Y2 b/.build/arm64-apple-macosx/debug/index/store/v5/records/Y2/NSPDFPanel.h-25XZD7G71J9Y2
new file mode 100644
index 0000000..c109813
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/Y2/NSPDFPanel.h-25XZD7G71J9Y2 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/Y2/NSTextList.h-2TW6R1TNFXYY2 b/.build/arm64-apple-macosx/debug/index/store/v5/records/Y2/NSTextList.h-2TW6R1TNFXYY2
new file mode 100644
index 0000000..baa5c5c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/Y2/NSTextList.h-2TW6R1TNFXYY2 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/Y3/traps.h-4H0QVQWA9HY3 b/.build/arm64-apple-macosx/debug/index/store/v5/records/Y3/traps.h-4H0QVQWA9HY3
new file mode 100644
index 0000000..8bd0205
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/Y3/traps.h-4H0QVQWA9HY3 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/Y4/DictionaryServices.h-1IDKZFOIKD6Y4 b/.build/arm64-apple-macosx/debug/index/store/v5/records/Y4/DictionaryServices.h-1IDKZFOIKD6Y4
new file mode 100644
index 0000000..4ecac1f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/Y4/DictionaryServices.h-1IDKZFOIKD6Y4 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/Y5/IOCDMediaBSDClient.h-2GLFKYLQH0QY5 b/.build/arm64-apple-macosx/debug/index/store/v5/records/Y5/IOCDMediaBSDClient.h-2GLFKYLQH0QY5
new file mode 100644
index 0000000..32b3512
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/Y5/IOCDMediaBSDClient.h-2GLFKYLQH0QY5 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/Y6/AERegistry.h-3Q8XHFXMK75Y6 b/.build/arm64-apple-macosx/debug/index/store/v5/records/Y6/AERegistry.h-3Q8XHFXMK75Y6
new file mode 100644
index 0000000..61dc887
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/Y6/AERegistry.h-3Q8XHFXMK75Y6 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/Y6/OSUtils.h-JYXHQ6HCXMY6 b/.build/arm64-apple-macosx/debug/index/store/v5/records/Y6/OSUtils.h-JYXHQ6HCXMY6
new file mode 100644
index 0000000..6091df7
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/Y6/OSUtils.h-JYXHQ6HCXMY6 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/Y6/device_port.h-2XCK08B15NWY6 b/.build/arm64-apple-macosx/debug/index/store/v5/records/Y6/device_port.h-2XCK08B15NWY6
new file mode 100644
index 0000000..eeb91d7
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/Y6/device_port.h-2XCK08B15NWY6 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/Y7/AudioUnitParameters.h-2GSAZETG04BY7 b/.build/arm64-apple-macosx/debug/index/store/v5/records/Y7/AudioUnitParameters.h-2GSAZETG04BY7
new file mode 100644
index 0000000..b715571
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/Y7/AudioUnitParameters.h-2GSAZETG04BY7 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/Y7/arm64e-apple-macos.swiftinterface_Misc-3J1J2Z444VYY7 b/.build/arm64-apple-macosx/debug/index/store/v5/records/Y7/arm64e-apple-macos.swiftinterface_Misc-3J1J2Z444VYY7
new file mode 100644
index 0000000..dc9ff12
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/Y7/arm64e-apple-macos.swiftinterface_Misc-3J1J2Z444VYY7 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/Y8/IOAccelSurfaceConnect.h-2B8ZGG927KOY8 b/.build/arm64-apple-macosx/debug/index/store/v5/records/Y8/IOAccelSurfaceConnect.h-2B8ZGG927KOY8
new file mode 100644
index 0000000..c337502
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/Y8/IOAccelSurfaceConnect.h-2B8ZGG927KOY8 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/Y8/kdebug_signpost.h-1PZYEMHCI2WY8 b/.build/arm64-apple-macosx/debug/index/store/v5/records/Y8/kdebug_signpost.h-1PZYEMHCI2WY8
new file mode 100644
index 0000000..6c772a2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/Y8/kdebug_signpost.h-1PZYEMHCI2WY8 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/Y9/CIFilter.h-2Q9IYR2GQZMY9 b/.build/arm64-apple-macosx/debug/index/store/v5/records/Y9/CIFilter.h-2Q9IYR2GQZMY9
new file mode 100644
index 0000000..5128787
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/Y9/CIFilter.h-2Q9IYR2GQZMY9 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/YA/CFSet.h-14758S8PGGQYA b/.build/arm64-apple-macosx/debug/index/store/v5/records/YA/CFSet.h-14758S8PGGQYA
new file mode 100644
index 0000000..e79f069
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/YA/CFSet.h-14758S8PGGQYA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/YA/CGEvent.h-10K6A4C9VWEYA b/.build/arm64-apple-macosx/debug/index/store/v5/records/YA/CGEvent.h-10K6A4C9VWEYA
new file mode 100644
index 0000000..1503451
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/YA/CGEvent.h-10K6A4C9VWEYA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/YA/CGPDFString.h-J46L309O2KYA b/.build/arm64-apple-macosx/debug/index/store/v5/records/YA/CGPDFString.h-J46L309O2KYA
new file mode 100644
index 0000000..0a4c338
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/YA/CGPDFString.h-J46L309O2KYA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/YA/IOPMLib.h-8LUJLTDYADYA b/.build/arm64-apple-macosx/debug/index/store/v5/records/YA/IOPMLib.h-8LUJLTDYADYA
new file mode 100644
index 0000000..862efef
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/YA/IOPMLib.h-8LUJLTDYADYA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/YB/AVRouteDetector.h-31BF7IOJNUVYB b/.build/arm64-apple-macosx/debug/index/store/v5/records/YB/AVRouteDetector.h-31BF7IOJNUVYB
new file mode 100644
index 0000000..ba25b87
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/YB/AVRouteDetector.h-31BF7IOJNUVYB differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/YB/NSOrderedSet.h-37RFRIO162YYB b/.build/arm64-apple-macosx/debug/index/store/v5/records/YB/NSOrderedSet.h-37RFRIO162YYB
new file mode 100644
index 0000000..d948f59
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/YB/NSOrderedSet.h-37RFRIO162YYB differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/YB/Notification.h-1P4VQEH6KM6YB b/.build/arm64-apple-macosx/debug/index/store/v5/records/YB/Notification.h-1P4VQEH6KM6YB
new file mode 100644
index 0000000..096e7c0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/YB/Notification.h-1P4VQEH6KM6YB differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/YC/NSCell.h-OV3BACCGFJYC b/.build/arm64-apple-macosx/debug/index/store/v5/records/YC/NSCell.h-OV3BACCGFJYC
new file mode 100644
index 0000000..b65203a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/YC/NSCell.h-OV3BACCGFJYC differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/YD/MTL4FunctionDescriptor.h-69AMT9YVX4YD b/.build/arm64-apple-macosx/debug/index/store/v5/records/YD/MTL4FunctionDescriptor.h-69AMT9YVX4YD
new file mode 100644
index 0000000..d05236c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/YD/MTL4FunctionDescriptor.h-69AMT9YVX4YD differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/YE/CGLDevice.h-1CCBK4BUZADYE b/.build/arm64-apple-macosx/debug/index/store/v5/records/YE/CGLDevice.h-1CCBK4BUZADYE
new file mode 100644
index 0000000..3a07803
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/YE/CGLDevice.h-1CCBK4BUZADYE differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/YE/CGPDFOperatorTable.h-1W0FP7B226ZYE b/.build/arm64-apple-macosx/debug/index/store/v5/records/YE/CGPDFOperatorTable.h-1W0FP7B226ZYE
new file mode 100644
index 0000000..2cd2888
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/YE/CGPDFOperatorTable.h-1W0FP7B226ZYE differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/YE/NSProgressIndicator.h-2IJGIS0I06WYE b/.build/arm64-apple-macosx/debug/index/store/v5/records/YE/NSProgressIndicator.h-2IJGIS0I06WYE
new file mode 100644
index 0000000..7d341f9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/YE/NSProgressIndicator.h-2IJGIS0I06WYE differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/YE/libc.h-3IDZD954UOWYE b/.build/arm64-apple-macosx/debug/index/store/v5/records/YE/libc.h-3IDZD954UOWYE
new file mode 100644
index 0000000..27edb3c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/YE/libc.h-3IDZD954UOWYE differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/YF/HISegmentedView.h-P7PG4XFTWPYF b/.build/arm64-apple-macosx/debug/index/store/v5/records/YF/HISegmentedView.h-P7PG4XFTWPYF
new file mode 100644
index 0000000..5fb67ac
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/YF/HISegmentedView.h-P7PG4XFTWPYF differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/YF/MIDICapabilityInquiry.h-2MLA705E6BGYF b/.build/arm64-apple-macosx/debug/index/store/v5/records/YF/MIDICapabilityInquiry.h-2MLA705E6BGYF
new file mode 100644
index 0000000..5fe97d6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/YF/MIDICapabilityInquiry.h-2MLA705E6BGYF differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/YG/IODVDTypes.h-2IJIW6HZYL4YG b/.build/arm64-apple-macosx/debug/index/store/v5/records/YG/IODVDTypes.h-2IJIW6HZYL4YG
new file mode 100644
index 0000000..2832534
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/YG/IODVDTypes.h-2IJIW6HZYL4YG differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/YG/SecEncryptTransform.h-49HCZVDQ8VYG b/.build/arm64-apple-macosx/debug/index/store/v5/records/YG/SecEncryptTransform.h-49HCZVDQ8VYG
new file mode 100644
index 0000000..3f49555
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/YG/SecEncryptTransform.h-49HCZVDQ8VYG differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/YH/NSProcessInfo.h-1EBLDR6MD74YH b/.build/arm64-apple-macosx/debug/index/store/v5/records/YH/NSProcessInfo.h-1EBLDR6MD74YH
new file mode 100644
index 0000000..ba23380
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/YH/NSProcessInfo.h-1EBLDR6MD74YH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/YH/NSWindowTabGroup.h-9C25SB4P05YH b/.build/arm64-apple-macosx/debug/index/store/v5/records/YH/NSWindowTabGroup.h-9C25SB4P05YH
new file mode 100644
index 0000000..89f90c0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/YH/NSWindowTabGroup.h-9C25SB4P05YH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/YH/SpeechRecognition.h-QPAXKVYBESYH b/.build/arm64-apple-macosx/debug/index/store/v5/records/YH/SpeechRecognition.h-QPAXKVYBESYH
new file mode 100644
index 0000000..2b8f8e3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/YH/SpeechRecognition.h-QPAXKVYBESYH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/YH/stat.h-22YVHOXKJW6YH b/.build/arm64-apple-macosx/debug/index/store/v5/records/YH/stat.h-22YVHOXKJW6YH
new file mode 100644
index 0000000..176b67f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/YH/stat.h-22YVHOXKJW6YH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/YI/AVPlayerItemProtectedContentAdditions.h-1R8K0VQG2WWYI b/.build/arm64-apple-macosx/debug/index/store/v5/records/YI/AVPlayerItemProtectedContentAdditions.h-1R8K0VQG2WWYI
new file mode 100644
index 0000000..8b1f472
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/YI/AVPlayerItemProtectedContentAdditions.h-1R8K0VQG2WWYI differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/YI/NSInputServer.h-T0RTZBJKZ5YI b/.build/arm64-apple-macosx/debug/index/store/v5/records/YI/NSInputServer.h-T0RTZBJKZ5YI
new file mode 100644
index 0000000..91fd4cf
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/YI/NSInputServer.h-T0RTZBJKZ5YI differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/YJ/NSImageView.h-28OYB40RUOWYJ b/.build/arm64-apple-macosx/debug/index/store/v5/records/YJ/NSImageView.h-28OYB40RUOWYJ
new file mode 100644
index 0000000..024dd03
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/YJ/NSImageView.h-28OYB40RUOWYJ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/YJ/cups.h-2UK10F81LEHYJ b/.build/arm64-apple-macosx/debug/index/store/v5/records/YJ/cups.h-2UK10F81LEHYJ
new file mode 100644
index 0000000..a53bb05
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/YJ/cups.h-2UK10F81LEHYJ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/YK/CGLContext.h-2XXUFT60X2FYK b/.build/arm64-apple-macosx/debug/index/store/v5/records/YK/CGLContext.h-2XXUFT60X2FYK
new file mode 100644
index 0000000..86adff7
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/YK/CGLContext.h-2XXUFT60X2FYK differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/YL/CIDetector.h-2GGA1QNQ3LLYL b/.build/arm64-apple-macosx/debug/index/store/v5/records/YL/CIDetector.h-2GGA1QNQ3LLYL
new file mode 100644
index 0000000..26ba8e6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/YL/CIDetector.h-2GGA1QNQ3LLYL differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/YL/MTLIOCompressor.h-1P6DKJVV9BYYL b/.build/arm64-apple-macosx/debug/index/store/v5/records/YL/MTLIOCompressor.h-1P6DKJVV9BYYL
new file mode 100644
index 0000000..56b746f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/YL/MTLIOCompressor.h-1P6DKJVV9BYYL differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/YM/MIDIUMPEndpointManager.h-26RRF733W72YM b/.build/arm64-apple-macosx/debug/index/store/v5/records/YM/MIDIUMPEndpointManager.h-26RRF733W72YM
new file mode 100644
index 0000000..cc1df39
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/YM/MIDIUMPEndpointManager.h-26RRF733W72YM differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/YO/ptrauth.h-L798W7H4ZJYO b/.build/arm64-apple-macosx/debug/index/store/v5/records/YO/ptrauth.h-L798W7H4ZJYO
new file mode 100644
index 0000000..d94995a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/YO/ptrauth.h-L798W7H4ZJYO differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/YP/AudioHardwareService.h-3I19UNBRS7WYP b/.build/arm64-apple-macosx/debug/index/store/v5/records/YP/AudioHardwareService.h-3I19UNBRS7WYP
new file mode 100644
index 0000000..10c370a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/YP/AudioHardwareService.h-3I19UNBRS7WYP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/YP/NSClipView.h-13C63NOFVS6YP b/.build/arm64-apple-macosx/debug/index/store/v5/records/YP/NSClipView.h-13C63NOFVS6YP
new file mode 100644
index 0000000..0380fa0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/YP/NSClipView.h-13C63NOFVS6YP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/YP/NSConnection.h-3LSAS11ISEIYP b/.build/arm64-apple-macosx/debug/index/store/v5/records/YP/NSConnection.h-3LSAS11ISEIYP
new file mode 100644
index 0000000..1a7bef4
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/YP/NSConnection.h-3LSAS11ISEIYP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/YP/NSPrintInfo.h-17MBWPQRPEJYP b/.build/arm64-apple-macosx/debug/index/store/v5/records/YP/NSPrintInfo.h-17MBWPQRPEJYP
new file mode 100644
index 0000000..cad4ac1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/YP/NSPrintInfo.h-17MBWPQRPEJYP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/YQ/NSUserInterfaceValidation.h-10TPBSMO359YQ b/.build/arm64-apple-macosx/debug/index/store/v5/records/YQ/NSUserInterfaceValidation.h-10TPBSMO359YQ
new file mode 100644
index 0000000..afab199
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/YQ/NSUserInterfaceValidation.h-10TPBSMO359YQ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/YQ/gethostuuid.h-2PN6OXCITWTYQ b/.build/arm64-apple-macosx/debug/index/store/v5/records/YQ/gethostuuid.h-2PN6OXCITWTYQ
new file mode 100644
index 0000000..03db300
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/YQ/gethostuuid.h-2PN6OXCITWTYQ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/YR/NSFilePromiseReceiver.h-1KD8BWDOZVEYR b/.build/arm64-apple-macosx/debug/index/store/v5/records/YR/NSFilePromiseReceiver.h-1KD8BWDOZVEYR
new file mode 100644
index 0000000..044f641
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/YR/NSFilePromiseReceiver.h-1KD8BWDOZVEYR differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/YS/CoreText.h-2LQGDXMS0KMYS b/.build/arm64-apple-macosx/debug/index/store/v5/records/YS/CoreText.h-2LQGDXMS0KMYS
new file mode 100644
index 0000000..d4ca994
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/YS/CoreText.h-2LQGDXMS0KMYS differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/YS/if_llc.h-U6J6SNKQIKYS b/.build/arm64-apple-macosx/debug/index/store/v5/records/YS/if_llc.h-U6J6SNKQIKYS
new file mode 100644
index 0000000..5d6320d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/YS/if_llc.h-U6J6SNKQIKYS differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/YT/AVAudioSourceNode.h-1THKXTCVFWCYT b/.build/arm64-apple-macosx/debug/index/store/v5/records/YT/AVAudioSourceNode.h-1THKXTCVFWCYT
new file mode 100644
index 0000000..de0b99c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/YT/AVAudioSourceNode.h-1THKXTCVFWCYT differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/YT/CVPixelFormatDescription.h-Y8UMPNYDG6YT b/.build/arm64-apple-macosx/debug/index/store/v5/records/YT/CVPixelFormatDescription.h-Y8UMPNYDG6YT
new file mode 100644
index 0000000..87c986b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/YT/CVPixelFormatDescription.h-Y8UMPNYDG6YT differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/YU/MTL4BufferRange.h-33FS0CCPQ1AYU b/.build/arm64-apple-macosx/debug/index/store/v5/records/YU/MTL4BufferRange.h-33FS0CCPQ1AYU
new file mode 100644
index 0000000..e3b78f4
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/YU/MTL4BufferRange.h-33FS0CCPQ1AYU differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/YV/libbsm.h-17MZHA7HZ6AYV b/.build/arm64-apple-macosx/debug/index/store/v5/records/YV/libbsm.h-17MZHA7HZ6AYV
new file mode 100644
index 0000000..02de3fa
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/YV/libbsm.h-17MZHA7HZ6AYV differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/MTLDynamicLibrary.h-3GRONXKRBG3YW b/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/MTLDynamicLibrary.h-3GRONXKRBG3YW
new file mode 100644
index 0000000..e889600
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/MTLDynamicLibrary.h-3GRONXKRBG3YW differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/NSDebug.h-H7PC32JBOMYW b/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/NSDebug.h-H7PC32JBOMYW
new file mode 100644
index 0000000..bbd774e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/NSDebug.h-H7PC32JBOMYW differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/dispatch.h-YOXIC764IOYW b/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/dispatch.h-YOXIC764IOYW
new file mode 100644
index 0000000..d146012
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/dispatch.h-YOXIC764IOYW differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/tcp_timer.h-38D8ILLBHBMYW b/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/tcp_timer.h-38D8ILLBHBMYW
new file mode 100644
index 0000000..168f297
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/tcp_timer.h-38D8ILLBHBMYW differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/YX/NSScrubberItemView.h-1C5S3Y4TV11YX b/.build/arm64-apple-macosx/debug/index/store/v5/records/YX/NSScrubberItemView.h-1C5S3Y4TV11YX
new file mode 100644
index 0000000..0475cfd
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/YX/NSScrubberItemView.h-1C5S3Y4TV11YX differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/BackupCore.h-VID7AQKAB8YY b/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/BackupCore.h-VID7AQKAB8YY
new file mode 100644
index 0000000..fbdd550
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/BackupCore.h-VID7AQKAB8YY differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/Math64.h-3TDIM2TXH2KYY b/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/Math64.h-3TDIM2TXH2KYY
new file mode 100644
index 0000000..fb9d08b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/Math64.h-3TDIM2TXH2KYY differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/_timeval64.h-108809K5GY9YY b/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/_timeval64.h-108809K5GY9YY
new file mode 100644
index 0000000..2edef90
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/_timeval64.h-108809K5GY9YY differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/YZ/SecAccessControl.h-1O17VFRYOYVYZ b/.build/arm64-apple-macosx/debug/index/store/v5/records/YZ/SecAccessControl.h-1O17VFRYOYVYZ
new file mode 100644
index 0000000..4b40daf
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/YZ/SecAccessControl.h-1O17VFRYOYVYZ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/Z0/CFPreferences.h-Y53KEVDFESZ0 b/.build/arm64-apple-macosx/debug/index/store/v5/records/Z0/CFPreferences.h-Y53KEVDFESZ0
new file mode 100644
index 0000000..80ac77f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/Z0/CFPreferences.h-Y53KEVDFESZ0 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/Z2/SecAsn1Coder.h-252J56ACK5NZ2 b/.build/arm64-apple-macosx/debug/index/store/v5/records/Z2/SecAsn1Coder.h-252J56ACK5NZ2
new file mode 100644
index 0000000..ef379ce
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/Z2/SecAsn1Coder.h-252J56ACK5NZ2 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/Z2/ntsid.h-1KANRW5HIS6Z2 b/.build/arm64-apple-macosx/debug/index/store/v5/records/Z2/ntsid.h-1KANRW5HIS6Z2
new file mode 100644
index 0000000..e69f781
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/Z2/ntsid.h-1KANRW5HIS6Z2 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/Z4/NSComboBox.h-222IFY24260Z4 b/.build/arm64-apple-macosx/debug/index/store/v5/records/Z4/NSComboBox.h-222IFY24260Z4
new file mode 100644
index 0000000..7fc8947
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/Z4/NSComboBox.h-222IFY24260Z4 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/Z4/cssmcspi.h-2V96NEAD0WJZ4 b/.build/arm64-apple-macosx/debug/index/store/v5/records/Z4/cssmcspi.h-2V96NEAD0WJZ4
new file mode 100644
index 0000000..c7be029
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/Z4/cssmcspi.h-2V96NEAD0WJZ4 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/Z5/AudioSession.h-18HGBIFVRX1Z5 b/.build/arm64-apple-macosx/debug/index/store/v5/records/Z5/AudioSession.h-18HGBIFVRX1Z5
new file mode 100644
index 0000000..2ff2e4c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/Z5/AudioSession.h-18HGBIFVRX1Z5 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/Z5/MTLVertexDescriptor.h-15UMJJLKQ38Z5 b/.build/arm64-apple-macosx/debug/index/store/v5/records/Z5/MTLVertexDescriptor.h-15UMJJLKQ38Z5
new file mode 100644
index 0000000..edd4c31
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/Z5/MTLVertexDescriptor.h-15UMJJLKQ38Z5 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/Z5/NSEPSImageRep.h-3NNZ3NRCEXLZ5 b/.build/arm64-apple-macosx/debug/index/store/v5/records/Z5/NSEPSImageRep.h-3NNZ3NRCEXLZ5
new file mode 100644
index 0000000..1b68338
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/Z5/NSEPSImageRep.h-3NNZ3NRCEXLZ5 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/Z6/AVDepthData.h-21M8L33ZT87Z6 b/.build/arm64-apple-macosx/debug/index/store/v5/records/Z6/AVDepthData.h-21M8L33ZT87Z6
new file mode 100644
index 0000000..337c4ed
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/Z6/AVDepthData.h-21M8L33ZT87Z6 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/Z7/pthread_spis.h-MU9LVG3CFRZ7 b/.build/arm64-apple-macosx/debug/index/store/v5/records/Z7/pthread_spis.h-MU9LVG3CFRZ7
new file mode 100644
index 0000000..7b6e0be
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/Z7/pthread_spis.h-MU9LVG3CFRZ7 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/Z8/MTLResourceStatePass.h-35IXYSXWW3YZ8 b/.build/arm64-apple-macosx/debug/index/store/v5/records/Z8/MTLResourceStatePass.h-35IXYSXWW3YZ8
new file mode 100644
index 0000000..82c4c0e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/Z8/MTLResourceStatePass.h-35IXYSXWW3YZ8 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/Z8/NSOrderedCollectionDifference.h-2150HBQKIY6Z8 b/.build/arm64-apple-macosx/debug/index/store/v5/records/Z8/NSOrderedCollectionDifference.h-2150HBQKIY6Z8
new file mode 100644
index 0000000..467ff86
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/Z8/NSOrderedCollectionDifference.h-2150HBQKIY6Z8 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/NSViewLayoutRegion.h-HP2KRR5P8QZ9 b/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/NSViewLayoutRegion.h-HP2KRR5P8QZ9
new file mode 100644
index 0000000..25dfbcb
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/NSViewLayoutRegion.h-HP2KRR5P8QZ9 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/__stddef_unreachable.h-XIIQIY1GE3Z9 b/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/__stddef_unreachable.h-XIIQIY1GE3Z9
new file mode 100644
index 0000000..c9b32ca
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/__stddef_unreachable.h-XIIQIY1GE3Z9 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/_s_ifmt.h-12HWKFN1SAUZ9 b/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/_s_ifmt.h-12HWKFN1SAUZ9
new file mode 100644
index 0000000..b43d449
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/_s_ifmt.h-12HWKFN1SAUZ9 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/session.h-3RAOF4DIQG0Z9 b/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/session.h-3RAOF4DIQG0Z9
new file mode 100644
index 0000000..f9b4d06
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/session.h-3RAOF4DIQG0Z9 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ZA/CTTypesetter.h-2UQ0F7YR8TRZA b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZA/CTTypesetter.h-2UQ0F7YR8TRZA
new file mode 100644
index 0000000..4f231a3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZA/CTTypesetter.h-2UQ0F7YR8TRZA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ZA/arm64e-apple-macos.swiftinterface-HDKNAD4QRQZA b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZA/arm64e-apple-macos.swiftinterface-HDKNAD4QRQZA
new file mode 100644
index 0000000..21354a2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZA/arm64e-apple-macos.swiftinterface-HDKNAD4QRQZA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ZB/NSCoreDataCoreSpotlightDelegate.h-2GAAPC1O5OZB b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZB/NSCoreDataCoreSpotlightDelegate.h-2GAAPC1O5OZB
new file mode 100644
index 0000000..ed5a3a2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZB/NSCoreDataCoreSpotlightDelegate.h-2GAAPC1O5OZB differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ZB/NSHashTable.h-2AOH3URM2LNZB b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZB/NSHashTable.h-2AOH3URM2LNZB
new file mode 100644
index 0000000..82e3682
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZB/NSHashTable.h-2AOH3URM2LNZB differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ZB/_pthread_mutex_t.h-28S1WVUTFPXZB b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZB/_pthread_mutex_t.h-28S1WVUTFPXZB
new file mode 100644
index 0000000..02c2631
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZB/_pthread_mutex_t.h-28S1WVUTFPXZB differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ZC/CGDisplayStream.h-3EVG0J7OUXNZC b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZC/CGDisplayStream.h-3EVG0J7OUXNZC
new file mode 100644
index 0000000..89285a3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZC/CGDisplayStream.h-3EVG0J7OUXNZC differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ZD/audit_domain.h-34NZNIZIECDZD b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZD/audit_domain.h-34NZNIZIECDZD
new file mode 100644
index 0000000..fb252b1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZD/audit_domain.h-34NZNIZIECDZD differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ZD/mbuf.h-AU3L4MSPR5ZD b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZD/mbuf.h-AU3L4MSPR5ZD
new file mode 100644
index 0000000..ec2aa3f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZD/mbuf.h-AU3L4MSPR5ZD differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ZE/CGPDFDictionary.h-2ZDW6R5PEBIZE b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZE/CGPDFDictionary.h-2ZDW6R5PEBIZE
new file mode 100644
index 0000000..d9b12d2
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZE/CGPDFDictionary.h-2ZDW6R5PEBIZE differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ZE/ndbm.h-22P1BOBB11CZE b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZE/ndbm.h-22P1BOBB11CZE
new file mode 100644
index 0000000..c9295da
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZE/ndbm.h-22P1BOBB11CZE differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ZE/pthread_impl.h-1E29VD117ABZE b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZE/pthread_impl.h-1E29VD117ABZE
new file mode 100644
index 0000000..2f30076
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZE/pthread_impl.h-1E29VD117ABZE differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ZF/CGDirectDisplayMetal.h-1TPJHC088D1ZF b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZF/CGDirectDisplayMetal.h-1TPJHC088D1ZF
new file mode 100644
index 0000000..d192db8
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZF/CGDirectDisplayMetal.h-1TPJHC088D1ZF differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/AXWebConstants.h-35VA0WEFUQMZG b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/AXWebConstants.h-35VA0WEFUQMZG
new file mode 100644
index 0000000..740e356
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/AXWebConstants.h-35VA0WEFUQMZG differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/NSManagedObject.h-3W3BDNHUDUAZG b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/NSManagedObject.h-3W3BDNHUDUAZG
new file mode 100644
index 0000000..6afd834
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/NSManagedObject.h-3W3BDNHUDUAZG differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/TabularControl.swift-1RNO6UMOOEPZG b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/TabularControl.swift-1RNO6UMOOEPZG
new file mode 100644
index 0000000..1d7e8ce
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/TabularControl.swift-1RNO6UMOOEPZG differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/param.h-30A0KZP4JSZZG b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/param.h-30A0KZP4JSZZG
new file mode 100644
index 0000000..24dd7fb
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/param.h-30A0KZP4JSZZG differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ZH/CGError.h-38VH1ONGYLPZH b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZH/CGError.h-38VH1ONGYLPZH
new file mode 100644
index 0000000..875ad41
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZH/CGError.h-38VH1ONGYLPZH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ZH/CGShading.h-3NTVPXJFZZ1ZH b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZH/CGShading.h-3NTVPXJFZZ1ZH
new file mode 100644
index 0000000..b4614b4
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZH/CGShading.h-3NTVPXJFZZ1ZH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ZH/CMSEncoder.h-18GWVTMZR06ZH b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZH/CMSEncoder.h-18GWVTMZR06ZH
new file mode 100644
index 0000000..c0704f0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZH/CMSEncoder.h-18GWVTMZR06ZH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ZH/NSRange.h-3CQ0Y0W5LZBZH b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZH/NSRange.h-3CQ0Y0W5LZBZH
new file mode 100644
index 0000000..aec02a4
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZH/NSRange.h-3CQ0Y0W5LZBZH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ZH/NSWindowRestoration.h-1JALEZRU56YZH b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZH/NSWindowRestoration.h-1JALEZRU56YZH
new file mode 100644
index 0000000..7f1bdf0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZH/NSWindowRestoration.h-1JALEZRU56YZH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ZI/arm_acle.h-28Q76QJL4YBZI b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZI/arm_acle.h-28Q76QJL4YBZI
new file mode 100644
index 0000000..7f1007a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZI/arm_acle.h-28Q76QJL4YBZI differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ZJ/IOKitKeys.h-1M2XWGGC8IIZJ b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZJ/IOKitKeys.h-1M2XWGGC8IIZJ
new file mode 100644
index 0000000..be64bc4
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZJ/IOKitKeys.h-1M2XWGGC8IIZJ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ZK/AVAudioUnitComponent.h-2XW8C8MCJKPZK b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZK/AVAudioUnitComponent.h-2XW8C8MCJKPZK
new file mode 100644
index 0000000..029b25d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZK/AVAudioUnitComponent.h-2XW8C8MCJKPZK differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ZK/NSRelationshipDescription.h-32GQDKFC4M2ZK b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZK/NSRelationshipDescription.h-32GQDKFC4M2ZK
new file mode 100644
index 0000000..b11ef9a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZK/NSRelationshipDescription.h-32GQDKFC4M2ZK differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ZK/uio.h-10OCN8CLIJZZK b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZK/uio.h-10OCN8CLIJZZK
new file mode 100644
index 0000000..1538f7b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZK/uio.h-10OCN8CLIJZZK differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ZL/AVMIDIPlayer.h-37VTGWOVGFUZL b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZL/AVMIDIPlayer.h-37VTGWOVGFUZL
new file mode 100644
index 0000000..f6c86ac
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZL/AVMIDIPlayer.h-37VTGWOVGFUZL differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ZL/NSURLAuthenticationChallenge.h-1GXN888RYIBZL b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZL/NSURLAuthenticationChallenge.h-1GXN888RYIBZL
new file mode 100644
index 0000000..3225789
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZL/NSURLAuthenticationChallenge.h-1GXN888RYIBZL differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ZN/NSTableColumn.h-25B8KLRXBQ2ZN b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZN/NSTableColumn.h-25B8KLRXBQ2ZN
new file mode 100644
index 0000000..4bce8e9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZN/NSTableColumn.h-25B8KLRXBQ2ZN differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ZN/unistd.h-2QE3XEWI0JPZN b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZN/unistd.h-2QE3XEWI0JPZN
new file mode 100644
index 0000000..bb0a81a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZN/unistd.h-2QE3XEWI0JPZN differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ZO/AVAudioPlayer.h-86DDFWOI9LZO b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZO/AVAudioPlayer.h-86DDFWOI9LZO
new file mode 100644
index 0000000..d810dad
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZO/AVAudioPlayer.h-86DDFWOI9LZO differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ZO/CIFilterShape.h-SGY1MWL85TZO b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZO/CIFilterShape.h-SGY1MWL85TZO
new file mode 100644
index 0000000..1d85b90
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZO/CIFilterShape.h-SGY1MWL85TZO differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ZO/MTLPixelFormat.h-VMHP6UQ48GZO b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZO/MTLPixelFormat.h-VMHP6UQ48GZO
new file mode 100644
index 0000000..2fa9b7c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZO/MTLPixelFormat.h-VMHP6UQ48GZO differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ZO/NSItemProvider+UTType.h-Q4OCJS4TOCZO b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZO/NSItemProvider+UTType.h-Q4OCJS4TOCZO
new file mode 100644
index 0000000..e2ba3b8
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZO/NSItemProvider+UTType.h-Q4OCJS4TOCZO differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ZO/NSTabView.h-92AOP6OOIMZO b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZO/NSTabView.h-92AOP6OOIMZO
new file mode 100644
index 0000000..9c25d2a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZO/NSTabView.h-92AOP6OOIMZO differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ZP/proc_info.h-21SZZT8H7K0ZP b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZP/proc_info.h-21SZZT8H7K0ZP
new file mode 100644
index 0000000..c42ce5c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZP/proc_info.h-21SZZT8H7K0ZP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ZQ/NSPortNameServer.h-193J9A31S50ZQ b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZQ/NSPortNameServer.h-193J9A31S50ZQ
new file mode 100644
index 0000000..51b7aae
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZQ/NSPortNameServer.h-193J9A31S50ZQ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ZQ/NSView.h-3C2PVBLIGNQZQ b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZQ/NSView.h-3C2PVBLIGNQZQ
new file mode 100644
index 0000000..3e662bd
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZQ/NSView.h-3C2PVBLIGNQZQ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/AvailabilityInternal.h-3NVL0BEZJ5MZR b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/AvailabilityInternal.h-3NVL0BEZJ5MZR
new file mode 100644
index 0000000..f04f995
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/AvailabilityInternal.h-3NVL0BEZJ5MZR differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/_abort.h-3PDSUDR7RMJZR b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/_abort.h-3PDSUDR7RMJZR
new file mode 100644
index 0000000..6a51c98
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/_abort.h-3PDSUDR7RMJZR differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ZT/ASRegistry.h-1AI6PK1DFGXZT b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZT/ASRegistry.h-1AI6PK1DFGXZT
new file mode 100644
index 0000000..d9619a6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZT/ASRegistry.h-1AI6PK1DFGXZT differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ZT/NSSpellProtocol.h-1O2TFC7K6UIZT b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZT/NSSpellProtocol.h-1O2TFC7K6UIZT
new file mode 100644
index 0000000..fd13098
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZT/NSSpellProtocol.h-1O2TFC7K6UIZT differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ZT/sidechannel.h-3PAWYAKISL4ZT b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZT/sidechannel.h-3PAWYAKISL4ZT
new file mode 100644
index 0000000..c056566
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZT/sidechannel.h-3PAWYAKISL4ZT differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ZU/CFTree.h-3JH47PO68HRZU b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZU/CFTree.h-3JH47PO68HRZU
new file mode 100644
index 0000000..82ea224
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZU/CFTree.h-3JH47PO68HRZU differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ZU/Threads.h-15BL50E3G3NZU b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZU/Threads.h-15BL50E3G3NZU
new file mode 100644
index 0000000..5a97458
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZU/Threads.h-15BL50E3G3NZU differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ZU/common.h-NWZUO4ZI58ZU b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZU/common.h-NWZUO4ZI58ZU
new file mode 100644
index 0000000..a3b309d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZU/common.h-NWZUO4ZI58ZU differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ZV/Collections.h-1U7CG0X24MUZV b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZV/Collections.h-1U7CG0X24MUZV
new file mode 100644
index 0000000..ee3a337
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZV/Collections.h-1U7CG0X24MUZV differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ZW/AVCaptureTimecodeGenerator.h-2PW2TPKHP0NZW b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZW/AVCaptureTimecodeGenerator.h-2PW2TPKHP0NZW
new file mode 100644
index 0000000..5706835
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZW/AVCaptureTimecodeGenerator.h-2PW2TPKHP0NZW differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ZW/_time_t.h-37AGCAPPN49ZW b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZW/_time_t.h-37AGCAPPN49ZW
new file mode 100644
index 0000000..65eb0b4
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZW/_time_t.h-37AGCAPPN49ZW differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ZW/qos.h-NZRCCYEDBMZW b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZW/qos.h-NZRCCYEDBMZW
new file mode 100644
index 0000000..ab82173
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZW/qos.h-NZRCCYEDBMZW differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ZX/AVComposition.h-2PXMDH4A13OZX b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZX/AVComposition.h-2PXMDH4A13OZX
new file mode 100644
index 0000000..cd925eb
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZX/AVComposition.h-2PXMDH4A13OZX differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ZX/DiskArbitration.h-1FGVQ1E05BRZX b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZX/DiskArbitration.h-1FGVQ1E05BRZX
new file mode 100644
index 0000000..48d8ee3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZX/DiskArbitration.h-1FGVQ1E05BRZX differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ZX/UTType.h-Q9QB21S1SRZX b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZX/UTType.h-Q9QB21S1SRZX
new file mode 100644
index 0000000..cd88664
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZX/UTType.h-Q9QB21S1SRZX differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ZX/arm64e-apple-macos.swiftinterface_String-13X3L2JYDM2ZX b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZX/arm64e-apple-macos.swiftinterface_String-13X3L2JYDM2ZX
new file mode 100644
index 0000000..1795399
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZX/arm64e-apple-macos.swiftinterface_String-13X3L2JYDM2ZX differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ZY/CMAudioClock.h-2F90VA5L9X1ZY b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZY/CMAudioClock.h-2F90VA5L9X1ZY
new file mode 100644
index 0000000..76f8112
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZY/CMAudioClock.h-2F90VA5L9X1ZY differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ZY/MIDIUMPCI.h-34GIKJXWLD8ZY b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZY/MIDIUMPCI.h-34GIKJXWLD8ZY
new file mode 100644
index 0000000..98c25cd
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZY/MIDIUMPCI.h-34GIKJXWLD8ZY differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ZZ/IOATAStorageDefines.h-P0JVGM63TQZZ b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZZ/IOATAStorageDefines.h-P0JVGM63TQZZ
new file mode 100644
index 0000000..6a7ab98
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZZ/IOATAStorageDefines.h-P0JVGM63TQZZ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/records/ZZ/NSGeometry.h-3PHCFXXX2C6ZZ b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZZ/NSGeometry.h-3PHCFXXX2C6ZZ
new file mode 100644
index 0000000..ab0b805
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/records/ZZ/NSGeometry.h-3PHCFXXX2C6ZZ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/AVFAudio-MFFJ6HCE9A7Z.pcm-88UMXM0UTXJ1 b/.build/arm64-apple-macosx/debug/index/store/v5/units/AVFAudio-MFFJ6HCE9A7Z.pcm-88UMXM0UTXJ1
new file mode 100644
index 0000000..9e11664
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/AVFAudio-MFFJ6HCE9A7Z.pcm-88UMXM0UTXJ1 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/AVFoundation-7VNZZNFQDWLP.pcm-TUWK09NEVVEQ b/.build/arm64-apple-macosx/debug/index/store/v5/units/AVFoundation-7VNZZNFQDWLP.pcm-TUWK09NEVVEQ
new file mode 100644
index 0000000..49c3b86
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/AVFoundation-7VNZZNFQDWLP.pcm-TUWK09NEVVEQ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/Accessibility-RCJSN2GG3RAR.pcm-2UJJ2W6SO1OPB b/.build/arm64-apple-macosx/debug/index/store/v5/units/Accessibility-RCJSN2GG3RAR.pcm-2UJJ2W6SO1OPB
new file mode 100644
index 0000000..80af290
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/Accessibility-RCJSN2GG3RAR.pcm-2UJJ2W6SO1OPB differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/AppKit-2VI8NB39I5AT6.pcm-1PP2UH2NUPO5N b/.build/arm64-apple-macosx/debug/index/store/v5/units/AppKit-2VI8NB39I5AT6.pcm-1PP2UH2NUPO5N
new file mode 100644
index 0000000..1d06f0a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/AppKit-2VI8NB39I5AT6.pcm-1PP2UH2NUPO5N differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/ApplicationServices-3NXEUUZF9JJBD.pcm-98VB8KO60IKJ b/.build/arm64-apple-macosx/debug/index/store/v5/units/ApplicationServices-3NXEUUZF9JJBD.pcm-98VB8KO60IKJ
new file mode 100644
index 0000000..7646d45
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/ApplicationServices-3NXEUUZF9JJBD.pcm-98VB8KO60IKJ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/AudioToolbox-3FX4B654ICQE2.pcm-K8XEVVF83BYJ b/.build/arm64-apple-macosx/debug/index/store/v5/units/AudioToolbox-3FX4B654ICQE2.pcm-K8XEVVF83BYJ
new file mode 100644
index 0000000..b3dcdd4
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/AudioToolbox-3FX4B654ICQE2.pcm-K8XEVVF83BYJ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/BricksView.swift.o-3KKASIV4NI0TI b/.build/arm64-apple-macosx/debug/index/store/v5/units/BricksView.swift.o-3KKASIV4NI0TI
new file mode 100644
index 0000000..c6508bd
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/BricksView.swift.o-3KKASIV4NI0TI differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/ButtonControl.swift.o-1TJXBP4C332ME b/.build/arm64-apple-macosx/debug/index/store/v5/units/ButtonControl.swift.o-1TJXBP4C332ME
new file mode 100644
index 0000000..7698410
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/ButtonControl.swift.o-1TJXBP4C332ME differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/CFNetwork-1PNPO1ORVQZLS.pcm-2CHF3MCALATHQ b/.build/arm64-apple-macosx/debug/index/store/v5/units/CFNetwork-1PNPO1ORVQZLS.pcm-2CHF3MCALATHQ
new file mode 100644
index 0000000..67bcfc3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/CFNetwork-1PNPO1ORVQZLS.pcm-2CHF3MCALATHQ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/CUPS-1HLHMKUB322XA.pcm-3TBRMU1HU2CJ2 b/.build/arm64-apple-macosx/debug/index/store/v5/units/CUPS-1HLHMKUB322XA.pcm-3TBRMU1HU2CJ2
new file mode 100644
index 0000000..75abd44
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/CUPS-1HLHMKUB322XA.pcm-3TBRMU1HU2CJ2 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/Carbon-3FMY3B0T5SZYU.pcm-7NQ2OUO2JKU8 b/.build/arm64-apple-macosx/debug/index/store/v5/units/Carbon-3FMY3B0T5SZYU.pcm-7NQ2OUO2JKU8
new file mode 100644
index 0000000..4403f4d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/Carbon-3FMY3B0T5SZYU.pcm-7NQ2OUO2JKU8 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/ColorSync-3EIM4S8RXNRVI.pcm-1YZGJ2FDYOSAP b/.build/arm64-apple-macosx/debug/index/store/v5/units/ColorSync-3EIM4S8RXNRVI.pcm-1YZGJ2FDYOSAP
new file mode 100644
index 0000000..1031260
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/ColorSync-3EIM4S8RXNRVI.pcm-1YZGJ2FDYOSAP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/ControlRenderer.swift.o-2NBW061ZH2FFI b/.build/arm64-apple-macosx/debug/index/store/v5/units/ControlRenderer.swift.o-2NBW061ZH2FFI
new file mode 100644
index 0000000..9226d9d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/ControlRenderer.swift.o-2NBW061ZH2FFI differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreAudio-J9DSWC1670R6.pcm-2SRISHNREBF0C b/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreAudio-J9DSWC1670R6.pcm-2SRISHNREBF0C
new file mode 100644
index 0000000..c912f3f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreAudio-J9DSWC1670R6.pcm-2SRISHNREBF0C differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreAudioTypes-11649WXSRCA0E.pcm-34JWUY3MHRYXH b/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreAudioTypes-11649WXSRCA0E.pcm-34JWUY3MHRYXH
new file mode 100644
index 0000000..3efd016
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreAudioTypes-11649WXSRCA0E.pcm-34JWUY3MHRYXH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreData-1KHK1L2CYC2N6.pcm-296NJCAZYHV20 b/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreData-1KHK1L2CYC2N6.pcm-296NJCAZYHV20
new file mode 100644
index 0000000..321f27f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreData-1KHK1L2CYC2N6.pcm-296NJCAZYHV20 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreFoundation-16SA8WK3L6MQN.pcm-2XVZFCQARKN7X b/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreFoundation-16SA8WK3L6MQN.pcm-2XVZFCQARKN7X
new file mode 100644
index 0000000..6a0ed34
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreFoundation-16SA8WK3L6MQN.pcm-2XVZFCQARKN7X differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreGraphics-1PSDCAYCIV3T9.pcm-PSVVHSEICNGB b/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreGraphics-1PSDCAYCIV3T9.pcm-PSVVHSEICNGB
new file mode 100644
index 0000000..073b0c5
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreGraphics-1PSDCAYCIV3T9.pcm-PSVVHSEICNGB differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreImage-39ZO87840M5PP.pcm-1LOBIOD1447HK b/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreImage-39ZO87840M5PP.pcm-1LOBIOD1447HK
new file mode 100644
index 0000000..caf6ae7
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreImage-39ZO87840M5PP.pcm-1LOBIOD1447HK differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreMIDI-1WOF0UOPGOCPX.pcm-16DNW1ESKKFVM b/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreMIDI-1WOF0UOPGOCPX.pcm-16DNW1ESKKFVM
new file mode 100644
index 0000000..e04dab7
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreMIDI-1WOF0UOPGOCPX.pcm-16DNW1ESKKFVM differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreMedia-SHYM2JB41P4U.pcm-3JAT1YM1WGWZ3 b/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreMedia-SHYM2JB41P4U.pcm-3JAT1YM1WGWZ3
new file mode 100644
index 0000000..a68a26f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreMedia-SHYM2JB41P4U.pcm-3JAT1YM1WGWZ3 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreServices-39NCTJOEW7PQ2.pcm-1UYI5ZJ8JH738 b/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreServices-39NCTJOEW7PQ2.pcm-1UYI5ZJ8JH738
new file mode 100644
index 0000000..7b4d681
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreServices-39NCTJOEW7PQ2.pcm-1UYI5ZJ8JH738 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreText-3FAL1B4J38DIR.pcm-XF3HX1L0XKLV b/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreText-3FAL1B4J38DIR.pcm-XF3HX1L0XKLV
new file mode 100644
index 0000000..d5223cb
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreText-3FAL1B4J38DIR.pcm-XF3HX1L0XKLV differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreTransferable-27T896KGHFB3R.pcm-1NI6N6LCPDC95 b/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreTransferable-27T896KGHFB3R.pcm-1NI6N6LCPDC95
new file mode 100644
index 0000000..5147e39
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreTransferable-27T896KGHFB3R.pcm-1NI6N6LCPDC95 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreVideo-DBBGB2LXU3HG.pcm-1467CV79INLA3 b/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreVideo-DBBGB2LXU3HG.pcm-1467CV79INLA3
new file mode 100644
index 0000000..35c097d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreVideo-DBBGB2LXU3HG.pcm-1467CV79INLA3 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/Darwin-1FXX23EKWOBA9.pcm-2XMENRFR7SGVG b/.build/arm64-apple-macosx/debug/index/store/v5/units/Darwin-1FXX23EKWOBA9.pcm-2XMENRFR7SGVG
new file mode 100644
index 0000000..1326ec1
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/Darwin-1FXX23EKWOBA9.pcm-2XMENRFR7SGVG differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/DataDetection-R5W4QHNMPWVH.pcm-Z52UN78WXHZH b/.build/arm64-apple-macosx/debug/index/store/v5/units/DataDetection-R5W4QHNMPWVH.pcm-Z52UN78WXHZH
new file mode 100644
index 0000000..a061e8c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/DataDetection-R5W4QHNMPWVH.pcm-Z52UN78WXHZH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/DeveloperToolsSupport-3SUCMSK9ZS2JA.pcm-6UODTBYI3HW6 b/.build/arm64-apple-macosx/debug/index/store/v5/units/DeveloperToolsSupport-3SUCMSK9ZS2JA.pcm-6UODTBYI3HW6
new file mode 100644
index 0000000..add65ba
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/DeveloperToolsSupport-3SUCMSK9ZS2JA.pcm-6UODTBYI3HW6 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/DiskArbitration-3LBJF5I58QD8.pcm-3OMVVAKPQ5JE1 b/.build/arm64-apple-macosx/debug/index/store/v5/units/DiskArbitration-3LBJF5I58QD8.pcm-3OMVVAKPQ5JE1
new file mode 100644
index 0000000..fecc5a8
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/DiskArbitration-3LBJF5I58QD8.pcm-3OMVVAKPQ5JE1 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/Dispatch-R76HXUP80TVL.pcm-3QPA0TXB67EFR b/.build/arm64-apple-macosx/debug/index/store/v5/units/Dispatch-R76HXUP80TVL.pcm-3QPA0TXB67EFR
new file mode 100644
index 0000000..cad6f31
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/Dispatch-R76HXUP80TVL.pcm-3QPA0TXB67EFR differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/Engine.swift.o-2AS7I1X586WED b/.build/arm64-apple-macosx/debug/index/store/v5/units/Engine.swift.o-2AS7I1X586WED
new file mode 100644
index 0000000..b522a50
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/Engine.swift.o-2AS7I1X586WED differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/EventBus.swift.o-3F4LLBVX29HXY b/.build/arm64-apple-macosx/debug/index/store/v5/units/EventBus.swift.o-3F4LLBVX29HXY
new file mode 100644
index 0000000..3f68f5a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/EventBus.swift.o-3F4LLBVX29HXY differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/FormControl.swift.o-3JZH6VEXG29AB b/.build/arm64-apple-macosx/debug/index/store/v5/units/FormControl.swift.o-3JZH6VEXG29AB
new file mode 100644
index 0000000..dd3b034
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/FormControl.swift.o-3JZH6VEXG29AB differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/Foundation-24LYWIP48SHNP.pcm-RRDAD98MH54E b/.build/arm64-apple-macosx/debug/index/store/v5/units/Foundation-24LYWIP48SHNP.pcm-RRDAD98MH54E
new file mode 100644
index 0000000..c1f4b79
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/Foundation-24LYWIP48SHNP.pcm-RRDAD98MH54E differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/I18n.swift.o-2XTUYB2PUMSG9 b/.build/arm64-apple-macosx/debug/index/store/v5/units/I18n.swift.o-2XTUYB2PUMSG9
new file mode 100644
index 0000000..e7654cf
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/I18n.swift.o-2XTUYB2PUMSG9 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/IOKit-1IAL9NTK1TABA.pcm-28ZOEJ5P7OJYO b/.build/arm64-apple-macosx/debug/index/store/v5/units/IOKit-1IAL9NTK1TABA.pcm-28ZOEJ5P7OJYO
new file mode 100644
index 0000000..e40bf91
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/IOKit-1IAL9NTK1TABA.pcm-28ZOEJ5P7OJYO differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/IOSurface-26455DPS9NDS0.pcm-23I63PGKOM6AW b/.build/arm64-apple-macosx/debug/index/store/v5/units/IOSurface-26455DPS9NDS0.pcm-23I63PGKOM6AW
new file mode 100644
index 0000000..6a97e9b
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/IOSurface-26455DPS9NDS0.pcm-23I63PGKOM6AW differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/ImageIO-2ZSF831VT29UB.pcm-LP1ZCAXRN39O b/.build/arm64-apple-macosx/debug/index/store/v5/units/ImageIO-2ZSF831VT29UB.pcm-LP1ZCAXRN39O
new file mode 100644
index 0000000..f4ee5f4
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/ImageIO-2ZSF831VT29UB.pcm-LP1ZCAXRN39O differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/InputControl.swift.o-3OIRL641QB9SF b/.build/arm64-apple-macosx/debug/index/store/v5/units/InputControl.swift.o-3OIRL641QB9SF
new file mode 100644
index 0000000..46ccc19
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/InputControl.swift.o-3OIRL641QB9SF differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/MachO-20RPYVQSX341K.pcm-3OPNNUAHKZ1AJ b/.build/arm64-apple-macosx/debug/index/store/v5/units/MachO-20RPYVQSX341K.pcm-3OPNNUAHKZ1AJ
new file mode 100644
index 0000000..e1c805a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/MachO-20RPYVQSX341K.pcm-3OPNNUAHKZ1AJ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/MediaToolbox-1P5YMSVDQUIJ6.pcm-1GFU6SKDH8WH b/.build/arm64-apple-macosx/debug/index/store/v5/units/MediaToolbox-1P5YMSVDQUIJ6.pcm-1GFU6SKDH8WH
new file mode 100644
index 0000000..2cfcf74
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/MediaToolbox-1P5YMSVDQUIJ6.pcm-1GFU6SKDH8WH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/Metal-1GCZV9N85NJOH.pcm-2C7CV5B75WPWP b/.build/arm64-apple-macosx/debug/index/store/v5/units/Metal-1GCZV9N85NJOH.pcm-2C7CV5B75WPWP
new file mode 100644
index 0000000..8b30384
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/Metal-1GCZV9N85NJOH.pcm-2C7CV5B75WPWP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/MiniPlayerApp.swift.o-YCGY2761JAHR b/.build/arm64-apple-macosx/debug/index/store/v5/units/MiniPlayerApp.swift.o-YCGY2761JAHR
new file mode 100644
index 0000000..c00f463
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/MiniPlayerApp.swift.o-YCGY2761JAHR differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/OSLog-218FBXNFJGY61.pcm-3MYG6FYR5ICLA b/.build/arm64-apple-macosx/debug/index/store/v5/units/OSLog-218FBXNFJGY61.pcm-3MYG6FYR5ICLA
new file mode 100644
index 0000000..aff0d34
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/OSLog-218FBXNFJGY61.pcm-3MYG6FYR5ICLA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/ObjectiveC-1G8H182PQX3QE.pcm-37TAP7FZCCB4Z b/.build/arm64-apple-macosx/debug/index/store/v5/units/ObjectiveC-1G8H182PQX3QE.pcm-37TAP7FZCCB4Z
new file mode 100644
index 0000000..0c8ab06
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/ObjectiveC-1G8H182PQX3QE.pcm-37TAP7FZCCB4Z differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/OpenGL-H89XJT7GTCP.pcm-19L5DIACXLD82 b/.build/arm64-apple-macosx/debug/index/store/v5/units/OpenGL-H89XJT7GTCP.pcm-19L5DIACXLD82
new file mode 100644
index 0000000..6c11df3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/OpenGL-H89XJT7GTCP.pcm-19L5DIACXLD82 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/PlayerBridge.swift.o-37HM32P1IXG1F b/.build/arm64-apple-macosx/debug/index/store/v5/units/PlayerBridge.swift.o-37HM32P1IXG1F
new file mode 100644
index 0000000..4d071ef
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/PlayerBridge.swift.o-37HM32P1IXG1F differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/ProgressSlider.swift.o-2PF8G80MVYFMN b/.build/arm64-apple-macosx/debug/index/store/v5/units/ProgressSlider.swift.o-2PF8G80MVYFMN
new file mode 100644
index 0000000..7586201
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/ProgressSlider.swift.o-2PF8G80MVYFMN differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/QuartzCore-39A8LQKF980J1.pcm-WAZQY6XXVLQJ b/.build/arm64-apple-macosx/debug/index/store/v5/units/QuartzCore-39A8LQKF980J1.pcm-WAZQY6XXVLQJ
new file mode 100644
index 0000000..34dd296
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/QuartzCore-39A8LQKF980J1.pcm-WAZQY6XXVLQJ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/RPC.swift.o-2Y7VO9NS8BS5F b/.build/arm64-apple-macosx/debug/index/store/v5/units/RPC.swift.o-2Y7VO9NS8BS5F
new file mode 100644
index 0000000..9a8a7ab
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/RPC.swift.o-2Y7VO9NS8BS5F differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/Schema.swift.o-2Q2GKAUVU7TJ4 b/.build/arm64-apple-macosx/debug/index/store/v5/units/Schema.swift.o-2Q2GKAUVU7TJ4
new file mode 100644
index 0000000..6491e47
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/Schema.swift.o-2Q2GKAUVU7TJ4 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/Security-3QCVXOV25KK54.pcm-23B1WFMX58O7P b/.build/arm64-apple-macosx/debug/index/store/v5/units/Security-3QCVXOV25KK54.pcm-23B1WFMX58O7P
new file mode 100644
index 0000000..af5f69f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/Security-3QCVXOV25KK54.pcm-23B1WFMX58O7P differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/Spatial-1JZLH83HN83CS.pcm-1CV2P0I29M8AP b/.build/arm64-apple-macosx/debug/index/store/v5/units/Spatial-1JZLH83HN83CS.pcm-1CV2P0I29M8AP
new file mode 100644
index 0000000..9a6fac5
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/Spatial-1JZLH83HN83CS.pcm-1CV2P0I29M8AP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/Store.swift.o-J9OL0DE902RS b/.build/arm64-apple-macosx/debug/index/store/v5/units/Store.swift.o-J9OL0DE902RS
new file mode 100644
index 0000000..a74e311
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/Store.swift.o-J9OL0DE902RS differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/SwiftBricks.swift.o-2RWBS6NJ5U3CY b/.build/arm64-apple-macosx/debug/index/store/v5/units/SwiftBricks.swift.o-2RWBS6NJ5U3CY
new file mode 100644
index 0000000..3aaf582
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/SwiftBricks.swift.o-2RWBS6NJ5U3CY differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/SwiftUI-3DCHKT5UWXXCX.pcm-NPX8QUVEIKIH b/.build/arm64-apple-macosx/debug/index/store/v5/units/SwiftUI-3DCHKT5UWXXCX.pcm-NPX8QUVEIKIH
new file mode 100644
index 0000000..7991910
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/SwiftUI-3DCHKT5UWXXCX.pcm-NPX8QUVEIKIH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/SwiftUICore-86HIVXUC6WOA.pcm-B2PHOSB2S0SA b/.build/arm64-apple-macosx/debug/index/store/v5/units/SwiftUICore-86HIVXUC6WOA.pcm-B2PHOSB2S0SA
new file mode 100644
index 0000000..0bfe133
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/SwiftUICore-86HIVXUC6WOA.pcm-B2PHOSB2S0SA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/Symbols-3KC1789KJFX94.pcm-2XVWAS0SCDXRF b/.build/arm64-apple-macosx/debug/index/store/v5/units/Symbols-3KC1789KJFX94.pcm-2XVWAS0SCDXRF
new file mode 100644
index 0000000..37b67e9
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/Symbols-3KC1789KJFX94.pcm-2XVWAS0SCDXRF differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/TabViewControl.swift.o-2J35UGID392LN b/.build/arm64-apple-macosx/debug/index/store/v5/units/TabViewControl.swift.o-2J35UGID392LN
new file mode 100644
index 0000000..630c6e5
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/TabViewControl.swift.o-2J35UGID392LN differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/TabularControl.swift.o-PBZDYM3TYVUC b/.build/arm64-apple-macosx/debug/index/store/v5/units/TabularControl.swift.o-PBZDYM3TYVUC
new file mode 100644
index 0000000..04d8898
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/TabularControl.swift.o-PBZDYM3TYVUC differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/TextControl.swift.o-25XZ81GURIV0Y b/.build/arm64-apple-macosx/debug/index/store/v5/units/TextControl.swift.o-25XZ81GURIV0Y
new file mode 100644
index 0000000..e84b1c3
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/TextControl.swift.o-25XZ81GURIV0Y differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/UniformTypeIdentifiers-1OLJP4K3PLM48.pcm-L55L9A9L8D0T b/.build/arm64-apple-macosx/debug/index/store/v5/units/UniformTypeIdentifiers-1OLJP4K3PLM48.pcm-L55L9A9L8D0T
new file mode 100644
index 0000000..966f12a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/UniformTypeIdentifiers-1OLJP4K3PLM48.pcm-L55L9A9L8D0T differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/VBoxControl.swift.o-3O0L5AYES3KZW b/.build/arm64-apple-macosx/debug/index/store/v5/units/VBoxControl.swift.o-3O0L5AYES3KZW
new file mode 100644
index 0000000..6dfec7a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/VBoxControl.swift.o-3O0L5AYES3KZW differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/VideoPlayerView.swift.o-U57GIT48GQUH b/.build/arm64-apple-macosx/debug/index/store/v5/units/VideoPlayerView.swift.o-U57GIT48GQUH
new file mode 100644
index 0000000..0c88541
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/VideoPlayerView.swift.o-U57GIT48GQUH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/XPC-T0ZXCAST7PE3.pcm-3M2FVPRFO9APP b/.build/arm64-apple-macosx/debug/index/store/v5/units/XPC-T0ZXCAST7PE3.pcm-3M2FVPRFO9APP
new file mode 100644
index 0000000..3177a7d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/XPC-T0ZXCAST7PE3.pcm-3M2FVPRFO9APP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/_AvailabilityInternal-2YSBQADOLX02V.pcm-1B6HP7074AXNZ b/.build/arm64-apple-macosx/debug/index/store/v5/units/_AvailabilityInternal-2YSBQADOLX02V.pcm-1B6HP7074AXNZ
new file mode 100644
index 0000000..1d7d836
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/_AvailabilityInternal-2YSBQADOLX02V.pcm-1B6HP7074AXNZ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_float-19KE09ZDXQ6Q3.pcm-KOMR8CJD0URM b/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_float-19KE09ZDXQ6Q3.pcm-KOMR8CJD0URM
new file mode 100644
index 0000000..f87e85f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_float-19KE09ZDXQ6Q3.pcm-KOMR8CJD0URM differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_intrinsics-19KE09ZDXQ6Q3.pcm-HS3K5S6XTOEQ b/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_intrinsics-19KE09ZDXQ6Q3.pcm-HS3K5S6XTOEQ
new file mode 100644
index 0000000..2070626
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_intrinsics-19KE09ZDXQ6Q3.pcm-HS3K5S6XTOEQ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_inttypes-19KE09ZDXQ6Q3.pcm-MZ0J008U0KZ9 b/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_inttypes-19KE09ZDXQ6Q3.pcm-MZ0J008U0KZ9
new file mode 100644
index 0000000..4a049bd
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_inttypes-19KE09ZDXQ6Q3.pcm-MZ0J008U0KZ9 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_limits-19KE09ZDXQ6Q3.pcm-3PX04HNVPLZ1S b/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_limits-19KE09ZDXQ6Q3.pcm-3PX04HNVPLZ1S
new file mode 100644
index 0000000..ad19f44
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_limits-19KE09ZDXQ6Q3.pcm-3PX04HNVPLZ1S differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdarg-19KE09ZDXQ6Q3.pcm-OHNKPBSMZ4EE b/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdarg-19KE09ZDXQ6Q3.pcm-OHNKPBSMZ4EE
new file mode 100644
index 0000000..76c0280
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdarg-19KE09ZDXQ6Q3.pcm-OHNKPBSMZ4EE differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdatomic-19KE09ZDXQ6Q3.pcm-13ILY23046WYA b/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdatomic-19KE09ZDXQ6Q3.pcm-13ILY23046WYA
new file mode 100644
index 0000000..d18b2b0
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdatomic-19KE09ZDXQ6Q3.pcm-13ILY23046WYA differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdbool-19KE09ZDXQ6Q3.pcm-1G7DJDQSCICIP b/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdbool-19KE09ZDXQ6Q3.pcm-1G7DJDQSCICIP
new file mode 100644
index 0000000..e1f265c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdbool-19KE09ZDXQ6Q3.pcm-1G7DJDQSCICIP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stddef-19KE09ZDXQ6Q3.pcm-3XTWVMOHI9G2 b/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stddef-19KE09ZDXQ6Q3.pcm-3XTWVMOHI9G2
new file mode 100644
index 0000000..d9761e6
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stddef-19KE09ZDXQ6Q3.pcm-3XTWVMOHI9G2 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdint-19KE09ZDXQ6Q3.pcm-3OT4IXH11Q0Z7 b/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdint-19KE09ZDXQ6Q3.pcm-3OT4IXH11Q0Z7
new file mode 100644
index 0000000..b543714
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdint-19KE09ZDXQ6Q3.pcm-3OT4IXH11Q0Z7 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_tgmath-19KE09ZDXQ6Q3.pcm-1UX7I995B0LN3 b/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_tgmath-19KE09ZDXQ6Q3.pcm-1UX7I995B0LN3
new file mode 100644
index 0000000..9646807
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_tgmath-19KE09ZDXQ6Q3.pcm-1UX7I995B0LN3 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation1-2YSBQADOLX02V.pcm-1KS4YZ980UI99 b/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation1-2YSBQADOLX02V.pcm-1KS4YZ980UI99
new file mode 100644
index 0000000..4e7266a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation1-2YSBQADOLX02V.pcm-1KS4YZ980UI99 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation2-3J4ZFA06I5V1P.pcm-3610KCTLSL1ZQ b/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation2-3J4ZFA06I5V1P.pcm-3610KCTLSL1ZQ
new file mode 100644
index 0000000..755d78e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation2-3J4ZFA06I5V1P.pcm-3610KCTLSL1ZQ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation3-2NSGASPTSNBVQ.pcm-3RTTRN3E5RT92 b/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation3-2NSGASPTSNBVQ.pcm-3RTTRN3E5RT92
new file mode 100644
index 0000000..2e70850
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation3-2NSGASPTSNBVQ.pcm-3RTTRN3E5RT92 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/_SwiftConcurrencyShims-2IMTS4WWRU7VJ.pcm-2WPGKSMQ8YWMU b/.build/arm64-apple-macosx/debug/index/store/v5/units/_SwiftConcurrencyShims-2IMTS4WWRU7VJ.pcm-2WPGKSMQ8YWMU
new file mode 100644
index 0000000..73d07cc
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/_SwiftConcurrencyShims-2IMTS4WWRU7VJ.pcm-2WPGKSMQ8YWMU differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-10C70CIFV396P b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-10C70CIFV396P
new file mode 100644
index 0000000..9144f07
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-10C70CIFV396P differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-13YVPZZ6LN2O0 b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-13YVPZZ6LN2O0
new file mode 100644
index 0000000..e1959a4
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-13YVPZZ6LN2O0 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-148LFDX28QMXU b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-148LFDX28QMXU
new file mode 100644
index 0000000..15064bc
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-148LFDX28QMXU differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-19WX63VR9I4YD b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-19WX63VR9I4YD
new file mode 100644
index 0000000..e52ac96
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-19WX63VR9I4YD differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1B927O3GZDHIN b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1B927O3GZDHIN
new file mode 100644
index 0000000..8af587d
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1B927O3GZDHIN differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1BWXBLSO0MSSZ b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1BWXBLSO0MSSZ
new file mode 100644
index 0000000..36fce25
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1BWXBLSO0MSSZ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1BZ3JJG43OEG5 b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1BZ3JJG43OEG5
new file mode 100644
index 0000000..bab4488
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1BZ3JJG43OEG5 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1D1BE8P8OYGGH b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1D1BE8P8OYGGH
new file mode 100644
index 0000000..d6c7c5e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1D1BE8P8OYGGH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1NFA4NZJSPLTP b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1NFA4NZJSPLTP
new file mode 100644
index 0000000..04686bc
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1NFA4NZJSPLTP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1R35JZAGQ9SGZ b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1R35JZAGQ9SGZ
new file mode 100644
index 0000000..3e69c48
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1R35JZAGQ9SGZ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1SSUWJ2EGA8US b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1SSUWJ2EGA8US
new file mode 100644
index 0000000..ea1902f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1SSUWJ2EGA8US differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1SZVQVI6V1YUM b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1SZVQVI6V1YUM
new file mode 100644
index 0000000..06d4f78
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1SZVQVI6V1YUM differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1WIHLPT89B0PP b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1WIHLPT89B0PP
new file mode 100644
index 0000000..171683f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1WIHLPT89B0PP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1YTTQM2GV5NBY b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1YTTQM2GV5NBY
new file mode 100644
index 0000000..7055bf8
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1YTTQM2GV5NBY differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-29CJ40Y21OIKO b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-29CJ40Y21OIKO
new file mode 100644
index 0000000..7c09378
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-29CJ40Y21OIKO differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2AK9KB85ACOML b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2AK9KB85ACOML
new file mode 100644
index 0000000..43d405c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2AK9KB85ACOML differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2B5X5ZVNRC9Z2 b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2B5X5ZVNRC9Z2
new file mode 100644
index 0000000..09efcbd
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2B5X5ZVNRC9Z2 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2B9U0FR1YHNN2 b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2B9U0FR1YHNN2
new file mode 100644
index 0000000..691801a
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2B9U0FR1YHNN2 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2D4O0EC5SI82L b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2D4O0EC5SI82L
new file mode 100644
index 0000000..83b2f8e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2D4O0EC5SI82L differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2FK5DTXUTFBFB b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2FK5DTXUTFBFB
new file mode 100644
index 0000000..df07f97
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2FK5DTXUTFBFB differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2M8VF8JUZAFA5 b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2M8VF8JUZAFA5
new file mode 100644
index 0000000..f163600
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2M8VF8JUZAFA5 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2NQQLP95EMN1Q b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2NQQLP95EMN1Q
new file mode 100644
index 0000000..680ca50
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2NQQLP95EMN1Q differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2O0LREUYM37BQ b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2O0LREUYM37BQ
new file mode 100644
index 0000000..90a0c11
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2O0LREUYM37BQ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2QEIQO92PGP81 b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2QEIQO92PGP81
new file mode 100644
index 0000000..eb75049
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2QEIQO92PGP81 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2WOZVIVI6RWZ2 b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2WOZVIVI6RWZ2
new file mode 100644
index 0000000..59c951f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2WOZVIVI6RWZ2 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2Z4SUWJE4OSY0 b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2Z4SUWJE4OSY0
new file mode 100644
index 0000000..0ada099
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2Z4SUWJE4OSY0 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-3368IBBCLTYVS b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-3368IBBCLTYVS
new file mode 100644
index 0000000..3d4c70f
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-3368IBBCLTYVS differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-372AWIGPQ48Z2 b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-372AWIGPQ48Z2
new file mode 100644
index 0000000..6db502c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-372AWIGPQ48Z2 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-38QFGNVXARX7V b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-38QFGNVXARX7V
new file mode 100644
index 0000000..7646e93
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-38QFGNVXARX7V differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-3D4QQDXRIASPH b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-3D4QQDXRIASPH
new file mode 100644
index 0000000..0997ddf
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-3D4QQDXRIASPH differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-3FUVWDFV4ZRRI b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-3FUVWDFV4ZRRI
new file mode 100644
index 0000000..53cb315
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-3FUVWDFV4ZRRI differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-3HVQ16HJ8OOV b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-3HVQ16HJ8OOV
new file mode 100644
index 0000000..cdb7953
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-3HVQ16HJ8OOV differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-3S6Y0X1YAAZCT b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-3S6Y0X1YAAZCT
new file mode 100644
index 0000000..13b9466
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-3S6Y0X1YAAZCT differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-3VC2YEZUYN53Z b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-3VC2YEZUYN53Z
new file mode 100644
index 0000000..9f5b4a8
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-3VC2YEZUYN53Z differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-8E43YA3PLRG6 b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-8E43YA3PLRG6
new file mode 100644
index 0000000..6378cb7
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-8E43YA3PLRG6 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-D62B7OZRUTRP b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-D62B7OZRUTRP
new file mode 100644
index 0000000..5fba711
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-D62B7OZRUTRP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-PPFJAWAZKU59 b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-PPFJAWAZKU59
new file mode 100644
index 0000000..f570b15
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-PPFJAWAZKU59 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-RC9030GDGYY b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-RC9030GDGYY
new file mode 100644
index 0000000..2fb9a9c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-RC9030GDGYY differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/launch-3T3BU4MASLMUM.pcm-14K71KA2XKG53 b/.build/arm64-apple-macosx/debug/index/store/v5/units/launch-3T3BU4MASLMUM.pcm-14K71KA2XKG53
new file mode 100644
index 0000000..500faa7
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/launch-3T3BU4MASLMUM.pcm-14K71KA2XKG53 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/libDER-26DYHF6GC6WWA.pcm-1K0GFY5KTGZA1 b/.build/arm64-apple-macosx/debug/index/store/v5/units/libDER-26DYHF6GC6WWA.pcm-1K0GFY5KTGZA1
new file mode 100644
index 0000000..a52c552
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/libDER-26DYHF6GC6WWA.pcm-1K0GFY5KTGZA1 differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/libkern-2KQ0X67RTM1JF.pcm-1I0ZD3XMT83DP b/.build/arm64-apple-macosx/debug/index/store/v5/units/libkern-2KQ0X67RTM1JF.pcm-1I0ZD3XMT83DP
new file mode 100644
index 0000000..429cbba
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/libkern-2KQ0X67RTM1JF.pcm-1I0ZD3XMT83DP differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/os-2MV8OP7R98AN8.pcm-MNG2ZXRZ89ZQ b/.build/arm64-apple-macosx/debug/index/store/v5/units/os-2MV8OP7R98AN8.pcm-MNG2ZXRZ89ZQ
new file mode 100644
index 0000000..ac5d26c
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/os-2MV8OP7R98AN8.pcm-MNG2ZXRZ89ZQ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/os_object-2MV8OP7R98AN8.pcm-6FUP2DKQS18Z b/.build/arm64-apple-macosx/debug/index/store/v5/units/os_object-2MV8OP7R98AN8.pcm-6FUP2DKQS18Z
new file mode 100644
index 0000000..3482faf
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/os_object-2MV8OP7R98AN8.pcm-6FUP2DKQS18Z differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/os_workgroup-2MV8OP7R98AN8.pcm-86LJ4W4JA1FO b/.build/arm64-apple-macosx/debug/index/store/v5/units/os_workgroup-2MV8OP7R98AN8.pcm-86LJ4W4JA1FO
new file mode 100644
index 0000000..6032bab
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/os_workgroup-2MV8OP7R98AN8.pcm-86LJ4W4JA1FO differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/ptrauth-19KE09ZDXQ6Q3.pcm-8TW90AZFRE6Y b/.build/arm64-apple-macosx/debug/index/store/v5/units/ptrauth-19KE09ZDXQ6Q3.pcm-8TW90AZFRE6Y
new file mode 100644
index 0000000..794fe62
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/ptrauth-19KE09ZDXQ6Q3.pcm-8TW90AZFRE6Y differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/ptrcheck-19KE09ZDXQ6Q3.pcm-1WK3CLG0UXKLM b/.build/arm64-apple-macosx/debug/index/store/v5/units/ptrcheck-19KE09ZDXQ6Q3.pcm-1WK3CLG0UXKLM
new file mode 100644
index 0000000..8c82326
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/ptrcheck-19KE09ZDXQ6Q3.pcm-1WK3CLG0UXKLM differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/resource_bundle_accessor.swift.o-2KZWO9D0K80TQ b/.build/arm64-apple-macosx/debug/index/store/v5/units/resource_bundle_accessor.swift.o-2KZWO9D0K80TQ
new file mode 100644
index 0000000..049448e
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/resource_bundle_accessor.swift.o-2KZWO9D0K80TQ differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/simd-KY25Q80SBOHY.pcm-1CIKY6MO9R9YG b/.build/arm64-apple-macosx/debug/index/store/v5/units/simd-KY25Q80SBOHY.pcm-1CIKY6MO9R9YG
new file mode 100644
index 0000000..dd8a226
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/simd-KY25Q80SBOHY.pcm-1CIKY6MO9R9YG differ
diff --git a/.build/arm64-apple-macosx/debug/index/store/v5/units/sys_types-3J4ZFA06I5V1P.pcm-3421JRQRNWYK1 b/.build/arm64-apple-macosx/debug/index/store/v5/units/sys_types-3J4ZFA06I5V1P.pcm-3421JRQRNWYK1
new file mode 100644
index 0000000..8ad4c34
Binary files /dev/null and b/.build/arm64-apple-macosx/debug/index/store/v5/units/sys_types-3J4ZFA06I5V1P.pcm-3421JRQRNWYK1 differ
diff --git a/.build/arm64-apple-macosx/debug/plugin-tools-description.json b/.build/arm64-apple-macosx/debug/plugin-tools-description.json
new file mode 100644
index 0000000..c4b5249
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/plugin-tools-description.json
@@ -0,0 +1,829 @@
+{
+ "builtTestProducts" : [
+
+ ],
+ "copyCommands" : {
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer_MiniPlayer.bundle/Resources" : {
+ "inputs" : [
+ {
+ "kind" : "directory",
+ "name" : "/Users/ymq/swift/MiniPlayer/Sources/Resources"
+ }
+ ],
+ "outputs" : [
+ {
+ "kind" : "directory",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer_MiniPlayer.bundle/Resources"
+ }
+ ]
+ }
+ },
+ "explicitTargetDependencyImportCheckingMode" : {
+ "none" : {
+
+ }
+ },
+ "generatedSourceTargetSet" : [
+
+ ],
+ "pluginDescriptions" : [
+
+ ],
+ "swiftCommands" : {
+ "C.MiniPlayer-arm64-apple-macosx26.0-debug.module" : {
+ "executable" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc",
+ "fileList" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/sources",
+ "importPath" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/Modules",
+ "inputs" : [
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/Sources/MiniPlayerApp.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/Sources/PlayerBridge.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/Sources/ProgressSlider.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/Sources/VideoPlayerView.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/DerivedSources/resource_bundle_accessor.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt"
+ },
+ {
+ "kind" : "virtual",
+ "name" : ""
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/Modules/SwiftBricks.swiftmodule"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/sources"
+ }
+ ],
+ "isLibrary" : false,
+ "moduleName" : "MiniPlayer",
+ "moduleOutputPath" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/Modules/MiniPlayer.swiftmodule",
+ "objects" : [
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/MiniPlayerApp.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/PlayerBridge.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/ProgressSlider.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/VideoPlayerView.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/resource_bundle_accessor.swift.o"
+ ],
+ "otherArguments" : [
+ "-target",
+ "arm64-apple-macosx14.0",
+ "-incremental",
+ "-enable-batch-mode",
+ "-serialize-diagnostics",
+ "-index-store-path",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/index/store",
+ "-Onone",
+ "-enable-testing",
+ "-j10",
+ "-DSWIFT_PACKAGE",
+ "-DDEBUG",
+ "-DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE",
+ "-module-cache-path",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/ModuleCache",
+ "-parseable-output",
+ "-Xfrontend",
+ "-entry-point-function-name",
+ "-Xfrontend",
+ "MiniPlayer_main",
+ "-swift-version",
+ "5",
+ "-plugin-path",
+ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing",
+ "-sdk",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk",
+ "-F",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks",
+ "-F",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks",
+ "-I",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib",
+ "-L",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib",
+ "-g",
+ "-Xcc",
+ "-isysroot",
+ "-Xcc",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk",
+ "-Xcc",
+ "-F",
+ "-Xcc",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks",
+ "-Xcc",
+ "-F",
+ "-Xcc",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks",
+ "-Xcc",
+ "-fPIC",
+ "-Xcc",
+ "-g",
+ "-package-name",
+ "miniplayer"
+ ],
+ "outputFileMapPath" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/output-file-map.json",
+ "outputs" : [
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/MiniPlayerApp.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/PlayerBridge.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/ProgressSlider.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/VideoPlayerView.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/resource_bundle_accessor.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/Modules/MiniPlayer.swiftmodule"
+ }
+ ],
+ "prepareForIndexing" : false,
+ "sources" : [
+ "/Users/ymq/swift/MiniPlayer/Sources/MiniPlayerApp.swift",
+ "/Users/ymq/swift/MiniPlayer/Sources/PlayerBridge.swift",
+ "/Users/ymq/swift/MiniPlayer/Sources/ProgressSlider.swift",
+ "/Users/ymq/swift/MiniPlayer/Sources/VideoPlayerView.swift",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/DerivedSources/resource_bundle_accessor.swift"
+ ],
+ "tempsPath" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build",
+ "wholeModuleOptimization" : false
+ },
+ "C.SwiftBricks-arm64-apple-macosx26.0-debug.module" : {
+ "executable" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc",
+ "fileList" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/sources",
+ "importPath" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/Modules",
+ "inputs" : [
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/sources"
+ }
+ ],
+ "isLibrary" : true,
+ "moduleName" : "SwiftBricks",
+ "moduleOutputPath" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/Modules/SwiftBricks.swiftmodule",
+ "objects" : [
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/ButtonControl.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/FormControl.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/InputControl.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/TabViewControl.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/TabularControl.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/TextControl.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/VBoxControl.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/Engine.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/EventBus.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/I18n.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/RPC.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/Schema.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/Store.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/BricksView.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/ControlRenderer.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/SwiftBricks.swift.o"
+ ],
+ "otherArguments" : [
+ "-target",
+ "arm64-apple-macosx14.0",
+ "-incremental",
+ "-enable-batch-mode",
+ "-serialize-diagnostics",
+ "-index-store-path",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/index/store",
+ "-Onone",
+ "-enable-testing",
+ "-j10",
+ "-DSWIFT_PACKAGE",
+ "-DDEBUG",
+ "-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE",
+ "-module-cache-path",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/ModuleCache",
+ "-parseable-output",
+ "-parse-as-library",
+ "-emit-objc-header",
+ "-emit-objc-header-path",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/include/SwiftBricks-Swift.h",
+ "-swift-version",
+ "5",
+ "-plugin-path",
+ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing",
+ "-sdk",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk",
+ "-F",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks",
+ "-F",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks",
+ "-I",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib",
+ "-L",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib",
+ "-g",
+ "-Xcc",
+ "-isysroot",
+ "-Xcc",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk",
+ "-Xcc",
+ "-F",
+ "-Xcc",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks",
+ "-Xcc",
+ "-F",
+ "-Xcc",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks",
+ "-Xcc",
+ "-fPIC",
+ "-Xcc",
+ "-g",
+ "-package-name",
+ "swiftbricks"
+ ],
+ "outputFileMapPath" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/output-file-map.json",
+ "outputs" : [
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/ButtonControl.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/FormControl.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/InputControl.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/TabViewControl.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/TabularControl.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/TextControl.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/VBoxControl.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/Engine.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/EventBus.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/I18n.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/RPC.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/Schema.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/Store.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/BricksView.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/ControlRenderer.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/SwiftBricks.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/Modules/SwiftBricks.swiftmodule"
+ }
+ ],
+ "prepareForIndexing" : false,
+ "sources" : [
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift"
+ ],
+ "tempsPath" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build",
+ "wholeModuleOptimization" : false
+ }
+ },
+ "swiftFrontendCommands" : {
+
+ },
+ "swiftTargetScanArgs" : {
+ "MiniPlayer" : [
+ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc",
+ "-module-name",
+ "MiniPlayer",
+ "-package-name",
+ "miniplayer",
+ "-c",
+ "/Users/ymq/swift/MiniPlayer/Sources/MiniPlayerApp.swift",
+ "/Users/ymq/swift/MiniPlayer/Sources/PlayerBridge.swift",
+ "/Users/ymq/swift/MiniPlayer/Sources/ProgressSlider.swift",
+ "/Users/ymq/swift/MiniPlayer/Sources/VideoPlayerView.swift",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/DerivedSources/resource_bundle_accessor.swift",
+ "-I",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/Modules",
+ "-target",
+ "arm64-apple-macosx14.0",
+ "-incremental",
+ "-enable-batch-mode",
+ "-serialize-diagnostics",
+ "-index-store-path",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/index/store",
+ "-Onone",
+ "-enable-testing",
+ "-j10",
+ "-DSWIFT_PACKAGE",
+ "-DDEBUG",
+ "-DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE",
+ "-module-cache-path",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/ModuleCache",
+ "-parseable-output",
+ "-Xfrontend",
+ "-entry-point-function-name",
+ "-Xfrontend",
+ "MiniPlayer_main",
+ "-swift-version",
+ "5",
+ "-plugin-path",
+ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing",
+ "-sdk",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk",
+ "-F",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks",
+ "-F",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks",
+ "-I",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib",
+ "-L",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib",
+ "-g",
+ "-Xcc",
+ "-isysroot",
+ "-Xcc",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk",
+ "-Xcc",
+ "-F",
+ "-Xcc",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks",
+ "-Xcc",
+ "-F",
+ "-Xcc",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks",
+ "-Xcc",
+ "-fPIC",
+ "-Xcc",
+ "-g",
+ "-package-name",
+ "miniplayer",
+ "-driver-use-frontend-path",
+ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc"
+ ],
+ "SwiftBricks" : [
+ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc",
+ "-module-name",
+ "SwiftBricks",
+ "-package-name",
+ "swiftbricks",
+ "-c",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift",
+ "-I",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/Modules",
+ "-target",
+ "arm64-apple-macosx14.0",
+ "-incremental",
+ "-enable-batch-mode",
+ "-serialize-diagnostics",
+ "-index-store-path",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/index/store",
+ "-Onone",
+ "-enable-testing",
+ "-j10",
+ "-DSWIFT_PACKAGE",
+ "-DDEBUG",
+ "-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE",
+ "-module-cache-path",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/ModuleCache",
+ "-parseable-output",
+ "-parse-as-library",
+ "-emit-objc-header",
+ "-emit-objc-header-path",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/include/SwiftBricks-Swift.h",
+ "-swift-version",
+ "5",
+ "-plugin-path",
+ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing",
+ "-sdk",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk",
+ "-F",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks",
+ "-F",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks",
+ "-I",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib",
+ "-L",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib",
+ "-g",
+ "-Xcc",
+ "-isysroot",
+ "-Xcc",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk",
+ "-Xcc",
+ "-F",
+ "-Xcc",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks",
+ "-Xcc",
+ "-F",
+ "-Xcc",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks",
+ "-Xcc",
+ "-fPIC",
+ "-Xcc",
+ "-g",
+ "-package-name",
+ "swiftbricks",
+ "-driver-use-frontend-path",
+ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc"
+ ]
+ },
+ "targetDependencyMap" : {
+ "MiniPlayer" : [
+ "SwiftBricks"
+ ],
+ "SwiftBricks" : [
+
+ ]
+ },
+ "testDiscoveryCommands" : {
+
+ },
+ "testEntryPointCommands" : {
+
+ },
+ "traitConfiguration" : {
+ "default" : {
+
+ }
+ },
+ "writeCommands" : {
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer-entitlement.plist" : {
+ "alwaysOutOfDate" : false,
+ "inputs" : [
+ {
+ "kind" : "virtual",
+ "name" : ""
+ },
+ {
+ "kind" : "virtual",
+ "name" : ""
+ }
+ ],
+ "outputFilePath" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer-entitlement.plist"
+ },
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/sources" : {
+ "alwaysOutOfDate" : false,
+ "inputs" : [
+ {
+ "kind" : "virtual",
+ "name" : ""
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/Sources/MiniPlayerApp.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/Sources/PlayerBridge.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/Sources/ProgressSlider.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/Sources/VideoPlayerView.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/DerivedSources/resource_bundle_accessor.swift"
+ }
+ ],
+ "outputFilePath" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/sources"
+ },
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.product/Objects.LinkFileList" : {
+ "alwaysOutOfDate" : false,
+ "inputs" : [
+ {
+ "kind" : "virtual",
+ "name" : ""
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/MiniPlayerApp.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/PlayerBridge.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/ProgressSlider.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/VideoPlayerView.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/resource_bundle_accessor.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/BricksView.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/ButtonControl.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/ControlRenderer.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/Engine.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/EventBus.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/FormControl.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/I18n.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/InputControl.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/RPC.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/Schema.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/Store.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/SwiftBricks.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/TabViewControl.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/TabularControl.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/TextControl.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/VBoxControl.swift.o"
+ }
+ ],
+ "outputFilePath" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.product/Objects.LinkFileList"
+ },
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/sources" : {
+ "alwaysOutOfDate" : false,
+ "inputs" : [
+ {
+ "kind" : "virtual",
+ "name" : ""
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift"
+ }
+ ],
+ "outputFilePath" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/sources"
+ },
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt" : {
+ "alwaysOutOfDate" : true,
+ "inputs" : [
+ {
+ "kind" : "virtual",
+ "name" : ""
+ },
+ {
+ "kind" : "file",
+ "name" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc"
+ }
+ ],
+ "outputFilePath" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt"
+ }
+ }
+}
\ No newline at end of file
diff --git a/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt b/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt
new file mode 100644
index 0000000..3b2db76
--- /dev/null
+++ b/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt
@@ -0,0 +1,2 @@
+Apple Swift version 6.2.4 (swiftlang-6.2.4.1.4 clang-1700.6.4.2)
+Target: arm64-apple-macosx26.0
diff --git a/.build/arm64-apple-macosx/release/MiniPlayer b/.build/arm64-apple-macosx/release/MiniPlayer
new file mode 100755
index 0000000..cba804f
Binary files /dev/null and b/.build/arm64-apple-macosx/release/MiniPlayer differ
diff --git a/.build/arm64-apple-macosx/release/MiniPlayer.build/DerivedSources/resource_bundle_accessor.swift b/.build/arm64-apple-macosx/release/MiniPlayer.build/DerivedSources/resource_bundle_accessor.swift
new file mode 100644
index 0000000..53b64ee
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/MiniPlayer.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("MiniPlayer_MiniPlayer.bundle").path
+ let buildPath = "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer_MiniPlayer.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/release/MiniPlayer.build/MiniPlayer.d b/.build/arm64-apple-macosx/release/MiniPlayer.build/MiniPlayer.d
new file mode 100644
index 0000000..c92a52a
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/MiniPlayer.build/MiniPlayer.d
@@ -0,0 +1,8 @@
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/MiniPlayerApp.swift.o : /Users/ymq/swift/MiniPlayer/Sources/PlayerBridge.swift /Users/ymq/swift/MiniPlayer/Sources/MiniPlayerApp.swift /Users/ymq/swift/MiniPlayer/Sources/ProgressSlider.swift /Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/DerivedSources/resource_bundle_accessor.swift /Users/ymq/swift/MiniPlayer/Sources/VideoPlayerView.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreMIDI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreMedia.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/AVFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Synchronization.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AVFAudio.framework/Modules/AVFAudio.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreAudio.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AudioToolbox.framework/Modules/AudioToolbox.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/Modules/SwiftBricks.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreMIDI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreMedia.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AVFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Synchronization.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AVFAudio.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreAudio.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AudioToolbox.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CoreMedia.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVFoundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AVFAudio.framework/Headers/AVFAudio.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioTypes.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/MediaToolbox.framework/Headers/MediaToolbox.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/AudioToolbox.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/PlayerBridge.swift.o : /Users/ymq/swift/MiniPlayer/Sources/PlayerBridge.swift /Users/ymq/swift/MiniPlayer/Sources/MiniPlayerApp.swift /Users/ymq/swift/MiniPlayer/Sources/ProgressSlider.swift /Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/DerivedSources/resource_bundle_accessor.swift /Users/ymq/swift/MiniPlayer/Sources/VideoPlayerView.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreMIDI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreMedia.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/AVFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Synchronization.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AVFAudio.framework/Modules/AVFAudio.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreAudio.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AudioToolbox.framework/Modules/AudioToolbox.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/Modules/SwiftBricks.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreMIDI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreMedia.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AVFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Synchronization.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AVFAudio.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreAudio.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AudioToolbox.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CoreMedia.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVFoundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AVFAudio.framework/Headers/AVFAudio.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioTypes.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/MediaToolbox.framework/Headers/MediaToolbox.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/AudioToolbox.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/ProgressSlider.swift.o : /Users/ymq/swift/MiniPlayer/Sources/PlayerBridge.swift /Users/ymq/swift/MiniPlayer/Sources/MiniPlayerApp.swift /Users/ymq/swift/MiniPlayer/Sources/ProgressSlider.swift /Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/DerivedSources/resource_bundle_accessor.swift /Users/ymq/swift/MiniPlayer/Sources/VideoPlayerView.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreMIDI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreMedia.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/AVFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Synchronization.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AVFAudio.framework/Modules/AVFAudio.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreAudio.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AudioToolbox.framework/Modules/AudioToolbox.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/Modules/SwiftBricks.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreMIDI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreMedia.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AVFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Synchronization.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AVFAudio.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreAudio.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AudioToolbox.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CoreMedia.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVFoundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AVFAudio.framework/Headers/AVFAudio.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioTypes.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/MediaToolbox.framework/Headers/MediaToolbox.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/AudioToolbox.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/VideoPlayerView.swift.o : /Users/ymq/swift/MiniPlayer/Sources/PlayerBridge.swift /Users/ymq/swift/MiniPlayer/Sources/MiniPlayerApp.swift /Users/ymq/swift/MiniPlayer/Sources/ProgressSlider.swift /Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/DerivedSources/resource_bundle_accessor.swift /Users/ymq/swift/MiniPlayer/Sources/VideoPlayerView.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreMIDI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreMedia.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/AVFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Synchronization.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AVFAudio.framework/Modules/AVFAudio.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreAudio.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AudioToolbox.framework/Modules/AudioToolbox.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/Modules/SwiftBricks.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreMIDI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreMedia.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AVFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Synchronization.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AVFAudio.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreAudio.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AudioToolbox.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CoreMedia.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVFoundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AVFAudio.framework/Headers/AVFAudio.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioTypes.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/MediaToolbox.framework/Headers/MediaToolbox.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/AudioToolbox.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/resource_bundle_accessor.swift.o : /Users/ymq/swift/MiniPlayer/Sources/PlayerBridge.swift /Users/ymq/swift/MiniPlayer/Sources/MiniPlayerApp.swift /Users/ymq/swift/MiniPlayer/Sources/ProgressSlider.swift /Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/DerivedSources/resource_bundle_accessor.swift /Users/ymq/swift/MiniPlayer/Sources/VideoPlayerView.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreMIDI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreMedia.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/AVFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Synchronization.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AVFAudio.framework/Modules/AVFAudio.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreAudio.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AudioToolbox.framework/Modules/AudioToolbox.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/Modules/SwiftBricks.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreMIDI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreMedia.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AVFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Synchronization.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AVFAudio.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreAudio.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AudioToolbox.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CoreMedia.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVFoundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AVFAudio.framework/Headers/AVFAudio.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioTypes.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/MediaToolbox.framework/Headers/MediaToolbox.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/AudioToolbox.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/Modules/MiniPlayer.swiftmodule : /Users/ymq/swift/MiniPlayer/Sources/PlayerBridge.swift /Users/ymq/swift/MiniPlayer/Sources/MiniPlayerApp.swift /Users/ymq/swift/MiniPlayer/Sources/ProgressSlider.swift /Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/DerivedSources/resource_bundle_accessor.swift /Users/ymq/swift/MiniPlayer/Sources/VideoPlayerView.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreMIDI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreMedia.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/AVFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Synchronization.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AVFAudio.framework/Modules/AVFAudio.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreAudio.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AudioToolbox.framework/Modules/AudioToolbox.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/Modules/SwiftBricks.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreMIDI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreMedia.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AVFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Synchronization.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AVFAudio.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreAudio.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AudioToolbox.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CoreMedia.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVFoundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AVFAudio.framework/Headers/AVFAudio.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioTypes.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/MediaToolbox.framework/Headers/MediaToolbox.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/AudioToolbox.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/Modules/MiniPlayer.swiftdoc : /Users/ymq/swift/MiniPlayer/Sources/PlayerBridge.swift /Users/ymq/swift/MiniPlayer/Sources/MiniPlayerApp.swift /Users/ymq/swift/MiniPlayer/Sources/ProgressSlider.swift /Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/DerivedSources/resource_bundle_accessor.swift /Users/ymq/swift/MiniPlayer/Sources/VideoPlayerView.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreMIDI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreMedia.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/AVFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Synchronization.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AVFAudio.framework/Modules/AVFAudio.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreAudio.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AudioToolbox.framework/Modules/AudioToolbox.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/Modules/SwiftBricks.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreMIDI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreMedia.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AVFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Synchronization.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AVFAudio.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreAudio.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AudioToolbox.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CoreMedia.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVFoundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AVFAudio.framework/Headers/AVFAudio.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioTypes.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/MediaToolbox.framework/Headers/MediaToolbox.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/AudioToolbox.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/Modules/MiniPlayer.swiftsourceinfo : /Users/ymq/swift/MiniPlayer/Sources/PlayerBridge.swift /Users/ymq/swift/MiniPlayer/Sources/MiniPlayerApp.swift /Users/ymq/swift/MiniPlayer/Sources/ProgressSlider.swift /Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/DerivedSources/resource_bundle_accessor.swift /Users/ymq/swift/MiniPlayer/Sources/VideoPlayerView.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreMIDI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreMedia.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/AVFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Synchronization.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AVFAudio.framework/Modules/AVFAudio.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreAudio.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AudioToolbox.framework/Modules/AudioToolbox.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/Modules/SwiftBricks.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreMIDI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreMedia.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AVFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Synchronization.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AVFAudio.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreAudio.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AudioToolbox.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CoreMedia.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVFoundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AVFAudio.framework/Headers/AVFAudio.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioTypes.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/MediaToolbox.framework/Headers/MediaToolbox.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/AudioToolbox.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
diff --git a/.build/arm64-apple-macosx/release/MiniPlayer.build/MiniPlayer.dia b/.build/arm64-apple-macosx/release/MiniPlayer.build/MiniPlayer.dia
new file mode 100644
index 0000000..093d351
Binary files /dev/null and b/.build/arm64-apple-macosx/release/MiniPlayer.build/MiniPlayer.dia differ
diff --git a/.build/arm64-apple-macosx/release/MiniPlayer.build/MiniPlayerApp.swift.o b/.build/arm64-apple-macosx/release/MiniPlayer.build/MiniPlayerApp.swift.o
new file mode 100644
index 0000000..b958fae
Binary files /dev/null and b/.build/arm64-apple-macosx/release/MiniPlayer.build/MiniPlayerApp.swift.o differ
diff --git a/.build/arm64-apple-macosx/release/MiniPlayer.build/PlayerBridge.swift.o b/.build/arm64-apple-macosx/release/MiniPlayer.build/PlayerBridge.swift.o
new file mode 100644
index 0000000..616e37c
Binary files /dev/null and b/.build/arm64-apple-macosx/release/MiniPlayer.build/PlayerBridge.swift.o differ
diff --git a/.build/arm64-apple-macosx/release/MiniPlayer.build/ProgressSlider.swift.o b/.build/arm64-apple-macosx/release/MiniPlayer.build/ProgressSlider.swift.o
new file mode 100644
index 0000000..c0dd35d
Binary files /dev/null and b/.build/arm64-apple-macosx/release/MiniPlayer.build/ProgressSlider.swift.o differ
diff --git a/.build/arm64-apple-macosx/release/MiniPlayer.build/VideoPlayerView.swift.o b/.build/arm64-apple-macosx/release/MiniPlayer.build/VideoPlayerView.swift.o
new file mode 100644
index 0000000..531b98c
Binary files /dev/null and b/.build/arm64-apple-macosx/release/MiniPlayer.build/VideoPlayerView.swift.o differ
diff --git a/.build/arm64-apple-macosx/release/MiniPlayer.build/output-file-map.json b/.build/arm64-apple-macosx/release/MiniPlayer.build/output-file-map.json
new file mode 100644
index 0000000..30499eb
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/MiniPlayer.build/output-file-map.json
@@ -0,0 +1,37 @@
+{
+ "": {
+ "dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/MiniPlayer.d",
+ "object": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/MiniPlayer.o",
+ "swift-dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/master.swiftdeps"
+ },
+ "/Users/ymq/swift/MiniPlayer/Sources/MiniPlayerApp.swift": {
+ "object": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/MiniPlayerApp.swift.o",
+ "swiftmodule": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/MiniPlayerApp~partial.swiftmodule",
+ "swift-dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/MiniPlayerApp.swiftdeps",
+ "diagnostics": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/MiniPlayerApp.dia"
+ },
+ "/Users/ymq/swift/MiniPlayer/Sources/PlayerBridge.swift": {
+ "object": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/PlayerBridge.swift.o",
+ "swiftmodule": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/PlayerBridge~partial.swiftmodule",
+ "swift-dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/PlayerBridge.swiftdeps",
+ "diagnostics": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/PlayerBridge.dia"
+ },
+ "/Users/ymq/swift/MiniPlayer/Sources/ProgressSlider.swift": {
+ "object": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/ProgressSlider.swift.o",
+ "swiftmodule": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/ProgressSlider~partial.swiftmodule",
+ "swift-dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/ProgressSlider.swiftdeps",
+ "diagnostics": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/ProgressSlider.dia"
+ },
+ "/Users/ymq/swift/MiniPlayer/Sources/VideoPlayerView.swift": {
+ "object": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/VideoPlayerView.swift.o",
+ "swiftmodule": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/VideoPlayerView~partial.swiftmodule",
+ "swift-dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/VideoPlayerView.swiftdeps",
+ "diagnostics": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/VideoPlayerView.dia"
+ },
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/DerivedSources/resource_bundle_accessor.swift": {
+ "object": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/resource_bundle_accessor.swift.o",
+ "swiftmodule": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/resource_bundle_accessor~partial.swiftmodule",
+ "swift-dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/resource_bundle_accessor.swiftdeps",
+ "diagnostics": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/resource_bundle_accessor.dia"
+ }
+}
diff --git a/.build/arm64-apple-macosx/release/MiniPlayer.build/resource_bundle_accessor.swift.o b/.build/arm64-apple-macosx/release/MiniPlayer.build/resource_bundle_accessor.swift.o
new file mode 100644
index 0000000..ebd3c2e
Binary files /dev/null and b/.build/arm64-apple-macosx/release/MiniPlayer.build/resource_bundle_accessor.swift.o differ
diff --git a/.build/arm64-apple-macosx/release/MiniPlayer.build/sources b/.build/arm64-apple-macosx/release/MiniPlayer.build/sources
new file mode 100644
index 0000000..2892a13
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/MiniPlayer.build/sources
@@ -0,0 +1,5 @@
+/Users/ymq/swift/MiniPlayer/Sources/MiniPlayerApp.swift
+/Users/ymq/swift/MiniPlayer/Sources/PlayerBridge.swift
+/Users/ymq/swift/MiniPlayer/Sources/ProgressSlider.swift
+/Users/ymq/swift/MiniPlayer/Sources/VideoPlayerView.swift
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/DerivedSources/resource_bundle_accessor.swift
diff --git a/.build/arm64-apple-macosx/release/MiniPlayer.dSYM/Contents/Info.plist b/.build/arm64-apple-macosx/release/MiniPlayer.dSYM/Contents/Info.plist
new file mode 100644
index 0000000..579fa04
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/MiniPlayer.dSYM/Contents/Info.plist
@@ -0,0 +1,20 @@
+
+
+
+
+ CFBundleDevelopmentRegion
+ English
+ CFBundleIdentifier
+ com.apple.xcode.dsym.MiniPlayer
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundlePackageType
+ dSYM
+ CFBundleSignature
+ ????
+ CFBundleShortVersionString
+ 1.0
+ CFBundleVersion
+ 1
+
+
diff --git a/.build/arm64-apple-macosx/release/MiniPlayer.dSYM/Contents/Resources/DWARF/MiniPlayer b/.build/arm64-apple-macosx/release/MiniPlayer.dSYM/Contents/Resources/DWARF/MiniPlayer
new file mode 100644
index 0000000..02e4f16
Binary files /dev/null and b/.build/arm64-apple-macosx/release/MiniPlayer.dSYM/Contents/Resources/DWARF/MiniPlayer differ
diff --git a/.build/arm64-apple-macosx/release/MiniPlayer.dSYM/Contents/Resources/Relocations/aarch64/MiniPlayer.yml b/.build/arm64-apple-macosx/release/MiniPlayer.dSYM/Contents/Resources/Relocations/aarch64/MiniPlayer.yml
new file mode 100644
index 0000000..174b88d
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/MiniPlayer.dSYM/Contents/Resources/Relocations/aarch64/MiniPlayer.yml
@@ -0,0 +1,2855 @@
+---
+triple: 'arm64-apple-darwin'
+binary-path: '/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer'
+relocations:
+ - { offset: 0x123747, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI17EnvironmentValuesVAAE7dismissAA13DismissActionVvpACTK', symObjAddr: 0x3488, symBinAddr: 0x100004AF8, symSize: 0x20 }
+ - { offset: 0x12381A, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppVAC7SwiftUI0C0AAWl', symObjAddr: 0x475C, symBinAddr: 0x100005DCC, symSize: 0x40 }
+ - { offset: 0x12382E, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11StateObjectV7StorageOy10MiniPlayer0G6BridgeC_GWOy', symObjAddr: 0x47A0, symBinAddr: 0x100005E10, symSize: 0x8 }
+ - { offset: 0x123842, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppVwxx', symObjAddr: 0x47A8, symBinAddr: 0x100005E18, symSize: 0x10 }
+ - { offset: 0x123856, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11StateObjectV7StorageOy10MiniPlayer0G6BridgeC_GWOe', symObjAddr: 0x47B8, symBinAddr: 0x100005E28, symSize: 0x8 }
+ - { offset: 0x12386A, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppVwca', symObjAddr: 0x4808, symBinAddr: 0x100005E78, symSize: 0x54 }
+ - { offset: 0x12387E, size: 0x8, addend: 0x0, symName: ___swift_memcpy17_8, symObjAddr: 0x485C, symBinAddr: 0x100005ECC, symSize: 0x14 }
+ - { offset: 0x123892, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppVwta', symObjAddr: 0x4870, symBinAddr: 0x100005EE0, symSize: 0x44 }
+ - { offset: 0x1238A6, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppVwet', symObjAddr: 0x48B4, symBinAddr: 0x100005F24, symSize: 0x48 }
+ - { offset: 0x1238BA, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppVwst', symObjAddr: 0x48FC, symBinAddr: 0x100005F6C, symSize: 0x44 }
+ - { offset: 0x1238CE, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppVMa', symObjAddr: 0x4940, symBinAddr: 0x100005FB0, symSize: 0x10 }
+ - { offset: 0x1238E2, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV7SwiftUI0C0AA4BodyAdEP_AD5ScenePWT', symObjAddr: 0x4950, symBinAddr: 0x100005FC0, symSize: 0x10 }
+ - { offset: 0x1238F6, size: 0x8, addend: 0x0, symName: ___swift_instantiateConcreteTypeFromMangledNameV2, symObjAddr: 0x4960, symBinAddr: 0x100005FD0, symSize: 0x50 }
+ - { offset: 0x12390A, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV4bodyQrvg7SwiftUI4ViewPAEE8onAppear7performQryycSg_tFQOyAgEE5frame8minWidth05idealM003maxM00L6Height0nP00oP09alignmentQr12CoreGraphics7CGFloatVSg_A5vE9AlignmentVtFQOyAA07ContentG0V_Qo__Qo_ycfU_TA', symObjAddr: 0x49B4, symBinAddr: 0x100006024, symSize: 0xC }
+ - { offset: 0x12391E, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACy10MiniPlayer0D4ViewVAA16_FlexFrameLayoutVGAA25_AppearanceActionModifierVGACyxq_GAA0G0A2aNRzAA0gM0R_rlWl', symObjAddr: 0x49C0, symBinAddr: 0x100006030, symSize: 0x78 }
+ - { offset: 0x123932, size: 0x8, addend: 0x0, symName: ___swift_instantiateConcreteTypeFromMangledNameAbstractV2, symObjAddr: 0x4A38, symBinAddr: 0x1000060A8, symSize: 0x54 }
+ - { offset: 0x123946, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVy10MiniPlayer0D4ViewVAA16_FlexFrameLayoutVGACyxq_GAA0G0A2aKRzAA0G8ModifierR_rlWl', symObjAddr: 0x4A8C, symBinAddr: 0x1000060FC, symSize: 0x78 }
+ - { offset: 0x12395A, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer11ContentViewVAC7SwiftUI0D0AAWl', symObjAddr: 0x4B04, symBinAddr: 0x100006174, symSize: 0x40 }
+ - { offset: 0x12396E, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0G0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9EmptyViewVGAE0K4MenuVyAE05TupleN0VyAE0N0PAEE16keyboardShortcut_9modifiersQrAE13KeyEquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAE4TextVG_Qo__AE7DividerVA4_A4_A6_A4_A6_A4_tGGAPyARyA4__A6_A4_tGGQo_yXEfU0_TA', symObjAddr: 0x4B44, symBinAddr: 0x1000061B4, symSize: 0xC }
+ - { offset: 0x123982, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0G0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9EmptyViewVGAE0K4MenuVyAE05TupleN0VyAE0N0PAEE16keyboardShortcut_9modifiersQrAE13KeyEquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAE4TextVG_Qo__AE7DividerVA4_A4_A6_A4_A6_A4_tGGAPyARyA4__A6_A4_tGGQo_yXEfU0_A7_yXEfU0_TA', symObjAddr: 0x4B50, symBinAddr: 0x1000061C0, symSize: 0xC }
+ - { offset: 0x123996, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0G0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9EmptyViewVGAE0K4MenuVyAE05TupleN0VyAE0N0PAEE16keyboardShortcut_9modifiersQrAE13KeyEquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAE4TextVG_Qo__AE7DividerVA4_A4_A6_A4_A6_A4_tGGAPyARyA4__A6_A4_tGGQo_yXEfU0_A9_yXEfU1_TA', symObjAddr: 0x4B5C, symBinAddr: 0x1000061CC, symSize: 0xC }
+ - { offset: 0x1239AA, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0G0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9EmptyViewVGAE0K4MenuVyAE05TupleN0VyAE0N0PAEE16keyboardShortcut_9modifiersQrAE13KeyEquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAE4TextVG_Qo__AE7DividerVA4_A4_A6_A4_A6_A4_tGGAPyARyA4__A6_A4_tGGQo_yXEfU0_A9_yXEfU1_yyScMYccfU_TA', symObjAddr: 0x4B68, symBinAddr: 0x1000061D8, symSize: 0x24 }
+ - { offset: 0x1239BE, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0G0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9EmptyViewVGAE0K4MenuVyAE05TupleN0VyAE0N0PAEE16keyboardShortcut_9modifiersQrAE13KeyEquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAE4TextVG_Qo__AE7DividerVA4_A4_A6_A4_A6_A4_tGGAPyARyA4__A6_A4_tGGQo_yXEfU0_A9_yXEfU1_yyScMYccfU0_TA', symObjAddr: 0x4B8C, symBinAddr: 0x1000061FC, symSize: 0xC }
+ - { offset: 0x1239D2, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0G0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9EmptyViewVGAE0K4MenuVyAE05TupleN0VyAE0N0PAEE16keyboardShortcut_9modifiersQrAE13KeyEquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAE4TextVG_Qo__AE7DividerVA4_A4_A6_A4_A6_A4_tGGAPyARyA4__A6_A4_tGGQo_yXEfU0_A7_yXEfU0_yyScMYccfU_TA', symObjAddr: 0x4F14, symBinAddr: 0x100006578, symSize: 0xC }
+ - { offset: 0x1239E6, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0G0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9EmptyViewVGAE0K4MenuVyAE05TupleN0VyAE0N0PAEE16keyboardShortcut_9modifiersQrAE13KeyEquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAE4TextVG_Qo__AE7DividerVA4_A4_A6_A4_A6_A4_tGGAPyARyA4__A6_A4_tGGQo_yXEfU0_A7_yXEfU0_yyScMYccfU0_TA', symObjAddr: 0x4F20, symBinAddr: 0x100006584, symSize: 0xC }
+ - { offset: 0x1239FA, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0G0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9EmptyViewVGAE0K4MenuVyAE05TupleN0VyAE0N0PAEE16keyboardShortcut_9modifiersQrAE13KeyEquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAE4TextVG_Qo__AE7DividerVA4_A4_A6_A4_A6_A4_tGGAPyARyA4__A6_A4_tGGQo_yXEfU0_A7_yXEfU0_yyScMYccfU1_TA', symObjAddr: 0x4F2C, symBinAddr: 0x100006590, symSize: 0x24 }
+ - { offset: 0x123A0E, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0G0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9EmptyViewVGAE0K4MenuVyAE05TupleN0VyAE0N0PAEE16keyboardShortcut_9modifiersQrAE13KeyEquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAE4TextVG_Qo__AE7DividerVA4_A4_A6_A4_A6_A4_tGGAPyARyA4__A6_A4_tGGQo_yXEfU0_A7_yXEfU0_yyScMYccfU2_TA', symObjAddr: 0x4F50, symBinAddr: 0x1000065B4, symSize: 0xC }
+ - { offset: 0x123A22, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0G0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9EmptyViewVGAE0K4MenuVyAE05TupleN0VyAE0N0PAEE16keyboardShortcut_9modifiersQrAE13KeyEquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAE4TextVG_Qo__AE7DividerVA4_A4_A6_A4_A6_A4_tGGAPyARyA4__A6_A4_tGGQo_yXEfU0_A7_yXEfU0_yyScMYccfU3_TA', symObjAddr: 0x4F5C, symBinAddr: 0x1000065C0, symSize: 0x24 }
+ - { offset: 0x123A36, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV4bodyQrvg7SwiftUI4ViewPAEE8onAppear7performQryycSg_tFQOyAgEE5frame8minWidth05idealM003maxM00L6Height0nP00oP09alignmentQr12CoreGraphics7CGFloatVSg_A5vE9AlignmentVtFQOyAA07ContentG0V_Qo__Qo_ycfU_yycfU_TA', symObjAddr: 0x4FA8, symBinAddr: 0x10000660C, symSize: 0x24 }
+ - { offset: 0x123A4A, size: 0x8, addend: 0x0, symName: ___swift_memcpy24_4, symObjAddr: 0x4FCC, symBinAddr: 0x100006630, symSize: 0x14 }
+ - { offset: 0x123A5E, size: 0x8, addend: 0x0, symName: ___swift_noop_void_return, symObjAddr: 0x4FE0, symBinAddr: 0x100006644, symSize: 0x4 }
+ - { offset: 0x123A72, size: 0x8, addend: 0x0, symName: '_$sSo6CMTimeawet', symObjAddr: 0x4FE4, symBinAddr: 0x100006648, symSize: 0x20 }
+ - { offset: 0x123A86, size: 0x8, addend: 0x0, symName: '_$sSo6CMTimeawst', symObjAddr: 0x5004, symBinAddr: 0x100006668, symSize: 0x2C }
+ - { offset: 0x123A9A, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer11ContentViewVwxx', symObjAddr: 0x5070, symBinAddr: 0x1000066D4, symSize: 0x8 }
+ - { offset: 0x123AAE, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer11ContentViewVwca', symObjAddr: 0x5078, symBinAddr: 0x1000066DC, symSize: 0x40 }
+ - { offset: 0x123AC2, size: 0x8, addend: 0x0, symName: ___swift_memcpy16_8, symObjAddr: 0x50B8, symBinAddr: 0x10000671C, symSize: 0xC }
+ - { offset: 0x123AD6, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer11ContentViewVwta', symObjAddr: 0x50C4, symBinAddr: 0x100006728, symSize: 0x30 }
+ - { offset: 0x123AEA, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer11ContentViewVwet', symObjAddr: 0x50F4, symBinAddr: 0x100006758, symSize: 0x48 }
+ - { offset: 0x123AFE, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer11ContentViewVwst', symObjAddr: 0x513C, symBinAddr: 0x1000067A0, symSize: 0x3C }
+ - { offset: 0x123B12, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer11ContentViewVMa', symObjAddr: 0x5178, symBinAddr: 0x1000067DC, symSize: 0x10 }
+ - { offset: 0x123B26, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer11ContentViewV7SwiftUI0D0AA4BodyAdEP_AGWT', symObjAddr: 0x5250, symBinAddr: 0x1000068B4, symSize: 0x10 }
+ - { offset: 0x123B3A, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVy0A6Bricks0E4ViewVAA16_OverlayModifierVyACyACyACyACyACyACyAA4TextVAA14_PaddingLayoutVGAA016_BackgroundStyleH0VyAA5ColorVGGAA022_EnvironmentKeyWritingH0VyAQSgGGAA11_ClipEffectVyAA16RoundedRectangleVGGALGAA06_TraitqH0VyAA010TransitionvP0VGGSgGGACyxq_GAA0F0A2AA14_RzAA0fH0R_rlWl', symObjAddr: 0x52C0, symBinAddr: 0x100006924, symSize: 0x98 }
+ - { offset: 0x123B4E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewVAC0A2UI0C0AAWl', symObjAddr: 0x5358, symBinAddr: 0x1000069BC, symSize: 0x40 }
+ - { offset: 0x123B62, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaVSgWOg', symObjAddr: 0x53E0, symBinAddr: 0x100006A44, symSize: 0x18 }
+ - { offset: 0x123B76, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer11ContentViewV4bodyQrvg7SwiftUI012_ConditionalC0VyAE0D0PAEE5sheet11isPresented9onDismiss7contentQrAE7BindingVySbG_yycSgqd__yctAeHRd__lFQOyAiEEAjklMQrAP_AQqd__yctAeHRd__lFQOyAiEE7overlay9alignmentAMQrAE9AlignmentV_qd__yXEtAeHRd__lFQOy0F6Bricks0sD0V_AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEE12cornerRadius_11antialiasedQrA6__SbtFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___A3_tAE10ShapeStyleRd__lFQOyAiEEA_yQrA6_FQOyAE4TextV_Qo__A12_Qo__Qo__Qo__Qo__AE07OpacityU0VQo_SgQo__AA14URLInputDialogVQo__AA17TrackSelectDialogVQo_AE08ProgressD0VyA18_AE05EmptyD0VGGyXEfU_A30_ycfU0_TA', symObjAddr: 0x541C, symBinAddr: 0x100006A80, symSize: 0x8 }
+ - { offset: 0x123B8A, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer11ContentViewV4bodyQrvg7SwiftUI012_ConditionalC0VyAE0D0PAEE5sheet11isPresented9onDismiss7contentQrAE7BindingVySbG_yycSgqd__yctAeHRd__lFQOyAiEEAjklMQrAP_AQqd__yctAeHRd__lFQOyAiEE7overlay9alignmentAMQrAE9AlignmentV_qd__yXEtAeHRd__lFQOy0F6Bricks0sD0V_AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEE12cornerRadius_11antialiasedQrA6__SbtFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___A3_tAE10ShapeStyleRd__lFQOyAiEEA_yQrA6_FQOyAE4TextV_Qo__A12_Qo__Qo__Qo__Qo__AE07OpacityU0VQo_SgQo__AA14URLInputDialogVQo__AA17TrackSelectDialogVQo_AE08ProgressD0VyA18_AE05EmptyD0VGGyXEfU_A33_ycfU1_TA', symObjAddr: 0x542C, symBinAddr: 0x100006A90, symSize: 0x8 }
+ - { offset: 0x123B9E, size: 0x8, addend: 0x0, symName: '_$sS2SSysWl', symObjAddr: 0x543C, symBinAddr: 0x100006AA0, symSize: 0x40 }
+ - { offset: 0x123BB2, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI9TextFieldVA2A0C0VRszrlE_4textACyAEGAA18LocalizedStringKeyV_AA7BindingVySSGtcfcySbcfU_', symObjAddr: 0x547C, symBinAddr: 0x100006AE0, symSize: 0x4 }
+ - { offset: 0x123BCA, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI9TextFieldVA2A0C0VRszrlE_4textACyAEGAA18LocalizedStringKeyV_AA7BindingVySSGtcfcyycfU0_', symObjAddr: 0x5480, symBinAddr: 0x100006AE4, symSize: 0x4 }
+ - { offset: 0x123BE2, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI17EnvironmentValuesV15foregroundColorAA0F0VSgvpACTKq', symObjAddr: 0x5484, symBinAddr: 0x100006AE8, symSize: 0x28 }
+ - { offset: 0x123BFA, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI17EnvironmentValuesV15foregroundColorAA0F0VSgvpACTkq', symObjAddr: 0x54AC, symBinAddr: 0x100006B10, symSize: 0x28 }
+ - { offset: 0x123C12, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyACyACyACyAA4TextVAA14_PaddingLayoutVGAA24_BackgroundStyleModifierVyAA5ColorVGGAA022_EnvironmentKeyWritingJ0VyALSgGGAA11_ClipEffectVyAA16RoundedRectangleVGGAGGAA06_TraitnJ0VyAA010TransitionsM0VGGWOb', symObjAddr: 0x54D4, symBinAddr: 0x100006B38, symSize: 0x50 }
+ - { offset: 0x123C26, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogVwCP', symObjAddr: 0x5524, symBinAddr: 0x100006B88, symSize: 0xE0 }
+ - { offset: 0x123C3A, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogVwxx', symObjAddr: 0x5604, symBinAddr: 0x100006C68, symSize: 0x7C }
+ - { offset: 0x123C4E, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogVwcp', symObjAddr: 0x5680, symBinAddr: 0x100006CE4, symSize: 0xAC }
+ - { offset: 0x123C62, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogVwca', symObjAddr: 0x572C, symBinAddr: 0x100006D90, symSize: 0xEC }
+ - { offset: 0x123C76, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogVwtk', symObjAddr: 0x5818, symBinAddr: 0x100006E7C, symSize: 0xAC }
+ - { offset: 0x123C8A, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogVwta', symObjAddr: 0x58C4, symBinAddr: 0x100006F28, symSize: 0xE0 }
+ - { offset: 0x123C9E, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogVwet', symObjAddr: 0x59A4, symBinAddr: 0x100007008, symSize: 0xC }
+ - { offset: 0x123CB2, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogVwst', symObjAddr: 0x5A3C, symBinAddr: 0x1000070A0, symSize: 0xC }
+ - { offset: 0x123CC6, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogVMr', symObjAddr: 0x5AC8, symBinAddr: 0x10000712C, symSize: 0x74 }
+ - { offset: 0x123CDA, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11EnvironmentV7ContentOyAA13DismissActionV_GMa', symObjAddr: 0x5B3C, symBinAddr: 0x1000071A0, symSize: 0x54 }
+ - { offset: 0x123CEE, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogVwCP', symObjAddr: 0x5B90, symBinAddr: 0x1000071F4, symSize: 0x108 }
+ - { offset: 0x123D02, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogVwxx', symObjAddr: 0x5C98, symBinAddr: 0x1000072FC, symSize: 0x8C }
+ - { offset: 0x123D16, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogVwcp', symObjAddr: 0x5D24, symBinAddr: 0x100007388, symSize: 0xD4 }
+ - { offset: 0x123D2A, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogVwca', symObjAddr: 0x5DF8, symBinAddr: 0x10000745C, symSize: 0x124 }
+ - { offset: 0x123D3E, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogVwtk', symObjAddr: 0x5F1C, symBinAddr: 0x100007580, symSize: 0xB4 }
+ - { offset: 0x123D52, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogVwta', symObjAddr: 0x5FD0, symBinAddr: 0x100007634, symSize: 0x100 }
+ - { offset: 0x123D66, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogVwet', symObjAddr: 0x60D0, symBinAddr: 0x100007734, symSize: 0xC }
+ - { offset: 0x123D7A, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogVwst', symObjAddr: 0x6168, symBinAddr: 0x1000077CC, symSize: 0xC }
+ - { offset: 0x123D8E, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogVMr', symObjAddr: 0x61F4, symBinAddr: 0x100007858, symSize: 0x7C }
+ - { offset: 0x123DA2, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI5GroupVyAA19_ConditionalContentVyAA4ViewPAAE5sheet11isPresented9onDismiss7contentQrAA7BindingVySbG_yycSgqd__yctAaFRd__lFQOyAgAEAhijKQrAN_AOqd__yctAaFRd__lFQOyAA08ModifiedE0Vy0A6Bricks0oF0VAA16_OverlayModifierVyAQyAQyAQyAQyAQyAQyAA4TextVAA14_PaddingLayoutVGAA016_BackgroundStyleQ0VyAA5ColorVGGAA022_EnvironmentKeyWritingQ0VyA3_SgGGAA11_ClipEffectVyAA16RoundedRectangleVGGAZGAA06_TraitzQ0VyAA015TransitionTraitY0VGGSgGG_10MiniPlayer14URLInputDialogVQo__A27_17TrackSelectDialogVQo_AA08ProgressF0VyAxA05EmptyF0VGGGACyxGAaf2aFRzlWl', symObjAddr: 0x62CC, symBinAddr: 0x100007930, symSize: 0x70 }
+ - { offset: 0x123DB6, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyAA4ViewPAAE5sheet11isPresented9onDismiss7contentQrAA7BindingVySbG_yycSgqd__yctAaDRd__lFQOyAeAEAfghIQrAL_AMqd__yctAaDRd__lFQOyAA08ModifiedD0Vy0A6Bricks0nE0VAA16_OverlayModifierVyAOyAOyAOyAOyAOyAOyAA4TextVAA14_PaddingLayoutVGAA016_BackgroundStyleP0VyAA5ColorVGGAA022_EnvironmentKeyWritingP0VyA1_SgGGAA11_ClipEffectVyAA16RoundedRectangleVGGAXGAA06_TraityP0VyAA015TransitionTraitX0VGGSgGG_10MiniPlayer14URLInputDialogVQo__A25_17TrackSelectDialogVQo_AA08ProgressE0VyAvA05EmptyE0VGGACyxq_GAad2aDRzAaDR_rlWl', symObjAddr: 0x633C, symBinAddr: 0x1000079A0, symSize: 0x178 }
+ - { offset: 0x123DCA, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogV7SwiftUI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0x64B4, symBinAddr: 0x100007B18, symSize: 0x10 }
+ - { offset: 0x123DDE, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogV7SwiftUI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0x64C4, symBinAddr: 0x100007B28, symSize: 0x10 }
+ - { offset: 0x123DF2, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4TextV7StorageOWOe', symObjAddr: 0x64D4, symBinAddr: 0x100007B38, symSize: 0x10 }
+ - { offset: 0x123E06, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4TextV7StorageOWOy', symObjAddr: 0x64E4, symBinAddr: 0x100007B48, symSize: 0x10 }
+ - { offset: 0x123E1A, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI17EnvironmentValuesV9isEnabledSbvpACTKq', symObjAddr: 0x6624, symBinAddr: 0x100007C88, symSize: 0x2C }
+ - { offset: 0x123E32, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI17EnvironmentValuesV9isEnabledSbvpACTkq', symObjAddr: 0x6650, symBinAddr: 0x100007CB4, symSize: 0x24 }
+ - { offset: 0x123E55, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewPAAE8disabledyQrSbFySbzcfU_TA', symObjAddr: 0x6684, symBinAddr: 0x100007CE8, symSize: 0x18 }
+ - { offset: 0x123E7E, size: 0x8, addend: 0x0, symName: '_$s2os32getNullTerminatedUTF8PointerImpl_21storingStringOwnersInSVSS_SpyypGSgztF', symObjAddr: 0x6724, symBinAddr: 0x100007D88, symSize: 0xC8 }
+ - { offset: 0x123E96, size: 0x8, addend: 0x0, symName: ___swift_destroy_boxed_opaque_existential_0, symObjAddr: 0x67EC, symBinAddr: 0x100007E50, symSize: 0x20 }
+ - { offset: 0x123EAA, size: 0x8, addend: 0x0, symName: '_$ss11_StringGutsV16_deconstructUTF87scratchyXlSg5owner_xSi6lengthSb11usesScratchSb15allocatedMemorytSwSg_ts8_PointerRzlFSV_Tgq5', symObjAddr: 0x680C, symBinAddr: 0x100007E70, symSize: 0x108 }
+ - { offset: 0x123ED7, size: 0x8, addend: 0x0, symName: '_$sypWOc', symObjAddr: 0x6914, symBinAddr: 0x100007F78, symSize: 0x3C }
+ - { offset: 0x123F01, size: 0x8, addend: 0x0, symName: '_$ss11_StringGutsV23_allocateForDeconstructyXl5owner_SVSi6lengthtyF', symObjAddr: 0x6950, symBinAddr: 0x100007FB4, symSize: 0x64 }
+ - { offset: 0x123F43, size: 0x8, addend: 0x0, symName: '_$ss32_copyCollectionToContiguousArrayys0dE0Vy7ElementQzGxSlRzlFSS8UTF8ViewV_Tgq5', symObjAddr: 0x69B4, symBinAddr: 0x100008018, symSize: 0x98 }
+ - { offset: 0x123F9A, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lFs5UInt8V_SayAFGTgq5', symObjAddr: 0x6A4C, symBinAddr: 0x1000080B0, symSize: 0xE8 }
+ - { offset: 0x12406D, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV19_uninitializedCount15minimumCapacityAByxGSi_SitcfCs5UInt8V_Tt1gq5', symObjAddr: 0x6B34, symBinAddr: 0x100008198, symSize: 0x70 }
+ - { offset: 0x1240C2, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFs5UInt8V_Tgq5', symObjAddr: 0x6BA4, symBinAddr: 0x100008208, symSize: 0xF0 }
+ - { offset: 0x124204, size: 0x8, addend: 0x0, symName: '_$ss30_copySequenceToContiguousArrayys0dE0Vy7ElementQzGxSTRzlFs010EnumeratedB0VySaySSGG_Tg5', symObjAddr: 0x6CE4, symBinAddr: 0x100008348, symSize: 0x1B4 }
+ - { offset: 0x1243E8, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE7ForEachVySaySi6offset_SS7elementtGSiAE0J0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyApEE12contentShape_6eoFillQrqd___SbtAE0U0Rd__lFQOyApEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAI_AE6SpacerVAISgtGG_Qo__AE9RectangleVQo_G_AE05PlainsQ0VQo_GAE7DividerVATyAIGtGyXEfU_A14_Si_SStcfU_TA', symObjAddr: 0x6F24, symBinAddr: 0x100008588, symSize: 0x64 }
+ - { offset: 0x124407, size: 0x8, addend: 0x0, symName: '_$sSiSS7SwiftUI4ViewPAAE11buttonStyleyQrqd__AA015PrimitiveButtonE0Rd__lFQOyAA0G0VyAA15ModifiedContentVyAIyAA6HStackVyAA05TupleC0VyAA4TextV_AA6SpacerVAOSgtGGAA14_PaddingLayoutVGAA01_I13ShapeModifierVyAA9RectangleVGGG_AA05PlaingE0VQo_Iegygr_Si6offset_SS7elementtA5_Iegnr_TRTA', symObjAddr: 0x6F88, symBinAddr: 0x1000085EC, symSize: 0x2C }
+ - { offset: 0x124430, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE7ForEachVySaySi6offset_SS7elementtGSiAE0J0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyApEE12contentShape_6eoFillQrqd___SbtAE0U0Rd__lFQOyApEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAI_AE6SpacerVAISgtGG_Qo__AE9RectangleVQo_G_AE05PlainsQ0VQo_GAE7DividerVATyAIGtGyXEfU_A14_Si_SStcfU_yyScMYccfU_TA', symObjAddr: 0x713C, symBinAddr: 0x1000087A0, symSize: 0x40 }
+ - { offset: 0x124444, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE7ForEachVySaySi6offset_SS7elementtGSiAE0J0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyApEE12contentShape_6eoFillQrqd___SbtAE0U0Rd__lFQOyApEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAI_AE6SpacerVAISgtGG_Qo__AE9RectangleVQo_G_AE05PlainsQ0VQo_GAE7DividerVATyAIGtGyXEfU_A14_Si_SStcfU_A10_yXEfU0_TA', symObjAddr: 0x717C, symBinAddr: 0x1000087E0, symSize: 0x8 }
+ - { offset: 0x124458, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA6HStackVyAA9TupleViewVyAA4TextV_AA6SpacerVAISgtGGAA14_PaddingLayoutVGAA01_D13ShapeModifierVyAA9RectangleVGGACyxq_GAA0G0A2aYRzAA0gM0R_rlWl', symObjAddr: 0x7184, symBinAddr: 0x1000087E8, symSize: 0x98 }
+ - { offset: 0x12446C, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6HStackVyAA9TupleViewVyAA4TextV_AA6SpacerVAISgtGGAA14_PaddingLayoutVGACyxq_GAA0G0A2aSRzAA0G8ModifierR_rlWl', symObjAddr: 0x721C, symBinAddr: 0x100008880, symSize: 0x98 }
+ - { offset: 0x124480, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4TextVSgWOy', symObjAddr: 0x7344, symBinAddr: 0x1000089A8, symSize: 0x30 }
+ - { offset: 0x124494, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4TextVSgWOe', symObjAddr: 0x7374, symBinAddr: 0x1000089D8, symSize: 0x30 }
+ - { offset: 0x1244A8, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC11selectTrack5indexySi_tFyyYacfU_TA', symObjAddr: 0x73D8, symBinAddr: 0x100008A3C, symSize: 0x80 }
+ - { offset: 0x1244BC, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC11selectTrack5indexySi_tFyyYacfU_TATQ0_', symObjAddr: 0x7458, symBinAddr: 0x100008ABC, symSize: 0x40 }
+ - { offset: 0x1244D0, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA6VStackVyAA9TupleViewVyAA4TextV_AA0G0PAAE14textFieldStyleyQrqd__AA0hjK0Rd__lFQOyAA0hJ0VyAIG_AA013RoundedBorderhjK0VQo_AA6HStackVyAGyAA6ButtonVyAIG_AA6SpacerVACyAkAE16keyboardShortcutyQrAA08KeyboardR0VFQOyAX_Qo_AA32_EnvironmentKeyTransformModifierVySbGGtGGtGGAA14_PaddingLayoutVGAA06_FrameY0VGACyxq_GAaj2aJRzAA0gW0R_rlWl', symObjAddr: 0x749C, symBinAddr: 0x100008B00, symSize: 0x78 }
+ - { offset: 0x1244E4, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6VStackVyAA9TupleViewVyAA4TextV_AA0G0PAAE14textFieldStyleyQrqd__AA0hjK0Rd__lFQOyAA0hJ0VyAIG_AA013RoundedBorderhjK0VQo_AA6HStackVyAGyAA6ButtonVyAIG_AA6SpacerVACyAkAE16keyboardShortcutyQrAA08KeyboardR0VFQOyAX_Qo_AA32_EnvironmentKeyTransformModifierVySbGGtGGtGGAA14_PaddingLayoutVGACyxq_GAaj2aJRzAA0gW0R_rlWl', symObjAddr: 0x7514, symBinAddr: 0x100008B78, symSize: 0x98 }
+ - { offset: 0x1244F8, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA6VStackVyAA9TupleViewVyAA4TextV_AA7ForEachVySaySi6offset_SS7elementtGSiAA0G0PAAE11buttonStyleyQrqd__AA015PrimitiveButtonN0Rd__lFQOyAA0P0VyACyACyAA6HStackVyAGyAI_AA6SpacerVAISgtGGAA14_PaddingLayoutVGAA01_D13ShapeModifierVyAA9RectangleVGGG_AA05PlainpN0VQo_GAA7DividerVATyAIGtGGA1_GAA010_FlexFrameT0VGACyxq_GAao2aORzAA0gV0R_rlWl', symObjAddr: 0x75B0, symBinAddr: 0x100008C14, symSize: 0x78 }
+ - { offset: 0x12450C, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6VStackVyAA9TupleViewVyAA4TextV_AA7ForEachVySaySi6offset_SS7elementtGSiAA0G0PAAE11buttonStyleyQrqd__AA015PrimitiveButtonN0Rd__lFQOyAA0P0VyACyACyAA6HStackVyAGyAI_AA6SpacerVAISgtGGAA14_PaddingLayoutVGAA01_D13ShapeModifierVyAA9RectangleVGGG_AA05PlainpN0VQo_GAA7DividerVATyAIGtGGA1_GACyxq_GAao2aORzAA0gV0R_rlWl', symObjAddr: 0x7628, symBinAddr: 0x100008C8C, symSize: 0x98 }
+ - { offset: 0x12452F, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV7_bridge33_DA61067E2CB2FBF34BCB7CC20ED970BCLL7SwiftUI11StateObjectVyAA0B6BridgeCGvpfiAJycfu_AJycfu0_', symObjAddr: 0x0, symBinAddr: 0x100001670, symSize: 0x34 }
+ - { offset: 0x1245E0, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV4bodyQrvg', symObjAddr: 0x34, symBinAddr: 0x1000016A4, symSize: 0x308 }
+ - { offset: 0x124611, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV4bodyQrvg7SwiftUI4ViewPAEE8onAppear7performQryycSg_tFQOyAgEE5frame8minWidth05idealM003maxM00L6Height0nP00oP09alignmentQr12CoreGraphics7CGFloatVSg_A5vE9AlignmentVtFQOyAA07ContentG0V_Qo__Qo_ycfU_', symObjAddr: 0x33C, symBinAddr: 0x1000019AC, symSize: 0x13C }
+ - { offset: 0x1246C1, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0G0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9EmptyViewVGAE0K4MenuVyAE05TupleN0VyAE0N0PAEE16keyboardShortcut_9modifiersQrAE13KeyEquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAE4TextVG_Qo__AE7DividerVA4_A4_A6_A4_A6_A4_tGGAPyARyA4__A6_A4_tGGQo_yXEfU0_', symObjAddr: 0x478, symBinAddr: 0x100001AE8, symSize: 0x3C8 }
+ - { offset: 0x1246F9, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0G0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9EmptyViewVGAE0K4MenuVyAE05TupleN0VyAE0N0PAEE16keyboardShortcut_9modifiersQrAE13KeyEquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAE4TextVG_Qo__AE7DividerVA4_A4_A6_A4_A6_A4_tGGAPyARyA4__A6_A4_tGGQo_yXEfU0_AMyXEfU_', symObjAddr: 0x840, symBinAddr: 0x100001EB0, symSize: 0x4 }
+ - { offset: 0x124713, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0G0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9EmptyViewVGAE0K4MenuVyAE05TupleN0VyAE0N0PAEE16keyboardShortcut_9modifiersQrAE13KeyEquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAE4TextVG_Qo__AE7DividerVA4_A4_A6_A4_A6_A4_tGGAPyARyA4__A6_A4_tGGQo_yXEfU0_A7_yXEfU0_', symObjAddr: 0x844, symBinAddr: 0x100001EB4, symSize: 0xA38 }
+ - { offset: 0x12484F, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0G0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9EmptyViewVGAE0K4MenuVyAE05TupleN0VyAE0N0PAEE16keyboardShortcut_9modifiersQrAE13KeyEquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAE4TextVG_Qo__AE7DividerVA4_A4_A6_A4_A6_A4_tGGAPyARyA4__A6_A4_tGGQo_yXEfU0_A7_yXEfU0_yyScMYccfU_', symObjAddr: 0x127C, symBinAddr: 0x1000028EC, symSize: 0xB8 }
+ - { offset: 0x124898, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0G0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9EmptyViewVGAE0K4MenuVyAE05TupleN0VyAE0N0PAEE16keyboardShortcut_9modifiersQrAE13KeyEquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAE4TextVG_Qo__AE7DividerVA4_A4_A6_A4_A6_A4_tGGAPyARyA4__A6_A4_tGGQo_yXEfU0_A7_yXEfU0_yyScMYccfU0_', symObjAddr: 0x1334, symBinAddr: 0x1000029A4, symSize: 0xE0 }
+ - { offset: 0x124985, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0G0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9EmptyViewVGAE0K4MenuVyAE05TupleN0VyAE0N0PAEE16keyboardShortcut_9modifiersQrAE13KeyEquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAE4TextVG_Qo__AE7DividerVA4_A4_A6_A4_A6_A4_tGGAPyARyA4__A6_A4_tGGQo_yXEfU0_A7_yXEfU0_yyScMYccfU2_', symObjAddr: 0x1414, symBinAddr: 0x100002A84, symSize: 0x12C }
+ - { offset: 0x124A2A, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0G0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9EmptyViewVGAE0K4MenuVyAE05TupleN0VyAE0N0PAEE16keyboardShortcut_9modifiersQrAE13KeyEquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAE4TextVG_Qo__AE7DividerVA4_A4_A6_A4_A6_A4_tGGAPyARyA4__A6_A4_tGGQo_yXEfU0_A9_yXEfU1_', symObjAddr: 0x1540, symBinAddr: 0x100002BB0, symSize: 0x4C4 }
+ - { offset: 0x124A6A, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0G0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9EmptyViewVGAE0K4MenuVyAE05TupleN0VyAE0N0PAEE16keyboardShortcut_9modifiersQrAE13KeyEquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAE4TextVG_Qo__AE7DividerVA4_A4_A6_A4_A6_A4_tGGAPyARyA4__A6_A4_tGGQo_yXEfU0_A9_yXEfU1_yyScMYccfU0_', symObjAddr: 0x1A88, symBinAddr: 0x1000030F8, symSize: 0xB0 }
+ - { offset: 0x1256A1, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV7SwiftUI0C0AadEP4body4BodyQzvgTW', symObjAddr: 0x1B38, symBinAddr: 0x1000031A8, symSize: 0xC }
+ - { offset: 0x1256BC, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0aB3AppV7SwiftUI0C0AadEPxycfCTW', symObjAddr: 0x1B44, symBinAddr: 0x1000031B4, symSize: 0x14 }
+ - { offset: 0x125711, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer11ContentViewV4bodyQrvg7SwiftUI012_ConditionalC0VyAE0D0PAEE5sheet11isPresented9onDismiss7contentQrAE7BindingVySbG_yycSgqd__yctAeHRd__lFQOyAiEEAjklMQrAP_AQqd__yctAeHRd__lFQOyAiEE7overlay9alignmentAMQrAE9AlignmentV_qd__yXEtAeHRd__lFQOy0F6Bricks0sD0V_AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEE12cornerRadius_11antialiasedQrA6__SbtFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___A3_tAE10ShapeStyleRd__lFQOyAiEEA_yQrA6_FQOyAE4TextV_Qo__A12_Qo__Qo__Qo__Qo__AE07OpacityU0VQo_SgQo__AA14URLInputDialogVQo__AA17TrackSelectDialogVQo_AE08ProgressD0VyA18_AE05EmptyD0VGGyXEfU_', symObjAddr: 0x1B58, symBinAddr: 0x1000031C8, symSize: 0x798 }
+ - { offset: 0x125849, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer11ContentViewV4bodyQrvg7SwiftUI012_ConditionalC0VyAE0D0PAEE5sheet11isPresented9onDismiss7contentQrAE7BindingVySbG_yycSgqd__yctAeHRd__lFQOyAiEEAjklMQrAP_AQqd__yctAeHRd__lFQOyAiEE7overlay9alignmentAMQrAE9AlignmentV_qd__yXEtAeHRd__lFQOy0F6Bricks0sD0V_AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEE12cornerRadius_11antialiasedQrA6__SbtFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___A3_tAE10ShapeStyleRd__lFQOyAiEEA_yQrA6_FQOyAE4TextV_Qo__A12_Qo__Qo__Qo__Qo__AE07OpacityU0VQo_SgQo__AA14URLInputDialogVQo__AA17TrackSelectDialogVQo_AE08ProgressD0VyA18_AE05EmptyD0VGGyXEfU_A27_yXEfU_', symObjAddr: 0x22F0, symBinAddr: 0x100003960, symSize: 0x3D0 }
+ - { offset: 0x125A64, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer11ContentViewV4bodyQrvg7SwiftUI012_ConditionalC0VyAE0D0PAEE5sheet11isPresented9onDismiss7contentQrAE7BindingVySbG_yycSgqd__yctAeHRd__lFQOyAiEEAjklMQrAP_AQqd__yctAeHRd__lFQOyAiEE7overlay9alignmentAMQrAE9AlignmentV_qd__yXEtAeHRd__lFQOy0F6Bricks0sD0V_AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEE12cornerRadius_11antialiasedQrA6__SbtFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___A3_tAE10ShapeStyleRd__lFQOyAiEEA_yQrA6_FQOyAE4TextV_Qo__A12_Qo__Qo__Qo__Qo__AE07OpacityU0VQo_SgQo__AA14URLInputDialogVQo__AA17TrackSelectDialogVQo_AE08ProgressD0VyA18_AE05EmptyD0VGGyXEfU_A30_ycfU0_', symObjAddr: 0x26E8, symBinAddr: 0x100003D58, symSize: 0xE0 }
+ - { offset: 0x125AF8, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer11ContentViewV4bodyQrvg7SwiftUI012_ConditionalC0VyAE0D0PAEE5sheet11isPresented9onDismiss7contentQrAE7BindingVySbG_yycSgqd__yctAeHRd__lFQOyAiEEAjklMQrAP_AQqd__yctAeHRd__lFQOyAiEE7overlay9alignmentAMQrAE9AlignmentV_qd__yXEtAeHRd__lFQOy0F6Bricks0sD0V_AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEE12cornerRadius_11antialiasedQrA6__SbtFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___A3_tAE10ShapeStyleRd__lFQOyAiEEA_yQrA6_FQOyAE4TextV_Qo__A12_Qo__Qo__Qo__Qo__AE07OpacityU0VQo_SgQo__AA14URLInputDialogVQo__AA17TrackSelectDialogVQo_AE08ProgressD0VyA18_AE05EmptyD0VGGyXEfU_A33_ycfU1_', symObjAddr: 0x27C8, symBinAddr: 0x100003E38, symSize: 0xA8 }
+ - { offset: 0x125B85, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer11ContentViewV7SwiftUI0D0AadEP4body4BodyQzvgTW', symObjAddr: 0x2890, symBinAddr: 0x100003F00, symSize: 0x8 }
+ - { offset: 0x125BFB, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE0I0PAEE14textFieldStyleyQrqd__AE0jlM0Rd__lFQOyAE0jL0VyAIG_AE013RoundedBorderjlM0VQo_AE6HStackVyAGyAE6ButtonVyAIG_AE6SpacerVAkEE8disabledyQrSbFQOyAkEE16keyboardShortcutyQrAE08KeyboardU0VFQOyAX_Qo__Qo_tGGtGyXEfU_', symObjAddr: 0x2898, symBinAddr: 0x100003F08, symSize: 0x4E4 }
+ - { offset: 0x125CDD, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE0I0PAEE14textFieldStyleyQrqd__AE0jlM0Rd__lFQOyAE0jL0VyAIG_AE013RoundedBorderjlM0VQo_AE6HStackVyAGyAE6ButtonVyAIG_AE6SpacerVAkEE8disabledyQrSbFQOyAkEE16keyboardShortcutyQrAE08KeyboardU0VFQOyAX_Qo__Qo_tGGtGyXEfU_A5_yXEfU_', symObjAddr: 0x2D7C, symBinAddr: 0x1000043EC, symSize: 0x540 }
+ - { offset: 0x125D90, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE0I0PAEE14textFieldStyleyQrqd__AE0jlM0Rd__lFQOyAE0jL0VyAIG_AE013RoundedBorderjlM0VQo_AE6HStackVyAGyAE6ButtonVyAIG_AE6SpacerVAkEE8disabledyQrSbFQOyAkEE16keyboardShortcutyQrAE08KeyboardU0VFQOyAX_Qo__Qo_tGGtGyXEfU_A5_yXEfU_yyScMYccfU_', symObjAddr: 0x32BC, symBinAddr: 0x10000492C, symSize: 0x98 }
+ - { offset: 0x125DCE, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE0I0PAEE14textFieldStyleyQrqd__AE0jlM0Rd__lFQOyAE0jL0VyAIG_AE013RoundedBorderjlM0VQo_AE6HStackVyAGyAE6ButtonVyAIG_AE6SpacerVAkEE8disabledyQrSbFQOyAkEE16keyboardShortcutyQrAE08KeyboardU0VFQOyAX_Qo__Qo_tGGtGyXEfU_A5_yXEfU_yyScMYccfU0_', symObjAddr: 0x3354, symBinAddr: 0x1000049C4, symSize: 0x134 }
+ - { offset: 0x125E63, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer14URLInputDialogV7SwiftUI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0x34A8, symBinAddr: 0x100004B18, symSize: 0x104 }
+ - { offset: 0x125FB9, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogV4bodyQrvg', symObjAddr: 0x35AC, symBinAddr: 0x100004C1C, symSize: 0x17C }
+ - { offset: 0x1260E9, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE7ForEachVySaySi6offset_SS7elementtGSiAE0J0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyApEE12contentShape_6eoFillQrqd___SbtAE0U0Rd__lFQOyApEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAI_AE6SpacerVAISgtGG_Qo__AE9RectangleVQo_G_AE05PlainsQ0VQo_GAE7DividerVATyAIGtGyXEfU_', symObjAddr: 0x3728, symBinAddr: 0x100004D98, symSize: 0x70C }
+ - { offset: 0x1261A5, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE7ForEachVySaySi6offset_SS7elementtGSiAE0J0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyApEE12contentShape_6eoFillQrqd___SbtAE0U0Rd__lFQOyApEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAI_AE6SpacerVAISgtGG_Qo__AE9RectangleVQo_G_AE05PlainsQ0VQo_GAE7DividerVATyAIGtGyXEfU_A14_Si_SStcfU_', symObjAddr: 0x3E34, symBinAddr: 0x1000054A4, symSize: 0x23C }
+ - { offset: 0x126215, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE7ForEachVySaySi6offset_SS7elementtGSiAE0J0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyApEE12contentShape_6eoFillQrqd___SbtAE0U0Rd__lFQOyApEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAI_AE6SpacerVAISgtGG_Qo__AE9RectangleVQo_G_AE05PlainsQ0VQo_GAE7DividerVATyAIGtGyXEfU_A14_Si_SStcfU_yyScMYccfU_', symObjAddr: 0x4070, symBinAddr: 0x1000056E0, symSize: 0x1D0 }
+ - { offset: 0x126298, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE7ForEachVySaySi6offset_SS7elementtGSiAE0J0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyApEE12contentShape_6eoFillQrqd___SbtAE0U0Rd__lFQOyApEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAI_AE6SpacerVAISgtGG_Qo__AE9RectangleVQo_G_AE05PlainsQ0VQo_GAE7DividerVATyAIGtGyXEfU_A14_Si_SStcfU_A10_yXEfU0_', symObjAddr: 0x4240, symBinAddr: 0x1000058B0, symSize: 0x154 }
+ - { offset: 0x126373, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE7ForEachVySaySi6offset_SS7elementtGSiAE0J0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyApEE12contentShape_6eoFillQrqd___SbtAE0U0Rd__lFQOyApEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAI_AE6SpacerVAISgtGG_Qo__AE9RectangleVQo_G_AE05PlainsQ0VQo_GAE7DividerVATyAIGtGyXEfU_A14_Si_SStcfU_A10_yXEfU0_A5_yXEfU_', symObjAddr: 0x4394, symBinAddr: 0x100005A04, symSize: 0x2F8 }
+ - { offset: 0x126482, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE7ForEachVySaySi6offset_SS7elementtGSiAE0J0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyApEE12contentShape_6eoFillQrqd___SbtAE0U0Rd__lFQOyApEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAI_AE6SpacerVAISgtGG_Qo__AE9RectangleVQo_G_AE05PlainsQ0VQo_GAE7DividerVATyAIGtGyXEfU_yyScMYccfU0_', symObjAddr: 0x468C, symBinAddr: 0x100005CFC, symSize: 0x98 }
+ - { offset: 0x126583, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer17TrackSelectDialogV7SwiftUI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0x4724, symBinAddr: 0x100005D94, symSize: 0x4 }
+ - { offset: 0x1265A5, size: 0x8, addend: 0x0, symName: _MiniPlayer_main, symObjAddr: 0x4728, symBinAddr: 0x100005D98, symSize: 0x34 }
+ - { offset: 0x1265CE, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11EnvironmentV12wrappedValuexvgAA13DismissActionV_Tg5', symObjAddr: 0x4B98, symBinAddr: 0x100006208, symSize: 0x264 }
+ - { offset: 0x126975, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer10RepeatModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1040, symBinAddr: 0x100009E0C, symSize: 0xF4 }
+ - { offset: 0x126A8B, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer10RepeatModeOSHAASH9hashValueSivgTW', symObjAddr: 0x1134, symBinAddr: 0x100009F00, symSize: 0xB4 }
+ - { offset: 0x126B3F, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer10RepeatModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x11E8, symBinAddr: 0x100009FB4, symSize: 0x90 }
+ - { offset: 0x126BAF, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer10RepeatModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1278, symBinAddr: 0x10000A044, symSize: 0xB0 }
+ - { offset: 0x126D48, size: 0x8, addend: 0x0, symName: '_$sSlsSQ7ElementRpzrlE10firstIndex2of0C0QzSgAB_tFSaySo22AVMediaSelectionOptionCG_Tg5', symObjAddr: 0x5038, symBinAddr: 0x10000DE04, symSize: 0x110 }
+ - { offset: 0x127779, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC15showTrackDialogSbvpACTK', symObjAddr: 0xC08, symBinAddr: 0x1000099D4, symSize: 0x7C }
+ - { offset: 0x1277A7, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC15showTrackDialogSbvpACTk', symObjAddr: 0xC84, symBinAddr: 0x100009A50, symSize: 0x70 }
+ - { offset: 0x1277F6, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC6engine11SwiftBricks0F6EngineCSgvpACTK', symObjAddr: 0x1408, symBinAddr: 0x10000A1D4, symSize: 0x7C }
+ - { offset: 0x127824, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC6engine11SwiftBricks0F6EngineCSgvpACTk', symObjAddr: 0x1484, symBinAddr: 0x10000A250, symSize: 0x78 }
+ - { offset: 0x12785A, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC6schema11SwiftBricks13ControlSchemaVSgvpACTK', symObjAddr: 0x14FC, symBinAddr: 0x10000A2C8, symSize: 0x9C }
+ - { offset: 0x127888, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC6schema11SwiftBricks13ControlSchemaVSgvpACTk', symObjAddr: 0x1598, symBinAddr: 0x10000A364, symSize: 0xB4 }
+ - { offset: 0x1278BF, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC12toastMessageSSSgvpACTK', symObjAddr: 0x164C, symBinAddr: 0x10000A418, symSize: 0x7C }
+ - { offset: 0x1278ED, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC12toastMessageSSSgvpACTk', symObjAddr: 0x16C8, symBinAddr: 0x10000A494, symSize: 0x80 }
+ - { offset: 0x127925, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC15availableTracksSaySSGvpACTK', symObjAddr: 0x1748, symBinAddr: 0x10000A514, symSize: 0x7C }
+ - { offset: 0x127953, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC15availableTracksSaySSGvpACTk', symObjAddr: 0x17C4, symBinAddr: 0x10000A590, symSize: 0x78 }
+ - { offset: 0x127989, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC17currentTrackIndexSivpACTK', symObjAddr: 0x183C, symBinAddr: 0x10000A608, symSize: 0x7C }
+ - { offset: 0x1279B7, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC17currentTrackIndexSivpACTk', symObjAddr: 0x18B8, symBinAddr: 0x10000A684, symSize: 0x70 }
+ - { offset: 0x127A96, size: 0x8, addend: 0x0, symName: '_$s10Foundation12NotificationVIeghn_So14NSNotificationCIeyBhy_TR', symObjAddr: 0x4090, symBinAddr: 0x10000CE5C, symSize: 0xA4 }
+ - { offset: 0x127AB9, size: 0x8, addend: 0x0, symName: '_$sSo6CMTimeaIeghy_ABIeyBhy_TR', symObjAddr: 0x4610, symBinAddr: 0x10000D3DC, symSize: 0x54 }
+ - { offset: 0x127C29, size: 0x8, addend: 0x0, symName: '_$sSo21AVMediaSelectionGroupCSgSo7NSErrorCSgIeyBhyy_ACTz_', symObjAddr: 0x4F94, symBinAddr: 0x10000DD60, symSize: 0xA4 }
+ - { offset: 0x127CF4, size: 0x8, addend: 0x0, symName: '_$sIegh_IeyBh_TR', symObjAddr: 0x5D88, symBinAddr: 0x10000EB54, symSize: 0x2C }
+ - { offset: 0x127D0C, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeCMU', symObjAddr: 0x608C, symBinAddr: 0x10000EE58, symSize: 0x8 }
+ - { offset: 0x127D20, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeCMr', symObjAddr: 0x60A8, symBinAddr: 0x10000EE74, symSize: 0x1B8 }
+ - { offset: 0x127D34, size: 0x8, addend: 0x0, symName: ___swift_memcpy1_1, symObjAddr: 0x6348, symBinAddr: 0x10000F0C0, symSize: 0xC }
+ - { offset: 0x127D48, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer10RepeatModeOwet', symObjAddr: 0x6358, symBinAddr: 0x10000F0CC, symSize: 0x90 }
+ - { offset: 0x127D5C, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer10RepeatModeOwst', symObjAddr: 0x63E8, symBinAddr: 0x10000F15C, symSize: 0xB0 }
+ - { offset: 0x127D70, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer10RepeatModeOwug', symObjAddr: 0x6498, symBinAddr: 0x10000F20C, symSize: 0x8 }
+ - { offset: 0x127D84, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer10RepeatModeOwup', symObjAddr: 0x64A0, symBinAddr: 0x10000F214, symSize: 0x4 }
+ - { offset: 0x127D98, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer10RepeatModeOwui', symObjAddr: 0x64A4, symBinAddr: 0x10000F218, symSize: 0x8 }
+ - { offset: 0x127DAC, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer10RepeatModeOMa', symObjAddr: 0x64AC, symBinAddr: 0x10000F220, symSize: 0x10 }
+ - { offset: 0x127DC0, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer9MediaItemVwCP', symObjAddr: 0x64BC, symBinAddr: 0x10000F230, symSize: 0xD4 }
+ - { offset: 0x127DD4, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer9MediaItemVwxx', symObjAddr: 0x6590, symBinAddr: 0x10000F304, symSize: 0x6C }
+ - { offset: 0x127DE8, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer9MediaItemVwcp', symObjAddr: 0x65FC, symBinAddr: 0x10000F370, symSize: 0xA8 }
+ - { offset: 0x127DFC, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer9MediaItemVwca', symObjAddr: 0x66A4, symBinAddr: 0x10000F418, symSize: 0xCC }
+ - { offset: 0x127E10, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer9MediaItemVwtk', symObjAddr: 0x6770, symBinAddr: 0x10000F4E4, symSize: 0x70 }
+ - { offset: 0x127E24, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer9MediaItemVwta', symObjAddr: 0x67E0, symBinAddr: 0x10000F554, symSize: 0x9C }
+ - { offset: 0x127E38, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer9MediaItemVwet', symObjAddr: 0x687C, symBinAddr: 0x10000F5F0, symSize: 0xC }
+ - { offset: 0x127E4C, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer9MediaItemVwst', symObjAddr: 0x6904, symBinAddr: 0x10000F678, symSize: 0xC }
+ - { offset: 0x127E60, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer9MediaItemVMr', symObjAddr: 0x69C8, symBinAddr: 0x10000F73C, symSize: 0x78 }
+ - { offset: 0x127E74, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer9MediaItemVs12IdentifiableAA2IDsADP_SHWT', symObjAddr: 0x6A40, symBinAddr: 0x10000F7B4, symSize: 0xC }
+ - { offset: 0x127E88, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer10RepeatModeOs12CaseIterableAA8AllCasessADP_SlWT', symObjAddr: 0x6A4C, symBinAddr: 0x10000F7C0, symSize: 0x34 }
+ - { offset: 0x127E9C, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer10RepeatModeOSHAASQWb', symObjAddr: 0x6A80, symBinAddr: 0x10000F7F4, symSize: 0x4 }
+ - { offset: 0x127EB0, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer10RepeatModeOACSQAAWl', symObjAddr: 0x6A84, symBinAddr: 0x10000F7F8, symSize: 0x40 }
+ - { offset: 0x127EC4, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC7Combine16ObservableObjectAA0F19WillChangePublisherAdEP_AD0I0PWT', symObjAddr: 0x6AC4, symBinAddr: 0x10000F838, symSize: 0xC }
+ - { offset: 0x127FAD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaVSgWOi0_', symObjAddr: 0x6FA4, symBinAddr: 0x10000FCC8, symSize: 0x8 }
+ - { offset: 0x127FC1, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer9MediaItemVWOc', symObjAddr: 0x6FB4, symBinAddr: 0x10000FCD8, symSize: 0x44 }
+ - { offset: 0x127FD5, size: 0x8, addend: 0x0, symName: '_$sxIeAgHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRyt_Tg5', symObjAddr: 0x6FF8, symBinAddr: 0x10000FD1C, symSize: 0x64 }
+ - { offset: 0x127FF4, size: 0x8, addend: 0x0, symName: '_$sxIeAgHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRyt_Tg5TQ0_', symObjAddr: 0x705C, symBinAddr: 0x10000FD80, symSize: 0x44 }
+ - { offset: 0x128013, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSS_Tg5', symObjAddr: 0x70A0, symBinAddr: 0x10000FDC4, symSize: 0x1C }
+ - { offset: 0x128078, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSS_Tg5', symObjAddr: 0x70BC, symBinAddr: 0x10000FDE0, symSize: 0x108 }
+ - { offset: 0x1281C7, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF10MiniPlayer9MediaItemV_Tg5', symObjAddr: 0x71C4, symBinAddr: 0x10000FEE8, symSize: 0x17C }
+ - { offset: 0x1282E1, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer9MediaItemVWOb', symObjAddr: 0x7340, symBinAddr: 0x100010064, symSize: 0x44 }
+ - { offset: 0x1282F5, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer9MediaItemVWOh', symObjAddr: 0x7384, symBinAddr: 0x1000100A8, symSize: 0x3C }
+ - { offset: 0x128309, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC13loadTrackInfo33_D28DD7A7F60CB40A67996196E9485C10LLyySo12AVPlayerItemCFyyYacfU_TA', symObjAddr: 0x73F4, symBinAddr: 0x100010118, symSize: 0x78 }
+ - { offset: 0x12831D, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC13loadTrackInfo33_D28DD7A7F60CB40A67996196E9485C10LLyySo12AVPlayerItemCFyyYacfU_TATQ0_', symObjAddr: 0x746C, symBinAddr: 0x100010190, symSize: 0x40 }
+ - { offset: 0x128331, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC9showToast33_D28DD7A7F60CB40A67996196E9485C10LLyySSFyyYbScMYccfU_TA', symObjAddr: 0x74D4, symBinAddr: 0x1000101F8, symSize: 0xC }
+ - { offset: 0x128345, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x74E0, symBinAddr: 0x100010204, symSize: 0x10 }
+ - { offset: 0x128359, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x74F0, symBinAddr: 0x100010214, symSize: 0x8 }
+ - { offset: 0x12836D, size: 0x8, addend: 0x0, symName: '_$sxIeAgHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRyt_Tg5TA', symObjAddr: 0x751C, symBinAddr: 0x100010240, symSize: 0x70 }
+ - { offset: 0x128381, size: 0x8, addend: 0x0, symName: '_$sxIeAgHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRyt_Tg5TA.26', symObjAddr: 0x758C, symBinAddr: 0x1000102B0, symSize: 0x70 }
+ - { offset: 0x128395, size: 0x8, addend: 0x0, symName: ___swift_project_boxed_opaque_existential_0, symObjAddr: 0x76A8, symBinAddr: 0x100010370, symSize: 0x24 }
+ - { offset: 0x1283A9, size: 0x8, addend: 0x0, symName: '_$sSi6offset_10MiniPlayer9MediaItemV7elementtWOb', symObjAddr: 0x76CC, symBinAddr: 0x100010394, symSize: 0x50 }
+ - { offset: 0x1283BD, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC5setupyyF7SwiftUI7AnyViewV0E6Bricks13ControlSchemaV_AH0I6EngineCtcfU_TA', symObjAddr: 0x778C, symBinAddr: 0x100010454, symSize: 0x8 }
+ - { offset: 0x1283D1, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC5setupyyF7SwiftUI7AnyViewV0E6Bricks13ControlSchemaV_AH0I6EngineCtcfU0_TA', symObjAddr: 0x7794, symBinAddr: 0x10001045C, symSize: 0x8 }
+ - { offset: 0x1283E5, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC17setupTimeObserver33_D28DD7A7F60CB40A67996196E9485C10LLyyFySo6CMTimeaYbcfU_TA', symObjAddr: 0x779C, symBinAddr: 0x100010464, symSize: 0x8 }
+ - { offset: 0x1283F9, size: 0x8, addend: 0x0, symName: '_$sypSgWOd', symObjAddr: 0x77A4, symBinAddr: 0x10001046C, symSize: 0x50 }
+ - { offset: 0x12840D, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC17setupTimeObserver33_D28DD7A7F60CB40A67996196E9485C10LLyyFySo6CMTimeaYbcfU_ytSgyYaScMYccfU_TA', symObjAddr: 0x780C, symBinAddr: 0x1000104D4, symSize: 0x8C }
+ - { offset: 0x128484, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSs_Tg5', symObjAddr: 0x7898, symBinAddr: 0x100010560, symSize: 0x108 }
+ - { offset: 0x128598, size: 0x8, addend: 0x0, symName: '_$sxIeAgHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRytSg_TG5', symObjAddr: 0x79A0, symBinAddr: 0x100010668, symSize: 0x60 }
+ - { offset: 0x1285CB, size: 0x8, addend: 0x0, symName: '_$sxIeAgHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRytSg_TG5TQ0_', symObjAddr: 0x7A00, symBinAddr: 0x1000106C8, symSize: 0x4C }
+ - { offset: 0x1285FE, size: 0x8, addend: 0x0, symName: '_$sxIeAgHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRytSg_TG5TA', symObjAddr: 0x7A4C, symBinAddr: 0x100010714, symSize: 0x70 }
+ - { offset: 0x128612, size: 0x8, addend: 0x0, symName: '_$sxIeAgHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRytSg_TG5TA.69', symObjAddr: 0x7ABC, symBinAddr: 0x100010784, symSize: 0x70 }
+ - { offset: 0x128626, size: 0x8, addend: 0x0, symName: '_$sxIeAgHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRytSg_TG5TA.69TQ0_', symObjAddr: 0x7B2C, symBinAddr: 0x1000107F4, symSize: 0x40 }
+ - { offset: 0x12865B, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC16setupEndObserver33_D28DD7A7F60CB40A67996196E9485C10LLyyFy10Foundation12NotificationVYbcfU_TA', symObjAddr: 0x7CEC, symBinAddr: 0x1000109B4, symSize: 0x8 }
+ - { offset: 0x12866F, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC16setupEndObserver33_D28DD7A7F60CB40A67996196E9485C10LLyyFy10Foundation12NotificationVYbcfU_ytSgyYaScMYccfU_TA', symObjAddr: 0x7D54, symBinAddr: 0x100010A1C, symSize: 0x6C }
+ - { offset: 0x128683, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU_TA', symObjAddr: 0x7DC0, symBinAddr: 0x100010A88, symSize: 0x50 }
+ - { offset: 0x128697, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU0_TA', symObjAddr: 0x7E10, symBinAddr: 0x100010AD8, symSize: 0x50 }
+ - { offset: 0x1286AB, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU1_TA', symObjAddr: 0x7E60, symBinAddr: 0x100010B28, symSize: 0x50 }
+ - { offset: 0x1286BF, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU2_TA', symObjAddr: 0x7EB0, symBinAddr: 0x100010B78, symSize: 0x50 }
+ - { offset: 0x1286D3, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU3_TA', symObjAddr: 0x7F00, symBinAddr: 0x100010BC8, symSize: 0x50 }
+ - { offset: 0x1286E7, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU4_TA', symObjAddr: 0x7F50, symBinAddr: 0x100010C18, symSize: 0x50 }
+ - { offset: 0x1286FB, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU5_TA', symObjAddr: 0x7FA0, symBinAddr: 0x100010C68, symSize: 0x50 }
+ - { offset: 0x12870F, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU6_TA', symObjAddr: 0x7FF0, symBinAddr: 0x100010CB8, symSize: 0x50 }
+ - { offset: 0x128723, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU7_TA', symObjAddr: 0x8040, symBinAddr: 0x100010D08, symSize: 0x50 }
+ - { offset: 0x128737, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationOWOe', symObjAddr: 0x8120, symBinAddr: 0x100010DA8, symSize: 0x40 }
+ - { offset: 0x12874B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaVWOc', symObjAddr: 0x8160, symBinAddr: 0x100010DE8, symSize: 0x3C }
+ - { offset: 0x12875F, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetVAC7SwiftUI4ViewAAWl', symObjAddr: 0x819C, symBinAddr: 0x100010E24, symSize: 0x40 }
+ - { offset: 0x128773, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB6WidgetVAC7SwiftUI4ViewAAWl', symObjAddr: 0x821C, symBinAddr: 0x100010EA4, symSize: 0x40 }
+ - { offset: 0x128787, size: 0x8, addend: 0x0, symName: '_$sypWOb', symObjAddr: 0x82A4, symBinAddr: 0x100010F2C, symSize: 0x10 }
+ - { offset: 0x12879B, size: 0x8, addend: 0x0, symName: _block_copy_helper.110, symObjAddr: 0x82B4, symBinAddr: 0x100010F3C, symSize: 0x10 }
+ - { offset: 0x1287AF, size: 0x8, addend: 0x0, symName: _block_destroy_helper.111, symObjAddr: 0x82C4, symBinAddr: 0x100010F4C, symSize: 0x8 }
+ - { offset: 0x1287F5, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC5setupyyF', symObjAddr: 0x0, symBinAddr: 0x100008DCC, symSize: 0x190 }
+ - { offset: 0x128863, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC5setupyyF7SwiftUI7AnyViewV0E6Bricks13ControlSchemaV_AH0I6EngineCtcfU_', symObjAddr: 0x19A4, symBinAddr: 0x10000A770, symSize: 0x100 }
+ - { offset: 0x1288D6, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC5setupyyF7SwiftUI7AnyViewV0E6Bricks13ControlSchemaV_AH0I6EngineCtcfU0_', symObjAddr: 0x1AA4, symBinAddr: 0x10000A870, symSize: 0x9C }
+ - { offset: 0x12894F, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC8playNextyyF', symObjAddr: 0x190, symBinAddr: 0x100008F5C, symSize: 0xF8 }
+ - { offset: 0x128A7C, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC15cycleRepeatModeyyF', symObjAddr: 0x288, symBinAddr: 0x100009054, symSize: 0x2C8 }
+ - { offset: 0x128D96, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14openFileDialogyyF', symObjAddr: 0x550, symBinAddr: 0x10000931C, symSize: 0x520 }
+ - { offset: 0x1290FD, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC6engine11SwiftBricks0F6EngineCSgvg', symObjAddr: 0xA70, symBinAddr: 0x10000983C, symSize: 0x70 }
+ - { offset: 0x12911C, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC6schema11SwiftBricks13ControlSchemaVSgvg', symObjAddr: 0xAE0, symBinAddr: 0x1000098AC, symSize: 0x90 }
+ - { offset: 0x12913B, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC12toastMessageSSSgvg', symObjAddr: 0xB70, symBinAddr: 0x10000993C, symSize: 0x70 }
+ - { offset: 0x129193, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC6addURLyySSF', symObjAddr: 0xCF4, symBinAddr: 0x100009AC0, symSize: 0x230 }
+ - { offset: 0x129220, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC15availableTracksSaySSGvg', symObjAddr: 0xF24, symBinAddr: 0x100009CF0, symSize: 0x70 }
+ - { offset: 0x12923F, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC17currentTrackIndexSivg', symObjAddr: 0xF94, symBinAddr: 0x100009D60, symSize: 0x70 }
+ - { offset: 0x129265, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer9MediaItemVs12IdentifiableAAsADP2id2IDQzvgTW', symObjAddr: 0x1004, symBinAddr: 0x100009DD0, symSize: 0xC }
+ - { offset: 0x12927D, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer9MediaItemVs12IdentifiableAAsADP2id2IDQzvgTW', symObjAddr: 0x1004, symBinAddr: 0x100009DD0, symSize: 0xC }
+ - { offset: 0x1292B6, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer9MediaItemVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1010, symBinAddr: 0x100009DDC, symSize: 0x30 }
+ - { offset: 0x129339, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer10RepeatModeOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x1328, symBinAddr: 0x10000A0F4, symSize: 0x2C }
+ - { offset: 0x129362, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer10RepeatModeOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x1354, symBinAddr: 0x10000A120, symSize: 0x74 }
+ - { offset: 0x1293A4, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer10RepeatModeOs12CaseIterableAAsADP8allCases03AllH0QzvgZTW', symObjAddr: 0x13C8, symBinAddr: 0x10000A194, symSize: 0x40 }
+ - { offset: 0x12951A, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC04loadB2UI33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tF', symObjAddr: 0x1B40, symBinAddr: 0x10000A90C, symSize: 0x454 }
+ - { offset: 0x129736, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tF', symObjAddr: 0x1F94, symBinAddr: 0x10000AD60, symSize: 0x390 }
+ - { offset: 0x1297C2, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU_', symObjAddr: 0x2918, symBinAddr: 0x10000B6E4, symSize: 0x90 }
+ - { offset: 0x1297FD, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU_TY0_', symObjAddr: 0x29A8, symBinAddr: 0x10000B774, symSize: 0xA0 }
+ - { offset: 0x129850, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU0_', symObjAddr: 0x2A48, symBinAddr: 0x10000B814, symSize: 0x90 }
+ - { offset: 0x12988B, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU0_TY0_', symObjAddr: 0x2AD8, symBinAddr: 0x10000B8A4, symSize: 0xB4 }
+ - { offset: 0x129980, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU1_', symObjAddr: 0x2B8C, symBinAddr: 0x10000B958, symSize: 0x90 }
+ - { offset: 0x1299BB, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU1_TY0_', symObjAddr: 0x2C1C, symBinAddr: 0x10000B9E8, symSize: 0x60 }
+ - { offset: 0x1299EE, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU2_', symObjAddr: 0x2C7C, symBinAddr: 0x10000BA48, symSize: 0x90 }
+ - { offset: 0x129A29, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU2_TY0_', symObjAddr: 0x2D0C, symBinAddr: 0x10000BAD8, symSize: 0x60 }
+ - { offset: 0x129A5C, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU3_', symObjAddr: 0x2D6C, symBinAddr: 0x10000BB38, symSize: 0x90 }
+ - { offset: 0x129A97, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU3_TY0_', symObjAddr: 0x2DFC, symBinAddr: 0x10000BBC8, symSize: 0x110 }
+ - { offset: 0x129B34, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU4_', symObjAddr: 0x2F0C, symBinAddr: 0x10000BCD8, symSize: 0x90 }
+ - { offset: 0x129B6F, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU4_TY0_', symObjAddr: 0x2F9C, symBinAddr: 0x10000BD68, symSize: 0x8C }
+ - { offset: 0x129BD0, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU5_', symObjAddr: 0x3028, symBinAddr: 0x10000BDF4, symSize: 0x90 }
+ - { offset: 0x129C0B, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU5_TY0_', symObjAddr: 0x30B8, symBinAddr: 0x10000BE84, symSize: 0x10C }
+ - { offset: 0x129C70, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU6_', symObjAddr: 0x31C4, symBinAddr: 0x10000BF90, symSize: 0x90 }
+ - { offset: 0x129CAB, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU6_TY0_', symObjAddr: 0x3254, symBinAddr: 0x10000C020, symSize: 0x60 }
+ - { offset: 0x129CDE, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU7_', symObjAddr: 0x32B4, symBinAddr: 0x10000C080, symSize: 0x90 }
+ - { offset: 0x129D18, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14registerEvents33_D28DD7A7F60CB40A67996196E9485C10LL6enginey11SwiftBricks0P6EngineC_tFyAG9EventDataVYacfU7_TY0_', symObjAddr: 0x3344, symBinAddr: 0x10000C110, symSize: 0xDC }
+ - { offset: 0x129DB1, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC16setupEndObserver33_D28DD7A7F60CB40A67996196E9485C10LLyyF', symObjAddr: 0x2324, symBinAddr: 0x10000B0F0, symSize: 0x160 }
+ - { offset: 0x129DFF, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC16setupEndObserver33_D28DD7A7F60CB40A67996196E9485C10LLyyFy10Foundation12NotificationVYbcfU_', symObjAddr: 0x378C, symBinAddr: 0x10000C558, symSize: 0x104 }
+ - { offset: 0x129E2A, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC16setupEndObserver33_D28DD7A7F60CB40A67996196E9485C10LLyyFy10Foundation12NotificationVYbcfU_ytSgyYaScMYccfU_', symObjAddr: 0x3890, symBinAddr: 0x10000C65C, symSize: 0x90 }
+ - { offset: 0x129E55, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC16setupEndObserver33_D28DD7A7F60CB40A67996196E9485C10LLyyFy10Foundation12NotificationVYbcfU_ytSgyYaScMYccfU_TY0_', symObjAddr: 0x3920, symBinAddr: 0x10000C6EC, symSize: 0x70 }
+ - { offset: 0x129E7D, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC17setupTimeObserver33_D28DD7A7F60CB40A67996196E9485C10LLyyF', symObjAddr: 0x2484, symBinAddr: 0x10000B250, symSize: 0x17C }
+ - { offset: 0x129EBA, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC17setupTimeObserver33_D28DD7A7F60CB40A67996196E9485C10LLyyFySo6CMTimeaYbcfU_', symObjAddr: 0x4134, symBinAddr: 0x10000CF00, symSize: 0x12C }
+ - { offset: 0x129EE7, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC17setupTimeObserver33_D28DD7A7F60CB40A67996196E9485C10LLyyFySo6CMTimeaYbcfU_ytSgyYaScMYccfU_', symObjAddr: 0x4260, symBinAddr: 0x10000D02C, symSize: 0x98 }
+ - { offset: 0x129F25, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC17setupTimeObserver33_D28DD7A7F60CB40A67996196E9485C10LLyyFySo6CMTimeaYbcfU_ytSgyYaScMYccfU_TY0_', symObjAddr: 0x42F8, symBinAddr: 0x10000D0C4, symSize: 0x7C }
+ - { offset: 0x129FB3, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC9showToast33_D28DD7A7F60CB40A67996196E9485C10LLyySSF', symObjAddr: 0x2600, symBinAddr: 0x10000B3CC, symSize: 0x318 }
+ - { offset: 0x12A02C, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC9showToast33_D28DD7A7F60CB40A67996196E9485C10LLyySSFyyYbScMYccfU_', symObjAddr: 0x5C7C, symBinAddr: 0x10000EA48, symSize: 0x10C }
+ - { offset: 0x12A263, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC9playIndexyySiF', symObjAddr: 0x3420, symBinAddr: 0x10000C1EC, symSize: 0x36C }
+ - { offset: 0x12A430, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC15onPlaybackEnded33_D28DD7A7F60CB40A67996196E9485C10LLyyF', symObjAddr: 0x3990, symBinAddr: 0x10000C75C, symSize: 0x1B4 }
+ - { offset: 0x12A4DE, size: 0x8, addend: 0x0, symName: '_$sScTss5NeverORs_rlE4name8priority9operationScTyxABGSSSg_ScPSgxyYaYAcntcfCyt_Tt2g5', symObjAddr: 0x3B44, symBinAddr: 0x10000C910, symSize: 0x29C }
+ - { offset: 0x12A507, size: 0x8, addend: 0x0, symName: '_$sScTss5NeverORs_rlE4name8priority9operationScTyxABGSSSg_ScPSgxyYaYAcntcfCytSg_Tt2g5', symObjAddr: 0x3DE0, symBinAddr: 0x10000CBAC, symSize: 0x2B0 }
+ - { offset: 0x12A589, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC17updateTimeDisplay33_D28DD7A7F60CB40A67996196E9485C10LL4timeySo6CMTimea_tF', symObjAddr: 0x4374, symBinAddr: 0x10000D140, symSize: 0x29C }
+ - { offset: 0x12A6E5, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC13loadTrackInfo33_D28DD7A7F60CB40A67996196E9485C10LLyySo12AVPlayerItemCFyyYacfU_', symObjAddr: 0x4664, symBinAddr: 0x10000D430, symSize: 0x90 }
+ - { offset: 0x12A71C, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC13loadTrackInfo33_D28DD7A7F60CB40A67996196E9485C10LLyySo12AVPlayerItemCFyyYacfU_TY0_', symObjAddr: 0x46F4, symBinAddr: 0x10000D4C0, symSize: 0xE0 }
+ - { offset: 0x12A76F, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC13loadTrackInfo33_D28DD7A7F60CB40A67996196E9485C10LLyySo12AVPlayerItemCFyyYacfU_TQ1_', symObjAddr: 0x47D4, symBinAddr: 0x10000D5A0, symSize: 0x58 }
+ - { offset: 0x12A7EA, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC13loadTrackInfo33_D28DD7A7F60CB40A67996196E9485C10LLyySo12AVPlayerItemCFyyYacfU_TY2_', symObjAddr: 0x482C, symBinAddr: 0x10000D5F8, symSize: 0x3FC }
+ - { offset: 0x12AB42, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC13loadTrackInfo33_D28DD7A7F60CB40A67996196E9485C10LLyySo12AVPlayerItemCFyyYacfU_TY3_', symObjAddr: 0x4C28, symBinAddr: 0x10000D9F4, symSize: 0x10C }
+ - { offset: 0x12AC14, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC16updateTrackLabel33_D28DD7A7F60CB40A67996196E9485C10LLyyF', symObjAddr: 0x4D34, symBinAddr: 0x10000DB00, symSize: 0x260 }
+ - { offset: 0x12AD70, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC11selectTrack5indexySi_tFyyYacfU_', symObjAddr: 0x5148, symBinAddr: 0x10000DF14, symSize: 0x94 }
+ - { offset: 0x12ADB8, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC11selectTrack5indexySi_tFyyYacfU_TY0_', symObjAddr: 0x51DC, symBinAddr: 0x10000DFA8, symSize: 0xE0 }
+ - { offset: 0x12AE1F, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC11selectTrack5indexySi_tFyyYacfU_TQ1_', symObjAddr: 0x52BC, symBinAddr: 0x10000E088, symSize: 0x58 }
+ - { offset: 0x12AE73, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC11selectTrack5indexySi_tFyyYacfU_TY2_', symObjAddr: 0x5314, symBinAddr: 0x10000E0E0, symSize: 0x1E8 }
+ - { offset: 0x12AFDC, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC11selectTrack5indexySi_tFyyYacfU_TY3_', symObjAddr: 0x54FC, symBinAddr: 0x10000E2C8, symSize: 0x54 }
+ - { offset: 0x12B049, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC7addItem33_D28DD7A7F60CB40A67996196E9485C10LL3url4name4typey10Foundation3URLV_S2StF', symObjAddr: 0x5550, symBinAddr: 0x10000E31C, symSize: 0x244 }
+ - { offset: 0x12B1E6, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC14updatePlaylist33_D28DD7A7F60CB40A67996196E9485C10LLyyF', symObjAddr: 0x5794, symBinAddr: 0x10000E560, symSize: 0x4E8 }
+ - { offset: 0x12B668, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeCfd', symObjAddr: 0x5DB4, symBinAddr: 0x10000EB80, symSize: 0x2B4 }
+ - { offset: 0x12B6A6, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeCfD', symObjAddr: 0x6068, symBinAddr: 0x10000EE34, symSize: 0x24 }
+ - { offset: 0x12B77E, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC7Combine16ObservableObjectAadEP16objectWillChange0fhI9PublisherQzvgTW', symObjAddr: 0x6F2C, symBinAddr: 0x10000FCA0, symSize: 0x28 }
+ - { offset: 0x12B7E1, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeCACycfc', symObjAddr: 0x6AD0, symBinAddr: 0x10000F844, symSize: 0x45C }
+ - { offset: 0x12B9D5, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer10RepeatModeO8rawValueACSgSS_tcfCTf4nd_n', symObjAddr: 0x7B6C, symBinAddr: 0x100010834, symSize: 0x64 }
+ - { offset: 0x12BA28, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6BridgeC10formatTime33_D28DD7A7F60CB40A67996196E9485C10LLySSSdFTf4nd_n', symObjAddr: 0x7BD0, symBinAddr: 0x100010898, symSize: 0x11C }
+ - { offset: 0x12C185, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSS_Tg5', symObjAddr: 0xF54, symBinAddr: 0x100011F04, symSize: 0x64 }
+ - { offset: 0x12C257, size: 0x8, addend: 0x0, symName: '_$sSlsE5split9maxSplits25omittingEmptySubsequences14whereSeparatorSay11SubSequenceQzGSi_S2b7ElementQzKXEtKFSS_Tg5', symObjAddr: 0xFB8, symBinAddr: 0x100011F68, symSize: 0x3EC }
+ - { offset: 0x12C67F, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFSS_Tg5', symObjAddr: 0x13A4, symBinAddr: 0x100012354, symSize: 0xB4 }
+ - { offset: 0x12C746, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetVwCP', symObjAddr: 0x157C, symBinAddr: 0x10001252C, symSize: 0x2C }
+ - { offset: 0x12C75A, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetVwxx', symObjAddr: 0x15A8, symBinAddr: 0x100012558, symSize: 0x218 }
+ - { offset: 0x12C76E, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetVwcp', symObjAddr: 0x17C0, symBinAddr: 0x100012770, symSize: 0x648 }
+ - { offset: 0x12C782, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetVwca', symObjAddr: 0x1E08, symBinAddr: 0x100012DB8, symSize: 0xA78 }
+ - { offset: 0x12C796, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsVWOh', symObjAddr: 0x2880, symBinAddr: 0x100013830, symSize: 0x34 }
+ - { offset: 0x12C7AA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsVWOh', symObjAddr: 0x28B4, symBinAddr: 0x100013864, symSize: 0x34 }
+ - { offset: 0x12C7BE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaVWOh', symObjAddr: 0x28E8, symBinAddr: 0x100013898, symSize: 0x34 }
+ - { offset: 0x12C7D2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsVWOh', symObjAddr: 0x291C, symBinAddr: 0x1000138CC, symSize: 0x34 }
+ - { offset: 0x12C7E6, size: 0x8, addend: 0x0, symName: ___swift_memcpy1064_8, symObjAddr: 0x2950, symBinAddr: 0x100013900, symSize: 0x8 }
+ - { offset: 0x12C7FA, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetVwta', symObjAddr: 0x2958, symBinAddr: 0x100013908, symSize: 0x630 }
+ - { offset: 0x12C80E, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetVwet', symObjAddr: 0x2F88, symBinAddr: 0x100013F38, symSize: 0x48 }
+ - { offset: 0x12C822, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetVwst', symObjAddr: 0x2FD0, symBinAddr: 0x100013F80, symSize: 0x158 }
+ - { offset: 0x12C836, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetVMa', symObjAddr: 0x3128, symBinAddr: 0x1000140D8, symSize: 0x10 }
+ - { offset: 0x12C84A, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV7SwiftUI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0x3138, symBinAddr: 0x1000140E8, symSize: 0x10 }
+ - { offset: 0x12C85E, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV4bodyQrvg7SwiftUI4ViewPAEE7gesture_9includingQrqd___AE11GestureMaskVtAE0L0Rd__lFQOyAgEE12contentShape_6eoFillQrqd___SbtAE0O0Rd__lFQOyAgEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AwE9AlignmentVtFQOyAE6ZStackVyAE05TupleI0VyAgEEApqrSQrAW_AwYtFQOyAE01_oI0VyAE16RoundedRectangleVAE5ColorVG_Qo__A9_AgEE6shadow5color6radius1x1yQrA7__A3VtFQOyAgEE6offsetA13_A14_QrAV_AVtFQOyAgEEApqrSQrAW_AwYtFQOyA3_yAE6CircleVA7_G_Qo__Qo__Qo_tGG_Qo__AE9RectangleVQo__AE06_EndedL0VyAE08_ChangedL0VyAE04DragL0VGGQo_AE13GeometryProxyVcfU_TA', symObjAddr: 0x314C, symBinAddr: 0x1000140FC, symSize: 0x8 }
+ - { offset: 0x12C872, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetVWOc', symObjAddr: 0x3154, symBinAddr: 0x100014104, symSize: 0x34 }
+ - { offset: 0x12C886, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV4bodyQrvgySDySSypGcfU0_TA', symObjAddr: 0x31D8, symBinAddr: 0x100014138, symSize: 0x8 }
+ - { offset: 0x12C8D4, size: 0x8, addend: 0x0, symName: '_$sSlsSQ7ElementRpzrlE5split9separator9maxSplits25omittingEmptySubsequencesSay11SubSequenceQzGAB_SiSbtFSbABXEfU_SS_TG5TA', symObjAddr: 0x321C, symBinAddr: 0x100014140, symSize: 0x54 }
+ - { offset: 0x12C966, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV4bodyQrvg7SwiftUI4ViewPAEE7gesture_9includingQrqd___AE11GestureMaskVtAE0L0Rd__lFQOyAgEE12contentShape_6eoFillQrqd___SbtAE0O0Rd__lFQOyAgEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AwE9AlignmentVtFQOyAE6ZStackVyAE05TupleI0VyAgEEApqrSQrAW_AwYtFQOyAE01_oI0VyAE16RoundedRectangleVAE5ColorVG_Qo__A9_AgEE6shadow5color6radius1x1yQrA7__A3VtFQOyAgEE6offsetA13_A14_QrAV_AVtFQOyAgEEApqrSQrAW_AwYtFQOyA3_yAE6CircleVA7_G_Qo__Qo__Qo_tGG_Qo__AE9RectangleVQo__AE06_EndedL0VyAE08_ChangedL0VyAE04DragL0VGGQo_AE13GeometryProxyVcfU_yA33_5ValueVcfU0_TA', symObjAddr: 0x34D4, symBinAddr: 0x1000143F8, symSize: 0x40 }
+ - { offset: 0x12C97A, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV4bodyQrvg7SwiftUI4ViewPAEE7gesture_9includingQrqd___AE11GestureMaskVtAE0L0Rd__lFQOyAgEE12contentShape_6eoFillQrqd___SbtAE0O0Rd__lFQOyAgEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AwE9AlignmentVtFQOyAE6ZStackVyAE05TupleI0VyAgEEApqrSQrAW_AwYtFQOyAE01_oI0VyAE16RoundedRectangleVAE5ColorVG_Qo__A9_AgEE6shadow5color6radius1x1yQrA7__A3VtFQOyAgEE6offsetA13_A14_QrAV_AVtFQOyAgEEApqrSQrAW_AwYtFQOyA3_yAE6CircleVA7_G_Qo__Qo__Qo_tGG_Qo__AE9RectangleVQo__AE06_EndedL0VyAE08_ChangedL0VyAE04DragL0VGGQo_AE13GeometryProxyVcfU_yA33_5ValueVcfU1_TA', symObjAddr: 0x3770, symBinAddr: 0x100014694, symSize: 0x54 }
+ - { offset: 0x12C9AE, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA6ZStackVyAA9TupleViewVyACyAA06_ShapeG0VyAA16RoundedRectangleVAA5ColorVGAA12_FrameLayoutVG_AqCyACyACyAIyAA6CircleVAMGAPGAA13_OffsetEffectVGAA07_ShadowP0VGtGGAPGAA01_dH8ModifierVyAA0J0VGGACyxq_GAA0G0A2AA10_RzAA0gR0R_rlWl', symObjAddr: 0x3818, symBinAddr: 0x1000146E8, symSize: 0x98 }
+ - { offset: 0x12C9C2, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6ZStackVyAA9TupleViewVyACyAA06_ShapeG0VyAA16RoundedRectangleVAA5ColorVGAA12_FrameLayoutVG_AqCyACyACyAIyAA6CircleVAMGAPGAA13_OffsetEffectVGAA07_ShadowP0VGtGGAPGACyxq_GAA0G0A2AA4_RzAA0G8ModifierR_rlWl', symObjAddr: 0x38B0, symBinAddr: 0x100014780, symSize: 0x98 }
+ - { offset: 0x12CA85, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV7SwiftUI4ViewAadEP05_makeH04view6inputsAD01_H7OutputsVAD11_GraphValueVyxG_AD01_H6InputsVtFZTW', symObjAddr: 0xDC0, symBinAddr: 0x100011D70, symSize: 0x4 }
+ - { offset: 0x12CAA1, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV7SwiftUI4ViewAadEP05_makeH4List4view6inputsAD01_hJ7OutputsVAD11_GraphValueVyxG_AD01_hJ6InputsVtFZTW', symObjAddr: 0xDC4, symBinAddr: 0x100011D74, symSize: 0x4 }
+ - { offset: 0x12CABD, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV7SwiftUI4ViewAadEP14_viewListCount6inputsSiSgAD01_hjK6InputsV_tFZTW', symObjAddr: 0xDC8, symBinAddr: 0x100011D78, symSize: 0x18 }
+ - { offset: 0x12CCAA, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV4bodyQrvg7SwiftUI4ViewPAEE7gesture_9includingQrqd___AE11GestureMaskVtAE0L0Rd__lFQOyAgEE12contentShape_6eoFillQrqd___SbtAE0O0Rd__lFQOyAgEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AwE9AlignmentVtFQOyAE6ZStackVyAE05TupleI0VyAgEEApqrSQrAW_AwYtFQOyAE01_oI0VyAE16RoundedRectangleVAE5ColorVG_Qo__A9_AgEE6shadow5color6radius1x1yQrA7__A3VtFQOyAgEE6offsetA13_A14_QrAV_AVtFQOyAgEEApqrSQrAW_AwYtFQOyA3_yAE6CircleVA7_G_Qo__Qo__Qo_tGG_Qo__AE9RectangleVQo__AE06_EndedL0VyAE08_ChangedL0VyAE04DragL0VGGQo_AE13GeometryProxyVcfU_', symObjAddr: 0x0, symBinAddr: 0x100010FB0, symSize: 0x494 }
+ - { offset: 0x12CE04, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV4bodyQrvg7SwiftUI4ViewPAEE7gesture_9includingQrqd___AE11GestureMaskVtAE0L0Rd__lFQOyAgEE12contentShape_6eoFillQrqd___SbtAE0O0Rd__lFQOyAgEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AwE9AlignmentVtFQOyAE6ZStackVyAE05TupleI0VyAgEEApqrSQrAW_AwYtFQOyAE01_oI0VyAE16RoundedRectangleVAE5ColorVG_Qo__A9_AgEE6shadow5color6radius1x1yQrA7__A3VtFQOyAgEE6offsetA13_A14_QrAV_AVtFQOyAgEEApqrSQrAW_AwYtFQOyA3_yAE6CircleVA7_G_Qo__Qo__Qo_tGG_Qo__AE9RectangleVQo__AE06_EndedL0VyAE08_ChangedL0VyAE04DragL0VGGQo_AE13GeometryProxyVcfU_A22_yXEfU_', symObjAddr: 0x494, symBinAddr: 0x100011444, symSize: 0x4EC }
+ - { offset: 0x12CFF7, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV13progressRatio33_3A3C19D43455B9C8BA705C7FB27F55D2LLSdvg', symObjAddr: 0x980, symBinAddr: 0x100011930, symSize: 0xCC }
+ - { offset: 0x12D04D, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV4bodyQrvg7SwiftUI4ViewPAEE7gesture_9includingQrqd___AE11GestureMaskVtAE0L0Rd__lFQOyAgEE12contentShape_6eoFillQrqd___SbtAE0O0Rd__lFQOyAgEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AwE9AlignmentVtFQOyAE6ZStackVyAE05TupleI0VyAgEEApqrSQrAW_AwYtFQOyAE01_oI0VyAE16RoundedRectangleVAE5ColorVG_Qo__A9_AgEE6shadow5color6radius1x1yQrA7__A3VtFQOyAgEE6offsetA13_A14_QrAV_AVtFQOyAgEEApqrSQrAW_AwYtFQOyA3_yAE6CircleVA7_G_Qo__Qo__Qo_tGG_Qo__AE9RectangleVQo__AE06_EndedL0VyAE08_ChangedL0VyAE04DragL0VGGQo_AE13GeometryProxyVcfU_yA33_5ValueVcfU0_', symObjAddr: 0xA4C, symBinAddr: 0x1000119FC, symSize: 0x148 }
+ - { offset: 0x12D0CD, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV4bodyQrvgySDySSypGcfU0_', symObjAddr: 0xB94, symBinAddr: 0x100011B44, symSize: 0x22C }
+ - { offset: 0x12D293, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV7SwiftUI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0xDE0, symBinAddr: 0x100011D90, symSize: 0x174 }
+ - { offset: 0x12D34A, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer20ProgressSliderWidgetV6bridge6schema6engineAcA0B6BridgeC_11SwiftBricks13ControlSchemaVAI0K6EngineCtcfCTf4nnnd_n', symObjAddr: 0x1458, symBinAddr: 0x100012408, symSize: 0x124 }
+ - { offset: 0x12D4FC, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB6WidgetV4bodyQrvg', symObjAddr: 0x0, symBinAddr: 0x100014920, symSize: 0x1FC }
+ - { offset: 0x12D573, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB13RepresentableV7SwiftUI06NSViewD0AadEP09dismantleG0_11coordinatory0G4TypeQz_11CoordinatorQztFZTW', symObjAddr: 0x480, symBinAddr: 0x100014DA0, symSize: 0x4 }
+ - { offset: 0x12D58F, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB13RepresentableV7SwiftUI06NSViewD0AadEP15makeCoordinator0I0QzyFTW', symObjAddr: 0x484, symBinAddr: 0x100014DA4, symSize: 0x4 }
+ - { offset: 0x12D5AB, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB13RepresentableV7SwiftUI06NSViewD0AadEP19_identifiedViewTree2inAD011_IdentifiediJ0O0G4TypeQz_tFTW', symObjAddr: 0x488, symBinAddr: 0x100014DA8, symSize: 0x4 }
+ - { offset: 0x12D5C7, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB13RepresentableV7SwiftUI06NSViewD0AadEP12sizeThatFits_6nsView7contextSo6CGSizeVSgAD08ProposedL4SizeV_0G4TypeQzAD0gD7ContextVyxGtFTW', symObjAddr: 0x48C, symBinAddr: 0x100014DAC, symSize: 0x30 }
+ - { offset: 0x12D5E3, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB13RepresentableV7SwiftUI06NSViewD0AadEP21_overrideSizeThatFits_2in6nsViewySo6CGSizeVz_AD09_ProposedI0V0G4TypeQztFTW', symObjAddr: 0x4BC, symBinAddr: 0x100014DDC, symSize: 0x4 }
+ - { offset: 0x12D5FF, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB13RepresentableV7SwiftUI06NSViewD0AadEP21_overrideLayoutTraits_3foryAD01_iJ0Vz_0G4TypeQztFTW', symObjAddr: 0x4C0, symBinAddr: 0x100014DE0, symSize: 0x4 }
+ - { offset: 0x12D61B, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB13RepresentableV7SwiftUI06NSViewD0AadEP24_modifyBridgedViewInputsyyAD01_jK0VzFZTW', symObjAddr: 0x4C4, symBinAddr: 0x100014DE4, symSize: 0x4 }
+ - { offset: 0x12D637, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB13RepresentableV7SwiftUI06NSViewD0AadEP35_invalidatesSizeOnConstraintChangesSbvgZTW', symObjAddr: 0x4C8, symBinAddr: 0x100014DE8, symSize: 0x4 }
+ - { offset: 0x12D653, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB13RepresentableV7SwiftUI06NSViewD0AadEP14_layoutOptionsyAD013_PlatformViewd6LayoutI0V0G4TypeQzFZTW', symObjAddr: 0x4CC, symBinAddr: 0x100014DEC, symSize: 0x4 }
+ - { offset: 0x12D66F, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB13RepresentableV7SwiftUI4ViewAadEP05_makeG04view6inputsAD01_G7OutputsVAD11_GraphValueVyxG_AD01_G6InputsVtFZTW', symObjAddr: 0x4D0, symBinAddr: 0x100014DF0, symSize: 0x50 }
+ - { offset: 0x12D68B, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB13RepresentableV7SwiftUI4ViewAadEP05_makeG4List4view6inputsAD01_gI7OutputsVAD11_GraphValueVyxG_AD01_gI6InputsVtFZTW', symObjAddr: 0x520, symBinAddr: 0x100014E40, symSize: 0x50 }
+ - { offset: 0x12D6A7, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB13RepresentableV7SwiftUI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0x588, symBinAddr: 0x100014EA8, symSize: 0x24 }
+ - { offset: 0x12D718, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB6WidgetV7SwiftUI4ViewAadEP05_makeG04view6inputsAD01_G7OutputsVAD11_GraphValueVyxG_AD01_G6InputsVtFZTW', symObjAddr: 0x2D4, symBinAddr: 0x100014BF4, symSize: 0x4 }
+ - { offset: 0x12D734, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB6WidgetV7SwiftUI4ViewAadEP05_makeG4List4view6inputsAD01_gI7OutputsVAD11_GraphValueVyxG_AD01_gI6InputsVtFZTW', symObjAddr: 0x2D8, symBinAddr: 0x100014BF8, symSize: 0x4 }
+ - { offset: 0x12DA7B, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6NSViewCMa', symObjAddr: 0x7EC, symBinAddr: 0x10001510C, symSize: 0x20 }
+ - { offset: 0x12DA8F, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB6WidgetVwCP', symObjAddr: 0x80C, symBinAddr: 0x10001512C, symSize: 0x2C }
+ - { offset: 0x12DAA3, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB6WidgetVwxx', symObjAddr: 0x838, symBinAddr: 0x100015158, symSize: 0x200 }
+ - { offset: 0x12DAB7, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB6WidgetVwcp', symObjAddr: 0xA38, symBinAddr: 0x100015358, symSize: 0x5F4 }
+ - { offset: 0x12DACB, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB6WidgetVwca', symObjAddr: 0x102C, symBinAddr: 0x10001594C, symSize: 0xA18 }
+ - { offset: 0x12DADF, size: 0x8, addend: 0x0, symName: ___swift_memcpy1016_8, symObjAddr: 0x1B14, symBinAddr: 0x100016364, symSize: 0x8 }
+ - { offset: 0x12DAF3, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB6WidgetVwta', symObjAddr: 0x1B1C, symBinAddr: 0x10001636C, symSize: 0x5E8 }
+ - { offset: 0x12DB07, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB6WidgetVwet', symObjAddr: 0x2104, symBinAddr: 0x100016954, symSize: 0x48 }
+ - { offset: 0x12DB1B, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB6WidgetVwst', symObjAddr: 0x214C, symBinAddr: 0x10001699C, symSize: 0x148 }
+ - { offset: 0x12DB2F, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB6WidgetVMa', symObjAddr: 0x2294, symBinAddr: 0x100016AE4, symSize: 0x10 }
+ - { offset: 0x12DB43, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB6WidgetV7SwiftUI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0x22A4, symBinAddr: 0x100016AF4, symSize: 0x10 }
+ - { offset: 0x12DB57, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB6WidgetV4bodyQrvgyycfU_TA', symObjAddr: 0x24B8, symBinAddr: 0x100016D08, symSize: 0x8 }
+ - { offset: 0x12DB6B, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB6WidgetVWOc', symObjAddr: 0x24C0, symBinAddr: 0x100016D10, symSize: 0x34 }
+ - { offset: 0x12DB7F, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACy10MiniPlayer05VideoF13RepresentableVAA24_BackgroundStyleModifierVyAA5ColorVGGAA16_FlexFrameLayoutVGAA012_AspectRatioO0VGACyxq_GAA4ViewA2aTRzAA0rK0R_rlWl', symObjAddr: 0x2544, symBinAddr: 0x100016D44, symSize: 0x78 }
+ - { offset: 0x12DB93, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACy10MiniPlayer05VideoF13RepresentableVAA24_BackgroundStyleModifierVyAA5ColorVGGAA16_FlexFrameLayoutVGACyxq_GAA4ViewA2aQRzAA0pK0R_rlWl', symObjAddr: 0x2610, symBinAddr: 0x100016DBC, symSize: 0x78 }
+ - { offset: 0x12DBA7, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVy10MiniPlayer05VideoF13RepresentableVAA24_BackgroundStyleModifierVyAA5ColorVGGACyxq_GAA4ViewA2aNRzAA0mK0R_rlWl', symObjAddr: 0x2688, symBinAddr: 0x100016E34, symSize: 0x78 }
+ - { offset: 0x12DBBB, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB13RepresentableVAC7SwiftUI4ViewAAWl', symObjAddr: 0x2700, symBinAddr: 0x100016EAC, symSize: 0x40 }
+ - { offset: 0x12DBCF, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI24_BackgroundStyleModifierVyAA5ColorVGACyxGAA04ViewE0AAWl', symObjAddr: 0x2740, symBinAddr: 0x100016EEC, symSize: 0x50 }
+ - { offset: 0x12DBE3, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACy10MiniPlayer05VideoF13RepresentableVAA24_BackgroundStyleModifierVyAA5ColorVGGAA16_FlexFrameLayoutVGAA012_AspectRatioO0VGWOh', symObjAddr: 0x2790, symBinAddr: 0x100016F3C, symSize: 0x48 }
+ - { offset: 0x12DBF7, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB13RepresentableVMa', symObjAddr: 0x27E0, symBinAddr: 0x100016F8C, symSize: 0x10 }
+ - { offset: 0x12DC0B, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB13RepresentableV7SwiftUI06NSViewD0AaD4ViewPWb', symObjAddr: 0x2844, symBinAddr: 0x100016FF0, symSize: 0x4 }
+ - { offset: 0x12DC1F, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB13RepresentableV7SwiftUI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0x2848, symBinAddr: 0x100016FF4, symSize: 0xC }
+ - { offset: 0x12DC33, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB13RepresentableVAC7SwiftUI06NSViewD0AAWl', symObjAddr: 0x2854, symBinAddr: 0x100017000, symSize: 0x40 }
+ - { offset: 0x12DC4F, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB6WidgetV4bodyQrvg', symObjAddr: 0x0, symBinAddr: 0x100014920, symSize: 0x1FC }
+ - { offset: 0x12DD2B, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB6WidgetV4bodyQrvgyycfU_', symObjAddr: 0x1FC, symBinAddr: 0x100014B1C, symSize: 0xD8 }
+ - { offset: 0x12DEAF, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB6WidgetV7SwiftUI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0x2DC, symBinAddr: 0x100014BFC, symSize: 0x48 }
+ - { offset: 0x12DF59, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB13RepresentableV10makeNSView7contextAA0bF0C7SwiftUI0fD7ContextVyACG_tF', symObjAddr: 0x324, symBinAddr: 0x100014C44, symSize: 0xBC }
+ - { offset: 0x12DFE4, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB13RepresentableV7SwiftUI06NSViewD0AadEP04makeG07context0G4TypeQzAD0gD7ContextVyxG_tFTW', symObjAddr: 0x3E0, symBinAddr: 0x100014D00, symSize: 0x8 }
+ - { offset: 0x12E01D, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer05VideoB13RepresentableV7SwiftUI06NSViewD0AadEP06updateG0_7contexty0G4TypeQz_AD0gD7ContextVyxGtFTW', symObjAddr: 0x3E8, symBinAddr: 0x100014D08, symSize: 0x98 }
+ - { offset: 0x12E0B0, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6NSViewC5frameACSo6CGRectV_tcfcTo', symObjAddr: 0x5AC, symBinAddr: 0x100014ECC, symSize: 0xF8 }
+ - { offset: 0x12E12D, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6NSViewC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x6A4, symBinAddr: 0x100014FC4, symSize: 0x48 }
+ - { offset: 0x12E176, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6NSViewC6layoutyyFTo', symObjAddr: 0x6EC, symBinAddr: 0x10001500C, symSize: 0xD0 }
+ - { offset: 0x12E1A3, size: 0x8, addend: 0x0, symName: '_$s10MiniPlayer0B6NSViewCfD', symObjAddr: 0x7BC, symBinAddr: 0x1000150DC, symSize: 0x30 }
+ - { offset: 0x12E2AB, size: 0x8, addend: 0x0, symName: '_$sSo8NSBundleC10MiniPlayerE6module_WZ', symObjAddr: 0x0, symBinAddr: 0x100017048, symSize: 0x1C }
+ - { offset: 0x12E2CF, size: 0x8, addend: 0x0, symName: '_$sSo8NSBundleC10MiniPlayerE6moduleABvpZ', symObjAddr: 0x2550, symBinAddr: 0x1000DD860, symSize: 0x0 }
+ - { offset: 0x12E2DD, size: 0x8, addend: 0x0, symName: '_$sSo8NSBundleC10MiniPlayerE6module_WZ', symObjAddr: 0x0, symBinAddr: 0x100017048, symSize: 0x1C }
+ - { offset: 0x12E323, size: 0x8, addend: 0x0, symName: '_$sSo8NSBundleC10MiniPlayerE6moduleABvpZfiAByXEfU_', symObjAddr: 0x1C, symBinAddr: 0x100017064, symSize: 0x26C }
+ - { offset: 0x12E6BA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV6engineAA0B6EngineCvpfP', symObjAddr: 0x0, symBinAddr: 0x1000172D0, symSize: 0x48 }
+ - { offset: 0x12E6E7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV8isLoaded33_88C81F291347347F51A32AD511180C39LLSbvpfP', symObjAddr: 0x48, symBinAddr: 0x100017318, symSize: 0x38 }
+ - { offset: 0x12E706, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV9loadError33_88C81F291347347F51A32AD511180C39LLSSSgvpfP', symObjAddr: 0x80, symBinAddr: 0x100017350, symSize: 0x48 }
+ - { offset: 0x12EA4C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewVWOc', symObjAddr: 0x27C, symBinAddr: 0x1000174FC, symSize: 0x34 }
+ - { offset: 0x12EA60, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewVWOh', symObjAddr: 0x2B0, symBinAddr: 0x100017530, symSize: 0x2C }
+ - { offset: 0x12EA74, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaVSgWOi_', symObjAddr: 0x688, symBinAddr: 0x100017908, symSize: 0x4 }
+ - { offset: 0x12EA88, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaVWOh', symObjAddr: 0x6D0, symBinAddr: 0x100017914, symSize: 0x34 }
+ - { offset: 0x12EB97, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV4bodyQrvgyyYaYbcfU0_TA', symObjAddr: 0x1834, symBinAddr: 0x100018A78, symSize: 0x4C }
+ - { offset: 0x12EBD7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV4bodyQrvgSbyYbcfU1_TA', symObjAddr: 0x1DBC, symBinAddr: 0x100019000, symSize: 0xC }
+ - { offset: 0x12EBEB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV4bodyQrvgySbYbcfU2_TA', symObjAddr: 0x1E3C, symBinAddr: 0x100019080, symSize: 0xC }
+ - { offset: 0x12EBFF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV4bodyQrvg0A2UI6ButtonVyAE4TextVGyXEfU3_TA', symObjAddr: 0x1F14, symBinAddr: 0x100019158, symSize: 0x8 }
+ - { offset: 0x12EC13, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV4bodyQrvg0A2UI4TextVyXEfU4_TA', symObjAddr: 0x203C, symBinAddr: 0x100019280, symSize: 0x8 }
+ - { offset: 0x12EC27, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6ZStackVyAA012_ConditionalD0VyAGyAA9TupleViewVyACy0A6Bricks15ControlRendererVAA16_FlexFrameLayoutVG_AEyAIyAA0H0PAAE12onTapGesture5count7performQrSi_yyctFQOyACyAA5ColorVAA024_SafeAreaRegionsIgnoringN0VG_Qo__ACyACyAJ011PopupWindowJ0VANGAA08_PaddingN0VGtGGSgACyAvA16_OverlayModifierVyAA08ProgressH0VyAA05EmptyH0VA13_GGGSgtGACyAA6VStackVyAIyACyACyAA5ImageVAA30_EnvironmentKeyWritingModifierVyAA4FontVSgGGA24_yAVSgGG_AA4TextVACyA34_A24_yAA13TextAlignmentOGGAA6ButtonVyA34_GtGGA3_GGACyA11_yA34_A13_GANGGGAA13_TaskModifierVGACyxq_GAap2aPRzAA0H8ModifierR_rlWl', symObjAddr: 0x2044, symBinAddr: 0x100019288, symSize: 0xB0 }
+ - { offset: 0x12EC3B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV0A2UI0C0AA4BodyAdEP_AGWT', symObjAddr: 0x2188, symBinAddr: 0x100019378, symSize: 0x10 }
+ - { offset: 0x12ECC2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewVwCP', symObjAddr: 0x314C, symBinAddr: 0x10001A33C, symSize: 0x2C }
+ - { offset: 0x12ECD6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewVwxx', symObjAddr: 0x3178, symBinAddr: 0x10001A368, symSize: 0x48 }
+ - { offset: 0x12ECEA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewVwcp', symObjAddr: 0x31C0, symBinAddr: 0x10001A3B0, symSize: 0x8C }
+ - { offset: 0x12ECFE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewVwca', symObjAddr: 0x324C, symBinAddr: 0x10001A43C, symSize: 0xE4 }
+ - { offset: 0x12ED12, size: 0x8, addend: 0x0, symName: ___swift_memcpy88_8, symObjAddr: 0x3330, symBinAddr: 0x10001A520, symSize: 0x24 }
+ - { offset: 0x12ED26, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewVwta', symObjAddr: 0x3354, symBinAddr: 0x10001A544, symSize: 0x8C }
+ - { offset: 0x12ED3A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewVwet', symObjAddr: 0x33E0, symBinAddr: 0x10001A5D0, symSize: 0x48 }
+ - { offset: 0x12ED4E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewVwst', symObjAddr: 0x3428, symBinAddr: 0x10001A618, symSize: 0x54 }
+ - { offset: 0x12ED62, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewVMa', symObjAddr: 0x347C, symBinAddr: 0x10001A66C, symSize: 0x10 }
+ - { offset: 0x12ED76, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV4bodyQrvg0A2UI6ButtonVyAE4TextVGyXEfU3_yyScMYccfU_TA', symObjAddr: 0x3590, symBinAddr: 0x10001A740, symSize: 0x8 }
+ - { offset: 0x12ED8A, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyAA9TupleViewVyAA08ModifiedD0Vy0A6Bricks15ControlRendererVAA16_FlexFrameLayoutVG_AA6ZStackVyAEyAA0F0PAAE12onTapGesture5count7performQrSi_yyctFQOyAGyAA5ColorVAA024_SafeAreaRegionsIgnoringM0VG_Qo__AGyAGyAH011PopupWindowI0VALGAA08_PaddingM0VGtGGSgAGyAvA16_OverlayModifierVyAA08ProgressF0VyAA05EmptyF0VA13_GGGSgtGAGyAA6VStackVyAEyAGyAGyAA5ImageVAA30_EnvironmentKeyWritingModifierVyAA4FontVSgGGA24_yAVSgGG_AA4TextVAGyA34_A24_yAA13TextAlignmentOGGAA6ButtonVyA34_GtGGA3_GGACyxq_GAap2aPRzAaPR_rlWl', symObjAddr: 0x35B0, symBinAddr: 0x10001A748, symSize: 0x98 }
+ - { offset: 0x12ED9E, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6VStackVyAA9TupleViewVyACyACyAA5ImageVAA30_EnvironmentKeyWritingModifierVyAA4FontVSgGGAKyAA5ColorVSgGG_AA4TextVACyAwKyAA0O9AlignmentOGGAA6ButtonVyAWGtGGAA14_PaddingLayoutVGACyxq_GAA0G0A2AA9_RzAA0gL0R_rlWl', symObjAddr: 0x3648, symBinAddr: 0x10001A7E0, symSize: 0x98 }
+ - { offset: 0x12EDB2, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA12ProgressViewVyAA4TextVAA05EmptyF0VGAA16_FlexFrameLayoutVGACyxq_GAA0F0A2aORzAA0F8ModifierR_rlWl', symObjAddr: 0x36E0, symBinAddr: 0x10001A878, symSize: 0x98 }
+ - { offset: 0x12EDC6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9PopupInfoVWOb', symObjAddr: 0x389C, symBinAddr: 0x10001AA34, symSize: 0x44 }
+ - { offset: 0x12EDDA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9PopupInfoVWOh', symObjAddr: 0x38E0, symBinAddr: 0x10001AA78, symSize: 0x3C }
+ - { offset: 0x12EDEE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV12popupOverlay33_88C81F291347347F51A32AD511180C39LLyQrAA9PopupInfoVF0A2UI05TupleC0VyAH0C0PAHE12onTapGesture5count7performQrSi_yyctFQOyAlHE15ignoresSafeArea_5edgesQrAH0vW7RegionsV_AH4EdgeO3SetVtFQOyAH5ColorV_Qo__Qo__AlHE7paddingyQr12CoreGraphics7CGFloatVFQOyAlHE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA3_Sg_A12_A12_A12_A12_A12_AH9AlignmentVtFQOyAA0L13WindowControlV_Qo__Qo_tGyXEfU_yycfU_TA', symObjAddr: 0x396C, symBinAddr: 0x10001AB04, symSize: 0x8 }
+ - { offset: 0x12EE02, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA5ColorVAA30_SafeAreaRegionsIgnoringLayoutVGACyxq_GAA4ViewA2aJRzAA0K8ModifierR_rlWl', symObjAddr: 0x3974, symBinAddr: 0x10001AB0C, symSize: 0x70 }
+ - { offset: 0x12EE16, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV05errorC033_88C81F291347347F51A32AD511180C39LLyQrSSF0A2UI05TupleC0VyAF0C0PAFE15foregroundColoryQrAF0N0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFE09multilineR9AlignmentyQrAF0rT0OFQOyAX_Qo_AF6ButtonVyAXGtGyXEfU_yyScMYccfU_TA', symObjAddr: 0x3AE0, symBinAddr: 0x10001AC68, symSize: 0x8 }
+ - { offset: 0x12EE2A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV05errorC033_88C81F291347347F51A32AD511180C39LLyQrSSF0A2UI05TupleC0VyAF0C0PAFE15foregroundColoryQrAF0N0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFE09multilineR9AlignmentyQrAF0rT0OFQOyAX_Qo_AF6ButtonVyAXGtGyXEfU_yyScMYccfU_yyYacfU_TA', symObjAddr: 0x3B4C, symBinAddr: 0x10001ACC4, symSize: 0x68 }
+ - { offset: 0x12EE3E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV05errorC033_88C81F291347347F51A32AD511180C39LLyQrSSF0A2UI05TupleC0VyAF0C0PAFE15foregroundColoryQrAF0N0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFE09multilineR9AlignmentyQrAF0rT0OFQOyAX_Qo_AF6ButtonVyAXGtGyXEfU_yyScMYccfU_yyYacfU_TATQ0_', symObjAddr: 0x3BB4, symBinAddr: 0x10001AD2C, symSize: 0x40 }
+ - { offset: 0x12F1EA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV4json6engineACSS_AA0B6EngineCtcfC', symObjAddr: 0x118, symBinAddr: 0x100017398, symSize: 0x164 }
+ - { offset: 0x12F26C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV3url6engineACSS_AA0B6EngineCtcfC', symObjAddr: 0x2DC, symBinAddr: 0x10001755C, symSize: 0x164 }
+ - { offset: 0x12F333, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV6schema6engineAcA13ControlSchemaV_AA0B6EngineCtcfC', symObjAddr: 0x440, symBinAddr: 0x1000176C0, symSize: 0x248 }
+ - { offset: 0x12F43B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV4bodyQrvg', symObjAddr: 0x704, symBinAddr: 0x100017948, symSize: 0x344 }
+ - { offset: 0x12F50B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV4bodyQrvg0A2UI19_ConditionalContentVyAGyAE05TupleC0VyAE0C0PAEE5frame8minWidth05idealK003maxK00J6Height0lN00mN09alignmentQr12CoreGraphics7CGFloatVSg_A5wE9AlignmentVtFQOyAA15ControlRendererV_Qo__AC12popupOverlay33_88C81F291347347F51A32AD511180C39LLyQrAA9PopupInfoVFQOy_Qo_SgAkEE7overlay_ASQrqd___AYtAeJRd__lFQOyAE5ColorV_AE08ProgressC0VyAE05EmptyC0VA13_GQo_SgtGAC05errorC0A2_LLyQrSSFQOy_Qo_GAkEEAlmnopqrSQrAW_A5wYtFQOyA11_yAE4TextVA13_G_Qo_GyXEfU_', symObjAddr: 0xA48, symBinAddr: 0x100017C8C, symSize: 0xD04 }
+ - { offset: 0x12F8D2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV4bodyQrvgyyYaYbcfU0_', symObjAddr: 0x174C, symBinAddr: 0x100018990, symSize: 0x64 }
+ - { offset: 0x12F8FD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV4bodyQrvgyyYaYbcfU0_TQ0_', symObjAddr: 0x17B0, symBinAddr: 0x1000189F4, symSize: 0x80 }
+ - { offset: 0x12F924, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV4bodyQrvgSbyYbcfU1_', symObjAddr: 0x1D28, symBinAddr: 0x100018F6C, symSize: 0x90 }
+ - { offset: 0x12F984, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV4bodyQrvgySbYbcfU2_', symObjAddr: 0x1DC8, symBinAddr: 0x10001900C, symSize: 0x74 }
+ - { offset: 0x12F9F0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV4bodyQrvg0A2UI6ButtonVyAE4TextVGyXEfU3_', symObjAddr: 0x1E48, symBinAddr: 0x10001908C, symSize: 0xCC }
+ - { offset: 0x12FA2B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV4bodyQrvg0A2UI6ButtonVyAE4TextVGyXEfU3_yyScMYccfU_', symObjAddr: 0x1F1C, symBinAddr: 0x100019160, symSize: 0x6C }
+ - { offset: 0x12FA95, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV4bodyQrvg0A2UI4TextVyXEfU4_', symObjAddr: 0x1F88, symBinAddr: 0x1000191CC, symSize: 0xB4 }
+ - { offset: 0x12FC4B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV0A2UI0C0AadEP05_makeC04view6inputsAD01_C7OutputsVAD11_GraphValueVyxG_AD01_C6InputsVtFZTW', symObjAddr: 0x30E4, symBinAddr: 0x10001A2D4, symSize: 0x4 }
+ - { offset: 0x12FC67, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV0A2UI0C0AadEP05_makeC4List4view6inputsAD01_cF7OutputsVAD11_GraphValueVyxG_AD01_cF6InputsVtFZTW', symObjAddr: 0x30E8, symBinAddr: 0x10001A2D8, symSize: 0x4 }
+ - { offset: 0x12FC83, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV0A2UI0C0AadEP14_viewListCount6inputsSiSgAD01_cfG6InputsV_tFZTW', symObjAddr: 0x30EC, symBinAddr: 0x10001A2DC, symSize: 0x18 }
+ - { offset: 0x12FFD5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV11performLoad33_88C81F291347347F51A32AD511180C39LLyyYaF', symObjAddr: 0x1880, symBinAddr: 0x100018AC4, symSize: 0x90 }
+ - { offset: 0x130009, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV11performLoad33_88C81F291347347F51A32AD511180C39LLyyYaFTY0_', symObjAddr: 0x1910, symBinAddr: 0x100018B54, symSize: 0x230 }
+ - { offset: 0x130151, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV11performLoad33_88C81F291347347F51A32AD511180C39LLyyYaFTQ1_', symObjAddr: 0x1B40, symBinAddr: 0x100018D84, symSize: 0x5C }
+ - { offset: 0x130196, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV11performLoad33_88C81F291347347F51A32AD511180C39LLyyYaFTY2_', symObjAddr: 0x1B9C, symBinAddr: 0x100018DE0, symSize: 0x64 }
+ - { offset: 0x1301D2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV11performLoad33_88C81F291347347F51A32AD511180C39LLyyYaFTY3_', symObjAddr: 0x1C00, symBinAddr: 0x100018E44, symSize: 0x128 }
+ - { offset: 0x1302FF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV12popupOverlay33_88C81F291347347F51A32AD511180C39LLyQrAA9PopupInfoVF0A2UI05TupleC0VyAH0C0PAHE12onTapGesture5count7performQrSi_yyctFQOyAlHE15ignoresSafeArea_5edgesQrAH0vW7RegionsV_AH4EdgeO3SetVtFQOyAH5ColorV_Qo__Qo__AlHE7paddingyQr12CoreGraphics7CGFloatVFQOyAlHE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA3_Sg_A12_A12_A12_A12_A12_AH9AlignmentVtFQOyAA0L13WindowControlV_Qo__Qo_tGyXEfU_', symObjAddr: 0x2198, symBinAddr: 0x100019388, symSize: 0x68C }
+ - { offset: 0x130505, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV12popupOverlay33_88C81F291347347F51A32AD511180C39LLyQrAA9PopupInfoVF0A2UI05TupleC0VyAH0C0PAHE12onTapGesture5count7performQrSi_yyctFQOyAlHE15ignoresSafeArea_5edgesQrAH0vW7RegionsV_AH4EdgeO3SetVtFQOyAH5ColorV_Qo__Qo__AlHE7paddingyQr12CoreGraphics7CGFloatVFQOyAlHE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA3_Sg_A12_A12_A12_A12_A12_AH9AlignmentVtFQOyAA0L13WindowControlV_Qo__Qo_tGyXEfU_yycfU_', symObjAddr: 0x2824, symBinAddr: 0x100019A14, symSize: 0x124 }
+ - { offset: 0x130579, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV05errorC033_88C81F291347347F51A32AD511180C39LLyQrSSF0A2UI05TupleC0VyAF0C0PAFE15foregroundColoryQrAF0N0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFE09multilineR9AlignmentyQrAF0rT0OFQOyAX_Qo_AF6ButtonVyAXGtGyXEfU_', symObjAddr: 0x2948, symBinAddr: 0x100019B38, symSize: 0x560 }
+ - { offset: 0x13063F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV05errorC033_88C81F291347347F51A32AD511180C39LLyQrSSF0A2UI05TupleC0VyAF0C0PAFE15foregroundColoryQrAF0N0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFE09multilineR9AlignmentyQrAF0rT0OFQOyAX_Qo_AF6ButtonVyAXGtGyXEfU_yyScMYccfU_', symObjAddr: 0x2EA8, symBinAddr: 0x10001A098, symSize: 0x128 }
+ - { offset: 0x130664, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV05errorC033_88C81F291347347F51A32AD511180C39LLyQrSSF0A2UI05TupleC0VyAF0C0PAFE15foregroundColoryQrAF0N0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFE09multilineR9AlignmentyQrAF0rT0OFQOyAX_Qo_AF6ButtonVyAXGtGyXEfU_yyScMYccfU_yyYacfU_', symObjAddr: 0x2FD0, symBinAddr: 0x10001A1C0, symSize: 0x64 }
+ - { offset: 0x130689, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV05errorC033_88C81F291347347F51A32AD511180C39LLyQrSSF0A2UI05TupleC0VyAF0C0PAFE15foregroundColoryQrAF0N0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFE09multilineR9AlignmentyQrAF0rT0OFQOyAX_Qo_AF6ButtonVyAXGtGyXEfU_yyScMYccfU_yyYacfU_TQ0_', symObjAddr: 0x3034, symBinAddr: 0x10001A224, symSize: 0x80 }
+ - { offset: 0x1306AA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV05errorC033_88C81F291347347F51A32AD511180C39LLyQrSSF0A2UI05TupleC0VyAF0C0PAFE15foregroundColoryQrAF0N0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFE09multilineR9AlignmentyQrAF0rT0OFQOyAX_Qo_AF6ButtonVyAXGtGyXEfU_yyScMYccfU_yyYacfU_TY1_', symObjAddr: 0x30B4, symBinAddr: 0x10001A2A4, symSize: 0x30 }
+ - { offset: 0x1306CB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV0A2UI0C0AadEP4body4BodyQzvgTW', symObjAddr: 0x3104, symBinAddr: 0x10001A2F4, symSize: 0x48 }
+ - { offset: 0x130FA9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC11_rootSchema33_AC3A45445225BB6FB2E16A0675F1A0D3LL7Combine9PublishedVyAA07ControlE0VSgGvpfi', symObjAddr: 0x32CC, symBinAddr: 0x10001DF68, symSize: 0x3C }
+ - { offset: 0x130FDF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC5storeAA0B5StoreCvpfi', symObjAddr: 0x3308, symBinAddr: 0x10001DFA4, symSize: 0x34 }
+ - { offset: 0x131062, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC8eventBusAA0b5EventE0Cvpfi', symObjAddr: 0x333C, symBinAddr: 0x10001DFD8, symSize: 0x98 }
+ - { offset: 0x1310F4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC3rpcAA0B3RPCCvpfi', symObjAddr: 0x33D4, symBinAddr: 0x10001E070, symSize: 0x5C }
+ - { offset: 0x131137, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC4i18nAA0B4I18nCvpfi', symObjAddr: 0x3430, symBinAddr: 0x10001E0CC, symSize: 0x3C }
+ - { offset: 0x131165, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC14widgetRegistry33_AC3A45445225BB6FB2E16A0675F1A0D3LLSDySS0A2UI7AnyViewVAA13ControlSchemaV_ACtcGvpfi', symObjAddr: 0x346C, symBinAddr: 0x10001E108, symSize: 0xC }
+ - { offset: 0x131181, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC14widgetRegistry33_AC3A45445225BB6FB2E16A0675F1A0D3LLSDySS0A2UI7AnyViewVAA13ControlSchemaV_ACtcGvpfi', symObjAddr: 0x346C, symBinAddr: 0x10001E108, symSize: 0xC }
+ - { offset: 0x131193, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC12_widgetIndex33_AC3A45445225BB6FB2E16A0675F1A0D3LL7Combine9PublishedVySDySSAA13ControlSchemaVGGvpfi', symObjAddr: 0x3478, symBinAddr: 0x10001E114, symSize: 0xC }
+ - { offset: 0x1311AF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC12_widgetIndex33_AC3A45445225BB6FB2E16A0675F1A0D3LL7Combine9PublishedVySDySSAA13ControlSchemaVGGvpfi', symObjAddr: 0x3478, symBinAddr: 0x10001E114, symSize: 0xC }
+ - { offset: 0x1311C1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC12_activePopup33_AC3A45445225BB6FB2E16A0675F1A0D3LL7Combine9PublishedVyAA0E4InfoVSgGvpfi', symObjAddr: 0x3484, symBinAddr: 0x10001E120, symSize: 0x3C }
+ - { offset: 0x1311D9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10_isLoading33_AC3A45445225BB6FB2E16A0675F1A0D3LL7Combine9PublishedVySbGvpfi', symObjAddr: 0x34C0, symBinAddr: 0x10001E15C, symSize: 0x8 }
+ - { offset: 0x1311F1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC13_errorMessage33_AC3A45445225BB6FB2E16A0675F1A0D3LL7Combine9PublishedVySSSgGvpfi', symObjAddr: 0x34C8, symBinAddr: 0x10001E164, symSize: 0xC }
+ - { offset: 0x131209, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9PopupInfoV2id10Foundation4UUIDVvpfi', symObjAddr: 0x34D4, symBinAddr: 0x10001E170, symSize: 0x4 }
+ - { offset: 0x131221, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC8handlers33_181F3C2E02FC9C707A58C03E8F24B14FLLSDySSSayyAA0C4DataVYacGGvpfi', symObjAddr: 0x34D8, symBinAddr: 0x10001E174, symSize: 0xC }
+ - { offset: 0x13123D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC8handlers33_181F3C2E02FC9C707A58C03E8F24B14FLLSDySSSayyAA0C4DataVYacGGvpfi', symObjAddr: 0x34D8, symBinAddr: 0x10001E174, symSize: 0xC }
+ - { offset: 0x13124F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC9_eventLog33_181F3C2E02FC9C707A58C03E8F24B14FLL7Combine9PublishedVySaySS4name_AA0C4DataV4data10Foundation4DateV9timestamptGGvpfi', symObjAddr: 0x34E4, symBinAddr: 0x10001E180, symSize: 0xC }
+ - { offset: 0x131267, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC10maxLogSize33_181F3C2E02FC9C707A58C03E8F24B14FLLSivpfi', symObjAddr: 0x34F0, symBinAddr: 0x10001E18C, symSize: 0x8 }
+ - { offset: 0x13127F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC7_locale33_F788BFD46370265E8BE7C3E597BB5563LL7Combine9PublishedVySSGvpfi', symObjAddr: 0x34F8, symBinAddr: 0x10001E194, symSize: 0xC }
+ - { offset: 0x131297, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC9_messages33_F788BFD46370265E8BE7C3E597BB5563LL7Combine9PublishedVySDyS2SGGvpfi', symObjAddr: 0x3504, symBinAddr: 0x10001E1A0, symSize: 0xC }
+ - { offset: 0x1312B3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC9_messages33_F788BFD46370265E8BE7C3E597BB5563LL7Combine9PublishedVySDyS2SGGvpfi', symObjAddr: 0x3504, symBinAddr: 0x10001E1A0, symSize: 0xC }
+ - { offset: 0x1312C5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC7enabledSbvpfi', symObjAddr: 0x3510, symBinAddr: 0x10001E1AC, symSize: 0x8 }
+ - { offset: 0x1312DD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC8basePathSSvpfi', symObjAddr: 0x3518, symBinAddr: 0x10001E1B4, symSize: 0xC }
+ - { offset: 0x1312F5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC7baseURLSSvpfi', symObjAddr: 0x3524, symBinAddr: 0x10001E1C0, symSize: 0xC }
+ - { offset: 0x131339, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC14defaultHeadersSDyS2SGvpfi', symObjAddr: 0x3530, symBinAddr: 0x10001E1CC, symSize: 0x60 }
+ - { offset: 0x1313C7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC9authTokenSSSgvpfi', symObjAddr: 0x3590, symBinAddr: 0x10001E22C, symSize: 0xC }
+ - { offset: 0x1313DF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC18requestInterceptor10Foundation10URLRequestVAGcSgvpfi', symObjAddr: 0x359C, symBinAddr: 0x10001E238, symSize: 0xC }
+ - { offset: 0x1313F7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC15_activeRequests33_D60FAF5292E6E273FB66E2F94DA3DAD1LL7Combine9PublishedVySiGvpfi', symObjAddr: 0x35A8, symBinAddr: 0x10001E244, symSize: 0x8 }
+ - { offset: 0x13140F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV2idSSSgvpfi', symObjAddr: 0x35B0, symBinAddr: 0x10001E24C, symSize: 0xC }
+ - { offset: 0x131427, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV5bindsSayAA04BindD0VGSgvpfi', symObjAddr: 0x35BC, symBinAddr: 0x10001E258, symSize: 0x8 }
+ - { offset: 0x13143F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10subwidgetsSayACGSgvpfi', symObjAddr: 0x35C4, symBinAddr: 0x10001E260, symSize: 0x8 }
+ - { offset: 0x131457, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV9runtimeIdSSvpfi', symObjAddr: 0x35CC, symBinAddr: 0x10001E268, symSize: 0xDC }
+ - { offset: 0x131485, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5widthSSSgvpfi', symObjAddr: 0x36A8, symBinAddr: 0x10001E344, symSize: 0xC }
+ - { offset: 0x13149D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6heightSSSgvpfi', symObjAddr: 0x36B4, symBinAddr: 0x10001E350, symSize: 0xC }
+ - { offset: 0x1314B5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6cwidthSdSgvpfi', symObjAddr: 0x36C0, symBinAddr: 0x10001E35C, symSize: 0xC }
+ - { offset: 0x1314CD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV7cheightSdSgvpfi', symObjAddr: 0x36CC, symBinAddr: 0x10001E368, symSize: 0xC }
+ - { offset: 0x1314E5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV7bgcolorSSSgvpfi', symObjAddr: 0x36D8, symBinAddr: 0x10001E374, symSize: 0xC }
+ - { offset: 0x1314FD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5colorSSSgvpfi', symObjAddr: 0x36E4, symBinAddr: 0x10001E380, symSize: 0xC }
+ - { offset: 0x131515, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV3cssSSSgvpfi', symObjAddr: 0x36F0, symBinAddr: 0x10001E38C, symSize: 0xC }
+ - { offset: 0x13152D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV7paddingSSSgvpfi', symObjAddr: 0x36FC, symBinAddr: 0x10001E398, symSize: 0xC }
+ - { offset: 0x131545, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6cursorSSSgvpfi', symObjAddr: 0x3708, symBinAddr: 0x10001E3A4, symSize: 0xC }
+ - { offset: 0x13155D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV7spacingSdSgvpfi', symObjAddr: 0x3714, symBinAddr: 0x10001E3B0, symSize: 0xC }
+ - { offset: 0x131575, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10alignItemsSSSgvpfi', symObjAddr: 0x3720, symBinAddr: 0x10001E3BC, symSize: 0xC }
+ - { offset: 0x13158D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4textSSSgvpfi', symObjAddr: 0x372C, symBinAddr: 0x10001E3C8, symSize: 0xC }
+ - { offset: 0x1315A5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5otextSSSgvpfi', symObjAddr: 0x3738, symBinAddr: 0x10001E3D4, symSize: 0xC }
+ - { offset: 0x1315BD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4i18nSbSgvpfi', symObjAddr: 0x3744, symBinAddr: 0x10001E3E0, symSize: 0x8 }
+ - { offset: 0x1315D5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5levelSiSgvpfi', symObjAddr: 0x374C, symBinAddr: 0x10001E3E8, symSize: 0xC }
+ - { offset: 0x1315ED, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5labelSSSgvpfi', symObjAddr: 0x3758, symBinAddr: 0x10001E3F4, symSize: 0xC }
+ - { offset: 0x131605, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10actiontypeSSSgvpfi', symObjAddr: 0x3764, symBinAddr: 0x10001E400, symSize: 0xC }
+ - { offset: 0x13161D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV3urlSSSgvpfi', symObjAddr: 0x3770, symBinAddr: 0x10001E40C, symSize: 0xC }
+ - { offset: 0x131635, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4iconSSSgvpfi', symObjAddr: 0x377C, symBinAddr: 0x10001E418, symSize: 0xC }
+ - { offset: 0x13164D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4nameSSSgvpfi', symObjAddr: 0x3788, symBinAddr: 0x10001E424, symSize: 0xC }
+ - { offset: 0x131665, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV11placeholderSSSgvpfi', symObjAddr: 0x3794, symBinAddr: 0x10001E430, symSize: 0xC }
+ - { offset: 0x13167D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5valueSSSgvpfi', symObjAddr: 0x37A0, symBinAddr: 0x10001E43C, symSize: 0xC }
+ - { offset: 0x131695, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV12defaultvalueSSSgvpfi', symObjAddr: 0x37AC, symBinAddr: 0x10001E448, symSize: 0xC }
+ - { offset: 0x1316AD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV8requiredSbSgvpfi', symObjAddr: 0x37B8, symBinAddr: 0x10001E454, symSize: 0x8 }
+ - { offset: 0x1316C5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6uitypeSSSgvpfi', symObjAddr: 0x37C0, symBinAddr: 0x10001E45C, symSize: 0xC }
+ - { offset: 0x1316DD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5titleSSSgvpfi', symObjAddr: 0x37CC, symBinAddr: 0x10001E468, symSize: 0xC }
+ - { offset: 0x1316F5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5rulesSayAA14ValidationRuleVGSgvpfi', symObjAddr: 0x37D8, symBinAddr: 0x10001E474, symSize: 0x8 }
+ - { offset: 0x13170D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5codesSayAA8CodeItemVGSgvpfi', symObjAddr: 0x37E0, symBinAddr: 0x10001E47C, symSize: 0x8 }
+ - { offset: 0x131725, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4dataSayAA8CodeItemVGSgvpfi', symObjAddr: 0x37E8, symBinAddr: 0x10001E484, symSize: 0x8 }
+ - { offset: 0x13173D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV7dataurlSSSgvpfi', symObjAddr: 0x37F0, symBinAddr: 0x10001E48C, symSize: 0xC }
+ - { offset: 0x131755, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10valueFieldSSSgvpfi', symObjAddr: 0x37FC, symBinAddr: 0x10001E498, symSize: 0xC }
+ - { offset: 0x13176D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV9textFieldSSSgvpfi', symObjAddr: 0x3808, symBinAddr: 0x10001E4A4, symSize: 0xC }
+ - { offset: 0x131785, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6fieldsSayAA11FieldSchemaVGSgvpfi', symObjAddr: 0x3814, symBinAddr: 0x10001E4B0, symSize: 0x8 }
+ - { offset: 0x13179D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10submit_urlSSSgvpfi', symObjAddr: 0x381C, symBinAddr: 0x10001E4B8, symSize: 0xC }
+ - { offset: 0x1317B5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV12submit_labelSSSgvpfi', symObjAddr: 0x3828, symBinAddr: 0x10001E4C4, symSize: 0xC }
+ - { offset: 0x1317CD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10show_labelSbSgvpfi', symObjAddr: 0x3834, symBinAddr: 0x10001E4D0, symSize: 0x8 }
+ - { offset: 0x1317E5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV8data_urlSSSgvpfi', symObjAddr: 0x383C, symBinAddr: 0x10001E4D8, symSize: 0xC }
+ - { offset: 0x1317FD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV11data_methodSSSgvpfi', symObjAddr: 0x3848, symBinAddr: 0x10001E4E4, symSize: 0xC }
+ - { offset: 0x131815, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV9page_rowsSiSgvpfi', symObjAddr: 0x3854, symBinAddr: 0x10001E4F0, symSize: 0xC }
+ - { offset: 0x13182D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV11row_optionsAA03RowD0VSgvpfi', symObjAddr: 0x3860, symBinAddr: 0x10001E4FC, symSize: 0x14 }
+ - { offset: 0x131845, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV7toolbarAA13ToolbarSchemaVSgvpfi', symObjAddr: 0x3874, symBinAddr: 0x10001E510, symSize: 0x8 }
+ - { offset: 0x13185D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4tabsSayAA7TabItemVGSgvpfi', symObjAddr: 0x387C, symBinAddr: 0x10001E518, symSize: 0x8 }
+ - { offset: 0x131875, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV9activeTabSiSgvpfi', symObjAddr: 0x3884, symBinAddr: 0x10001E520, symSize: 0xC }
+ - { offset: 0x13188D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10col_cwidthSdSgvpfi', symObjAddr: 0x3890, symBinAddr: 0x10001E52C, symSize: 0xC }
+ - { offset: 0x1318A5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV8col_cgapSdSgvpfi', symObjAddr: 0x389C, symBinAddr: 0x10001E538, symSize: 0xC }
+ - { offset: 0x1318BD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV9col_widthSdSgvpfi', symObjAddr: 0x38A8, symBinAddr: 0x10001E544, symSize: 0xC }
+ - { offset: 0x1318D5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV9auto_openSbSgvpfi', symObjAddr: 0x38B4, symBinAddr: 0x10001E550, symSize: 0x8 }
+ - { offset: 0x1318ED, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6archorSSSgvpfi', symObjAddr: 0x38BC, symBinAddr: 0x10001E558, symSize: 0xC }
+ - { offset: 0x131905, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV14dismiss_eventsSaySSGSgvpfi', symObjAddr: 0x38C8, symBinAddr: 0x10001E564, symSize: 0x8 }
+ - { offset: 0x13191D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5itemsSayAA14MenuItemSchemaVGSgvpfi', symObjAddr: 0x38D0, symBinAddr: 0x10001E56C, symSize: 0x8 }
+ - { offset: 0x131935, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6targetSSSgvpfi', symObjAddr: 0x38D8, symBinAddr: 0x10001E574, symSize: 0xC }
+ - { offset: 0x13194D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4htmlSSSgvpfi', symObjAddr: 0x38E4, symBinAddr: 0x10001E580, symSize: 0xC }
+ - { offset: 0x131965, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV3srcSSSgvpfi', symObjAddr: 0x38F0, symBinAddr: 0x10001E58C, symSize: 0xC }
+ - { offset: 0x13197D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV3altSSSgvpfi', symObjAddr: 0x38FC, symBinAddr: 0x10001E598, symSize: 0xC }
+ - { offset: 0x131995, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV8fontsizeSSSgvpfi', symObjAddr: 0x3908, symBinAddr: 0x10001E5A4, symSize: 0xC }
+ - { offset: 0x1319AD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV9cfontsizeSdSgvpfi', symObjAddr: 0x3914, symBinAddr: 0x10001E5B0, symSize: 0xC }
+ - { offset: 0x1319C5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV6targetSSSgvpfi', symObjAddr: 0x3920, symBinAddr: 0x10001E5BC, symSize: 0xC }
+ - { offset: 0x1319DD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV7optionsAA0C7OptionsVSgvpfi', symObjAddr: 0x392C, symBinAddr: 0x10001E5C8, symSize: 0x10 }
+ - { offset: 0x1319F5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV4modeSSSgvpfi', symObjAddr: 0x393C, symBinAddr: 0x10001E5D8, symSize: 0xC }
+ - { offset: 0x131A0D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV6methodSSSgvpfi', symObjAddr: 0x3948, symBinAddr: 0x10001E5E4, symSize: 0xC }
+ - { offset: 0x131A25, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV6scriptSSSgvpfi', symObjAddr: 0x3954, symBinAddr: 0x10001E5F0, symSize: 0xC }
+ - { offset: 0x131A3D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV13popup_optionsAA12PopupOptionsVSgvpfi', symObjAddr: 0x3960, symBinAddr: 0x10001E5FC, symSize: 0x20 }
+ - { offset: 0x131A55, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10datawidgetSSSgvpfi', symObjAddr: 0x3980, symBinAddr: 0x10001E61C, symSize: 0xC }
+ - { offset: 0x131A6D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV12event_paramsSSSgvpfi', symObjAddr: 0x398C, symBinAddr: 0x10001E628, symSize: 0xC }
+ - { offset: 0x131A85, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV3urlSSSgvpfi', symObjAddr: 0x3998, symBinAddr: 0x10001E634, symSize: 0xC }
+ - { offset: 0x131A9D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV6paramsSDyS2SGSgvpfi', symObjAddr: 0x39A4, symBinAddr: 0x10001E640, symSize: 0x8 }
+ - { offset: 0x131AB5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV5titleSSSgvpfi', symObjAddr: 0x39AC, symBinAddr: 0x10001E648, symSize: 0xC }
+ - { offset: 0x131ACD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV6cwidthSdSgvpfi', symObjAddr: 0x39B8, symBinAddr: 0x10001E654, symSize: 0xC }
+ - { offset: 0x131AE5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV7cheightSdSgvpfi', symObjAddr: 0x39C4, symBinAddr: 0x10001E660, symSize: 0xC }
+ - { offset: 0x131AFD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV5widthSSSgvpfi', symObjAddr: 0x39D0, symBinAddr: 0x10001E66C, symSize: 0xC }
+ - { offset: 0x131B15, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV6heightSSSgvpfi', symObjAddr: 0x39DC, symBinAddr: 0x10001E678, symSize: 0xC }
+ - { offset: 0x131B2D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV6archorSSSgvpfi', symObjAddr: 0x39E8, symBinAddr: 0x10001E684, symSize: 0xC }
+ - { offset: 0x131B45, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV8eventposSbSgvpfi', symObjAddr: 0x39F4, symBinAddr: 0x10001E690, symSize: 0x8 }
+ - { offset: 0x131B5D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV14dismiss_eventsSaySSGSgvpfi', symObjAddr: 0x39FC, symBinAddr: 0x10001E698, symSize: 0x8 }
+ - { offset: 0x131B75, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV5labelSSSgvpfi', symObjAddr: 0x3A04, symBinAddr: 0x10001E6A0, symSize: 0xC }
+ - { offset: 0x131B8D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV5titleSSSgvpfi', symObjAddr: 0x3A10, symBinAddr: 0x10001E6AC, symSize: 0xC }
+ - { offset: 0x131BA5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV4typeSSSgvpfi', symObjAddr: 0x3A1C, symBinAddr: 0x10001E6B8, symSize: 0xC }
+ - { offset: 0x131BBD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV6uitypeSSSgvpfi', symObjAddr: 0x3A28, symBinAddr: 0x10001E6C4, symSize: 0xC }
+ - { offset: 0x131BD5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV8requiredSbSgvpfi', symObjAddr: 0x3A34, symBinAddr: 0x10001E6D0, symSize: 0x8 }
+ - { offset: 0x131BED, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV6cwidthSdSgvpfi', symObjAddr: 0x3A3C, symBinAddr: 0x10001E6D8, symSize: 0xC }
+ - { offset: 0x131C05, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV11placeholderSSSgvpfi', symObjAddr: 0x3A48, symBinAddr: 0x10001E6E4, symSize: 0xC }
+ - { offset: 0x131C1D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV5valueSSSgvpfi', symObjAddr: 0x3A54, symBinAddr: 0x10001E6F0, symSize: 0xC }
+ - { offset: 0x131C35, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV12defaultvalueSSSgvpfi', symObjAddr: 0x3A60, symBinAddr: 0x10001E6FC, symSize: 0xC }
+ - { offset: 0x131C4D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV5codesSayAA8CodeItemVGSgvpfi', symObjAddr: 0x3A6C, symBinAddr: 0x10001E708, symSize: 0x8 }
+ - { offset: 0x131C65, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV4dataSayAA8CodeItemVGSgvpfi', symObjAddr: 0x3A74, symBinAddr: 0x10001E710, symSize: 0x8 }
+ - { offset: 0x131C7D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV7dataurlSSSgvpfi', symObjAddr: 0x3A7C, symBinAddr: 0x10001E718, symSize: 0xC }
+ - { offset: 0x131C95, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV05valueC0SSSgvpfi', symObjAddr: 0x3A88, symBinAddr: 0x10001E724, symSize: 0xC }
+ - { offset: 0x131CAD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV04textC0SSSgvpfi', symObjAddr: 0x3A94, symBinAddr: 0x10001E730, symSize: 0xC }
+ - { offset: 0x131CC5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV5rulesSayAA14ValidationRuleVGSgvpfi', symObjAddr: 0x3AA0, symBinAddr: 0x10001E73C, symSize: 0x8 }
+ - { offset: 0x131CDD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV5valueSSSgvpfi', symObjAddr: 0x3AA8, symBinAddr: 0x10001E744, symSize: 0xC }
+ - { offset: 0x131CF5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV7messageSSSgvpfi', symObjAddr: 0x3AB4, symBinAddr: 0x10001E750, symSize: 0xC }
+ - { offset: 0x131D0D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV6fieldsSayAA11FieldSchemaVGSgvpfi', symObjAddr: 0x3AC0, symBinAddr: 0x10001E75C, symSize: 0x8 }
+ - { offset: 0x131D25, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV13browserfieldsAA13BrowserFieldsVSgvpfi', symObjAddr: 0x3AC8, symBinAddr: 0x10001E764, symSize: 0x10 }
+ - { offset: 0x131D3D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV9excloudedSaySSGSgvpfi', symObjAddr: 0x3AD8, symBinAddr: 0x10001E774, symSize: 0x8 }
+ - { offset: 0x131D55, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV7cwidthsSDySSSdGSgvpfi', symObjAddr: 0x3AE0, symBinAddr: 0x10001E77C, symSize: 0x8 }
+ - { offset: 0x131D6D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV6altersSDySSAA11FieldSchemaVGSgvpfi', symObjAddr: 0x3AE8, symBinAddr: 0x10001E784, symSize: 0x8 }
+ - { offset: 0x131D85, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV5toolsSayAA0C4ToolVGSgvpfi', symObjAddr: 0x3AF0, symBinAddr: 0x10001E78C, symSize: 0x8 }
+ - { offset: 0x131D9D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV5labelSSSgvpfi', symObjAddr: 0x3AF8, symBinAddr: 0x10001E794, symSize: 0xC }
+ - { offset: 0x131DB5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV4iconSSSgvpfi', symObjAddr: 0x3B04, symBinAddr: 0x10001E7A0, symSize: 0xC }
+ - { offset: 0x131DCD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV12selected_rowSbSgvpfi', symObjAddr: 0x3B10, symBinAddr: 0x10001E7AC, symSize: 0x8 }
+ - { offset: 0x131DE5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV3cssSSSgvpfi', symObjAddr: 0x3B18, symBinAddr: 0x10001E7B4, symSize: 0xC }
+ - { offset: 0x131DFD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV4iconSSSgvpfi', symObjAddr: 0x3B24, symBinAddr: 0x10001E7C0, symSize: 0xC }
+ - { offset: 0x131E15, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV4iconSSSgvpfi', symObjAddr: 0x3B30, symBinAddr: 0x10001E7CC, symSize: 0xC }
+ - { offset: 0x131E2D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV3urlSSSgvpfi', symObjAddr: 0x3B3C, symBinAddr: 0x10001E7D8, symSize: 0xC }
+ - { offset: 0x131E45, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV7submenuSayACGSgvpfi', symObjAddr: 0x3B48, symBinAddr: 0x10001E7E4, symSize: 0x8 }
+ - { offset: 0x131E5D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV5bindsSayAA04BindE0VGSgvpfi', symObjAddr: 0x3B50, symBinAddr: 0x10001E7EC, symSize: 0x8 }
+ - { offset: 0x131E75, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC7_values33_2AB4DB47B05D6C4F9539F621507C0451LL7Combine9PublishedVySDySSypGGvpfi', symObjAddr: 0x3B58, symBinAddr: 0x10001E7F4, symSize: 0xC }
+ - { offset: 0x131E91, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC7_values33_2AB4DB47B05D6C4F9539F621507C0451LL7Combine9PublishedVySDySSypGGvpfi', symObjAddr: 0x3B58, symBinAddr: 0x10001E7F4, symSize: 0xC }
+ - { offset: 0x131EA3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC11_formValues33_2AB4DB47B05D6C4F9539F621507C0451LL7Combine9PublishedVySDySSSDyS2SGGGvpfi', symObjAddr: 0x3B64, symBinAddr: 0x10001E800, symSize: 0xC }
+ - { offset: 0x131EBF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC11_formValues33_2AB4DB47B05D6C4F9539F621507C0451LL7Combine9PublishedVySDySSSDyS2SGGGvpfi', symObjAddr: 0x3B64, symBinAddr: 0x10001E800, symSize: 0xC }
+ - { offset: 0x131ED1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC10_tableData33_2AB4DB47B05D6C4F9539F621507C0451LL7Combine9PublishedVySDySSSaySDySSypGGGGvpfi', symObjAddr: 0x3B70, symBinAddr: 0x10001E80C, symSize: 0xC }
+ - { offset: 0x131EED, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC10_tableData33_2AB4DB47B05D6C4F9539F621507C0451LL7Combine9PublishedVySDySSSaySDySSypGGGGvpfi', symObjAddr: 0x3B70, symBinAddr: 0x10001E80C, symSize: 0xC }
+ - { offset: 0x131EFF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC13_selectedRows33_2AB4DB47B05D6C4F9539F621507C0451LL7Combine9PublishedVySDySSSiGGvpfi', symObjAddr: 0x3B7C, symBinAddr: 0x10001E818, symSize: 0xC }
+ - { offset: 0x131F1B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC13_selectedRows33_2AB4DB47B05D6C4F9539F621507C0451LL7Combine9PublishedVySDySSSiGGvpfi', symObjAddr: 0x3B7C, symBinAddr: 0x10001E818, symSize: 0xC }
+ - { offset: 0x131F2D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC7_popups33_2AB4DB47B05D6C4F9539F621507C0451LL7Combine9PublishedVySDySSAA10PopupStateVGGvpfi', symObjAddr: 0x3B88, symBinAddr: 0x10001E824, symSize: 0xC }
+ - { offset: 0x131F49, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC7_popups33_2AB4DB47B05D6C4F9539F621507C0451LL7Combine9PublishedVySDySSAA10PopupStateVGGvpfi', symObjAddr: 0x3B88, symBinAddr: 0x10001E824, symSize: 0xC }
+ - { offset: 0x131F5B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC15_collapsedMenus33_2AB4DB47B05D6C4F9539F621507C0451LL7Combine9PublishedVyShySSGGvpfi', symObjAddr: 0x3B94, symBinAddr: 0x10001E830, symSize: 0xC }
+ - { offset: 0x131F73, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC12cancellables33_2AB4DB47B05D6C4F9539F621507C0451LLShy7Combine14AnyCancellableCGvpfi', symObjAddr: 0x3BA0, symBinAddr: 0x10001E83C, symSize: 0xC }
+ - { offset: 0x131F8B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV9_isLoaded33_88C81F291347347F51A32AD511180C39LL0A2UI5StateVySbGvpfi', symObjAddr: 0x3BAC, symBinAddr: 0x10001E848, symSize: 0x8 }
+ - { offset: 0x131FA3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV10_loadError33_88C81F291347347F51A32AD511180C39LL0A2UI5StateVySSSgGvpfi', symObjAddr: 0x3BB4, symBinAddr: 0x10001E850, symSize: 0xC }
+ - { offset: 0x131FBB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV10jsonString33_88C81F291347347F51A32AD511180C39LLSSSgvpfi', symObjAddr: 0x3BC0, symBinAddr: 0x10001E85C, symSize: 0xC }
+ - { offset: 0x131FD3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4ViewV7loadURL33_88C81F291347347F51A32AD511180C39LLSSSgvpfi', symObjAddr: 0x3BCC, symBinAddr: 0x10001E868, symSize: 0xC }
+ - { offset: 0x131FEB, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewPAAE8disabledyQrSbFySbzcfU_', symObjAddr: 0x4074, symBinAddr: 0x10001ECAC, symSize: 0x14 }
+ - { offset: 0x132020, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlVwxx', symObjAddr: 0x41A4, symBinAddr: 0x10001ED74, symSize: 0x200 }
+ - { offset: 0x132034, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlVwcp', symObjAddr: 0x43A4, symBinAddr: 0x10001EF74, symSize: 0x618 }
+ - { offset: 0x132048, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlVwca', symObjAddr: 0x49BC, symBinAddr: 0x10001F58C, symSize: 0xA30 }
+ - { offset: 0x13205C, size: 0x8, addend: 0x0, symName: ___swift_memcpy1024_8, symObjAddr: 0x54BC, symBinAddr: 0x10001FFBC, symSize: 0x8 }
+ - { offset: 0x132070, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlVwta', symObjAddr: 0x54C4, symBinAddr: 0x10001FFC4, symSize: 0x600 }
+ - { offset: 0x132084, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlVwet', symObjAddr: 0x5AC4, symBinAddr: 0x1000205C4, symSize: 0x48 }
+ - { offset: 0x132098, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlVwst', symObjAddr: 0x5B0C, symBinAddr: 0x10002060C, symSize: 0x14C }
+ - { offset: 0x1320AC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlVMa', symObjAddr: 0x5C58, symBinAddr: 0x100020758, symSize: 0x10 }
+ - { offset: 0x1320C0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlVwxx', symObjAddr: 0x5C68, symBinAddr: 0x100020768, symSize: 0x218 }
+ - { offset: 0x1320D4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlVwcp', symObjAddr: 0x5E80, symBinAddr: 0x100020980, symSize: 0x654 }
+ - { offset: 0x1320E8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlVwca', symObjAddr: 0x64D4, symBinAddr: 0x100020FD4, symSize: 0xA78 }
+ - { offset: 0x1320FC, size: 0x8, addend: 0x0, symName: ___swift_memcpy1048_8, symObjAddr: 0x6F4C, symBinAddr: 0x100021A4C, symSize: 0x8 }
+ - { offset: 0x132110, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlVwta', symObjAddr: 0x6F54, symBinAddr: 0x100021A54, symSize: 0x630 }
+ - { offset: 0x132124, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlVwet', symObjAddr: 0x7584, symBinAddr: 0x100022084, symSize: 0x48 }
+ - { offset: 0x132138, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlVwst', symObjAddr: 0x75CC, symBinAddr: 0x1000220CC, symSize: 0x154 }
+ - { offset: 0x13214C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlVMa', symObjAddr: 0x7720, symBinAddr: 0x100022220, symSize: 0x10 }
+ - { offset: 0x132160, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlV0A2UI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0x7730, symBinAddr: 0x100022230, symSize: 0x10 }
+ - { offset: 0x132174, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV0A2UI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0x7740, symBinAddr: 0x100022240, symSize: 0x10 }
+ - { offset: 0x132188, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV4bodyQrvgyycfU0_TA', symObjAddr: 0x7754, symBinAddr: 0x100022254, symSize: 0x8 }
+ - { offset: 0x13219C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlVWOc', symObjAddr: 0x775C, symBinAddr: 0x10002225C, symSize: 0x34 }
+ - { offset: 0x1321B0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV4bodyQrvgySS_SStcfU1_TA', symObjAddr: 0x7790, symBinAddr: 0x100022290, symSize: 0x8 }
+ - { offset: 0x1321C4, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6VStackVyAA9TupleViewVyAA4TextVSg_AA0G0PAAE11pickerStyleyQrqd__AA06PickerJ0Rd__lFQOyAA0K0VyAISSAA7ForEachVySay0A6Bricks8CodeItemVGSSAlAE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAI_SSQo_GG_AA04MenukJ0VQo_tGGAA25_AppearanceActionModifierVGACyxq_GAak2aKRzAA0gW0R_rlWl', symObjAddr: 0x7798, symBinAddr: 0x100022298, symSize: 0x98 }
+ - { offset: 0x1321D8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV4bodyQrvgyyYaYbcfU2_TA', symObjAddr: 0x78CC, symBinAddr: 0x100022378, symSize: 0x4C }
+ - { offset: 0x1321EC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV4bodyQrvgySS_SStcfU1_yyYacfU_TA', symObjAddr: 0x7BC0, symBinAddr: 0x1000225F0, symSize: 0x80 }
+ - { offset: 0x132200, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV4bodyQrvg0A2UI9TupleViewVyAE4TextVSg_AE0H0PAEE11pickerStyleyQrqd__AE06PickerK0Rd__lFQOyAE0L0VyAISSAE7ForEachVySayAA8CodeItemVGSSAlEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAI_SSQo_GG_AE04MenulK0VQo_tGyXEfU_AYyXEfU_TA', symObjAddr: 0x7C40, symBinAddr: 0x100022670, symSize: 0x8 }
+ - { offset: 0x132214, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7ForEachVySay0A6Bricks8CodeItemVGSSAA4ViewPAAE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAA4TextV_SSQo_GACyxq_q0_GAah2aHR0_rlWl', symObjAddr: 0x7C48, symBinAddr: 0x100022678, symSize: 0xA8 }
+ - { offset: 0x132228, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV4bodyQrvg0A2UI9TupleViewVyAE4TextVSg_AE0H0PAEE11pickerStyleyQrqd__AE06PickerK0Rd__lFQOyAE0L0VyAISSAE7ForEachVySayAA8CodeItemVGSSAlEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAI_SSQo_GG_AE04MenulK0VQo_tGyXEfU_AYyXEfU_AxTcfU_TA', symObjAddr: 0x7FC4, symBinAddr: 0x100022944, symSize: 0x8 }
+ - { offset: 0x13223C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlV4bodyQrvgyycACcfu_yycfu0_TA', symObjAddr: 0x81D0, symBinAddr: 0x100022B50, symSize: 0x8 }
+ - { offset: 0x132250, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlV4bodyQrvg0A2UI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAHyQrAL_APtFQOyAE6HStackVyAE05TupleG0VyAgEE11scaleEffect_6anchorQrAO_AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA0_G_Qo_Sg_AE4TextVSgA5_tGG_Qo__Qo_yXEfU_TA', symObjAddr: 0x81D8, symBinAddr: 0x100022B58, symSize: 0x8 }
+ - { offset: 0x132264, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlVWOc', symObjAddr: 0x81E0, symBinAddr: 0x100022B60, symSize: 0x34 }
+ - { offset: 0x132278, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA6HStackVyAA9TupleViewVyACyAA08ProgressG0VyAA05EmptyG0VAKGAA12_ScaleEffectVGSg_AA4TextVSgARtGGAA14_PaddingLayoutVGAWGACyxq_GAA0G0A2AA_RzAA0G8ModifierR_rlWl', symObjAddr: 0x8214, symBinAddr: 0x100022B94, symSize: 0x78 }
+ - { offset: 0x13228C, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6HStackVyAA9TupleViewVyACyAA08ProgressG0VyAA05EmptyG0VAKGAA12_ScaleEffectVGSg_AA4TextVSgARtGGAA14_PaddingLayoutVGACyxq_GAA0G0A2aZRzAA0G8ModifierR_rlWl', symObjAddr: 0x828C, symBinAddr: 0x100022C0C, symSize: 0x98 }
+ - { offset: 0x1322A0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B11ButtonStyleVAC0A2UI0cD0AAWl', symObjAddr: 0x8324, symBinAddr: 0x100022CA4, symSize: 0x40 }
+ - { offset: 0x1322BF, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewPAAE8disabledyQrSbFySbzcfU_TA', symObjAddr: 0x8374, symBinAddr: 0x100022CF4, symSize: 0x18 }
+ - { offset: 0x1322E8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlV12handleAction33_A268388153E33C7B06258B8736EDCAE4LLyyFyyYacfU_TA', symObjAddr: 0x8620, symBinAddr: 0x100022FA0, symSize: 0x68 }
+ - { offset: 0x1322FC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlV12handleAction33_A268388153E33C7B06258B8736EDCAE4LLyyFyyYacfU_TATQ0_', symObjAddr: 0x8688, symBinAddr: 0x100023008, symSize: 0x40 }
+ - { offset: 0x132310, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B11ButtonStyleVMa', symObjAddr: 0x8744, symBinAddr: 0x1000230B4, symSize: 0x10 }
+ - { offset: 0x132324, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA4ViewPAAE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyACyAA6VStackVyAA05TupleE0VyAA4TextVSg_AeAE11pickerStyleyQrqd__AA06PickerN0Rd__lFQOyAA0O0VyANSSAA7ForEachVySay0A6Bricks8CodeItemVGSSAeAE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAN_SSQo_GG_AA04MenuoN0VQo_tGGAA25_AppearanceActionModifierVG_SSQo_AA13_TaskModifierVGACyxq_GAad2aDRzAA0E8ModifierR_rlWl', symObjAddr: 0x8758, symBinAddr: 0x1000230C8, symSize: 0xD4 }
+ - { offset: 0x132338, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA4ViewPAAE11buttonStyleyQrqd__AA06ButtonG0Rd__lFQOyAA0H0VyACyACyAA6HStackVyAA05TupleE0VyACyAA08ProgressE0VyAA05EmptyE0VAQGAA12_ScaleEffectVGSg_AA4TextVSgAXtGGAA14_PaddingLayoutVGA1_GG_0A6Bricks0rhG0VQo_AA32_EnvironmentKeyTransformModifierVySbGGACyxq_GAad2aDRzAA0eV0R_rlWl', symObjAddr: 0x8870, symBinAddr: 0x1000231E0, symSize: 0x104 }
+ - { offset: 0x13234C, size: 0x8, addend: 0x0, symName: '_$sSo42NSAttributedStringDocumentReadingOptionKeyas20_SwiftNewtypeWrapperSCSYWb', symObjAddr: 0x8974, symBinAddr: 0x1000232E4, symSize: 0x2C }
+ - { offset: 0x132360, size: 0x8, addend: 0x0, symName: '_$sSo42NSAttributedStringDocumentReadingOptionKeyas20_SwiftNewtypeWrapperSCs35_HasCustomAnyHashableRepresentationPWb', symObjAddr: 0x89A0, symBinAddr: 0x100023310, symSize: 0x2C }
+ - { offset: 0x132374, size: 0x8, addend: 0x0, symName: '_$sSo30NSAttributedStringDocumentTypeas20_SwiftNewtypeWrapperSCSYWb', symObjAddr: 0x89CC, symBinAddr: 0x10002333C, symSize: 0x2C }
+ - { offset: 0x132388, size: 0x8, addend: 0x0, symName: '_$sSo30NSAttributedStringDocumentTypeas20_SwiftNewtypeWrapperSCs35_HasCustomAnyHashableRepresentationPWb', symObjAddr: 0x89F8, symBinAddr: 0x100023368, symSize: 0x2C }
+ - { offset: 0x13239C, size: 0x8, addend: 0x0, symName: '_$sSo30NSAttributedStringDocumentTypeaSHSCSQWb', symObjAddr: 0x8A24, symBinAddr: 0x100023394, symSize: 0x2C }
+ - { offset: 0x1323B0, size: 0x8, addend: 0x0, symName: '_$sSo42NSAttributedStringDocumentReadingOptionKeyaSHSCSQWb', symObjAddr: 0x8A50, symBinAddr: 0x1000233C0, symSize: 0x2C }
+ - { offset: 0x1323C4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B11ButtonStyleV0A2UI0cD0AA4BodyAdEP_AD4ViewPWT', symObjAddr: 0x8A7C, symBinAddr: 0x1000233EC, symSize: 0x10 }
+ - { offset: 0x1323D8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B11ButtonStyleV7VariantOwug', symObjAddr: 0x8C24, symBinAddr: 0x100023594, symSize: 0x8 }
+ - { offset: 0x1323EC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B11ButtonStyleV7VariantOwup', symObjAddr: 0x8C2C, symBinAddr: 0x10002359C, symSize: 0x4 }
+ - { offset: 0x132400, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B11ButtonStyleV7VariantOwui', symObjAddr: 0x8C30, symBinAddr: 0x1000235A0, symSize: 0x8 }
+ - { offset: 0x132414, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B11ButtonStyleV7VariantOMa', symObjAddr: 0x8C38, symBinAddr: 0x1000235A8, symSize: 0x10 }
+ - { offset: 0x132428, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyACyAA24ButtonStyleConfigurationV5LabelVAA30_EnvironmentKeyWritingModifierVyAA5ColorVSgGGAA011_BackgroundfL0VyAKGGAA11_ClipEffectVyAA16RoundedRectangleVGGAA08_OpacityP0VGACyxq_GAA4ViewA2AA1_RzAA0tL0R_rlWl', symObjAddr: 0x8C4C, symBinAddr: 0x1000235BC, symSize: 0x78 }
+ - { offset: 0x13243C, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyAA24ButtonStyleConfigurationV5LabelVAA30_EnvironmentKeyWritingModifierVyAA5ColorVSgGGAA011_BackgroundfL0VyAKGGAA11_ClipEffectVyAA16RoundedRectangleVGGACyxq_GAA4ViewA2aZRzAA0sL0R_rlWl', symObjAddr: 0x8CC4, symBinAddr: 0x100023634, symSize: 0x98 }
+ - { offset: 0x132450, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA24ButtonStyleConfigurationV5LabelVAA30_EnvironmentKeyWritingModifierVyAA5ColorVSgGGAA011_BackgroundfL0VyAKGGACyxq_GAA4ViewA2aTRzAA0oL0R_rlWl', symObjAddr: 0x8D5C, symBinAddr: 0x1000236CC, symSize: 0x98 }
+ - { offset: 0x132464, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA24ButtonStyleConfigurationV5LabelVAA30_EnvironmentKeyWritingModifierVyAA5ColorVSgGGACyxq_GAA4ViewA2aPRzAA0nL0R_rlWl', symObjAddr: 0x8DF4, symBinAddr: 0x100023764, symSize: 0xB0 }
+ - { offset: 0x132478, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B11ButtonStyleV7VariantOSHAASQWb', symObjAddr: 0x8EE8, symBinAddr: 0x100023858, symSize: 0x4 }
+ - { offset: 0x13248C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B11ButtonStyleV7VariantOAESQAAWl', symObjAddr: 0x8EEC, symBinAddr: 0x10002385C, symSize: 0x40 }
+ - { offset: 0x1324AF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlV4bodyQrvg', symObjAddr: 0x0, symBinAddr: 0x10001AD88, symSize: 0x1F8 }
+ - { offset: 0x13254B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlV4bodyQrvgyycACcfu_yycfu0_', symObjAddr: 0x1F8, symBinAddr: 0x10001AF80, symSize: 0x130 }
+ - { offset: 0x13258C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlV4bodyQrvg0A2UI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAHyQrAL_APtFQOyAE6HStackVyAE05TupleG0VyAgEE11scaleEffect_6anchorQrAO_AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA0_G_Qo_Sg_AE4TextVSgA5_tGG_Qo__Qo_yXEfU_', symObjAddr: 0x328, symBinAddr: 0x10001B0B0, symSize: 0xFC }
+ - { offset: 0x132699, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlV4bodyQrvg0A2UI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAHyQrAL_APtFQOyAE6HStackVyAE05TupleG0VyAgEE11scaleEffect_6anchorQrAO_AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA0_G_Qo_Sg_AE4TextVSgA5_tGG_Qo__Qo_yXEfU_A7_yXEfU_', symObjAddr: 0x424, symBinAddr: 0x10001B1AC, symSize: 0x340 }
+ - { offset: 0x132E6F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B11ButtonStyleV7VariantOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xDC8, symBinAddr: 0x10001BB50, symSize: 0x40 }
+ - { offset: 0x1330E9, size: 0x8, addend: 0x0, symName: '_$sSo42NSAttributedStringDocumentReadingOptionKeyas35_HasCustomAnyHashableRepresentationSCsACP03_tohiJ0s0iJ0VSgyFTW', symObjAddr: 0x3D30, symBinAddr: 0x10001E9B8, symSize: 0x84 }
+ - { offset: 0x133105, size: 0x8, addend: 0x0, symName: '_$sSo30NSAttributedStringDocumentTypeas35_HasCustomAnyHashableRepresentationSCsACP03_tofgH0s0gH0VSgyFTW', symObjAddr: 0x3E24, symBinAddr: 0x10001EAAC, symSize: 0x84 }
+ - { offset: 0x13312F, size: 0x8, addend: 0x0, symName: '_$sSlsE6prefixy11SubSequenceQzSiFSS_Tg5Tf4ng_n', symObjAddr: 0x40F0, symBinAddr: 0x10001ECC0, symSize: 0x88 }
+ - { offset: 0x1332EE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlV12displayLabel33_A268388153E33C7B06258B8736EDCAE4LLSSvg', symObjAddr: 0x764, symBinAddr: 0x10001B4EC, symSize: 0x170 }
+ - { offset: 0x1333AB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlV11buttonStyle33_A268388153E33C7B06258B8736EDCAE4LLAA0bcF0Vvg', symObjAddr: 0x8D4, symBinAddr: 0x10001B65C, symSize: 0x144 }
+ - { offset: 0x1333E7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlV12handleAction33_A268388153E33C7B06258B8736EDCAE4LLyyFyyYacfU_', symObjAddr: 0xA18, symBinAddr: 0x10001B7A0, symSize: 0x98 }
+ - { offset: 0x133472, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlV12handleAction33_A268388153E33C7B06258B8736EDCAE4LLyyFyyYacfU_TY0_', symObjAddr: 0xAB0, symBinAddr: 0x10001B838, symSize: 0xB4 }
+ - { offset: 0x133551, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlV12handleAction33_A268388153E33C7B06258B8736EDCAE4LLyyFyyYacfU_TY1_', symObjAddr: 0xB64, symBinAddr: 0x10001B8EC, symSize: 0xB0 }
+ - { offset: 0x1335FA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlV12handleAction33_A268388153E33C7B06258B8736EDCAE4LLyyFyyYacfU_TQ2_', symObjAddr: 0xC14, symBinAddr: 0x10001B99C, symSize: 0x50 }
+ - { offset: 0x133630, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlV12handleAction33_A268388153E33C7B06258B8736EDCAE4LLyyFyyYacfU_TY3_', symObjAddr: 0xC64, symBinAddr: 0x10001B9EC, symSize: 0x4C }
+ - { offset: 0x133658, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlV12handleAction33_A268388153E33C7B06258B8736EDCAE4LLyyFyyYacfU_TY4_', symObjAddr: 0xCB0, symBinAddr: 0x10001BA38, symSize: 0x30 }
+ - { offset: 0x133680, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlV0A2UI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0xD00, symBinAddr: 0x10001BA88, symSize: 0x48 }
+ - { offset: 0x1336C3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B11ButtonStyleV7VariantOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xD48, symBinAddr: 0x10001BAD0, symSize: 0x14 }
+ - { offset: 0x133739, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B11ButtonStyleV7VariantOSHAASH9hashValueSivgTW', symObjAddr: 0xD5C, symBinAddr: 0x10001BAE4, symSize: 0x44 }
+ - { offset: 0x1337FF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B11ButtonStyleV7VariantOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xDA0, symBinAddr: 0x10001BB28, symSize: 0x28 }
+ - { offset: 0x13387C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B11ButtonStyleV8makeBody13configurationQr0A2UI0cD13ConfigurationV_tF', symObjAddr: 0xE08, symBinAddr: 0x10001BB90, symSize: 0x2DC }
+ - { offset: 0x133A20, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B11ButtonStyleV15backgroundColor33_A268388153E33C7B06258B8736EDCAE4LLy0A2UI0F0VSbF', symObjAddr: 0x10E4, symBinAddr: 0x10001BE6C, symSize: 0x98 }
+ - { offset: 0x133A55, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B11ButtonStyleV0A2UI0cD0AadEP8makeBody13configuration0G0QzAD0cD13ConfigurationV_tFTW', symObjAddr: 0x117C, symBinAddr: 0x10001BF04, symSize: 0x8 }
+ - { offset: 0x133A90, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV4bodyQrvg', symObjAddr: 0x1184, symBinAddr: 0x10001BF0C, symSize: 0x23C }
+ - { offset: 0x133B8E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV4bodyQrvg0A2UI9TupleViewVyAE4TextVSg_AE0H0PAEE11pickerStyleyQrqd__AE06PickerK0Rd__lFQOyAE0L0VyAISSAE7ForEachVySayAA8CodeItemVGSSAlEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAI_SSQo_GG_AE04MenulK0VQo_tGyXEfU_', symObjAddr: 0x13C0, symBinAddr: 0x10001C148, symSize: 0x598 }
+ - { offset: 0x133CAB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV4bodyQrvg0A2UI9TupleViewVyAE4TextVSg_AE0H0PAEE11pickerStyleyQrqd__AE06PickerK0Rd__lFQOyAE0L0VyAISSAE7ForEachVySayAA8CodeItemVGSSAlEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAI_SSQo_GG_AE04MenulK0VQo_tGyXEfU_AYyXEfU_', symObjAddr: 0x1958, symBinAddr: 0x10001C6E0, symSize: 0x174 }
+ - { offset: 0x133CE6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV4bodyQrvg0A2UI9TupleViewVyAE4TextVSg_AE0H0PAEE11pickerStyleyQrqd__AE06PickerK0Rd__lFQOyAE0L0VyAISSAE7ForEachVySayAA8CodeItemVGSSAlEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAI_SSQo_GG_AE04MenulK0VQo_tGyXEfU_AYyXEfU_AxTcfU_', symObjAddr: 0x1ACC, symBinAddr: 0x10001C854, symSize: 0x1A8 }
+ - { offset: 0x133DE0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV4bodyQrvgyycfU0_', symObjAddr: 0x204C, symBinAddr: 0x10001CCE8, symSize: 0x80 }
+ - { offset: 0x133E0B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV4bodyQrvgySS_SStcfU1_', symObjAddr: 0x2164, symBinAddr: 0x10001CE00, symSize: 0x1D8 }
+ - { offset: 0x133E7D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV4bodyQrvgySS_SStcfU1_yyYacfU_', symObjAddr: 0x233C, symBinAddr: 0x10001CFD8, symSize: 0x9C }
+ - { offset: 0x133EB8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV4bodyQrvgySS_SStcfU1_yyYacfU_TY0_', symObjAddr: 0x23D8, symBinAddr: 0x10001D074, symSize: 0x154 }
+ - { offset: 0x134006, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV4bodyQrvgySS_SStcfU1_yyYacfU_TY1_', symObjAddr: 0x252C, symBinAddr: 0x10001D1C8, symSize: 0xB0 }
+ - { offset: 0x1340D0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV4bodyQrvgySS_SStcfU1_yyYacfU_TQ2_', symObjAddr: 0x25DC, symBinAddr: 0x10001D278, symSize: 0x50 }
+ - { offset: 0x134129, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV4bodyQrvgySS_SStcfU1_yyYacfU_TY3_', symObjAddr: 0x262C, symBinAddr: 0x10001D2C8, symSize: 0x4C }
+ - { offset: 0x134172, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV4bodyQrvgySS_SStcfU1_yyYacfU_TY4_', symObjAddr: 0x2678, symBinAddr: 0x10001D314, symSize: 0x30 }
+ - { offset: 0x1341BB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV4bodyQrvgyyYaYbcfU2_', symObjAddr: 0x26A8, symBinAddr: 0x10001D344, symSize: 0x64 }
+ - { offset: 0x1341E6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV4bodyQrvgyyYaYbcfU2_TQ0_', symObjAddr: 0x270C, symBinAddr: 0x10001D3A8, symSize: 0x80 }
+ - { offset: 0x13420D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV4bodyQrvgyyYaYbcfU2_TY1_', symObjAddr: 0x278C, symBinAddr: 0x10001D428, symSize: 0x30 }
+ - { offset: 0x134263, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV9loadItems33_A268388153E33C7B06258B8736EDCAE4LLyyF', symObjAddr: 0x20CC, symBinAddr: 0x10001CD68, symSize: 0x98 }
+ - { offset: 0x1342C1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV14loadRemoteData33_A268388153E33C7B06258B8736EDCAE4LLyyYaF', symObjAddr: 0x27BC, symBinAddr: 0x10001D458, symSize: 0xC4 }
+ - { offset: 0x134376, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV14loadRemoteData33_A268388153E33C7B06258B8736EDCAE4LLyyYaFTY0_', symObjAddr: 0x2880, symBinAddr: 0x10001D51C, symSize: 0x11C }
+ - { offset: 0x134415, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV14loadRemoteData33_A268388153E33C7B06258B8736EDCAE4LLyyYaFTY1_', symObjAddr: 0x299C, symBinAddr: 0x10001D638, symSize: 0xB8 }
+ - { offset: 0x134488, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV14loadRemoteData33_A268388153E33C7B06258B8736EDCAE4LLyyYaFTQ2_', symObjAddr: 0x2A54, symBinAddr: 0x10001D6F0, symSize: 0xC0 }
+ - { offset: 0x1344D2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV14loadRemoteData33_A268388153E33C7B06258B8736EDCAE4LLyyYaFTY3_', symObjAddr: 0x2B14, symBinAddr: 0x10001D7B0, symSize: 0x64 }
+ - { offset: 0x13455E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV14loadRemoteData33_A268388153E33C7B06258B8736EDCAE4LLyyYaFTY4_', symObjAddr: 0x2B78, symBinAddr: 0x10001D814, symSize: 0x540 }
+ - { offset: 0x1348C1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV14loadRemoteData33_A268388153E33C7B06258B8736EDCAE4LLyyYaFTY5_', symObjAddr: 0x30B8, symBinAddr: 0x10001DD54, symSize: 0x70 }
+ - { offset: 0x134921, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV14loadRemoteData33_A268388153E33C7B06258B8736EDCAE4LLyyYaFTY6_', symObjAddr: 0x3128, symBinAddr: 0x10001DDC4, symSize: 0x15C }
+ - { offset: 0x134A34, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlV0A2UI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0x3284, symBinAddr: 0x10001DF20, symSize: 0x48 }
+ - { offset: 0x134E78, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15ControlRendererV6engineAA0B6EngineCvpfP', symObjAddr: 0x84, symBinAddr: 0x1000239C0, symSize: 0x48 }
+ - { offset: 0x135744, size: 0x8, addend: 0x0, symName: '_$sSS11withCStringyxxSPys4Int8VGKXEKlFSb_Tg5024$sSdySdSgxcSyRzlufcSbSpyf6GXEfU_j5SPys4C7VGXEfU_SpySdGTf1cn_n', symObjAddr: 0x6DE0, symBinAddr: 0x10002A6CC, symSize: 0xEC }
+ - { offset: 0x1358C6, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyAA7AnyViewVACyACyACyACyACy0A6Bricks11TextControlVAF05TitleI0VGACyA2JGGACyAlCyAjF05LabelI0VGGGACyACyACyAF05InputI0VAF08TextareaI0VGACyAF06NumberI0VAF04DateI0VGGACyACyAF06SelectI0VAF06ButtonI0VGACyAF04VBoxI0VAF04HBoxI0VGGGGACyACyACyACyAF011ScrollPanelI0VAA08ModifiedD0VyAA6SpacerVAA16_FlexFrameLayoutVGGACyAF013DynamicColumnI0VAF07TabularI0VGGACyACyAF04FormI0VAF010InlineFormI0VGACyAF03TabfI0VAF04MenuI0VGGGACyACyACyAF011PopupWindowI0VAF04HtmlI0VGACyAF05ImageI0VAF09UrlWidgetI0VGGAA6VStackVyAA0H0VGGGGGWOb', symObjAddr: 0x703C, symBinAddr: 0x10002A928, symSize: 0x50 }
+ - { offset: 0x1358DA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15ControlRendererV0A2UI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0x70CC, symBinAddr: 0x10002A978, symSize: 0x10 }
+ - { offset: 0x1358EE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15ControlRendererVwCP', symObjAddr: 0x70DC, symBinAddr: 0x10002A988, symSize: 0x2C }
+ - { offset: 0x135902, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15ControlRendererVwxx', symObjAddr: 0x7108, symBinAddr: 0x10002A9B4, symSize: 0x1F8 }
+ - { offset: 0x135916, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15ControlRendererVwcp', symObjAddr: 0x7300, symBinAddr: 0x10002ABAC, symSize: 0x5FC }
+ - { offset: 0x13592A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15ControlRendererVwca', symObjAddr: 0x78FC, symBinAddr: 0x10002B1A8, symSize: 0xA10 }
+ - { offset: 0x13593E, size: 0x8, addend: 0x0, symName: ___swift_memcpy1008_8, symObjAddr: 0x83DC, symBinAddr: 0x10002BBB8, symSize: 0x8 }
+ - { offset: 0x135952, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15ControlRendererVwta', symObjAddr: 0x83E4, symBinAddr: 0x10002BBC0, symSize: 0x5E8 }
+ - { offset: 0x135966, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15ControlRendererVwet', symObjAddr: 0x89CC, symBinAddr: 0x10002C1A8, symSize: 0x48 }
+ - { offset: 0x13597A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15ControlRendererVwst', symObjAddr: 0x8A14, symBinAddr: 0x10002C1F0, symSize: 0x148 }
+ - { offset: 0x13598E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15ControlRendererVMa', symObjAddr: 0x8B5C, symBinAddr: 0x10002C338, symSize: 0x10 }
+ - { offset: 0x1359A2, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA012_ConditionalD0VyAA7AnyViewVAEyAEyAEyAEyAEy0A6Bricks11TextControlVAH05TitleJ0VGAEyA2LGGAEyAnEyAlH05LabelJ0VGGGAEyAEyAEyAH05InputJ0VAH08TextareaJ0VGAEyAH06NumberJ0VAH04DateJ0VGGAEyAEyAH06SelectJ0VAH06ButtonJ0VGAEyAH04VBoxJ0VAH04HBoxJ0VGGGGAEyAEyAEyAEyAH011ScrollPanelJ0VACyAA6SpacerVAA16_FlexFrameLayoutVGGAEyAH013DynamicColumnJ0VAH07TabularJ0VGGAEyAEyAH04FormJ0VAH010InlineFormJ0VGAEyAH03TabgJ0VAH04MenuJ0VGGGAEyAEyAEyAH011PopupWindowJ0VAH04HtmlJ0VGAEyAH05ImageJ0VAH09UrlWidgetJ0VGGAA6VStackVyAA0I0VGGGGGA22_GACyxq_GAA0G0A2AA65_RzAA0G8ModifierR_rlWl', symObjAddr: 0x8B70, symBinAddr: 0x10002C34C, symSize: 0x78 }
+ - { offset: 0x1359B6, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyAA7AnyViewVACyACyACyACyACy0A6Bricks11TextControlVAF05TitleI0VGACyA2JGGACyAlCyAjF05LabelI0VGGGACyACyACyAF05InputI0VAF08TextareaI0VGACyAF06NumberI0VAF04DateI0VGGACyACyAF06SelectI0VAF06ButtonI0VGACyAF04VBoxI0VAF04HBoxI0VGGGGACyACyACyACyAF011ScrollPanelI0VAA08ModifiedD0VyAA6SpacerVAA16_FlexFrameLayoutVGGACyAF013DynamicColumnI0VAF07TabularI0VGGACyACyAF04FormI0VAF010InlineFormI0VGACyAF03TabfI0VAF04MenuI0VGGGACyACyACyAF011PopupWindowI0VAF04HtmlI0VGACyAF05ImageI0VAF09UrlWidgetI0VGGAA6VStackVyAA0H0VGGGGGACyxq_GAA0F0A2AA64_RzAAA64_R_rlWl', symObjAddr: 0x8C3C, symBinAddr: 0x10002C3C4, symSize: 0x78 }
+ - { offset: 0x1359CA, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACyACyACyACy0A6Bricks11TextControlVAD05TitleG0VGACyA2HGGACyAjCyAhD05LabelG0VGGGACyACyACyAD05InputG0VAD08TextareaG0VGACyAD06NumberG0VAD04DateG0VGGACyACyAD06SelectG0VAD06ButtonG0VGACyAD04VBoxG0VAD04HBoxG0VGGGGACyACyACyACyAD011ScrollPanelG0VAA08ModifiedD0VyAA6SpacerVAA16_FlexFrameLayoutVGGACyAD013DynamicColumnG0VAD07TabularG0VGGACyACyAD04FormG0VAD010InlineFormG0VGACyAD07TabViewG0VAD04MenuG0VGGGACyACyACyAD011PopupWindowG0VAD04HtmlG0VGACyAD05ImageG0VAD09UrlWidgetG0VGGAA6VStackVyAA0F0VGGGGACyxq_GAA4ViewA2AA61_RzAAA61_R_rlWl', symObjAddr: 0x8CB4, symBinAddr: 0x10002C43C, symSize: 0x78 }
+ - { offset: 0x1359DE, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACyACyACy0A6Bricks11TextControlVAD05TitleG0VGACyA2HGGACyAjCyAhD05LabelG0VGGGACyACyACyAD05InputG0VAD08TextareaG0VGACyAD06NumberG0VAD04DateG0VGGACyACyAD06SelectG0VAD06ButtonG0VGACyAD04VBoxG0VAD04HBoxG0VGGGGACyxq_GAA4ViewA2AA14_RzAAA14_R_rlWl', symObjAddr: 0x8D2C, symBinAddr: 0x10002C4B4, symSize: 0x78 }
+ - { offset: 0x1359F2, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACyACy0A6Bricks11TextControlVAD05TitleG0VGACyA2HGGACyAjCyAhD05LabelG0VGGGACyxq_GAA4ViewA2aRRzAaRR_rlWl', symObjAddr: 0x8DA4, symBinAddr: 0x10002C52C, symSize: 0x78 }
+ - { offset: 0x135A06, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACy0A6Bricks11TextControlVAD05TitleG0VGACyA2HGGACyxq_GAA4ViewA2aMRzAaMR_rlWl', symObjAddr: 0x8E1C, symBinAddr: 0x10002C5A4, symSize: 0x78 }
+ - { offset: 0x135A1A, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVy0A6Bricks11TextControlVAD05TitleG0VGACyxq_GAA4ViewA2aKRzAaKR_rlWl', symObjAddr: 0x8E94, symBinAddr: 0x10002C61C, symSize: 0x78 }
+ - { offset: 0x135A2E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11TextControlVAC0A2UI4ViewAAWl', symObjAddr: 0x8F0C, symBinAddr: 0x10002C694, symSize: 0x40 }
+ - { offset: 0x135A42, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12TitleControlVAC0A2UI4ViewAAWl', symObjAddr: 0x8F4C, symBinAddr: 0x10002C6D4, symSize: 0x40 }
+ - { offset: 0x135A56, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVy0A6Bricks12TitleControlVAFGACyxq_GAA4ViewA2aIRzAaIR_rlWl', symObjAddr: 0x8F8C, symBinAddr: 0x10002C714, symSize: 0x70 }
+ - { offset: 0x135A6A, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACy0A6Bricks12TitleControlVAFGACyAfD05LabelG0VGGACyxq_GAA4ViewA2aMRzAaMR_rlWl', symObjAddr: 0x8FFC, symBinAddr: 0x10002C784, symSize: 0x78 }
+ - { offset: 0x135A7E, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVy0A6Bricks12TitleControlVAD05LabelG0VGACyxq_GAA4ViewA2aKRzAaKR_rlWl', symObjAddr: 0x9074, symBinAddr: 0x10002C7FC, symSize: 0x78 }
+ - { offset: 0x135A92, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12LabelControlVAC0A2UI4ViewAAWl', symObjAddr: 0x90EC, symBinAddr: 0x10002C874, symSize: 0x40 }
+ - { offset: 0x135AA6, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACyACy0A6Bricks12InputControlVAD08TextareaG0VGACyAD06NumberG0VAD04DateG0VGGACyACyAD06SelectG0VAD06ButtonG0VGACyAD04VBoxG0VAD04HBoxG0VGGGACyxq_GAA4ViewA2AA1_RzAAA1_R_rlWl', symObjAddr: 0x912C, symBinAddr: 0x10002C8B4, symSize: 0x78 }
+ - { offset: 0x135ABA, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACy0A6Bricks12InputControlVAD08TextareaG0VGACyAD06NumberG0VAD04DateG0VGGACyxq_GAA4ViewA2aQRzAaQR_rlWl', symObjAddr: 0x91A4, symBinAddr: 0x10002C92C, symSize: 0x78 }
+ - { offset: 0x135ACE, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVy0A6Bricks12InputControlVAD08TextareaG0VGACyxq_GAA4ViewA2aKRzAaKR_rlWl', symObjAddr: 0x921C, symBinAddr: 0x10002C9A4, symSize: 0x78 }
+ - { offset: 0x135AE2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlVAC0A2UI4ViewAAWl', symObjAddr: 0x9294, symBinAddr: 0x10002CA1C, symSize: 0x40 }
+ - { offset: 0x135AF6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15TextareaControlVAC0A2UI4ViewAAWl', symObjAddr: 0x92D4, symBinAddr: 0x10002CA5C, symSize: 0x40 }
+ - { offset: 0x135B0A, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVy0A6Bricks13NumberControlVAD04DateG0VGACyxq_GAA4ViewA2aKRzAaKR_rlWl', symObjAddr: 0x9314, symBinAddr: 0x10002CA9C, symSize: 0x90 }
+ - { offset: 0x135B1E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlVAC0A2UI4ViewAAWl', symObjAddr: 0x93A4, symBinAddr: 0x10002CB2C, symSize: 0x40 }
+ - { offset: 0x135B32, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACy0A6Bricks13SelectControlVAD06ButtonG0VGACyAD04VBoxG0VAD04HBoxG0VGGACyxq_GAA4ViewA2aQRzAaQR_rlWl', symObjAddr: 0x9424, symBinAddr: 0x10002CBAC, symSize: 0x78 }
+ - { offset: 0x135B46, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVy0A6Bricks13SelectControlVAD06ButtonG0VGACyxq_GAA4ViewA2aKRzAaKR_rlWl', symObjAddr: 0x949C, symBinAddr: 0x10002CC24, symSize: 0x78 }
+ - { offset: 0x135B5A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlVAC0A2UI4ViewAAWl', symObjAddr: 0x9514, symBinAddr: 0x10002CC9C, symSize: 0x40 }
+ - { offset: 0x135B6E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlVAC0A2UI4ViewAAWl', symObjAddr: 0x9554, symBinAddr: 0x10002CCDC, symSize: 0x40 }
+ - { offset: 0x135B82, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVy0A6Bricks11VBoxControlVAD04HBoxG0VGACyxq_GAA4ViewA2aKRzAaKR_rlWl', symObjAddr: 0x9594, symBinAddr: 0x10002CD1C, symSize: 0x78 }
+ - { offset: 0x135B96, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlVAC0A2UI4ViewAAWl', symObjAddr: 0x960C, symBinAddr: 0x10002CD94, symSize: 0x40 }
+ - { offset: 0x135BAA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HBoxControlVAC0A2UI4ViewAAWl', symObjAddr: 0x964C, symBinAddr: 0x10002CDD4, symSize: 0x40 }
+ - { offset: 0x135BBE, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACyACyACy0A6Bricks18ScrollPanelControlVAA08ModifiedD0VyAA6SpacerVAA16_FlexFrameLayoutVGGACyAD013DynamicColumnH0VAD07TabularH0VGGACyACyAD04FormH0VAD06InlineqH0VGACyAD07TabViewH0VAD04MenuH0VGGGACyACyACyAD011PopupWindowH0VAD04HtmlH0VGACyAD05ImageH0VAD09UrlWidgetH0VGGAA6VStackVyAA4TextVGGGACyxq_GAA0T0A2AA24_RzAAA24_R_rlWl', symObjAddr: 0x968C, symBinAddr: 0x10002CE14, symSize: 0x78 }
+ - { offset: 0x135BD2, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACyACy0A6Bricks18ScrollPanelControlVAA08ModifiedD0VyAA6SpacerVAA16_FlexFrameLayoutVGGACyAD013DynamicColumnH0VAD07TabularH0VGGACyACyAD04FormH0VAD06InlineqH0VGACyAD07TabViewH0VAD04MenuH0VGGGACyxq_GAA0T0A2AA6_RzAAA6_R_rlWl', symObjAddr: 0x9704, symBinAddr: 0x10002CE8C, symSize: 0x78 }
+ - { offset: 0x135BE6, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACy0A6Bricks18ScrollPanelControlVAA08ModifiedD0VyAA6SpacerVAA16_FlexFrameLayoutVGGACyAD013DynamicColumnH0VAD07TabularH0VGGACyxq_GAA4ViewA2aVRzAaVR_rlWl', symObjAddr: 0x977C, symBinAddr: 0x10002CF04, symSize: 0x78 }
+ - { offset: 0x135BFA, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVy0A6Bricks18ScrollPanelControlVAA08ModifiedD0VyAA6SpacerVAA16_FlexFrameLayoutVGGACyxq_GAA4ViewA2aPRzAaPR_rlWl', symObjAddr: 0x97F4, symBinAddr: 0x10002CF7C, symSize: 0x78 }
+ - { offset: 0x135C0E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18ScrollPanelControlVAC0A2UI4ViewAAWl', symObjAddr: 0x986C, symBinAddr: 0x10002CFF4, symSize: 0x40 }
+ - { offset: 0x135C22, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6SpacerVAA16_FlexFrameLayoutVGACyxq_GAA4ViewA2aJRzAA0I8ModifierR_rlWl', symObjAddr: 0x98AC, symBinAddr: 0x10002D034, symSize: 0x70 }
+ - { offset: 0x135C36, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVy0A6Bricks20DynamicColumnControlVAD07TabularH0VGACyxq_GAA4ViewA2aKRzAaKR_rlWl', symObjAddr: 0x991C, symBinAddr: 0x10002D0A4, symSize: 0x78 }
+ - { offset: 0x135C4A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks20DynamicColumnControlVAC0A2UI4ViewAAWl', symObjAddr: 0x9994, symBinAddr: 0x10002D11C, symSize: 0x40 }
+ - { offset: 0x135C5E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlVAC0A2UI4ViewAAWl', symObjAddr: 0x99D4, symBinAddr: 0x10002D15C, symSize: 0x40 }
+ - { offset: 0x135C72, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACy0A6Bricks11FormControlVAD06InlinefG0VGACyAD07TabViewG0VAD04MenuG0VGGACyxq_GAA0J0A2aQRzAaQR_rlWl', symObjAddr: 0x9A14, symBinAddr: 0x10002D19C, symSize: 0x78 }
+ - { offset: 0x135C86, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVy0A6Bricks11FormControlVAD06InlinefG0VGACyxq_GAA4ViewA2aKRzAaKR_rlWl', symObjAddr: 0x9A8C, symBinAddr: 0x10002D214, symSize: 0x78 }
+ - { offset: 0x135C9A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlVAC0A2UI4ViewAAWl', symObjAddr: 0x9B04, symBinAddr: 0x10002D28C, symSize: 0x40 }
+ - { offset: 0x135CAE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlVAC0A2UI4ViewAAWl', symObjAddr: 0x9B44, symBinAddr: 0x10002D2CC, symSize: 0x40 }
+ - { offset: 0x135CC2, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVy0A6Bricks14TabViewControlVAD04MenuH0VGACyxq_GAA0G0A2aKRzAaKR_rlWl', symObjAddr: 0x9B84, symBinAddr: 0x10002D30C, symSize: 0x78 }
+ - { offset: 0x135CD6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlVAC0A2UI0D0AAWl', symObjAddr: 0x9BFC, symBinAddr: 0x10002D384, symSize: 0x40 }
+ - { offset: 0x135CEA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlVAC0A2UI4ViewAAWl', symObjAddr: 0x9C3C, symBinAddr: 0x10002D3C4, symSize: 0x40 }
+ - { offset: 0x135CFE, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACyACy0A6Bricks18PopupWindowControlVAD04HtmlH0VGACyAD05ImageH0VAD09UrlWidgetH0VGGAA6VStackVyAA4TextVGGACyxq_GAA4ViewA2aWRzAaWR_rlWl', symObjAddr: 0x9C7C, symBinAddr: 0x10002D404, symSize: 0x98 }
+ - { offset: 0x135D12, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACy0A6Bricks18PopupWindowControlVAD04HtmlH0VGACyAD05ImageH0VAD09UrlWidgetH0VGGACyxq_GAA4ViewA2aQRzAaQR_rlWl', symObjAddr: 0x9D14, symBinAddr: 0x10002D49C, symSize: 0x78 }
+ - { offset: 0x135D26, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVy0A6Bricks18PopupWindowControlVAD04HtmlH0VGACyxq_GAA4ViewA2aKRzAaKR_rlWl', symObjAddr: 0x9D8C, symBinAddr: 0x10002D514, symSize: 0x78 }
+ - { offset: 0x135D3A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18PopupWindowControlVAC0A2UI4ViewAAWl', symObjAddr: 0x9E04, symBinAddr: 0x10002D58C, symSize: 0x40 }
+ - { offset: 0x135D4E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HtmlControlVAC0A2UI4ViewAAWl', symObjAddr: 0x9E44, symBinAddr: 0x10002D5CC, symSize: 0x40 }
+ - { offset: 0x135D62, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVy0A6Bricks12ImageControlVAD09UrlWidgetG0VGACyxq_GAA4ViewA2aKRzAaKR_rlWl', symObjAddr: 0x9E84, symBinAddr: 0x10002D60C, symSize: 0x78 }
+ - { offset: 0x135D76, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlVAC0A2UI4ViewAAWl', symObjAddr: 0x9EFC, symBinAddr: 0x10002D684, symSize: 0x40 }
+ - { offset: 0x135D8A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlVAC0A2UI4ViewAAWl', symObjAddr: 0x9F3C, symBinAddr: 0x10002D6C4, symSize: 0x40 }
+ - { offset: 0x135D9E, size: 0x8, addend: 0x0, symName: '_$sSdySdSgxcSyRzlufcSbSpySdGXEfU_SbSPys4Int8VGXEfU_TA', symObjAddr: 0x9F7C, symBinAddr: 0x10002D704, symSize: 0x78 }
+ - { offset: 0x135DBF, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOyACyACy0A6Bricks18PopupWindowControlVAF04HtmlI0VGACyAF05ImageI0VAF09UrlWidgetI0VGGAA6VStackVyAA4TextVG_GWOi0_', symObjAddr: 0x9FF4, symBinAddr: 0x10002D77C, symSize: 0xC }
+ - { offset: 0x135DD3, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOyACyACyACy0A6Bricks18ScrollPanelControlVAA08ModifiedD0VyAA6SpacerVAA16_FlexFrameLayoutVGGACyAF013DynamicColumnI0VAF07TabularI0VGGACyACyAF04FormI0VAF06InlinerI0VGACyAF07TabViewI0VAF04MenuI0VGGGACyACyACyAF011PopupWindowI0VAF04HtmlI0VGACyAF05ImageI0VAF09UrlWidgetI0VGGAA6VStackVyAA4TextVGG_GWOi0_', symObjAddr: 0xA010, symBinAddr: 0x10002D788, symSize: 0xC }
+ - { offset: 0x135DE7, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOy0A6Bricks12ImageControlVAF09UrlWidgetH0V_GWOi0_', symObjAddr: 0xA068, symBinAddr: 0x10002D794, symSize: 0xC }
+ - { offset: 0x135DFB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlVWOc', symObjAddr: 0xA074, symBinAddr: 0x10002D7A0, symSize: 0x3C }
+ - { offset: 0x135E0F, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOyACy0A6Bricks18PopupWindowControlVAF04HtmlI0VGACyAF05ImageI0VAF09UrlWidgetI0VG_GWOi0_', symObjAddr: 0xA0B0, symBinAddr: 0x10002D7DC, symSize: 0xC }
+ - { offset: 0x135E23, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOyACyACy0A6Bricks18PopupWindowControlVAF04HtmlI0VGACyAF05ImageI0VAF09UrlWidgetI0VGGAA6VStackVyAA4TextVG_GWOi_', symObjAddr: 0xA0BC, symBinAddr: 0x10002D7E8, symSize: 0x8 }
+ - { offset: 0x135E37, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlVWOh', symObjAddr: 0xA0C4, symBinAddr: 0x10002D7F0, symSize: 0x34 }
+ - { offset: 0x135E4B, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOy0A6Bricks12ImageControlVAF09UrlWidgetH0V_GWOi_', symObjAddr: 0xA0F8, symBinAddr: 0x10002D824, symSize: 0x8 }
+ - { offset: 0x135E5F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlVWOc', symObjAddr: 0xA100, symBinAddr: 0x10002D82C, symSize: 0x3C }
+ - { offset: 0x135E73, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlVWOh', symObjAddr: 0xA13C, symBinAddr: 0x10002D868, symSize: 0x34 }
+ - { offset: 0x135E87, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HtmlControlVWOc', symObjAddr: 0xA17C, symBinAddr: 0x10002D8A8, symSize: 0x3C }
+ - { offset: 0x135E9B, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOyACy0A6Bricks18PopupWindowControlVAF04HtmlI0VGACyAF05ImageI0VAF09UrlWidgetI0VG_GWOi_', symObjAddr: 0xA1B8, symBinAddr: 0x10002D8E4, symSize: 0x8 }
+ - { offset: 0x135EAF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HtmlControlVWOh', symObjAddr: 0xA1C0, symBinAddr: 0x10002D8EC, symSize: 0x34 }
+ - { offset: 0x135EC3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18PopupWindowControlVWOc', symObjAddr: 0xA1FC, symBinAddr: 0x10002D928, symSize: 0x3C }
+ - { offset: 0x135ED7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18PopupWindowControlVWOh', symObjAddr: 0xA238, symBinAddr: 0x10002D964, symSize: 0x34 }
+ - { offset: 0x135EEB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlVWOc', symObjAddr: 0xA26C, symBinAddr: 0x10002D998, symSize: 0x3C }
+ - { offset: 0x135EFF, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOyACyACy0A6Bricks18ScrollPanelControlVAA08ModifiedD0VyAA6SpacerVAA16_FlexFrameLayoutVGGACyAF013DynamicColumnI0VAF07TabularI0VGGACyACyAF04FormI0VAF06InlinerI0VGACyAF07TabViewI0VAF04MenuI0VGG_GWOi0_', symObjAddr: 0xA2B4, symBinAddr: 0x10002D9E0, symSize: 0xC }
+ - { offset: 0x135F13, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOyACyACyACy0A6Bricks18ScrollPanelControlVAA08ModifiedD0VyAA6SpacerVAA16_FlexFrameLayoutVGGACyAF013DynamicColumnI0VAF07TabularI0VGGACyACyAF04FormI0VAF06InlinerI0VGACyAF07TabViewI0VAF04MenuI0VGGGACyACyACyAF011PopupWindowI0VAF04HtmlI0VGACyAF05ImageI0VAF09UrlWidgetI0VGGAA6VStackVyAA4TextVGG_GWOi_', symObjAddr: 0xA2C0, symBinAddr: 0x10002D9EC, symSize: 0x8 }
+ - { offset: 0x135F27, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlVWOh', symObjAddr: 0xA2C8, symBinAddr: 0x10002D9F4, symSize: 0x34 }
+ - { offset: 0x135F3B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlVWOc', symObjAddr: 0xA2FC, symBinAddr: 0x10002DA28, symSize: 0x3C }
+ - { offset: 0x135F4F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlVWOh', symObjAddr: 0xA338, symBinAddr: 0x10002DA64, symSize: 0x34 }
+ - { offset: 0x135F63, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlVWOc', symObjAddr: 0xA378, symBinAddr: 0x10002DAA4, symSize: 0x3C }
+ - { offset: 0x135F77, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlVWOh', symObjAddr: 0xA3BC, symBinAddr: 0x10002DAE8, symSize: 0x34 }
+ - { offset: 0x135F8B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlVWOc', symObjAddr: 0xA3F8, symBinAddr: 0x10002DB24, symSize: 0x3C }
+ - { offset: 0x135F9F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlVWOh', symObjAddr: 0xA434, symBinAddr: 0x10002DB60, symSize: 0x34 }
+ - { offset: 0x135FB3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlVWOc', symObjAddr: 0xA468, symBinAddr: 0x10002DB94, symSize: 0x3C }
+ - { offset: 0x135FC7, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOyACyACy0A6Bricks18ScrollPanelControlVAA08ModifiedD0VyAA6SpacerVAA16_FlexFrameLayoutVGGACyAF013DynamicColumnI0VAF07TabularI0VGGACyACyAF04FormI0VAF06InlinerI0VGACyAF07TabViewI0VAF04MenuI0VGG_GWOi_', symObjAddr: 0xA4A4, symBinAddr: 0x10002DBD0, symSize: 0x8 }
+ - { offset: 0x135FDB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlVWOh', symObjAddr: 0xA4AC, symBinAddr: 0x10002DBD8, symSize: 0x34 }
+ - { offset: 0x135FEF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks20DynamicColumnControlVWOc', symObjAddr: 0xA4E0, symBinAddr: 0x10002DC0C, symSize: 0x3C }
+ - { offset: 0x136003, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks20DynamicColumnControlVWOh', symObjAddr: 0xA51C, symBinAddr: 0x10002DC48, symSize: 0x34 }
+ - { offset: 0x136017, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18ScrollPanelControlVWOc', symObjAddr: 0xA550, symBinAddr: 0x10002DC7C, symSize: 0x3C }
+ - { offset: 0x13602B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18ScrollPanelControlVWOh', symObjAddr: 0xA58C, symBinAddr: 0x10002DCB8, symSize: 0x34 }
+ - { offset: 0x13603F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HBoxControlVWOc', symObjAddr: 0xA5C0, symBinAddr: 0x10002DCEC, symSize: 0x3C }
+ - { offset: 0x136053, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOyACy0A6Bricks13SelectControlVAF06ButtonH0VGACyAF04VBoxH0VAF04HBoxH0VG_GWOi0_', symObjAddr: 0xA5FC, symBinAddr: 0x10002DD28, symSize: 0xC }
+ - { offset: 0x136067, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HBoxControlVWOh', symObjAddr: 0xA608, symBinAddr: 0x10002DD34, symSize: 0x34 }
+ - { offset: 0x13607B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlVWOc', symObjAddr: 0xA63C, symBinAddr: 0x10002DD68, symSize: 0x3C }
+ - { offset: 0x13608F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlVWOh', symObjAddr: 0xA678, symBinAddr: 0x10002DDA4, symSize: 0x34 }
+ - { offset: 0x1360A3, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOyACy0A6Bricks13SelectControlVAF06ButtonH0VGACyAF04VBoxH0VAF04HBoxH0VG_GWOi_', symObjAddr: 0xA6F4, symBinAddr: 0x10002DDE4, symSize: 0x8 }
+ - { offset: 0x1360B7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ButtonControlVWOh', symObjAddr: 0xA6FC, symBinAddr: 0x10002DDEC, symSize: 0x34 }
+ - { offset: 0x1360CB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13SelectControlVWOh', symObjAddr: 0xA774, symBinAddr: 0x10002DE28, symSize: 0x34 }
+ - { offset: 0x1360DF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlVWOc', symObjAddr: 0xA7A8, symBinAddr: 0x10002DE5C, symSize: 0x44 }
+ - { offset: 0x1360F3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlVWOh', symObjAddr: 0xA874, symBinAddr: 0x10002DF28, symSize: 0x3C }
+ - { offset: 0x136107, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlVWOc', symObjAddr: 0xA8B0, symBinAddr: 0x10002DF64, symSize: 0x3C }
+ - { offset: 0x13611B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlVWOh', symObjAddr: 0xA8EC, symBinAddr: 0x10002DFA0, symSize: 0x34 }
+ - { offset: 0x13612F, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOy0A6Bricks12InputControlVAF08TextareaH0V_GWOi0_', symObjAddr: 0xA920, symBinAddr: 0x10002DFD4, symSize: 0xC }
+ - { offset: 0x136143, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15TextareaControlVWOc', symObjAddr: 0xA92C, symBinAddr: 0x10002DFE0, symSize: 0x3C }
+ - { offset: 0x136157, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15TextareaControlVWOh', symObjAddr: 0xA968, symBinAddr: 0x10002E01C, symSize: 0x34 }
+ - { offset: 0x13616B, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOy0A6Bricks12InputControlVAF08TextareaH0V_GWOi_', symObjAddr: 0xA99C, symBinAddr: 0x10002E050, symSize: 0x8 }
+ - { offset: 0x13617F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlVWOc', symObjAddr: 0xA9A4, symBinAddr: 0x10002E058, symSize: 0x3C }
+ - { offset: 0x136193, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlVWOh', symObjAddr: 0xA9E0, symBinAddr: 0x10002E094, symSize: 0x34 }
+ - { offset: 0x1361A7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12LabelControlVWOc', symObjAddr: 0xAA20, symBinAddr: 0x10002E0D4, symSize: 0x3C }
+ - { offset: 0x1361BB, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOyACyACy0A6Bricks11TextControlVAF05TitleH0VGACyA2JGGACyAlCyAjF05LabelH0VGG_GWOi0_', symObjAddr: 0xAA5C, symBinAddr: 0x10002E110, symSize: 0xC }
+ - { offset: 0x1361CF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12LabelControlVWOh', symObjAddr: 0xAA68, symBinAddr: 0x10002E11C, symSize: 0x34 }
+ - { offset: 0x1361E3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12TitleControlVWOc', symObjAddr: 0xAAA4, symBinAddr: 0x10002E158, symSize: 0x3C }
+ - { offset: 0x1361F7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12TitleControlVWOh', symObjAddr: 0xAAE0, symBinAddr: 0x10002E194, symSize: 0x34 }
+ - { offset: 0x13620B, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentV7StorageOyACyACy0A6Bricks11TextControlVAF05TitleH0VGACyA2JGGACyAlCyAjF05LabelH0VGG_GWOi_', symObjAddr: 0xAB20, symBinAddr: 0x10002E1D4, symSize: 0x8 }
+ - { offset: 0x13621F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11TextControlVWOc', symObjAddr: 0xAB30, symBinAddr: 0x10002E1E4, symSize: 0x3C }
+ - { offset: 0x136233, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11TextControlVWOh', symObjAddr: 0xAB6C, symBinAddr: 0x10002E220, symSize: 0x34 }
+ - { offset: 0x136247, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14SubWidgetsViewVwxx', symObjAddr: 0xABA4, symBinAddr: 0x10002E258, symSize: 0x28 }
+ - { offset: 0x13625B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14SubWidgetsViewVwca', symObjAddr: 0xAC08, symBinAddr: 0x10002E2BC, symSize: 0x64 }
+ - { offset: 0x13626F, size: 0x8, addend: 0x0, symName: ___swift_memcpy24_8, symObjAddr: 0xAC6C, symBinAddr: 0x10002E320, symSize: 0x14 }
+ - { offset: 0x136283, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14SubWidgetsViewVwta', symObjAddr: 0xAC80, symBinAddr: 0x10002E334, symSize: 0x44 }
+ - { offset: 0x136297, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14SubWidgetsViewVwet', symObjAddr: 0xACC4, symBinAddr: 0x10002E378, symSize: 0x48 }
+ - { offset: 0x1362AB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14SubWidgetsViewVwst', symObjAddr: 0xAD0C, symBinAddr: 0x10002E3C0, symSize: 0x40 }
+ - { offset: 0x1362BF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14SubWidgetsViewVMa', symObjAddr: 0xAD4C, symBinAddr: 0x10002E400, symSize: 0x10 }
+ - { offset: 0x1362D3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14SubWidgetsViewV0A2UI0E0AA4BodyAdEP_AGWT', symObjAddr: 0xAD5C, symBinAddr: 0x10002E410, symSize: 0x10 }
+ - { offset: 0x1362E7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14SubWidgetsViewV4bodyQrvgAA15ControlRendererVSi_AA0G6SchemaVtcfU_TA', symObjAddr: 0xAD98, symBinAddr: 0x10002E44C, symSize: 0xC }
+ - { offset: 0x136306, size: 0x8, addend: 0x0, symName: '_$sSi11SwiftBricks13ControlSchemaVAA0C8RendererVIegygo_Si6offset_AC7elementtAEIegnr_TRTA', symObjAddr: 0xADC8, symBinAddr: 0x10002E47C, symSize: 0x6C }
+ - { offset: 0x13632F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15ControlRendererVAC0A2UI4ViewAAWl', symObjAddr: 0xAE78, symBinAddr: 0x10002E52C, symSize: 0x40 }
+ - { offset: 0x136343, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7ForEachVySaySi6offset_0A6Bricks13ControlSchemaV7elementtGSiAE0G8RendererVGACyxq_q0_GAA4ViewA2aNR0_rlWl', symObjAddr: 0xAEBC, symBinAddr: 0x10002E570, symSize: 0x70 }
+ - { offset: 0x13658E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15ControlRendererV6schema6engineAcA0C6SchemaV_AA0B6EngineCtcfC', symObjAddr: 0x0, symBinAddr: 0x10002393C, symSize: 0x84 }
+ - { offset: 0x136C72, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15ControlRendererV4bodyQrvg', symObjAddr: 0xCC, symBinAddr: 0x100023A08, symSize: 0x384 }
+ - { offset: 0x136E56, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15ControlRendererV12renderWidgetyQrAA0C6SchemaVF', symObjAddr: 0x4A0, symBinAddr: 0x100023D8C, symSize: 0x23C }
+ - { offset: 0x1370F8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15ControlRendererV17renderKnownWidget_4typeQrAA0C6SchemaV_SStF', symObjAddr: 0x6DC, symBinAddr: 0x100023FC8, symSize: 0x635C }
+ - { offset: 0x138BC1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15ControlRendererV17renderKnownWidget_4typeQrAA0C6SchemaV_SStF0A2UI4TextVyXEfU_', symObjAddr: 0x6A38, symBinAddr: 0x10002A324, symSize: 0x1B0 }
+ - { offset: 0x138C12, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15ControlRendererV0A2UI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0x6BE8, symBinAddr: 0x10002A4D4, symSize: 0x4 }
+ - { offset: 0x138C57, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14SubWidgetsViewV4bodyQrvgAA15ControlRendererVSi_AA0G6SchemaVtcfU_', symObjAddr: 0x6BEC, symBinAddr: 0x10002A4D8, symSize: 0xAC }
+ - { offset: 0x138D1A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14SubWidgetsViewV0A2UI0E0AadEP4body4BodyQzvgTW', symObjAddr: 0x6CB8, symBinAddr: 0x10002A5A4, symSize: 0x128 }
+ - { offset: 0x138D90, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15ControlRendererV16resolveAlignment33_0FE4D14371037CAFCDA60F6605B952B8LLy0A2UI0F0VAA0C7OptionsVFTf4nd_n', symObjAddr: 0x6ECC, symBinAddr: 0x10002A7B8, symSize: 0x170 }
+ - { offset: 0x13929D, size: 0x8, addend: 0x0, symName: '_$ss30_dictionaryDownCastConditionalySDyq0_q1_GSgSDyxq_GSHRzSHR0_r2_lFSS_ypS2STg5', symObjAddr: 0x57DC, symBinAddr: 0x100033D80, symSize: 0x2A0 }
+ - { offset: 0x1394C5, size: 0x8, addend: 0x0, symName: '_$sSlsE9dropFirsty11SubSequenceQzSiFSS_Tg5Tf4ng_n', symObjAddr: 0x7B50, symBinAddr: 0x100035CB8, symSize: 0x9C }
+ - { offset: 0x13A3F7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10rootSchemaAA07ControlE0VSgvpfP', symObjAddr: 0xAE0, symBinAddr: 0x10002F0E0, symSize: 0x58 }
+ - { offset: 0x13A42B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10rootSchemaAA07ControlE0VSgvpACTK', symObjAddr: 0xBC8, symBinAddr: 0x10002F1C8, symSize: 0x9C }
+ - { offset: 0x13A459, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10rootSchemaAA07ControlE0VSgvpACTk', symObjAddr: 0xC64, symBinAddr: 0x10002F264, symSize: 0xB4 }
+ - { offset: 0x13A6D2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC11activePopupAA0E4InfoVSgvpfP', symObjAddr: 0x1358, symBinAddr: 0x10002F958, symSize: 0xFC }
+ - { offset: 0x13A6FE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC11activePopupAA0E4InfoVSgvpACTK', symObjAddr: 0x14B8, symBinAddr: 0x10002FAB8, symSize: 0x68 }
+ - { offset: 0x13A734, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC11activePopupAA0E4InfoVSgvpACTk', symObjAddr: 0x1520, symBinAddr: 0x10002FB20, symSize: 0x118 }
+ - { offset: 0x13A76E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC9isLoadingSbvpfP', symObjAddr: 0x1DC0, symBinAddr: 0x1000303C0, symSize: 0x2C }
+ - { offset: 0x13A7A2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC9isLoadingSbvpACTK', symObjAddr: 0x1E5C, symBinAddr: 0x10003045C, symSize: 0x7C }
+ - { offset: 0x13A7D0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC9isLoadingSbvpACTk', symObjAddr: 0x1ED8, symBinAddr: 0x1000304D8, symSize: 0x70 }
+ - { offset: 0x13A7FE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC12errorMessageSSSgvpfP', symObjAddr: 0x2264, symBinAddr: 0x100030864, symSize: 0x4C }
+ - { offset: 0x13A832, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC12errorMessageSSSgvpACTK', symObjAddr: 0x2320, symBinAddr: 0x100030920, symSize: 0x7C }
+ - { offset: 0x13A860, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC12errorMessageSSSgvpACTk', symObjAddr: 0x239C, symBinAddr: 0x10003099C, symSize: 0x80 }
+ - { offset: 0x13ADC4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaVACSeAAWl', symObjAddr: 0x8414, symBinAddr: 0x100036534, symSize: 0x40 }
+ - { offset: 0x13ADD8, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVSgWOe', symObjAddr: 0x8454, symBinAddr: 0x100036574, symSize: 0x14 }
+ - { offset: 0x13ADEC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8RPCErrorOACs5ErrorAAWl', symObjAddr: 0x851C, symBinAddr: 0x100036588, symSize: 0x40 }
+ - { offset: 0x13AE0B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaVAA0B6EngineC0A2UI7AnyViewVIegggo_AceHIegnnr_TRTA', symObjAddr: 0x8580, symBinAddr: 0x1000365EC, symSize: 0x5C }
+ - { offset: 0x13AE3F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaVAA0B6EngineC0A2UI7AnyViewVIegnnr_AceHIegggo_TRTA', symObjAddr: 0x85DC, symBinAddr: 0x100036648, symSize: 0x58 }
+ - { offset: 0x13AEA2, size: 0x8, addend: 0x0, symName: '_$sSlsSQ7ElementRpzrlE5split9separator9maxSplits25omittingEmptySubsequencesSay11SubSequenceQzGAB_SiSbtFSbABXEfU_SS_TG5TA', symObjAddr: 0x8634, symBinAddr: 0x1000366A0, symSize: 0x54 }
+ - { offset: 0x13AF34, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaVWOc', symObjAddr: 0x86EC, symBinAddr: 0x100036704, symSize: 0x3C }
+ - { offset: 0x13AF48, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaVWOh', symObjAddr: 0x8728, symBinAddr: 0x100036740, symSize: 0x34 }
+ - { offset: 0x13B01C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsVWOc', symObjAddr: 0x91FC, symBinAddr: 0x100037214, symSize: 0x3C }
+ - { offset: 0x13B030, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC7Combine16ObservableObjectAA0F19WillChangePublisherAdEP_AD0I0PWT', symObjAddr: 0x9238, symBinAddr: 0x100037250, symSize: 0xC }
+ - { offset: 0x13B044, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9PopupInfoVs12IdentifiableAA2IDsADP_SHWT', symObjAddr: 0x9244, symBinAddr: 0x10003725C, symSize: 0x2C }
+ - { offset: 0x13B058, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineCMU', symObjAddr: 0x92B0, symBinAddr: 0x1000372C8, symSize: 0x8 }
+ - { offset: 0x13B06C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineCMr', symObjAddr: 0x92FC, symBinAddr: 0x100037314, symSize: 0x158 }
+ - { offset: 0x13B080, size: 0x8, addend: 0x0, symName: '_$s7Combine9PublishedVySbGMa', symObjAddr: 0x94A8, symBinAddr: 0x10003746C, symSize: 0x50 }
+ - { offset: 0x13B094, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9PopupInfoVwCP', symObjAddr: 0x9548, symBinAddr: 0x10003750C, symSize: 0x6E4 }
+ - { offset: 0x13B0A8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9PopupInfoVwxx', symObjAddr: 0x9C2C, symBinAddr: 0x100037BF0, symSize: 0x250 }
+ - { offset: 0x13B0BC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9PopupInfoVwcp', symObjAddr: 0x9E7C, symBinAddr: 0x100037E40, symSize: 0x6B8 }
+ - { offset: 0x13B0D0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9PopupInfoVwca', symObjAddr: 0xA534, symBinAddr: 0x1000384F8, symSize: 0xAFC }
+ - { offset: 0x13B0E4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9PopupInfoVwtk', symObjAddr: 0xB100, symBinAddr: 0x100038FF4, symSize: 0x90 }
+ - { offset: 0x13B0F8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9PopupInfoVwta', symObjAddr: 0xB190, symBinAddr: 0x100039084, symSize: 0x694 }
+ - { offset: 0x13B10C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9PopupInfoVwet', symObjAddr: 0xB824, symBinAddr: 0x100039718, symSize: 0xC }
+ - { offset: 0x13B120, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9PopupInfoVwst', symObjAddr: 0xB8B0, symBinAddr: 0x1000397A4, symSize: 0xC }
+ - { offset: 0x13B134, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9PopupInfoVMr', symObjAddr: 0xB938, symBinAddr: 0x10003982C, symSize: 0x7C }
+ - { offset: 0x13B148, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaVWOc', symObjAddr: 0xB9B4, symBinAddr: 0x1000398A8, symSize: 0x3C }
+ - { offset: 0x13B15C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC9setupBind33_AC3A45445225BB6FB2E16A0675F1A0D3LL_8sourceIdyAA0E6SchemaV_SStFyAA9EventDataVYacfU_TA', symObjAddr: 0xBAD0, symBinAddr: 0x1000399C4, symSize: 0x74 }
+ - { offset: 0x13B170, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC9setupBind33_AC3A45445225BB6FB2E16A0675F1A0D3LL_8sourceIdyAA0E6SchemaV_SStFyAA9EventDataVYacfU_TATQ0_', symObjAddr: 0xBB44, symBinAddr: 0x100039A38, symSize: 0x40 }
+ - { offset: 0x13B184, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9EventDataVIegHg_ACytIegHnr_TRTA', symObjAddr: 0xBB84, symBinAddr: 0x100039A78, symSize: 0x80 }
+ - { offset: 0x13B198, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaVWOh', symObjAddr: 0xBC04, symBinAddr: 0x100039AF8, symSize: 0x34 }
+ - { offset: 0x13B1B4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC12triggerEvent8widgetId5event4dataySS_SSAA0E4DataVtYaF', symObjAddr: 0x0, symBinAddr: 0x10002E600, symSize: 0x98 }
+ - { offset: 0x13B219, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC12triggerEvent8widgetId5event4dataySS_SSAA0E4DataVtYaFTY0_', symObjAddr: 0x98, symBinAddr: 0x10002E698, symSize: 0xB0 }
+ - { offset: 0x13B2F7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC12triggerEvent8widgetId5event4dataySS_SSAA0E4DataVtYaFTQ1_', symObjAddr: 0x148, symBinAddr: 0x10002E748, symSize: 0x50 }
+ - { offset: 0x13B370, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC12triggerEvent8widgetId5event4dataySS_SSAA0E4DataVtYaFTY2_', symObjAddr: 0x198, symBinAddr: 0x10002E798, symSize: 0x30 }
+ - { offset: 0x13B3E3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10handleBind_8sourceId9eventDatayAA0E6SchemaV_SSAA05EventI0VtYaF', symObjAddr: 0x1C8, symBinAddr: 0x10002E7C8, symSize: 0xCC }
+ - { offset: 0x13B519, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10handleBind_8sourceId9eventDatayAA0E6SchemaV_SSAA05EventI0VtYaFTY0_', symObjAddr: 0x294, symBinAddr: 0x10002E894, symSize: 0x414 }
+ - { offset: 0x13B7B0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10handleBind_8sourceId9eventDatayAA0E6SchemaV_SSAA05EventI0VtYaFTQ1_', symObjAddr: 0x6A8, symBinAddr: 0x10002ECA8, symSize: 0x48 }
+ - { offset: 0x13B837, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10handleBind_8sourceId9eventDatayAA0E6SchemaV_SSAA05EventI0VtYaFTQ3_', symObjAddr: 0x6F0, symBinAddr: 0x10002ECF0, symSize: 0x48 }
+ - { offset: 0x13B8D3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10handleBind_8sourceId9eventDatayAA0E6SchemaV_SSAA05EventI0VtYaFTQ5_', symObjAddr: 0x738, symBinAddr: 0x10002ED38, symSize: 0x48 }
+ - { offset: 0x13B96F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10handleBind_8sourceId9eventDatayAA0E6SchemaV_SSAA05EventI0VtYaFTY7_', symObjAddr: 0x780, symBinAddr: 0x10002ED80, symSize: 0xA4 }
+ - { offset: 0x13BA18, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10handleBind_8sourceId9eventDatayAA0E6SchemaV_SSAA05EventI0VtYaFTQ8_', symObjAddr: 0x824, symBinAddr: 0x10002EE24, symSize: 0x48 }
+ - { offset: 0x13BAB4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10handleBind_8sourceId9eventDatayAA0E6SchemaV_SSAA05EventI0VtYaFTY9_', symObjAddr: 0x86C, symBinAddr: 0x10002EE6C, symSize: 0x38 }
+ - { offset: 0x13BB36, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10handleBind_8sourceId9eventDatayAA0E6SchemaV_SSAA05EventI0VtYaFTY10_', symObjAddr: 0x8A4, symBinAddr: 0x10002EEA4, symSize: 0x38 }
+ - { offset: 0x13BBB8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10handleBind_8sourceId9eventDatayAA0E6SchemaV_SSAA05EventI0VtYaFTY11_', symObjAddr: 0x8DC, symBinAddr: 0x10002EEDC, symSize: 0xAC }
+ - { offset: 0x13BCB3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC11activePopupAA0E4InfoVSgvs', symObjAddr: 0x988, symBinAddr: 0x10002EF88, symSize: 0xDC }
+ - { offset: 0x13BCDC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC12errorMessageSSSgvs', symObjAddr: 0xA64, symBinAddr: 0x10002F064, symSize: 0x78 }
+ - { offset: 0x13BD05, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC15resolveTemplate_6paramsS2S_SDyS2SGtF', symObjAddr: 0xADC, symBinAddr: 0x10002F0DC, symSize: 0x4 }
+ - { offset: 0x13BE0C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC7Combine16ObservableObjectAadEP16objectWillChange0fhI9PublisherQzvgTW', symObjAddr: 0x6EDC, symBinAddr: 0x100035430, symSize: 0x28 }
+ - { offset: 0x13BE37, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10rootSchemaAA07ControlE0VSgvg', symObjAddr: 0xB38, symBinAddr: 0x10002F138, symSize: 0x90 }
+ - { offset: 0x13BE8F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10rootSchemaAA07ControlE0VSgvs', symObjAddr: 0xD18, symBinAddr: 0x10002F318, symSize: 0x78 }
+ - { offset: 0x13BEB8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10rootSchemaAA07ControlE0VSgvM', symObjAddr: 0xD90, symBinAddr: 0x10002F390, symSize: 0x90 }
+ - { offset: 0x13BEF1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC11$rootSchema7Combine9PublishedV9PublisherVyAA07ControlE0VSg_Gvs', symObjAddr: 0xE40, symBinAddr: 0x10002F440, symSize: 0xE0 }
+ - { offset: 0x13BF53, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC11$rootSchema7Combine9PublishedV9PublisherVyAA07ControlE0VSg_GvM', symObjAddr: 0xF20, symBinAddr: 0x10002F520, symSize: 0x120 }
+ - { offset: 0x13BFE1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC5storeAA0B5StoreCvg', symObjAddr: 0x1040, symBinAddr: 0x10002F640, symSize: 0x10 }
+ - { offset: 0x13BFF5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC8eventBusAA0b5EventE0Cvg', symObjAddr: 0x1050, symBinAddr: 0x10002F650, symSize: 0x10 }
+ - { offset: 0x13C009, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC3rpcAA0B3RPCCvg', symObjAddr: 0x1060, symBinAddr: 0x10002F660, symSize: 0x10 }
+ - { offset: 0x13C01D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC4i18nAA0B4I18nCvg', symObjAddr: 0x1070, symBinAddr: 0x10002F670, symSize: 0x10 }
+ - { offset: 0x13C031, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC11widgetIndexSDySSAA13ControlSchemaVGvM', symObjAddr: 0x10AC, symBinAddr: 0x10002F6AC, symSize: 0x90 }
+ - { offset: 0x13C064, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC12$widgetIndex7Combine9PublishedV9PublisherVySDySSAA13ControlSchemaVG_Gvs', symObjAddr: 0x1158, symBinAddr: 0x10002F758, symSize: 0xE0 }
+ - { offset: 0x13C0C6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC12$widgetIndex7Combine9PublishedV9PublisherVySDySSAA13ControlSchemaVG_GvM', symObjAddr: 0x1238, symBinAddr: 0x10002F838, symSize: 0x120 }
+ - { offset: 0x13C15B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC11activePopupAA0E4InfoVSgvg', symObjAddr: 0x1454, symBinAddr: 0x10002FA54, symSize: 0x64 }
+ - { offset: 0x13C1B3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC11activePopupAA0E4InfoVSgvM', symObjAddr: 0x1638, symBinAddr: 0x10002FC38, symSize: 0x90 }
+ - { offset: 0x13C1EC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC12$activePopup7Combine9PublishedV9PublisherVyAA0E4InfoVSg_Gvs', symObjAddr: 0x16E4, symBinAddr: 0x10002FCE4, symSize: 0xE0 }
+ - { offset: 0x13C24E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC12$activePopup7Combine9PublishedV9PublisherVyAA0E4InfoVSg_GvM', symObjAddr: 0x17C4, symBinAddr: 0x10002FDC4, symSize: 0x120 }
+ - { offset: 0x13C2DC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC15navigationStackSDySSAA13ControlSchemaVGvM', symObjAddr: 0x1B14, symBinAddr: 0x100030114, symSize: 0x90 }
+ - { offset: 0x13C30F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC16$navigationStack7Combine9PublishedV9PublisherVySDySSAA13ControlSchemaVG_Gvs', symObjAddr: 0x1BC0, symBinAddr: 0x1000301C0, symSize: 0xE0 }
+ - { offset: 0x13C36C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC16$navigationStack7Combine9PublishedV9PublisherVySDySSAA13ControlSchemaVG_GvM', symObjAddr: 0x1CA0, symBinAddr: 0x1000302A0, symSize: 0x120 }
+ - { offset: 0x13C401, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC9isLoadingSbvg', symObjAddr: 0x1DEC, symBinAddr: 0x1000303EC, symSize: 0x70 }
+ - { offset: 0x13C459, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC9isLoadingSbvs', symObjAddr: 0x1F48, symBinAddr: 0x100030548, symSize: 0x6C }
+ - { offset: 0x13C482, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC9isLoadingSbvM', symObjAddr: 0x1FB4, symBinAddr: 0x1000305B4, symSize: 0x90 }
+ - { offset: 0x13C4BB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10$isLoading7Combine9PublishedV9PublisherVySb_Gvs', symObjAddr: 0x2060, symBinAddr: 0x100030660, symSize: 0xE0 }
+ - { offset: 0x13C51D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10$isLoading7Combine9PublishedV9PublisherVySb_GvM', symObjAddr: 0x2140, symBinAddr: 0x100030740, symSize: 0x120 }
+ - { offset: 0x13C5B2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC12errorMessageSSSgvg', symObjAddr: 0x22B0, symBinAddr: 0x1000308B0, symSize: 0x70 }
+ - { offset: 0x13C60A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC12errorMessageSSSgvM', symObjAddr: 0x241C, symBinAddr: 0x100030A1C, symSize: 0x90 }
+ - { offset: 0x13C643, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC13$errorMessage7Combine9PublishedV9PublisherVySSSg_Gvs', symObjAddr: 0x2588, symBinAddr: 0x100030B88, symSize: 0xE0 }
+ - { offset: 0x13C6A5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC13$errorMessage7Combine9PublishedV9PublisherVySSSg_GvM', symObjAddr: 0x2668, symBinAddr: 0x100030C68, symSize: 0x120 }
+ - { offset: 0x13C73A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineCACycfC', symObjAddr: 0x28A8, symBinAddr: 0x100030EA8, symSize: 0x34 }
+ - { offset: 0x13C7D0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineCACycfc', symObjAddr: 0x28DC, symBinAddr: 0x100030EDC, symSize: 0x590 }
+ - { offset: 0x13CA78, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC8loadJSONyySSKF', symObjAddr: 0x2E6C, symBinAddr: 0x10003146C, symSize: 0x214 }
+ - { offset: 0x13CB3B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10loadSchemayyAA07ControlE0VF', symObjAddr: 0x3080, symBinAddr: 0x100031680, symSize: 0xAC }
+ - { offset: 0x13CB8F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC11loadFromURLyySSYaKF', symObjAddr: 0x312C, symBinAddr: 0x10003172C, symSize: 0xC4 }
+ - { offset: 0x13CC57, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC11loadFromURLyySSYaKFTY0_', symObjAddr: 0x31F0, symBinAddr: 0x1000317F0, symSize: 0xD0 }
+ - { offset: 0x13CCE7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC11loadFromURLyySSYaKFTY1_', symObjAddr: 0x32C0, symBinAddr: 0x1000318C0, symSize: 0x90 }
+ - { offset: 0x13CD5B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC11loadFromURLyySSYaKFTQ2_', symObjAddr: 0x3350, symBinAddr: 0x100031950, symSize: 0x84 }
+ - { offset: 0x13CDB0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC11loadFromURLyySSYaKFTY3_', symObjAddr: 0x33D4, symBinAddr: 0x1000319D4, symSize: 0x3C }
+ - { offset: 0x13CE09, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC11loadFromURLyySSYaKFTY4_', symObjAddr: 0x3410, symBinAddr: 0x100031A10, symSize: 0x314 }
+ - { offset: 0x13D00C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC11loadFromURLyySSYaKFTY5_', symObjAddr: 0x3724, symBinAddr: 0x100031D24, symSize: 0x48 }
+ - { offset: 0x13D051, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC11loadFromURLyySSYaKFTY6_', symObjAddr: 0x376C, symBinAddr: 0x100031D6C, symSize: 0x8C }
+ - { offset: 0x13D131, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC12indexWidgets33_AC3A45445225BB6FB2E16A0675F1A0D3LLyyAA13ControlSchemaVF', symObjAddr: 0x37F8, symBinAddr: 0x100031DF8, symSize: 0x168 }
+ - { offset: 0x13D388, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10setupBinds33_AC3A45445225BB6FB2E16A0675F1A0D3LLyyAA13ControlSchemaVF', symObjAddr: 0x3960, symBinAddr: 0x100031F60, symSize: 0x54C }
+ - { offset: 0x13D8D5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC14registerWidget4type7factoryySS_0A2UI7AnyViewVAA13ControlSchemaV_ACtctF', symObjAddr: 0x3EAC, symBinAddr: 0x1000324AC, symSize: 0xDC }
+ - { offset: 0x13D95D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC16getWidgetFactory4type0A2UI7AnyViewVAA13ControlSchemaV_ACtcSgSS_tF', symObjAddr: 0x3F88, symBinAddr: 0x100032588, symSize: 0xD8 }
+ - { offset: 0x13D9D0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10findWidget2idAA13ControlSchemaVSgSS_tF', symObjAddr: 0x40BC, symBinAddr: 0x100032660, symSize: 0x340 }
+ - { offset: 0x13DC04, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC9setupBind33_AC3A45445225BB6FB2E16A0675F1A0D3LL_8sourceIdyAA0E6SchemaV_SStFyAA9EventDataVYacfU_', symObjAddr: 0x43FC, symBinAddr: 0x1000329A0, symSize: 0x98 }
+ - { offset: 0x13DC58, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC9setupBind33_AC3A45445225BB6FB2E16A0675F1A0D3LL_8sourceIdyAA0E6SchemaV_SStFyAA9EventDataVYacfU_TY0_', symObjAddr: 0x4494, symBinAddr: 0x100032A38, symSize: 0x9C }
+ - { offset: 0x13DCD0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC9setupBind33_AC3A45445225BB6FB2E16A0675F1A0D3LL_8sourceIdyAA0E6SchemaV_SStFyAA9EventDataVYacfU_TQ1_', symObjAddr: 0x4530, symBinAddr: 0x100032AD4, symSize: 0x48 }
+ - { offset: 0x13DD50, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC9setupBind33_AC3A45445225BB6FB2E16A0675F1A0D3LL_8sourceIdyAA0E6SchemaV_SStFyAA9EventDataVYacfU_TY2_', symObjAddr: 0x4578, symBinAddr: 0x100032B1C, symSize: 0x3C }
+ - { offset: 0x13DDCC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC15handleUrlWidget33_AC3A45445225BB6FB2E16A0675F1A0D3LL_8sourceId9eventDatayAA10BindSchemaV_SSAA05EventS0VtYaF', symObjAddr: 0x45B4, symBinAddr: 0x100032B58, symSize: 0xDC }
+ - { offset: 0x13E01D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC15handleUrlWidget33_AC3A45445225BB6FB2E16A0675F1A0D3LL_8sourceId9eventDatayAA10BindSchemaV_SSAA05EventS0VtYaFTY0_', symObjAddr: 0x4690, symBinAddr: 0x100032C34, symSize: 0xA60 }
+ - { offset: 0x13E6CF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC15handleUrlWidget33_AC3A45445225BB6FB2E16A0675F1A0D3LL_8sourceId9eventDatayAA10BindSchemaV_SSAA05EventS0VtYaFTQ1_', symObjAddr: 0x50F0, symBinAddr: 0x100033694, symSize: 0x98 }
+ - { offset: 0x13E79B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC15handleUrlWidget33_AC3A45445225BB6FB2E16A0675F1A0D3LL_8sourceId9eventDatayAA10BindSchemaV_SSAA05EventS0VtYaFTY2_', symObjAddr: 0x5188, symBinAddr: 0x10003372C, symSize: 0x544 }
+ - { offset: 0x13EA23, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC15handleUrlWidget33_AC3A45445225BB6FB2E16A0675F1A0D3LL_8sourceId9eventDatayAA10BindSchemaV_SSAA05EventS0VtYaFTY3_', symObjAddr: 0x56CC, symBinAddr: 0x100033C70, symSize: 0x110 }
+ - { offset: 0x13EB29, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC13reloadTabular2id3url6paramsySS_SSSDyS2SGtYaF', symObjAddr: 0x5A7C, symBinAddr: 0x100034020, symSize: 0xC4 }
+ - { offset: 0x13EB82, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC13reloadTabular2id3url6paramsySS_SSSDyS2SGtYaFTY0_', symObjAddr: 0x5B40, symBinAddr: 0x1000340E4, symSize: 0x240 }
+ - { offset: 0x13ED3A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC13reloadTabular2id3url6paramsySS_SSSDyS2SGtYaFTQ1_', symObjAddr: 0x5D80, symBinAddr: 0x100034324, symSize: 0xBC }
+ - { offset: 0x13EE3F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC13reloadTabular2id3url6paramsySS_SSSDyS2SGtYaFTY2_', symObjAddr: 0x5E3C, symBinAddr: 0x1000343E0, symSize: 0x354 }
+ - { offset: 0x13F045, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC13reloadTabular2id3url6paramsySS_SSSDyS2SGtYaFTY3_', symObjAddr: 0x6190, symBinAddr: 0x100034734, symSize: 0x134 }
+ - { offset: 0x13F1A6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10submitForm6formId0D3URLSbSS_SStYaF', symObjAddr: 0x6314, symBinAddr: 0x100034868, symSize: 0xA4 }
+ - { offset: 0x13F249, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10submitForm6formId0D3URLSbSS_SStYaFTY0_', symObjAddr: 0x63B8, symBinAddr: 0x10003490C, symSize: 0x6E4 }
+ - { offset: 0x13F792, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10submitForm6formId0D3URLSbSS_SStYaFTQ1_', symObjAddr: 0x6A9C, symBinAddr: 0x100034FF0, symSize: 0x88 }
+ - { offset: 0x13F810, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10submitForm6formId0D3URLSbSS_SStYaFTY2_', symObjAddr: 0x6B24, symBinAddr: 0x100035078, symSize: 0x158 }
+ - { offset: 0x13F958, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC10submitForm6formId0D3URLSbSS_SStYaFTY3_', symObjAddr: 0x6C7C, symBinAddr: 0x1000351D0, symSize: 0xC0 }
+ - { offset: 0x13FA2E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineCfd', symObjAddr: 0x6D3C, symBinAddr: 0x100035290, symSize: 0x17C }
+ - { offset: 0x13FA53, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineCfD', symObjAddr: 0x6EB8, symBinAddr: 0x10003540C, symSize: 0x24 }
+ - { offset: 0x13FA76, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9PopupInfoV2id10Foundation4UUIDVvg', symObjAddr: 0x6F04, symBinAddr: 0x100035458, symSize: 0x38 }
+ - { offset: 0x13FA8A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9PopupInfoV6schemaAA13ControlSchemaVvg', symObjAddr: 0x6F3C, symBinAddr: 0x100035490, symSize: 0x30 }
+ - { offset: 0x13FA9E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9PopupInfoV7optionsAA0C7OptionsVvg', symObjAddr: 0x6F6C, symBinAddr: 0x1000354C0, symSize: 0x30 }
+ - { offset: 0x13FAB9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9PopupInfoVs12IdentifiableAAsADP2id2IDQzvgTW', symObjAddr: 0x6F9C, symBinAddr: 0x1000354F0, symSize: 0x38 }
+ - { offset: 0x13FAEB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC15resolveTemplate_6paramsS2S_SDyS2SGtFTf4nnd_n', symObjAddr: 0x73C0, symBinAddr: 0x100035528, symSize: 0x1C4 }
+ - { offset: 0x13FC1A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC13handleUrlData33_AC3A45445225BB6FB2E16A0675F1A0D3LL_8sourceIdyAA10BindSchemaV_SStYaFTf4ndn_n', symObjAddr: 0x7584, symBinAddr: 0x1000356EC, symSize: 0xB0 }
+ - { offset: 0x13FCEC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC13handleUrlData33_AC3A45445225BB6FB2E16A0675F1A0D3LL_8sourceIdyAA10BindSchemaV_SStYaFTf4ndn_nTY0_', symObjAddr: 0x7634, symBinAddr: 0x10003579C, symSize: 0x288 }
+ - { offset: 0x13FEF5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC13handleUrlData33_AC3A45445225BB6FB2E16A0675F1A0D3LL_8sourceIdyAA10BindSchemaV_SStYaFTf4ndn_nTQ1_', symObjAddr: 0x78BC, symBinAddr: 0x100035A24, symSize: 0x98 }
+ - { offset: 0x13FF6C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC13handleUrlData33_AC3A45445225BB6FB2E16A0675F1A0D3LL_8sourceIdyAA10BindSchemaV_SStYaFTf4ndn_nTY2_', symObjAddr: 0x7954, symBinAddr: 0x100035ABC, symSize: 0x130 }
+ - { offset: 0x14008C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC13handleUrlData33_AC3A45445225BB6FB2E16A0675F1A0D3LL_8sourceIdyAA10BindSchemaV_SStYaFTf4ndn_nTY3_', symObjAddr: 0x7A84, symBinAddr: 0x100035BEC, symSize: 0xCC }
+ - { offset: 0x140192, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC12handleMethod33_AC3A45445225BB6FB2E16A0675F1A0D3LL_8sourceId9eventDatayAA10BindSchemaV_SSAA05EventR0VtYaFTf4ndnn_n', symObjAddr: 0x7BEC, symBinAddr: 0x100035D54, symSize: 0x9C }
+ - { offset: 0x140227, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC12handleMethod33_AC3A45445225BB6FB2E16A0675F1A0D3LL_8sourceId9eventDatayAA10BindSchemaV_SSAA05EventR0VtYaFTf4ndnn_nTY0_', symObjAddr: 0x7C88, symBinAddr: 0x100035DF0, symSize: 0x574 }
+ - { offset: 0x1404BB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC12handleMethod33_AC3A45445225BB6FB2E16A0675F1A0D3LL_8sourceId9eventDatayAA10BindSchemaV_SSAA05EventR0VtYaFTf4ndnn_nTQ1_', symObjAddr: 0x81FC, symBinAddr: 0x100036364, symSize: 0x84 }
+ - { offset: 0x140559, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC12handleMethod33_AC3A45445225BB6FB2E16A0675F1A0D3LL_8sourceId9eventDatayAA10BindSchemaV_SSAA05EventR0VtYaFTf4ndnn_nTY2_', symObjAddr: 0x8280, symBinAddr: 0x1000363E8, symSize: 0x30 }
+ - { offset: 0x1405DE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC12handleMethod33_AC3A45445225BB6FB2E16A0675F1A0D3LL_8sourceId9eventDatayAA10BindSchemaV_SSAA05EventR0VtYaFTf4ndnn_nTQ3_', symObjAddr: 0x82B0, symBinAddr: 0x100036418, symSize: 0x58 }
+ - { offset: 0x14065D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B6EngineC12validateRule33_AC3A45445225BB6FB2E16A0675F1A0D3LL_5valueSbAA010ValidationE0V_SStFTf4xnd_n', symObjAddr: 0x875C, symBinAddr: 0x100036774, symSize: 0xAA0 }
+ - { offset: 0x140F7F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO5clickSSvpZ', symObjAddr: 0x3A38, symBinAddr: 0x1000B14C8, symSize: 0x0 }
+ - { offset: 0x140F99, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO6submitSSvpZ', symObjAddr: 0x3A48, symBinAddr: 0x1000B14D8, symSize: 0x0 }
+ - { offset: 0x140FB3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO6changeSSvpZ', symObjAddr: 0x3A58, symBinAddr: 0x1000B14E8, symSize: 0x0 }
+ - { offset: 0x140FCD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO6selectSSvpZ', symObjAddr: 0x3A68, symBinAddr: 0x1000B14F8, symSize: 0x0 }
+ - { offset: 0x140FE7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO4loadSSvpZ', symObjAddr: 0x3A78, symBinAddr: 0x1000B1508, symSize: 0x0 }
+ - { offset: 0x141001, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO6renderSSvpZ', symObjAddr: 0x3A88, symBinAddr: 0x1000B1518, symSize: 0x0 }
+ - { offset: 0x14101B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO5closeSSvpZ', symObjAddr: 0x3A98, symBinAddr: 0x1000B1528, symSize: 0x0 }
+ - { offset: 0x141035, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO4openSSvpZ', symObjAddr: 0x3AA8, symBinAddr: 0x1000B1538, symSize: 0x0 }
+ - { offset: 0x14104F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO6toggleSSvpZ', symObjAddr: 0x3AB8, symBinAddr: 0x1000B1548, symSize: 0x0 }
+ - { offset: 0x141069, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO7refreshSSvpZ', symObjAddr: 0x3AC8, symBinAddr: 0x1000B1558, symSize: 0x0 }
+ - { offset: 0x141083, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO8navigateSSvpZ', symObjAddr: 0x3AD8, symBinAddr: 0x1000B1568, symSize: 0x0 }
+ - { offset: 0x1415A9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC8eventLogSaySS4name_AA0C4DataV4data10Foundation4DateV9timestamptGvpfP', symObjAddr: 0xC68, symBinAddr: 0x10003A584, symSize: 0x4C }
+ - { offset: 0x1415DD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC8eventLogSaySS4name_AA0C4DataV4data10Foundation4DateV9timestamptGvpACTK', symObjAddr: 0xD24, symBinAddr: 0x10003A640, symSize: 0x7C }
+ - { offset: 0x14160B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC8eventLogSaySS4name_AA0C4DataV4data10Foundation4DateV9timestamptGvpACTk', symObjAddr: 0xDA0, symBinAddr: 0x10003A6BC, symSize: 0x78 }
+ - { offset: 0x141648, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9EventDataVIegHg_ACytIegHnr_TR', symObjAddr: 0x13CC, symBinAddr: 0x10003ACE8, symSize: 0x60 }
+ - { offset: 0x141660, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9EventDataVIegHg_ACytIegHnr_TRTQ0_', symObjAddr: 0x142C, symBinAddr: 0x10003AD48, symSize: 0x40 }
+ - { offset: 0x141761, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO5clickSSvau', symObjAddr: 0x22D8, symBinAddr: 0x10003BBF4, symSize: 0xC }
+ - { offset: 0x141863, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO6submitSSvau', symObjAddr: 0x22F8, symBinAddr: 0x10003BC14, symSize: 0xC }
+ - { offset: 0x141881, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO6changeSSvau', symObjAddr: 0x2318, symBinAddr: 0x10003BC34, symSize: 0xC }
+ - { offset: 0x14189F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO6selectSSvau', symObjAddr: 0x2338, symBinAddr: 0x10003BC54, symSize: 0xC }
+ - { offset: 0x1418BD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO4loadSSvau', symObjAddr: 0x2358, symBinAddr: 0x10003BC74, symSize: 0xC }
+ - { offset: 0x1418DB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO6renderSSvau', symObjAddr: 0x2374, symBinAddr: 0x10003BC90, symSize: 0xC }
+ - { offset: 0x1418F9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO5closeSSvau', symObjAddr: 0x2394, symBinAddr: 0x10003BCB0, symSize: 0xC }
+ - { offset: 0x141917, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO4openSSvau', symObjAddr: 0x23B4, symBinAddr: 0x10003BCD0, symSize: 0xC }
+ - { offset: 0x141935, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO6toggleSSvau', symObjAddr: 0x23D0, symBinAddr: 0x10003BCEC, symSize: 0xC }
+ - { offset: 0x141953, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO7refreshSSvau', symObjAddr: 0x23F0, symBinAddr: 0x10003BD0C, symSize: 0xC }
+ - { offset: 0x141971, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO8navigateSSvau', symObjAddr: 0x2414, symBinAddr: 0x10003BD30, symSize: 0xC }
+ - { offset: 0x14198F, size: 0x8, addend: 0x0, symName: '_$sxIeAgHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRyt_Tg5TQ0_', symObjAddr: 0x249C, symBinAddr: 0x10003BD54, symSize: 0x44 }
+ - { offset: 0x1419CF, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tFSS_ypTg5', symObjAddr: 0x24E0, symBinAddr: 0x10003BD98, symSize: 0x1AC }
+ - { offset: 0x141A85, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tFSS_11SwiftBricks10PopupStateVTg5', symObjAddr: 0x283C, symBinAddr: 0x10003C0F4, symSize: 0x1C0 }
+ - { offset: 0x141B7D, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSS4name_11SwiftBricks9EventDataV4data10Foundation4DateV9timestampt_Tg5', symObjAddr: 0x29FC, symBinAddr: 0x10003C2B4, symSize: 0x194 }
+ - { offset: 0x141CFA, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSS_SSt_Tg5', symObjAddr: 0x2B90, symBinAddr: 0x10003C448, symSize: 0x130 }
+ - { offset: 0x141E5F, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF11SwiftBricks8CodeItemV_Tg5', symObjAddr: 0x2CC0, symBinAddr: 0x10003C578, symSize: 0x108 }
+ - { offset: 0x141FC4, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFy11SwiftBricks9EventDataVYac_Tg5', symObjAddr: 0x2ED0, symBinAddr: 0x10003C680, symSize: 0x130 }
+ - { offset: 0x1420C6, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSS_Tgq5', symObjAddr: 0x3000, symBinAddr: 0x10003C7B0, symSize: 0x64 }
+ - { offset: 0x1420E9, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFSS_Tgq5', symObjAddr: 0x3064, symBinAddr: 0x10003C814, symSize: 0xB4 }
+ - { offset: 0x14214C, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_ypTt0gq5Tf4g_n', symObjAddr: 0x3118, symBinAddr: 0x10003C8C8, symSize: 0x12C }
+ - { offset: 0x14221A, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0VySS4name_11SwiftBricks9EventDataV4data10Foundation4DateV9timestamptG_s15EmptyCollectionVySSAL_AopsTtGTg5Tf4nndn_n', symObjAddr: 0x3244, symBinAddr: 0x10003C9F4, symSize: 0x118 }
+ - { offset: 0x142358, size: 0x8, addend: 0x0, symName: '_$sSa15replaceSubrange_4withySnySiG_qd__nt7ElementQyd__RszSlRd__lFSS4name_11SwiftBricks9EventDataV4data10Foundation4DateV9timestampt_s15EmptyCollectionVySSAF_AijmNtGTg5Tf4ndn_n', symObjAddr: 0x335C, symBinAddr: 0x10003CB0C, symSize: 0xBC }
+ - { offset: 0x142447, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9EventDataVIegHg_ACytIegHnr_TRTA', symObjAddr: 0x343C, symBinAddr: 0x10003CBEC, symSize: 0x80 }
+ - { offset: 0x14245B, size: 0x8, addend: 0x0, symName: '_$sS2cMScAsWl', symObjAddr: 0x34F8, symBinAddr: 0x10003CC6C, symSize: 0x44 }
+ - { offset: 0x14246F, size: 0x8, addend: 0x0, symName: '_$sSS4name_11SwiftBricks9EventDataV4data10Foundation4DateV9timestamptWOb', symObjAddr: 0x3544, symBinAddr: 0x10003CCB8, symSize: 0x50 }
+ - { offset: 0x142483, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC12dispatchSync_4dataySS_AA0C4DataVtFyyYacfU_TA', symObjAddr: 0x35D0, symBinAddr: 0x10003CD44, symSize: 0x8C }
+ - { offset: 0x142497, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC12dispatchSync_4dataySS_AA0C4DataVtFyyYacfU_TATQ0_', symObjAddr: 0x365C, symBinAddr: 0x10003CDD0, symSize: 0x40 }
+ - { offset: 0x1424AB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC7Combine16ObservableObjectAA0G19WillChangePublisherAdEP_AD0J0PWT', symObjAddr: 0x36CC, symBinAddr: 0x10003CE10, symSize: 0xC }
+ - { offset: 0x1424BF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusCMU', symObjAddr: 0x36D8, symBinAddr: 0x10003CE1C, symSize: 0x8 }
+ - { offset: 0x1424D3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusCMa', symObjAddr: 0x36E0, symBinAddr: 0x10003CE24, symSize: 0x38 }
+ - { offset: 0x1424E7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusCMr', symObjAddr: 0x3718, symBinAddr: 0x10003CE5C, symSize: 0x88 }
+ - { offset: 0x1424FB, size: 0x8, addend: 0x0, symName: '_$s7Combine9PublishedVySaySS4name_11SwiftBricks9EventDataV4data10Foundation4DateV9timestamptGGMa', symObjAddr: 0x37A0, symBinAddr: 0x10003CEE4, symSize: 0x60 }
+ - { offset: 0x14250F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9EventDataVMa', symObjAddr: 0x3854, symBinAddr: 0x10003CF44, symSize: 0x10 }
+ - { offset: 0x142523, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventOMa', symObjAddr: 0x3864, symBinAddr: 0x10003CF54, symSize: 0x10 }
+ - { offset: 0x1427B9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9EventDataVyACSDySSypGcfC', symObjAddr: 0x29C, symBinAddr: 0x100039C08, symSize: 0x4 }
+ - { offset: 0x1427F1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9EventDataVyypSgSScis', symObjAddr: 0x2A0, symBinAddr: 0x100039C0C, symSize: 0x7C }
+ - { offset: 0x142878, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC7Combine16ObservableObjectAadEP16objectWillChange0giJ9PublisherQzvgTW', symObjAddr: 0x1994, symBinAddr: 0x10003B2B0, symSize: 0x28 }
+ - { offset: 0x1428B6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusCACycfC', symObjAddr: 0x36C, symBinAddr: 0x100039C88, symSize: 0x94 }
+ - { offset: 0x14292D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC2on_7handlerySS_yAA0C4DataVYactF', symObjAddr: 0x400, symBinAddr: 0x100039D1C, symSize: 0x218 }
+ - { offset: 0x142AD2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9EventDataV12asDictionarySDySSypGvg', symObjAddr: 0x618, symBinAddr: 0x100039F34, symSize: 0x4 }
+ - { offset: 0x142AF5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9EventDataVyypSgSScig', symObjAddr: 0x61C, symBinAddr: 0x100039F38, symSize: 0x84 }
+ - { offset: 0x142B40, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC8dispatch_4dataySS_AA0C4DataVtYaF', symObjAddr: 0x6A0, symBinAddr: 0x100039FBC, symSize: 0xD8 }
+ - { offset: 0x142BBB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC8dispatch_4dataySS_AA0C4DataVtYaFTY0_', symObjAddr: 0x778, symBinAddr: 0x10003A094, symSize: 0x3C4 }
+ - { offset: 0x143027, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC8dispatch_4dataySS_AA0C4DataVtYaFTQ1_', symObjAddr: 0xB3C, symBinAddr: 0x10003A458, symSize: 0x50 }
+ - { offset: 0x1430AA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC8dispatch_4dataySS_AA0C4DataVtYaFTY2_', symObjAddr: 0xB8C, symBinAddr: 0x10003A4A8, symSize: 0xDC }
+ - { offset: 0x14319B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC8eventLogSaySS4name_AA0C4DataV4data10Foundation4DateV9timestamptGvg', symObjAddr: 0xCB4, symBinAddr: 0x10003A5D0, symSize: 0x70 }
+ - { offset: 0x1431DA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC8eventLogSaySS4name_AA0C4DataV4data10Foundation4DateV9timestamptGvs', symObjAddr: 0xE18, symBinAddr: 0x10003A734, symSize: 0x6C }
+ - { offset: 0x143203, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC8eventLogSaySS4name_AA0C4DataV4data10Foundation4DateV9timestamptGvM', symObjAddr: 0xE84, symBinAddr: 0x10003A7A0, symSize: 0x90 }
+ - { offset: 0x143236, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC8eventLogSaySS4name_AA0C4DataV4data10Foundation4DateV9timestamptGvM.resume.0', symObjAddr: 0xF14, symBinAddr: 0x10003A830, symSize: 0x4C }
+ - { offset: 0x143257, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC9$eventLog7Combine9PublishedV9PublisherVySaySS4name_AA0C4DataV4data10Foundation4DateV9timestamptG_Gvg', symObjAddr: 0xF60, symBinAddr: 0x10003A87C, symSize: 0x70 }
+ - { offset: 0x143276, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC9$eventLog7Combine9PublishedV9PublisherVySaySS4name_AA0C4DataV4data10Foundation4DateV9timestamptG_Gvs', symObjAddr: 0xFD0, symBinAddr: 0x10003A8EC, symSize: 0xE0 }
+ - { offset: 0x1432D8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC9$eventLog7Combine9PublishedV9PublisherVySaySS4name_AA0C4DataV4data10Foundation4DateV9timestamptG_GvM', symObjAddr: 0x10B0, symBinAddr: 0x10003A9CC, symSize: 0x120 }
+ - { offset: 0x143366, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC9$eventLog7Combine9PublishedV9PublisherVySaySS4name_AA0C4DataV4data10Foundation4DateV9timestamptG_GvM.resume.0', symObjAddr: 0x11D0, symBinAddr: 0x10003AAEC, symSize: 0x120 }
+ - { offset: 0x1433AB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusCACycfc', symObjAddr: 0x12F0, symBinAddr: 0x10003AC0C, symSize: 0xDC }
+ - { offset: 0x143419, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC3offyySSF', symObjAddr: 0x146C, symBinAddr: 0x10003AD88, symSize: 0xD4 }
+ - { offset: 0x1434FA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC12dispatchSync_4dataySS_AA0C4DataVtF', symObjAddr: 0x1540, symBinAddr: 0x10003AE5C, symSize: 0x118 }
+ - { offset: 0x14353E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC12dispatchSync_4dataySS_AA0C4DataVtFyyYacfU_', symObjAddr: 0x1658, symBinAddr: 0x10003AF74, symSize: 0x8C }
+ - { offset: 0x143589, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC12dispatchSync_4dataySS_AA0C4DataVtFyyYacfU_TQ0_', symObjAddr: 0x16E4, symBinAddr: 0x10003B000, symSize: 0x68 }
+ - { offset: 0x1435C8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC12dispatchSync_4dataySS_AA0C4DataVtFyyYacfU_TY1_', symObjAddr: 0x174C, symBinAddr: 0x10003B068, symSize: 0x30 }
+ - { offset: 0x143608, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC14hasSubscribersySbSSF', symObjAddr: 0x177C, symBinAddr: 0x10003B098, symSize: 0xB4 }
+ - { offset: 0x1436B0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusC15subscriberCountySiSSF', symObjAddr: 0x1830, symBinAddr: 0x10003B14C, symSize: 0xB0 }
+ - { offset: 0x14374E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusCfd', symObjAddr: 0x18E0, symBinAddr: 0x10003B1FC, symSize: 0x54 }
+ - { offset: 0x143781, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8EventBusCfD', symObjAddr: 0x1934, symBinAddr: 0x10003B250, symSize: 0x60 }
+ - { offset: 0x1437E1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9EventDataVyypSgSSciM', symObjAddr: 0x19BC, symBinAddr: 0x10003B2D8, symSize: 0xC0 }
+ - { offset: 0x143874, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9EventDataVyypSgSSciM.resume.0', symObjAddr: 0x1A7C, symBinAddr: 0x10003B398, symSize: 0xF4 }
+ - { offset: 0x1438B6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks9EventDataV6merged4withA2C_tF', symObjAddr: 0x1B70, symBinAddr: 0x10003B48C, symSize: 0x768 }
+ - { offset: 0x143DFB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO5clickSSvgZ', symObjAddr: 0x22E4, symBinAddr: 0x10003BC00, symSize: 0x14 }
+ - { offset: 0x143E0F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO6submitSSvgZ', symObjAddr: 0x2304, symBinAddr: 0x10003BC20, symSize: 0x14 }
+ - { offset: 0x143E23, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO6changeSSvgZ', symObjAddr: 0x2324, symBinAddr: 0x10003BC40, symSize: 0x14 }
+ - { offset: 0x143E37, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO6selectSSvgZ', symObjAddr: 0x2344, symBinAddr: 0x10003BC60, symSize: 0x14 }
+ - { offset: 0x143E4B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO4loadSSvgZ', symObjAddr: 0x2364, symBinAddr: 0x10003BC80, symSize: 0x10 }
+ - { offset: 0x143E5F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO6renderSSvgZ', symObjAddr: 0x2380, symBinAddr: 0x10003BC9C, symSize: 0x14 }
+ - { offset: 0x143E73, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO5closeSSvgZ', symObjAddr: 0x23A0, symBinAddr: 0x10003BCBC, symSize: 0x14 }
+ - { offset: 0x143E87, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO4openSSvgZ', symObjAddr: 0x23C0, symBinAddr: 0x10003BCDC, symSize: 0x10 }
+ - { offset: 0x143E9B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO6toggleSSvgZ', symObjAddr: 0x23DC, symBinAddr: 0x10003BCF8, symSize: 0x14 }
+ - { offset: 0x143EAF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO7refreshSSvgZ', symObjAddr: 0x23FC, symBinAddr: 0x10003BD18, symSize: 0x18 }
+ - { offset: 0x143EC3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5EventO8navigateSSvgZ', symObjAddr: 0x2420, symBinAddr: 0x10003BD3C, symSize: 0x18 }
+ - { offset: 0x14400A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlVwxx', symObjAddr: 0x0, symBinAddr: 0x10003CFFC, symSize: 0x208 }
+ - { offset: 0x14401E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlVwcp', symObjAddr: 0x208, symBinAddr: 0x10003D204, symSize: 0x624 }
+ - { offset: 0x144032, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlVwca', symObjAddr: 0x82C, symBinAddr: 0x10003D828, symSize: 0xA40 }
+ - { offset: 0x144046, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlVwta', symObjAddr: 0x1344, symBinAddr: 0x10003E268, symSize: 0x608 }
+ - { offset: 0x14405A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlVwet', symObjAddr: 0x194C, symBinAddr: 0x10003E870, symSize: 0x48 }
+ - { offset: 0x14406E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlVwst', symObjAddr: 0x1994, symBinAddr: 0x10003E8B8, symSize: 0x14C }
+ - { offset: 0x144082, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlVMa', symObjAddr: 0x1AE0, symBinAddr: 0x10003EA04, symSize: 0x10 }
+ - { offset: 0x144096, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlVwxx', symObjAddr: 0x1B1C, symBinAddr: 0x10003EA40, symSize: 0x230 }
+ - { offset: 0x1440AA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlVwcp', symObjAddr: 0x1D4C, symBinAddr: 0x10003EC70, symSize: 0x698 }
+ - { offset: 0x1440BE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlVwca', symObjAddr: 0x23E4, symBinAddr: 0x10003F308, symSize: 0xAC8 }
+ - { offset: 0x1440D2, size: 0x8, addend: 0x0, symName: ___swift_memcpy1080_8, symObjAddr: 0x2EAC, symBinAddr: 0x10003FDD0, symSize: 0x8 }
+ - { offset: 0x1440E6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlVwta', symObjAddr: 0x2EB4, symBinAddr: 0x10003FDD8, symSize: 0x668 }
+ - { offset: 0x1440FA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlVwet', symObjAddr: 0x351C, symBinAddr: 0x100040440, symSize: 0x48 }
+ - { offset: 0x14410E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlVwst', symObjAddr: 0x3564, symBinAddr: 0x100040488, symSize: 0x15C }
+ - { offset: 0x144122, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlVMa', symObjAddr: 0x36C0, symBinAddr: 0x1000405E4, symSize: 0x10 }
+ - { offset: 0x144136, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV0A2UI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0x36D0, symBinAddr: 0x1000405F4, symSize: 0x10 }
+ - { offset: 0x144933, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV0A2UI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0xAB88, symBinAddr: 0x100047AAC, symSize: 0x10 }
+ - { offset: 0x144947, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV4bodyQrvgyycfU0_TA', symObjAddr: 0xABEC, symBinAddr: 0x100047AC0, symSize: 0x20 }
+ - { offset: 0x144970, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV4bodyQrvg0A2UI9TupleViewVyAE4TextVSg_AE7ForEachVySayAA11FieldSchemaVGSSAC04formL033_4A337C40EBA47DBC02EA010D86DD727DLLyQrANFQOy_Qo_GAjE6HStackVyAGyAE6SpacerV_AE0H0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyAIG_AE014BorderedButtonY0VQo_AyEE8disabledyQrSbFQOyAyEEAZyQrqd__AEA_Rd__lFQOyA2__AE023BorderedProminentButtonY0VQo__Qo_AyEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAE08ProgressH0VyAE05EmptyH0VA21_G_Qo_SgtGGtGyXEfU_ArNcfU_TA', symObjAddr: 0xACC0, symBinAddr: 0x100047AE8, symSize: 0x8 }
+ - { offset: 0x144984, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV4bodyQrvg0A2UI9TupleViewVyAE4TextVSg_AE7ForEachVySayAA11FieldSchemaVGSSAC04formL033_4A337C40EBA47DBC02EA010D86DD727DLLyQrANFQOy_Qo_GAjE6HStackVyAGyAE6SpacerV_AE0H0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyAIG_AE014BorderedButtonY0VQo_AyEE8disabledyQrSbFQOyAyEEAZyQrqd__AEA_Rd__lFQOyA2__AE023BorderedProminentButtonY0VQo__Qo_AyEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAE08ProgressH0VyAE05EmptyH0VA21_G_Qo_SgtGGtGyXEfU_A25_yXEfU0_yyScMYccfU_TA', symObjAddr: 0xADE4, symBinAddr: 0x100047AF8, symSize: 0x20 }
+ - { offset: 0x1449AD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV4bodyQrvg0A2UI9TupleViewVyAE4TextVSg_AE7ForEachVySayAA11FieldSchemaVGSSAC04formL033_4A337C40EBA47DBC02EA010D86DD727DLLyQrANFQOy_Qo_GAjE6HStackVyAGyAE6SpacerV_AE0H0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyAIG_AE014BorderedButtonY0VQo_AyEE8disabledyQrSbFQOyAyEEAZyQrqd__AEA_Rd__lFQOyA2__AE023BorderedProminentButtonY0VQo__Qo_AyEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAE08ProgressH0VyAE05EmptyH0VA21_G_Qo_SgtGGtGyXEfU_A25_yXEfU0_yyScMYccfU0_TA', symObjAddr: 0xB038, symBinAddr: 0x100047D4C, symSize: 0x20 }
+ - { offset: 0x1449D6, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewPAAE8disabledyQrSbFySbzcfU_TA', symObjAddr: 0xB070, symBinAddr: 0x100047D84, symSize: 0x8 }
+ - { offset: 0x1449EA, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA12ProgressViewVyAA05EmptyF0VAGGAA12_ScaleEffectVGWOb', symObjAddr: 0xB078, symBinAddr: 0x100047D8C, symSize: 0x50 }
+ - { offset: 0x1449FE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV06submitC033_4A337C40EBA47DBC02EA010D86DD727DLLyyFyyYacfU_TA', symObjAddr: 0xB30C, symBinAddr: 0x100048020, symSize: 0x80 }
+ - { offset: 0x144A12, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV06submitC033_4A337C40EBA47DBC02EA010D86DD727DLLyyFyyYacfU_TATQ0_', symObjAddr: 0xB38C, symBinAddr: 0x1000480A0, symSize: 0x40 }
+ - { offset: 0x144A26, size: 0x8, addend: 0x0, symName: '_$sSSWOc', symObjAddr: 0xB3CC, symBinAddr: 0x1000480E0, symSize: 0x3C }
+ - { offset: 0x144A3A, size: 0x8, addend: 0x0, symName: '_$sSSWOh', symObjAddr: 0xB408, symBinAddr: 0x10004811C, symSize: 0x34 }
+ - { offset: 0x144AA8, size: 0x8, addend: 0x0, symName: '_$ss13_parseInteger5ascii5radixq_Sgx_SitSyRzs010FixedWidthB0R_r0_lFSS_SiTg5', symObjAddr: 0xB4AC, symBinAddr: 0x100048150, symSize: 0xF0 }
+ - { offset: 0x144B64, size: 0x8, addend: 0x0, symName: '_$ss13_parseInteger5ascii5radixq_Sgx_SitSyRzs010FixedWidthB0R_r0_lFADSRys5UInt8VGXEfU_SS_SiTg5', symObjAddr: 0xB59C, symBinAddr: 0x100048240, symSize: 0x284 }
+ - { offset: 0x144C7C, size: 0x8, addend: 0x0, symName: '_$sSS8_copyingyS2SFZ', symObjAddr: 0xB820, symBinAddr: 0x1000484C4, symSize: 0x50 }
+ - { offset: 0x144C94, size: 0x8, addend: 0x0, symName: '_$sSlsEy11SubSequenceQzqd__cSXRd__5BoundQyd__5IndexRtzluigSS_s16PartialRangeFromVySSAEVGTgq5', symObjAddr: 0xB870, symBinAddr: 0x100048514, symSize: 0x4C }
+ - { offset: 0x144CE9, size: 0x8, addend: 0x0, symName: '_$sSS8_copyingySSSsFZ', symObjAddr: 0xB8BC, symBinAddr: 0x100048560, symSize: 0x144 }
+ - { offset: 0x144D4E, size: 0x8, addend: 0x0, symName: '_$sSTsE21_copySequenceContents12initializing8IteratorQz_SitSry7ElementQzG_tFSs8UTF8ViewV_Tgq5', symObjAddr: 0xBA70, symBinAddr: 0x1000486A4, symSize: 0x21C }
+ - { offset: 0x144DC4, size: 0x8, addend: 0x0, symName: '_$ss11_StringGutsV27_slowEnsureMatchingEncodingySS5IndexVAEF', symObjAddr: 0xBC8C, symBinAddr: 0x1000488C0, symSize: 0x78 }
+ - { offset: 0x144E24, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV9formField33_4A337C40EBA47DBC02EA010D86DD727DLLyQrAA0F6SchemaVF0A2UI9TupleViewVyAH6HStackVyAJyAH4TextV_ANSgtGG_AH19_ConditionalContentVyASyASyAH0Q0PAHE6border_5widthQrqd___12CoreGraphics7CGFloatVtAH10ShapeStyleRd__lFQOyAuHE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAZSg_A8_A8_A8_A8_A8_AH9AlignmentVtFQOyAH0S6EditorV_Qo__AH5ColorVQo_AuHE11pickerStyleyQrqd__AH11PickerStyleRd__lFQOyAH6PickerVyANSSAJyAuHE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAN_SSQo__AH7ForEachVySayAA8CodeItemVGSSA23_GSgtGG_AH15MenuPickerStyleVQo_GASyAuHE04textF5StyleyQrqd__AH0sF5StyleRd__lFQOyAH0sF0VyANG_AH013RoundedBordersF5StyleVQo_AuHE12labelsHiddenQryFQOyAH10DatePickerVyANG_Qo_GGA44_GAOtGyXEfU_ySSYbcfU10_TA', symObjAddr: 0xC890, symBinAddr: 0x1000494C4, symSize: 0x20 }
+ - { offset: 0x144E38, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACyAA08ModifiedD0VyAEyAA10TextEditorVAA16_FlexFrameLayoutVGAA16_OverlayModifierVyAA10_ShapeViewVyAA08_StrokedM0VyAA9RectangleV6_InsetVGAA5ColorVGGGAA0N0PAAE11pickerStyleyQrqd__AA06PickerT0Rd__lFQOyAA0U0VyAA0F0VSSAA05TupleN0VyA0_AAE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyA6__SSQo__AA7ForEachVySay0A6Bricks8CodeItemVGSSA11_GSgtGG_AA04MenuuT0VQo_GACyA0_AAE09textFieldT0yQrqd__AA0f5FieldT0Rd__lFQOyAA0F5FieldVyA6_G_AA013RoundedBorderf5FieldT0VQo_A0_AAE12labelsHiddenQryFQOyAA04DateU0VyA6_G_Qo_GGACyxq_GAAA_A2AA_RzAAA_R_rlWl', symObjAddr: 0xC8B0, symBinAddr: 0x1000494E4, symSize: 0x78 }
+ - { offset: 0x144E4C, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyAA08ModifiedD0VyAEyAA10TextEditorVAA16_FlexFrameLayoutVGAA16_OverlayModifierVyAA10_ShapeViewVyAA08_StrokedM0VyAA9RectangleV6_InsetVGAA5ColorVGGGAA0N0PAAE11pickerStyleyQrqd__AA06PickerT0Rd__lFQOyAA0U0VyAA0F0VSSAA05TupleN0VyA0_AAE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyA6__SSQo__AA7ForEachVySay0A6Bricks8CodeItemVGSSA11_GSgtGG_AA04MenuuT0VQo_GACyxq_GAAA_A2AA_RzAAA_R_rlWl', symObjAddr: 0xC928, symBinAddr: 0x10004955C, symSize: 0xF0 }
+ - { offset: 0x144E60, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA10TextEditorVAA16_FlexFrameLayoutVGAA16_OverlayModifierVyAA10_ShapeViewVyAA08_StrokedL0VyAA9RectangleV6_InsetVGAA5ColorVGGGACyxq_GAA0M0A2aZRzAA0mK0R_rlWl', symObjAddr: 0xCA18, symBinAddr: 0x10004964C, symSize: 0x98 }
+ - { offset: 0x144E74, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA10TextEditorVAA16_FlexFrameLayoutVGACyxq_GAA4ViewA2aJRzAA0J8ModifierR_rlWl', symObjAddr: 0xCAB0, symBinAddr: 0x1000496E4, symSize: 0x90 }
+ - { offset: 0x144E88, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyAA4ViewPAAE14textFieldStyleyQrqd__AA04TextgH0Rd__lFQOyAA0iG0VyAA0I0VG_AA013RoundedBorderigH0VQo_AeAE12labelsHiddenQryFQOyAA10DatePickerVyAKG_Qo_GACyxq_GAad2aDRzAaDR_rlWl', symObjAddr: 0xCB40, symBinAddr: 0x100049774, symSize: 0x15C }
+ - { offset: 0x144E9C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV9formField33_4A337C40EBA47DBC02EA010D86DD727DLLyQrAA0F6SchemaVF0A2UI9TupleViewVyAH6HStackVyAJyAH4TextV_ANSgtGG_AH19_ConditionalContentVyASyASyAH0Q0PAHE6border_5widthQrqd___12CoreGraphics7CGFloatVtAH10ShapeStyleRd__lFQOyAuHE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAZSg_A8_A8_A8_A8_A8_AH9AlignmentVtFQOyAH0S6EditorV_Qo__AH5ColorVQo_AuHE11pickerStyleyQrqd__AH11PickerStyleRd__lFQOyAH6PickerVyANSSAJyAuHE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAN_SSQo__AH7ForEachVySayAA8CodeItemVGSSA23_GSgtGG_AH15MenuPickerStyleVQo_GASyAuHE04textF5StyleyQrqd__AH0sF5StyleRd__lFQOyAH0sF0VyANG_AH013RoundedBordersF5StyleVQo_AuHE12labelsHiddenQryFQOyAH10DatePickerVyANG_Qo_GGA44_GAOtGyXEfU_10Foundation4DateVyYbcfU7_TA', symObjAddr: 0xCC9C, symBinAddr: 0x1000498D0, symSize: 0x10 }
+ - { offset: 0x144EB0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV9formField33_4A337C40EBA47DBC02EA010D86DD727DLLyQrAA0F6SchemaVF0A2UI9TupleViewVyAH6HStackVyAJyAH4TextV_ANSgtGG_AH19_ConditionalContentVyASyASyAH0Q0PAHE6border_5widthQrqd___12CoreGraphics7CGFloatVtAH10ShapeStyleRd__lFQOyAuHE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAZSg_A8_A8_A8_A8_A8_AH9AlignmentVtFQOyAH0S6EditorV_Qo__AH5ColorVQo_AuHE11pickerStyleyQrqd__AH11PickerStyleRd__lFQOyAH6PickerVyANSSAJyAuHE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAN_SSQo__AH7ForEachVySayAA8CodeItemVGSSA23_GSgtGG_AH15MenuPickerStyleVQo_GASyAuHE04textF5StyleyQrqd__AH0sF5StyleRd__lFQOyAH0sF0VyANG_AH013RoundedBordersF5StyleVQo_AuHE12labelsHiddenQryFQOyAH10DatePickerVyANG_Qo_GGA44_GAOtGyXEfU_y10Foundation4DateVYbcfU8_TA', symObjAddr: 0xCCAC, symBinAddr: 0x1000498E0, symSize: 0x10 }
+ - { offset: 0x144EC4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV9formField33_4A337C40EBA47DBC02EA010D86DD727DLLyQrAA0F6SchemaVF0A2UI9TupleViewVyAH6HStackVyAJyAH4TextV_ANSgtGG_AH19_ConditionalContentVyASyASyAH0Q0PAHE6border_5widthQrqd___12CoreGraphics7CGFloatVtAH10ShapeStyleRd__lFQOyAuHE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAZSg_A8_A8_A8_A8_A8_AH9AlignmentVtFQOyAH0S6EditorV_Qo__AH5ColorVQo_AuHE11pickerStyleyQrqd__AH11PickerStyleRd__lFQOyAH6PickerVyANSSAJyAuHE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAN_SSQo__AH7ForEachVySayAA8CodeItemVGSSA23_GSgtGG_AH15MenuPickerStyleVQo_GASyAuHE04textF5StyleyQrqd__AH0sF5StyleRd__lFQOyAH0sF0VyANG_AH013RoundedBordersF5StyleVQo_AuHE12labelsHiddenQryFQOyAH10DatePickerVyANG_Qo_GGA44_GAOtGyXEfU_A31_yXEfU4_TA', symObjAddr: 0xCCBC, symBinAddr: 0x1000498F0, symSize: 0x8 }
+ - { offset: 0x144ED8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV9formField33_4A337C40EBA47DBC02EA010D86DD727DLLyQrAA0F6SchemaVF0A2UI9TupleViewVyAH6HStackVyAJyAH4TextV_ANSgtGG_AH19_ConditionalContentVyASyASyAH0Q0PAHE6border_5widthQrqd___12CoreGraphics7CGFloatVtAH10ShapeStyleRd__lFQOyAuHE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAZSg_A8_A8_A8_A8_A8_AH9AlignmentVtFQOyAH0S6EditorV_Qo__AH5ColorVQo_AuHE11pickerStyleyQrqd__AH11PickerStyleRd__lFQOyAH6PickerVyANSSAJyAuHE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAN_SSQo__AH7ForEachVySayAA8CodeItemVGSSA23_GSgtGG_AH15MenuPickerStyleVQo_GASyAuHE04textF5StyleyQrqd__AH0sF5StyleRd__lFQOyAH0sF0VyANG_AH013RoundedBordersF5StyleVQo_AuHE12labelsHiddenQryFQOyAH10DatePickerVyANG_Qo_GGA44_GAOtGyXEfU_SSyYbcfU0_TA', symObjAddr: 0xCCC4, symBinAddr: 0x1000498F8, symSize: 0x20 }
+ - { offset: 0x144EEC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV4bodyQrvg0A2UI9TupleViewVyAE7ForEachVySayAA11FieldSchemaVGSSAC06inlineL033_4A337C40EBA47DBC02EA010D86DD727DLLyQrAKFQOy_Qo_G_AE0I0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonW0Rd__lFQOyAE0Y0VyAE4TextVG_AE017BorderedProminentyW0VQo_tGyXEfU_AoKcfU_TA', symObjAddr: 0xD01C, symBinAddr: 0x100049C50, symSize: 0x64 }
+ - { offset: 0x144F21, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyAA08ModifiedD0VyAA4ViewPAAE11pickerStyleyQrqd__AA06PickerH0Rd__lFQOyAA0I0VyAA4TextVSSAA05TupleF0VyAgAE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAM_SSQo__AA7ForEachVySay0A6Bricks8CodeItemVGSSARGSgtGG_AA04MenuiH0VQo_AA16_FixedSizeLayoutVGAEyAgAE09textFieldH0yQrqd__AA0jyH0Rd__lFQOyAA0jY0VyAMG_AA013RoundedBorderjyH0VQo_AA06_FrameW0VGGACyxq_GAaf2aFRzAaFR_rlWl', symObjAddr: 0xD0B4, symBinAddr: 0x100049CB4, symSize: 0x78 }
+ - { offset: 0x144F35, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA4ViewPAAE11pickerStyleyQrqd__AA06PickerG0Rd__lFQOyAA0H0VyAA4TextVSSAA05TupleE0VyAeAE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAK_SSQo__AA7ForEachVySay0A6Bricks8CodeItemVGSSAPGSgtGG_AA04MenuhG0VQo_AA16_FixedSizeLayoutVGACyxq_GAad2aDRzAA0E8ModifierR_rlWl', symObjAddr: 0xD12C, symBinAddr: 0x100049D2C, symSize: 0xF0 }
+ - { offset: 0x144F49, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA4ViewPAAE14textFieldStyleyQrqd__AA04TextgH0Rd__lFQOyAA0iG0VyAA0I0VG_AA013RoundedBorderigH0VQo_AA12_FrameLayoutVGACyxq_GAad2aDRzAA0E8ModifierR_rlWl', symObjAddr: 0xD21C, symBinAddr: 0x100049E1C, symSize: 0x10C }
+ - { offset: 0x144F5D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV4bodyQrvg0A2UI9TupleViewVyAE7ForEachVySayAA11FieldSchemaVGSSAC06inlineL033_4A337C40EBA47DBC02EA010D86DD727DLLyQrAKFQOy_Qo_G_AE0I0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonW0Rd__lFQOyAE0Y0VyAE4TextVG_AE017BorderedProminentyW0VQo_tGyXEfU_yyScMYccfU0_TA', symObjAddr: 0xD534, symBinAddr: 0x10004A134, symSize: 0x8 }
+ - { offset: 0x144F71, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV4bodyQrvg0A2UI9TupleViewVyAE7ForEachVySayAA11FieldSchemaVGSSAC06inlineL033_4A337C40EBA47DBC02EA010D86DD727DLLyQrAKFQOy_Qo_G_AE0I0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonW0Rd__lFQOyAE0Y0VyAE4TextVG_AE017BorderedProminentyW0VQo_tGyXEfU_yyScMYccfU0_yyYacfU_TA', symObjAddr: 0xD750, symBinAddr: 0x10004A350, symSize: 0x68 }
+ - { offset: 0x144F85, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV11inlineField33_4A337C40EBA47DBC02EA010D86DD727DLLyQrAA0G6SchemaVFSSyYbcfU2_TA', symObjAddr: 0xD7BC, symBinAddr: 0x10004A3BC, symSize: 0x20 }
+ - { offset: 0x144F99, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV11inlineField33_4A337C40EBA47DBC02EA010D86DD727DLLyQrAA0G6SchemaVFySSYbcfU0_TA', symObjAddr: 0xDAB0, symBinAddr: 0x10004A6B0, symSize: 0x20 }
+ - { offset: 0x144FAD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV11inlineField33_4A337C40EBA47DBC02EA010D86DD727DLLyQrAA0G6SchemaVF0A2UI9TupleViewVyAH0R0PAHE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAH4TextV_SSQo__AH7ForEachVySayAA8CodeItemVGSSAQGSgtGyXEfU1_TA', symObjAddr: 0xDAD0, symBinAddr: 0x10004A6D0, symSize: 0x8 }
+ - { offset: 0x14504D, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA6VStackVyAA9TupleViewVyAA4TextVSg_AA7ForEachVySay0A6Bricks11FieldSchemaVGSSAEyAGyAA6HStackVyAGyAI_AJtGG_AA012_ConditionalD0VyAVyAVyACyACyAA0H6EditorVAA16_FlexFrameLayoutVGAA16_OverlayModifierVyAA06_ShapeG0VyAA08_StrokedV0VyAA9RectangleV6_InsetVGAA5ColorVGGGAA0G0PAAE11pickerStyleyQrqd__AA11PickerStyleRd__lFQOyAA6PickerVyAISSAGyA17_AAE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAI_SSQo__ALySayAM8CodeItemVGSSA24_GSgtGG_AA15MenuPickerStyleVQo_GAVyA17_AAE04textL5StyleyQrqd__AA0hL5StyleRd__lFQOyAA0hL0VyAIG_AA013RoundedBorderhL5StyleVQo_A17_AAE12labelsHiddenQryFQOyAA10DatePickerVyAIG_Qo_GGA43_GAJtGGGAjRyAGyAA6SpacerV_A17_AAE11buttonStyleyQrqd__AA20PrimitiveButtonStyleRd__lFQOyAA6ButtonVyAIG_AA19BorderedButtonStyleVQo_ACyA17_AAEA57_yQrqd__AAA58_Rd__lFQOyA61__AA28BorderedProminentButtonStyleVQo_AA024_EnvironmentKeyTransformU0VySbGGACyAA08ProgressG0VyAA05EmptyG0VA75_GAA12_ScaleEffectVGSgtGGtGGAA08_PaddingS0VGAA017_AppearanceActionU0VGACyxq_GAAA16_A2AA16_RzAA0gU0R_rlWl', symObjAddr: 0xDD0C, symBinAddr: 0x10004A90C, symSize: 0x78 }
+ - { offset: 0x145061, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6VStackVyAA9TupleViewVyAA4TextVSg_AA7ForEachVySay0A6Bricks11FieldSchemaVGSSAEyAGyAA6HStackVyAGyAI_AJtGG_AA012_ConditionalD0VyAVyAVyACyACyAA0H6EditorVAA16_FlexFrameLayoutVGAA16_OverlayModifierVyAA06_ShapeG0VyAA08_StrokedV0VyAA9RectangleV6_InsetVGAA5ColorVGGGAA0G0PAAE11pickerStyleyQrqd__AA11PickerStyleRd__lFQOyAA6PickerVyAISSAGyA17_AAE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAI_SSQo__ALySayAM8CodeItemVGSSA24_GSgtGG_AA15MenuPickerStyleVQo_GAVyA17_AAE04textL5StyleyQrqd__AA0hL5StyleRd__lFQOyAA0hL0VyAIG_AA013RoundedBorderhL5StyleVQo_A17_AAE12labelsHiddenQryFQOyAA10DatePickerVyAIG_Qo_GGA43_GAJtGGGAjRyAGyAA6SpacerV_A17_AAE11buttonStyleyQrqd__AA20PrimitiveButtonStyleRd__lFQOyAA6ButtonVyAIG_AA19BorderedButtonStyleVQo_ACyA17_AAEA57_yQrqd__AAA58_Rd__lFQOyA61__AA28BorderedProminentButtonStyleVQo_AA024_EnvironmentKeyTransformU0VySbGGACyAA08ProgressG0VyAA05EmptyG0VA75_GAA12_ScaleEffectVGSgtGGtGGAA08_PaddingS0VGACyxq_GAAA16_A2AA16_RzAA0gU0R_rlWl', symObjAddr: 0xDD84, symBinAddr: 0x10004A984, symSize: 0x98 }
+ - { offset: 0x145075, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyAA6HStackVyAA9TupleViewVyAA7ForEachVySay0A6Bricks11FieldSchemaVGSSAA012_ConditionalD0VyACyAA0G0PAAE11pickerStyleyQrqd__AA06PickerO0Rd__lFQOyAA0P0VyAA4TextVSSAGyAqAE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAW_SSQo__AIySayAJ8CodeItemVGSSAZGSgtGG_AA04MenupO0VQo_AA16_FixedSizeLayoutVGACyAqAE04textkO0yQrqd__AA0qkO0Rd__lFQOyAA0qK0VyAWG_AA013RoundedBorderqkO0VQo_AA06_FrameZ0VGGG_AqAE06buttonO0yQrqd__AA015PrimitiveButtonO0Rd__lFQOyAA6ButtonVyAWG_AA023BorderedProminentButtonO0VQo_tGGAA08_PaddingZ0VGAA011_BackgroundO8ModifierVyAA5ColorVGGAA11_ClipEffectVyAA16RoundedRectangleVGGACyxq_GAap2aPRzAA0G8ModifierR_rlWl', symObjAddr: 0xDE20, symBinAddr: 0x10004AA20, symSize: 0x98 }
+ - { offset: 0x145089, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA6HStackVyAA9TupleViewVyAA7ForEachVySay0A6Bricks11FieldSchemaVGSSAA012_ConditionalD0VyACyAA0G0PAAE11pickerStyleyQrqd__AA06PickerO0Rd__lFQOyAA0P0VyAA4TextVSSAGyAqAE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAW_SSQo__AIySayAJ8CodeItemVGSSAZGSgtGG_AA04MenupO0VQo_AA16_FixedSizeLayoutVGACyAqAE04textkO0yQrqd__AA0qkO0Rd__lFQOyAA0qK0VyAWG_AA013RoundedBorderqkO0VQo_AA06_FrameZ0VGGG_AqAE06buttonO0yQrqd__AA015PrimitiveButtonO0Rd__lFQOyAA6ButtonVyAWG_AA023BorderedProminentButtonO0VQo_tGGAA08_PaddingZ0VGAA011_BackgroundO8ModifierVyAA5ColorVGGACyxq_GAap2aPRzAA0G8ModifierR_rlWl', symObjAddr: 0xDEB8, symBinAddr: 0x10004AAB8, symSize: 0x98 }
+ - { offset: 0x14509D, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6HStackVyAA9TupleViewVyAA7ForEachVySay0A6Bricks11FieldSchemaVGSSAA012_ConditionalD0VyACyAA0G0PAAE11pickerStyleyQrqd__AA06PickerO0Rd__lFQOyAA0P0VyAA4TextVSSAGyAqAE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAW_SSQo__AIySayAJ8CodeItemVGSSAZGSgtGG_AA04MenupO0VQo_AA16_FixedSizeLayoutVGACyAqAE04textkO0yQrqd__AA0qkO0Rd__lFQOyAA0qK0VyAWG_AA013RoundedBorderqkO0VQo_AA06_FrameZ0VGGG_AqAE06buttonO0yQrqd__AA015PrimitiveButtonO0Rd__lFQOyAA6ButtonVyAWG_AA023BorderedProminentButtonO0VQo_tGGAA08_PaddingZ0VGACyxq_GAap2aPRzAA0G8ModifierR_rlWl', symObjAddr: 0xDF50, symBinAddr: 0x10004AB50, symSize: 0x98 }
+ - { offset: 0x145246, size: 0x8, addend: 0x0, symName: '_$ss17_dictionaryUpCastySDyq0_q1_GSDyxq_GSHRzSHR0_r2_lFSS_S2SypTg5', symObjAddr: 0x8A5C, symBinAddr: 0x100045980, symSize: 0x254 }
+ - { offset: 0x145933, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV4bodyQrvg0A2UI9TupleViewVyAE4TextVSg_AE7ForEachVySayAA11FieldSchemaVGSSAC04formL033_4A337C40EBA47DBC02EA010D86DD727DLLyQrANFQOy_Qo_GAjE6HStackVyAGyAE6SpacerV_AE0H0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyAIG_AE014BorderedButtonY0VQo_AyEE8disabledyQrSbFQOyAyEEAZyQrqd__AEA_Rd__lFQOyA2__AE023BorderedProminentButtonY0VQo__Qo_AyEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAE08ProgressH0VyAE05EmptyH0VA21_G_Qo_SgtGGtGyXEfU_', symObjAddr: 0x36E0, symBinAddr: 0x100040604, symSize: 0x748 }
+ - { offset: 0x145B3F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV4bodyQrvg0A2UI9TupleViewVyAE4TextVSg_AE7ForEachVySayAA11FieldSchemaVGSSAC04formL033_4A337C40EBA47DBC02EA010D86DD727DLLyQrANFQOy_Qo_GAjE6HStackVyAGyAE6SpacerV_AE0H0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyAIG_AE014BorderedButtonY0VQo_AyEE8disabledyQrSbFQOyAyEEAZyQrqd__AEA_Rd__lFQOyA2__AE023BorderedProminentButtonY0VQo__Qo_AyEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAE08ProgressH0VyAE05EmptyH0VA21_G_Qo_SgtGGtGyXEfU_ArNcfU_', symObjAddr: 0x3E28, symBinAddr: 0x100040D4C, symSize: 0xA0 }
+ - { offset: 0x1461B7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV4bodyQrvg0A2UI9TupleViewVyAE4TextVSg_AE7ForEachVySayAA11FieldSchemaVGSSAC04formL033_4A337C40EBA47DBC02EA010D86DD727DLLyQrANFQOy_Qo_GAjE6HStackVyAGyAE6SpacerV_AE0H0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyAIG_AE014BorderedButtonY0VQo_AyEE8disabledyQrSbFQOyAyEEAZyQrqd__AEA_Rd__lFQOyA2__AE023BorderedProminentButtonY0VQo__Qo_AyEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAE08ProgressH0VyAE05EmptyH0VA21_G_Qo_SgtGGtGyXEfU_A25_yXEfU0_', symObjAddr: 0x3EC8, symBinAddr: 0x100040DEC, symSize: 0x6DC }
+ - { offset: 0x14630A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV05resetC033_4A337C40EBA47DBC02EA010D86DD727DLLyyF', symObjAddr: 0x45A4, symBinAddr: 0x1000414C8, symSize: 0x124 }
+ - { offset: 0x1463DA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV06submitC033_4A337C40EBA47DBC02EA010D86DD727DLLyyF', symObjAddr: 0x46C8, symBinAddr: 0x1000415EC, symSize: 0x2E8 }
+ - { offset: 0x1464D9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV06submitC033_4A337C40EBA47DBC02EA010D86DD727DLLyyFyyYacfU_', symObjAddr: 0x82A0, symBinAddr: 0x1000451C4, symSize: 0x9C }
+ - { offset: 0x146515, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV06submitC033_4A337C40EBA47DBC02EA010D86DD727DLLyyFyyYacfU_TY0_', symObjAddr: 0x833C, symBinAddr: 0x100045260, symSize: 0xA8 }
+ - { offset: 0x146585, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV06submitC033_4A337C40EBA47DBC02EA010D86DD727DLLyyFyyYacfU_TQ1_', symObjAddr: 0x83E4, symBinAddr: 0x100045308, symSize: 0x74 }
+ - { offset: 0x1465D4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV06submitC033_4A337C40EBA47DBC02EA010D86DD727DLLyyFyyYacfU_TY2_', symObjAddr: 0x8458, symBinAddr: 0x10004537C, symSize: 0x2C8 }
+ - { offset: 0x146718, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV06submitC033_4A337C40EBA47DBC02EA010D86DD727DLLyyFyyYacfU_TY3_', symObjAddr: 0x8720, symBinAddr: 0x100045644, symSize: 0xB0 }
+ - { offset: 0x146800, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV06submitC033_4A337C40EBA47DBC02EA010D86DD727DLLyyFyyYacfU_TQ4_', symObjAddr: 0x87D0, symBinAddr: 0x1000456F4, symSize: 0x58 }
+ - { offset: 0x14686F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV06submitC033_4A337C40EBA47DBC02EA010D86DD727DLLyyFyyYacfU_TY5_', symObjAddr: 0x8828, symBinAddr: 0x10004574C, symSize: 0x4C }
+ - { offset: 0x1468D6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV06submitC033_4A337C40EBA47DBC02EA010D86DD727DLLyyFyyYacfU_TY6_', symObjAddr: 0x8874, symBinAddr: 0x100045798, symSize: 0x54 }
+ - { offset: 0x14693D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV06submitC033_4A337C40EBA47DBC02EA010D86DD727DLLyyFyyYacfU_TY7_', symObjAddr: 0x88C8, symBinAddr: 0x1000457EC, symSize: 0x194 }
+ - { offset: 0x146A37, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV16initializeValues33_4A337C40EBA47DBC02EA010D86DD727DLLyyF', symObjAddr: 0x49B0, symBinAddr: 0x1000418D4, symSize: 0x464 }
+ - { offset: 0x146D5A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV9formField33_4A337C40EBA47DBC02EA010D86DD727DLLyQrAA0F6SchemaVF0A2UI9TupleViewVyAH6HStackVyAJyAH4TextV_ANSgtGG_AH19_ConditionalContentVyASyASyAH0Q0PAHE6border_5widthQrqd___12CoreGraphics7CGFloatVtAH10ShapeStyleRd__lFQOyAuHE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAZSg_A8_A8_A8_A8_A8_AH9AlignmentVtFQOyAH0S6EditorV_Qo__AH5ColorVQo_AuHE11pickerStyleyQrqd__AH11PickerStyleRd__lFQOyAH6PickerVyANSSAJyAuHE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAN_SSQo__AH7ForEachVySayAA8CodeItemVGSSA23_GSgtGG_AH15MenuPickerStyleVQo_GASyAuHE04textF5StyleyQrqd__AH0sF5StyleRd__lFQOyAH0sF0VyANG_AH013RoundedBordersF5StyleVQo_AuHE12labelsHiddenQryFQOyAH10DatePickerVyANG_Qo_GGA44_GAOtGyXEfU_', symObjAddr: 0x4E14, symBinAddr: 0x100041D38, symSize: 0x2110 }
+ - { offset: 0x14717D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV9formField33_4A337C40EBA47DBC02EA010D86DD727DLLyQrAA0F6SchemaVF0A2UI9TupleViewVyAH6HStackVyAJyAH4TextV_ANSgtGG_AH19_ConditionalContentVyASyASyAH0Q0PAHE6border_5widthQrqd___12CoreGraphics7CGFloatVtAH10ShapeStyleRd__lFQOyAuHE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAZSg_A8_A8_A8_A8_A8_AH9AlignmentVtFQOyAH0S6EditorV_Qo__AH5ColorVQo_AuHE11pickerStyleyQrqd__AH11PickerStyleRd__lFQOyAH6PickerVyANSSAJyAuHE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAN_SSQo__AH7ForEachVySayAA8CodeItemVGSSA23_GSgtGG_AH15MenuPickerStyleVQo_GASyAuHE04textF5StyleyQrqd__AH0sF5StyleRd__lFQOyAH0sF0VyANG_AH013RoundedBordersF5StyleVQo_AuHE12labelsHiddenQryFQOyAH10DatePickerVyANG_Qo_GGA44_GAOtGyXEfU_APyXEfU_', symObjAddr: 0x6F24, symBinAddr: 0x100043E48, symSize: 0x270 }
+ - { offset: 0x147236, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV9formField33_4A337C40EBA47DBC02EA010D86DD727DLLyQrAA0F6SchemaVF0A2UI9TupleViewVyAH6HStackVyAJyAH4TextV_ANSgtGG_AH19_ConditionalContentVyASyASyAH0Q0PAHE6border_5widthQrqd___12CoreGraphics7CGFloatVtAH10ShapeStyleRd__lFQOyAuHE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAZSg_A8_A8_A8_A8_A8_AH9AlignmentVtFQOyAH0S6EditorV_Qo__AH5ColorVQo_AuHE11pickerStyleyQrqd__AH11PickerStyleRd__lFQOyAH6PickerVyANSSAJyAuHE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAN_SSQo__AH7ForEachVySayAA8CodeItemVGSSA23_GSgtGG_AH15MenuPickerStyleVQo_GASyAuHE04textF5StyleyQrqd__AH0sF5StyleRd__lFQOyAH0sF0VyANG_AH013RoundedBordersF5StyleVQo_AuHE12labelsHiddenQryFQOyAH10DatePickerVyANG_Qo_GGA44_GAOtGyXEfU_10Foundation4DateVyYbcfU7_', symObjAddr: 0x72C8, symBinAddr: 0x1000441EC, symSize: 0xE4 }
+ - { offset: 0x1472EB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV9parseDate33_4A337C40EBA47DBC02EA010D86DD727DLLy10Foundation0F0VSSF', symObjAddr: 0x73AC, symBinAddr: 0x1000442D0, symSize: 0x208 }
+ - { offset: 0x14739B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV9formField33_4A337C40EBA47DBC02EA010D86DD727DLLyQrAA0F6SchemaVF0A2UI9TupleViewVyAH6HStackVyAJyAH4TextV_ANSgtGG_AH19_ConditionalContentVyASyASyAH0Q0PAHE6border_5widthQrqd___12CoreGraphics7CGFloatVtAH10ShapeStyleRd__lFQOyAuHE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAZSg_A8_A8_A8_A8_A8_AH9AlignmentVtFQOyAH0S6EditorV_Qo__AH5ColorVQo_AuHE11pickerStyleyQrqd__AH11PickerStyleRd__lFQOyAH6PickerVyANSSAJyAuHE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAN_SSQo__AH7ForEachVySayAA8CodeItemVGSSA23_GSgtGG_AH15MenuPickerStyleVQo_GASyAuHE04textF5StyleyQrqd__AH0sF5StyleRd__lFQOyAH0sF0VyANG_AH013RoundedBordersF5StyleVQo_AuHE12labelsHiddenQryFQOyAH10DatePickerVyANG_Qo_GGA44_GAOtGyXEfU_y10Foundation4DateVYbcfU8_', symObjAddr: 0x75B4, symBinAddr: 0x1000444D8, symSize: 0x1D8 }
+ - { offset: 0x147495, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV9formField33_4A337C40EBA47DBC02EA010D86DD727DLLyQrAA0F6SchemaVF0A2UI9TupleViewVyAH6HStackVyAJyAH4TextV_ANSgtGG_AH19_ConditionalContentVyASyASyAH0Q0PAHE6border_5widthQrqd___12CoreGraphics7CGFloatVtAH10ShapeStyleRd__lFQOyAuHE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAZSg_A8_A8_A8_A8_A8_AH9AlignmentVtFQOyAH0S6EditorV_Qo__AH5ColorVQo_AuHE11pickerStyleyQrqd__AH11PickerStyleRd__lFQOyAH6PickerVyANSSAJyAuHE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAN_SSQo__AH7ForEachVySayAA8CodeItemVGSSA23_GSgtGG_AH15MenuPickerStyleVQo_GASyAuHE04textF5StyleyQrqd__AH0sF5StyleRd__lFQOyAH0sF0VyANG_AH013RoundedBordersF5StyleVQo_AuHE12labelsHiddenQryFQOyAH10DatePickerVyANG_Qo_GGA44_GAOtGyXEfU_A31_yXEfU4_', symObjAddr: 0x784C, symBinAddr: 0x100044770, symSize: 0x3F8 }
+ - { offset: 0x147561, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV8validate33_4A337C40EBA47DBC02EA010D86DD727DLLSbyF', symObjAddr: 0x7C48, symBinAddr: 0x100044B6C, symSize: 0x658 }
+ - { offset: 0x147AAA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV0A2UI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0x8CD0, symBinAddr: 0x100045BF4, symSize: 0x12C }
+ - { offset: 0x147BE2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV4bodyQrvg0A2UI9TupleViewVyAE7ForEachVySayAA11FieldSchemaVGSSAC06inlineL033_4A337C40EBA47DBC02EA010D86DD727DLLyQrAKFQOy_Qo_G_AE0I0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonW0Rd__lFQOyAE0Y0VyAE4TextVG_AE017BorderedProminentyW0VQo_tGyXEfU_', symObjAddr: 0x8DFC, symBinAddr: 0x100045D20, symSize: 0x444 }
+ - { offset: 0x147C5E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV11inlineField33_4A337C40EBA47DBC02EA010D86DD727DLLyQrAA0G6SchemaVF', symObjAddr: 0x9240, symBinAddr: 0x100046164, symSize: 0xA58 }
+ - { offset: 0x147DF5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV11inlineField33_4A337C40EBA47DBC02EA010D86DD727DLLyQrAA0G6SchemaVF0A2UI9TupleViewVyAH0R0PAHE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAH4TextV_SSQo__AH7ForEachVySayAA8CodeItemVGSSAQGSgtGyXEfU1_', symObjAddr: 0xA550, symBinAddr: 0x100047474, symSize: 0x3D4 }
+ - { offset: 0x147ECC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV11submitLabel33_4A337C40EBA47DBC02EA010D86DD727DLLSSvg', symObjAddr: 0x9C98, symBinAddr: 0x100046BBC, symSize: 0x178 }
+ - { offset: 0x147F8D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV4bodyQrvg0A2UI9TupleViewVyAE7ForEachVySayAA11FieldSchemaVGSSAC06inlineL033_4A337C40EBA47DBC02EA010D86DD727DLLyQrAKFQOy_Qo_G_AE0I0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonW0Rd__lFQOyAE0Y0VyAE4TextVG_AE017BorderedProminentyW0VQo_tGyXEfU_yyScMYccfU0_', symObjAddr: 0x9E10, symBinAddr: 0x100046D34, symSize: 0x254 }
+ - { offset: 0x14806E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV4bodyQrvg0A2UI9TupleViewVyAE7ForEachVySayAA11FieldSchemaVGSSAC06inlineL033_4A337C40EBA47DBC02EA010D86DD727DLLyQrAKFQOy_Qo_G_AE0I0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonW0Rd__lFQOyAE0Y0VyAE4TextVG_AE017BorderedProminentyW0VQo_tGyXEfU_yyScMYccfU0_yyYacfU_', symObjAddr: 0xA064, symBinAddr: 0x100046F88, symSize: 0x98 }
+ - { offset: 0x148093, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV4bodyQrvg0A2UI9TupleViewVyAE7ForEachVySayAA11FieldSchemaVGSSAC06inlineL033_4A337C40EBA47DBC02EA010D86DD727DLLyQrAKFQOy_Qo_G_AE0I0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonW0Rd__lFQOyAE0Y0VyAE4TextVG_AE017BorderedProminentyW0VQo_tGyXEfU_yyScMYccfU0_yyYacfU_TY0_', symObjAddr: 0xA0FC, symBinAddr: 0x100047020, symSize: 0xE4 }
+ - { offset: 0x148118, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV4bodyQrvg0A2UI9TupleViewVyAE7ForEachVySayAA11FieldSchemaVGSSAC06inlineL033_4A337C40EBA47DBC02EA010D86DD727DLLyQrAKFQOy_Qo_G_AE0I0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonW0Rd__lFQOyAE0Y0VyAE4TextVG_AE017BorderedProminentyW0VQo_tGyXEfU_yyScMYccfU0_yyYacfU_TY1_', symObjAddr: 0xA1E0, symBinAddr: 0x100047104, symSize: 0xB0 }
+ - { offset: 0x1481C1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV4bodyQrvg0A2UI9TupleViewVyAE7ForEachVySayAA11FieldSchemaVGSSAC06inlineL033_4A337C40EBA47DBC02EA010D86DD727DLLyQrAKFQOy_Qo_G_AE0I0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonW0Rd__lFQOyAE0Y0VyAE4TextVG_AE017BorderedProminentyW0VQo_tGyXEfU_yyScMYccfU0_yyYacfU_TQ2_', symObjAddr: 0xA290, symBinAddr: 0x1000471B4, symSize: 0x50 }
+ - { offset: 0x1481F7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV4bodyQrvg0A2UI9TupleViewVyAE7ForEachVySayAA11FieldSchemaVGSSAC06inlineL033_4A337C40EBA47DBC02EA010D86DD727DLLyQrAKFQOy_Qo_G_AE0I0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonW0Rd__lFQOyAE0Y0VyAE4TextVG_AE017BorderedProminentyW0VQo_tGyXEfU_yyScMYccfU0_yyYacfU_TY3_', symObjAddr: 0xA2E0, symBinAddr: 0x100047204, symSize: 0x4C }
+ - { offset: 0x14821F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV4bodyQrvg0A2UI9TupleViewVyAE7ForEachVySayAA11FieldSchemaVGSSAC06inlineL033_4A337C40EBA47DBC02EA010D86DD727DLLyQrAKFQOy_Qo_G_AE0I0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonW0Rd__lFQOyAE0Y0VyAE4TextVG_AE017BorderedProminentyW0VQo_tGyXEfU_yyScMYccfU0_yyYacfU_TY4_', symObjAddr: 0xA32C, symBinAddr: 0x100047250, symSize: 0x30 }
+ - { offset: 0x148283, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks17InlineFormControlV0A2UI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0xA9F4, symBinAddr: 0x100047918, symSize: 0x194 }
+ - { offset: 0x148482, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV12validateRule33_4A337C40EBA47DBC02EA010D86DD727DLL_5valueSbAA010ValidationF0V_SStFTf4xnd_n', symObjAddr: 0xBD04, symBinAddr: 0x100048938, symSize: 0xB88 }
+ - { offset: 0x148C4C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FormControlV6schema6engineAcA0D6SchemaV_AA0B6EngineCtcfCTf4nnd_n', symObjAddr: 0xDB60, symBinAddr: 0x10004A760, symSize: 0x168 }
+ - { offset: 0x148E38, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC16supportedLocalesSaySSGvpZ', symObjAddr: 0xA3B0, symBinAddr: 0x1000DD888, symSize: 0x0 }
+ - { offset: 0x1491E8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC6localeSSvpfP', symObjAddr: 0x158, symBinAddr: 0x10004AE10, symSize: 0x2C }
+ - { offset: 0x14921C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC6localeSSvpACTK', symObjAddr: 0x1F4, symBinAddr: 0x10004AEAC, symSize: 0x7C }
+ - { offset: 0x14924A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC6localeSSvpACTk', symObjAddr: 0x270, symBinAddr: 0x10004AF28, symSize: 0x80 }
+ - { offset: 0x149289, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC8messagesSDyS2SGvpfP', symObjAddr: 0x61C, symBinAddr: 0x10004B2D4, symSize: 0x4C }
+ - { offset: 0x1492BD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC8messagesSDyS2SGvpACTK', symObjAddr: 0x6D8, symBinAddr: 0x10004B390, symSize: 0x7C }
+ - { offset: 0x1492EB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC8messagesSDyS2SGvpACTk', symObjAddr: 0x758, symBinAddr: 0x10004B410, symSize: 0x78 }
+ - { offset: 0x1493A6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC16supportedLocales_WZ', symObjAddr: 0x1C68, symBinAddr: 0x10004C920, symSize: 0x38 }
+ - { offset: 0x1493D6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC16supportedLocalesSaySSGvau', symObjAddr: 0x1CA0, symBinAddr: 0x10004C958, symSize: 0x40 }
+ - { offset: 0x14940A, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSo42NSAttributedStringDocumentReadingOptionKeya_Tg5', symObjAddr: 0x2094, symBinAddr: 0x10004CC98, symSize: 0x80 }
+ - { offset: 0x14949E, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFSo42NSAttributedStringDocumentReadingOptionKeya_Tg5', symObjAddr: 0x21C8, symBinAddr: 0x10004CD18, symSize: 0x100 }
+ - { offset: 0x149562, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLVSgWOh', symObjAddr: 0x23A0, symBinAddr: 0x10004CE18, symSize: 0x48 }
+ - { offset: 0x149576, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC7Combine16ObservableObjectAA0F19WillChangePublisherAdEP_AD0I0PWT', symObjAddr: 0x23E8, symBinAddr: 0x10004CE60, symSize: 0xC }
+ - { offset: 0x14958A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nCMU', symObjAddr: 0x23F4, symBinAddr: 0x10004CE6C, symSize: 0x8 }
+ - { offset: 0x14959E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nCMa', symObjAddr: 0x23FC, symBinAddr: 0x10004CE74, symSize: 0x38 }
+ - { offset: 0x1495B2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nCMr', symObjAddr: 0x2434, symBinAddr: 0x10004CEAC, symSize: 0x9C }
+ - { offset: 0x1495C6, size: 0x8, addend: 0x0, symName: '_$s7Combine9PublishedVySSGMa', symObjAddr: 0x24D0, symBinAddr: 0x10004CF48, symSize: 0x50 }
+ - { offset: 0x1495DA, size: 0x8, addend: 0x0, symName: '_$s7Combine9PublishedVySDyS2SGGMa', symObjAddr: 0x2520, symBinAddr: 0x10004CF98, symSize: 0x60 }
+ - { offset: 0x149704, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC1tyS2SF', symObjAddr: 0x0, symBinAddr: 0x10004ACB8, symSize: 0x10C }
+ - { offset: 0x149785, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC6localeACSS_tcfC', symObjAddr: 0x10C, symBinAddr: 0x10004ADC4, symSize: 0x4C }
+ - { offset: 0x1497F6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC7Combine16ObservableObjectAadEP16objectWillChange0fhI9PublisherQzvgTW', symObjAddr: 0x1FB0, symBinAddr: 0x10004CC68, symSize: 0x28 }
+ - { offset: 0x149821, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC6localeSSvg', symObjAddr: 0x184, symBinAddr: 0x10004AE3C, symSize: 0x70 }
+ - { offset: 0x149880, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC6localeSSvs', symObjAddr: 0x2F0, symBinAddr: 0x10004AFA8, symSize: 0x78 }
+ - { offset: 0x1498A9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC6localeSSvM', symObjAddr: 0x368, symBinAddr: 0x10004B020, symSize: 0x90 }
+ - { offset: 0x1498E2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC7$locale7Combine9PublishedV9PublisherVySS_Gvs', symObjAddr: 0x418, symBinAddr: 0x10004B0D0, symSize: 0xE0 }
+ - { offset: 0x149944, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC7$locale7Combine9PublishedV9PublisherVySS_GvM', symObjAddr: 0x4F8, symBinAddr: 0x10004B1B0, symSize: 0x120 }
+ - { offset: 0x1499D9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC8messagesSDyS2SGvg', symObjAddr: 0x668, symBinAddr: 0x10004B320, symSize: 0x70 }
+ - { offset: 0x149A1D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC8messagesSDyS2SGvs', symObjAddr: 0x7D4, symBinAddr: 0x10004B48C, symSize: 0x6C }
+ - { offset: 0x149A46, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC8messagesSDyS2SGvM', symObjAddr: 0x840, symBinAddr: 0x10004B4F8, symSize: 0x90 }
+ - { offset: 0x149A7F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC9$messages7Combine9PublishedV9PublisherVySDyS2SG_Gvs', symObjAddr: 0x9AC, symBinAddr: 0x10004B664, symSize: 0xE0 }
+ - { offset: 0x149AE1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC9$messages7Combine9PublishedV9PublisherVySDyS2SG_GvM', symObjAddr: 0xA8C, symBinAddr: 0x10004B744, symSize: 0x120 }
+ - { offset: 0x149B6F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC7enabledSbvg', symObjAddr: 0xCCC, symBinAddr: 0x10004B984, symSize: 0x40 }
+ - { offset: 0x149B83, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC7enabledSbvs', symObjAddr: 0xD0C, symBinAddr: 0x10004B9C4, symSize: 0x4C }
+ - { offset: 0x149B97, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC7enabledSbvM', symObjAddr: 0xD58, symBinAddr: 0x10004BA10, symSize: 0x40 }
+ - { offset: 0x149BAB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC7enabledSbvM.resume.0', symObjAddr: 0xD98, symBinAddr: 0x10004BA50, symSize: 0x4 }
+ - { offset: 0x149BBF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC8basePathSSvg', symObjAddr: 0xD9C, symBinAddr: 0x10004BA54, symSize: 0x54 }
+ - { offset: 0x149BD3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC8basePathSSvs', symObjAddr: 0xDF0, symBinAddr: 0x10004BAA8, symSize: 0x5C }
+ - { offset: 0x149BE7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC8basePathSSvM', symObjAddr: 0xE4C, symBinAddr: 0x10004BB04, symSize: 0x40 }
+ - { offset: 0x149BFB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC6localeACSS_tcfc', symObjAddr: 0xE8C, symBinAddr: 0x10004BB44, symSize: 0x1BC }
+ - { offset: 0x149CCF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC12loadMessagesyySDyS2SGF', symObjAddr: 0x1048, symBinAddr: 0x10004BD00, symSize: 0x74 }
+ - { offset: 0x149D1A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC8loadJSONyySSF', symObjAddr: 0x10BC, symBinAddr: 0x10004BD74, symSize: 0x234 }
+ - { offset: 0x149D9B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC11loadFromURLyySSYaF', symObjAddr: 0x12F0, symBinAddr: 0x10004BFA8, symSize: 0xF8 }
+ - { offset: 0x149DEF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC11loadFromURLyySSYaFTY0_', symObjAddr: 0x13E8, symBinAddr: 0x10004C0A0, symSize: 0x148 }
+ - { offset: 0x149E5F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC11loadFromURLyySSYaFTQ1_', symObjAddr: 0x1530, symBinAddr: 0x10004C1E8, symSize: 0xCC }
+ - { offset: 0x149EB7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC11loadFromURLyySSYaFTY2_', symObjAddr: 0x15FC, symBinAddr: 0x10004C2B4, symSize: 0x228 }
+ - { offset: 0x149FA0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC11loadFromURLyySSYaFTY3_', symObjAddr: 0x1824, symBinAddr: 0x10004C4DC, symSize: 0x198 }
+ - { offset: 0x14A0CC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC10loadLocaleyySSYaF', symObjAddr: 0x19BC, symBinAddr: 0x10004C674, symSize: 0x70 }
+ - { offset: 0x14A108, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC10loadLocaleyySSYaFTY0_', symObjAddr: 0x1A2C, symBinAddr: 0x10004C6E4, symSize: 0x1BC }
+ - { offset: 0x14A223, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC10loadLocaleyySSYaFTQ1_', symObjAddr: 0x1BE8, symBinAddr: 0x10004C8A0, symSize: 0x50 }
+ - { offset: 0x14A27B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC10loadLocaleyySSYaFTY2_', symObjAddr: 0x1C38, symBinAddr: 0x10004C8F0, symSize: 0x30 }
+ - { offset: 0x14A2DF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC16supportedLocalesSaySSGvgZ', symObjAddr: 0x1CE0, symBinAddr: 0x10004C998, symSize: 0x2C }
+ - { offset: 0x14A2F3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nC10localeNameyS2SFZ', symObjAddr: 0x1D0C, symBinAddr: 0x10004C9C4, symSize: 0x178 }
+ - { offset: 0x14A3E1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nCfd', symObjAddr: 0x1E84, symBinAddr: 0x10004CB3C, symSize: 0x90 }
+ - { offset: 0x14A414, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B4I18nCfD', symObjAddr: 0x1F14, symBinAddr: 0x10004CBCC, symSize: 0x9C }
+ - { offset: 0x14A588, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlVwCP', symObjAddr: 0x0, symBinAddr: 0x10004D008, symSize: 0x698 }
+ - { offset: 0x14A59C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlVwxx', symObjAddr: 0x6E8, symBinAddr: 0x10004D6A0, symSize: 0x240 }
+ - { offset: 0x14A5B0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlVwcp', symObjAddr: 0x928, symBinAddr: 0x10004D8E0, symSize: 0x670 }
+ - { offset: 0x14A5C4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlVwca', symObjAddr: 0xF98, symBinAddr: 0x10004DF50, symSize: 0xA78 }
+ - { offset: 0x14A5D8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlVwtk', symObjAddr: 0x1AE0, symBinAddr: 0x10004E9C8, symSize: 0x8C }
+ - { offset: 0x14A5EC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlVwta', symObjAddr: 0x1B6C, symBinAddr: 0x10004EA54, symSize: 0x648 }
+ - { offset: 0x14A600, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlVwet', symObjAddr: 0x21B4, symBinAddr: 0x10004F09C, symSize: 0xC }
+ - { offset: 0x14A614, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlVwst', symObjAddr: 0x224C, symBinAddr: 0x10004F134, symSize: 0xC }
+ - { offset: 0x14A628, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlVMa', symObjAddr: 0x22D8, symBinAddr: 0x10004F1C0, symSize: 0x38 }
+ - { offset: 0x14A63C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlVMr', symObjAddr: 0x2310, symBinAddr: 0x10004F1F8, symSize: 0x7C }
+ - { offset: 0x14A650, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI5StateVy10Foundation4DateVGMa', symObjAddr: 0x238C, symBinAddr: 0x10004F274, symSize: 0x54 }
+ - { offset: 0x14A664, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlVwxx', symObjAddr: 0x240C, symBinAddr: 0x10004F2F4, symSize: 0x200 }
+ - { offset: 0x14A678, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlVwcp', symObjAddr: 0x260C, symBinAddr: 0x10004F4F4, symSize: 0x618 }
+ - { offset: 0x14A68C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlVwca', symObjAddr: 0x2C24, symBinAddr: 0x10004FB0C, symSize: 0xA30 }
+ - { offset: 0x14A6A0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlVwta', symObjAddr: 0x365C, symBinAddr: 0x10005053C, symSize: 0x600 }
+ - { offset: 0x14A6B4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlVwet', symObjAddr: 0x3C5C, symBinAddr: 0x100050B3C, symSize: 0x48 }
+ - { offset: 0x14A6C8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlVwst', symObjAddr: 0x3CA4, symBinAddr: 0x100050B84, symSize: 0x14C }
+ - { offset: 0x14A6DC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlVMa', symObjAddr: 0x3DF0, symBinAddr: 0x100050CD0, symSize: 0x10 }
+ - { offset: 0x14A6F0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15TextareaControlVwxx', symObjAddr: 0x3E00, symBinAddr: 0x100050CE0, symSize: 0x208 }
+ - { offset: 0x14A704, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15TextareaControlVwcp', symObjAddr: 0x4008, symBinAddr: 0x100050EE8, symSize: 0x62C }
+ - { offset: 0x14A718, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15TextareaControlVwca', symObjAddr: 0x4634, symBinAddr: 0x100051514, symSize: 0xA48 }
+ - { offset: 0x14A72C, size: 0x8, addend: 0x0, symName: ___swift_memcpy1032_8, symObjAddr: 0x507C, symBinAddr: 0x100051F5C, symSize: 0x8 }
+ - { offset: 0x14A740, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15TextareaControlVwta', symObjAddr: 0x5084, symBinAddr: 0x100051F64, symSize: 0x610 }
+ - { offset: 0x14A754, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15TextareaControlVwet', symObjAddr: 0x5694, symBinAddr: 0x100052574, symSize: 0x48 }
+ - { offset: 0x14A768, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15TextareaControlVwst', symObjAddr: 0x56DC, symBinAddr: 0x1000525BC, symSize: 0x14C }
+ - { offset: 0x14A77C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15TextareaControlVMa', symObjAddr: 0x5828, symBinAddr: 0x100052708, symSize: 0x10 }
+ - { offset: 0x14A790, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlVwxx', symObjAddr: 0x5838, symBinAddr: 0x100052718, symSize: 0x220 }
+ - { offset: 0x14A7A4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlVwcp', symObjAddr: 0x5A58, symBinAddr: 0x100052938, symSize: 0x678 }
+ - { offset: 0x14A7B8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlVwca', symObjAddr: 0x60D0, symBinAddr: 0x100052FB0, symSize: 0xAA0 }
+ - { offset: 0x14A7CC, size: 0x8, addend: 0x0, symName: ___swift_memcpy1072_8, symObjAddr: 0x6B70, symBinAddr: 0x100053A50, symSize: 0x8 }
+ - { offset: 0x14A7E0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlVwta', symObjAddr: 0x6B78, symBinAddr: 0x100053A58, symSize: 0x650 }
+ - { offset: 0x14A7F4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlVwet', symObjAddr: 0x71C8, symBinAddr: 0x1000540A8, symSize: 0x48 }
+ - { offset: 0x14A808, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlVwst', symObjAddr: 0x7210, symBinAddr: 0x1000540F0, symSize: 0x15C }
+ - { offset: 0x14A81C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlVMa', symObjAddr: 0x736C, symBinAddr: 0x10005424C, symSize: 0x10 }
+ - { offset: 0x14A830, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlV0A2UI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0x737C, symBinAddr: 0x10005425C, symSize: 0x10 }
+ - { offset: 0x14AC11, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlV0A2UI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0xA81C, symBinAddr: 0x1000576FC, symSize: 0x10 }
+ - { offset: 0x14AC25, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15TextareaControlV0A2UI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0xA82C, symBinAddr: 0x10005770C, symSize: 0x10 }
+ - { offset: 0x14AC39, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlV0A2UI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0xA83C, symBinAddr: 0x10005771C, symSize: 0x10 }
+ - { offset: 0x14AC4D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlV4bodyQrvgyycfU0_TA', symObjAddr: 0xA850, symBinAddr: 0x100057730, symSize: 0x8 }
+ - { offset: 0x14AC61, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI9TextFieldVA2A0C0VRszrlE_4textACyAEGqd___AA7BindingVySSGtcSyRd__lufcySbcfU_', symObjAddr: 0xA95C, symBinAddr: 0x100057738, symSize: 0x4 }
+ - { offset: 0x14AC79, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI9TextFieldVA2A0C0VRszrlE_4textACyAEGqd___AA7BindingVySSGtcSyRd__lufcyycfU0_', symObjAddr: 0xA960, symBinAddr: 0x10005773C, symSize: 0x4 }
+ - { offset: 0x14AC91, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlV4bodyQrvg0A2UI9TupleViewVyAE4TextVSg_AE0H0PAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeKRd__lFQOyAlEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAlEE14textFieldStyleyQrqd__AE0irS0Rd__lFQOyAE0iR0VyAIG_AE013RoundedBorderirS0VQo__SSQo__AE011StrokeShapeH0VyAE0T9RectangleVAE5ColorVAE05EmptyH0VGQo_AJtGyXEfU_ySS_SStcfU_TA', symObjAddr: 0xABDC, symBinAddr: 0x100057964, symSize: 0x8 }
+ - { offset: 0x14ACA5, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI16RoundedRectangleVWOh', symObjAddr: 0xABE4, symBinAddr: 0x10005796C, symSize: 0x3C }
+ - { offset: 0x14ACB9, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15StrokeShapeViewVyAA16RoundedRectangleVAA5ColorVAA05EmptyE0VGWOb', symObjAddr: 0xAC20, symBinAddr: 0x1000579A8, symSize: 0x50 }
+ - { offset: 0x14ACCD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15TextareaControlV4bodyQrvgyycfU0_TA', symObjAddr: 0xAD28, symBinAddr: 0x100057A50, symSize: 0x8 }
+ - { offset: 0x14ACE1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15TextareaControlV4bodyQrvgySS_SStcfU1_TA', symObjAddr: 0xAF74, symBinAddr: 0x100057C68, symSize: 0x8 }
+ - { offset: 0x14ACF5, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6VStackVyAA9TupleViewVyAA4TextVSg_ACyACyAA0H6EditorVAA16_FlexFrameLayoutVGAA16_OverlayModifierVyAA06_ShapeG0VyAA08_StrokedO0VyAA9RectangleV6_InsetVGAA5ColorVGGGtGGAA017_AppearanceActionN0VGACyxq_GAA0G0A2AA10_RzAA0gN0R_rlWl', symObjAddr: 0xAF7C, symBinAddr: 0x100057C70, symSize: 0x98 }
+ - { offset: 0x14AD09, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlV4bodyQrvgyycfU0_TA', symObjAddr: 0xB018, symBinAddr: 0x100057D0C, symSize: 0x8 }
+ - { offset: 0x14AD1D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlV4bodyQrvgySd_SdtcfU1_TA', symObjAddr: 0xB054, symBinAddr: 0x100057D14, symSize: 0x8 }
+ - { offset: 0x14AD31, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6VStackVyAA9TupleViewVyAA4TextVSg_AA6HStackVyAGyAA0G0PAAE11buttonStyleyQrqd__AA015PrimitiveButtonK0Rd__lFQOyAA0M0VyAIG_AA08BorderedmK0VQo__ACyACyAiA16_FlexFrameLayoutVGAA30_EnvironmentKeyWritingModifierVyAA0H9AlignmentOGGAVtGGtGGAA017_AppearanceActionU0VGACyxq_GAam2aMRzAA0gU0R_rlWl', symObjAddr: 0xB05C, symBinAddr: 0x100057D1C, symSize: 0x98 }
+ - { offset: 0x14AD45, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI17EnvironmentValuesV22multilineTextAlignmentAA0fG0OvpACTKq', symObjAddr: 0xB0F4, symBinAddr: 0x100057DB4, symSize: 0x28 }
+ - { offset: 0x14AD59, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI17EnvironmentValuesV22multilineTextAlignmentAA0fG0OvpACTkq', symObjAddr: 0xB11C, symBinAddr: 0x100057DDC, symSize: 0x24 }
+ - { offset: 0x14AD6D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlV4bodyQrvg0A2UI9TupleViewVyAE4TextVSg_AE6HStackVyAGyAE0H0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonL0Rd__lFQOyAE0N0VyAIG_AE08BorderednL0VQo__AnEE09multilineI9AlignmentyQrAE0iQ0OFQOyAnEE5frame8minWidth05idealT003maxT00S6Height0uW00vW09alignmentQr12CoreGraphics7CGFloatVSg_A9_A9_A9_A9_A9_AE0Q0VtFQOyAI_Qo__Qo_AVtGGtGyXEfU_A14_yXEfU_yyScMYccfU_TA', symObjAddr: 0xB188, symBinAddr: 0x100057E48, symSize: 0x8 }
+ - { offset: 0x14AD97, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlV4bodyQrvg0A2UI9TupleViewVyAE4TextVSg_AE6HStackVyAGyAE0H0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonL0Rd__lFQOyAE0N0VyAIG_AE08BorderednL0VQo__AnEE09multilineI9AlignmentyQrAE0iQ0OFQOyAnEE5frame8minWidth05idealT003maxT00S6Height0uW00vW09alignmentQr12CoreGraphics7CGFloatVSg_A9_A9_A9_A9_A9_AE0Q0VtFQOyAI_Qo__Qo_AVtGGtGyXEfU_A14_yXEfU_yyScMYccfU0_TA', symObjAddr: 0xB3E0, symBinAddr: 0x1000580A0, symSize: 0x8 }
+ - { offset: 0x14ADAB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlVWOb', symObjAddr: 0xB6E8, symBinAddr: 0x1000583A8, symSize: 0x44 }
+ - { offset: 0x14ADBF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlV4bodyQrvgy10Foundation0C0V_AGtcfU0_TA', symObjAddr: 0xB72C, symBinAddr: 0x1000583EC, symSize: 0x4C }
+ - { offset: 0x14AE43, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6VStackVyAA9TupleViewVyAA4TextVSg_ACyAA0G0PAAE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAlAE14textFieldStyleyQrqd__AA0hnO0Rd__lFQOyAA0hN0VyAIG_AA013RoundedBorderhnO0VQo__SSQo_AA16_OverlayModifierVyAA011StrokeShapeG0VyAA0P9RectangleVAA5ColorVAA05EmptyG0VGGGAJtGGAA017_AppearanceActionS0VGACyxq_GAak2aKRzAA0gS0R_rlWl', symObjAddr: 0xB96C, symBinAddr: 0x10005862C, symSize: 0x98 }
+ - { offset: 0x14B732, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlV4bodyQrvg0A2UI9TupleViewVyAE4TextVSg_AE0H0PAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeKRd__lFQOyAlEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAlEE14textFieldStyleyQrqd__AE0irS0Rd__lFQOyAE0iR0VyAIG_AE013RoundedBorderirS0VQo__SSQo__AE011StrokeShapeH0VyAE0T9RectangleVAE5ColorVAE05EmptyH0VGQo_AJtGyXEfU_', symObjAddr: 0x75B8, symBinAddr: 0x100054498, symSize: 0xA34 }
+ - { offset: 0x14B9CD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlV11placeholder33_12F12DAADF06E6A877F5D41CABB43F8ALLSSvg', symObjAddr: 0x7FEC, symBinAddr: 0x100054ECC, symSize: 0x1D4 }
+ - { offset: 0x14BAF4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlV4bodyQrvg0A2UI9TupleViewVyAE4TextVSg_AE0H0PAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeKRd__lFQOyAlEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAlEE14textFieldStyleyQrqd__AE0irS0Rd__lFQOyAE0iR0VyAIG_AE013RoundedBorderirS0VQo__SSQo__AE011StrokeShapeH0VyAE0T9RectangleVAE5ColorVAE05EmptyH0VGQo_AJtGyXEfU_ySS_SStcfU_', symObjAddr: 0x81C0, symBinAddr: 0x1000550A0, symSize: 0x178 }
+ - { offset: 0x14BBFD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlV4bodyQrvgyycfU0_', symObjAddr: 0x8338, symBinAddr: 0x100055218, symSize: 0x21C }
+ - { offset: 0x14BCD0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlV0A2UI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0x8574, symBinAddr: 0x100055454, symSize: 0xD0 }
+ - { offset: 0x14BDA1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15TextareaControlV4bodyQrvg', symObjAddr: 0x8644, symBinAddr: 0x100055524, symSize: 0x1DC }
+ - { offset: 0x14BE53, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15TextareaControlV4bodyQrvg0A2UI9TupleViewVyAE4TextVSg_AE0H0PAEE6border_5widthQrqd___12CoreGraphics7CGFloatVtAE10ShapeStyleRd__lFQOyAlEE5frame8minWidth05idealS003maxS00R6Height0tV00uV09alignmentQrAQSg_A_A_A_A_A_AE9AlignmentVtFQOyAE0I6EditorV_Qo__AE5ColorVQo_tGyXEfU_', symObjAddr: 0x8820, symBinAddr: 0x100055700, symSize: 0x5D0 }
+ - { offset: 0x14BFBF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15TextareaControlV4bodyQrvgyycfU0_', symObjAddr: 0x8DF0, symBinAddr: 0x100055CD0, symSize: 0x7C }
+ - { offset: 0x14BFEA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15TextareaControlV4bodyQrvgySS_SStcfU1_', symObjAddr: 0x8E6C, symBinAddr: 0x100055D4C, symSize: 0xBC }
+ - { offset: 0x14C084, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks15TextareaControlV0A2UI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0x8F28, symBinAddr: 0x100055E08, symSize: 0x48 }
+ - { offset: 0x14C0AD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlV4bodyQrvg', symObjAddr: 0x8F70, symBinAddr: 0x100055E50, symSize: 0x1C4 }
+ - { offset: 0x14C15F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlV4bodyQrvg0A2UI9TupleViewVyAE4TextVSg_AE6HStackVyAGyAE0H0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonL0Rd__lFQOyAE0N0VyAIG_AE08BorderednL0VQo__AnEE09multilineI9AlignmentyQrAE0iQ0OFQOyAnEE5frame8minWidth05idealT003maxT00S6Height0uW00vW09alignmentQr12CoreGraphics7CGFloatVSg_A9_A9_A9_A9_A9_AE0Q0VtFQOyAI_Qo__Qo_AVtGGtGyXEfU_', symObjAddr: 0x9134, symBinAddr: 0x100056014, symSize: 0x3B8 }
+ - { offset: 0x14C2BB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlV4bodyQrvg0A2UI9TupleViewVyAE4TextVSg_AE6HStackVyAGyAE0H0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonL0Rd__lFQOyAE0N0VyAIG_AE08BorderednL0VQo__AnEE09multilineI9AlignmentyQrAE0iQ0OFQOyAnEE5frame8minWidth05idealT003maxT00S6Height0uW00vW09alignmentQr12CoreGraphics7CGFloatVSg_A9_A9_A9_A9_A9_AE0Q0VtFQOyAI_Qo__Qo_AVtGGtGyXEfU_A14_yXEfU_', symObjAddr: 0x94EC, symBinAddr: 0x1000563CC, symSize: 0x644 }
+ - { offset: 0x14C3F2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlV4bodyQrvg0A2UI9TupleViewVyAE4TextVSg_AE6HStackVyAGyAE0H0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonL0Rd__lFQOyAE0N0VyAIG_AE08BorderednL0VQo__AnEE09multilineI9AlignmentyQrAE0iQ0OFQOyAnEE5frame8minWidth05idealT003maxT00S6Height0uW00vW09alignmentQr12CoreGraphics7CGFloatVSg_A9_A9_A9_A9_A9_AE0Q0VtFQOyAI_Qo__Qo_AVtGGtGyXEfU_A14_yXEfU_yyScMYccfU_', symObjAddr: 0x9B30, symBinAddr: 0x100056A10, symSize: 0xC0 }
+ - { offset: 0x14C41D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlV4bodyQrvg0A2UI9TupleViewVyAE4TextVSg_AE6HStackVyAGyAE0H0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonL0Rd__lFQOyAE0N0VyAIG_AE08BorderednL0VQo__AnEE09multilineI9AlignmentyQrAE0iQ0OFQOyAnEE5frame8minWidth05idealT003maxT00S6Height0uW00vW09alignmentQr12CoreGraphics7CGFloatVSg_A9_A9_A9_A9_A9_AE0Q0VtFQOyAI_Qo__Qo_AVtGGtGyXEfU_A14_yXEfU_yyScMYccfU0_', symObjAddr: 0x9BF0, symBinAddr: 0x100056AD0, symSize: 0xC0 }
+ - { offset: 0x14C448, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlV4bodyQrvgyycfU0_', symObjAddr: 0x9CB0, symBinAddr: 0x100056B90, symSize: 0xB0 }
+ - { offset: 0x14C495, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlV4bodyQrvgySd_SdtcfU1_', symObjAddr: 0x9D60, symBinAddr: 0x100056C40, symSize: 0xDC }
+ - { offset: 0x14C591, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13NumberControlV0A2UI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0x9E3C, symBinAddr: 0x100056D1C, symSize: 0x48 }
+ - { offset: 0x14C5DA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlV4bodyQrvg0A2UI9TupleViewVyAE4TextVSg_AE0H0PAEE12labelsHiddenQryFQOyAE0C6PickerVyAIG_Qo_tGyXEfU_', symObjAddr: 0x9E84, symBinAddr: 0x100056D64, symSize: 0x5E4 }
+ - { offset: 0x14C7D5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlV4bodyQrvgy10Foundation0C0V_AGtcfU0_', symObjAddr: 0xA468, symBinAddr: 0x100057348, symSize: 0x17C }
+ - { offset: 0x14C8C4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11DateControlV0A2UI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0xA5E4, symBinAddr: 0x1000574C4, symSize: 0x238 }
+ - { offset: 0x14C944, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12InputControlV6schema6engineAcA0D6SchemaV_AA0B6EngineCtcfCTf4nnd_n', symObjAddr: 0xB800, symBinAddr: 0x1000584C0, symSize: 0x128 }
+ - { offset: 0x14D117, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC14activeRequestsSivpfP', symObjAddr: 0xFF4, symBinAddr: 0x100059890, symSize: 0x2C }
+ - { offset: 0x14D14B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC14activeRequestsSivpACTK', symObjAddr: 0x1090, symBinAddr: 0x10005992C, symSize: 0x7C }
+ - { offset: 0x14D179, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC14activeRequestsSivpACTk', symObjAddr: 0x110C, symBinAddr: 0x1000599A8, symSize: 0x70 }
+ - { offset: 0x14D2E1, size: 0x8, addend: 0x0, symName: '_$sSaySSGSayxGSKsWl', symObjAddr: 0x2B74, symBinAddr: 0x10005B3C0, symSize: 0x50 }
+ - { offset: 0x14D3F5, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV5merge_8isUnique16uniquingKeysWithyqd__n_Sbq_q__q_tKXEtKSTRd__x_q_t7ElementRtd__lFSS_SSSaySS_SStGTg5012$sSD20uniquegh33ValuesSDyxq_Gqd__n_tcSTRd__x_q_t7i31Rtd__lufcq_q__q_tKXEfU_SS_SSSayU8_SStGTG5Tf1nncn_n', symObjAddr: 0x3364, symBinAddr: 0x10005BB1C, symSize: 0x3A8 }
+ - { offset: 0x14D621, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationOWOy', symObjAddr: 0x399C, symBinAddr: 0x10005C100, symSize: 0x40 }
+ - { offset: 0x14D635, size: 0x8, addend: 0x0, symName: '_$s10Foundation10URLRequestVACIegnr_SgWOy', symObjAddr: 0x3A18, symBinAddr: 0x10005C140, symSize: 0x10 }
+ - { offset: 0x14D649, size: 0x8, addend: 0x0, symName: '_$s10Foundation10URLRequestVACIegnr_SgWOe', symObjAddr: 0x3A28, symBinAddr: 0x10005C150, symSize: 0x10 }
+ - { offset: 0x14D65D, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVSgWOy', symObjAddr: 0x3A80, symBinAddr: 0x10005C168, symSize: 0x14 }
+ - { offset: 0x14D671, size: 0x8, addend: 0x0, symName: '_$ss11AnyHashableVWOc', symObjAddr: 0x3A94, symBinAddr: 0x10005C17C, symSize: 0x3C }
+ - { offset: 0x14D685, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC7Combine16ObservableObjectAA0F19WillChangePublisherAdEP_AD0I0PWT', symObjAddr: 0x3B10, symBinAddr: 0x10005C1F8, symSize: 0xC }
+ - { offset: 0x14D699, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8RPCErrorO10Foundation14LocalizedErrorAAs0F0PWb', symObjAddr: 0x3B1C, symBinAddr: 0x10005C204, symSize: 0x4 }
+ - { offset: 0x14D6AD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCCMU', symObjAddr: 0x3B20, symBinAddr: 0x10005C208, symSize: 0x8 }
+ - { offset: 0x14D6C1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCCMa', symObjAddr: 0x3B28, symBinAddr: 0x10005C210, symSize: 0x38 }
+ - { offset: 0x14D6D5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCCMr', symObjAddr: 0x3B60, symBinAddr: 0x10005C248, symSize: 0x9C }
+ - { offset: 0x14D6E9, size: 0x8, addend: 0x0, symName: '_$s7Combine9PublishedVySiGMa', symObjAddr: 0x3BFC, symBinAddr: 0x10005C2E4, symSize: 0x50 }
+ - { offset: 0x14D6FD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC8ResponseVwxx', symObjAddr: 0x3C78, symBinAddr: 0x10005C360, symSize: 0x2C }
+ - { offset: 0x14D711, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC8ResponseVwcp', symObjAddr: 0x3CA4, symBinAddr: 0x10005C38C, symSize: 0x4C }
+ - { offset: 0x14D725, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC8ResponseVwca', symObjAddr: 0x3CF0, symBinAddr: 0x10005C3D8, symSize: 0x68 }
+ - { offset: 0x14D739, size: 0x8, addend: 0x0, symName: ___swift_memcpy32_8, symObjAddr: 0x3D58, symBinAddr: 0x10005C440, symSize: 0xC }
+ - { offset: 0x14D74D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC8ResponseVwta', symObjAddr: 0x3D64, symBinAddr: 0x10005C44C, symSize: 0x48 }
+ - { offset: 0x14D761, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC8ResponseVwet', symObjAddr: 0x3DAC, symBinAddr: 0x10005C494, symSize: 0x48 }
+ - { offset: 0x14D775, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC8ResponseVwst', symObjAddr: 0x3DF4, symBinAddr: 0x10005C4DC, symSize: 0x40 }
+ - { offset: 0x14D789, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC8ResponseVMa', symObjAddr: 0x3E34, symBinAddr: 0x10005C51C, symSize: 0x10 }
+ - { offset: 0x14D79D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8RPCErrorOWOy', symObjAddr: 0x3E44, symBinAddr: 0x10005C52C, symSize: 0x30 }
+ - { offset: 0x14D7B1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8RPCErrorOwxx', symObjAddr: 0x3E74, symBinAddr: 0x10005C55C, symSize: 0x14 }
+ - { offset: 0x14D7C5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8RPCErrorOWOe', symObjAddr: 0x3E88, symBinAddr: 0x10005C570, symSize: 0x30 }
+ - { offset: 0x14D7D9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8RPCErrorOwcp', symObjAddr: 0x3EB8, symBinAddr: 0x10005C5A0, symSize: 0x5C }
+ - { offset: 0x14D7ED, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8RPCErrorOwca', symObjAddr: 0x3F14, symBinAddr: 0x10005C5FC, symSize: 0x6C }
+ - { offset: 0x14D801, size: 0x8, addend: 0x0, symName: ___swift_memcpy25_8, symObjAddr: 0x3F80, symBinAddr: 0x10005C668, symSize: 0x14 }
+ - { offset: 0x14D815, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8RPCErrorOwta', symObjAddr: 0x3F94, symBinAddr: 0x10005C67C, symSize: 0x4C }
+ - { offset: 0x14D829, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8RPCErrorOwet', symObjAddr: 0x3FE0, symBinAddr: 0x10005C6C8, symSize: 0x48 }
+ - { offset: 0x14D83D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8RPCErrorOwst', symObjAddr: 0x4028, symBinAddr: 0x10005C710, symSize: 0x48 }
+ - { offset: 0x14D851, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8RPCErrorOwug', symObjAddr: 0x4070, symBinAddr: 0x10005C758, symSize: 0x18 }
+ - { offset: 0x14D865, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8RPCErrorOwup', symObjAddr: 0x4088, symBinAddr: 0x10005C770, symSize: 0x4 }
+ - { offset: 0x14D879, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8RPCErrorOwui', symObjAddr: 0x408C, symBinAddr: 0x10005C774, symSize: 0x1C }
+ - { offset: 0x14D88D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8RPCErrorOMa', symObjAddr: 0x40A8, symBinAddr: 0x10005C790, symSize: 0x10 }
+ - { offset: 0x14DA59, size: 0x8, addend: 0x0, symName: '_$sSD5IndexV8_VariantOyS2S__GWOe', symObjAddr: 0x4898, symBinAddr: 0x10005CF70, symSize: 0xC }
+ - { offset: 0x14DCFD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8RPCErrorOs5ErrorAAsADP7_domainSSvgTW', symObjAddr: 0x3338, symBinAddr: 0x10005BAF0, symSize: 0x4 }
+ - { offset: 0x14DD19, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8RPCErrorOs5ErrorAAsADP5_codeSivgTW', symObjAddr: 0x333C, symBinAddr: 0x10005BAF4, symSize: 0x4 }
+ - { offset: 0x14DD35, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8RPCErrorOs5ErrorAAsADP9_userInfoyXlSgvgTW', symObjAddr: 0x3340, symBinAddr: 0x10005BAF8, symSize: 0x4 }
+ - { offset: 0x14DD51, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8RPCErrorOs5ErrorAAsADP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x3344, symBinAddr: 0x10005BAFC, symSize: 0x4 }
+ - { offset: 0x14DDB7, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_ypTt0g5Tf4g_n', symObjAddr: 0x370C, symBinAddr: 0x10005BEC4, symSize: 0x12C }
+ - { offset: 0x14DEC4, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_SSTt0g5Tf4g_n', symObjAddr: 0x3838, symBinAddr: 0x10005BFF0, symSize: 0x110 }
+ - { offset: 0x14E00D, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSo42NSAttributedStringDocumentReadingOptionKeya_ypTt0g5Tf4g_n', symObjAddr: 0x40B8, symBinAddr: 0x10005C7A0, symSize: 0x124 }
+ - { offset: 0x14E146, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_SiTt0g5Tf4g_n', symObjAddr: 0x4214, symBinAddr: 0x10005C8EC, symSize: 0xF8 }
+ - { offset: 0x14E28F, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_11SwiftBricks10PopupStateVTt0g5Tf4g_n', symObjAddr: 0x430C, symBinAddr: 0x10005C9E4, symSize: 0x190 }
+ - { offset: 0x14E3C8, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_7SwiftUI7AnyViewV0C6Bricks13ControlSchemaV_AF0G6EngineCtcTt0g5Tf4g_n', symObjAddr: 0x45A8, symBinAddr: 0x10005CC80, symSize: 0x118 }
+ - { offset: 0x14E511, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_11SwiftBricks13ControlSchemaVTt0g5Tf4g_n', symObjAddr: 0x46C0, symBinAddr: 0x10005CD98, symSize: 0x190 }
+ - { offset: 0x14E62C, size: 0x8, addend: 0x0, symName: '_$sSlsE8dropLasty11SubSequenceQzSiFSS_Tg5Tf4ng_n', symObjAddr: 0x48A4, symBinAddr: 0x10005CF7C, symSize: 0xB8 }
+ - { offset: 0x14E762, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC3get_6paramsAC8ResponseVSS_SDyS2SGSgtYaKF', symObjAddr: 0x0, symBinAddr: 0x1000588E0, symSize: 0x70 }
+ - { offset: 0x14E7AE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC3get_6paramsAC8ResponseVSS_SDyS2SGSgtYaKFTY0_', symObjAddr: 0x70, symBinAddr: 0x100058950, symSize: 0x18C }
+ - { offset: 0x14E897, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC3get_6paramsAC8ResponseVSS_SDyS2SGSgtYaKFTQ1_', symObjAddr: 0x1FC, symBinAddr: 0x100058ADC, symSize: 0x90 }
+ - { offset: 0x14E902, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC3get_6paramsAC8ResponseVSS_SDyS2SGSgtYaKFTY2_', symObjAddr: 0x28C, symBinAddr: 0x100058B6C, symSize: 0x3C }
+ - { offset: 0x14E971, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC3get_6paramsAC8ResponseVSS_SDyS2SGSgtYaKFTY3_', symObjAddr: 0x2C8, symBinAddr: 0x100058BA8, symSize: 0x40 }
+ - { offset: 0x14E9E0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC8ResponseV9isSuccessSbvg', symObjAddr: 0x34C, symBinAddr: 0x100058BE8, symSize: 0x10 }
+ - { offset: 0x14EA08, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC8ResponseV9isSuccessSbvg', symObjAddr: 0x34C, symBinAddr: 0x100058BE8, symSize: 0x10 }
+ - { offset: 0x14EA33, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC8ResponseV10dictionarySDySSypGSgvg', symObjAddr: 0x35C, symBinAddr: 0x100058BF8, symSize: 0x13C }
+ - { offset: 0x14EA6A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC8postForm_6fieldsAC8ResponseVSS_SDyS2SGtYaKF', symObjAddr: 0x498, symBinAddr: 0x100058D34, symSize: 0x98 }
+ - { offset: 0x14EADE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC8postForm_6fieldsAC8ResponseVSS_SDyS2SGtYaKFTY0_', symObjAddr: 0x530, symBinAddr: 0x100058DCC, symSize: 0x1A8 }
+ - { offset: 0x14EBD5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC8postForm_6fieldsAC8ResponseVSS_SDyS2SGtYaKFTQ1_', symObjAddr: 0x6D8, symBinAddr: 0x100058F74, symSize: 0x98 }
+ - { offset: 0x14EC53, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC8postForm_6fieldsAC8ResponseVSS_SDyS2SGtYaKFTY2_', symObjAddr: 0x770, symBinAddr: 0x10005900C, symSize: 0x50 }
+ - { offset: 0x14ECDD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC8postForm_6fieldsAC8ResponseVSS_SDyS2SGtYaKFTY3_', symObjAddr: 0x7C0, symBinAddr: 0x10005905C, symSize: 0x70 }
+ - { offset: 0x14EDAB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC7sessionACSo12NSURLSessionC_tcfC', symObjAddr: 0x830, symBinAddr: 0x1000590CC, symSize: 0x3C }
+ - { offset: 0x14EDBF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC8ResponseV4textSSvg', symObjAddr: 0x86C, symBinAddr: 0x100059108, symSize: 0x88 }
+ - { offset: 0x14EDEE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8RPCErrorO10Foundation14LocalizedErrorAadEP13failureReasonSSSgvgTW', symObjAddr: 0x3358, symBinAddr: 0x10005BB10, symSize: 0x4 }
+ - { offset: 0x14EE0A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8RPCErrorO10Foundation14LocalizedErrorAadEP18recoverySuggestionSSSgvgTW', symObjAddr: 0x335C, symBinAddr: 0x10005BB14, symSize: 0x4 }
+ - { offset: 0x14EE26, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8RPCErrorO10Foundation14LocalizedErrorAadEP10helpAnchorSSSgvgTW', symObjAddr: 0x3360, symBinAddr: 0x10005BB18, symSize: 0x4 }
+ - { offset: 0x14EE51, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC8ResponseV4data10Foundation4DataVvg', symObjAddr: 0x8F4, symBinAddr: 0x100059190, symSize: 0x2C }
+ - { offset: 0x14EE65, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC8ResponseV10statusCodeSivg', symObjAddr: 0x920, symBinAddr: 0x1000591BC, symSize: 0x8 }
+ - { offset: 0x14EE79, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC8ResponseV7headersSDyS2SGvg', symObjAddr: 0x928, symBinAddr: 0x1000591C4, symSize: 0x8 }
+ - { offset: 0x14EE8D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC8ResponseV4jsonypSgvg', symObjAddr: 0x930, symBinAddr: 0x1000591CC, symSize: 0x104 }
+ - { offset: 0x14EEC0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC8ResponseV5arraySaySDySSypGGSgvg', symObjAddr: 0xA34, symBinAddr: 0x1000592D0, symSize: 0x2B8 }
+ - { offset: 0x14EF4F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC7baseURLSSvg', symObjAddr: 0xCEC, symBinAddr: 0x100059588, symSize: 0x48 }
+ - { offset: 0x14EF63, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC7baseURLSSvs', symObjAddr: 0xD34, symBinAddr: 0x1000595D0, symSize: 0x50 }
+ - { offset: 0x14EF77, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC7baseURLSSvM', symObjAddr: 0xD84, symBinAddr: 0x100059620, symSize: 0x30 }
+ - { offset: 0x14EF8B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC14defaultHeadersSDyS2SGvg', symObjAddr: 0xDB4, symBinAddr: 0x100059650, symSize: 0x34 }
+ - { offset: 0x14EF9F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC14defaultHeadersSDyS2SGvs', symObjAddr: 0xDE8, symBinAddr: 0x100059684, symSize: 0x44 }
+ - { offset: 0x14EFB3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC14defaultHeadersSDyS2SGvM', symObjAddr: 0xE2C, symBinAddr: 0x1000596C8, symSize: 0x30 }
+ - { offset: 0x14EFC7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC14defaultHeadersSDyS2SGvM.resume.0', symObjAddr: 0xE5C, symBinAddr: 0x1000596F8, symSize: 0x4 }
+ - { offset: 0x14EFDB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC9authTokenSSSgvg', symObjAddr: 0xE60, symBinAddr: 0x1000596FC, symSize: 0x48 }
+ - { offset: 0x14EFEF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC9authTokenSSSgvs', symObjAddr: 0xEA8, symBinAddr: 0x100059744, symSize: 0x50 }
+ - { offset: 0x14F003, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC9authTokenSSSgvM', symObjAddr: 0xEF8, symBinAddr: 0x100059794, symSize: 0x30 }
+ - { offset: 0x14F017, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC18requestInterceptor10Foundation10URLRequestVAGcSgvg', symObjAddr: 0xF28, symBinAddr: 0x1000597C4, symSize: 0x4C }
+ - { offset: 0x14F02B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC18requestInterceptor10Foundation10URLRequestVAGcSgvs', symObjAddr: 0xF74, symBinAddr: 0x100059810, symSize: 0x50 }
+ - { offset: 0x14F03F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC18requestInterceptor10Foundation10URLRequestVAGcSgvM', symObjAddr: 0xFC4, symBinAddr: 0x100059860, symSize: 0x30 }
+ - { offset: 0x14F087, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC7Combine16ObservableObjectAadEP16objectWillChange0fhI9PublisherQzvgTW', symObjAddr: 0x319C, symBinAddr: 0x10005B954, symSize: 0x28 }
+ - { offset: 0x14F0B2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC14activeRequestsSivg', symObjAddr: 0x1020, symBinAddr: 0x1000598BC, symSize: 0x70 }
+ - { offset: 0x14F10F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC14activeRequestsSivs', symObjAddr: 0x117C, symBinAddr: 0x100059A18, symSize: 0x6C }
+ - { offset: 0x14F138, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC14activeRequestsSivM', symObjAddr: 0x11E8, symBinAddr: 0x100059A84, symSize: 0x90 }
+ - { offset: 0x14F16B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC14activeRequestsSivM.resume.0', symObjAddr: 0x1278, symBinAddr: 0x100059B14, symSize: 0x4C }
+ - { offset: 0x14F18C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC15$activeRequests7Combine9PublishedV9PublisherVySi_Gvg', symObjAddr: 0x12C4, symBinAddr: 0x100059B60, symSize: 0x70 }
+ - { offset: 0x14F1AB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC15$activeRequests7Combine9PublishedV9PublisherVySi_Gvs', symObjAddr: 0x1334, symBinAddr: 0x100059BD0, symSize: 0xE0 }
+ - { offset: 0x14F20D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC15$activeRequests7Combine9PublishedV9PublisherVySi_GvM', symObjAddr: 0x1414, symBinAddr: 0x100059CB0, symSize: 0x120 }
+ - { offset: 0x14F29B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC15$activeRequests7Combine9PublishedV9PublisherVySi_GvM.resume.0', symObjAddr: 0x1534, symBinAddr: 0x100059DD0, symSize: 0x120 }
+ - { offset: 0x14F2E0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC7sessionACSo12NSURLSessionC_tcfc', symObjAddr: 0x1654, symBinAddr: 0x100059EF0, symSize: 0x11C }
+ - { offset: 0x14F3C3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC10resolveURL33_D60FAF5292E6E273FB66E2F94DA3DAD1LLyS2SF', symObjAddr: 0x1770, symBinAddr: 0x10005A00C, symSize: 0x1C0 }
+ - { offset: 0x14F4C6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC7request_6method4body7headersAC8ResponseVSS_SS10Foundation4DataVSgSDyS2SGSgtYaKF', symObjAddr: 0x1C70, symBinAddr: 0x10005A50C, symSize: 0x110 }
+ - { offset: 0x14F5F9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC7request_6method4body7headersAC8ResponseVSS_SS10Foundation4DataVSgSDyS2SGSgtYaKFTY0_', symObjAddr: 0x1D80, symBinAddr: 0x10005A61C, symSize: 0x5E8 }
+ - { offset: 0x14F953, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC7request_6method4body7headersAC8ResponseVSS_SS10Foundation4DataVSgSDyS2SGSgtYaKFTQ1_', symObjAddr: 0x2368, symBinAddr: 0x10005AC04, symSize: 0x70 }
+ - { offset: 0x14FA45, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC7request_6method4body7headersAC8ResponseVSS_SS10Foundation4DataVSgSDyS2SGSgtYaKFTY2_', symObjAddr: 0x23D8, symBinAddr: 0x10005AC74, symSize: 0x5EC }
+ - { offset: 0x14FE49, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC7request_6method4body7headersAC8ResponseVSS_SS10Foundation4DataVSgSDyS2SGSgtYaKFTY3_', symObjAddr: 0x29C4, symBinAddr: 0x10005B260, symSize: 0x160 }
+ - { offset: 0x14FFD3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC4post_4bodyAC8ResponseVSS_SDySSypGSgtYaKF', symObjAddr: 0x2C58, symBinAddr: 0x10005B410, symSize: 0xA4 }
+ - { offset: 0x150016, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC4post_4bodyAC8ResponseVSS_SDySSypGSgtYaKFTY0_', symObjAddr: 0x2CFC, symBinAddr: 0x10005B4B4, symSize: 0x1C8 }
+ - { offset: 0x150098, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC4post_4bodyAC8ResponseVSS_SDySSypGSgtYaKFTQ1_', symObjAddr: 0x2EC4, symBinAddr: 0x10005B67C, symSize: 0xDC }
+ - { offset: 0x150103, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC4post_4bodyAC8ResponseVSS_SDySSypGSgtYaKFTY2_', symObjAddr: 0x2FA0, symBinAddr: 0x10005B758, symSize: 0x80 }
+ - { offset: 0x150172, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCC4post_4bodyAC8ResponseVSS_SDySSypGSgtYaKFTY3_', symObjAddr: 0x3020, symBinAddr: 0x10005B7D8, symSize: 0x78 }
+ - { offset: 0x1501E1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCCfd', symObjAddr: 0x3098, symBinAddr: 0x10005B850, symSize: 0x7C }
+ - { offset: 0x150214, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B3RPCCfD', symObjAddr: 0x3114, symBinAddr: 0x10005B8CC, symSize: 0x88 }
+ - { offset: 0x15026B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8RPCErrorO16errorDescriptionSSSgvg', symObjAddr: 0x31C4, symBinAddr: 0x10005B97C, symSize: 0x174 }
+ - { offset: 0x150490, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B8RPCErrorO10Foundation14LocalizedErrorAadEP16errorDescriptionSSSgvgTW', symObjAddr: 0x3348, symBinAddr: 0x10005BB00, symSize: 0x10 }
+ - { offset: 0x154468, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF11SwiftBricks11FieldSchemaV_Tg5', symObjAddr: 0x9364, symBinAddr: 0x100066390, symSize: 0x1C }
+ - { offset: 0x1544D8, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF11SwiftBricks11FieldSchemaV_Tg5', symObjAddr: 0x9488, symBinAddr: 0x1000663AC, symSize: 0x124 }
+ - { offset: 0x1545C4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsVWOc', symObjAddr: 0x9610, symBinAddr: 0x100066534, symSize: 0x34 }
+ - { offset: 0x1545D8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsVWOd', symObjAddr: 0x9644, symBinAddr: 0x100066568, symSize: 0x34 }
+ - { offset: 0x1545EC, size: 0x8, addend: 0x0, symName: ___swift_project_boxed_opaque_existential_1, symObjAddr: 0xB200, symBinAddr: 0x100068074, symSize: 0x24 }
+ - { offset: 0x154600, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs0E3KeyAAWl', symObjAddr: 0xB224, symBinAddr: 0x100068098, symSize: 0x40 }
+ - { offset: 0x154614, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsVACSEAAWl', symObjAddr: 0xB264, symBinAddr: 0x1000680D8, symSize: 0x40 }
+ - { offset: 0x154628, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsVWOh', symObjAddr: 0xB2A4, symBinAddr: 0x100068118, symSize: 0x2C }
+ - { offset: 0x15463C, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks10BindSchemaVGSayxGSEsSERzlWl', symObjAddr: 0xB2D0, symBinAddr: 0x100068144, symSize: 0x70 }
+ - { offset: 0x154650, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaVACSEAAWl', symObjAddr: 0xB394, symBinAddr: 0x1000681B4, symSize: 0x40 }
+ - { offset: 0x154664, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks13ControlSchemaVGSayxGSEsSERzlWl', symObjAddr: 0xB3D4, symBinAddr: 0x1000681F4, symSize: 0x70 }
+ - { offset: 0x154678, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaVACSEAAWl', symObjAddr: 0xB444, symBinAddr: 0x100068264, symSize: 0x40 }
+ - { offset: 0x15468C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsVSgWOy', symObjAddr: 0xB484, symBinAddr: 0x1000682A4, symSize: 0x48 }
+ - { offset: 0x1546A0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsVSgWOy', symObjAddr: 0xB4CC, symBinAddr: 0x1000682EC, symSize: 0x40 }
+ - { offset: 0x1546B4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsVSgWOe', symObjAddr: 0xB50C, symBinAddr: 0x10006832C, symSize: 0x48 }
+ - { offset: 0x1546C8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsVSgWOe', symObjAddr: 0xB554, symBinAddr: 0x100068374, symSize: 0x3C }
+ - { offset: 0x1546DC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaVSgWOy', symObjAddr: 0xB590, symBinAddr: 0x1000683B0, symSize: 0x10 }
+ - { offset: 0x1546F0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaVSgWOe', symObjAddr: 0xB5A0, symBinAddr: 0x1000683C0, symSize: 0x10 }
+ - { offset: 0x154704, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs0E3KeyAAWl', symObjAddr: 0xB5B0, symBinAddr: 0x1000683D0, symSize: 0x40 }
+ - { offset: 0x154718, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks14ValidationRuleVGSayxGSEsSERzlWl', symObjAddr: 0xB5F0, symBinAddr: 0x100068410, symSize: 0x70 }
+ - { offset: 0x15472C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleVACSEAAWl', symObjAddr: 0xB660, symBinAddr: 0x100068480, symSize: 0x40 }
+ - { offset: 0x154740, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks8CodeItemVGSayxGSEsSERzlWl', symObjAddr: 0xB6A0, symBinAddr: 0x1000684C0, symSize: 0x70 }
+ - { offset: 0x154754, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemVACSEAAWl', symObjAddr: 0xB710, symBinAddr: 0x100068530, symSize: 0x40 }
+ - { offset: 0x154768, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks11FieldSchemaVGSayxGSEsSERzlWl', symObjAddr: 0xB750, symBinAddr: 0x100068570, symSize: 0x70 }
+ - { offset: 0x15477C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaVACSEAAWl', symObjAddr: 0xB7C0, symBinAddr: 0x1000685E0, symSize: 0x40 }
+ - { offset: 0x154790, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsVACSEAAWl', symObjAddr: 0xB800, symBinAddr: 0x100068620, symSize: 0x40 }
+ - { offset: 0x1547A4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaVACSEAAWl', symObjAddr: 0xB840, symBinAddr: 0x100068660, symSize: 0x40 }
+ - { offset: 0x1547B8, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks7TabItemVGSayxGSEsSERzlWl', symObjAddr: 0xB880, symBinAddr: 0x1000686A0, symSize: 0x70 }
+ - { offset: 0x1547CC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemVACSEAAWl', symObjAddr: 0xB8F0, symBinAddr: 0x100068710, symSize: 0x40 }
+ - { offset: 0x1547E0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsVACSEAAWl', symObjAddr: 0xB930, symBinAddr: 0x100068750, symSize: 0x40 }
+ - { offset: 0x1547F4, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks14MenuItemSchemaVGSayxGSEsSERzlWl', symObjAddr: 0xB970, symBinAddr: 0x100068790, symSize: 0x70 }
+ - { offset: 0x154808, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaVACSEAAWl', symObjAddr: 0xB9E0, symBinAddr: 0x100068800, symSize: 0x40 }
+ - { offset: 0x15481C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsVSgWOy', symObjAddr: 0x10F58, symBinAddr: 0x10006DD78, symSize: 0x34 }
+ - { offset: 0x154830, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsVSgWOe', symObjAddr: 0x10F8C, symBinAddr: 0x10006DDAC, symSize: 0x34 }
+ - { offset: 0x154844, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs0E3KeyAAWl', symObjAddr: 0x10FC0, symBinAddr: 0x10006DDE0, symSize: 0x40 }
+ - { offset: 0x154858, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsVACSEAAWl', symObjAddr: 0x11000, symBinAddr: 0x10006DE20, symSize: 0x40 }
+ - { offset: 0x15486C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs0E3KeyAAWl', symObjAddr: 0x11C90, symBinAddr: 0x10006EAB0, symSize: 0x40 }
+ - { offset: 0x154880, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs0E3KeyAAWl', symObjAddr: 0x11E74, symBinAddr: 0x10006EC94, symSize: 0x40 }
+ - { offset: 0x154894, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs0E3KeyAAWl', symObjAddr: 0x12688, symBinAddr: 0x10006F4A8, symSize: 0x40 }
+ - { offset: 0x1548A8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs0E3KeyAAWl', symObjAddr: 0x13428, symBinAddr: 0x100070248, symSize: 0x40 }
+ - { offset: 0x1548BC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs0E3KeyAAWl', symObjAddr: 0x13754, symBinAddr: 0x100070574, symSize: 0x40 }
+ - { offset: 0x1548D0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs0E3KeyAAWl', symObjAddr: 0x1391C, symBinAddr: 0x10007073C, symSize: 0x40 }
+ - { offset: 0x1548E4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsVACSEAAWl', symObjAddr: 0x1395C, symBinAddr: 0x10007077C, symSize: 0x40 }
+ - { offset: 0x1548F8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs0E3KeyAAWl', symObjAddr: 0x13B44, symBinAddr: 0x100070964, symSize: 0x40 }
+ - { offset: 0x15490C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs0E3KeyAAWl', symObjAddr: 0x13F78, symBinAddr: 0x100070D98, symSize: 0x40 }
+ - { offset: 0x154920, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks11ToolbarToolVGSayxGSEsSERzlWl', symObjAddr: 0x13FB8, symBinAddr: 0x100070DD8, symSize: 0x70 }
+ - { offset: 0x154934, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolVACSEAAWl', symObjAddr: 0x14028, symBinAddr: 0x100070E48, symSize: 0x40 }
+ - { offset: 0x154948, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs0E3KeyAAWl', symObjAddr: 0x141A0, symBinAddr: 0x100070FC0, symSize: 0x40 }
+ - { offset: 0x15495C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs0E3KeyAAWl', symObjAddr: 0x146F8, symBinAddr: 0x100071518, symSize: 0x40 }
+ - { offset: 0x154970, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs0F3KeyAAWl', symObjAddr: 0x14B78, symBinAddr: 0x100071998, symSize: 0x40 }
+ - { offset: 0x154984, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaVs12IdentifiableAA2IDsADP_SHWT', symObjAddr: 0x1522C, symBinAddr: 0x10007204C, symSize: 0x4 }
+ - { offset: 0x154998, size: 0x8, addend: 0x0, symName: '_$sSSSgxSgSHsSHRzlWl', symObjAddr: 0x15230, symBinAddr: 0x100072050, symSize: 0x68 }
+ - { offset: 0x1549AC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemVs12IdentifiableAA2IDsADP_SHWT', symObjAddr: 0x15298, symBinAddr: 0x1000720B8, symSize: 0xC }
+ - { offset: 0x1549C0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10WidgetTypeOSHAASQWb', symObjAddr: 0x152A4, symBinAddr: 0x1000720C4, symSize: 0x4 }
+ - { offset: 0x1549D4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10WidgetTypeOACSQAAWl', symObjAddr: 0x152A8, symBinAddr: 0x1000720C8, symSize: 0x40 }
+ - { offset: 0x1549E8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10WidgetTypeOs12CaseIterableAA8AllCasessADP_SlWT', symObjAddr: 0x152E8, symBinAddr: 0x100072108, symSize: 0x2C }
+ - { offset: 0x1549FC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10ActionTypeOSHAASQWb', symObjAddr: 0x15314, symBinAddr: 0x100072134, symSize: 0x4 }
+ - { offset: 0x154A10, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10ActionTypeOACSQAAWl', symObjAddr: 0x15318, symBinAddr: 0x100072138, symSize: 0x40 }
+ - { offset: 0x154A24, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10ActionTypeOs12CaseIterableAA8AllCasessADP_SlWT', symObjAddr: 0x15358, symBinAddr: 0x100072178, symSize: 0x2C }
+ - { offset: 0x154A38, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaVwxx', symObjAddr: 0x153F4, symBinAddr: 0x100072214, symSize: 0x1F0 }
+ - { offset: 0x154A4C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaVwcp', symObjAddr: 0x155E4, symBinAddr: 0x100072404, symSize: 0x5E0 }
+ - { offset: 0x154A60, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaVwca', symObjAddr: 0x15BC4, symBinAddr: 0x1000729E4, symSize: 0x9F0 }
+ - { offset: 0x154A7B, size: 0x8, addend: 0x0, symName: ___swift_memcpy992_8, symObjAddr: 0x16660, symBinAddr: 0x1000733D4, symSize: 0x8 }
+ - { offset: 0x154A8F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaVwta', symObjAddr: 0x16668, symBinAddr: 0x1000733DC, symSize: 0x5D0 }
+ - { offset: 0x154AA3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaVwet', symObjAddr: 0x16C38, symBinAddr: 0x1000739AC, symSize: 0x48 }
+ - { offset: 0x154AB7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaVwst', symObjAddr: 0x16C80, symBinAddr: 0x1000739F4, symSize: 0x144 }
+ - { offset: 0x154ACB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaVMa', symObjAddr: 0x16DC4, symBinAddr: 0x100073B38, symSize: 0x10 }
+ - { offset: 0x154ADF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsVwxx', symObjAddr: 0x16DD4, symBinAddr: 0x100073B48, symSize: 0x1C8 }
+ - { offset: 0x154AF3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsVwcp', symObjAddr: 0x16F9C, symBinAddr: 0x100073D10, symSize: 0x568 }
+ - { offset: 0x154B07, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsVwca', symObjAddr: 0x17504, symBinAddr: 0x100074278, symSize: 0x960 }
+ - { offset: 0x154B1B, size: 0x8, addend: 0x0, symName: ___swift_memcpy921_8, symObjAddr: 0x17E64, symBinAddr: 0x100074BD8, symSize: 0x8 }
+ - { offset: 0x154B2F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsVwta', symObjAddr: 0x17E6C, symBinAddr: 0x100074BE0, symSize: 0x568 }
+ - { offset: 0x154B43, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsVwet', symObjAddr: 0x183D4, symBinAddr: 0x100075148, symSize: 0x5C }
+ - { offset: 0x154B57, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsVwst', symObjAddr: 0x18430, symBinAddr: 0x1000751A4, symSize: 0x148 }
+ - { offset: 0x154B6B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsVMa', symObjAddr: 0x18578, symBinAddr: 0x1000752EC, symSize: 0x10 }
+ - { offset: 0x154B7F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaVwxx', symObjAddr: 0x18588, symBinAddr: 0x1000752FC, symSize: 0xA8 }
+ - { offset: 0x154B93, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaVwcp', symObjAddr: 0x18630, symBinAddr: 0x1000753A4, symSize: 0x1C0 }
+ - { offset: 0x154BA7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaVwca', symObjAddr: 0x187F0, symBinAddr: 0x100075564, symSize: 0x3F4 }
+ - { offset: 0x154BC2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsVWOh', symObjAddr: 0x18BE4, symBinAddr: 0x100075958, symSize: 0x30 }
+ - { offset: 0x154BEB, size: 0x8, addend: 0x0, symName: ___swift_memcpy280_8, symObjAddr: 0x18C14, symBinAddr: 0x100075988, symSize: 0x8 }
+ - { offset: 0x154BFF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaVwta', symObjAddr: 0x18C1C, symBinAddr: 0x100075990, symSize: 0x1D4 }
+ - { offset: 0x154C13, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaVwet', symObjAddr: 0x18DF0, symBinAddr: 0x100075B64, symSize: 0x48 }
+ - { offset: 0x154C27, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaVwst', symObjAddr: 0x18E38, symBinAddr: 0x100075BAC, symSize: 0x88 }
+ - { offset: 0x154C3B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaVMa', symObjAddr: 0x18EC0, symBinAddr: 0x100075C34, symSize: 0x10 }
+ - { offset: 0x154C4F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsVwxx', symObjAddr: 0x18ED4, symBinAddr: 0x100075C48, symSize: 0x28 }
+ - { offset: 0x154C63, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsVwca', symObjAddr: 0x18F38, symBinAddr: 0x100075CAC, symSize: 0x64 }
+ - { offset: 0x154C77, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsVwta', symObjAddr: 0x18FB0, symBinAddr: 0x100075D10, symSize: 0x44 }
+ - { offset: 0x154C8B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsVwet', symObjAddr: 0x18FF4, symBinAddr: 0x100075D54, symSize: 0x5C }
+ - { offset: 0x154C9F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsVwst', symObjAddr: 0x19050, symBinAddr: 0x100075DB0, symSize: 0x54 }
+ - { offset: 0x154CB3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsVMa', symObjAddr: 0x190A4, symBinAddr: 0x100075E04, symSize: 0x10 }
+ - { offset: 0x154CC7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsVwxx', symObjAddr: 0x190B4, symBinAddr: 0x100075E14, symSize: 0x40 }
+ - { offset: 0x154CDB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsVwcp', symObjAddr: 0x190F4, symBinAddr: 0x100075E54, symSize: 0xA4 }
+ - { offset: 0x154CEF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsVwca', symObjAddr: 0x19198, symBinAddr: 0x100075EF8, symSize: 0xEC }
+ - { offset: 0x154D03, size: 0x8, addend: 0x0, symName: ___swift_memcpy112_8, symObjAddr: 0x19284, symBinAddr: 0x100075FE4, symSize: 0x24 }
+ - { offset: 0x154D17, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsVwta', symObjAddr: 0x192A8, symBinAddr: 0x100076008, symSize: 0x9C }
+ - { offset: 0x154D2B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsVwet', symObjAddr: 0x19344, symBinAddr: 0x1000760A4, symSize: 0x5C }
+ - { offset: 0x154D3F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsVwst', symObjAddr: 0x193A0, symBinAddr: 0x100076100, symSize: 0x70 }
+ - { offset: 0x154D53, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsVMa', symObjAddr: 0x19410, symBinAddr: 0x100076170, symSize: 0x10 }
+ - { offset: 0x154D67, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaVwxx', symObjAddr: 0x19420, symBinAddr: 0x100076180, symSize: 0x88 }
+ - { offset: 0x154D7B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaVwcp', symObjAddr: 0x194A8, symBinAddr: 0x100076208, symSize: 0x144 }
+ - { offset: 0x154D8F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaVwca', symObjAddr: 0x195EC, symBinAddr: 0x10007634C, symSize: 0x1EC }
+ - { offset: 0x154DA3, size: 0x8, addend: 0x0, symName: ___swift_memcpy224_8, symObjAddr: 0x197D8, symBinAddr: 0x100076538, symSize: 0x3C }
+ - { offset: 0x154DB7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaVwta', symObjAddr: 0x19814, symBinAddr: 0x100076574, symSize: 0x11C }
+ - { offset: 0x154DCB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaVwet', symObjAddr: 0x19930, symBinAddr: 0x100076690, symSize: 0x48 }
+ - { offset: 0x154DDF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaVwst', symObjAddr: 0x19978, symBinAddr: 0x1000766D8, symSize: 0x78 }
+ - { offset: 0x154DF3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaVMa', symObjAddr: 0x199F0, symBinAddr: 0x100076750, symSize: 0x10 }
+ - { offset: 0x154E07, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleVwxx', symObjAddr: 0x19A00, symBinAddr: 0x100076760, symSize: 0x30 }
+ - { offset: 0x154E1B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleVwcp', symObjAddr: 0x19A30, symBinAddr: 0x100076790, symSize: 0x54 }
+ - { offset: 0x154E2F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleVwca', symObjAddr: 0x19A84, symBinAddr: 0x1000767E4, symSize: 0x8C }
+ - { offset: 0x154E43, size: 0x8, addend: 0x0, symName: ___swift_memcpy48_8, symObjAddr: 0x19B10, symBinAddr: 0x100076870, symSize: 0x14 }
+ - { offset: 0x154E57, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleVwta', symObjAddr: 0x19B24, symBinAddr: 0x100076884, symSize: 0x54 }
+ - { offset: 0x154E6B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleVwet', symObjAddr: 0x19B78, symBinAddr: 0x1000768D8, symSize: 0x48 }
+ - { offset: 0x154E7F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleVwst', symObjAddr: 0x19BC0, symBinAddr: 0x100076920, symSize: 0x4C }
+ - { offset: 0x154E93, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleVMa', symObjAddr: 0x19C0C, symBinAddr: 0x10007696C, symSize: 0x10 }
+ - { offset: 0x154EA7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemVwxx', symObjAddr: 0x19C1C, symBinAddr: 0x10007697C, symSize: 0x28 }
+ - { offset: 0x154EBB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemVwcp', symObjAddr: 0x19C44, symBinAddr: 0x1000769A4, symSize: 0x3C }
+ - { offset: 0x154ECF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemVwca', symObjAddr: 0x19C80, symBinAddr: 0x1000769E0, symSize: 0x6C }
+ - { offset: 0x154EE3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemVwta', symObjAddr: 0x19CF8, symBinAddr: 0x100076A4C, symSize: 0x44 }
+ - { offset: 0x154EF7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemVwet', symObjAddr: 0x19D3C, symBinAddr: 0x100076A90, symSize: 0x48 }
+ - { offset: 0x154F0B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemVwst', symObjAddr: 0x19D84, symBinAddr: 0x100076AD8, symSize: 0x40 }
+ - { offset: 0x154F1F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemVMa', symObjAddr: 0x19DC4, symBinAddr: 0x100076B18, symSize: 0x10 }
+ - { offset: 0x154F33, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsVwxx', symObjAddr: 0x19DD4, symBinAddr: 0x100076B28, symSize: 0x4C }
+ - { offset: 0x154F47, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsVwcp', symObjAddr: 0x19E20, symBinAddr: 0x100076B74, symSize: 0x8C }
+ - { offset: 0x154F5B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsVwca', symObjAddr: 0x19EAC, symBinAddr: 0x100076C00, symSize: 0x110 }
+ - { offset: 0x154F6F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsVwta', symObjAddr: 0x19FBC, symBinAddr: 0x100076D10, symSize: 0xA0 }
+ - { offset: 0x154F83, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsVwet', symObjAddr: 0x1A05C, symBinAddr: 0x100076DB0, symSize: 0x5C }
+ - { offset: 0x154F97, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsVwst', symObjAddr: 0x1A0B8, symBinAddr: 0x100076E0C, symSize: 0x54 }
+ - { offset: 0x154FAB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsVMa', symObjAddr: 0x1A10C, symBinAddr: 0x100076E60, symSize: 0x10 }
+ - { offset: 0x154FBF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsVwxx', symObjAddr: 0x1A120, symBinAddr: 0x100076E74, symSize: 0x30 }
+ - { offset: 0x154FD3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsVwca', symObjAddr: 0x1A19C, symBinAddr: 0x100076EF0, symSize: 0x74 }
+ - { offset: 0x154FE7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsVwta', symObjAddr: 0x1A210, symBinAddr: 0x100076F64, symSize: 0x4C }
+ - { offset: 0x154FFB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsVwet', symObjAddr: 0x1A25C, symBinAddr: 0x100076FB0, symSize: 0x5C }
+ - { offset: 0x15500F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsVwst', symObjAddr: 0x1A2B8, symBinAddr: 0x10007700C, symSize: 0x54 }
+ - { offset: 0x155023, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsVMa', symObjAddr: 0x1A30C, symBinAddr: 0x100077060, symSize: 0x10 }
+ - { offset: 0x155037, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaVwxx', symObjAddr: 0x1A348, symBinAddr: 0x10007709C, symSize: 0x8 }
+ - { offset: 0x15504B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaVwca', symObjAddr: 0x1A350, symBinAddr: 0x1000770A4, symSize: 0x38 }
+ - { offset: 0x15505F, size: 0x8, addend: 0x0, symName: ___swift_memcpy8_8, symObjAddr: 0x1A388, symBinAddr: 0x1000770DC, symSize: 0xC }
+ - { offset: 0x155073, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaVwta', symObjAddr: 0x1A394, symBinAddr: 0x1000770E8, symSize: 0x30 }
+ - { offset: 0x155087, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaVwet', symObjAddr: 0x1A3C4, symBinAddr: 0x100077118, symSize: 0x5C }
+ - { offset: 0x15509B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaVwst', symObjAddr: 0x1A420, symBinAddr: 0x100077174, symSize: 0x50 }
+ - { offset: 0x1550AF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaVMa', symObjAddr: 0x1A470, symBinAddr: 0x1000771C4, symSize: 0x10 }
+ - { offset: 0x1550C3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolVwxx', symObjAddr: 0x1A480, symBinAddr: 0x1000771D4, symSize: 0x38 }
+ - { offset: 0x1550D7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolVwcp', symObjAddr: 0x1A4B8, symBinAddr: 0x10007720C, symSize: 0x6C }
+ - { offset: 0x1550EB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolVwca', symObjAddr: 0x1A524, symBinAddr: 0x100077278, symSize: 0xB4 }
+ - { offset: 0x1550FF, size: 0x8, addend: 0x0, symName: ___swift_memcpy72_8, symObjAddr: 0x1A5D8, symBinAddr: 0x10007732C, symSize: 0x24 }
+ - { offset: 0x155113, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolVwta', symObjAddr: 0x1A5FC, symBinAddr: 0x100077350, symSize: 0x6C }
+ - { offset: 0x155127, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolVwet', symObjAddr: 0x1A668, symBinAddr: 0x1000773BC, symSize: 0x48 }
+ - { offset: 0x15513B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolVwst', symObjAddr: 0x1A6B0, symBinAddr: 0x100077404, symSize: 0x50 }
+ - { offset: 0x15514F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolVMa', symObjAddr: 0x1A700, symBinAddr: 0x100077454, symSize: 0x10 }
+ - { offset: 0x155163, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemVwxx', symObjAddr: 0x1A710, symBinAddr: 0x100077464, symSize: 0x214 }
+ - { offset: 0x155177, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemVwcp', symObjAddr: 0x1A924, symBinAddr: 0x100077678, symSize: 0x628 }
+ - { offset: 0x15518B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemVwca', symObjAddr: 0x1AF4C, symBinAddr: 0x100077CA0, symSize: 0x10E8 }
+ - { offset: 0x15519F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemVwta', symObjAddr: 0x1C03C, symBinAddr: 0x100078D88, symSize: 0x624 }
+ - { offset: 0x1551B3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemVwet', symObjAddr: 0x1C660, symBinAddr: 0x1000793AC, symSize: 0x48 }
+ - { offset: 0x1551C7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemVwst', symObjAddr: 0x1C6A8, symBinAddr: 0x1000793F4, symSize: 0x14C }
+ - { offset: 0x1551DB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemVMa', symObjAddr: 0x1C7F4, symBinAddr: 0x100079540, symSize: 0x10 }
+ - { offset: 0x1551EF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaVwxx', symObjAddr: 0x1C804, symBinAddr: 0x100079550, symSize: 0x48 }
+ - { offset: 0x155203, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaVwcp', symObjAddr: 0x1C84C, symBinAddr: 0x100079598, symSize: 0x84 }
+ - { offset: 0x155217, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaVwca', symObjAddr: 0x1C8D0, symBinAddr: 0x10007961C, symSize: 0xDC }
+ - { offset: 0x15522B, size: 0x8, addend: 0x0, symName: ___swift_memcpy80_8, symObjAddr: 0x1C9AC, symBinAddr: 0x1000796F8, symSize: 0x1C }
+ - { offset: 0x15523F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaVwta', symObjAddr: 0x1C9C8, symBinAddr: 0x100079714, symSize: 0x84 }
+ - { offset: 0x155253, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaVwet', symObjAddr: 0x1CA4C, symBinAddr: 0x100079798, symSize: 0x48 }
+ - { offset: 0x155267, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaVwst', symObjAddr: 0x1CA94, symBinAddr: 0x1000797E0, symSize: 0x54 }
+ - { offset: 0x15527B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaVMa', symObjAddr: 0x1CAE8, symBinAddr: 0x100079834, symSize: 0x10 }
+ - { offset: 0x15528F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10WidgetTypeOwet', symObjAddr: 0x1CB08, symBinAddr: 0x100079844, symSize: 0x90 }
+ - { offset: 0x1552A3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10WidgetTypeOwst', symObjAddr: 0x1CB98, symBinAddr: 0x1000798D4, symSize: 0xB0 }
+ - { offset: 0x1552B7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10WidgetTypeOwup', symObjAddr: 0x1CC48, symBinAddr: 0x100079984, symSize: 0x4 }
+ - { offset: 0x1552CB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10WidgetTypeOMa', symObjAddr: 0x1CC4C, symBinAddr: 0x100079988, symSize: 0x10 }
+ - { offset: 0x1552DF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10ActionTypeOwet', symObjAddr: 0x1CC5C, symBinAddr: 0x100079998, symSize: 0x90 }
+ - { offset: 0x1552F3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10ActionTypeOwst', symObjAddr: 0x1CCEC, symBinAddr: 0x100079A28, symSize: 0xB0 }
+ - { offset: 0x155307, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10ActionTypeOwup', symObjAddr: 0x1CDA4, symBinAddr: 0x100079AE0, symSize: 0x4 }
+ - { offset: 0x15531B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10ActionTypeOMa', symObjAddr: 0x1CDB0, symBinAddr: 0x100079AEC, symSize: 0x10 }
+ - { offset: 0x15532F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwet', symObjAddr: 0x1CDC0, symBinAddr: 0x100079AFC, symSize: 0x90 }
+ - { offset: 0x155343, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwst', symObjAddr: 0x1CE50, symBinAddr: 0x100079B8C, symSize: 0xB0 }
+ - { offset: 0x155357, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwup', symObjAddr: 0x1CF00, symBinAddr: 0x100079C3C, symSize: 0x4 }
+ - { offset: 0x15536B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOMa', symObjAddr: 0x1CF04, symBinAddr: 0x100079C40, symSize: 0x10 }
+ - { offset: 0x15537F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwup', symObjAddr: 0x1CF14, symBinAddr: 0x100079C50, symSize: 0x4 }
+ - { offset: 0x155393, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOMa', symObjAddr: 0x1CF18, symBinAddr: 0x100079C54, symSize: 0x10 }
+ - { offset: 0x1553A7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwup', symObjAddr: 0x1CF30, symBinAddr: 0x100079C6C, symSize: 0x4 }
+ - { offset: 0x1553BB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOMa', symObjAddr: 0x1CF34, symBinAddr: 0x100079C70, symSize: 0x10 }
+ - { offset: 0x1553CF, size: 0x8, addend: 0x0, symName: ___swift_memcpy0_1, symObjAddr: 0x1CF44, symBinAddr: 0x100079C80, symSize: 0x4 }
+ - { offset: 0x1553E3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwet', symObjAddr: 0x1CF48, symBinAddr: 0x100079C84, symSize: 0x50 }
+ - { offset: 0x1553F7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwst', symObjAddr: 0x1CF98, symBinAddr: 0x100079CD4, symSize: 0x7C }
+ - { offset: 0x15540B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwug', symObjAddr: 0x1D014, symBinAddr: 0x100079D50, symSize: 0x8 }
+ - { offset: 0x15541F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwup', symObjAddr: 0x1D01C, symBinAddr: 0x100079D58, symSize: 0x4 }
+ - { offset: 0x155433, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwui', symObjAddr: 0x1D020, symBinAddr: 0x100079D5C, symSize: 0x4 }
+ - { offset: 0x155447, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOMa', symObjAddr: 0x1D024, symBinAddr: 0x100079D60, symSize: 0x10 }
+ - { offset: 0x15545B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwup', symObjAddr: 0x1D03C, symBinAddr: 0x100079D78, symSize: 0x4 }
+ - { offset: 0x15546F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOMa', symObjAddr: 0x1D040, symBinAddr: 0x100079D7C, symSize: 0x10 }
+ - { offset: 0x155483, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwup', symObjAddr: 0x1D060, symBinAddr: 0x100079D9C, symSize: 0x4 }
+ - { offset: 0x155497, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOMa', symObjAddr: 0x1D070, symBinAddr: 0x100079DAC, symSize: 0x10 }
+ - { offset: 0x1554AB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwup', symObjAddr: 0x1D080, symBinAddr: 0x100079DBC, symSize: 0x4 }
+ - { offset: 0x1554BF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOMa', symObjAddr: 0x1D084, symBinAddr: 0x100079DC0, symSize: 0x10 }
+ - { offset: 0x1554D3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwup', symObjAddr: 0x1D1D4, symBinAddr: 0x100079F10, symSize: 0x4 }
+ - { offset: 0x1554E7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOMa', symObjAddr: 0x1D1D8, symBinAddr: 0x100079F14, symSize: 0x10 }
+ - { offset: 0x1554FB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwet', symObjAddr: 0x1D1E8, symBinAddr: 0x100079F24, symSize: 0x90 }
+ - { offset: 0x15550F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwst', symObjAddr: 0x1D278, symBinAddr: 0x100079FB4, symSize: 0xB0 }
+ - { offset: 0x155523, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwup', symObjAddr: 0x1D328, symBinAddr: 0x10007A064, symSize: 0x4 }
+ - { offset: 0x155537, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOMa', symObjAddr: 0x1D32C, symBinAddr: 0x10007A068, symSize: 0x10 }
+ - { offset: 0x15554B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwet', symObjAddr: 0x1D33C, symBinAddr: 0x10007A078, symSize: 0x90 }
+ - { offset: 0x15555F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwst', symObjAddr: 0x1D3CC, symBinAddr: 0x10007A108, symSize: 0xB0 }
+ - { offset: 0x155573, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwup', symObjAddr: 0x1D47C, symBinAddr: 0x10007A1B8, symSize: 0x4 }
+ - { offset: 0x155587, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOMa', symObjAddr: 0x1D480, symBinAddr: 0x10007A1BC, symSize: 0x10 }
+ - { offset: 0x15559B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwup', symObjAddr: 0x1D5D0, symBinAddr: 0x10007A30C, symSize: 0x4 }
+ - { offset: 0x1555AF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOMa', symObjAddr: 0x1D5D4, symBinAddr: 0x10007A310, symSize: 0x10 }
+ - { offset: 0x1555C3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwet', symObjAddr: 0x1D5E4, symBinAddr: 0x10007A320, symSize: 0x90 }
+ - { offset: 0x1555D7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwst', symObjAddr: 0x1D674, symBinAddr: 0x10007A3B0, symSize: 0xB0 }
+ - { offset: 0x1555EB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwup', symObjAddr: 0x1D724, symBinAddr: 0x10007A460, symSize: 0x4 }
+ - { offset: 0x1555FF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOMa', symObjAddr: 0x1D728, symBinAddr: 0x10007A464, symSize: 0x10 }
+ - { offset: 0x155613, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwet', symObjAddr: 0x1D738, symBinAddr: 0x10007A474, symSize: 0x90 }
+ - { offset: 0x155627, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwst', symObjAddr: 0x1D7C8, symBinAddr: 0x10007A504, symSize: 0xB0 }
+ - { offset: 0x15563B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwup', symObjAddr: 0x1D878, symBinAddr: 0x10007A5B4, symSize: 0x4 }
+ - { offset: 0x15564F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOMa', symObjAddr: 0x1D87C, symBinAddr: 0x10007A5B8, symSize: 0x10 }
+ - { offset: 0x155663, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOwup', symObjAddr: 0x1D9CC, symBinAddr: 0x10007A708, symSize: 0x4 }
+ - { offset: 0x155677, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOMa', symObjAddr: 0x1D9D0, symBinAddr: 0x10007A70C, symSize: 0x10 }
+ - { offset: 0x15568B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASQWb', symObjAddr: 0x1D9E0, symBinAddr: 0x10007A71C, symSize: 0x4 }
+ - { offset: 0x15569F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFSQAAWl', symObjAddr: 0x1D9E4, symBinAddr: 0x10007A720, symSize: 0x40 }
+ - { offset: 0x1556B3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASQWb', symObjAddr: 0x1DA24, symBinAddr: 0x10007A760, symSize: 0x4 }
+ - { offset: 0x1556C7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFSQAAWl', symObjAddr: 0x1DA28, symBinAddr: 0x10007A764, symSize: 0x40 }
+ - { offset: 0x1556DB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASQWb', symObjAddr: 0x1DA68, symBinAddr: 0x10007A7A4, symSize: 0x4 }
+ - { offset: 0x1556EF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFSQAAWl', symObjAddr: 0x1DA6C, symBinAddr: 0x10007A7A8, symSize: 0x40 }
+ - { offset: 0x155703, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASQWb', symObjAddr: 0x1DAAC, symBinAddr: 0x10007A7E8, symSize: 0x4 }
+ - { offset: 0x155717, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFSQAAWl', symObjAddr: 0x1DAB0, symBinAddr: 0x10007A7EC, symSize: 0x40 }
+ - { offset: 0x15572B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASQWb', symObjAddr: 0x1DAF0, symBinAddr: 0x10007A82C, symSize: 0x4 }
+ - { offset: 0x15573F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFSQAAWl', symObjAddr: 0x1DAF4, symBinAddr: 0x10007A830, symSize: 0x40 }
+ - { offset: 0x155753, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASQWb', symObjAddr: 0x1DB34, symBinAddr: 0x10007A870, symSize: 0x4 }
+ - { offset: 0x155767, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFSQAAWl', symObjAddr: 0x1DB38, symBinAddr: 0x10007A874, symSize: 0x40 }
+ - { offset: 0x15577B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASQWb', symObjAddr: 0x1DB78, symBinAddr: 0x10007A8B4, symSize: 0x4 }
+ - { offset: 0x15578F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFSQAAWl', symObjAddr: 0x1DB7C, symBinAddr: 0x10007A8B8, symSize: 0x40 }
+ - { offset: 0x1557A3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASQWb', symObjAddr: 0x1DBBC, symBinAddr: 0x10007A8F8, symSize: 0x4 }
+ - { offset: 0x1557B7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFSQAAWl', symObjAddr: 0x1DBC0, symBinAddr: 0x10007A8FC, symSize: 0x40 }
+ - { offset: 0x1557CB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASQWb', symObjAddr: 0x1DC00, symBinAddr: 0x10007A93C, symSize: 0x4 }
+ - { offset: 0x1557DF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFSQAAWl', symObjAddr: 0x1DC04, symBinAddr: 0x10007A940, symSize: 0x40 }
+ - { offset: 0x1557F3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASQWb', symObjAddr: 0x1DC44, symBinAddr: 0x10007A980, symSize: 0x4 }
+ - { offset: 0x155807, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFSQAAWl', symObjAddr: 0x1DC48, symBinAddr: 0x10007A984, symSize: 0x40 }
+ - { offset: 0x15581B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASQWb', symObjAddr: 0x1DC88, symBinAddr: 0x10007A9C4, symSize: 0x4 }
+ - { offset: 0x15582F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFSQAAWl', symObjAddr: 0x1DC8C, symBinAddr: 0x10007A9C8, symSize: 0x40 }
+ - { offset: 0x155843, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASQWb', symObjAddr: 0x1DCCC, symBinAddr: 0x10007AA08, symSize: 0x4 }
+ - { offset: 0x155857, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFSQAAWl', symObjAddr: 0x1DCD0, symBinAddr: 0x10007AA0C, symSize: 0x40 }
+ - { offset: 0x15586B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASQWb', symObjAddr: 0x1DD10, symBinAddr: 0x10007AA4C, symSize: 0x4 }
+ - { offset: 0x15587F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFSQAAWl', symObjAddr: 0x1DD14, symBinAddr: 0x10007AA50, symSize: 0x40 }
+ - { offset: 0x155893, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASQWb', symObjAddr: 0x1DD54, symBinAddr: 0x10007AA90, symSize: 0x4 }
+ - { offset: 0x1558A7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFSQAAWl', symObjAddr: 0x1DD58, symBinAddr: 0x10007AA94, symSize: 0x40 }
+ - { offset: 0x1558BB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1DD98, symBinAddr: 0x10007AAD4, symSize: 0x4 }
+ - { offset: 0x1558CF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1DD9C, symBinAddr: 0x10007AAD8, symSize: 0x40 }
+ - { offset: 0x1558E3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1DDDC, symBinAddr: 0x10007AB18, symSize: 0x4 }
+ - { offset: 0x1558F7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1DDE0, symBinAddr: 0x10007AB1C, symSize: 0x40 }
+ - { offset: 0x15590B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1DE20, symBinAddr: 0x10007AB5C, symSize: 0x4 }
+ - { offset: 0x15591F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1DE24, symBinAddr: 0x10007AB60, symSize: 0x40 }
+ - { offset: 0x155933, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1DE64, symBinAddr: 0x10007ABA0, symSize: 0x4 }
+ - { offset: 0x155947, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1DE68, symBinAddr: 0x10007ABA4, symSize: 0x40 }
+ - { offset: 0x15595B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1DEA8, symBinAddr: 0x10007ABE4, symSize: 0x4 }
+ - { offset: 0x15596F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1DEAC, symBinAddr: 0x10007ABE8, symSize: 0x40 }
+ - { offset: 0x155983, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1DEEC, symBinAddr: 0x10007AC28, symSize: 0x4 }
+ - { offset: 0x155997, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1DEF0, symBinAddr: 0x10007AC2C, symSize: 0x40 }
+ - { offset: 0x1559AB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1DF30, symBinAddr: 0x10007AC6C, symSize: 0x4 }
+ - { offset: 0x1559BF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1DF34, symBinAddr: 0x10007AC70, symSize: 0x40 }
+ - { offset: 0x1559D3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1DF74, symBinAddr: 0x10007ACB0, symSize: 0x4 }
+ - { offset: 0x1559E7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1DF78, symBinAddr: 0x10007ACB4, symSize: 0x40 }
+ - { offset: 0x1559FB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1DFB8, symBinAddr: 0x10007ACF4, symSize: 0x4 }
+ - { offset: 0x155A0F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1DFBC, symBinAddr: 0x10007ACF8, symSize: 0x40 }
+ - { offset: 0x155A23, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1DFFC, symBinAddr: 0x10007AD38, symSize: 0x4 }
+ - { offset: 0x155A37, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1E000, symBinAddr: 0x10007AD3C, symSize: 0x40 }
+ - { offset: 0x155A4B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1E040, symBinAddr: 0x10007AD7C, symSize: 0x4 }
+ - { offset: 0x155A5F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1E044, symBinAddr: 0x10007AD80, symSize: 0x40 }
+ - { offset: 0x155A73, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1E084, symBinAddr: 0x10007ADC0, symSize: 0x4 }
+ - { offset: 0x155A87, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1E088, symBinAddr: 0x10007ADC4, symSize: 0x40 }
+ - { offset: 0x155A9B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1E0C8, symBinAddr: 0x10007AE04, symSize: 0x4 }
+ - { offset: 0x155AAF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1E0CC, symBinAddr: 0x10007AE08, symSize: 0x40 }
+ - { offset: 0x155AC3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1E10C, symBinAddr: 0x10007AE48, symSize: 0x4 }
+ - { offset: 0x155AD7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1E110, symBinAddr: 0x10007AE4C, symSize: 0x40 }
+ - { offset: 0x155AEB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1E150, symBinAddr: 0x10007AE8C, symSize: 0x4 }
+ - { offset: 0x155AFF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1E154, symBinAddr: 0x10007AE90, symSize: 0x40 }
+ - { offset: 0x155B13, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1E194, symBinAddr: 0x10007AED0, symSize: 0x4 }
+ - { offset: 0x155B27, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1E198, symBinAddr: 0x10007AED4, symSize: 0x40 }
+ - { offset: 0x155B3B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1E1D8, symBinAddr: 0x10007AF14, symSize: 0x4 }
+ - { offset: 0x155B4F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1E1DC, symBinAddr: 0x10007AF18, symSize: 0x40 }
+ - { offset: 0x155B63, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1E21C, symBinAddr: 0x10007AF58, symSize: 0x4 }
+ - { offset: 0x155B77, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1E220, symBinAddr: 0x10007AF5C, symSize: 0x40 }
+ - { offset: 0x155B8B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1E260, symBinAddr: 0x10007AF9C, symSize: 0x4 }
+ - { offset: 0x155B9F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1E264, symBinAddr: 0x10007AFA0, symSize: 0x40 }
+ - { offset: 0x155BB3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1E2A4, symBinAddr: 0x10007AFE0, symSize: 0x4 }
+ - { offset: 0x155BC7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1E2A8, symBinAddr: 0x10007AFE4, symSize: 0x40 }
+ - { offset: 0x155BDB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1E2E8, symBinAddr: 0x10007B024, symSize: 0x4 }
+ - { offset: 0x155BEF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1E2EC, symBinAddr: 0x10007B028, symSize: 0x40 }
+ - { offset: 0x155C03, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1E32C, symBinAddr: 0x10007B068, symSize: 0x4 }
+ - { offset: 0x155C17, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1E330, symBinAddr: 0x10007B06C, symSize: 0x40 }
+ - { offset: 0x155C2B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1E370, symBinAddr: 0x10007B0AC, symSize: 0x4 }
+ - { offset: 0x155C3F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1E374, symBinAddr: 0x10007B0B0, symSize: 0x40 }
+ - { offset: 0x155C53, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1E3B4, symBinAddr: 0x10007B0F0, symSize: 0x4 }
+ - { offset: 0x155C67, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1E3B8, symBinAddr: 0x10007B0F4, symSize: 0x40 }
+ - { offset: 0x155C7B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1E3F8, symBinAddr: 0x10007B134, symSize: 0x4 }
+ - { offset: 0x155C8F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1E3FC, symBinAddr: 0x10007B138, symSize: 0x40 }
+ - { offset: 0x155CA3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1E43C, symBinAddr: 0x10007B178, symSize: 0x4 }
+ - { offset: 0x155CB7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1E440, symBinAddr: 0x10007B17C, symSize: 0x40 }
+ - { offset: 0x155CCB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1E480, symBinAddr: 0x10007B1BC, symSize: 0x4 }
+ - { offset: 0x155CDF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1E484, symBinAddr: 0x10007B1C0, symSize: 0x40 }
+ - { offset: 0x155CF3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1E4C4, symBinAddr: 0x10007B200, symSize: 0x4 }
+ - { offset: 0x155D07, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1E4C8, symBinAddr: 0x10007B204, symSize: 0x40 }
+ - { offset: 0x155D1B, size: 0x8, addend: 0x0, symName: ___swift_destroy_boxed_opaque_existential_1, symObjAddr: 0x1E508, symBinAddr: 0x10007B244, symSize: 0x20 }
+ - { offset: 0x155D2F, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks14MenuItemSchemaVGSayxGSesSeRzlWl', symObjAddr: 0x1E528, symBinAddr: 0x10007B264, symSize: 0x70 }
+ - { offset: 0x155D43, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaVACSeAAWl', symObjAddr: 0x1E598, symBinAddr: 0x10007B2D4, symSize: 0x40 }
+ - { offset: 0x155D57, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks10BindSchemaVGSayxGSesSeRzlWl', symObjAddr: 0x1E5D8, symBinAddr: 0x10007B314, symSize: 0x70 }
+ - { offset: 0x155D6B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaVACSeAAWl', symObjAddr: 0x1E648, symBinAddr: 0x10007B384, symSize: 0x40 }
+ - { offset: 0x155D7F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaVWOc', symObjAddr: 0x1E688, symBinAddr: 0x10007B3C4, symSize: 0x34 }
+ - { offset: 0x155D93, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaVWOh', symObjAddr: 0x1E6BC, symBinAddr: 0x10007B3F8, symSize: 0x2C }
+ - { offset: 0x155DA7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemVWOc', symObjAddr: 0x1E730, symBinAddr: 0x10007B424, symSize: 0x34 }
+ - { offset: 0x155DBB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemVWOh', symObjAddr: 0x1E764, symBinAddr: 0x10007B458, symSize: 0x2C }
+ - { offset: 0x155DCF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolVWOc', symObjAddr: 0x1E790, symBinAddr: 0x10007B484, symSize: 0x34 }
+ - { offset: 0x155DE3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolVWOh', symObjAddr: 0x1E7C4, symBinAddr: 0x10007B4B8, symSize: 0x2C }
+ - { offset: 0x155DF7, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks11ToolbarToolVGSayxGSesSeRzlWl', symObjAddr: 0x1E7F0, symBinAddr: 0x10007B4E4, symSize: 0x70 }
+ - { offset: 0x155E0B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolVACSeAAWl', symObjAddr: 0x1E860, symBinAddr: 0x10007B554, symSize: 0x40 }
+ - { offset: 0x155E1F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaVACSeAAWl', symObjAddr: 0x1E984, symBinAddr: 0x10007B678, symSize: 0x40 }
+ - { offset: 0x155E33, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks11FieldSchemaVGSayxGSesSeRzlWl', symObjAddr: 0x1E9C4, symBinAddr: 0x10007B6B8, symSize: 0x70 }
+ - { offset: 0x155E47, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsVACSeAAWl', symObjAddr: 0x1EA34, symBinAddr: 0x10007B728, symSize: 0x40 }
+ - { offset: 0x155E5B, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks8CodeItemVGSayxGSesSeRzlWl', symObjAddr: 0x1EA74, symBinAddr: 0x10007B768, symSize: 0x70 }
+ - { offset: 0x155E6F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemVACSeAAWl', symObjAddr: 0x1EAE4, symBinAddr: 0x10007B7D8, symSize: 0x40 }
+ - { offset: 0x155E83, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks14ValidationRuleVGSayxGSesSeRzlWl', symObjAddr: 0x1EB24, symBinAddr: 0x10007B818, symSize: 0x70 }
+ - { offset: 0x155E97, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleVACSeAAWl', symObjAddr: 0x1EB94, symBinAddr: 0x10007B888, symSize: 0x40 }
+ - { offset: 0x155EAB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsVACSeAAWl', symObjAddr: 0x1ECD0, symBinAddr: 0x10007B930, symSize: 0x40 }
+ - { offset: 0x155EBF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsVACSeAAWl', symObjAddr: 0x1ED10, symBinAddr: 0x10007B970, symSize: 0x40 }
+ - { offset: 0x155ED3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsVACSeAAWl', symObjAddr: 0x1EDB0, symBinAddr: 0x10007B9B0, symSize: 0x40 }
+ - { offset: 0x155EE7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaVACSeAAWl', symObjAddr: 0x1EDF0, symBinAddr: 0x10007B9F0, symSize: 0x40 }
+ - { offset: 0x155EFB, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks7TabItemVGSayxGSesSeRzlWl', symObjAddr: 0x1EE30, symBinAddr: 0x10007BA30, symSize: 0x70 }
+ - { offset: 0x155F0F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemVACSeAAWl', symObjAddr: 0x1EEA0, symBinAddr: 0x10007BAA0, symSize: 0x40 }
+ - { offset: 0x155F23, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsVACSeAAWl', symObjAddr: 0x1EEE0, symBinAddr: 0x10007BAE0, symSize: 0x40 }
+ - { offset: 0x155F37, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsVSgWOg', symObjAddr: 0x1EF20, symBinAddr: 0x10007BB20, symSize: 0x24 }
+ - { offset: 0x155F4B, size: 0x8, addend: 0x0, symName: '_$sSay11SwiftBricks13ControlSchemaVGSayxGSesSeRzlWl', symObjAddr: 0x1EF44, symBinAddr: 0x10007BB44, symSize: 0x70 }
+ - { offset: 0x155FAD, size: 0x8, addend: 0x0, symName: '_$sSTsSQ7ElementRpzrlE8containsySbABFSay11SwiftBricks10WidgetTypeOG_Tg5', symObjAddr: 0x11C, symBinAddr: 0x10005D164, symSize: 0x774 }
+ - { offset: 0x156164, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xE04, symBinAddr: 0x10005DE4C, symSize: 0xC }
+ - { offset: 0x156180, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF11SwiftBricks13ControlSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO_Tg5', symObjAddr: 0xE10, symBinAddr: 0x10005DE58, symSize: 0x190 }
+ - { offset: 0x15622A, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF11SwiftBricks10ActionTypeO_Tgq5', symObjAddr: 0xFA0, symBinAddr: 0x10005DFE8, symSize: 0x29C }
+ - { offset: 0x156351, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASH9hashValueSivgTW', symObjAddr: 0x123C, symBinAddr: 0x10005E284, symSize: 0xDC }
+ - { offset: 0x1563E4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1318, symBinAddr: 0x10005E360, symSize: 0xB8 }
+ - { offset: 0x156433, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF11SwiftBricks10ActionTypeO_Tgq5', symObjAddr: 0x13D0, symBinAddr: 0x10005E418, symSize: 0x130 }
+ - { offset: 0x1564AC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1500, symBinAddr: 0x10005E548, symSize: 0xD8 }
+ - { offset: 0x15652B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1768, symBinAddr: 0x10005E7B0, symSize: 0x28 }
+ - { offset: 0x156547, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1790, symBinAddr: 0x10005E7D8, symSize: 0x28 }
+ - { offset: 0x1565DD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x3514, symBinAddr: 0x10006055C, symSize: 0x28 }
+ - { offset: 0x1565F9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x353C, symBinAddr: 0x100060584, symSize: 0x28 }
+ - { offset: 0x156623, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x4850, symBinAddr: 0x100061898, symSize: 0x28 }
+ - { offset: 0x15663F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x4878, symBinAddr: 0x1000618C0, symSize: 0x28 }
+ - { offset: 0x156669, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x4EF8, symBinAddr: 0x100061F40, symSize: 0x28 }
+ - { offset: 0x156685, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x4F20, symBinAddr: 0x100061F68, symSize: 0x28 }
+ - { offset: 0x1566A8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x54E4, symBinAddr: 0x10006252C, symSize: 0x28 }
+ - { offset: 0x1566C4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x550C, symBinAddr: 0x100062554, symSize: 0x28 }
+ - { offset: 0x1566E7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x6018, symBinAddr: 0x100063060, symSize: 0x28 }
+ - { offset: 0x156703, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x6040, symBinAddr: 0x100063088, symSize: 0x28 }
+ - { offset: 0x156726, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x666C, symBinAddr: 0x1000636B4, symSize: 0x28 }
+ - { offset: 0x156742, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x6694, symBinAddr: 0x1000636DC, symSize: 0x28 }
+ - { offset: 0x156765, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x6A0C, symBinAddr: 0x100063A54, symSize: 0x28 }
+ - { offset: 0x156781, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x6A34, symBinAddr: 0x100063A7C, symSize: 0x28 }
+ - { offset: 0x1567AB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x6E98, symBinAddr: 0x100063EE0, symSize: 0x28 }
+ - { offset: 0x1567C7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x6EC0, symBinAddr: 0x100063F08, symSize: 0x28 }
+ - { offset: 0x1567F1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x7210, symBinAddr: 0x100064258, symSize: 0x28 }
+ - { offset: 0x15680D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x7238, symBinAddr: 0x100064280, symSize: 0x28 }
+ - { offset: 0x15685D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x75B8, symBinAddr: 0x100064600, symSize: 0x3C }
+ - { offset: 0x1568EB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x76A0, symBinAddr: 0x1000646E8, symSize: 0x28 }
+ - { offset: 0x156907, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x76C8, symBinAddr: 0x100064710, symSize: 0x28 }
+ - { offset: 0x15692A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x7B0C, symBinAddr: 0x100064B54, symSize: 0x28 }
+ - { offset: 0x156946, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x7B34, symBinAddr: 0x100064B7C, symSize: 0x28 }
+ - { offset: 0x156970, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x7F6C, symBinAddr: 0x100064FB4, symSize: 0x28 }
+ - { offset: 0x15698C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x7F94, symBinAddr: 0x100064FDC, symSize: 0x28 }
+ - { offset: 0x1569AF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x85D4, symBinAddr: 0x10006561C, symSize: 0x28 }
+ - { offset: 0x1569CB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x85FC, symBinAddr: 0x100065644, symSize: 0x28 }
+ - { offset: 0x1569FD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10WidgetTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x8C8C, symBinAddr: 0x100065CD4, symSize: 0x84 }
+ - { offset: 0x156AB0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10WidgetTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x8D10, symBinAddr: 0x100065D58, symSize: 0x60 }
+ - { offset: 0x156B2E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10WidgetTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x8D70, symBinAddr: 0x100065DB8, symSize: 0x40 }
+ - { offset: 0x156B80, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10WidgetTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x8DB0, symBinAddr: 0x100065DF8, symSize: 0x5C }
+ - { offset: 0x156C25, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10ActionTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x921C, symBinAddr: 0x100066264, symSize: 0xC }
+ - { offset: 0x156C7D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10ActionTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x9228, symBinAddr: 0x100066270, symSize: 0x44 }
+ - { offset: 0x156CE5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10ActionTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x926C, symBinAddr: 0x1000662B4, symSize: 0x8 }
+ - { offset: 0x156CF9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10ActionTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x9274, symBinAddr: 0x1000662BC, symSize: 0x40 }
+ - { offset: 0x156DC6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV11effectiveIdSSvg', symObjAddr: 0x0, symBinAddr: 0x10005D048, symSize: 0x4C }
+ - { offset: 0x156DEB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV14effectiveLabelSSvg', symObjAddr: 0x4C, symBinAddr: 0x10005D094, symSize: 0x64 }
+ - { offset: 0x156E10, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV15effectiveUitypeSSvg', symObjAddr: 0xB0, symBinAddr: 0x10005D0F8, symSize: 0x6C }
+ - { offset: 0x156E66, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10ActionTypeO8rawValueACSgSS_tcfC', symObjAddr: 0x890, symBinAddr: 0x10005D8D8, symSize: 0x4 }
+ - { offset: 0x156E81, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsVACycfC', symObjAddr: 0x894, symBinAddr: 0x10005D8DC, symSize: 0x44 }
+ - { offset: 0x156EA6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV2idSSSgvg', symObjAddr: 0x8D8, symBinAddr: 0x10005D920, symSize: 0x2C }
+ - { offset: 0x156EBA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV2idSSSgvs', symObjAddr: 0x904, symBinAddr: 0x10005D94C, symSize: 0x34 }
+ - { offset: 0x156ECE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV2idSSSgvM', symObjAddr: 0x938, symBinAddr: 0x10005D980, symSize: 0x10 }
+ - { offset: 0x156EE2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV2idSSSgvM.resume.0', symObjAddr: 0x948, symBinAddr: 0x10005D990, symSize: 0x4 }
+ - { offset: 0x156EF6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10widgettypeSSvg', symObjAddr: 0x94C, symBinAddr: 0x10005D994, symSize: 0x2C }
+ - { offset: 0x156F0A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV7optionsAA0C7OptionsVvg', symObjAddr: 0x978, symBinAddr: 0x10005D9C0, symSize: 0xC }
+ - { offset: 0x156F1E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV7optionsAA0C7OptionsVvs', symObjAddr: 0x984, symBinAddr: 0x10005D9CC, symSize: 0x8 }
+ - { offset: 0x156F32, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV7optionsAA0C7OptionsVvM', symObjAddr: 0x98C, symBinAddr: 0x10005D9D4, symSize: 0x10 }
+ - { offset: 0x156F46, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV7optionsAA0C7OptionsVvM.resume.0', symObjAddr: 0x99C, symBinAddr: 0x10005D9E4, symSize: 0x4 }
+ - { offset: 0x156F5A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV5bindsSayAA04BindD0VGSgvg', symObjAddr: 0x9A0, symBinAddr: 0x10005D9E8, symSize: 0x8 }
+ - { offset: 0x156F6E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV5bindsSayAA04BindD0VGSgvs', symObjAddr: 0x9A8, symBinAddr: 0x10005D9F0, symSize: 0x28 }
+ - { offset: 0x156F82, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV5bindsSayAA04BindD0VGSgvM', symObjAddr: 0x9D0, symBinAddr: 0x10005DA18, symSize: 0x10 }
+ - { offset: 0x156F96, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV5bindsSayAA04BindD0VGSgvM.resume.0', symObjAddr: 0x9E0, symBinAddr: 0x10005DA28, symSize: 0x4 }
+ - { offset: 0x156FAA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10subwidgetsSayACGSgvg', symObjAddr: 0x9E4, symBinAddr: 0x10005DA2C, symSize: 0x8 }
+ - { offset: 0x156FBE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10subwidgetsSayACGSgvs', symObjAddr: 0x9EC, symBinAddr: 0x10005DA34, symSize: 0x28 }
+ - { offset: 0x156FD2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10subwidgetsSayACGSgvM', symObjAddr: 0xA14, symBinAddr: 0x10005DA5C, symSize: 0x10 }
+ - { offset: 0x156FE6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10subwidgetsSayACGSgvM.resume.0', symObjAddr: 0xA24, symBinAddr: 0x10005DA6C, symSize: 0x4 }
+ - { offset: 0x156FFA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV9runtimeIdSSvg', symObjAddr: 0xA28, symBinAddr: 0x10005DA70, symSize: 0x30 }
+ - { offset: 0x15700E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV9runtimeIdSSvs', symObjAddr: 0xA58, symBinAddr: 0x10005DAA0, symSize: 0x38 }
+ - { offset: 0x157022, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV9runtimeIdSSvM', symObjAddr: 0xA90, symBinAddr: 0x10005DAD8, symSize: 0x10 }
+ - { offset: 0x157036, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV9runtimeIdSSvM.resume.0', symObjAddr: 0xAA0, symBinAddr: 0x10005DAE8, symSize: 0x4 }
+ - { offset: 0x157051, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsVACycfC', symObjAddr: 0xAA4, symBinAddr: 0x10005DAEC, symSize: 0x158 }
+ - { offset: 0x15707D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV2id10widgettype7options5binds10subwidgetsACSSSg_SSAA0C7OptionsVSayAA04BindD0VGSgSayACGSgtcfC', symObjAddr: 0xBFC, symBinAddr: 0x10005DC44, symSize: 0x1C0 }
+ - { offset: 0x157107, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV4fromACs7Decoder_p_tKcfC', symObjAddr: 0xDBC, symBinAddr: 0x10005DE04, symSize: 0x48 }
+ - { offset: 0x15716C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x15D8, symBinAddr: 0x10005E620, symSize: 0x2C }
+ - { offset: 0x157195, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x1604, symBinAddr: 0x10005E64C, symSize: 0x9C }
+ - { offset: 0x1571C8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x16A0, symBinAddr: 0x10005E6E8, symSize: 0x98 }
+ - { offset: 0x15720D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1738, symBinAddr: 0x10005E780, symSize: 0x24 }
+ - { offset: 0x157255, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x175C, symBinAddr: 0x10005E7A4, symSize: 0xC }
+ - { offset: 0x157269, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV6encode2toys7Encoder_p_tKF', symObjAddr: 0x17B8, symBinAddr: 0x10005E800, symSize: 0x258 }
+ - { offset: 0x1572A8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1A10, symBinAddr: 0x10005EA58, symSize: 0x48 }
+ - { offset: 0x1572D2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1A58, symBinAddr: 0x10005EAA0, symSize: 0x14 }
+ - { offset: 0x1572E6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaVs12IdentifiableAAsADP2id2IDQzvgTW', symObjAddr: 0x1A6C, symBinAddr: 0x10005EAB4, symSize: 0xC }
+ - { offset: 0x1572FA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5widthSSSgvg', symObjAddr: 0x1A78, symBinAddr: 0x10005EAC0, symSize: 0x2C }
+ - { offset: 0x15730E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5widthSSSgvs', symObjAddr: 0x1AA4, symBinAddr: 0x10005EAEC, symSize: 0x34 }
+ - { offset: 0x157322, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5widthSSSgvM', symObjAddr: 0x1AD8, symBinAddr: 0x10005EB20, symSize: 0x10 }
+ - { offset: 0x157336, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5widthSSSgvM.resume.0', symObjAddr: 0x1AE8, symBinAddr: 0x10005EB30, symSize: 0x4 }
+ - { offset: 0x15734A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6heightSSSgvg', symObjAddr: 0x1AEC, symBinAddr: 0x10005EB34, symSize: 0x2C }
+ - { offset: 0x15735E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6heightSSSgvs', symObjAddr: 0x1B18, symBinAddr: 0x10005EB60, symSize: 0x34 }
+ - { offset: 0x157372, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6heightSSSgvM', symObjAddr: 0x1B4C, symBinAddr: 0x10005EB94, symSize: 0x10 }
+ - { offset: 0x157386, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6heightSSSgvM.resume.0', symObjAddr: 0x1B5C, symBinAddr: 0x10005EBA4, symSize: 0x4 }
+ - { offset: 0x15739A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6cwidthSdSgvg', symObjAddr: 0x1B60, symBinAddr: 0x10005EBA8, symSize: 0xC }
+ - { offset: 0x1573AE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6cwidthSdSgvs', symObjAddr: 0x1B6C, symBinAddr: 0x10005EBB4, symSize: 0x10 }
+ - { offset: 0x1573C2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6cwidthSdSgvM', symObjAddr: 0x1B7C, symBinAddr: 0x10005EBC4, symSize: 0x10 }
+ - { offset: 0x1573D6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6cwidthSdSgvM.resume.0', symObjAddr: 0x1B8C, symBinAddr: 0x10005EBD4, symSize: 0x4 }
+ - { offset: 0x1573EA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV7cheightSdSgvg', symObjAddr: 0x1B90, symBinAddr: 0x10005EBD8, symSize: 0xC }
+ - { offset: 0x1573FE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV7cheightSdSgvs', symObjAddr: 0x1B9C, symBinAddr: 0x10005EBE4, symSize: 0x10 }
+ - { offset: 0x157412, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV7cheightSdSgvM', symObjAddr: 0x1BAC, symBinAddr: 0x10005EBF4, symSize: 0x10 }
+ - { offset: 0x157426, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV7cheightSdSgvM.resume.0', symObjAddr: 0x1BBC, symBinAddr: 0x10005EC04, symSize: 0x4 }
+ - { offset: 0x15743A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV7bgcolorSSSgvg', symObjAddr: 0x1BC0, symBinAddr: 0x10005EC08, symSize: 0x2C }
+ - { offset: 0x15744E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV7bgcolorSSSgvs', symObjAddr: 0x1BEC, symBinAddr: 0x10005EC34, symSize: 0x34 }
+ - { offset: 0x157462, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV7bgcolorSSSgvM', symObjAddr: 0x1C20, symBinAddr: 0x10005EC68, symSize: 0x10 }
+ - { offset: 0x157476, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV7bgcolorSSSgvM.resume.0', symObjAddr: 0x1C30, symBinAddr: 0x10005EC78, symSize: 0x4 }
+ - { offset: 0x15748A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5colorSSSgvg', symObjAddr: 0x1C34, symBinAddr: 0x10005EC7C, symSize: 0x2C }
+ - { offset: 0x15749E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5colorSSSgvs', symObjAddr: 0x1C60, symBinAddr: 0x10005ECA8, symSize: 0x34 }
+ - { offset: 0x1574B2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5colorSSSgvM', symObjAddr: 0x1C94, symBinAddr: 0x10005ECDC, symSize: 0x10 }
+ - { offset: 0x1574C6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5colorSSSgvM.resume.0', symObjAddr: 0x1CA4, symBinAddr: 0x10005ECEC, symSize: 0x4 }
+ - { offset: 0x1574DA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV3cssSSSgvg', symObjAddr: 0x1CA8, symBinAddr: 0x10005ECF0, symSize: 0x2C }
+ - { offset: 0x1574EE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV3cssSSSgvs', symObjAddr: 0x1CD4, symBinAddr: 0x10005ED1C, symSize: 0x34 }
+ - { offset: 0x157502, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV3cssSSSgvM', symObjAddr: 0x1D08, symBinAddr: 0x10005ED50, symSize: 0x10 }
+ - { offset: 0x157516, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV3cssSSSgvM.resume.0', symObjAddr: 0x1D18, symBinAddr: 0x10005ED60, symSize: 0x4 }
+ - { offset: 0x15752A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV7paddingSSSgvg', symObjAddr: 0x1D1C, symBinAddr: 0x10005ED64, symSize: 0x2C }
+ - { offset: 0x15753E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV7paddingSSSgvs', symObjAddr: 0x1D48, symBinAddr: 0x10005ED90, symSize: 0x34 }
+ - { offset: 0x157552, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV7paddingSSSgvM', symObjAddr: 0x1D7C, symBinAddr: 0x10005EDC4, symSize: 0x10 }
+ - { offset: 0x157566, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV7paddingSSSgvM.resume.0', symObjAddr: 0x1D8C, symBinAddr: 0x10005EDD4, symSize: 0x4 }
+ - { offset: 0x15757A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6cursorSSSgvg', symObjAddr: 0x1D90, symBinAddr: 0x10005EDD8, symSize: 0x2C }
+ - { offset: 0x15758E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6cursorSSSgvs', symObjAddr: 0x1DBC, symBinAddr: 0x10005EE04, symSize: 0x34 }
+ - { offset: 0x1575A2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6cursorSSSgvM', symObjAddr: 0x1DF0, symBinAddr: 0x10005EE38, symSize: 0x10 }
+ - { offset: 0x1575B6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6cursorSSSgvM.resume.0', symObjAddr: 0x1E00, symBinAddr: 0x10005EE48, symSize: 0x4 }
+ - { offset: 0x1575CA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV7spacingSdSgvg', symObjAddr: 0x1E04, symBinAddr: 0x10005EE4C, symSize: 0xC }
+ - { offset: 0x1575DE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV7spacingSdSgvs', symObjAddr: 0x1E10, symBinAddr: 0x10005EE58, symSize: 0x10 }
+ - { offset: 0x1575F2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV7spacingSdSgvM', symObjAddr: 0x1E20, symBinAddr: 0x10005EE68, symSize: 0x10 }
+ - { offset: 0x157606, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV7spacingSdSgvM.resume.0', symObjAddr: 0x1E30, symBinAddr: 0x10005EE78, symSize: 0x4 }
+ - { offset: 0x15761A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10alignItemsSSSgvg', symObjAddr: 0x1E34, symBinAddr: 0x10005EE7C, symSize: 0x2C }
+ - { offset: 0x15762E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10alignItemsSSSgvs', symObjAddr: 0x1E60, symBinAddr: 0x10005EEA8, symSize: 0x34 }
+ - { offset: 0x157642, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10alignItemsSSSgvM', symObjAddr: 0x1E94, symBinAddr: 0x10005EEDC, symSize: 0x10 }
+ - { offset: 0x157656, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10alignItemsSSSgvM.resume.0', symObjAddr: 0x1EA4, symBinAddr: 0x10005EEEC, symSize: 0x4 }
+ - { offset: 0x15766A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4textSSSgvg', symObjAddr: 0x1EA8, symBinAddr: 0x10005EEF0, symSize: 0x2C }
+ - { offset: 0x15767E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4textSSSgvs', symObjAddr: 0x1ED4, symBinAddr: 0x10005EF1C, symSize: 0x34 }
+ - { offset: 0x157692, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4textSSSgvM', symObjAddr: 0x1F08, symBinAddr: 0x10005EF50, symSize: 0x10 }
+ - { offset: 0x1576A6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4textSSSgvM.resume.0', symObjAddr: 0x1F18, symBinAddr: 0x10005EF60, symSize: 0x4 }
+ - { offset: 0x1576BA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5otextSSSgvg', symObjAddr: 0x1F1C, symBinAddr: 0x10005EF64, symSize: 0x2C }
+ - { offset: 0x1576CE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5otextSSSgvs', symObjAddr: 0x1F48, symBinAddr: 0x10005EF90, symSize: 0x34 }
+ - { offset: 0x1576E2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5otextSSSgvM', symObjAddr: 0x1F7C, symBinAddr: 0x10005EFC4, symSize: 0x10 }
+ - { offset: 0x1576F6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5otextSSSgvM.resume.0', symObjAddr: 0x1F8C, symBinAddr: 0x10005EFD4, symSize: 0x4 }
+ - { offset: 0x15770A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4i18nSbSgvg', symObjAddr: 0x1F90, symBinAddr: 0x10005EFD8, symSize: 0x8 }
+ - { offset: 0x15771E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4i18nSbSgvs', symObjAddr: 0x1F98, symBinAddr: 0x10005EFE0, symSize: 0x8 }
+ - { offset: 0x157732, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4i18nSbSgvM', symObjAddr: 0x1FA0, symBinAddr: 0x10005EFE8, symSize: 0x10 }
+ - { offset: 0x157746, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4i18nSbSgvM.resume.0', symObjAddr: 0x1FB0, symBinAddr: 0x10005EFF8, symSize: 0x4 }
+ - { offset: 0x15775A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5levelSiSgvg', symObjAddr: 0x1FB4, symBinAddr: 0x10005EFFC, symSize: 0xC }
+ - { offset: 0x15776E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5levelSiSgvs', symObjAddr: 0x1FC0, symBinAddr: 0x10005F008, symSize: 0x10 }
+ - { offset: 0x157782, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5levelSiSgvM', symObjAddr: 0x1FD0, symBinAddr: 0x10005F018, symSize: 0x10 }
+ - { offset: 0x157796, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5levelSiSgvM.resume.0', symObjAddr: 0x1FE0, symBinAddr: 0x10005F028, symSize: 0x4 }
+ - { offset: 0x1577AA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5labelSSSgvg', symObjAddr: 0x1FE4, symBinAddr: 0x10005F02C, symSize: 0x2C }
+ - { offset: 0x1577BE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5labelSSSgvs', symObjAddr: 0x2010, symBinAddr: 0x10005F058, symSize: 0x34 }
+ - { offset: 0x1577D2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5labelSSSgvM', symObjAddr: 0x2044, symBinAddr: 0x10005F08C, symSize: 0x10 }
+ - { offset: 0x1577E6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5labelSSSgvM.resume.0', symObjAddr: 0x2054, symBinAddr: 0x10005F09C, symSize: 0x4 }
+ - { offset: 0x1577FA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10actiontypeSSSgvg', symObjAddr: 0x2058, symBinAddr: 0x10005F0A0, symSize: 0x2C }
+ - { offset: 0x15780E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10actiontypeSSSgvs', symObjAddr: 0x2084, symBinAddr: 0x10005F0CC, symSize: 0x34 }
+ - { offset: 0x157822, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10actiontypeSSSgvM', symObjAddr: 0x20B8, symBinAddr: 0x10005F100, symSize: 0x10 }
+ - { offset: 0x157836, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10actiontypeSSSgvM.resume.0', symObjAddr: 0x20C8, symBinAddr: 0x10005F110, symSize: 0x4 }
+ - { offset: 0x15784A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV3urlSSSgvg', symObjAddr: 0x20CC, symBinAddr: 0x10005F114, symSize: 0x2C }
+ - { offset: 0x15785E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV3urlSSSgvs', symObjAddr: 0x20F8, symBinAddr: 0x10005F140, symSize: 0x34 }
+ - { offset: 0x157872, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV3urlSSSgvM', symObjAddr: 0x212C, symBinAddr: 0x10005F174, symSize: 0x10 }
+ - { offset: 0x157886, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV3urlSSSgvM.resume.0', symObjAddr: 0x213C, symBinAddr: 0x10005F184, symSize: 0x4 }
+ - { offset: 0x15789A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4iconSSSgvg', symObjAddr: 0x2140, symBinAddr: 0x10005F188, symSize: 0x2C }
+ - { offset: 0x1578AE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4iconSSSgvs', symObjAddr: 0x216C, symBinAddr: 0x10005F1B4, symSize: 0x34 }
+ - { offset: 0x1578C2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4iconSSSgvM', symObjAddr: 0x21A0, symBinAddr: 0x10005F1E8, symSize: 0x10 }
+ - { offset: 0x1578D6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4iconSSSgvM.resume.0', symObjAddr: 0x21B0, symBinAddr: 0x10005F1F8, symSize: 0x4 }
+ - { offset: 0x1578EA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4nameSSSgvg', symObjAddr: 0x21B4, symBinAddr: 0x10005F1FC, symSize: 0x2C }
+ - { offset: 0x1578FE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4nameSSSgvs', symObjAddr: 0x21E0, symBinAddr: 0x10005F228, symSize: 0x34 }
+ - { offset: 0x157912, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4nameSSSgvM', symObjAddr: 0x2214, symBinAddr: 0x10005F25C, symSize: 0x10 }
+ - { offset: 0x157926, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4nameSSSgvM.resume.0', symObjAddr: 0x2224, symBinAddr: 0x10005F26C, symSize: 0x4 }
+ - { offset: 0x15793A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV11placeholderSSSgvg', symObjAddr: 0x2228, symBinAddr: 0x10005F270, symSize: 0x2C }
+ - { offset: 0x15794E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV11placeholderSSSgvs', symObjAddr: 0x2254, symBinAddr: 0x10005F29C, symSize: 0x34 }
+ - { offset: 0x157962, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV11placeholderSSSgvM', symObjAddr: 0x2288, symBinAddr: 0x10005F2D0, symSize: 0x10 }
+ - { offset: 0x157976, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV11placeholderSSSgvM.resume.0', symObjAddr: 0x2298, symBinAddr: 0x10005F2E0, symSize: 0x4 }
+ - { offset: 0x15798A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5valueSSSgvg', symObjAddr: 0x229C, symBinAddr: 0x10005F2E4, symSize: 0x2C }
+ - { offset: 0x15799E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5valueSSSgvs', symObjAddr: 0x22C8, symBinAddr: 0x10005F310, symSize: 0x34 }
+ - { offset: 0x1579B2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5valueSSSgvM', symObjAddr: 0x22FC, symBinAddr: 0x10005F344, symSize: 0x10 }
+ - { offset: 0x1579C6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5valueSSSgvM.resume.0', symObjAddr: 0x230C, symBinAddr: 0x10005F354, symSize: 0x4 }
+ - { offset: 0x1579DA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV12defaultvalueSSSgvg', symObjAddr: 0x2310, symBinAddr: 0x10005F358, symSize: 0x2C }
+ - { offset: 0x1579EE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV12defaultvalueSSSgvs', symObjAddr: 0x233C, symBinAddr: 0x10005F384, symSize: 0x34 }
+ - { offset: 0x157A02, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV12defaultvalueSSSgvM', symObjAddr: 0x2370, symBinAddr: 0x10005F3B8, symSize: 0x10 }
+ - { offset: 0x157A16, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV12defaultvalueSSSgvM.resume.0', symObjAddr: 0x2380, symBinAddr: 0x10005F3C8, symSize: 0x4 }
+ - { offset: 0x157A2A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV8requiredSbSgvg', symObjAddr: 0x2384, symBinAddr: 0x10005F3CC, symSize: 0x8 }
+ - { offset: 0x157A3E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV8requiredSbSgvs', symObjAddr: 0x238C, symBinAddr: 0x10005F3D4, symSize: 0x8 }
+ - { offset: 0x157A52, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV8requiredSbSgvM', symObjAddr: 0x2394, symBinAddr: 0x10005F3DC, symSize: 0x10 }
+ - { offset: 0x157A66, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV8requiredSbSgvM.resume.0', symObjAddr: 0x23A4, symBinAddr: 0x10005F3EC, symSize: 0x4 }
+ - { offset: 0x157A7A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6uitypeSSSgvg', symObjAddr: 0x23A8, symBinAddr: 0x10005F3F0, symSize: 0x2C }
+ - { offset: 0x157A8E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6uitypeSSSgvs', symObjAddr: 0x23D4, symBinAddr: 0x10005F41C, symSize: 0x34 }
+ - { offset: 0x157AA2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6uitypeSSSgvM', symObjAddr: 0x2408, symBinAddr: 0x10005F450, symSize: 0x10 }
+ - { offset: 0x157AB6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6uitypeSSSgvM.resume.0', symObjAddr: 0x2418, symBinAddr: 0x10005F460, symSize: 0x4 }
+ - { offset: 0x157ACA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5titleSSSgvg', symObjAddr: 0x241C, symBinAddr: 0x10005F464, symSize: 0x2C }
+ - { offset: 0x157ADE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5titleSSSgvs', symObjAddr: 0x2448, symBinAddr: 0x10005F490, symSize: 0x34 }
+ - { offset: 0x157AF2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5titleSSSgvM', symObjAddr: 0x247C, symBinAddr: 0x10005F4C4, symSize: 0x10 }
+ - { offset: 0x157B06, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5titleSSSgvM.resume.0', symObjAddr: 0x248C, symBinAddr: 0x10005F4D4, symSize: 0x4 }
+ - { offset: 0x157B1A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5rulesSayAA14ValidationRuleVGSgvg', symObjAddr: 0x2490, symBinAddr: 0x10005F4D8, symSize: 0x8 }
+ - { offset: 0x157B2E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5rulesSayAA14ValidationRuleVGSgvs', symObjAddr: 0x2498, symBinAddr: 0x10005F4E0, symSize: 0x28 }
+ - { offset: 0x157B42, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5rulesSayAA14ValidationRuleVGSgvM', symObjAddr: 0x24C0, symBinAddr: 0x10005F508, symSize: 0x10 }
+ - { offset: 0x157B56, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5rulesSayAA14ValidationRuleVGSgvM.resume.0', symObjAddr: 0x24D0, symBinAddr: 0x10005F518, symSize: 0x4 }
+ - { offset: 0x157B6A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5codesSayAA8CodeItemVGSgvg', symObjAddr: 0x24D4, symBinAddr: 0x10005F51C, symSize: 0x8 }
+ - { offset: 0x157B7E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5codesSayAA8CodeItemVGSgvs', symObjAddr: 0x24DC, symBinAddr: 0x10005F524, symSize: 0x28 }
+ - { offset: 0x157B92, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5codesSayAA8CodeItemVGSgvM', symObjAddr: 0x2504, symBinAddr: 0x10005F54C, symSize: 0x10 }
+ - { offset: 0x157BA6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5codesSayAA8CodeItemVGSgvM.resume.0', symObjAddr: 0x2514, symBinAddr: 0x10005F55C, symSize: 0x4 }
+ - { offset: 0x157BBA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4dataSayAA8CodeItemVGSgvg', symObjAddr: 0x2518, symBinAddr: 0x10005F560, symSize: 0x8 }
+ - { offset: 0x157BCE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4dataSayAA8CodeItemVGSgvs', symObjAddr: 0x2520, symBinAddr: 0x10005F568, symSize: 0x28 }
+ - { offset: 0x157BE2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4dataSayAA8CodeItemVGSgvM', symObjAddr: 0x2548, symBinAddr: 0x10005F590, symSize: 0x10 }
+ - { offset: 0x157BF6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4dataSayAA8CodeItemVGSgvM.resume.0', symObjAddr: 0x2558, symBinAddr: 0x10005F5A0, symSize: 0x4 }
+ - { offset: 0x157C0A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV7dataurlSSSgvg', symObjAddr: 0x255C, symBinAddr: 0x10005F5A4, symSize: 0x2C }
+ - { offset: 0x157C1E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV7dataurlSSSgvs', symObjAddr: 0x2588, symBinAddr: 0x10005F5D0, symSize: 0x34 }
+ - { offset: 0x157C32, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV7dataurlSSSgvM', symObjAddr: 0x25BC, symBinAddr: 0x10005F604, symSize: 0x10 }
+ - { offset: 0x157C46, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV7dataurlSSSgvM.resume.0', symObjAddr: 0x25CC, symBinAddr: 0x10005F614, symSize: 0x4 }
+ - { offset: 0x157C5A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10valueFieldSSSgvg', symObjAddr: 0x25D0, symBinAddr: 0x10005F618, symSize: 0x2C }
+ - { offset: 0x157C6E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10valueFieldSSSgvs', symObjAddr: 0x25FC, symBinAddr: 0x10005F644, symSize: 0x34 }
+ - { offset: 0x157C82, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10valueFieldSSSgvM', symObjAddr: 0x2630, symBinAddr: 0x10005F678, symSize: 0x10 }
+ - { offset: 0x157C96, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10valueFieldSSSgvM.resume.0', symObjAddr: 0x2640, symBinAddr: 0x10005F688, symSize: 0x4 }
+ - { offset: 0x157CAA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV9textFieldSSSgvg', symObjAddr: 0x2644, symBinAddr: 0x10005F68C, symSize: 0x2C }
+ - { offset: 0x157CBE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV9textFieldSSSgvs', symObjAddr: 0x2670, symBinAddr: 0x10005F6B8, symSize: 0x34 }
+ - { offset: 0x157CD2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV9textFieldSSSgvM', symObjAddr: 0x26A4, symBinAddr: 0x10005F6EC, symSize: 0x10 }
+ - { offset: 0x157CE6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV9textFieldSSSgvM.resume.0', symObjAddr: 0x26B4, symBinAddr: 0x10005F6FC, symSize: 0x4 }
+ - { offset: 0x157CFA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6fieldsSayAA11FieldSchemaVGSgvg', symObjAddr: 0x26B8, symBinAddr: 0x10005F700, symSize: 0x8 }
+ - { offset: 0x157D0E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6fieldsSayAA11FieldSchemaVGSgvs', symObjAddr: 0x26C0, symBinAddr: 0x10005F708, symSize: 0x28 }
+ - { offset: 0x157D22, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6fieldsSayAA11FieldSchemaVGSgvM', symObjAddr: 0x26E8, symBinAddr: 0x10005F730, symSize: 0x10 }
+ - { offset: 0x157D36, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6fieldsSayAA11FieldSchemaVGSgvM.resume.0', symObjAddr: 0x26F8, symBinAddr: 0x10005F740, symSize: 0x4 }
+ - { offset: 0x157D4A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10submit_urlSSSgvg', symObjAddr: 0x26FC, symBinAddr: 0x10005F744, symSize: 0x2C }
+ - { offset: 0x157D5E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10submit_urlSSSgvs', symObjAddr: 0x2728, symBinAddr: 0x10005F770, symSize: 0x34 }
+ - { offset: 0x157D72, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10submit_urlSSSgvM', symObjAddr: 0x275C, symBinAddr: 0x10005F7A4, symSize: 0x10 }
+ - { offset: 0x157D86, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10submit_urlSSSgvM.resume.0', symObjAddr: 0x276C, symBinAddr: 0x10005F7B4, symSize: 0x4 }
+ - { offset: 0x157D9A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV12submit_labelSSSgvg', symObjAddr: 0x2770, symBinAddr: 0x10005F7B8, symSize: 0x2C }
+ - { offset: 0x157DAE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV12submit_labelSSSgvs', symObjAddr: 0x279C, symBinAddr: 0x10005F7E4, symSize: 0x34 }
+ - { offset: 0x157DC2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV12submit_labelSSSgvM', symObjAddr: 0x27D0, symBinAddr: 0x10005F818, symSize: 0x10 }
+ - { offset: 0x157DD6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV12submit_labelSSSgvM.resume.0', symObjAddr: 0x27E0, symBinAddr: 0x10005F828, symSize: 0x4 }
+ - { offset: 0x157DEA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10show_labelSbSgvg', symObjAddr: 0x27E4, symBinAddr: 0x10005F82C, symSize: 0x8 }
+ - { offset: 0x157DFE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10show_labelSbSgvs', symObjAddr: 0x27EC, symBinAddr: 0x10005F834, symSize: 0x8 }
+ - { offset: 0x157E12, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10show_labelSbSgvM', symObjAddr: 0x27F4, symBinAddr: 0x10005F83C, symSize: 0x10 }
+ - { offset: 0x157E26, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10show_labelSbSgvM.resume.0', symObjAddr: 0x2804, symBinAddr: 0x10005F84C, symSize: 0x4 }
+ - { offset: 0x157E3A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV8data_urlSSSgvg', symObjAddr: 0x2808, symBinAddr: 0x10005F850, symSize: 0x30 }
+ - { offset: 0x157E4E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV8data_urlSSSgvs', symObjAddr: 0x2838, symBinAddr: 0x10005F880, symSize: 0x38 }
+ - { offset: 0x157E62, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV8data_urlSSSgvM', symObjAddr: 0x2870, symBinAddr: 0x10005F8B8, symSize: 0x10 }
+ - { offset: 0x157E76, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV8data_urlSSSgvM.resume.0', symObjAddr: 0x2880, symBinAddr: 0x10005F8C8, symSize: 0x4 }
+ - { offset: 0x157E8A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV11data_methodSSSgvg', symObjAddr: 0x2884, symBinAddr: 0x10005F8CC, symSize: 0x30 }
+ - { offset: 0x157E9E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV11data_methodSSSgvs', symObjAddr: 0x28B4, symBinAddr: 0x10005F8FC, symSize: 0x38 }
+ - { offset: 0x157EB2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV11data_methodSSSgvM', symObjAddr: 0x28EC, symBinAddr: 0x10005F934, symSize: 0x10 }
+ - { offset: 0x157EC6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV11data_methodSSSgvM.resume.0', symObjAddr: 0x28FC, symBinAddr: 0x10005F944, symSize: 0x4 }
+ - { offset: 0x157EDA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV9page_rowsSiSgvg', symObjAddr: 0x2900, symBinAddr: 0x10005F948, symSize: 0xC }
+ - { offset: 0x157EEE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV9page_rowsSiSgvs', symObjAddr: 0x290C, symBinAddr: 0x10005F954, symSize: 0x10 }
+ - { offset: 0x157F02, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV9page_rowsSiSgvM', symObjAddr: 0x291C, symBinAddr: 0x10005F964, symSize: 0x10 }
+ - { offset: 0x157F16, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV9page_rowsSiSgvM.resume.0', symObjAddr: 0x292C, symBinAddr: 0x10005F974, symSize: 0x4 }
+ - { offset: 0x157F2A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV11row_optionsAA03RowD0VSgvg', symObjAddr: 0x2930, symBinAddr: 0x10005F978, symSize: 0x54 }
+ - { offset: 0x157F3E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV11row_optionsAA03RowD0VSgvs', symObjAddr: 0x2984, symBinAddr: 0x10005F9CC, symSize: 0x5C }
+ - { offset: 0x157F52, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV11row_optionsAA03RowD0VSgvM', symObjAddr: 0x29E0, symBinAddr: 0x10005FA28, symSize: 0x10 }
+ - { offset: 0x157F66, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV11row_optionsAA03RowD0VSgvM.resume.0', symObjAddr: 0x29F0, symBinAddr: 0x10005FA38, symSize: 0x4 }
+ - { offset: 0x157F7A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV7toolbarAA13ToolbarSchemaVSgvg', symObjAddr: 0x29F4, symBinAddr: 0x10005FA3C, symSize: 0x28 }
+ - { offset: 0x157F8E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV7toolbarAA13ToolbarSchemaVSgvs', symObjAddr: 0x2A1C, symBinAddr: 0x10005FA64, symSize: 0x28 }
+ - { offset: 0x157FA2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV7toolbarAA13ToolbarSchemaVSgvM', symObjAddr: 0x2A44, symBinAddr: 0x10005FA8C, symSize: 0x10 }
+ - { offset: 0x157FB6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV7toolbarAA13ToolbarSchemaVSgvM.resume.0', symObjAddr: 0x2A54, symBinAddr: 0x10005FA9C, symSize: 0x4 }
+ - { offset: 0x157FCA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4tabsSayAA7TabItemVGSgvg', symObjAddr: 0x2A58, symBinAddr: 0x10005FAA0, symSize: 0x8 }
+ - { offset: 0x157FDE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4tabsSayAA7TabItemVGSgvs', symObjAddr: 0x2A60, symBinAddr: 0x10005FAA8, symSize: 0x28 }
+ - { offset: 0x157FF2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4tabsSayAA7TabItemVGSgvM', symObjAddr: 0x2A88, symBinAddr: 0x10005FAD0, symSize: 0x10 }
+ - { offset: 0x158006, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4tabsSayAA7TabItemVGSgvM.resume.0', symObjAddr: 0x2A98, symBinAddr: 0x10005FAE0, symSize: 0x4 }
+ - { offset: 0x15801A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV9activeTabSiSgvg', symObjAddr: 0x2A9C, symBinAddr: 0x10005FAE4, symSize: 0xC }
+ - { offset: 0x15802E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV9activeTabSiSgvs', symObjAddr: 0x2AA8, symBinAddr: 0x10005FAF0, symSize: 0x10 }
+ - { offset: 0x158042, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV9activeTabSiSgvM', symObjAddr: 0x2AB8, symBinAddr: 0x10005FB00, symSize: 0x10 }
+ - { offset: 0x158056, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV9activeTabSiSgvM.resume.0', symObjAddr: 0x2AC8, symBinAddr: 0x10005FB10, symSize: 0x4 }
+ - { offset: 0x15806A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10col_cwidthSdSgvg', symObjAddr: 0x2ACC, symBinAddr: 0x10005FB14, symSize: 0xC }
+ - { offset: 0x15807E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10col_cwidthSdSgvs', symObjAddr: 0x2AD8, symBinAddr: 0x10005FB20, symSize: 0x10 }
+ - { offset: 0x158092, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10col_cwidthSdSgvM', symObjAddr: 0x2AE8, symBinAddr: 0x10005FB30, symSize: 0x10 }
+ - { offset: 0x1580A6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10col_cwidthSdSgvM.resume.0', symObjAddr: 0x2AF8, symBinAddr: 0x10005FB40, symSize: 0x4 }
+ - { offset: 0x1580BA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV8col_cgapSdSgvg', symObjAddr: 0x2AFC, symBinAddr: 0x10005FB44, symSize: 0xC }
+ - { offset: 0x1580CE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV8col_cgapSdSgvs', symObjAddr: 0x2B08, symBinAddr: 0x10005FB50, symSize: 0x10 }
+ - { offset: 0x1580E2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV8col_cgapSdSgvM', symObjAddr: 0x2B18, symBinAddr: 0x10005FB60, symSize: 0x10 }
+ - { offset: 0x1580F6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV8col_cgapSdSgvM.resume.0', symObjAddr: 0x2B28, symBinAddr: 0x10005FB70, symSize: 0x4 }
+ - { offset: 0x15810A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV9col_widthSdSgvg', symObjAddr: 0x2B2C, symBinAddr: 0x10005FB74, symSize: 0xC }
+ - { offset: 0x15811E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV9col_widthSdSgvs', symObjAddr: 0x2B38, symBinAddr: 0x10005FB80, symSize: 0x10 }
+ - { offset: 0x158132, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV9col_widthSdSgvM', symObjAddr: 0x2B48, symBinAddr: 0x10005FB90, symSize: 0x10 }
+ - { offset: 0x158146, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV9col_widthSdSgvM.resume.0', symObjAddr: 0x2B58, symBinAddr: 0x10005FBA0, symSize: 0x4 }
+ - { offset: 0x15815A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV13popup_optionsAA05PopupD0VSgvg', symObjAddr: 0x2B5C, symBinAddr: 0x10005FBA4, symSize: 0x2C }
+ - { offset: 0x15816E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV13popup_optionsAA05PopupD0VSgvs', symObjAddr: 0x2B88, symBinAddr: 0x10005FBD0, symSize: 0x28 }
+ - { offset: 0x158182, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV13popup_optionsAA05PopupD0VSgvM', symObjAddr: 0x2BB0, symBinAddr: 0x10005FBF8, symSize: 0x10 }
+ - { offset: 0x158196, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV13popup_optionsAA05PopupD0VSgvM.resume.0', symObjAddr: 0x2BC0, symBinAddr: 0x10005FC08, symSize: 0x4 }
+ - { offset: 0x1581AA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV9auto_openSbSgvg', symObjAddr: 0x2BC4, symBinAddr: 0x10005FC0C, symSize: 0x8 }
+ - { offset: 0x1581BE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV9auto_openSbSgvs', symObjAddr: 0x2BCC, symBinAddr: 0x10005FC14, symSize: 0x8 }
+ - { offset: 0x1581D2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV9auto_openSbSgvM', symObjAddr: 0x2BD4, symBinAddr: 0x10005FC1C, symSize: 0x10 }
+ - { offset: 0x1581E6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV9auto_openSbSgvM.resume.0', symObjAddr: 0x2BE4, symBinAddr: 0x10005FC2C, symSize: 0x4 }
+ - { offset: 0x1581FA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6archorSSSgvg', symObjAddr: 0x2BE8, symBinAddr: 0x10005FC30, symSize: 0x30 }
+ - { offset: 0x15820E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6archorSSSgvs', symObjAddr: 0x2C18, symBinAddr: 0x10005FC60, symSize: 0x38 }
+ - { offset: 0x158222, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6archorSSSgvM', symObjAddr: 0x2C50, symBinAddr: 0x10005FC98, symSize: 0x10 }
+ - { offset: 0x158236, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6archorSSSgvM.resume.0', symObjAddr: 0x2C60, symBinAddr: 0x10005FCA8, symSize: 0x4 }
+ - { offset: 0x15824A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV14dismiss_eventsSaySSGSgvg', symObjAddr: 0x2C64, symBinAddr: 0x10005FCAC, symSize: 0x8 }
+ - { offset: 0x15825E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV14dismiss_eventsSaySSGSgvs', symObjAddr: 0x2C6C, symBinAddr: 0x10005FCB4, symSize: 0x28 }
+ - { offset: 0x158272, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV14dismiss_eventsSaySSGSgvM', symObjAddr: 0x2C94, symBinAddr: 0x10005FCDC, symSize: 0x10 }
+ - { offset: 0x158286, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV14dismiss_eventsSaySSGSgvM.resume.0', symObjAddr: 0x2CA4, symBinAddr: 0x10005FCEC, symSize: 0x4 }
+ - { offset: 0x15829A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5itemsSayAA14MenuItemSchemaVGSgvg', symObjAddr: 0x2CA8, symBinAddr: 0x10005FCF0, symSize: 0x8 }
+ - { offset: 0x1582AE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5itemsSayAA14MenuItemSchemaVGSgvs', symObjAddr: 0x2CB0, symBinAddr: 0x10005FCF8, symSize: 0x28 }
+ - { offset: 0x1582C2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5itemsSayAA14MenuItemSchemaVGSgvM', symObjAddr: 0x2CD8, symBinAddr: 0x10005FD20, symSize: 0x10 }
+ - { offset: 0x1582D6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV5itemsSayAA14MenuItemSchemaVGSgvM.resume.0', symObjAddr: 0x2CE8, symBinAddr: 0x10005FD30, symSize: 0x4 }
+ - { offset: 0x1582EA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6targetSSSgvg', symObjAddr: 0x2CEC, symBinAddr: 0x10005FD34, symSize: 0x30 }
+ - { offset: 0x1582FE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6targetSSSgvs', symObjAddr: 0x2D1C, symBinAddr: 0x10005FD64, symSize: 0x38 }
+ - { offset: 0x158312, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6targetSSSgvM', symObjAddr: 0x2D54, symBinAddr: 0x10005FD9C, symSize: 0x10 }
+ - { offset: 0x158326, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6targetSSSgvM.resume.0', symObjAddr: 0x2D64, symBinAddr: 0x10005FDAC, symSize: 0x4 }
+ - { offset: 0x15833A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4htmlSSSgvg', symObjAddr: 0x2D68, symBinAddr: 0x10005FDB0, symSize: 0x30 }
+ - { offset: 0x15834E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4htmlSSSgvs', symObjAddr: 0x2D98, symBinAddr: 0x10005FDE0, symSize: 0x38 }
+ - { offset: 0x158362, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4htmlSSSgvM', symObjAddr: 0x2DD0, symBinAddr: 0x10005FE18, symSize: 0x10 }
+ - { offset: 0x158376, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4htmlSSSgvM.resume.0', symObjAddr: 0x2DE0, symBinAddr: 0x10005FE28, symSize: 0x4 }
+ - { offset: 0x15838A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV3srcSSSgvg', symObjAddr: 0x2DE4, symBinAddr: 0x10005FE2C, symSize: 0x30 }
+ - { offset: 0x15839E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV3srcSSSgvs', symObjAddr: 0x2E14, symBinAddr: 0x10005FE5C, symSize: 0x38 }
+ - { offset: 0x1583B2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV3srcSSSgvM', symObjAddr: 0x2E4C, symBinAddr: 0x10005FE94, symSize: 0x10 }
+ - { offset: 0x1583C6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV3srcSSSgvM.resume.0', symObjAddr: 0x2E5C, symBinAddr: 0x10005FEA4, symSize: 0x4 }
+ - { offset: 0x1583DA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV3altSSSgvg', symObjAddr: 0x2E60, symBinAddr: 0x10005FEA8, symSize: 0x30 }
+ - { offset: 0x1583EE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV3altSSSgvs', symObjAddr: 0x2E90, symBinAddr: 0x10005FED8, symSize: 0x38 }
+ - { offset: 0x158402, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV3altSSSgvM', symObjAddr: 0x2EC8, symBinAddr: 0x10005FF10, symSize: 0x10 }
+ - { offset: 0x158416, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV3altSSSgvM.resume.0', symObjAddr: 0x2ED8, symBinAddr: 0x10005FF20, symSize: 0x4 }
+ - { offset: 0x15842A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV8fontsizeSSSgvg', symObjAddr: 0x2EDC, symBinAddr: 0x10005FF24, symSize: 0x30 }
+ - { offset: 0x15843E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV8fontsizeSSSgvs', symObjAddr: 0x2F0C, symBinAddr: 0x10005FF54, symSize: 0x38 }
+ - { offset: 0x158452, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV8fontsizeSSSgvM', symObjAddr: 0x2F44, symBinAddr: 0x10005FF8C, symSize: 0x10 }
+ - { offset: 0x158466, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV8fontsizeSSSgvM.resume.0', symObjAddr: 0x2F54, symBinAddr: 0x10005FF9C, symSize: 0x4 }
+ - { offset: 0x15847A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV9cfontsizeSdSgvg', symObjAddr: 0x2F58, symBinAddr: 0x10005FFA0, symSize: 0xC }
+ - { offset: 0x15848E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV9cfontsizeSdSgvs', symObjAddr: 0x2F64, symBinAddr: 0x10005FFAC, symSize: 0x10 }
+ - { offset: 0x1584A2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV9cfontsizeSdSgvM', symObjAddr: 0x2F74, symBinAddr: 0x10005FFBC, symSize: 0x10 }
+ - { offset: 0x1584B6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV9cfontsizeSdSgvM.resume.0', symObjAddr: 0x2F84, symBinAddr: 0x10005FFCC, symSize: 0x4 }
+ - { offset: 0x1584CA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO11stringValueSSvg', symObjAddr: 0x2F88, symBinAddr: 0x10005FFD0, symSize: 0x548 }
+ - { offset: 0x1584ED, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x34D0, symBinAddr: 0x100060518, symSize: 0x8 }
+ - { offset: 0x158516, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x34D8, symBinAddr: 0x100060520, symSize: 0x24 }
+ - { offset: 0x15853F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x34FC, symBinAddr: 0x100060544, symSize: 0xC }
+ - { offset: 0x158553, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x3508, symBinAddr: 0x100060550, symSize: 0xC }
+ - { offset: 0x158567, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV6encode2toys7Encoder_p_tKF', symObjAddr: 0x3564, symBinAddr: 0x1000605AC, symSize: 0xC28 }
+ - { offset: 0x158598, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x418C, symBinAddr: 0x1000611D4, symSize: 0x48 }
+ - { offset: 0x1585BA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x41D4, symBinAddr: 0x10006121C, symSize: 0x48 }
+ - { offset: 0x1585E3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x421C, symBinAddr: 0x100061264, symSize: 0x14 }
+ - { offset: 0x1585F7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV3widSSvg', symObjAddr: 0x4230, symBinAddr: 0x100061278, symSize: 0x2C }
+ - { offset: 0x15860B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV5eventSSvg', symObjAddr: 0x425C, symBinAddr: 0x1000612A4, symSize: 0x2C }
+ - { offset: 0x15861F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10actiontypeSSvg', symObjAddr: 0x4288, symBinAddr: 0x1000612D0, symSize: 0x2C }
+ - { offset: 0x158633, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV6targetSSSgvg', symObjAddr: 0x42B4, symBinAddr: 0x1000612FC, symSize: 0x2C }
+ - { offset: 0x158647, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV6targetSSSgvs', symObjAddr: 0x42E0, symBinAddr: 0x100061328, symSize: 0x34 }
+ - { offset: 0x15865B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV6targetSSSgvM', symObjAddr: 0x4314, symBinAddr: 0x10006135C, symSize: 0x10 }
+ - { offset: 0x15866F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV6targetSSSgvM.resume.0', symObjAddr: 0x4324, symBinAddr: 0x10006136C, symSize: 0x4 }
+ - { offset: 0x158683, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV7optionsAA0C7OptionsVSgvg', symObjAddr: 0x4328, symBinAddr: 0x100061370, symSize: 0x44 }
+ - { offset: 0x158697, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV7optionsAA0C7OptionsVSgvs', symObjAddr: 0x436C, symBinAddr: 0x1000613B4, symSize: 0x40 }
+ - { offset: 0x1586AB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV7optionsAA0C7OptionsVSgvM', symObjAddr: 0x43AC, symBinAddr: 0x1000613F4, symSize: 0x10 }
+ - { offset: 0x1586BF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV7optionsAA0C7OptionsVSgvM.resume.0', symObjAddr: 0x43BC, symBinAddr: 0x100061404, symSize: 0x4 }
+ - { offset: 0x1586D3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV4modeSSSgvg', symObjAddr: 0x43C0, symBinAddr: 0x100061408, symSize: 0x2C }
+ - { offset: 0x1586E7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV4modeSSSgvs', symObjAddr: 0x43EC, symBinAddr: 0x100061434, symSize: 0x34 }
+ - { offset: 0x1586FB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV4modeSSSgvM', symObjAddr: 0x4420, symBinAddr: 0x100061468, symSize: 0x10 }
+ - { offset: 0x15870F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV4modeSSSgvM.resume.0', symObjAddr: 0x4430, symBinAddr: 0x100061478, symSize: 0x4 }
+ - { offset: 0x158723, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV6methodSSSgvg', symObjAddr: 0x4434, symBinAddr: 0x10006147C, symSize: 0x2C }
+ - { offset: 0x158737, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV6methodSSSgvs', symObjAddr: 0x4460, symBinAddr: 0x1000614A8, symSize: 0x34 }
+ - { offset: 0x15874B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV6methodSSSgvM', symObjAddr: 0x4494, symBinAddr: 0x1000614DC, symSize: 0x10 }
+ - { offset: 0x15875F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV6methodSSSgvM.resume.0', symObjAddr: 0x44A4, symBinAddr: 0x1000614EC, symSize: 0x4 }
+ - { offset: 0x158773, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV6scriptSSSgvg', symObjAddr: 0x44A8, symBinAddr: 0x1000614F0, symSize: 0x2C }
+ - { offset: 0x158787, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV6scriptSSSgvs', symObjAddr: 0x44D4, symBinAddr: 0x10006151C, symSize: 0x34 }
+ - { offset: 0x15879B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV6scriptSSSgvM', symObjAddr: 0x4508, symBinAddr: 0x100061550, symSize: 0x10 }
+ - { offset: 0x1587AF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV6scriptSSSgvM.resume.0', symObjAddr: 0x4518, symBinAddr: 0x100061560, symSize: 0x4 }
+ - { offset: 0x1587C3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV13popup_optionsAA12PopupOptionsVSgvg', symObjAddr: 0x451C, symBinAddr: 0x100061564, symSize: 0x2C }
+ - { offset: 0x1587D7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV13popup_optionsAA12PopupOptionsVSgvs', symObjAddr: 0x4548, symBinAddr: 0x100061590, symSize: 0x28 }
+ - { offset: 0x1587EB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV13popup_optionsAA12PopupOptionsVSgvM', symObjAddr: 0x4570, symBinAddr: 0x1000615B8, symSize: 0x10 }
+ - { offset: 0x1587FF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV13popup_optionsAA12PopupOptionsVSgvM.resume.0', symObjAddr: 0x4580, symBinAddr: 0x1000615C8, symSize: 0x4 }
+ - { offset: 0x158813, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10datawidgetSSSgvg', symObjAddr: 0x4584, symBinAddr: 0x1000615CC, symSize: 0x2C }
+ - { offset: 0x158827, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10datawidgetSSSgvs', symObjAddr: 0x45B0, symBinAddr: 0x1000615F8, symSize: 0x34 }
+ - { offset: 0x15883B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10datawidgetSSSgvM', symObjAddr: 0x45E4, symBinAddr: 0x10006162C, symSize: 0x10 }
+ - { offset: 0x15884F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10datawidgetSSSgvM.resume.0', symObjAddr: 0x45F4, symBinAddr: 0x10006163C, symSize: 0x4 }
+ - { offset: 0x158863, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV12event_paramsSSSgvg', symObjAddr: 0x45F8, symBinAddr: 0x100061640, symSize: 0x2C }
+ - { offset: 0x158877, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV12event_paramsSSSgvs', symObjAddr: 0x4624, symBinAddr: 0x10006166C, symSize: 0x34 }
+ - { offset: 0x15888B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV12event_paramsSSSgvM', symObjAddr: 0x4658, symBinAddr: 0x1000616A0, symSize: 0x10 }
+ - { offset: 0x15889F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV12event_paramsSSSgvM.resume.0', symObjAddr: 0x4668, symBinAddr: 0x1000616B0, symSize: 0x4 }
+ - { offset: 0x1588B3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO11stringValueSSvg', symObjAddr: 0x466C, symBinAddr: 0x1000616B4, symSize: 0x15C }
+ - { offset: 0x1588F0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x480C, symBinAddr: 0x100061854, symSize: 0x8 }
+ - { offset: 0x15890B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x4814, symBinAddr: 0x10006185C, symSize: 0x24 }
+ - { offset: 0x158934, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x4838, symBinAddr: 0x100061880, symSize: 0xC }
+ - { offset: 0x158948, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x4844, symBinAddr: 0x10006188C, symSize: 0xC }
+ - { offset: 0x15895C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV6encode2toys7Encoder_p_tKF', symObjAddr: 0x48A0, symBinAddr: 0x1000618E8, symSize: 0x390 }
+ - { offset: 0x158994, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x4C30, symBinAddr: 0x100061C78, symSize: 0x48 }
+ - { offset: 0x1589B6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x4C78, symBinAddr: 0x100061CC0, symSize: 0x48 }
+ - { offset: 0x1589DF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x4CC0, symBinAddr: 0x100061D08, symSize: 0x14 }
+ - { offset: 0x1589F3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV3urlSSSgvg', symObjAddr: 0x4CD4, symBinAddr: 0x100061D1C, symSize: 0x30 }
+ - { offset: 0x158A07, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV3urlSSSgvs', symObjAddr: 0x4D04, symBinAddr: 0x100061D4C, symSize: 0x34 }
+ - { offset: 0x158A1B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV3urlSSSgvM', symObjAddr: 0x4D38, symBinAddr: 0x100061D80, symSize: 0x10 }
+ - { offset: 0x158A2F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV3urlSSSgvM.resume.0', symObjAddr: 0x4D48, symBinAddr: 0x100061D90, symSize: 0x4 }
+ - { offset: 0x158A43, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV6paramsSDyS2SGSgvg', symObjAddr: 0x4D4C, symBinAddr: 0x100061D94, symSize: 0x8 }
+ - { offset: 0x158A57, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV6paramsSDyS2SGSgvs', symObjAddr: 0x4D54, symBinAddr: 0x100061D9C, symSize: 0x28 }
+ - { offset: 0x158A6B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV6paramsSDyS2SGSgvM', symObjAddr: 0x4D7C, symBinAddr: 0x100061DC4, symSize: 0x10 }
+ - { offset: 0x158A7F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV6paramsSDyS2SGSgvM.resume.0', symObjAddr: 0x4D8C, symBinAddr: 0x100061DD4, symSize: 0x4 }
+ - { offset: 0x158A9A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV3url6paramsACSSSg_SDyS2SGSgtcfC', symObjAddr: 0x4D90, symBinAddr: 0x100061DD8, symSize: 0x4 }
+ - { offset: 0x158AFE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x4DDC, symBinAddr: 0x100061E24, symSize: 0x30 }
+ - { offset: 0x158B44, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x4E0C, symBinAddr: 0x100061E54, symSize: 0xD4 }
+ - { offset: 0x158BB2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x4EE0, symBinAddr: 0x100061F28, symSize: 0xC }
+ - { offset: 0x158BC6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV6encode2toys7Encoder_p_tKF', symObjAddr: 0x4F48, symBinAddr: 0x100061F90, symSize: 0x170 }
+ - { offset: 0x158C05, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x50D4, symBinAddr: 0x10006211C, symSize: 0x2C }
+ - { offset: 0x158C2E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x5100, symBinAddr: 0x100062148, symSize: 0x1C }
+ - { offset: 0x158C42, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV5titleSSSgvg', symObjAddr: 0x511C, symBinAddr: 0x100062164, symSize: 0x2C }
+ - { offset: 0x158C56, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV5titleSSSgvs', symObjAddr: 0x5148, symBinAddr: 0x100062190, symSize: 0x34 }
+ - { offset: 0x158C6A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV5titleSSSgvM', symObjAddr: 0x517C, symBinAddr: 0x1000621C4, symSize: 0x10 }
+ - { offset: 0x158C7E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV5titleSSSgvM.resume.0', symObjAddr: 0x518C, symBinAddr: 0x1000621D4, symSize: 0x4 }
+ - { offset: 0x158C92, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV6cwidthSdSgvg', symObjAddr: 0x5190, symBinAddr: 0x1000621D8, symSize: 0xC }
+ - { offset: 0x158CA6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV6cwidthSdSgvs', symObjAddr: 0x519C, symBinAddr: 0x1000621E4, symSize: 0x10 }
+ - { offset: 0x158CBA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV6cwidthSdSgvM', symObjAddr: 0x51AC, symBinAddr: 0x1000621F4, symSize: 0x10 }
+ - { offset: 0x158CCE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV6cwidthSdSgvM.resume.0', symObjAddr: 0x51BC, symBinAddr: 0x100062204, symSize: 0x4 }
+ - { offset: 0x158CE2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV7cheightSdSgvg', symObjAddr: 0x51C0, symBinAddr: 0x100062208, symSize: 0xC }
+ - { offset: 0x158CF6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV7cheightSdSgvs', symObjAddr: 0x51CC, symBinAddr: 0x100062214, symSize: 0x10 }
+ - { offset: 0x158D0A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV7cheightSdSgvM', symObjAddr: 0x51DC, symBinAddr: 0x100062224, symSize: 0x10 }
+ - { offset: 0x158D1E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV7cheightSdSgvM.resume.0', symObjAddr: 0x51EC, symBinAddr: 0x100062234, symSize: 0x4 }
+ - { offset: 0x158D32, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV5widthSSSgvg', symObjAddr: 0x51F0, symBinAddr: 0x100062238, symSize: 0x2C }
+ - { offset: 0x158D46, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV5widthSSSgvs', symObjAddr: 0x521C, symBinAddr: 0x100062264, symSize: 0x34 }
+ - { offset: 0x158D5A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV5widthSSSgvM', symObjAddr: 0x5250, symBinAddr: 0x100062298, symSize: 0x10 }
+ - { offset: 0x158D6E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV5widthSSSgvM.resume.0', symObjAddr: 0x5260, symBinAddr: 0x1000622A8, symSize: 0x4 }
+ - { offset: 0x158D82, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV6heightSSSgvg', symObjAddr: 0x5264, symBinAddr: 0x1000622AC, symSize: 0x2C }
+ - { offset: 0x158D96, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV6heightSSSgvs', symObjAddr: 0x5290, symBinAddr: 0x1000622D8, symSize: 0x34 }
+ - { offset: 0x158DAA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV6heightSSSgvM', symObjAddr: 0x52C4, symBinAddr: 0x10006230C, symSize: 0x10 }
+ - { offset: 0x158DBE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV6heightSSSgvM.resume.0', symObjAddr: 0x52D4, symBinAddr: 0x10006231C, symSize: 0x4 }
+ - { offset: 0x158DD2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV6archorSSSgvg', symObjAddr: 0x52D8, symBinAddr: 0x100062320, symSize: 0x2C }
+ - { offset: 0x158DE6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV6archorSSSgvs', symObjAddr: 0x5304, symBinAddr: 0x10006234C, symSize: 0x34 }
+ - { offset: 0x158DFA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV6archorSSSgvM', symObjAddr: 0x5338, symBinAddr: 0x100062380, symSize: 0x10 }
+ - { offset: 0x158E0E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV6archorSSSgvM.resume.0', symObjAddr: 0x5348, symBinAddr: 0x100062390, symSize: 0x4 }
+ - { offset: 0x158E22, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV8eventposSbSgvg', symObjAddr: 0x534C, symBinAddr: 0x100062394, symSize: 0x8 }
+ - { offset: 0x158E36, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV8eventposSbSgvs', symObjAddr: 0x5354, symBinAddr: 0x10006239C, symSize: 0x8 }
+ - { offset: 0x158E4A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV8eventposSbSgvM', symObjAddr: 0x535C, symBinAddr: 0x1000623A4, symSize: 0x10 }
+ - { offset: 0x158E5E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV8eventposSbSgvM.resume.0', symObjAddr: 0x536C, symBinAddr: 0x1000623B4, symSize: 0x4 }
+ - { offset: 0x158E72, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV14dismiss_eventsSaySSGSgvg', symObjAddr: 0x5370, symBinAddr: 0x1000623B8, symSize: 0x8 }
+ - { offset: 0x158E86, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV14dismiss_eventsSaySSGSgvs', symObjAddr: 0x5378, symBinAddr: 0x1000623C0, symSize: 0x28 }
+ - { offset: 0x158E9A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV14dismiss_eventsSaySSGSgvM', symObjAddr: 0x53A0, symBinAddr: 0x1000623E8, symSize: 0x10 }
+ - { offset: 0x158EAE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV14dismiss_eventsSaySSGSgvM.resume.0', symObjAddr: 0x53B0, symBinAddr: 0x1000623F8, symSize: 0x4 }
+ - { offset: 0x158ED9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x53B4, symBinAddr: 0x1000623FC, symSize: 0xF4 }
+ - { offset: 0x158F17, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x54A8, symBinAddr: 0x1000624F0, symSize: 0x24 }
+ - { offset: 0x158F40, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x54CC, symBinAddr: 0x100062514, symSize: 0xC }
+ - { offset: 0x158F54, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x54D8, symBinAddr: 0x100062520, symSize: 0xC }
+ - { offset: 0x158F68, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV6encode2toys7Encoder_p_tKF', symObjAddr: 0x5534, symBinAddr: 0x10006257C, symSize: 0x258 }
+ - { offset: 0x158F99, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x578C, symBinAddr: 0x1000627D4, symSize: 0x50 }
+ - { offset: 0x158FBB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x57DC, symBinAddr: 0x100062824, symSize: 0x50 }
+ - { offset: 0x158FE4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x582C, symBinAddr: 0x100062874, symSize: 0x14 }
+ - { offset: 0x158FF8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV4nameSSvg', symObjAddr: 0x5840, symBinAddr: 0x100062888, symSize: 0x2C }
+ - { offset: 0x15900C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV4nameSSvs', symObjAddr: 0x586C, symBinAddr: 0x1000628B4, symSize: 0x34 }
+ - { offset: 0x159020, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV4nameSSvM', symObjAddr: 0x58A0, symBinAddr: 0x1000628E8, symSize: 0x10 }
+ - { offset: 0x159034, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV4nameSSvM.resume.0', symObjAddr: 0x58B0, symBinAddr: 0x1000628F8, symSize: 0x4 }
+ - { offset: 0x159048, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV5labelSSSgvg', symObjAddr: 0x58B4, symBinAddr: 0x1000628FC, symSize: 0x2C }
+ - { offset: 0x15905C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV5labelSSSgvs', symObjAddr: 0x58E0, symBinAddr: 0x100062928, symSize: 0x34 }
+ - { offset: 0x159070, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV5labelSSSgvM', symObjAddr: 0x5914, symBinAddr: 0x10006295C, symSize: 0x10 }
+ - { offset: 0x159084, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV5labelSSSgvM.resume.0', symObjAddr: 0x5924, symBinAddr: 0x10006296C, symSize: 0x4 }
+ - { offset: 0x159098, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV5titleSSSgvg', symObjAddr: 0x5928, symBinAddr: 0x100062970, symSize: 0x2C }
+ - { offset: 0x1590AC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV5titleSSSgvs', symObjAddr: 0x5954, symBinAddr: 0x10006299C, symSize: 0x34 }
+ - { offset: 0x1590C0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV5titleSSSgvM', symObjAddr: 0x5988, symBinAddr: 0x1000629D0, symSize: 0x10 }
+ - { offset: 0x1590D4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV5titleSSSgvM.resume.0', symObjAddr: 0x5998, symBinAddr: 0x1000629E0, symSize: 0x4 }
+ - { offset: 0x1590E8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV4typeSSSgvg', symObjAddr: 0x599C, symBinAddr: 0x1000629E4, symSize: 0x2C }
+ - { offset: 0x1590FC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV4typeSSSgvs', symObjAddr: 0x59C8, symBinAddr: 0x100062A10, symSize: 0x34 }
+ - { offset: 0x159110, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV4typeSSSgvM', symObjAddr: 0x59FC, symBinAddr: 0x100062A44, symSize: 0x10 }
+ - { offset: 0x159124, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV4typeSSSgvM.resume.0', symObjAddr: 0x5A0C, symBinAddr: 0x100062A54, symSize: 0x4 }
+ - { offset: 0x159138, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV6uitypeSSSgvg', symObjAddr: 0x5A10, symBinAddr: 0x100062A58, symSize: 0x2C }
+ - { offset: 0x15914C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV6uitypeSSSgvs', symObjAddr: 0x5A3C, symBinAddr: 0x100062A84, symSize: 0x34 }
+ - { offset: 0x159160, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV6uitypeSSSgvM', symObjAddr: 0x5A70, symBinAddr: 0x100062AB8, symSize: 0x10 }
+ - { offset: 0x159174, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV6uitypeSSSgvM.resume.0', symObjAddr: 0x5A80, symBinAddr: 0x100062AC8, symSize: 0x4 }
+ - { offset: 0x159188, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV8requiredSbSgvg', symObjAddr: 0x5A84, symBinAddr: 0x100062ACC, symSize: 0x8 }
+ - { offset: 0x15919C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV8requiredSbSgvs', symObjAddr: 0x5A8C, symBinAddr: 0x100062AD4, symSize: 0x8 }
+ - { offset: 0x1591B0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV8requiredSbSgvM', symObjAddr: 0x5A94, symBinAddr: 0x100062ADC, symSize: 0x10 }
+ - { offset: 0x1591C4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV8requiredSbSgvM.resume.0', symObjAddr: 0x5AA4, symBinAddr: 0x100062AEC, symSize: 0x4 }
+ - { offset: 0x1591D8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV6cwidthSdSgvg', symObjAddr: 0x5AA8, symBinAddr: 0x100062AF0, symSize: 0xC }
+ - { offset: 0x1591EC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV6cwidthSdSgvs', symObjAddr: 0x5AB4, symBinAddr: 0x100062AFC, symSize: 0x10 }
+ - { offset: 0x159200, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV6cwidthSdSgvM', symObjAddr: 0x5AC4, symBinAddr: 0x100062B0C, symSize: 0x10 }
+ - { offset: 0x159214, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV6cwidthSdSgvM.resume.0', symObjAddr: 0x5AD4, symBinAddr: 0x100062B1C, symSize: 0x4 }
+ - { offset: 0x159228, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV11placeholderSSSgvg', symObjAddr: 0x5AD8, symBinAddr: 0x100062B20, symSize: 0x2C }
+ - { offset: 0x15923C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV11placeholderSSSgvs', symObjAddr: 0x5B04, symBinAddr: 0x100062B4C, symSize: 0x34 }
+ - { offset: 0x159250, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV11placeholderSSSgvM', symObjAddr: 0x5B38, symBinAddr: 0x100062B80, symSize: 0x10 }
+ - { offset: 0x159264, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV11placeholderSSSgvM.resume.0', symObjAddr: 0x5B48, symBinAddr: 0x100062B90, symSize: 0x4 }
+ - { offset: 0x159278, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV5valueSSSgvg', symObjAddr: 0x5B4C, symBinAddr: 0x100062B94, symSize: 0x2C }
+ - { offset: 0x15928C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV5valueSSSgvs', symObjAddr: 0x5B78, symBinAddr: 0x100062BC0, symSize: 0x34 }
+ - { offset: 0x1592A0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV5valueSSSgvM', symObjAddr: 0x5BAC, symBinAddr: 0x100062BF4, symSize: 0x10 }
+ - { offset: 0x1592B4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV5valueSSSgvM.resume.0', symObjAddr: 0x5BBC, symBinAddr: 0x100062C04, symSize: 0x4 }
+ - { offset: 0x1592C8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV12defaultvalueSSSgvg', symObjAddr: 0x5BC0, symBinAddr: 0x100062C08, symSize: 0x2C }
+ - { offset: 0x1592DC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV12defaultvalueSSSgvs', symObjAddr: 0x5BEC, symBinAddr: 0x100062C34, symSize: 0x34 }
+ - { offset: 0x1592F0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV12defaultvalueSSSgvM', symObjAddr: 0x5C20, symBinAddr: 0x100062C68, symSize: 0x10 }
+ - { offset: 0x159304, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV12defaultvalueSSSgvM.resume.0', symObjAddr: 0x5C30, symBinAddr: 0x100062C78, symSize: 0x4 }
+ - { offset: 0x159318, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV5codesSayAA8CodeItemVGSgvg', symObjAddr: 0x5C34, symBinAddr: 0x100062C7C, symSize: 0x8 }
+ - { offset: 0x15932C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV5codesSayAA8CodeItemVGSgvs', symObjAddr: 0x5C3C, symBinAddr: 0x100062C84, symSize: 0x28 }
+ - { offset: 0x159340, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV5codesSayAA8CodeItemVGSgvM', symObjAddr: 0x5C64, symBinAddr: 0x100062CAC, symSize: 0x10 }
+ - { offset: 0x159354, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV5codesSayAA8CodeItemVGSgvM.resume.0', symObjAddr: 0x5C74, symBinAddr: 0x100062CBC, symSize: 0x4 }
+ - { offset: 0x159368, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV4dataSayAA8CodeItemVGSgvg', symObjAddr: 0x5C78, symBinAddr: 0x100062CC0, symSize: 0x8 }
+ - { offset: 0x15937C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV4dataSayAA8CodeItemVGSgvs', symObjAddr: 0x5C80, symBinAddr: 0x100062CC8, symSize: 0x28 }
+ - { offset: 0x159390, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV4dataSayAA8CodeItemVGSgvM', symObjAddr: 0x5CA8, symBinAddr: 0x100062CF0, symSize: 0x10 }
+ - { offset: 0x1593A4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV4dataSayAA8CodeItemVGSgvM.resume.0', symObjAddr: 0x5CB8, symBinAddr: 0x100062D00, symSize: 0x4 }
+ - { offset: 0x1593B8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV7dataurlSSSgvg', symObjAddr: 0x5CBC, symBinAddr: 0x100062D04, symSize: 0x2C }
+ - { offset: 0x1593CC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV7dataurlSSSgvs', symObjAddr: 0x5CE8, symBinAddr: 0x100062D30, symSize: 0x34 }
+ - { offset: 0x1593E0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV7dataurlSSSgvM', symObjAddr: 0x5D1C, symBinAddr: 0x100062D64, symSize: 0x10 }
+ - { offset: 0x1593F4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV7dataurlSSSgvM.resume.0', symObjAddr: 0x5D2C, symBinAddr: 0x100062D74, symSize: 0x4 }
+ - { offset: 0x159408, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV05valueC0SSSgvg', symObjAddr: 0x5D30, symBinAddr: 0x100062D78, symSize: 0x2C }
+ - { offset: 0x15941C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV05valueC0SSSgvs', symObjAddr: 0x5D5C, symBinAddr: 0x100062DA4, symSize: 0x34 }
+ - { offset: 0x159430, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV05valueC0SSSgvM', symObjAddr: 0x5D90, symBinAddr: 0x100062DD8, symSize: 0x10 }
+ - { offset: 0x159444, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV05valueC0SSSgvM.resume.0', symObjAddr: 0x5DA0, symBinAddr: 0x100062DE8, symSize: 0x4 }
+ - { offset: 0x159458, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV04textC0SSSgvg', symObjAddr: 0x5DA4, symBinAddr: 0x100062DEC, symSize: 0x2C }
+ - { offset: 0x15946C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV04textC0SSSgvs', symObjAddr: 0x5DD0, symBinAddr: 0x100062E18, symSize: 0x34 }
+ - { offset: 0x159480, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV04textC0SSSgvM', symObjAddr: 0x5E04, symBinAddr: 0x100062E4C, symSize: 0x10 }
+ - { offset: 0x159494, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV04textC0SSSgvM.resume.0', symObjAddr: 0x5E14, symBinAddr: 0x100062E5C, symSize: 0x4 }
+ - { offset: 0x1594A8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV5rulesSayAA14ValidationRuleVGSgvg', symObjAddr: 0x5E18, symBinAddr: 0x100062E60, symSize: 0x8 }
+ - { offset: 0x1594BC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV5rulesSayAA14ValidationRuleVGSgvs', symObjAddr: 0x5E20, symBinAddr: 0x100062E68, symSize: 0x28 }
+ - { offset: 0x1594D0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV5rulesSayAA14ValidationRuleVGSgvM', symObjAddr: 0x5E48, symBinAddr: 0x100062E90, symSize: 0x10 }
+ - { offset: 0x1594E4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV5rulesSayAA14ValidationRuleVGSgvM.resume.0', symObjAddr: 0x5E58, symBinAddr: 0x100062EA0, symSize: 0x4 }
+ - { offset: 0x1594F8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO11stringValueSSvg', symObjAddr: 0x5E5C, symBinAddr: 0x100062EA4, symSize: 0x178 }
+ - { offset: 0x15951B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x5FD4, symBinAddr: 0x10006301C, symSize: 0x8 }
+ - { offset: 0x159544, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x5FDC, symBinAddr: 0x100063024, symSize: 0x24 }
+ - { offset: 0x15956D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x6000, symBinAddr: 0x100063048, symSize: 0xC }
+ - { offset: 0x159581, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x600C, symBinAddr: 0x100063054, symSize: 0xC }
+ - { offset: 0x159595, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV6encode2toys7Encoder_p_tKF', symObjAddr: 0x6068, symBinAddr: 0x1000630B0, symSize: 0x38C }
+ - { offset: 0x1595CD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x63F4, symBinAddr: 0x10006343C, symSize: 0x68 }
+ - { offset: 0x1595EF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x645C, symBinAddr: 0x1000634A4, symSize: 0x68 }
+ - { offset: 0x159618, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x64C4, symBinAddr: 0x10006350C, symSize: 0x14 }
+ - { offset: 0x15962C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV4typeSSvg', symObjAddr: 0x64D8, symBinAddr: 0x100063520, symSize: 0x2C }
+ - { offset: 0x159640, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV5valueSSSgvg', symObjAddr: 0x6504, symBinAddr: 0x10006354C, symSize: 0x2C }
+ - { offset: 0x159654, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV5valueSSSgvs', symObjAddr: 0x6530, symBinAddr: 0x100063578, symSize: 0x34 }
+ - { offset: 0x159668, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV5valueSSSgvM', symObjAddr: 0x6564, symBinAddr: 0x1000635AC, symSize: 0x10 }
+ - { offset: 0x15967C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV5valueSSSgvM.resume.0', symObjAddr: 0x6574, symBinAddr: 0x1000635BC, symSize: 0x4 }
+ - { offset: 0x159690, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV7messageSSSgvg', symObjAddr: 0x6578, symBinAddr: 0x1000635C0, symSize: 0x2C }
+ - { offset: 0x1596A4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV7messageSSSgvs', symObjAddr: 0x65A4, symBinAddr: 0x1000635EC, symSize: 0x34 }
+ - { offset: 0x1596B8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV7messageSSSgvM', symObjAddr: 0x65D8, symBinAddr: 0x100063620, symSize: 0x10 }
+ - { offset: 0x1596CC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV7messageSSSgvM.resume.0', symObjAddr: 0x65E8, symBinAddr: 0x100063630, symSize: 0x4 }
+ - { offset: 0x1596F7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x65EC, symBinAddr: 0x100063634, symSize: 0x50 }
+ - { offset: 0x15973E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x663C, symBinAddr: 0x100063684, symSize: 0x24 }
+ - { offset: 0x159767, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x6660, symBinAddr: 0x1000636A8, symSize: 0xC }
+ - { offset: 0x15977B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV6encode2toys7Encoder_p_tKF', symObjAddr: 0x66BC, symBinAddr: 0x100063704, symSize: 0x14C }
+ - { offset: 0x1597B3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x6808, symBinAddr: 0x100063850, symSize: 0x40 }
+ - { offset: 0x1597D5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x6848, symBinAddr: 0x100063890, symSize: 0x40 }
+ - { offset: 0x1597FE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x6888, symBinAddr: 0x1000638D0, symSize: 0x14 }
+ - { offset: 0x159812, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemV2idSSvg', symObjAddr: 0x689C, symBinAddr: 0x1000638E4, symSize: 0x30 }
+ - { offset: 0x159837, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemV4textSSvg', symObjAddr: 0x68CC, symBinAddr: 0x100063914, symSize: 0x30 }
+ - { offset: 0x159862, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x68FC, symBinAddr: 0x100063944, symSize: 0x30 }
+ - { offset: 0x1598B6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x692C, symBinAddr: 0x100063974, symSize: 0xD4 }
+ - { offset: 0x159924, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x6A00, symBinAddr: 0x100063A48, symSize: 0xC }
+ - { offset: 0x159938, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemV6encode2toys7Encoder_p_tKF', symObjAddr: 0x6A5C, symBinAddr: 0x100063AA4, symSize: 0x140 }
+ - { offset: 0x15997E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x6BB8, symBinAddr: 0x100063C00, symSize: 0x2C }
+ - { offset: 0x1599A7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x6BE4, symBinAddr: 0x100063C2C, symSize: 0x1C }
+ - { offset: 0x1599BB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemVs12IdentifiableAAsADP2id2IDQzvgTW', symObjAddr: 0x6C00, symBinAddr: 0x100063C48, symSize: 0xC }
+ - { offset: 0x1599CF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV6fieldsSayAA11FieldSchemaVGSgvg', symObjAddr: 0x6C0C, symBinAddr: 0x100063C54, symSize: 0x4 }
+ - { offset: 0x1599E3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV6fieldsSayAA11FieldSchemaVGSgvs', symObjAddr: 0x6C10, symBinAddr: 0x100063C58, symSize: 0x28 }
+ - { offset: 0x1599F7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV6fieldsSayAA11FieldSchemaVGSgvM', symObjAddr: 0x6C38, symBinAddr: 0x100063C80, symSize: 0x10 }
+ - { offset: 0x159A0B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV6fieldsSayAA11FieldSchemaVGSgvM.resume.0', symObjAddr: 0x6C48, symBinAddr: 0x100063C90, symSize: 0x4 }
+ - { offset: 0x159A1F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV13browserfieldsAA13BrowserFieldsVSgvg', symObjAddr: 0x6C4C, symBinAddr: 0x100063C94, symSize: 0x48 }
+ - { offset: 0x159A33, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV13browserfieldsAA13BrowserFieldsVSgvs', symObjAddr: 0x6C94, symBinAddr: 0x100063CDC, symSize: 0x40 }
+ - { offset: 0x159A47, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV13browserfieldsAA13BrowserFieldsVSgvM', symObjAddr: 0x6CD4, symBinAddr: 0x100063D1C, symSize: 0x10 }
+ - { offset: 0x159A5B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV13browserfieldsAA13BrowserFieldsVSgvM.resume.0', symObjAddr: 0x6CE4, symBinAddr: 0x100063D2C, symSize: 0x4 }
+ - { offset: 0x159A86, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x6D6C, symBinAddr: 0x100063DB4, symSize: 0x44 }
+ - { offset: 0x159ADA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x6DB0, symBinAddr: 0x100063DF8, symSize: 0xDC }
+ - { offset: 0x159B48, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x6E8C, symBinAddr: 0x100063ED4, symSize: 0xC }
+ - { offset: 0x159B5C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV6encode2toys7Encoder_p_tKF', symObjAddr: 0x6EE8, symBinAddr: 0x100063F30, symSize: 0x16C }
+ - { offset: 0x159BA2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x7098, symBinAddr: 0x1000640E0, symSize: 0x2C }
+ - { offset: 0x159BCB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x70C4, symBinAddr: 0x10006410C, symSize: 0x1C }
+ - { offset: 0x159BDF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV9excloudedSaySSGSgvg', symObjAddr: 0x70E0, symBinAddr: 0x100064128, symSize: 0x4 }
+ - { offset: 0x159BF3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV9excloudedSaySSGSgvs', symObjAddr: 0x70E4, symBinAddr: 0x10006412C, symSize: 0x28 }
+ - { offset: 0x159C07, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV9excloudedSaySSGSgvM', symObjAddr: 0x710C, symBinAddr: 0x100064154, symSize: 0x10 }
+ - { offset: 0x159C1B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV9excloudedSaySSGSgvM.resume.0', symObjAddr: 0x711C, symBinAddr: 0x100064164, symSize: 0x4 }
+ - { offset: 0x159C2F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV7cwidthsSDySSSdGSgvg', symObjAddr: 0x7120, symBinAddr: 0x100064168, symSize: 0x8 }
+ - { offset: 0x159C43, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV7cwidthsSDySSSdGSgvs', symObjAddr: 0x7128, symBinAddr: 0x100064170, symSize: 0x28 }
+ - { offset: 0x159C57, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV7cwidthsSDySSSdGSgvM', symObjAddr: 0x7150, symBinAddr: 0x100064198, symSize: 0x10 }
+ - { offset: 0x159C6B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV7cwidthsSDySSSdGSgvM.resume.0', symObjAddr: 0x7160, symBinAddr: 0x1000641A8, symSize: 0x4 }
+ - { offset: 0x159C7F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV6altersSDySSAA11FieldSchemaVGSgvM', symObjAddr: 0x7164, symBinAddr: 0x1000641AC, symSize: 0x10 }
+ - { offset: 0x159C93, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV6altersSDySSAA11FieldSchemaVGSgvM.resume.0', symObjAddr: 0x7174, symBinAddr: 0x1000641BC, symSize: 0x4 }
+ - { offset: 0x159CBE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x7178, symBinAddr: 0x1000641C0, symSize: 0x5C }
+ - { offset: 0x159D05, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x71D4, symBinAddr: 0x10006421C, symSize: 0x24 }
+ - { offset: 0x159D2E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x71F8, symBinAddr: 0x100064240, symSize: 0xC }
+ - { offset: 0x159D42, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV6encode2toys7Encoder_p_tKF', symObjAddr: 0x7260, symBinAddr: 0x1000642A8, symSize: 0x224 }
+ - { offset: 0x159D88, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x74C4, symBinAddr: 0x10006450C, symSize: 0x2C }
+ - { offset: 0x159DB1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x74F0, symBinAddr: 0x100064538, symSize: 0x1C }
+ - { offset: 0x159DC5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV5toolsSayAA0C4ToolVGSgvg', symObjAddr: 0x750C, symBinAddr: 0x100064554, symSize: 0x4 }
+ - { offset: 0x159DD9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV5toolsSayAA0C4ToolVGSgvs', symObjAddr: 0x7510, symBinAddr: 0x100064558, symSize: 0x28 }
+ - { offset: 0x159DED, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV5toolsSayAA0C4ToolVGSgvM', symObjAddr: 0x7538, symBinAddr: 0x100064580, symSize: 0x10 }
+ - { offset: 0x159E01, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV5toolsSayAA0C4ToolVGSgvM.resume.0', symObjAddr: 0x7548, symBinAddr: 0x100064590, symSize: 0x4 }
+ - { offset: 0x159E1C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x754C, symBinAddr: 0x100064594, symSize: 0x8 }
+ - { offset: 0x159E50, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASH9hashValueSivgTW', symObjAddr: 0x7554, symBinAddr: 0x10006459C, symSize: 0x40 }
+ - { offset: 0x159F16, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x7594, symBinAddr: 0x1000645DC, symSize: 0x24 }
+ - { offset: 0x159F72, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x75F4, symBinAddr: 0x10006463C, symSize: 0x14 }
+ - { offset: 0x159F9F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x7608, symBinAddr: 0x100064650, symSize: 0x80 }
+ - { offset: 0x159FF4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x7688, symBinAddr: 0x1000646D0, symSize: 0xC }
+ - { offset: 0x15A008, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x7694, symBinAddr: 0x1000646DC, symSize: 0xC }
+ - { offset: 0x15A01C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV6encode2toys7Encoder_p_tKF', symObjAddr: 0x76F0, symBinAddr: 0x100064738, symSize: 0x110 }
+ - { offset: 0x15A054, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x7800, symBinAddr: 0x100064848, symSize: 0x14 }
+ - { offset: 0x15A076, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x7814, symBinAddr: 0x10006485C, symSize: 0x28 }
+ - { offset: 0x15A09F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x783C, symBinAddr: 0x100064884, symSize: 0x18 }
+ - { offset: 0x15A0B3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV4nameSSvg', symObjAddr: 0x7854, symBinAddr: 0x10006489C, symSize: 0x2C }
+ - { offset: 0x15A0C7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV4nameSSvs', symObjAddr: 0x7880, symBinAddr: 0x1000648C8, symSize: 0x34 }
+ - { offset: 0x15A0DB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV4nameSSvM', symObjAddr: 0x78B4, symBinAddr: 0x1000648FC, symSize: 0x10 }
+ - { offset: 0x15A0EF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV4nameSSvM.resume.0', symObjAddr: 0x78C4, symBinAddr: 0x10006490C, symSize: 0x4 }
+ - { offset: 0x15A103, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV5labelSSSgvg', symObjAddr: 0x78C8, symBinAddr: 0x100064910, symSize: 0x2C }
+ - { offset: 0x15A117, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV5labelSSSgvs', symObjAddr: 0x78F4, symBinAddr: 0x10006493C, symSize: 0x34 }
+ - { offset: 0x15A12B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV5labelSSSgvM', symObjAddr: 0x7928, symBinAddr: 0x100064970, symSize: 0x10 }
+ - { offset: 0x15A13F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV5labelSSSgvM.resume.0', symObjAddr: 0x7938, symBinAddr: 0x100064980, symSize: 0x4 }
+ - { offset: 0x15A153, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV4iconSSSgvg', symObjAddr: 0x793C, symBinAddr: 0x100064984, symSize: 0x2C }
+ - { offset: 0x15A167, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV4iconSSSgvs', symObjAddr: 0x7968, symBinAddr: 0x1000649B0, symSize: 0x34 }
+ - { offset: 0x15A17B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV4iconSSSgvM', symObjAddr: 0x799C, symBinAddr: 0x1000649E4, symSize: 0x10 }
+ - { offset: 0x15A18F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV4iconSSSgvM.resume.0', symObjAddr: 0x79AC, symBinAddr: 0x1000649F4, symSize: 0x4 }
+ - { offset: 0x15A1A3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV12selected_rowSbSgvg', symObjAddr: 0x79B0, symBinAddr: 0x1000649F8, symSize: 0x8 }
+ - { offset: 0x15A1B7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV12selected_rowSbSgvs', symObjAddr: 0x79B8, symBinAddr: 0x100064A00, symSize: 0x8 }
+ - { offset: 0x15A1CB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV12selected_rowSbSgvM', symObjAddr: 0x79C0, symBinAddr: 0x100064A08, symSize: 0x10 }
+ - { offset: 0x15A1DF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV12selected_rowSbSgvM.resume.0', symObjAddr: 0x79D0, symBinAddr: 0x100064A18, symSize: 0x4 }
+ - { offset: 0x15A1F3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV3cssSSSgvg', symObjAddr: 0x79D4, symBinAddr: 0x100064A1C, symSize: 0x2C }
+ - { offset: 0x15A207, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV3cssSSSgvs', symObjAddr: 0x7A00, symBinAddr: 0x100064A48, symSize: 0x34 }
+ - { offset: 0x15A21B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV3cssSSSgvM', symObjAddr: 0x7A34, symBinAddr: 0x100064A7C, symSize: 0x10 }
+ - { offset: 0x15A22F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV3cssSSSgvM.resume.0', symObjAddr: 0x7A44, symBinAddr: 0x100064A8C, symSize: 0x4 }
+ - { offset: 0x15A25A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x7A48, symBinAddr: 0x100064A90, symSize: 0x88 }
+ - { offset: 0x15A298, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x7AD0, symBinAddr: 0x100064B18, symSize: 0x24 }
+ - { offset: 0x15A2C1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x7AF4, symBinAddr: 0x100064B3C, symSize: 0xC }
+ - { offset: 0x15A2D5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV6encode2toys7Encoder_p_tKF', symObjAddr: 0x7B5C, symBinAddr: 0x100064BA4, symSize: 0x18C }
+ - { offset: 0x15A30D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x7CE8, symBinAddr: 0x100064D30, symSize: 0x50 }
+ - { offset: 0x15A32F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x7D38, symBinAddr: 0x100064D80, symSize: 0x50 }
+ - { offset: 0x15A358, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x7D88, symBinAddr: 0x100064DD0, symSize: 0x14 }
+ - { offset: 0x15A36C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV5labelSSvg', symObjAddr: 0x7D9C, symBinAddr: 0x100064DE4, symSize: 0x2C }
+ - { offset: 0x15A380, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV5labelSSvs', symObjAddr: 0x7DC8, symBinAddr: 0x100064E10, symSize: 0x34 }
+ - { offset: 0x15A394, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV5labelSSvM', symObjAddr: 0x7DFC, symBinAddr: 0x100064E44, symSize: 0x10 }
+ - { offset: 0x15A3A8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV5labelSSvM.resume.0', symObjAddr: 0x7E0C, symBinAddr: 0x100064E54, symSize: 0x4 }
+ - { offset: 0x15A3BC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV4iconSSSgvg', symObjAddr: 0x7E10, symBinAddr: 0x100064E58, symSize: 0x2C }
+ - { offset: 0x15A3D0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV4iconSSSgvs', symObjAddr: 0x7E3C, symBinAddr: 0x100064E84, symSize: 0x34 }
+ - { offset: 0x15A3E4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV4iconSSSgvM', symObjAddr: 0x7E70, symBinAddr: 0x100064EB8, symSize: 0x10 }
+ - { offset: 0x15A3F8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV4iconSSSgvM.resume.0', symObjAddr: 0x7E80, symBinAddr: 0x100064EC8, symSize: 0x4 }
+ - { offset: 0x15A40C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV7contentAA13ControlSchemaVSgvg', symObjAddr: 0x7E84, symBinAddr: 0x100064ECC, symSize: 0x2C }
+ - { offset: 0x15A420, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV7contentAA13ControlSchemaVSgvs', symObjAddr: 0x7EB0, symBinAddr: 0x100064EF8, symSize: 0x28 }
+ - { offset: 0x15A434, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV7contentAA13ControlSchemaVSgvM', symObjAddr: 0x7ED8, symBinAddr: 0x100064F20, symSize: 0x10 }
+ - { offset: 0x15A448, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV7contentAA13ControlSchemaVSgvM.resume.0', symObjAddr: 0x7EE8, symBinAddr: 0x100064F30, symSize: 0x4 }
+ - { offset: 0x15A473, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x7EEC, symBinAddr: 0x100064F34, symSize: 0x50 }
+ - { offset: 0x15A4BA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x7F3C, symBinAddr: 0x100064F84, symSize: 0x24 }
+ - { offset: 0x15A4E3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x7F60, symBinAddr: 0x100064FA8, symSize: 0xC }
+ - { offset: 0x15A4F7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV6encode2toys7Encoder_p_tKF', symObjAddr: 0x7FBC, symBinAddr: 0x100065004, symSize: 0x1C0 }
+ - { offset: 0x15A52F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x817C, symBinAddr: 0x1000651C4, symSize: 0x48 }
+ - { offset: 0x15A551, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x81C4, symBinAddr: 0x10006520C, symSize: 0x48 }
+ - { offset: 0x15A57A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x820C, symBinAddr: 0x100065254, symSize: 0x14 }
+ - { offset: 0x15A58E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV4nameSSvg', symObjAddr: 0x8220, symBinAddr: 0x100065268, symSize: 0x2C }
+ - { offset: 0x15A5A2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV4nameSSvs', symObjAddr: 0x824C, symBinAddr: 0x100065294, symSize: 0x34 }
+ - { offset: 0x15A5B6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV4nameSSvM', symObjAddr: 0x8280, symBinAddr: 0x1000652C8, symSize: 0x10 }
+ - { offset: 0x15A5CA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV4nameSSvM.resume.0', symObjAddr: 0x8290, symBinAddr: 0x1000652D8, symSize: 0x4 }
+ - { offset: 0x15A5DE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV5labelSSvg', symObjAddr: 0x8294, symBinAddr: 0x1000652DC, symSize: 0x2C }
+ - { offset: 0x15A5F2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV5labelSSvs', symObjAddr: 0x82C0, symBinAddr: 0x100065308, symSize: 0x34 }
+ - { offset: 0x15A606, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV5labelSSvM', symObjAddr: 0x82F4, symBinAddr: 0x10006533C, symSize: 0x10 }
+ - { offset: 0x15A61A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV5labelSSvM.resume.0', symObjAddr: 0x8304, symBinAddr: 0x10006534C, symSize: 0x4 }
+ - { offset: 0x15A62E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV4iconSSSgvg', symObjAddr: 0x8308, symBinAddr: 0x100065350, symSize: 0x2C }
+ - { offset: 0x15A642, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV4iconSSSgvs', symObjAddr: 0x8334, symBinAddr: 0x10006537C, symSize: 0x34 }
+ - { offset: 0x15A656, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV4iconSSSgvM', symObjAddr: 0x8368, symBinAddr: 0x1000653B0, symSize: 0x10 }
+ - { offset: 0x15A66A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV4iconSSSgvM.resume.0', symObjAddr: 0x8378, symBinAddr: 0x1000653C0, symSize: 0x4 }
+ - { offset: 0x15A67E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV3urlSSSgvg', symObjAddr: 0x837C, symBinAddr: 0x1000653C4, symSize: 0x2C }
+ - { offset: 0x15A692, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV3urlSSSgvs', symObjAddr: 0x83A8, symBinAddr: 0x1000653F0, symSize: 0x34 }
+ - { offset: 0x15A6A6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV3urlSSSgvM', symObjAddr: 0x83DC, symBinAddr: 0x100065424, symSize: 0x10 }
+ - { offset: 0x15A6BA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV3urlSSSgvM.resume.0', symObjAddr: 0x83EC, symBinAddr: 0x100065434, symSize: 0x4 }
+ - { offset: 0x15A6CE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV7submenuSayACGSgvg', symObjAddr: 0x83F0, symBinAddr: 0x100065438, symSize: 0x8 }
+ - { offset: 0x15A6E2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV7submenuSayACGSgvs', symObjAddr: 0x83F8, symBinAddr: 0x100065440, symSize: 0x28 }
+ - { offset: 0x15A6F6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV7submenuSayACGSgvM', symObjAddr: 0x8420, symBinAddr: 0x100065468, symSize: 0x10 }
+ - { offset: 0x15A70A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV7submenuSayACGSgvM.resume.0', symObjAddr: 0x8430, symBinAddr: 0x100065478, symSize: 0x4 }
+ - { offset: 0x15A71E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV5bindsSayAA04BindE0VGSgvg', symObjAddr: 0x8434, symBinAddr: 0x10006547C, symSize: 0x8 }
+ - { offset: 0x15A732, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV5bindsSayAA04BindE0VGSgvs', symObjAddr: 0x843C, symBinAddr: 0x100065484, symSize: 0x28 }
+ - { offset: 0x15A746, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV5bindsSayAA04BindE0VGSgvM', symObjAddr: 0x8464, symBinAddr: 0x1000654AC, symSize: 0x10 }
+ - { offset: 0x15A75A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV5bindsSayAA04BindE0VGSgvM.resume.0', symObjAddr: 0x8474, symBinAddr: 0x1000654BC, symSize: 0x4 }
+ - { offset: 0x15A785, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0F3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x84FC, symBinAddr: 0x100065544, symSize: 0x9C }
+ - { offset: 0x15A7C3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0F3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x8598, symBinAddr: 0x1000655E0, symSize: 0x24 }
+ - { offset: 0x15A7EC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0F3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x85BC, symBinAddr: 0x100065604, symSize: 0xC }
+ - { offset: 0x15A800, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLOs0F3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x85C8, symBinAddr: 0x100065610, symSize: 0xC }
+ - { offset: 0x15A814, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV6encode2toys7Encoder_p_tKF', symObjAddr: 0x8624, symBinAddr: 0x10006566C, symSize: 0x22C }
+ - { offset: 0x15A84C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x8850, symBinAddr: 0x100065898, symSize: 0x48 }
+ - { offset: 0x15A86E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x8898, symBinAddr: 0x1000658E0, symSize: 0x48 }
+ - { offset: 0x15A897, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x88E0, symBinAddr: 0x100065928, symSize: 0x14 }
+ - { offset: 0x15A8B2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10WidgetTypeO8rawValueACSgSS_tcfC', symObjAddr: 0x895C, symBinAddr: 0x1000659A4, symSize: 0x4 }
+ - { offset: 0x15A8D4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10WidgetTypeO8allCasesSayACGvgZ', symObjAddr: 0x8960, symBinAddr: 0x1000659A8, symSize: 0x2C }
+ - { offset: 0x15A912, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10WidgetTypeO8rawValueSSvg', symObjAddr: 0x898C, symBinAddr: 0x1000659D4, symSize: 0x300 }
+ - { offset: 0x15A93F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10WidgetTypeOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x8E0C, symBinAddr: 0x100065E54, symSize: 0x2C }
+ - { offset: 0x15A968, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10WidgetTypeOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x8E38, symBinAddr: 0x100065E80, symSize: 0x28 }
+ - { offset: 0x15A983, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10WidgetTypeOs12CaseIterableAAsADP8allCases03AllH0QzvgZTW', symObjAddr: 0x8E60, symBinAddr: 0x100065EA8, symSize: 0x40 }
+ - { offset: 0x15A9D6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10ActionTypeO10validNamesSaySSGvgZ', symObjAddr: 0x8EA0, symBinAddr: 0x100065EE8, symSize: 0x240 }
+ - { offset: 0x15AB77, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10ActionTypeO8allCasesSayACGvgZ', symObjAddr: 0x90E0, symBinAddr: 0x100066128, symSize: 0x2C }
+ - { offset: 0x15ABB5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10ActionTypeO8rawValueSSvg', symObjAddr: 0x910C, symBinAddr: 0x100066154, symSize: 0x110 }
+ - { offset: 0x15ABF6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10ActionTypeOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x92B4, symBinAddr: 0x1000662FC, symSize: 0x2C }
+ - { offset: 0x15AC1F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10ActionTypeOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x92E0, symBinAddr: 0x100066328, symSize: 0x28 }
+ - { offset: 0x15AC3A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10ActionTypeOs12CaseIterableAAsADP8allCases03AllH0QzvgZTW', symObjAddr: 0x9308, symBinAddr: 0x100066350, symSize: 0x40 }
+ - { offset: 0x15AC9B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10ActionTypeO8rawValueACSgSS_tcfCTf4nd_n', symObjAddr: 0x95AC, symBinAddr: 0x1000664D0, symSize: 0x64 }
+ - { offset: 0x15ACD2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x96D8, symBinAddr: 0x10006659C, symSize: 0x1AD8 }
+ - { offset: 0x15AD33, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO8rawValueAFSgSS_tcfCTf4nd_n', symObjAddr: 0xBA20, symBinAddr: 0x100068840, symSize: 0x64 }
+ - { offset: 0x15AD6A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO11stringValueAFSgSS_tcfCTf4nd_n', symObjAddr: 0xBA84, symBinAddr: 0x1000688A4, symSize: 0x10EC }
+ - { offset: 0x15B69E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ControlOptionsV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0xCB70, symBinAddr: 0x100069990, symSize: 0x43E8 }
+ - { offset: 0x15B6C1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO11stringValueAFSgSS_tcfCTf4nd_n', symObjAddr: 0x11040, symBinAddr: 0x10006DE60, symSize: 0x37C }
+ - { offset: 0x15B897, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10BindSchemaV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x113BC, symBinAddr: 0x10006E1DC, symSize: 0x8D4 }
+ - { offset: 0x15B8BA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11BindOptionsV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x11CD0, symBinAddr: 0x10006EAF0, symSize: 0x1A4 }
+ - { offset: 0x15B8DD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO11stringValueAFSgSS_tcfCTf4nd_n', symObjAddr: 0x11EB4, symBinAddr: 0x10006ECD4, symSize: 0x284 }
+ - { offset: 0x15BA38, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12PopupOptionsV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x12138, symBinAddr: 0x10006EF58, symSize: 0x550 }
+ - { offset: 0x15BA5B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO11stringValueAFSgSS_tcfCTf4nd_n', symObjAddr: 0x126C8, symBinAddr: 0x10006F4E8, symSize: 0x4EC }
+ - { offset: 0x15BCFE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11FieldSchemaV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x12BB4, symBinAddr: 0x10006F9D4, symSize: 0x874 }
+ - { offset: 0x15BD21, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO11stringValueAFSgSS_tcfCTf4nd_n', symObjAddr: 0x13468, symBinAddr: 0x100070288, symSize: 0x110 }
+ - { offset: 0x15BDAF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14ValidationRuleV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x13578, symBinAddr: 0x100070398, symSize: 0x1DC }
+ - { offset: 0x15BDD2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks8CodeItemV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x13794, symBinAddr: 0x1000705B4, symSize: 0x188 }
+ - { offset: 0x15BDF5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10RowOptionsV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x1399C, symBinAddr: 0x1000707BC, symSize: 0x1A8 }
+ - { offset: 0x15BE18, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO11stringValueAFSgSS_tcfCTf4nd_n', symObjAddr: 0x13BF0, symBinAddr: 0x100070A10, symSize: 0x118 }
+ - { offset: 0x15BEA6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13BrowserFieldsV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x13D08, symBinAddr: 0x100070B28, symSize: 0x270 }
+ - { offset: 0x15BEC9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ToolbarSchemaV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x14068, symBinAddr: 0x100070E88, symSize: 0x138 }
+ - { offset: 0x15BEEC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO11stringValueAFSgSS_tcfCTf4nd_n', symObjAddr: 0x141E0, symBinAddr: 0x100071000, symSize: 0x1AC }
+ - { offset: 0x15BFCC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11ToolbarToolV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x1438C, symBinAddr: 0x1000711AC, symSize: 0x2DC }
+ - { offset: 0x15BFEF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO11stringValueAFSgSS_tcfCTf4nd_n', symObjAddr: 0x14778, symBinAddr: 0x100071598, symSize: 0x110 }
+ - { offset: 0x15C07D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks7TabItemV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x14888, symBinAddr: 0x1000716A8, symSize: 0x2F0 }
+ - { offset: 0x15C0A0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV10CodingKeys33_A792B3DF7F18C54CEF0362B6886702BELLO11stringValueAFSgSS_tcfCTf4nd_n', symObjAddr: 0x14BB8, symBinAddr: 0x1000719D8, symSize: 0x1F0 }
+ - { offset: 0x15C1A9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14MenuItemSchemaV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x14DA8, symBinAddr: 0x100071BC8, symSize: 0x418 }
+ - { offset: 0x15C1CC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10WidgetTypeO8rawValueACSgSS_tcfCTf4nd_n', symObjAddr: 0x151C0, symBinAddr: 0x100071FE0, symSize: 0x6C }
+ - { offset: 0x15C3BA, size: 0x8, addend: 0x0, symName: '_$sSDyq_SgxcisSS_ypTg5', symObjAddr: 0x22C, symBinAddr: 0x10007BF78, symSize: 0xCC }
+ - { offset: 0x15C54D, size: 0x8, addend: 0x0, symName: '_$sSDyq_SgxciMSS_SDyS2SGTg5', symObjAddr: 0xF78, symBinAddr: 0x10007CCC4, symSize: 0x74 }
+ - { offset: 0x15C57E, size: 0x8, addend: 0x0, symName: '_$sSDyq_SgxciMSS_Sayy11SwiftBricks9EventDataVYacGTg5', symObjAddr: 0xFF0, symBinAddr: 0x10007CD3C, symSize: 0x74 }
+ - { offset: 0x15CBD7, size: 0x8, addend: 0x0, symName: '_$sypSgWOc', symObjAddr: 0x18C, symBinAddr: 0x10007BF28, symSize: 0x50 }
+ - { offset: 0x15CEC1, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV11removeValue6forKeyq_Sgx_tFSS_ypTg5', symObjAddr: 0x32E4, symBinAddr: 0x10007F030, symSize: 0xD0 }
+ - { offset: 0x15CF97, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV11removeValue6forKeyq_Sgx_tFSS_11SwiftBricks10PopupStateVTg5', symObjAddr: 0x3468, symBinAddr: 0x10007F148, symSize: 0xF0 }
+ - { offset: 0x15D057, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_ypTg5', symObjAddr: 0x3558, symBinAddr: 0x10007F238, symSize: 0x1A0 }
+ - { offset: 0x15D0F4, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_SSTg5', symObjAddr: 0x36F8, symBinAddr: 0x10007F3D8, symSize: 0x174 }
+ - { offset: 0x15D1BA, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_11SwiftBricks13ControlSchemaVTg5', symObjAddr: 0x386C, symBinAddr: 0x10007F54C, symSize: 0x1B8 }
+ - { offset: 0x15D275, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_SiTg5', symObjAddr: 0x3A24, symBinAddr: 0x10007F704, symSize: 0x164 }
+ - { offset: 0x15D33B, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_7SwiftUI7AnyViewV0D6Bricks13ControlSchemaV_AG0H6EngineCtcTg5', symObjAddr: 0x3CF8, symBinAddr: 0x10007F9D8, symSize: 0x17C }
+ - { offset: 0x15D3EB, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_11SwiftBricks10PopupStateVTg5', symObjAddr: 0x3E74, symBinAddr: 0x10007FB54, symSize: 0x1B8 }
+ - { offset: 0x15D4BC, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_ypTg5', symObjAddr: 0x402C, symBinAddr: 0x10007FD0C, symSize: 0x2B4 }
+ - { offset: 0x15D5C2, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_SSTg5', symObjAddr: 0x42E0, symBinAddr: 0x10007FFC0, symSize: 0x2BC }
+ - { offset: 0x15D6BF, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_11SwiftBricks13ControlSchemaVTg5', symObjAddr: 0x459C, symBinAddr: 0x10008027C, symSize: 0xA8C }
+ - { offset: 0x15D7E5, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_SiTg5', symObjAddr: 0x5028, symBinAddr: 0x100080D08, symSize: 0x29C }
+ - { offset: 0x15D8D7, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_7SwiftUI7AnyViewV0K6Bricks13ControlSchemaV_AI0O6EngineCtcTg5', symObjAddr: 0x5574, symBinAddr: 0x100081254, symSize: 0x2B4 }
+ - { offset: 0x15D9C9, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_11SwiftBricks10PopupStateVTg5', symObjAddr: 0x5828, symBinAddr: 0x100081508, symSize: 0xC58 }
+ - { offset: 0x15DAEF, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV8setValue_6forKey8isUniqueyq_n_xSbtFSS_ypTg5', symObjAddr: 0x6480, symBinAddr: 0x100082160, symSize: 0x12C }
+ - { offset: 0x15DB49, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV8setValue_6forKey8isUniqueyq_n_xSbtFSS_SSTg5', symObjAddr: 0x65AC, symBinAddr: 0x10008228C, symSize: 0x164 }
+ - { offset: 0x15DC31, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV8setValue_6forKey8isUniqueyq_n_xSbtFSS_11SwiftBricks13ControlSchemaVTg5', symObjAddr: 0x6724, symBinAddr: 0x100082404, symSize: 0x168 }
+ - { offset: 0x15DD1D, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV8setValue_6forKey8isUniqueyq_n_xSbtFSS_SiTg5', symObjAddr: 0x6A1C, symBinAddr: 0x1000826FC, symSize: 0x150 }
+ - { offset: 0x15DE09, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV8setValue_6forKey8isUniqueyq_n_xSbtFSS_7SwiftUI7AnyViewV0I6Bricks13ControlSchemaV_AI0M6EngineCtcTg5', symObjAddr: 0x6B80, symBinAddr: 0x100082860, symSize: 0x164 }
+ - { offset: 0x15DEEA, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV8setValue_6forKey8isUniqueyq_n_xSbtFSS_11SwiftBricks10PopupStateVTg5', symObjAddr: 0x6CE4, symBinAddr: 0x1000829C4, symSize: 0x168 }
+ - { offset: 0x15DFB5, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSS_ypTg5', symObjAddr: 0x6E4C, symBinAddr: 0x100082B2C, symSize: 0x68 }
+ - { offset: 0x15E032, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantVyq_SgxciMSS_SDyS2SGTg5', symObjAddr: 0x70C8, symBinAddr: 0x100082B94, symSize: 0x98 }
+ - { offset: 0x15E076, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantVyq_SgxciMSS_Sayy11SwiftBricks9EventDataVYacGTg5', symObjAddr: 0x7164, symBinAddr: 0x100082C30, symSize: 0x98 }
+ - { offset: 0x15E0D0, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV_8isUniqueq_Sgx_SbtciMSS_SDyS2SGTg5', symObjAddr: 0x7238, symBinAddr: 0x100082D04, symSize: 0x168 }
+ - { offset: 0x15E17E, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV_8isUniqueq_Sgx_SbtciMSS_Sayy11SwiftBricks9EventDataVYacGTg5', symObjAddr: 0x73AC, symBinAddr: 0x100082E78, symSize: 0x168 }
+ - { offset: 0x15E200, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8asNatives01_C10DictionaryVyxq_GvMSS_SDyS2SGTg5', symObjAddr: 0x765C, symBinAddr: 0x100083128, symSize: 0x18 }
+ - { offset: 0x15E218, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8asNatives01_C10DictionaryVyxq_GvMSS_SDyS2SGTg5.resume.0', symObjAddr: 0x7674, symBinAddr: 0x100083140, symSize: 0xC }
+ - { offset: 0x15E234, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8asNatives01_C10DictionaryVyxq_GvMSS_SDyS2SGTg5.resume.0', symObjAddr: 0x7674, symBinAddr: 0x100083140, symSize: 0xC }
+ - { offset: 0x15E245, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8asNatives01_C10DictionaryVyxq_GvMSS_Sayy11SwiftBricks9EventDataVYacGTg5', symObjAddr: 0x7680, symBinAddr: 0x10008314C, symSize: 0x18 }
+ - { offset: 0x15E25D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10PopupStateVSgWOi0_', symObjAddr: 0x7870, symBinAddr: 0x1000832C4, symSize: 0x8 }
+ - { offset: 0x15E271, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10PopupStateVSgWOg', symObjAddr: 0x7878, symBinAddr: 0x1000832CC, symSize: 0x18 }
+ - { offset: 0x15E285, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10PopupStateVWOc', symObjAddr: 0x7890, symBinAddr: 0x1000832E4, symSize: 0x34 }
+ - { offset: 0x15E299, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10PopupStateVSgWOi_', symObjAddr: 0x78C4, symBinAddr: 0x100083318, symSize: 0x4 }
+ - { offset: 0x15E2AD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC7Combine16ObservableObjectAA0F19WillChangePublisherAdEP_AD0I0PWT', symObjAddr: 0x78C8, symBinAddr: 0x10008331C, symSize: 0xC }
+ - { offset: 0x15E2C1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreCMU', symObjAddr: 0x78D4, symBinAddr: 0x100083328, symSize: 0x8 }
+ - { offset: 0x15E2D5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreCMa', symObjAddr: 0x78DC, symBinAddr: 0x100083330, symSize: 0x38 }
+ - { offset: 0x15E2E9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreCMr', symObjAddr: 0x7914, symBinAddr: 0x100083368, symSize: 0x190 }
+ - { offset: 0x15E2FD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10PopupStateVwCP', symObjAddr: 0x7B48, symBinAddr: 0x100083548, symSize: 0x2C }
+ - { offset: 0x15E311, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10PopupStateVwxx', symObjAddr: 0x7B74, symBinAddr: 0x100083574, symSize: 0x218 }
+ - { offset: 0x15E325, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10PopupStateVwcp', symObjAddr: 0x7D8C, symBinAddr: 0x10008378C, symSize: 0x698 }
+ - { offset: 0x15E339, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10PopupStateVwca', symObjAddr: 0x8424, symBinAddr: 0x100083E24, symSize: 0xAB8 }
+ - { offset: 0x15E34D, size: 0x8, addend: 0x0, symName: ___swift_memcpy1105_8, symObjAddr: 0x8FAC, symBinAddr: 0x1000848DC, symSize: 0x8 }
+ - { offset: 0x15E361, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10PopupStateVwta', symObjAddr: 0x8FB4, symBinAddr: 0x1000848E4, symSize: 0x670 }
+ - { offset: 0x15E375, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10PopupStateVwet', symObjAddr: 0x9624, symBinAddr: 0x100084F54, symSize: 0x48 }
+ - { offset: 0x15E389, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10PopupStateVwst', symObjAddr: 0x966C, symBinAddr: 0x100084F9C, symSize: 0x168 }
+ - { offset: 0x15E39D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10PopupStateVMa', symObjAddr: 0x97D4, symBinAddr: 0x100085104, symSize: 0x10 }
+ - { offset: 0x15E3B1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10PopupStateVWOd', symObjAddr: 0x97E4, symBinAddr: 0x100085114, symSize: 0x34 }
+ - { offset: 0x15E3C5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks13ControlSchemaVWOd', symObjAddr: 0x984C, symBinAddr: 0x100085148, symSize: 0x3C }
+ - { offset: 0x15E406, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC8setValue2id5valueySS_ypSgtF', symObjAddr: 0x0, symBinAddr: 0x10007BD9C, symSize: 0x18C }
+ - { offset: 0x15E4C3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC9clearForm6formIdySS_tF', symObjAddr: 0x31C, symBinAddr: 0x10007C068, symSize: 0x354 }
+ - { offset: 0x15E735, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC12setFormField6formId5field5valueySS_S2StF', symObjAddr: 0x670, symBinAddr: 0x10007C3BC, symSize: 0x264 }
+ - { offset: 0x15E866, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC12getFormField6formId5fieldS2S_SStF', symObjAddr: 0x8D4, symBinAddr: 0x10007C620, symSize: 0x154 }
+ - { offset: 0x15E929, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC9selectRow9tabularId5indexySS_SitF', symObjAddr: 0xA3C, symBinAddr: 0x10007C788, symSize: 0xDC }
+ - { offset: 0x15E9F7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC18getSelectedRowData9tabularIdSDySSypGSgSS_tF', symObjAddr: 0xB18, symBinAddr: 0x10007C864, symSize: 0x190 }
+ - { offset: 0x15EB1C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreCACycfC', symObjAddr: 0xDCC, symBinAddr: 0x10007CB18, symSize: 0x34 }
+ - { offset: 0x15EB30, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC14collapsedMenusShySSGvM', symObjAddr: 0xE00, symBinAddr: 0x10007CB4C, symSize: 0x90 }
+ - { offset: 0x15EB69, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC13getFormValues6formIdSDyS2SGSS_tF', symObjAddr: 0xE90, symBinAddr: 0x10007CBDC, symSize: 0xE8 }
+ - { offset: 0x15EBF3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC6valuesSDySSypGvM', symObjAddr: 0x10D0, symBinAddr: 0x10007CE1C, symSize: 0x90 }
+ - { offset: 0x15ED27, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC7Combine16ObservableObjectAadEP16objectWillChange0fhI9PublisherQzvgTW', symObjAddr: 0x3280, symBinAddr: 0x10007EFCC, symSize: 0x28 }
+ - { offset: 0x15ED4B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC7$values7Combine9PublishedV9PublisherVySDySSypG_Gvs', symObjAddr: 0x11C4, symBinAddr: 0x10007CF10, symSize: 0xE0 }
+ - { offset: 0x15EDAD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC7$values7Combine9PublishedV9PublisherVySDySSypG_GvM', symObjAddr: 0x12A4, symBinAddr: 0x10007CFF0, symSize: 0x120 }
+ - { offset: 0x15EE3B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC10formValuesSDySSSDyS2SGGvM', symObjAddr: 0x1428, symBinAddr: 0x10007D174, symSize: 0x90 }
+ - { offset: 0x15EE6E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC11$formValues7Combine9PublishedV9PublisherVySDySSSDyS2SGG_Gvs', symObjAddr: 0x14D8, symBinAddr: 0x10007D224, symSize: 0xE0 }
+ - { offset: 0x15EED0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC11$formValues7Combine9PublishedV9PublisherVySDySSSDyS2SGG_GvM', symObjAddr: 0x15B8, symBinAddr: 0x10007D304, symSize: 0x120 }
+ - { offset: 0x15EF5E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC9tableDataSDySSSaySDySSypGGGvM', symObjAddr: 0x173C, symBinAddr: 0x10007D488, symSize: 0x90 }
+ - { offset: 0x15EF97, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC10$tableData7Combine9PublishedV9PublisherVySDySSSaySDySSypGGG_Gvs', symObjAddr: 0x17E8, symBinAddr: 0x10007D534, symSize: 0xE0 }
+ - { offset: 0x15EFF9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC10$tableData7Combine9PublishedV9PublisherVySDySSSaySDySSypGGG_GvM', symObjAddr: 0x18C8, symBinAddr: 0x10007D614, symSize: 0x120 }
+ - { offset: 0x15F087, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC12selectedRowsSDySSSiGvM', symObjAddr: 0x1A50, symBinAddr: 0x10007D79C, symSize: 0x90 }
+ - { offset: 0x15F0BA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC13$selectedRows7Combine9PublishedV9PublisherVySDySSSiG_Gvs', symObjAddr: 0x1AFC, symBinAddr: 0x10007D848, symSize: 0xE0 }
+ - { offset: 0x15F11C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC13$selectedRows7Combine9PublishedV9PublisherVySDySSSiG_GvM', symObjAddr: 0x1BDC, symBinAddr: 0x10007D928, symSize: 0x120 }
+ - { offset: 0x15F1AA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC6popupsSDySSAA10PopupStateVGvM', symObjAddr: 0x1DA0, symBinAddr: 0x10007DAEC, symSize: 0x90 }
+ - { offset: 0x15F1DD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC7$popups7Combine9PublishedV9PublisherVySDySSAA10PopupStateVG_Gvs', symObjAddr: 0x1E98, symBinAddr: 0x10007DBE4, symSize: 0xE0 }
+ - { offset: 0x15F23F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC7$popups7Combine9PublishedV9PublisherVySDySSAA10PopupStateVG_GvM', symObjAddr: 0x1F78, symBinAddr: 0x10007DCC4, symSize: 0x120 }
+ - { offset: 0x15F2CD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC15$collapsedMenus7Combine9PublishedV9PublisherVyShySSG_Gvs', symObjAddr: 0x2310, symBinAddr: 0x10007E05C, symSize: 0xE0 }
+ - { offset: 0x15F32F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC15$collapsedMenus7Combine9PublishedV9PublisherVyShySSG_GvM', symObjAddr: 0x23F0, symBinAddr: 0x10007E13C, symSize: 0x120 }
+ - { offset: 0x15F405, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreCACycfc', symObjAddr: 0x2630, symBinAddr: 0x10007E37C, symSize: 0x3B8 }
+ - { offset: 0x15F5E5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC8getValue2idypSgSS_tF', symObjAddr: 0x29E8, symBinAddr: 0x10007E734, symSize: 0xD8 }
+ - { offset: 0x15F652, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC12getTableData2idSaySDySSypGGSS_tF', symObjAddr: 0x2AC0, symBinAddr: 0x10007E80C, symSize: 0xDC }
+ - { offset: 0x15F6C7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC14getSelectedRow9tabularIdSiSgSS_tF', symObjAddr: 0x2B9C, symBinAddr: 0x10007E8E8, symSize: 0xD8 }
+ - { offset: 0x15F750, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC9openPopup2id6schema7optionsySS_AA13ControlSchemaVAA0E7OptionsVtF', symObjAddr: 0x2C74, symBinAddr: 0x10007E9C0, symSize: 0x154 }
+ - { offset: 0x15F7F8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC10closePopup2idySS_tF', symObjAddr: 0x2DC8, symBinAddr: 0x10007EB14, symSize: 0xD0 }
+ - { offset: 0x15F874, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreC11isPopupOpen2idSbSS_tF', symObjAddr: 0x2E98, symBinAddr: 0x10007EBE4, symSize: 0x144 }
+ - { offset: 0x15F8EF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreCfd', symObjAddr: 0x2FDC, symBinAddr: 0x10007ED28, symSize: 0x14C }
+ - { offset: 0x15F922, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks0B5StoreCfD', symObjAddr: 0x3128, symBinAddr: 0x10007EE74, symSize: 0x158 }
+ - { offset: 0x15F965, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10PopupStateV6schemaAA13ControlSchemaVvg', symObjAddr: 0x32A8, symBinAddr: 0x10007EFF4, symSize: 0xC }
+ - { offset: 0x15F979, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10PopupStateV7optionsAA0C7OptionsVvg', symObjAddr: 0x32B4, symBinAddr: 0x10007F000, symSize: 0xC }
+ - { offset: 0x15F98D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10PopupStateV6isOpenSbvg', symObjAddr: 0x32C0, symBinAddr: 0x10007F00C, symSize: 0x8 }
+ - { offset: 0x15F9A1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10PopupStateV6isOpenSbvs', symObjAddr: 0x32C8, symBinAddr: 0x10007F014, symSize: 0x8 }
+ - { offset: 0x15F9B5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10PopupStateV6isOpenSbvM', symObjAddr: 0x32D0, symBinAddr: 0x10007F01C, symSize: 0x10 }
+ - { offset: 0x15F9C9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks10PopupStateV6isOpenSbvM.resume.0', symObjAddr: 0x32E0, symBinAddr: 0x10007F02C, symSize: 0x4 }
+ - { offset: 0x15FAB8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlVwxx', symObjAddr: 0x0, symBinAddr: 0x1000851B8, symSize: 0x3F8 }
+ - { offset: 0x15FACC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlVwcp', symObjAddr: 0x3F8, symBinAddr: 0x1000855B0, symSize: 0xCDC }
+ - { offset: 0x15FAE0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlVwca', symObjAddr: 0x10D4, symBinAddr: 0x10008628C, symSize: 0x1AF8 }
+ - { offset: 0x15FAF4, size: 0x8, addend: 0x0, symName: ___swift_memcpy2048_8, symObjAddr: 0x2CD0, symBinAddr: 0x100087D84, symSize: 0x8 }
+ - { offset: 0x15FB08, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlVwta', symObjAddr: 0x2CD8, symBinAddr: 0x100087D8C, symSize: 0xCD0 }
+ - { offset: 0x15FB1C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlVwet', symObjAddr: 0x39A8, symBinAddr: 0x100088A5C, symSize: 0x48 }
+ - { offset: 0x15FB30, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlVwst', symObjAddr: 0x39F0, symBinAddr: 0x100088AA4, symSize: 0x25C }
+ - { offset: 0x15FB44, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlVMa', symObjAddr: 0x3C4C, symBinAddr: 0x100088D00, symSize: 0x10 }
+ - { offset: 0x15FB58, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlVwxx', symObjAddr: 0x3C88, symBinAddr: 0x100088D3C, symSize: 0x210 }
+ - { offset: 0x15FB6C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlVwcp', symObjAddr: 0x3E98, symBinAddr: 0x100088F4C, symSize: 0x640 }
+ - { offset: 0x15FB80, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlVwca', symObjAddr: 0x44D8, symBinAddr: 0x10008958C, symSize: 0xA60 }
+ - { offset: 0x15FB94, size: 0x8, addend: 0x0, symName: ___swift_memcpy1040_8, symObjAddr: 0x4F38, symBinAddr: 0x100089FEC, symSize: 0x8 }
+ - { offset: 0x15FBA8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlVwta', symObjAddr: 0x4F40, symBinAddr: 0x100089FF4, symSize: 0x620 }
+ - { offset: 0x15FBBC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlVwet', symObjAddr: 0x5560, symBinAddr: 0x10008A614, symSize: 0x48 }
+ - { offset: 0x15FBD0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlVwst', symObjAddr: 0x55A8, symBinAddr: 0x10008A65C, symSize: 0x150 }
+ - { offset: 0x15FBE4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlVMa', symObjAddr: 0x56F8, symBinAddr: 0x10008A7AC, symSize: 0x10 }
+ - { offset: 0x15FBF8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HtmlControlVMa', symObjAddr: 0x5728, symBinAddr: 0x10008A7D4, symSize: 0x10 }
+ - { offset: 0x15FC0C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlVwxx', symObjAddr: 0x5738, symBinAddr: 0x10008A7E4, symSize: 0x218 }
+ - { offset: 0x15FC20, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlVwcp', symObjAddr: 0x5950, symBinAddr: 0x10008A9FC, symSize: 0x654 }
+ - { offset: 0x15FC34, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlVwca', symObjAddr: 0x5FA4, symBinAddr: 0x10008B050, symSize: 0xA78 }
+ - { offset: 0x15FC48, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlVwta', symObjAddr: 0x6A24, symBinAddr: 0x10008BAC8, symSize: 0x630 }
+ - { offset: 0x15FC5C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlVwet', symObjAddr: 0x7054, symBinAddr: 0x10008C0F8, symSize: 0x48 }
+ - { offset: 0x15FC70, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlVwst', symObjAddr: 0x709C, symBinAddr: 0x10008C140, symSize: 0x154 }
+ - { offset: 0x15FC84, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlVMa', symObjAddr: 0x71F0, symBinAddr: 0x10008C294, symSize: 0x10 }
+ - { offset: 0x15FC98, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlVwxx', symObjAddr: 0x7200, symBinAddr: 0x10008C2A4, symSize: 0x200 }
+ - { offset: 0x15FCAC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlVwcp', symObjAddr: 0x7400, symBinAddr: 0x10008C4A4, symSize: 0x618 }
+ - { offset: 0x15FCC0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlVwca', symObjAddr: 0x7A18, symBinAddr: 0x10008CABC, symSize: 0xA30 }
+ - { offset: 0x15FCD4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlVwta', symObjAddr: 0x8450, symBinAddr: 0x10008D4EC, symSize: 0x600 }
+ - { offset: 0x15FCE8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlVwet', symObjAddr: 0x8A50, symBinAddr: 0x10008DAEC, symSize: 0x48 }
+ - { offset: 0x15FCFC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlVwst', symObjAddr: 0x8A98, symBinAddr: 0x10008DB34, symSize: 0x14C }
+ - { offset: 0x15FD10, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlVMa', symObjAddr: 0x8BE4, symBinAddr: 0x10008DC80, symSize: 0x10 }
+ - { offset: 0x15FD24, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18PopupWindowControlVMa', symObjAddr: 0xA570, symBinAddr: 0x10008F60C, symSize: 0x10 }
+ - { offset: 0x15FD38, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV0A2UI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0xA580, symBinAddr: 0x10008F61C, symSize: 0x10 }
+ - { offset: 0x160780, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlV0A2UI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0x10538, symBinAddr: 0x1000955D4, symSize: 0x10 }
+ - { offset: 0x160794, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HtmlControlV0A2UI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0x10548, symBinAddr: 0x1000955E4, symSize: 0x10 }
+ - { offset: 0x1607A8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18PopupWindowControlV0A2UI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0x10558, symBinAddr: 0x1000955F4, symSize: 0x10 }
+ - { offset: 0x1607BC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV0A2UI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0x10568, symBinAddr: 0x100095604, symSize: 0x10 }
+ - { offset: 0x1607D0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlV0A2UI0D0AA4BodyAdEP_AGWT', symObjAddr: 0x10578, symBinAddr: 0x100095614, symSize: 0x10 }
+ - { offset: 0x1607E4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlV4bodyQrvgyycfU0_TA', symObjAddr: 0x105E0, symBinAddr: 0x10009562C, symSize: 0x8 }
+ - { offset: 0x1607F8, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVy0A6Bricks15ControlRendererVAA16_FlexFrameLayoutVGSgSgWOi0_', symObjAddr: 0x1061C, symBinAddr: 0x100095634, symSize: 0x18 }
+ - { offset: 0x16080C, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVy0A6Bricks15ControlRendererVAA16_FlexFrameLayoutVGSgWOi0_', symObjAddr: 0x106BC, symBinAddr: 0x10009564C, symSize: 0x8 }
+ - { offset: 0x160820, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVy0A6Bricks15ControlRendererVAA16_FlexFrameLayoutVGSgSgWOi_', symObjAddr: 0x106C4, symBinAddr: 0x100095654, symSize: 0x4 }
+ - { offset: 0x160834, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVy0A6Bricks15ControlRendererVAA16_FlexFrameLayoutVGSgWOi_', symObjAddr: 0x10704, symBinAddr: 0x100095658, symSize: 0x4 }
+ - { offset: 0x160869, size: 0x8, addend: 0x0, symName: '_$sSh8_VariantV6removeyxSgxFSS_Tg5', symObjAddr: 0x10708, symBinAddr: 0x10009565C, symSize: 0x138 }
+ - { offset: 0x160938, size: 0x8, addend: 0x0, symName: '_$sSh8_VariantV6insertySb8inserted_x17memberAfterInserttxnFSS_Tg5', symObjAddr: 0x10840, symBinAddr: 0x100095794, symSize: 0x14C }
+ - { offset: 0x160A09, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV9insertNew_2at8isUniqueyxn_s10_HashTableV6BucketVSbtFSS_Tg5', symObjAddr: 0x1098C, symBinAddr: 0x1000958E0, symSize: 0x17C }
+ - { offset: 0x160ADC, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV4copyyyFSS_Tg5', symObjAddr: 0x10B08, symBinAddr: 0x100095A5C, symSize: 0x158 }
+ - { offset: 0x160B6F, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV13copyAndResize8capacityySi_tFSS_Tg5', symObjAddr: 0x10C60, symBinAddr: 0x100095BB4, symSize: 0x234 }
+ - { offset: 0x160C1D, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV6resize8capacityySi_tFSS_Tg5', symObjAddr: 0x10E94, symBinAddr: 0x100095DE8, symSize: 0x25C }
+ - { offset: 0x160CFB, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV7_delete2atys10_HashTableV6BucketV_tFSS_Tg5', symObjAddr: 0x110F0, symBinAddr: 0x100096044, symSize: 0x1B0 }
+ - { offset: 0x160D68, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI17EnvironmentValuesV4fontAA4FontVSgvpACTKq', symObjAddr: 0x112A0, symBinAddr: 0x1000961F4, symSize: 0x28 }
+ - { offset: 0x160D7C, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI17EnvironmentValuesV4fontAA4FontVSgvpACTkq', symObjAddr: 0x112C8, symBinAddr: 0x10009621C, symSize: 0x28 }
+ - { offset: 0x160D90, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlV4bodyQrvg0A2UI05TupleD0VyAE0D0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAE6HStackVyAGyAE7ForEachVySaySi6offset_AA0C4ItemV7elementtGSiAiEE7overlay9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE06buttonQ0yQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE6ButtonVyAiEEAJ_AKQrqd___AOtAePRd__lFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEA11_yQrAO_A15_tFQOyARyAGyAE4TextVSg_A17_tGG_Qo__Qo__Qo__A9_Qo_G_AE011PlainButtonQ0VQo__AiEE5frame5width6heightA_QrA15__A15_A2_tFQOyAE01_pD0VyAE9RectangleVA9_G_Qo_Qo_G_AE6SpacerVtGG_A9_Qo__AiEEA29_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA_QrA15__A15_A15_A15_A15_A15_A2_tFQOyAA0E8RendererV_Qo_SgSgtGyXEfU_A42_yXEfU_A38_Si_AWtcfU_TA', symObjAddr: 0x112F0, symBinAddr: 0x100096244, symSize: 0x8 }
+ - { offset: 0x160DAF, size: 0x8, addend: 0x0, symName: '_$sSi11SwiftBricks7TabItemV0A2UI15ModifiedContentVyAD4ViewPADE11buttonStyleyQrqd__AD015PrimitiveButtonJ0Rd__lFQOyAD0L0VyAFyAFyAFyAFyAD6HStackVyAD05TupleH0VyAD4TextVSg_ARtGGAD14_PaddingLayoutVGAWGAD30_EnvironmentKeyWritingModifierVyAD5ColorVSgGGAD011_BackgroundjU0VyA1_GGG_AD05PlainlJ0VQo_AD08_OverlayU0VyAFyAD06_ShapeH0VyAD9RectangleVA1_GAD06_FrameQ0VGGGIegygr_Si6offset_AC7elementtA24_Iegnr_TRTA', symObjAddr: 0x1131C, symBinAddr: 0x100096270, symSize: 0x5C }
+ - { offset: 0x160DD8, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA4ViewPAAE11buttonStyleyQrqd__AA015PrimitiveButtonG0Rd__lFQOyAA0I0VyACyACyACyACyAA6HStackVyAA05TupleE0VyAA4TextVSg_AOtGGAA14_PaddingLayoutVGATGAA30_EnvironmentKeyWritingModifierVyAA5ColorVSgGGAA011_BackgroundgR0VyAZGGG_AA05PlainiG0VQo_AA08_OverlayR0VyACyAA06_ShapeE0VyAA9RectangleVAZGAA06_FrameN0VGGGACyxq_GAad2aDRzAA0eR0R_rlWl', symObjAddr: 0x113CC, symBinAddr: 0x1000962CC, symSize: 0x12C }
+ - { offset: 0x160DEC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlV4bodyQrvg0A2UI05TupleD0VyAE0D0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAE6HStackVyAGyAE7ForEachVySaySi6offset_AA0C4ItemV7elementtGSiAiEE7overlay9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE06buttonQ0yQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE6ButtonVyAiEEAJ_AKQrqd___AOtAePRd__lFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEA11_yQrAO_A15_tFQOyARyAGyAE4TextVSg_A17_tGG_Qo__Qo__Qo__A9_Qo_G_AE011PlainButtonQ0VQo__AiEE5frame5width6heightA_QrA15__A15_A2_tFQOyAE01_pD0VyAE9RectangleVA9_G_Qo_Qo_G_AE6SpacerVtGG_A9_Qo__AiEEA29_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA_QrA15__A15_A15_A15_A15_A15_A2_tFQOyAA0E8RendererV_Qo_SgSgtGyXEfU_A42_yXEfU_A38_Si_AWtcfU_yyScMYccfU_TA', symObjAddr: 0x11710, symBinAddr: 0x100096610, symSize: 0x54 }
+ - { offset: 0x160E2A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlV4bodyQrvg0A2UI05TupleD0VyAE0D0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAE6HStackVyAGyAE7ForEachVySaySi6offset_AA0C4ItemV7elementtGSiAiEE7overlay9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE06buttonQ0yQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE6ButtonVyAiEEAJ_AKQrqd___AOtAePRd__lFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEA11_yQrAO_A15_tFQOyARyAGyAE4TextVSg_A17_tGG_Qo__Qo__Qo__A9_Qo_G_AE011PlainButtonQ0VQo__AiEE5frame5width6heightA_QrA15__A15_A2_tFQOyAE01_pD0VyAE9RectangleVA9_G_Qo_Qo_G_AE6SpacerVtGG_A9_Qo__AiEEA29_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA_QrA15__A15_A15_A15_A15_A15_A2_tFQOyAA0E8RendererV_Qo_SgSgtGyXEfU_A42_yXEfU_A38_Si_AWtcfU_A24_yXEfU0_TA', symObjAddr: 0x11764, symBinAddr: 0x100096664, symSize: 0xC }
+ - { offset: 0x160E3E, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyACyAA6HStackVyAA9TupleViewVyAA4TextVSg_AItGGAA14_PaddingLayoutVGANGAA30_EnvironmentKeyWritingModifierVyAA5ColorVSgGGAA016_BackgroundStyleN0VyATGGACyxq_GAA0G0A2AA1_RzAA0gN0R_rlWl', symObjAddr: 0x11770, symBinAddr: 0x100096670, symSize: 0x98 }
+ - { offset: 0x160E52, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyAA6HStackVyAA9TupleViewVyAA4TextVSg_AItGGAA14_PaddingLayoutVGANGAA30_EnvironmentKeyWritingModifierVyAA5ColorVSgGGACyxq_GAA0G0A2aYRzAA0gN0R_rlWl', symObjAddr: 0x11808, symBinAddr: 0x100096708, symSize: 0xB8 }
+ - { offset: 0x160E66, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6HStackVyAA9TupleViewVyAA4TextVSg_AItGGAA14_PaddingLayoutVGACyxq_GAA0G0A2aQRzAA0G8ModifierR_rlWl', symObjAddr: 0x118C0, symBinAddr: 0x1000967C0, symSize: 0x98 }
+ - { offset: 0x160E7A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV4bodyQrvg0A2UI4ViewPAEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6VStackVyAE7ForEachVySayAA0C10ItemSchemaVGSSAE03AnyG0VGSgG_Qo_yXEfU_TA', symObjAddr: 0x11A30, symBinAddr: 0x100096870, symSize: 0x8 }
+ - { offset: 0x160E8E, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6VStackVyAA7ForEachVySay0A6Bricks14MenuItemSchemaVGSSAA7AnyViewVGSgGAA14_PaddingLayoutVGACyxq_GAA0M0A2aURzAA0M8ModifierR_rlWl', symObjAddr: 0x11A38, symBinAddr: 0x100096878, symSize: 0x98 }
+ - { offset: 0x160EA2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV4bodyQrvg0A2UI4ViewPAEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6VStackVyAE7ForEachVySayAA0C10ItemSchemaVGSSAE03AnyG0VGSgG_Qo_yXEfU_AVyXEfU_AtQcfU_TA', symObjAddr: 0x11AD8, symBinAddr: 0x100096918, symSize: 0x50 }
+ - { offset: 0x160ED8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV12menuItemView33_D1816DF4D08EFBF14530075C7B2EB48ELL_5depth0A2UI03AnyG0VAA0cF6SchemaV_SitFAG05TupleG0VyAG0G0PAGE11buttonStyleyQrqd__AG015PrimitiveButtonU0Rd__lFQOyAG0W0VyAoGE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoGE10background_20ignoresSafeAreaEdgesQrqd___AG4EdgeO3SetVtAG05ShapeU0Rd__lFQOyAoGE15foregroundColoryQrAG5ColorVSgFQOyAoGE7paddingyQrA2__AXSgtFQOyAoGEA8_yQrA2__A9_tFQOyAG6HStackVyAMyAoGE5frame5width6height9alignmentQrA9__A9_AG9AlignmentVtFQOyAG4TextV_Qo_Sg_AoGE9lineLimityQrSiSgFQOyA19__Qo_AG6SpacerVAoGEA4_yQrA7_FQOyAoGE4fontyQrAG4FontVSgFQOyAG5ImageV_Qo__Qo_SgtGG_Qo__Qo__Qo__A6_Qo__Qo_G_AG05PlainwU0VQo__AG7ForEachVySayAKGSSAIGSgSgtGyXEfU_yyScMYccfU_TA', symObjAddr: 0x11DA8, symBinAddr: 0x100096BB4, symSize: 0x28 }
+ - { offset: 0x160F01, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV12menuItemView33_D1816DF4D08EFBF14530075C7B2EB48ELL_5depth0A2UI03AnyG0VAA0cF6SchemaV_SitFAG05TupleG0VyAG0G0PAGE11buttonStyleyQrqd__AG015PrimitiveButtonU0Rd__lFQOyAG0W0VyAoGE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoGE10background_20ignoresSafeAreaEdgesQrqd___AG4EdgeO3SetVtAG05ShapeU0Rd__lFQOyAoGE15foregroundColoryQrAG5ColorVSgFQOyAoGE7paddingyQrA2__AXSgtFQOyAoGEA8_yQrA2__A9_tFQOyAG6HStackVyAMyAoGE5frame5width6height9alignmentQrA9__A9_AG9AlignmentVtFQOyAG4TextV_Qo_Sg_AoGE9lineLimityQrSiSgFQOyA19__Qo_AG6SpacerVAoGEA4_yQrA7_FQOyAoGE4fontyQrAG4FontVSgFQOyAG5ImageV_Qo__Qo_SgtGG_Qo__Qo__Qo__A6_Qo__Qo_G_AG05PlainwU0VQo__AG7ForEachVySayAKGSSAIGSgSgtGyXEfU_A42_yXEfU0_TA', symObjAddr: 0x11DD0, symBinAddr: 0x100096BDC, symSize: 0x18 }
+ - { offset: 0x160F15, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyACyACyAA6HStackVyAA9TupleViewVyACyAA4TextVAA12_FrameLayoutVGSg_ACyAiA30_EnvironmentKeyWritingModifierVySiSgGGAA6SpacerVACyACyAA5ImageVAOyAA4FontVSgGGAOyAA5ColorVSgGGSgtGGAA08_PaddingJ0VGA9_GA3_GAA016_BackgroundStyleN0VyA1_GGAA11_ClipEffectVyAA16RoundedRectangleVGGACyxq_GAA0G0A2AA24_RzAA0gN0R_rlWl', symObjAddr: 0x11E24, symBinAddr: 0x100096BF4, symSize: 0x98 }
+ - { offset: 0x160F29, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyACyAA6HStackVyAA9TupleViewVyACyAA4TextVAA12_FrameLayoutVGSg_ACyAiA30_EnvironmentKeyWritingModifierVySiSgGGAA6SpacerVACyACyAA5ImageVAOyAA4FontVSgGGAOyAA5ColorVSgGGSgtGGAA08_PaddingJ0VGA9_GA3_GAA016_BackgroundStyleN0VyA1_GGACyxq_GAA0G0A2AA18_RzAA0gN0R_rlWl', symObjAddr: 0x11EBC, symBinAddr: 0x100096C8C, symSize: 0x98 }
+ - { offset: 0x160F3D, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyAA6HStackVyAA9TupleViewVyACyAA4TextVAA12_FrameLayoutVGSg_ACyAiA30_EnvironmentKeyWritingModifierVySiSgGGAA6SpacerVACyACyAA5ImageVAOyAA4FontVSgGGAOyAA5ColorVSgGGSgtGGAA08_PaddingJ0VGA9_GA3_GACyxq_GAA0G0A2AA14_RzAA0gN0R_rlWl', symObjAddr: 0x11F54, symBinAddr: 0x100096D24, symSize: 0xB8 }
+ - { offset: 0x160F51, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6HStackVyAA9TupleViewVyACyAA4TextVAA12_FrameLayoutVGSg_ACyAiA30_EnvironmentKeyWritingModifierVySiSgGGAA6SpacerVACyACyAA5ImageVAOyAA4FontVSgGGAOyAA5ColorVSgGGSgtGGAA08_PaddingJ0VGACyxq_GAA0G0A2AA12_RzAA0gN0R_rlWl', symObjAddr: 0x1207C, symBinAddr: 0x100096E4C, symSize: 0x98 }
+ - { offset: 0x160F65, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV12menuItemView33_D1816DF4D08EFBF14530075C7B2EB48ELL_5depth0A2UI03AnyG0VAA0cF6SchemaV_SitFAG05TupleG0VyAG0G0PAGE11buttonStyleyQrqd__AG015PrimitiveButtonU0Rd__lFQOyAG0W0VyAoGE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoGE10background_20ignoresSafeAreaEdgesQrqd___AG4EdgeO3SetVtAG05ShapeU0Rd__lFQOyAoGE15foregroundColoryQrAG5ColorVSgFQOyAoGE7paddingyQrA2__AXSgtFQOyAoGEA8_yQrA2__A9_tFQOyAG6HStackVyAMyAoGE5frame5width6height9alignmentQrA9__A9_AG9AlignmentVtFQOyAG4TextV_Qo_Sg_AoGE9lineLimityQrSiSgFQOyA19__Qo_AG6SpacerVAoGEA4_yQrA7_FQOyAoGE4fontyQrAG4FontVSgFQOyAG5ImageV_Qo__Qo_SgtGG_Qo__Qo__Qo__A6_Qo__Qo_G_AG05PlainwU0VQo__AG7ForEachVySayAKGSSAIGSgSgtGyXEfU_AiKcfU1_TA', symObjAddr: 0x12344, symBinAddr: 0x100097114, symSize: 0x5C }
+ - { offset: 0x160FC4, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA5ImageVAA30_EnvironmentKeyWritingModifierVyAA4FontVSgGGAGyAA5ColorVSgGGSgWOy', symObjAddr: 0x123A8, symBinAddr: 0x100097178, symSize: 0x5C }
+ - { offset: 0x160FD8, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA5ImageVAA30_EnvironmentKeyWritingModifierVyAA4FontVSgGGAGyAA5ColorVSgGGSgWOe', symObjAddr: 0x12404, symBinAddr: 0x1000971D4, symSize: 0x58 }
+ - { offset: 0x161002, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV06handleC5Click33_D1816DF4D08EFBF14530075C7B2EB48ELL_11hasChildrenyAA0C10ItemSchemaV_SbtFyyYacfU_TA', symObjAddr: 0x12700, symBinAddr: 0x1000974D0, symSize: 0x6C }
+ - { offset: 0x161016, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV06handleC5Click33_D1816DF4D08EFBF14530075C7B2EB48ELL_11hasChildrenyAA0C10ItemSchemaV_SbtFyyYacfU_TATQ0_', symObjAddr: 0x1276C, symBinAddr: 0x10009753C, symSize: 0x40 }
+ - { offset: 0x16102A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18PopupWindowControlV4bodyQrvg0A2UI9TupleViewVyAE0I0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAiEE06buttonR0yQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonR0VQo_tGG_Qo__A5_Qo__AiEEAQyQrATFQOyAE6VStackVyAA010SubWidgetsI0VG_Qo_SgtGyXEfU_A19_yXEfU_yycACcfu0_yycfu1_TA', symObjAddr: 0x12AA0, symBinAddr: 0x100097800, symSize: 0x8 }
+ - { offset: 0x16103E, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA5ImageVAA30_EnvironmentKeyWritingModifierVyAA4FontVSgGGAGyAA5ColorVSgGGACyxq_GAA4ViewA2aSRzAA0lI0R_rlWl', symObjAddr: 0x12ADC, symBinAddr: 0x100097808, symSize: 0x98 }
+ - { offset: 0x161052, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA5ImageVAA30_EnvironmentKeyWritingModifierVyAA4FontVSgGGACyxq_GAA4ViewA2aNRzAA0kI0R_rlWl', symObjAddr: 0x12B74, symBinAddr: 0x1000978A0, symSize: 0x98 }
+ - { offset: 0x161066, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlV4bodyQrvgyyYaYbcfU0_TA', symObjAddr: 0x13008, symBinAddr: 0x100097C8C, symSize: 0x4C }
+ - { offset: 0x16107A, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyAA08ModifiedD0VyAA5ImageVAA18_AspectRatioLayoutVGAA12ProgressViewVyAA05EmptyK0VANGGACyxq_GAA0K0A2aRRzAaRR_rlWl', symObjAddr: 0x13088, symBinAddr: 0x100097CD8, symSize: 0x98 }
+ - { offset: 0x16108E, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA5ImageVAA18_AspectRatioLayoutVGACyxq_GAA4ViewA2aJRzAA0I8ModifierR_rlWl', symObjAddr: 0x13120, symBinAddr: 0x100097D70, symSize: 0x70 }
+ - { offset: 0x1610A2, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA10_ShapeViewVyAA9RectangleVAA5ColorVGAA16_OverlayModifierVyAA4TextVGGACyxq_GAA0F0A2aRRzAA0fJ0R_rlWl', symObjAddr: 0x13190, symBinAddr: 0x100097DE0, symSize: 0xB8 }
+ - { offset: 0x1610B6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV4bodyQrvgyyYaYbcfU0_TA', symObjAddr: 0x13644, symBinAddr: 0x100098294, symSize: 0x4C }
+ - { offset: 0x1610CA, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyAA08ModifiedD0VyAA12ProgressViewVyAA4TextVAA05EmptyG0VGAA16_FlexFrameLayoutVGAA6VStackVyAA05TupleG0VyAEyAA5ImageVAA30_EnvironmentKeyWritingModifierVyAA5ColorVSgGG_AItGGGACyxq_GAA0G0A2AA5_RzAAA5_R_rlWl', symObjAddr: 0x13708, symBinAddr: 0x1000982E0, symSize: 0x98 }
+ - { offset: 0x161147, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6VStackVyAA9TupleViewVyACyAA6HStackVyAGyAA7ForEachVySaySi6offset_0A6Bricks7TabItemV7elementtGSiACyAA0G0PAAE11buttonStyleyQrqd__AA015PrimitiveButtonQ0Rd__lFQOyAA0S0VyACyACyACyACyAIyAGyAA4TextVSg_AYtGGAA14_PaddingLayoutVGA2_GAA30_EnvironmentKeyWritingModifierVyAA5ColorVSgGGAA011_BackgroundqZ0VyA8_GGG_AA05PlainsQ0VQo_AA08_OverlayZ0VyACyAA06_ShapeG0VyAA9RectangleVA8_GAA06_FrameV0VGGGG_AA6SpacerVtGGA14_G_ACyAM15ControlRendererVAA010_FlexFrameV0VGSgSgtGGAA017_AppearanceActionZ0VGACyxq_GAar2aRRzAA0gZ0R_rlWl', symObjAddr: 0x13AAC, symBinAddr: 0x1000985A4, symSize: 0x98 }
+ - { offset: 0x16115B, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyAA10ScrollViewVyACyAA6VStackVyAA7ForEachVySay0A6Bricks14MenuItemSchemaVGSSAA03AnyF0VGSgGAA14_PaddingLayoutVGGAA06_FrameP0VGAA24_BackgroundStyleModifierVyAA5ColorVGGAA010_AnimationT0VySbGGACyxq_GAA0F0A2AA9_RzAA0fT0R_rlWl', symObjAddr: 0x13B48, symBinAddr: 0x100098640, symSize: 0x98 }
+ - { offset: 0x16116F, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA10ScrollViewVyACyAA6VStackVyAA7ForEachVySay0A6Bricks14MenuItemSchemaVGSSAA03AnyF0VGSgGAA14_PaddingLayoutVGGAA06_FrameP0VGAA24_BackgroundStyleModifierVyAA5ColorVGGACyxq_GAA0F0A2AA5_RzAA0fT0R_rlWl', symObjAddr: 0x13BE0, symBinAddr: 0x1000986D8, symSize: 0x98 }
+ - { offset: 0x161183, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA10ScrollViewVyACyAA6VStackVyAA7ForEachVySay0A6Bricks14MenuItemSchemaVGSSAA03AnyF0VGSgGAA14_PaddingLayoutVGGAA06_FrameP0VGACyxq_GAA0F0A2AA_RzAA0F8ModifierR_rlWl', symObjAddr: 0x13C78, symBinAddr: 0x100098770, symSize: 0x98 }
+ - { offset: 0x161197, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyAA6VStackVyAA9TupleViewVyACyACyAA6HStackVyAGyAA4TextV_AA6SpacerVAA0G0PAAE11buttonStyleyQrqd__AA015PrimitiveButtonL0Rd__lFQOyAA0N0VyACyACyAA5ImageVAA30_EnvironmentKeyWritingModifierVyAA4FontVSgGGAWyAA5ColorVSgGGG_AA05PlainnL0VQo_tGGAA14_PaddingLayoutVGAA011_BackgroundlS0VyA2_GG_ACyAEy0A6Bricks010SubWidgetsG0VGA13_GSgtGGA17_GAA11_ClipEffectVyAA16RoundedRectangleVGGAA13_ShadowEffectVGACyxq_GAan2aNRzAA0gS0R_rlWl', symObjAddr: 0x13D14, symBinAddr: 0x10009880C, symSize: 0x78 }
+ - { offset: 0x1611AB, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA6VStackVyAA9TupleViewVyACyACyAA6HStackVyAGyAA4TextV_AA6SpacerVAA0G0PAAE11buttonStyleyQrqd__AA015PrimitiveButtonL0Rd__lFQOyAA0N0VyACyACyAA5ImageVAA30_EnvironmentKeyWritingModifierVyAA4FontVSgGGAWyAA5ColorVSgGGG_AA05PlainnL0VQo_tGGAA14_PaddingLayoutVGAA011_BackgroundlS0VyA2_GG_ACyAEy0A6Bricks010SubWidgetsG0VGA13_GSgtGGA17_GAA11_ClipEffectVyAA16RoundedRectangleVGGACyxq_GAan2aNRzAA0gS0R_rlWl', symObjAddr: 0x13D8C, symBinAddr: 0x100098884, symSize: 0x98 }
+ - { offset: 0x1611BF, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6VStackVyAA9TupleViewVyACyACyAA6HStackVyAGyAA4TextV_AA6SpacerVAA0G0PAAE11buttonStyleyQrqd__AA015PrimitiveButtonL0Rd__lFQOyAA0N0VyACyACyAA5ImageVAA30_EnvironmentKeyWritingModifierVyAA4FontVSgGGAWyAA5ColorVSgGGG_AA05PlainnL0VQo_tGGAA14_PaddingLayoutVGAA011_BackgroundlS0VyA2_GG_ACyAEy0A6Bricks010SubWidgetsG0VGA13_GSgtGGA17_GACyxq_GAan2aNRzAA0gS0R_rlWl', symObjAddr: 0x13E24, symBinAddr: 0x10009891C, symSize: 0xB8 }
+ - { offset: 0x1611D3, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyAA4TextVAEGACyxq_GAA4ViewA2aHRzAaHR_rlWl', symObjAddr: 0x13F24, symBinAddr: 0x100098A1C, symSize: 0x68 }
+ - { offset: 0x1611E7, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACyAA08ModifiedD0VyAA5ImageVAA18_AspectRatioLayoutVGAA12ProgressViewVyAA05EmptyK0VANGGAEyAA06_ShapeK0VyAA9RectangleVAA5ColorVGAA16_OverlayModifierVyAA4TextVGGGACyxq_GAA0K0A2AA4_RzAAA4_R_rlWl', symObjAddr: 0x1406C, symBinAddr: 0x100098B64, symSize: 0x78 }
+ - { offset: 0x1611FB, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACyAA08ModifiedD0VyAA12ProgressViewVyAA4TextVAA05EmptyG0VGAA16_FlexFrameLayoutVGAA6VStackVyAA05TupleG0VyAEyAA5ImageVAA30_EnvironmentKeyWritingModifierVyAA5ColorVSgGG_AItGGG0A6Bricks15ControlRendererVGSgxSgAA0G0A2AA10_RzlWl', symObjAddr: 0x141E4, symBinAddr: 0x100098CDC, symSize: 0x70 }
+ - { offset: 0x16120F, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACyAA08ModifiedD0VyAA12ProgressViewVyAA4TextVAA05EmptyG0VGAA16_FlexFrameLayoutVGAA6VStackVyAA05TupleG0VyAEyAA5ImageVAA30_EnvironmentKeyWritingModifierVyAA5ColorVSgGG_AItGGG0A6Bricks15ControlRendererVGACyxq_GAA0G0A2AA9_RzAAA9_R_rlWl', symObjAddr: 0x14254, symBinAddr: 0x100098D4C, symSize: 0x78 }
+ - { offset: 0x161B0D, size: 0x8, addend: 0x0, symName: '_$sSh8containsySbxFSS_Tg5', symObjAddr: 0xB884, symBinAddr: 0x100090920, symSize: 0xF0 }
+ - { offset: 0x1626A1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlV4bodyQrvg0A2UI05TupleD0VyAE0D0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAE6HStackVyAGyAE7ForEachVySaySi6offset_AA0C4ItemV7elementtGSiAiEE7overlay9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE06buttonQ0yQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE6ButtonVyAiEEAJ_AKQrqd___AOtAePRd__lFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEA11_yQrAO_A15_tFQOyARyAGyAE4TextVSg_A17_tGG_Qo__Qo__Qo__A9_Qo_G_AE011PlainButtonQ0VQo__AiEE5frame5width6heightA_QrA15__A15_A2_tFQOyAE01_pD0VyAE9RectangleVA9_G_Qo_Qo_G_AE6SpacerVtGG_A9_Qo__AiEEA29_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA_QrA15__A15_A15_A15_A15_A15_A2_tFQOyAA0E8RendererV_Qo_SgSgtGyXEfU_', symObjAddr: 0xA590, symBinAddr: 0x10008F62C, symSize: 0x46C }
+ - { offset: 0x1628D7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlV4bodyQrvg0A2UI05TupleD0VyAE0D0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAE6HStackVyAGyAE7ForEachVySaySi6offset_AA0C4ItemV7elementtGSiAiEE7overlay9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE06buttonQ0yQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE6ButtonVyAiEEAJ_AKQrqd___AOtAePRd__lFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEA11_yQrAO_A15_tFQOyARyAGyAE4TextVSg_A17_tGG_Qo__Qo__Qo__A9_Qo_G_AE011PlainButtonQ0VQo__AiEE5frame5width6heightA_QrA15__A15_A2_tFQOyAE01_pD0VyAE9RectangleVA9_G_Qo_Qo_G_AE6SpacerVtGG_A9_Qo__AiEEA29_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA_QrA15__A15_A15_A15_A15_A15_A2_tFQOyAA0E8RendererV_Qo_SgSgtGyXEfU_A42_yXEfU_', symObjAddr: 0xA9FC, symBinAddr: 0x10008FA98, symSize: 0x24C }
+ - { offset: 0x162A39, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlV4bodyQrvg0A2UI05TupleD0VyAE0D0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAE6HStackVyAGyAE7ForEachVySaySi6offset_AA0C4ItemV7elementtGSiAiEE7overlay9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE06buttonQ0yQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE6ButtonVyAiEEAJ_AKQrqd___AOtAePRd__lFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEA11_yQrAO_A15_tFQOyARyAGyAE4TextVSg_A17_tGG_Qo__Qo__Qo__A9_Qo_G_AE011PlainButtonQ0VQo__AiEE5frame5width6heightA_QrA15__A15_A2_tFQOyAE01_pD0VyAE9RectangleVA9_G_Qo_Qo_G_AE6SpacerVtGG_A9_Qo__AiEEA29_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA_QrA15__A15_A15_A15_A15_A15_A2_tFQOyAA0E8RendererV_Qo_SgSgtGyXEfU_A42_yXEfU_A38_Si_AWtcfU_', symObjAddr: 0xAC48, symBinAddr: 0x10008FCE4, symSize: 0x344 }
+ - { offset: 0x162B73, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlV4bodyQrvg0A2UI05TupleD0VyAE0D0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAE6HStackVyAGyAE7ForEachVySaySi6offset_AA0C4ItemV7elementtGSiAiEE7overlay9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE06buttonQ0yQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE6ButtonVyAiEEAJ_AKQrqd___AOtAePRd__lFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEA11_yQrAO_A15_tFQOyARyAGyAE4TextVSg_A17_tGG_Qo__Qo__Qo__A9_Qo_G_AE011PlainButtonQ0VQo__AiEE5frame5width6heightA_QrA15__A15_A2_tFQOyAE01_pD0VyAE9RectangleVA9_G_Qo_Qo_G_AE6SpacerVtGG_A9_Qo__AiEEA29_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA_QrA15__A15_A15_A15_A15_A15_A2_tFQOyAA0E8RendererV_Qo_SgSgtGyXEfU_A42_yXEfU_A38_Si_AWtcfU_A24_yXEfU0_', symObjAddr: 0xAF8C, symBinAddr: 0x100090028, symSize: 0x1FC }
+ - { offset: 0x162D3A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlV4bodyQrvg0A2UI05TupleD0VyAE0D0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAE6HStackVyAGyAE7ForEachVySaySi6offset_AA0C4ItemV7elementtGSiAiEE7overlay9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE06buttonQ0yQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE6ButtonVyAiEEAJ_AKQrqd___AOtAePRd__lFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEA11_yQrAO_A15_tFQOyARyAGyAE4TextVSg_A17_tGG_Qo__Qo__Qo__A9_Qo_G_AE011PlainButtonQ0VQo__AiEE5frame5width6heightA_QrA15__A15_A2_tFQOyAE01_pD0VyAE9RectangleVA9_G_Qo_Qo_G_AE6SpacerVtGG_A9_Qo__AiEEA29_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA_QrA15__A15_A15_A15_A15_A15_A2_tFQOyAA0E8RendererV_Qo_SgSgtGyXEfU_A42_yXEfU_A38_Si_AWtcfU_A24_yXEfU0_A19_yXEfU_', symObjAddr: 0xB188, symBinAddr: 0x100090224, symSize: 0x29C }
+ - { offset: 0x162E71, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlV4bodyQrvgyycfU0_', symObjAddr: 0xB424, symBinAddr: 0x1000904C0, symSize: 0x60 }
+ - { offset: 0x162ED2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabViewControlV0A2UI0D0AadEP4body4BodyQzvgTW', symObjAddr: 0xB484, symBinAddr: 0x100090520, symSize: 0xCC }
+ - { offset: 0x162FF5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV4bodyQrvg', symObjAddr: 0xB550, symBinAddr: 0x1000905EC, symSize: 0x334 }
+ - { offset: 0x1631C8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV4bodyQrvg0A2UI4ViewPAEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6VStackVyAE7ForEachVySayAA0C10ItemSchemaVGSSAE03AnyG0VGSgG_Qo_yXEfU_', symObjAddr: 0xB974, symBinAddr: 0x100090A10, symSize: 0x28C }
+ - { offset: 0x163301, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV12menuItemView33_D1816DF4D08EFBF14530075C7B2EB48ELL_5depth0A2UI03AnyG0VAA0cF6SchemaV_SitF', symObjAddr: 0xBC00, symBinAddr: 0x100090C9C, symSize: 0x784 }
+ - { offset: 0x16353D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV12menuItemView33_D1816DF4D08EFBF14530075C7B2EB48ELL_5depth0A2UI03AnyG0VAA0cF6SchemaV_SitFAG05TupleG0VyAG0G0PAGE11buttonStyleyQrqd__AG015PrimitiveButtonU0Rd__lFQOyAG0W0VyAoGE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoGE10background_20ignoresSafeAreaEdgesQrqd___AG4EdgeO3SetVtAG05ShapeU0Rd__lFQOyAoGE15foregroundColoryQrAG5ColorVSgFQOyAoGE7paddingyQrA2__AXSgtFQOyAoGEA8_yQrA2__A9_tFQOyAG6HStackVyAMyAoGE5frame5width6height9alignmentQrA9__A9_AG9AlignmentVtFQOyAG4TextV_Qo_Sg_AoGE9lineLimityQrSiSgFQOyA19__Qo_AG6SpacerVAoGEA4_yQrA7_FQOyAoGE4fontyQrAG4FontVSgFQOyAG5ImageV_Qo__Qo_SgtGG_Qo__Qo__Qo__A6_Qo__Qo_G_AG05PlainwU0VQo__AG7ForEachVySayAKGSSAIGSgSgtGyXEfU_A42_yXEfU0_', symObjAddr: 0xC6F4, symBinAddr: 0x100091790, symSize: 0x3C4 }
+ - { offset: 0x16377A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV12menuItemView33_D1816DF4D08EFBF14530075C7B2EB48ELL_5depth0A2UI03AnyG0VAA0cF6SchemaV_SitFAG05TupleG0VyAG0G0PAGE11buttonStyleyQrqd__AG015PrimitiveButtonU0Rd__lFQOyAG0W0VyAoGE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoGE10background_20ignoresSafeAreaEdgesQrqd___AG4EdgeO3SetVtAG05ShapeU0Rd__lFQOyAoGE15foregroundColoryQrAG5ColorVSgFQOyAoGE7paddingyQrA2__AXSgtFQOyAoGEA8_yQrA2__A9_tFQOyAG6HStackVyAMyAoGE5frame5width6height9alignmentQrA9__A9_AG9AlignmentVtFQOyAG4TextV_Qo_Sg_AoGE9lineLimityQrSiSgFQOyA19__Qo_AG6SpacerVAoGEA4_yQrA7_FQOyAoGE4fontyQrAG4FontVSgFQOyAG5ImageV_Qo__Qo_SgtGG_Qo__Qo__Qo__A6_Qo__Qo_G_AG05PlainwU0VQo__AG7ForEachVySayAKGSSAIGSgSgtGyXEfU_A42_yXEfU0_A36_yXEfU_', symObjAddr: 0xCAB8, symBinAddr: 0x100091B54, symSize: 0x4DC }
+ - { offset: 0x163A64, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV06handleC5Click33_D1816DF4D08EFBF14530075C7B2EB48ELL_11hasChildrenyAA0C10ItemSchemaV_SbtF', symObjAddr: 0xC384, symBinAddr: 0x100091420, symSize: 0x370 }
+ - { offset: 0x163AD2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV06handleC5Click33_D1816DF4D08EFBF14530075C7B2EB48ELL_11hasChildrenyAA0C10ItemSchemaV_SbtFyyYacfU_', symObjAddr: 0xCF94, symBinAddr: 0x100092030, symSize: 0x98 }
+ - { offset: 0x163B0F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV06handleC5Click33_D1816DF4D08EFBF14530075C7B2EB48ELL_11hasChildrenyAA0C10ItemSchemaV_SbtFyyYacfU_TY0_', symObjAddr: 0xD02C, symBinAddr: 0x1000920C8, symSize: 0x164 }
+ - { offset: 0x163CB2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV06handleC5Click33_D1816DF4D08EFBF14530075C7B2EB48ELL_11hasChildrenyAA0C10ItemSchemaV_SbtFyyYacfU_TQ1_', symObjAddr: 0xD190, symBinAddr: 0x10009222C, symSize: 0x60 }
+ - { offset: 0x163D30, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV06handleC5Click33_D1816DF4D08EFBF14530075C7B2EB48ELL_11hasChildrenyAA0C10ItemSchemaV_SbtFyyYacfU_TY2_', symObjAddr: 0xD1F0, symBinAddr: 0x10009228C, symSize: 0x144 }
+ - { offset: 0x163EE4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11MenuControlV0A2UI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0xD354, symBinAddr: 0x1000923F0, symSize: 0x48 }
+ - { offset: 0x163F81, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18PopupWindowControlV4bodyQrvg0A2UI9TupleViewVyAE0I0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAiEE06buttonR0yQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonR0VQo_tGG_Qo__A5_Qo__AiEEAQyQrATFQOyAE6VStackVyAA010SubWidgetsI0VG_Qo_SgtGyXEfU_', symObjAddr: 0xD39C, symBinAddr: 0x100092438, symSize: 0x414 }
+ - { offset: 0x164238, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18PopupWindowControlV4bodyQrvg0A2UI9TupleViewVyAE0I0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAiEE06buttonR0yQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonR0VQo_tGG_Qo__A5_Qo__AiEEAQyQrATFQOyAE6VStackVyAA010SubWidgetsI0VG_Qo_SgtGyXEfU_A19_yXEfU_', symObjAddr: 0xD7B0, symBinAddr: 0x10009284C, symSize: 0x4A8 }
+ - { offset: 0x164379, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18PopupWindowControlV4bodyQrvg0A2UI9TupleViewVyAE0I0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAiEE06buttonR0yQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonR0VQo_tGG_Qo__A5_Qo__AiEEAQyQrATFQOyAE6VStackVyAA010SubWidgetsI0VG_Qo_SgtGyXEfU_A19_yXEfU_yycACcfu0_yycfu1_', symObjAddr: 0xDC58, symBinAddr: 0x100092CF4, symSize: 0x124 }
+ - { offset: 0x1643F5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18PopupWindowControlV4bodyQrvg0A2UI9TupleViewVyAE0I0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAiEE06buttonR0yQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonR0VQo_tGG_Qo__A5_Qo__AiEEAQyQrATFQOyAE6VStackVyAA010SubWidgetsI0VG_Qo_SgtGyXEfU_A19_yXEfU_A14_yXEfU_', symObjAddr: 0xDD7C, symBinAddr: 0x100092E18, symSize: 0x8C }
+ - { offset: 0x164479, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18PopupWindowControlV0A2UI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0xDE08, symBinAddr: 0x100092EA4, symSize: 0x1F0 }
+ - { offset: 0x16468A, size: 0x8, addend: 0x0, symName: '_$sSo18NSAttributedStringC6AppKitE4data7options18documentAttributesAB10Foundation4DataV_SDySo0aB24DocumentReadingOptionKeyaypGSAySo12NSDictionaryCSgGSgtKcfcTOTf4gnnn_n', symObjAddr: 0x12C68, symBinAddr: 0x100097940, symSize: 0x138 }
+ - { offset: 0x1646D3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HtmlControlV4bodyQrvg', symObjAddr: 0xDFF8, symBinAddr: 0x100093094, symSize: 0x33C }
+ - { offset: 0x16487F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HtmlControlV0A2UI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0xE334, symBinAddr: 0x1000933D0, symSize: 0x4 }
+ - { offset: 0x164893, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlV4bodyQrvg0A2UI19_ConditionalContentVyAGyAE4ViewPAEE11aspectRatio_11contentModeQr12CoreGraphics7CGFloatVSg_AE0hM0OtFQOyAE0C0V_Qo_AE08ProgressI0VyAE05EmptyI0VAXGGAiEE7overlay_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAE06_ShapeI0VyAE9RectangleVAE5ColorVG_AE4TextVQo_GyXEfU_', symObjAddr: 0xE338, symBinAddr: 0x1000933D4, symSize: 0x598 }
+ - { offset: 0x1649DF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlV4bodyQrvgyyYaYbcfU0_', symObjAddr: 0xE8D0, symBinAddr: 0x10009396C, symSize: 0x64 }
+ - { offset: 0x164A04, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlV4bodyQrvgyyYaYbcfU0_TQ0_', symObjAddr: 0xE934, symBinAddr: 0x1000939D0, symSize: 0x80 }
+ - { offset: 0x164A25, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlV4bodyQrvgyyYaYbcfU0_TY1_', symObjAddr: 0xE9B4, symBinAddr: 0x100093A50, symSize: 0x30 }
+ - { offset: 0x164A46, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlV04loadC033_D1816DF4D08EFBF14530075C7B2EB48ELLyyYaF', symObjAddr: 0xE9E4, symBinAddr: 0x100093A80, symSize: 0xE4 }
+ - { offset: 0x164AA6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlV04loadC033_D1816DF4D08EFBF14530075C7B2EB48ELLyyYaFTY0_', symObjAddr: 0xEAC8, symBinAddr: 0x100093B64, symSize: 0x194 }
+ - { offset: 0x164AF9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlV04loadC033_D1816DF4D08EFBF14530075C7B2EB48ELLyyYaFTQ1_', symObjAddr: 0xEC5C, symBinAddr: 0x100093CF8, symSize: 0x88 }
+ - { offset: 0x164B70, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlV04loadC033_D1816DF4D08EFBF14530075C7B2EB48ELLyyYaFTY2_', symObjAddr: 0xECE4, symBinAddr: 0x100093D80, symSize: 0x1F0 }
+ - { offset: 0x164C2F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlV04loadC033_D1816DF4D08EFBF14530075C7B2EB48ELLyyYaFTY3_', symObjAddr: 0xEED4, symBinAddr: 0x100093F70, symSize: 0x19C }
+ - { offset: 0x164DA0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12ImageControlV0A2UI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0xF070, symBinAddr: 0x10009410C, symSize: 0xB8 }
+ - { offset: 0x164E6E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV4bodyQrvg0A2UI19_ConditionalContentVyAGyAE4ViewPAEE5frame8minWidth05idealM003maxM00L6Height0nP00oP09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAE08ProgressJ0VyAE4TextVAE05EmptyJ0VG_Qo_AE6VStackVyAE05TupleJ0VyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A_tGGGAA0E8RendererVGSgyXEfU_', symObjAddr: 0xF128, symBinAddr: 0x1000941C4, symSize: 0x74C }
+ - { offset: 0x165072, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV4bodyQrvg0A2UI19_ConditionalContentVyAGyAE4ViewPAEE5frame8minWidth05idealM003maxM00L6Height0nP00oP09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAE08ProgressJ0VyAE4TextVAE05EmptyJ0VG_Qo_AE6VStackVyAE05TupleJ0VyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A_tGGGAA0E8RendererVGSgyXEfU_A15_yXEfU_', symObjAddr: 0xF874, symBinAddr: 0x100094910, symSize: 0x1D4 }
+ - { offset: 0x1650E6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV4bodyQrvgyyYaYbcfU0_', symObjAddr: 0xFA48, symBinAddr: 0x100094AE4, symSize: 0x64 }
+ - { offset: 0x16510C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV4bodyQrvgyyYaYbcfU0_TQ0_', symObjAddr: 0xFAAC, symBinAddr: 0x100094B48, symSize: 0x80 }
+ - { offset: 0x16512E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV11loadContent33_D1816DF4D08EFBF14530075C7B2EB48ELLyyYaF', symObjAddr: 0xFB2C, symBinAddr: 0x100094BC8, symSize: 0x9C }
+ - { offset: 0x16519A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV11loadContent33_D1816DF4D08EFBF14530075C7B2EB48ELLyyYaFTY0_', symObjAddr: 0xFBC8, symBinAddr: 0x100094C64, symSize: 0x150 }
+ - { offset: 0x165222, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV11loadContent33_D1816DF4D08EFBF14530075C7B2EB48ELLyyYaFTY1_', symObjAddr: 0xFD18, symBinAddr: 0x100094DB4, symSize: 0x90 }
+ - { offset: 0x165298, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV11loadContent33_D1816DF4D08EFBF14530075C7B2EB48ELLyyYaFTQ2_', symObjAddr: 0xFDA8, symBinAddr: 0x100094E44, symSize: 0x84 }
+ - { offset: 0x1652E5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV11loadContent33_D1816DF4D08EFBF14530075C7B2EB48ELLyyYaFTY3_', symObjAddr: 0xFE2C, symBinAddr: 0x100094EC8, symSize: 0x3C }
+ - { offset: 0x165352, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV11loadContent33_D1816DF4D08EFBF14530075C7B2EB48ELLyyYaFTY4_', symObjAddr: 0xFE68, symBinAddr: 0x100094F04, symSize: 0x42C }
+ - { offset: 0x16541A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV11loadContent33_D1816DF4D08EFBF14530075C7B2EB48ELLyyYaFTY5_', symObjAddr: 0x10294, symBinAddr: 0x100095330, symSize: 0x48 }
+ - { offset: 0x165460, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV11loadContent33_D1816DF4D08EFBF14530075C7B2EB48ELLyyYaFTY6_', symObjAddr: 0x102DC, symBinAddr: 0x100095378, symSize: 0x194 }
+ - { offset: 0x1654DF, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV0A2UI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0x10470, symBinAddr: 0x10009550C, symSize: 0xC8 }
+ - { offset: 0x1655A7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks16UrlWidgetControlV6schema6engineAcA0E6SchemaV_AA0B6EngineCtcfCTf4nnd_n', symObjAddr: 0x13948, symBinAddr: 0x100098448, symSize: 0x158 }
+ - { offset: 0x1656F7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlVwCP', symObjAddr: 0x0, symBinAddr: 0x100098E64, symSize: 0x2C }
+ - { offset: 0x16570B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlVwxx', symObjAddr: 0x2C, symBinAddr: 0x100098E90, symSize: 0x220 }
+ - { offset: 0x16571F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlVwcp', symObjAddr: 0x24C, symBinAddr: 0x1000990B0, symSize: 0x680 }
+ - { offset: 0x165733, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlVwca', symObjAddr: 0x8CC, symBinAddr: 0x100099730, symSize: 0xAA8 }
+ - { offset: 0x165747, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlVwta', symObjAddr: 0x144C, symBinAddr: 0x10009A1D8, symSize: 0x658 }
+ - { offset: 0x16575B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlVwet', symObjAddr: 0x1AA4, symBinAddr: 0x10009A830, symSize: 0x48 }
+ - { offset: 0x16576F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlVwst', symObjAddr: 0x1AEC, symBinAddr: 0x10009A878, symSize: 0x15C }
+ - { offset: 0x165783, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlVMa', symObjAddr: 0x1C48, symBinAddr: 0x10009A9D4, symSize: 0x10 }
+ - { offset: 0x165797, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV0A2UI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0x1C58, symBinAddr: 0x10009A9E4, symSize: 0x10 }
+ - { offset: 0x166093, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV4bodyQrvgyyYaYbcfU0_TA', symObjAddr: 0x6BB4, symBinAddr: 0x10009F8F0, symSize: 0x4C }
+ - { offset: 0x1660FF, size: 0x8, addend: 0x0, symName: '_$sSTsE8contains5whereS2b7ElementQzKXE_tKFSaySSG_Tg5', symObjAddr: 0x6C34, symBinAddr: 0x10009F93C, symSize: 0xA4 }
+ - { offset: 0x16625D, size: 0x8, addend: 0x0, symName: '_$ss32_copyCollectionToContiguousArrayys0dE0Vy7ElementQzGxSlRzlFs0E5SliceVySDySSypGG_Tg5', symObjAddr: 0x6CD8, symBinAddr: 0x10009F9E0, symSize: 0xE8 }
+ - { offset: 0x16638F, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA4TextVAA16_FlexFrameLayoutVGACyxq_GAA4ViewA2aJRzAA0I8ModifierR_rlWl', symObjAddr: 0x6F04, symBinAddr: 0x10009FAFC, symSize: 0x70 }
+ - { offset: 0x1663A3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV4bodyQrvg0A2UI9TupleViewVyAC07toolbarH033_64079F5FD03A7B51C04BB719D22289ADLL5toolsQrSayAA11ToolbarToolVG_tFQOy_Qo_Sg_AC9headerRowAILLQrvpQOy_Qo_AE19_ConditionalContentVyASyAE0H0PAEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A5_A5_A5_A5_A5_AE9AlignmentVtFQOyAE08ProgressH0VyAE4TextVAE05EmptyH0VG_Qo_AuEEAvwxyZA_A0_A1_QrA5__A5_A5_A5_A5_A5_A7_tFQOyA11__Qo_GAE06ScrollH0VyAE10LazyVStackVyAE7ForEachVySaySi6offset_SDySSypG7elementtGSiAC04dataV0AILL_5indexQrA25__SitFQOy_Qo_GGGGAC13paginationBarAILLQrvpQOy_Qo_SgtGyXEfU_A32_yXEfU_TA', symObjAddr: 0x6F74, symBinAddr: 0x10009FB6C, symSize: 0x8 }
+ - { offset: 0x1663B7, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyAA08ModifiedD0VyAA12ProgressViewVyAA4TextVAA05EmptyG0VGAA16_FlexFrameLayoutVGAEyAiNGGACyxq_GAA0G0A2aSRzAaSR_rlWl', symObjAddr: 0x6F7C, symBinAddr: 0x10009FB74, symSize: 0x78 }
+ - { offset: 0x1663CB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV11toolbarView33_64079F5FD03A7B51C04BB719D22289ADLL5toolsQrSayAA11ToolbarToolVG_tF0A2UI05TupleF0VyAJ7ForEachVyAISSAJ0F0PAJE8disabledyQrSbFQOyApJE11buttonStyleyQrqd__AJ015PrimitiveButtonX0Rd__lFQOyAJ0Z0VyAJ4TextVG_AJ08BorderedzX0VQo__Qo_G_AJ6SpacerVtGyXEfU_A0_AHcfU_TA', symObjAddr: 0x7124, symBinAddr: 0x10009FC74, symSize: 0x8 }
+ - { offset: 0x1663DF, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA4ViewPAAE11buttonStyleyQrqd__AA015PrimitiveButtonG0Rd__lFQOyAA0I0VyAA4TextVG_AA08BorderediG0VQo_AA32_EnvironmentKeyTransformModifierVySbGGACyxq_GAad2aDRzAA0eO0R_rlWl', symObjAddr: 0x712C, symBinAddr: 0x10009FC7C, symSize: 0x12C }
+ - { offset: 0x1663F3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV11toolbarView33_64079F5FD03A7B51C04BB719D22289ADLL5toolsQrSayAA11ToolbarToolVG_tF0A2UI05TupleF0VyAJ7ForEachVyAISSAJ0F0PAJE8disabledyQrSbFQOyApJE11buttonStyleyQrqd__AJ015PrimitiveButtonX0Rd__lFQOyAJ0Z0VyAJ4TextVG_AJ08BorderedzX0VQo__Qo_G_AJ6SpacerVtGyXEfU_A0_AHcfU_yyScMYccfU_TA', symObjAddr: 0x74EC, symBinAddr: 0x1000A003C, symSize: 0x24 }
+ - { offset: 0x16641C, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewPAAE8disabledyQrSbFySbzcfU_TA', symObjAddr: 0x7564, symBinAddr: 0x1000A0078, symSize: 0x8 }
+ - { offset: 0x166430, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV19handleToolbarAction33_64079F5FD03A7B51C04BB719D22289ADLLyyAA0F4ToolVFyyYacfU_TA', symObjAddr: 0x77C0, symBinAddr: 0x1000A02D4, symSize: 0x6C }
+ - { offset: 0x166444, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV19handleToolbarAction33_64079F5FD03A7B51C04BB719D22289ADLLyyAA0F4ToolVFyyYacfU_TATQ0_', symObjAddr: 0x782C, symBinAddr: 0x1000A0340, symSize: 0x40 }
+ - { offset: 0x166458, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV13paginationBar33_64079F5FD03A7B51C04BB719D22289ADLLQrvg0A2UI9TupleViewVyAF0Q0PAFE8disabledyQrSbFQOyAF6ButtonVyAF4TextVG_Qo__AoQtGyXEfU_yyScMYccfU_TA', symObjAddr: 0x789C, symBinAddr: 0x1000A0380, symSize: 0x8 }
+ - { offset: 0x16646C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV13paginationBar33_64079F5FD03A7B51C04BB719D22289ADLLQrvg0A2UI9TupleViewVyAF0Q0PAFE8disabledyQrSbFQOyAF6ButtonVyAF4TextVG_Qo__AoQtGyXEfU_yyScMYccfU0_TA', symObjAddr: 0x78A4, symBinAddr: 0x1000A0388, symSize: 0x8 }
+ - { offset: 0x166480, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV4bodyQrvg0A2UI9TupleViewVyAC07toolbarH033_64079F5FD03A7B51C04BB719D22289ADLL5toolsQrSayAA11ToolbarToolVG_tFQOy_Qo_Sg_AC9headerRowAILLQrvpQOy_Qo_AE19_ConditionalContentVyASyAE0H0PAEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A5_A5_A5_A5_A5_AE9AlignmentVtFQOyAE08ProgressH0VyAE4TextVAE05EmptyH0VG_Qo_AuEEAvwxyZA_A0_A1_QrA5__A5_A5_A5_A5_A5_A7_tFQOyA11__Qo_GAE06ScrollH0VyAE10LazyVStackVyAE7ForEachVySaySi6offset_SDySSypG7elementtGSiAC04dataV0AILL_5indexQrA25__SitFQOy_Qo_GGGGAC13paginationBarAILLQrvpQOy_Qo_SgtGyXEfU_A32_yXEfU_A31_yXEfU_TA', symObjAddr: 0x7904, symBinAddr: 0x1000A03D8, symSize: 0x8 }
+ - { offset: 0x166494, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7ForEachVySaySi6offset_SDySSypG7elementtGSiAA4ViewPAAE12onTapGesture5count7performQrSi_yyctFQOyAA15ModifiedContentVyANyAA6HStackVyACySay0A6Bricks11FieldSchemaVGSSANyANyANyANyAA4TextVAA30_EnvironmentKeyWritingModifierVySiSgGGAA16_FlexFrameLayoutVGAA08_PaddingZ0VGA4_GGGAA016_BackgroundStyleW0VyAA5ColorVGGAA08_OverlayW0VyAA06_ShapeG0VyAA13_StrokedShapeVyAA9RectangleV6_InsetVGA12_GGG_Qo_GACyxq_q0_GAah2aHR0_rlWl', symObjAddr: 0x790C, symBinAddr: 0x1000A03E0, symSize: 0xA0 }
+ - { offset: 0x1664A8, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA6HStackVyAA7ForEachVySay0A6Bricks11FieldSchemaVGSSACyACyACyACyAA4TextVAA30_EnvironmentKeyWritingModifierVySiSgGGAA16_FlexFrameLayoutVGAA08_PaddingR0VGAWGGGAA016_BackgroundStyleO0VyAA5ColorVGGAA08_OverlayO0VyAA10_ShapeViewVyAA08_StrokedX0VyAA9RectangleV6_InsetVGA3_GGGACyxq_GAA0Y0A2AA21_RzAA0yO0R_rlWl', symObjAddr: 0x79AC, symBinAddr: 0x1000A0480, symSize: 0x98 }
+ - { offset: 0x1664BC, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6HStackVyAA7ForEachVySay0A6Bricks11FieldSchemaVGSSACyACyACyACyAA4TextVAA30_EnvironmentKeyWritingModifierVySiSgGGAA16_FlexFrameLayoutVGAA08_PaddingR0VGAWGGGAA016_BackgroundStyleO0VyAA5ColorVGGACyxq_GAA4ViewA2AA7_RzAA0wO0R_rlWl', symObjAddr: 0x7A44, symBinAddr: 0x1000A0518, symSize: 0xB8 }
+ - { offset: 0x1664D0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV4bodyQrvg0A2UI9TupleViewVyAC07toolbarH033_64079F5FD03A7B51C04BB719D22289ADLL5toolsQrSayAA11ToolbarToolVG_tFQOy_Qo_Sg_AC9headerRowAILLQrvpQOy_Qo_AE19_ConditionalContentVyASyAE0H0PAEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A5_A5_A5_A5_A5_AE9AlignmentVtFQOyAE08ProgressH0VyAE4TextVAE05EmptyH0VG_Qo_AuEEAvwxyZA_A0_A1_QrA5__A5_A5_A5_A5_A5_A7_tFQOyA11__Qo_GAE06ScrollH0VyAE10LazyVStackVyAE7ForEachVySaySi6offset_SDySSypG7elementtGSiAC04dataV0AILL_5indexQrA25__SitFQOy_Qo_GGGGAC13paginationBarAILLQrvpQOy_Qo_SgtGyXEfU_A32_yXEfU_A31_yXEfU_A30_Si_A25_tcfU_TA', symObjAddr: 0x7D20, symBinAddr: 0x1000A07F4, symSize: 0x8 }
+ - { offset: 0x1664EF, size: 0x8, addend: 0x0, symName: '_$sSiSDySSypG7SwiftUI4ViewPABE12onTapGesture5count7performQrSi_yyctFQOyAB15ModifiedContentVyAIyAB6HStackVyAB7ForEachVySay0A6Bricks11FieldSchemaVGSSAIyAIyAIyAIyAB4TextVAB30_EnvironmentKeyWritingModifierVySiSgGGAB16_FlexFrameLayoutVGAB08_PaddingX0VGA1_GGGAB016_BackgroundStyleU0VyAB5ColorVGGAB08_OverlayU0VyAB06_ShapeC0VyAB13_StrokedShapeVyAB9RectangleV6_InsetVGA9_GGG_Qo_Iegygr_Si6offset_AA7elementtA26_Iegnr_TRTA', symObjAddr: 0x7D4C, symBinAddr: 0x1000A0820, symSize: 0x28 }
+ - { offset: 0x166518, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV7dataRow33_64079F5FD03A7B51C04BB719D22289ADLL_5indexQrSDySSypG_SitF0A2UI7ForEachVySayAA11FieldSchemaVGSSAH4ViewPAHE7paddingyQrAH4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAoHEAPyQrAT_AXtFQOyAoHE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAX_A5xH9AlignmentVtFQOyAC04cellU0AELL3row5fieldQrAG_ALtFQOy_Qo__Qo__Qo__Qo_GyXEfU_A13_ALcfU_TA', symObjAddr: 0x7FA0, symBinAddr: 0x1000A0A74, symSize: 0xC }
+ - { offset: 0x16652C, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA4TextVAA30_EnvironmentKeyWritingModifierVySiSgGGAA16_FlexFrameLayoutVGACyxq_GAA4ViewA2aORzAA0mI0R_rlWl', symObjAddr: 0x8040, symBinAddr: 0x1000A0B14, symSize: 0x78 }
+ - { offset: 0x166540, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA4TextVAA30_EnvironmentKeyWritingModifierVySiSgGGACyxq_GAA4ViewA2aLRzAA0jI0R_rlWl', symObjAddr: 0x80B8, symBinAddr: 0x1000A0B8C, symSize: 0x98 }
+ - { offset: 0x166554, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV7dataRow33_64079F5FD03A7B51C04BB719D22289ADLL_5indexQrSDySSypG_SitFyycfU0_TA', symObjAddr: 0x83C4, symBinAddr: 0x1000A0E98, symSize: 0x10 }
+ - { offset: 0x166568, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV7dataRow33_64079F5FD03A7B51C04BB719D22289ADLL_5indexQrSDySSypG_SitFyycfU0_yyYacfU_TA', symObjAddr: 0x8650, symBinAddr: 0x1000A1124, symSize: 0x80 }
+ - { offset: 0x1665AB, size: 0x8, addend: 0x0, symName: '_$sSTsSQ7ElementRpzrlE8containsySbABFSbABXEfU_SaySSG_TG5TA', symObjAddr: 0x86D8, symBinAddr: 0x1000A11AC, symSize: 0x54 }
+ - { offset: 0x1666B4, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyAA6VStackVyAA9TupleViewVyACyACyAA6HStackVyAGyAA7ForEachVySay0A6Bricks11ToolbarToolVGSSACyAA0G0PAAE11buttonStyleyQrqd__AA015PrimitiveButtonO0Rd__lFQOyAA0Q0VyAA4TextVG_AA08BorderedqO0VQo_AA32_EnvironmentKeyTransformModifierVySbGGG_AA6SpacerVtGGAA14_PaddingLayoutVGAA011_BackgroundoW0VyAA5ColorVGGSg_ACyAIyAKySayAL11FieldSchemaVGSSACyACyACyAwA010_FlexFrameZ0VGA10_GA10_GGGA16_GAA012_ConditionalD0VyA31_yACyAA08ProgressG0VyAwA05EmptyG0VGA23_GA24_GAA06ScrollG0VyAA04LazyE0VyAKySaySi6offset_SDySSypG7elementtGSiAqAE12onTapGesture5count7performQrSi_yyctFQOyACyACyAIyAKyA21_SSACyACyACyACyAwA01_tu7WritingW0VySiSgGGA23_GA10_GA10_GGGA16_GAA08_OverlayW0VyAA06_ShapeG0VyAA13_StrokedShapeVyAA9RectangleV6_InsetVGA15_GGG_Qo_GGGGACyAIyAGyACyAXA2_G_AWA80_tGGA10_GSgtGGA16_GAA11_ClipEffectVyAA16RoundedRectangleVGGAA05_TaskW0VGACyxq_GAap2aPRzAA0gW0R_rlWl', symObjAddr: 0x8914, symBinAddr: 0x1000A1378, symSize: 0x90 }
+ - { offset: 0x1666C8, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA6VStackVyAA9TupleViewVyACyACyAA6HStackVyAGyAA7ForEachVySay0A6Bricks11ToolbarToolVGSSACyAA0G0PAAE11buttonStyleyQrqd__AA015PrimitiveButtonO0Rd__lFQOyAA0Q0VyAA4TextVG_AA08BorderedqO0VQo_AA32_EnvironmentKeyTransformModifierVySbGGG_AA6SpacerVtGGAA14_PaddingLayoutVGAA011_BackgroundoW0VyAA5ColorVGGSg_ACyAIyAKySayAL11FieldSchemaVGSSACyACyACyAwA010_FlexFrameZ0VGA10_GA10_GGGA16_GAA012_ConditionalD0VyA31_yACyAA08ProgressG0VyAwA05EmptyG0VGA23_GA24_GAA06ScrollG0VyAA04LazyE0VyAKySaySi6offset_SDySSypG7elementtGSiAqAE12onTapGesture5count7performQrSi_yyctFQOyACyACyAIyAKyA21_SSACyACyACyACyAwA01_tu7WritingW0VySiSgGGA23_GA10_GA10_GGGA16_GAA08_OverlayW0VyAA06_ShapeG0VyAA13_StrokedShapeVyAA9RectangleV6_InsetVGA15_GGG_Qo_GGGGACyAIyAGyACyAXA2_G_AWA80_tGGA10_GSgtGGA16_GAA11_ClipEffectVyAA16RoundedRectangleVGGACyxq_GAap2aPRzAA0gW0R_rlWl', symObjAddr: 0x89A4, symBinAddr: 0x1000A1408, symSize: 0x98 }
+ - { offset: 0x1666DC, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6VStackVyAA9TupleViewVyACyACyAA6HStackVyAGyAA7ForEachVySay0A6Bricks11ToolbarToolVGSSACyAA0G0PAAE11buttonStyleyQrqd__AA015PrimitiveButtonO0Rd__lFQOyAA0Q0VyAA4TextVG_AA08BorderedqO0VQo_AA32_EnvironmentKeyTransformModifierVySbGGG_AA6SpacerVtGGAA14_PaddingLayoutVGAA011_BackgroundoW0VyAA5ColorVGGSg_ACyAIyAKySayAL11FieldSchemaVGSSACyACyACyAwA010_FlexFrameZ0VGA10_GA10_GGGA16_GAA012_ConditionalD0VyA31_yACyAA08ProgressG0VyAwA05EmptyG0VGA23_GA24_GAA06ScrollG0VyAA04LazyE0VyAKySaySi6offset_SDySSypG7elementtGSiAqAE12onTapGesture5count7performQrSi_yyctFQOyACyACyAIyAKyA21_SSACyACyACyACyAwA01_tu7WritingW0VySiSgGGA23_GA10_GA10_GGGA16_GAA08_OverlayW0VyAA06_ShapeG0VyAA13_StrokedShapeVyAA9RectangleV6_InsetVGA15_GGG_Qo_GGGGACyAIyAGyACyAXA2_G_AWA80_tGGA10_GSgtGGA16_GACyxq_GAap2aPRzAA0gW0R_rlWl', symObjAddr: 0x8A3C, symBinAddr: 0x1000A14A0, symSize: 0xB8 }
+ - { offset: 0x166881, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV0A2UI4ViewAadEP05_makeF04view6inputsAD01_F7OutputsVAD11_GraphValueVyxG_AD01_F6InputsVtFZTW', symObjAddr: 0x6994, symBinAddr: 0x10009F720, symSize: 0x4 }
+ - { offset: 0x16689D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV0A2UI4ViewAadEP05_makeF4List4view6inputsAD01_fH7OutputsVAD11_GraphValueVyxG_AD01_fH6InputsVtFZTW', symObjAddr: 0x6998, symBinAddr: 0x10009F724, symSize: 0x4 }
+ - { offset: 0x1668B9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV0A2UI4ViewAadEP14_viewListCount6inputsSiSgAD01_fhI6InputsV_tFZTW', symObjAddr: 0x699C, symBinAddr: 0x10009F728, symSize: 0x18 }
+ - { offset: 0x167630, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV4bodyQrvg0A2UI9TupleViewVyAC07toolbarH033_64079F5FD03A7B51C04BB719D22289ADLL5toolsQrSayAA11ToolbarToolVG_tFQOy_Qo_Sg_AC9headerRowAILLQrvpQOy_Qo_AE19_ConditionalContentVyASyAE0H0PAEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A5_A5_A5_A5_A5_AE9AlignmentVtFQOyAE08ProgressH0VyAE4TextVAE05EmptyH0VG_Qo_AuEEAvwxyZA_A0_A1_QrA5__A5_A5_A5_A5_A5_A7_tFQOyA11__Qo_GAE06ScrollH0VyAE10LazyVStackVyAE7ForEachVySaySi6offset_SDySSypG7elementtGSiAC04dataV0AILL_5indexQrA25__SitFQOy_Qo_GGGGAC13paginationBarAILLQrvpQOy_Qo_SgtGyXEfU_', symObjAddr: 0x1C68, symBinAddr: 0x10009A9F4, symSize: 0x10C4 }
+ - { offset: 0x167B82, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV4bodyQrvg0A2UI9TupleViewVyAC07toolbarH033_64079F5FD03A7B51C04BB719D22289ADLL5toolsQrSayAA11ToolbarToolVG_tFQOy_Qo_Sg_AC9headerRowAILLQrvpQOy_Qo_AE19_ConditionalContentVyASyAE0H0PAEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A5_A5_A5_A5_A5_AE9AlignmentVtFQOyAE08ProgressH0VyAE4TextVAE05EmptyH0VG_Qo_AuEEAvwxyZA_A0_A1_QrA5__A5_A5_A5_A5_A5_A7_tFQOyA11__Qo_GAE06ScrollH0VyAE10LazyVStackVyAE7ForEachVySaySi6offset_SDySSypG7elementtGSiAC04dataV0AILL_5indexQrA25__SitFQOy_Qo_GGGGAC13paginationBarAILLQrvpQOy_Qo_SgtGyXEfU_A32_yXEfU_', symObjAddr: 0x2D2C, symBinAddr: 0x10009BAB8, symSize: 0x100 }
+ - { offset: 0x167BDD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV4bodyQrvg0A2UI9TupleViewVyAC07toolbarH033_64079F5FD03A7B51C04BB719D22289ADLL5toolsQrSayAA11ToolbarToolVG_tFQOy_Qo_Sg_AC9headerRowAILLQrvpQOy_Qo_AE19_ConditionalContentVyASyAE0H0PAEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A5_A5_A5_A5_A5_AE9AlignmentVtFQOyAE08ProgressH0VyAE4TextVAE05EmptyH0VG_Qo_AuEEAvwxyZA_A0_A1_QrA5__A5_A5_A5_A5_A5_A7_tFQOyA11__Qo_GAE06ScrollH0VyAE10LazyVStackVyAE7ForEachVySaySi6offset_SDySSypG7elementtGSiAC04dataV0AILL_5indexQrA25__SitFQOy_Qo_GGGGAC13paginationBarAILLQrvpQOy_Qo_SgtGyXEfU_A32_yXEfU_A31_yXEfU_', symObjAddr: 0x2E2C, symBinAddr: 0x10009BBB8, symSize: 0x188 }
+ - { offset: 0x167C88, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV9pagedRows33_64079F5FD03A7B51C04BB719D22289ADLLSaySDySSypGGvg', symObjAddr: 0x2FB4, symBinAddr: 0x10009BD40, symSize: 0x1AC }
+ - { offset: 0x167ECD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV4bodyQrvg0A2UI9TupleViewVyAC07toolbarH033_64079F5FD03A7B51C04BB719D22289ADLL5toolsQrSayAA11ToolbarToolVG_tFQOy_Qo_Sg_AC9headerRowAILLQrvpQOy_Qo_AE19_ConditionalContentVyASyAE0H0PAEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A5_A5_A5_A5_A5_AE9AlignmentVtFQOyAE08ProgressH0VyAE4TextVAE05EmptyH0VG_Qo_AuEEAvwxyZA_A0_A1_QrA5__A5_A5_A5_A5_A5_A7_tFQOyA11__Qo_GAE06ScrollH0VyAE10LazyVStackVyAE7ForEachVySaySi6offset_SDySSypG7elementtGSiAC04dataV0AILL_5indexQrA25__SitFQOy_Qo_GGGGAC13paginationBarAILLQrvpQOy_Qo_SgtGyXEfU_A32_yXEfU_A31_yXEfU_A30_Si_A25_tcfU_', symObjAddr: 0x3160, symBinAddr: 0x10009BEEC, symSize: 0xB4 }
+ - { offset: 0x167F87, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV7dataRow33_64079F5FD03A7B51C04BB719D22289ADLL_5indexQrSDySSypG_SitF', symObjAddr: 0x3214, symBinAddr: 0x10009BFA0, symSize: 0x3E8 }
+ - { offset: 0x1680AE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV7dataRow33_64079F5FD03A7B51C04BB719D22289ADLL_5indexQrSDySSypG_SitF0A2UI7ForEachVySayAA11FieldSchemaVGSSAH4ViewPAHE7paddingyQrAH4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAoHEAPyQrAT_AXtFQOyAoHE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAX_A5xH9AlignmentVtFQOyAC04cellU0AELL3row5fieldQrAG_ALtFQOy_Qo__Qo__Qo__Qo_GyXEfU_A13_ALcfU_', symObjAddr: 0x48E8, symBinAddr: 0x10009D674, symSize: 0x1E0 }
+ - { offset: 0x1681CB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV7dataRow33_64079F5FD03A7B51C04BB719D22289ADLL_5indexQrSDySSypG_SitFyycfU0_', symObjAddr: 0x4EC4, symBinAddr: 0x10009DC50, symSize: 0x27C }
+ - { offset: 0x1682D0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV7dataRow33_64079F5FD03A7B51C04BB719D22289ADLL_5indexQrSDySSypG_SitFyycfU0_yyYacfU_', symObjAddr: 0x5140, symBinAddr: 0x10009DECC, symSize: 0x9C }
+ - { offset: 0x168319, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV7dataRow33_64079F5FD03A7B51C04BB719D22289ADLL_5indexQrSDySSypG_SitFyycfU0_yyYacfU_TY0_', symObjAddr: 0x51DC, symBinAddr: 0x10009DF68, symSize: 0x188 }
+ - { offset: 0x168470, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV7dataRow33_64079F5FD03A7B51C04BB719D22289ADLL_5indexQrSDySSypG_SitFyycfU0_yyYacfU_TY1_', symObjAddr: 0x5364, symBinAddr: 0x10009E0F0, symSize: 0xB0 }
+ - { offset: 0x168543, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV7dataRow33_64079F5FD03A7B51C04BB719D22289ADLL_5indexQrSDySSypG_SitFyycfU0_yyYacfU_TQ2_', symObjAddr: 0x5414, symBinAddr: 0x10009E1A0, symSize: 0x50 }
+ - { offset: 0x1685A5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV7dataRow33_64079F5FD03A7B51C04BB719D22289ADLL_5indexQrSDySSypG_SitFyycfU0_yyYacfU_TY3_', symObjAddr: 0x5464, symBinAddr: 0x10009E1F0, symSize: 0x4C }
+ - { offset: 0x1685F7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV7dataRow33_64079F5FD03A7B51C04BB719D22289ADLL_5indexQrSDySSypG_SitFyycfU0_yyYacfU_TY4_', symObjAddr: 0x54B0, symBinAddr: 0x10009E23C, symSize: 0x30 }
+ - { offset: 0x168664, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV10totalPages33_64079F5FD03A7B51C04BB719D22289ADLLSivg', symObjAddr: 0x35FC, symBinAddr: 0x10009C388, symSize: 0xD4 }
+ - { offset: 0x1686FC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV4bodyQrvgyyYaYbcfU0_', symObjAddr: 0x36D0, symBinAddr: 0x10009C45C, symSize: 0x64 }
+ - { offset: 0x168721, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV4bodyQrvgyyYaYbcfU0_TQ0_', symObjAddr: 0x3734, symBinAddr: 0x10009C4C0, symSize: 0x80 }
+ - { offset: 0x168742, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV4bodyQrvgyyYaYbcfU0_TY1_', symObjAddr: 0x37B4, symBinAddr: 0x10009C540, symSize: 0x30 }
+ - { offset: 0x168763, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV8loadData33_64079F5FD03A7B51C04BB719D22289ADLLyyYaF', symObjAddr: 0x37E4, symBinAddr: 0x10009C570, symSize: 0xC4 }
+ - { offset: 0x168860, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV8loadData33_64079F5FD03A7B51C04BB719D22289ADLLyyYaFTY0_', symObjAddr: 0x38A8, symBinAddr: 0x10009C634, symSize: 0x390 }
+ - { offset: 0x168A17, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV8loadData33_64079F5FD03A7B51C04BB719D22289ADLLyyYaFTY1_', symObjAddr: 0x3C38, symBinAddr: 0x10009C9C4, symSize: 0xCC }
+ - { offset: 0x168A8D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV8loadData33_64079F5FD03A7B51C04BB719D22289ADLLyyYaFTQ2_', symObjAddr: 0x3D04, symBinAddr: 0x10009CA90, symSize: 0xEC }
+ - { offset: 0x168AEA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV8loadData33_64079F5FD03A7B51C04BB719D22289ADLLyyYaFTY3_', symObjAddr: 0x3DF0, symBinAddr: 0x10009CB7C, symSize: 0x64 }
+ - { offset: 0x168BED, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV8loadData33_64079F5FD03A7B51C04BB719D22289ADLLyyYaFTY4_', symObjAddr: 0x3E54, symBinAddr: 0x10009CBE0, symSize: 0x400 }
+ - { offset: 0x168D88, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV8loadData33_64079F5FD03A7B51C04BB719D22289ADLLyyYaFTY5_', symObjAddr: 0x4254, symBinAddr: 0x10009CFE0, symSize: 0x70 }
+ - { offset: 0x168E1F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV8loadData33_64079F5FD03A7B51C04BB719D22289ADLLyyYaFTY6_', symObjAddr: 0x42C4, symBinAddr: 0x10009D050, symSize: 0x168 }
+ - { offset: 0x168F25, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV13visibleFields33_64079F5FD03A7B51C04BB719D22289ADLLSayAA11FieldSchemaVGvg', symObjAddr: 0x442C, symBinAddr: 0x10009D1B8, symSize: 0x270 }
+ - { offset: 0x169147, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV9headerRow33_64079F5FD03A7B51C04BB719D22289ADLLQrvg0A2UI7ForEachVySayAA11FieldSchemaVGSSAF4ViewPAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAmFEANyQrAR_AVtFQOyAmFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAV_A5vF9AlignmentVtFQOyAF4TextV_Qo__Qo__Qo_GyXEfU_A9_AJcfU_', symObjAddr: 0x469C, symBinAddr: 0x10009D428, symSize: 0x24C }
+ - { offset: 0x169253, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV8cellView33_64079F5FD03A7B51C04BB719D22289ADLL3row5fieldQrSDySSypG_AA11FieldSchemaVtF', symObjAddr: 0x4AC8, symBinAddr: 0x10009D854, symSize: 0x3FC }
+ - { offset: 0x169606, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV11toolbarView33_64079F5FD03A7B51C04BB719D22289ADLL5toolsQrSayAA11ToolbarToolVG_tF0A2UI05TupleF0VyAJ7ForEachVyAISSAJ0F0PAJE8disabledyQrSbFQOyApJE11buttonStyleyQrqd__AJ015PrimitiveButtonX0Rd__lFQOyAJ0Z0VyAJ4TextVG_AJ08BorderedzX0VQo__Qo_G_AJ6SpacerVtGyXEfU_A0_AHcfU_', symObjAddr: 0x54E0, symBinAddr: 0x10009E26C, symSize: 0x42C }
+ - { offset: 0x169720, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV19handleToolbarAction33_64079F5FD03A7B51C04BB719D22289ADLLyyAA0F4ToolVF', symObjAddr: 0x590C, symBinAddr: 0x10009E698, symSize: 0x208 }
+ - { offset: 0x1697A8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV19handleToolbarAction33_64079F5FD03A7B51C04BB719D22289ADLLyyAA0F4ToolVFyyYacfU_', symObjAddr: 0x5B14, symBinAddr: 0x10009E8A0, symSize: 0x98 }
+ - { offset: 0x1697E5, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV19handleToolbarAction33_64079F5FD03A7B51C04BB719D22289ADLLyyAA0F4ToolVFyyYacfU_TY0_', symObjAddr: 0x5BAC, symBinAddr: 0x10009E938, symSize: 0x53C }
+ - { offset: 0x169B6E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV19handleToolbarAction33_64079F5FD03A7B51C04BB719D22289ADLLyyAA0F4ToolVFyyYacfU_TY1_', symObjAddr: 0x60E8, symBinAddr: 0x10009EE74, symSize: 0xB4 }
+ - { offset: 0x169C4D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV19handleToolbarAction33_64079F5FD03A7B51C04BB719D22289ADLLyyAA0F4ToolVFyyYacfU_TQ2_', symObjAddr: 0x619C, symBinAddr: 0x10009EF28, symSize: 0x50 }
+ - { offset: 0x169CB2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV19handleToolbarAction33_64079F5FD03A7B51C04BB719D22289ADLLyyAA0F4ToolVFyyYacfU_TY3_', symObjAddr: 0x61EC, symBinAddr: 0x10009EF78, symSize: 0x50 }
+ - { offset: 0x169D10, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV19handleToolbarAction33_64079F5FD03A7B51C04BB719D22289ADLLyyAA0F4ToolVFyyYacfU_TY4_', symObjAddr: 0x623C, symBinAddr: 0x10009EFC8, symSize: 0x30 }
+ - { offset: 0x169DBC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV13paginationBar33_64079F5FD03A7B51C04BB719D22289ADLLQrvg0A2UI9TupleViewVyAF0Q0PAFE8disabledyQrSbFQOyAF6ButtonVyAF4TextVG_Qo__AoQtGyXEfU_', symObjAddr: 0x626C, symBinAddr: 0x10009EFF8, symSize: 0x5A8 }
+ - { offset: 0x169EAE, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV13paginationBar33_64079F5FD03A7B51C04BB719D22289ADLLQrvg0A2UI9TupleViewVyAF0Q0PAFE8disabledyQrSbFQOyAF6ButtonVyAF4TextVG_Qo__AoQtGyXEfU_yyScMYccfU_', symObjAddr: 0x6814, symBinAddr: 0x10009F5A0, symSize: 0xC0 }
+ - { offset: 0x169EE8, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV13paginationBar33_64079F5FD03A7B51C04BB719D22289ADLLQrvg0A2UI9TupleViewVyAF0Q0PAFE8disabledyQrSbFQOyAF6ButtonVyAF4TextVG_Qo__AoQtGyXEfU_yyScMYccfU0_', symObjAddr: 0x68D4, symBinAddr: 0x10009F660, symSize: 0xC0 }
+ - { offset: 0x169F70, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV0A2UI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0x69B4, symBinAddr: 0x10009F740, symSize: 0x1AC }
+ - { offset: 0x16A138, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks14TabularControlV6schema6engineAcA0D6SchemaV_AA0B6EngineCtcfCTf4nnd_n', symObjAddr: 0x879C, symBinAddr: 0x1000A1200, symSize: 0x174 }
+ - { offset: 0x16A31B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12LabelControlVMa', symObjAddr: 0x108, symBinAddr: 0x1000A1634, symSize: 0x10 }
+ - { offset: 0x16A32F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12TitleControlVwcp', symObjAddr: 0x118, symBinAddr: 0x1000A1644, symSize: 0x608 }
+ - { offset: 0x16A343, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12TitleControlVwca', symObjAddr: 0x720, symBinAddr: 0x1000A1C4C, symSize: 0xA18 }
+ - { offset: 0x16A357, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12TitleControlVwta', symObjAddr: 0x1140, symBinAddr: 0x1000A2664, symSize: 0x5F0 }
+ - { offset: 0x16A36B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12TitleControlVwet', symObjAddr: 0x1730, symBinAddr: 0x1000A2C54, symSize: 0x48 }
+ - { offset: 0x16A37F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12TitleControlVwst', symObjAddr: 0x1778, symBinAddr: 0x1000A2C9C, symSize: 0x148 }
+ - { offset: 0x16A393, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12TitleControlVMa', symObjAddr: 0x18C0, symBinAddr: 0x1000A2DE4, symSize: 0x10 }
+ - { offset: 0x16A3A7, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11TextControlVMa', symObjAddr: 0x3260, symBinAddr: 0x1000A4784, symSize: 0x10 }
+ - { offset: 0x16A3BB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12LabelControlV0A2UI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0x3270, symBinAddr: 0x1000A4794, symSize: 0x10 }
+ - { offset: 0x16A49D, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI5ColorV0A6BricksE7fromCSSyACSSFZ', symObjAddr: 0x3694, symBinAddr: 0x1000A4BB8, symSize: 0x480 }
+ - { offset: 0x16A79E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12TitleControlV0A2UI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0x4C44, symBinAddr: 0x1000A6168, symSize: 0x10 }
+ - { offset: 0x16A7B2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11TextControlV0A2UI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0x4C54, symBinAddr: 0x1000A6178, symSize: 0x10 }
+ - { offset: 0x16A7DC, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI5ColorV0A6BricksE3hexACSS_tcfC', symObjAddr: 0x4D04, symBinAddr: 0x1000A6188, symSize: 0x280 }
+ - { offset: 0x16A953, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI17EnvironmentValuesV9lineLimitSiSgvpACTKq', symObjAddr: 0x4FD4, symBinAddr: 0x1000A6408, symSize: 0x30 }
+ - { offset: 0x16A972, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI17EnvironmentValuesV9lineLimitSiSgvpACTkq', symObjAddr: 0x5034, symBinAddr: 0x1000A6468, symSize: 0x2C }
+ - { offset: 0x16A9A7, size: 0x8, addend: 0x0, symName: '_$sSlsE5first7ElementQzSgvgSS_Tg5', symObjAddr: 0x508C, symBinAddr: 0x1000A64C0, symSize: 0x40 }
+ - { offset: 0x16A9E8, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4FontV6DesignOSgWOh', symObjAddr: 0x50CC, symBinAddr: 0x1000A6500, symSize: 0x48 }
+ - { offset: 0x16A9FC, size: 0x8, addend: 0x0, symName: '_$sSmsE11removeFirstyySiFSS_Tgq5', symObjAddr: 0x5114, symBinAddr: 0x1000A6548, symSize: 0x74 }
+ - { offset: 0x16AA3D, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACyAA4TextVAEGAFGACyxq_GAA4ViewA2aIRzAaIR_rlWl', symObjAddr: 0x52AC, symBinAddr: 0x1000A6614, symSize: 0x70 }
+ - { offset: 0x16AA51, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACyAA4TextVAEGAEGACyxq_GAA4ViewA2aIRzAaIR_rlWl', symObjAddr: 0x531C, symBinAddr: 0x1000A6684, symSize: 0x78 }
+ - { offset: 0x16AA65, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyAA4TextVAA30_EnvironmentKeyWritingModifierVySiSgGGAA16_FixedSizeLayoutVGACyxq_GAA4ViewA2aORzAA0mI0R_rlWl', symObjAddr: 0x53F8, symBinAddr: 0x1000A6700, symSize: 0x78 }
+ - { offset: 0x16AA79, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA5GroupVyAA012_ConditionalD0VyAGyAGyAA4TextVAIGAJGAGyAjIGGGAA30_EnvironmentKeyWritingModifierVyAA5ColorVSgGGACyxq_GAA4ViewA2aWRzAA0mK0R_rlWl', symObjAddr: 0x550C, symBinAddr: 0x1000A677C, symSize: 0x98 }
+ - { offset: 0x16AA8D, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI5GroupVyAA19_ConditionalContentVyAEyAEyAA4TextVAGGAHGAEyAhGGGGACyxGAA4ViewA2aNRzlWl', symObjAddr: 0x55A4, symBinAddr: 0x1000A6814, symSize: 0x70 }
+ - { offset: 0x16AAA1, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyACyACyAA4TextVAEGAFGACyAfEGGACyxq_GAA4ViewA2aKRzAaKR_rlWl', symObjAddr: 0x5614, symBinAddr: 0x1000A6884, symSize: 0x78 }
+ - { offset: 0x16AFD4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11TextControlV4bodyQrvg', symObjAddr: 0x3280, symBinAddr: 0x1000A47A4, symSize: 0x294 }
+ - { offset: 0x16B150, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11TextControlV07displayC033_0DFFDBD107B86692E33576A73E9CF876LLSSvg', symObjAddr: 0x3514, symBinAddr: 0x1000A4A38, symSize: 0x180 }
+ - { offset: 0x16B20D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11TextControlV0A2UI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0x3B34, symBinAddr: 0x1000A5058, symSize: 0x48 }
+ - { offset: 0x16B264, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12TitleControlV4bodyQrvg', symObjAddr: 0x3B7C, symBinAddr: 0x1000A50A0, symSize: 0x200 }
+ - { offset: 0x16B398, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12TitleControlV4bodyQrvg0A2UI19_ConditionalContentVyAGyAGyAE4TextVAIGAJGAGyAjIGGyXEfU_', symObjAddr: 0x3D7C, symBinAddr: 0x1000A52A0, symSize: 0xA2C }
+ - { offset: 0x16B61A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12TitleControlV0A2UI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0x47A8, symBinAddr: 0x1000A5CCC, symSize: 0x48 }
+ - { offset: 0x16B66A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12LabelControlV4bodyQrvg', symObjAddr: 0x47F0, symBinAddr: 0x1000A5D14, symSize: 0x200 }
+ - { offset: 0x16B7AB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12LabelControlV4bodyQrvg0A2UI9TupleViewVyAE4TextVSg_AItGyXEfU_', symObjAddr: 0x49F0, symBinAddr: 0x1000A5F14, symSize: 0x20C }
+ - { offset: 0x16B86F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks12LabelControlV0A2UI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0x4BFC, symBinAddr: 0x1000A6120, symSize: 0x48 }
+ - { offset: 0x16B9DC, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks20DynamicColumnControlVwxx', symObjAddr: 0x0, symBinAddr: 0x1000A69D8, symSize: 0x200 }
+ - { offset: 0x16B9F0, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks20DynamicColumnControlVwcp', symObjAddr: 0x200, symBinAddr: 0x1000A6BD8, symSize: 0x610 }
+ - { offset: 0x16BA04, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks20DynamicColumnControlVwca', symObjAddr: 0x810, symBinAddr: 0x1000A71E8, symSize: 0xA28 }
+ - { offset: 0x16BA18, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks20DynamicColumnControlVwta', symObjAddr: 0x1310, symBinAddr: 0x1000A7C10, symSize: 0x5F8 }
+ - { offset: 0x16BA2C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks20DynamicColumnControlVwet', symObjAddr: 0x1908, symBinAddr: 0x1000A8208, symSize: 0x48 }
+ - { offset: 0x16BA40, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks20DynamicColumnControlVwst', symObjAddr: 0x1950, symBinAddr: 0x1000A8250, symSize: 0x148 }
+ - { offset: 0x16BA54, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks20DynamicColumnControlVMa', symObjAddr: 0x1A98, symBinAddr: 0x1000A8398, symSize: 0x10 }
+ - { offset: 0x16BA68, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18ScrollPanelControlVMa', symObjAddr: 0x1ADC, symBinAddr: 0x1000A83D4, symSize: 0x10 }
+ - { offset: 0x16BA7C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HBoxControlVMa', symObjAddr: 0x1B04, symBinAddr: 0x1000A83FC, symSize: 0x10 }
+ - { offset: 0x16BA90, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlVMa', symObjAddr: 0x3490, symBinAddr: 0x1000A9D88, symSize: 0x10 }
+ - { offset: 0x16BAA4, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks20DynamicColumnControlV0A2UI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0x34A0, symBinAddr: 0x1000A9D98, symSize: 0x10 }
+ - { offset: 0x16C01A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18ScrollPanelControlV0A2UI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0x578C, symBinAddr: 0x1000AC084, symSize: 0x10 }
+ - { offset: 0x16C02E, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HBoxControlV0A2UI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0x579C, symBinAddr: 0x1000AC094, symSize: 0x10 }
+ - { offset: 0x16C042, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlV0A2UI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0x57AC, symBinAddr: 0x1000AC0A4, symSize: 0x10 }
+ - { offset: 0x16C056, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI16RoundedRectangleVWOc', symObjAddr: 0x580C, symBinAddr: 0x1000AC0B4, symSize: 0x44 }
+ - { offset: 0x16C06A, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlV4bodyQrvgyycfU0_TA', symObjAddr: 0x5A88, symBinAddr: 0x1000AC2F4, symSize: 0x8 }
+ - { offset: 0x16C07E, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyACyACyACyAA6VStackVy0A6Bricks14SubWidgetsViewVSgGAA14_PaddingLayoutVGAA010_FlexFrameK0VGAA24_BackgroundStyleModifierVyAA5ColorVGGAA11_ClipEffectVyAA16RoundedRectangleVGGAA08_OverlayP0VyAA011StrokeShapeI0VyAztA05EmptyI0VGGGAA01_dxP0VyAA0U0VGGACyxq_GAA0I0A2AA17_RzAA0iP0R_rlWl', symObjAddr: 0x5AC4, symBinAddr: 0x1000AC2FC, symSize: 0x98 }
+ - { offset: 0x16C092, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyACyACyAA6VStackVy0A6Bricks14SubWidgetsViewVSgGAA14_PaddingLayoutVGAA010_FlexFrameK0VGAA24_BackgroundStyleModifierVyAA5ColorVGGAA11_ClipEffectVyAA16RoundedRectangleVGGAA08_OverlayP0VyAA011StrokeShapeI0VyAztA05EmptyI0VGGGACyxq_GAA0I0A2AA11_RzAA0iP0R_rlWl', symObjAddr: 0x5BB0, symBinAddr: 0x1000AC394, symSize: 0x98 }
+ - { offset: 0x16C0A6, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyACyAA6VStackVy0A6Bricks14SubWidgetsViewVSgGAA14_PaddingLayoutVGAA010_FlexFrameK0VGAA24_BackgroundStyleModifierVyAA5ColorVGGAA11_ClipEffectVyAA16RoundedRectangleVGGACyxq_GAA0I0A2AA2_RzAA0iP0R_rlWl', symObjAddr: 0x5C48, symBinAddr: 0x1000AC42C, symSize: 0x98 }
+ - { offset: 0x16C0BA, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyAA6VStackVy0A6Bricks14SubWidgetsViewVSgGAA14_PaddingLayoutVGAA010_FlexFrameK0VGAA24_BackgroundStyleModifierVyAA5ColorVGGACyxq_GAA0I0A2aXRzAA0iP0R_rlWl', symObjAddr: 0x5CE0, symBinAddr: 0x1000AC4C4, symSize: 0xB8 }
+ - { offset: 0x16C0CE, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6VStackVy0A6Bricks14SubWidgetsViewVSgGAA14_PaddingLayoutVGACyxq_GAA0I0A2aORzAA0I8ModifierR_rlWl', symObjAddr: 0x5D98, symBinAddr: 0x1000AC57C, symSize: 0x98 }
+ - { offset: 0x16C0E2, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlV4bodyQrvgyycfU0_yyYacfU_TA', symObjAddr: 0x6074, symBinAddr: 0x1000AC818, symSize: 0x68 }
+ - { offset: 0x16C0F6, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlV4bodyQrvgyycfU0_yyYacfU_TATQ0_', symObjAddr: 0x60DC, symBinAddr: 0x1000AC880, symSize: 0x40 }
+ - { offset: 0x16C1C5, size: 0x8, addend: 0x0, symName: '_$ss30_copySequenceToContiguousArrayys0dE0Vy7ElementQzGxSTRzlFs010EnumeratedB0VySay11SwiftBricks7TabItemVGG_Tg5', symObjAddr: 0x611C, symBinAddr: 0x1000AC8C0, symSize: 0x228 }
+ - { offset: 0x16C451, size: 0x8, addend: 0x0, symName: '_$ss30_copySequenceToContiguousArrayys0dE0Vy7ElementQzGxSTRzlFs010EnumeratedB0VySaySDySSypGGG_Tg5', symObjAddr: 0x6344, symBinAddr: 0x1000ACAE8, symSize: 0x194 }
+ - { offset: 0x16C6D1, size: 0x8, addend: 0x0, symName: '_$ss30_copySequenceToContiguousArrayys0dE0Vy7ElementQzGxSTRzlFs010EnumeratedB0VySay11SwiftBricks13ControlSchemaVGG_Tg5', symObjAddr: 0x64D8, symBinAddr: 0x1000ACC7C, symSize: 0x22C }
+ - { offset: 0x16C8AD, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18ScrollPanelControlV4bodyQrvg0A2UI4ViewPAEE5frame8minWidth05idealK003maxK00J6Height0lN00mN09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAgEE7paddingyQrARFQOyAE6VStackVyAA010SubWidgetsH0VSgG_Qo__Qo_yXEfU0_TA', symObjAddr: 0x6704, symBinAddr: 0x1000ACEA8, symSize: 0x8 }
+ - { offset: 0x16C8C1, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA10ScrollViewVyACyAA6HStackVy0A6Bricks010SubWidgetsF0VSgGAA14_PaddingLayoutVGGAA010_FlexFrameL0VGACyxq_GAA0F0A2aURzAA0F8ModifierR_rlWl', symObjAddr: 0x670C, symBinAddr: 0x1000ACEB0, symSize: 0x98 }
+ - { offset: 0x16C8D5, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA10ScrollViewVyACyACyAA6VStackVy0A6Bricks010SubWidgetsF0VSgGAA14_PaddingLayoutVGAA010_FlexFrameL0VGGAQGACyxq_GAA0F0A2aVRzAA0F8ModifierR_rlWl', symObjAddr: 0x67A4, symBinAddr: 0x1000ACF48, symSize: 0x98 }
+ - { offset: 0x16C8E9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18ScrollPanelControlV4bodyQrvg0A2UI4ViewPAEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAA010SubWidgetsH0VSgG_Qo_yXEfU_TA', symObjAddr: 0x683C, symBinAddr: 0x1000ACFE0, symSize: 0x8 }
+ - { offset: 0x16C8FD, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA6HStackVy0A6Bricks14SubWidgetsViewVSgGAA14_PaddingLayoutVGACyxq_GAA0I0A2aORzAA0I8ModifierR_rlWl', symObjAddr: 0x6844, symBinAddr: 0x1000ACFE8, symSize: 0x98 }
+ - { offset: 0x16C911, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks20DynamicColumnControlV4bodyQrvg0A2UI4ViewPAEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE9LazyVGridVyAE7ForEachVySaySi6offset_AA0E6SchemaV7elementtGSiAgEE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQrAKSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAA0E8RendererV_Qo_GSgG_Qo_yXEfU_TA', symObjAddr: 0x69AC, symBinAddr: 0x1000AD150, symSize: 0x8 }
+ - { offset: 0x16C925, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyAA9LazyVGridVyAA7ForEachVySaySi6offset_0A6Bricks13ControlSchemaV7elementtGSiACyAI0K8RendererVAA16_FlexFrameLayoutVGGSgGAA08_PaddingQ0VGACyxq_GAA4ViewA2aZRzAA0S8ModifierR_rlWl', symObjAddr: 0x69B4, symBinAddr: 0x1000AD158, symSize: 0x98 }
+ - { offset: 0x16C939, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks20DynamicColumnControlV4bodyQrvg0A2UI4ViewPAEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE9LazyVGridVyAE7ForEachVySaySi6offset_AA0E6SchemaV7elementtGSiAgEE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQrAKSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAA0E8RendererV_Qo_GSgG_Qo_yXEfU_A8_yXEfU_TA', symObjAddr: 0x6A4C, symBinAddr: 0x1000AD1F0, symSize: 0x8 }
+ - { offset: 0x16C94D, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7ForEachVySaySi6offset_0A6Bricks13ControlSchemaV7elementtGSiAA15ModifiedContentVyAE0G8RendererVAA16_FlexFrameLayoutVGGSgxSgAA4ViewA2aTRzlWl', symObjAddr: 0x6A94, symBinAddr: 0x1000AD238, symSize: 0x70 }
+ - { offset: 0x16C961, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7ForEachVySaySi6offset_0A6Bricks13ControlSchemaV7elementtGSiAA15ModifiedContentVyAE0G8RendererVAA16_FlexFrameLayoutVGGACyxq_q0_GAA4ViewA2aSR0_rlWl', symObjAddr: 0x6B04, symBinAddr: 0x1000AD2A8, symSize: 0x90 }
+ - { offset: 0x16C975, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks20DynamicColumnControlV4bodyQrvg0A2UI4ViewPAEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE9LazyVGridVyAE7ForEachVySaySi6offset_AA0E6SchemaV7elementtGSiAgEE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQrAKSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAA0E8RendererV_Qo_GSgG_Qo_yXEfU_A8_yXEfU_A6_Si_ARtcfU_TA', symObjAddr: 0x6DD8, symBinAddr: 0x1000AD53C, symSize: 0x8 }
+ - { offset: 0x16C994, size: 0x8, addend: 0x0, symName: '_$sSi11SwiftBricks13ControlSchemaV0A2UI15ModifiedContentVyAA0C8RendererVAD16_FlexFrameLayoutVGIegygr_Si6offset_AC7elementtAKIegnr_TRTA', symObjAddr: 0x6E04, symBinAddr: 0x1000AD568, symSize: 0x5C }
+ - { offset: 0x16C9BD, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyACyAA6HStackVy0A6Bricks14SubWidgetsViewVSgGAA14_PaddingLayoutVGAA010_FlexFrameK0VGAA24_BackgroundStyleModifierVyAA5ColorVGGAA11_ClipEffectVyAA16RoundedRectangleVGGACyxq_GAA0I0A2AA2_RzAA0iP0R_rlWl', symObjAddr: 0x6F64, symBinAddr: 0x1000AD61C, symSize: 0x98 }
+ - { offset: 0x16C9D1, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVyACyACyAA6HStackVy0A6Bricks14SubWidgetsViewVSgGAA14_PaddingLayoutVGAA010_FlexFrameK0VGAA24_BackgroundStyleModifierVyAA5ColorVGGACyxq_GAA0I0A2aXRzAA0iP0R_rlWl', symObjAddr: 0x6FFC, symBinAddr: 0x1000AD6B4, symSize: 0xB8 }
+ - { offset: 0x16C9E5, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyAA08ModifiedD0VyAA10ScrollViewVyAEyAA6HStackVy0A6Bricks010SubWidgetsG0VSgGAA14_PaddingLayoutVGGAA010_FlexFrameM0VGAEyAGyAEyAEyAA6VStackVyAMGAPGATGGATGGACyxq_GAA0G0A2AA3_RzAAA3_R_rlWl', symObjAddr: 0x7128, symBinAddr: 0x1000AD7E0, symSize: 0x78 }
+ - { offset: 0x16CA2D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlV4bodyQrvg', symObjAddr: 0x34B0, symBinAddr: 0x1000A9DA8, symSize: 0x8AC }
+ - { offset: 0x16CF15, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlV4bodyQrvgyycfU0_', symObjAddr: 0x3D5C, symBinAddr: 0x1000AA654, symSize: 0x130 }
+ - { offset: 0x16CF40, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlV4bodyQrvgyycfU0_yyYacfU_', symObjAddr: 0x3E8C, symBinAddr: 0x1000AA784, symSize: 0x98 }
+ - { offset: 0x16CF6B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlV4bodyQrvgyycfU0_yyYacfU_TY0_', symObjAddr: 0x3F24, symBinAddr: 0x1000AA81C, symSize: 0xB4 }
+ - { offset: 0x16D042, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlV4bodyQrvgyycfU0_yyYacfU_TY1_', symObjAddr: 0x3FD8, symBinAddr: 0x1000AA8D0, symSize: 0xB0 }
+ - { offset: 0x16D0F1, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlV4bodyQrvgyycfU0_yyYacfU_TQ2_', symObjAddr: 0x4088, symBinAddr: 0x1000AA980, symSize: 0x50 }
+ - { offset: 0x16D12D, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlV4bodyQrvgyycfU0_yyYacfU_TY3_', symObjAddr: 0x40D8, symBinAddr: 0x1000AA9D0, symSize: 0x4C }
+ - { offset: 0x16D15B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlV4bodyQrvgyycfU0_yyYacfU_TY4_', symObjAddr: 0x4124, symBinAddr: 0x1000AAA1C, symSize: 0x30 }
+ - { offset: 0x16DB97, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11VBoxControlV0A2UI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0x4154, symBinAddr: 0x1000AAA4C, symSize: 0x48 }
+ - { offset: 0x16DBCB, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HBoxControlV4bodyQrvg', symObjAddr: 0x419C, symBinAddr: 0x1000AAA94, symSize: 0x360 }
+ - { offset: 0x16DF6C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HBoxControlV17verticalAlignment33_18EBA8BF8EE44BC222B08649E6D98648LL0A2UI08VerticalF0Vvg', symObjAddr: 0x44FC, symBinAddr: 0x1000AADF4, symSize: 0xE8 }
+ - { offset: 0x16E00F, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks11HBoxControlV0A2UI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0x4604, symBinAddr: 0x1000AAEFC, symSize: 0x48 }
+ - { offset: 0x16E038, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18ScrollPanelControlV4bodyQrvg', symObjAddr: 0x464C, symBinAddr: 0x1000AAF44, symSize: 0x554 }
+ - { offset: 0x16E1C9, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18ScrollPanelControlV4bodyQrvg0A2UI4ViewPAEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAA010SubWidgetsH0VSgG_Qo_yXEfU_', symObjAddr: 0x4BA0, symBinAddr: 0x1000AB498, symSize: 0x1DC }
+ - { offset: 0x16E3FA, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18ScrollPanelControlV4bodyQrvg0A2UI4ViewPAEE5frame8minWidth05idealK003maxK00J6Height0lN00mN09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAgEE7paddingyQrARFQOyAE6VStackVyAA010SubWidgetsH0VSgG_Qo__Qo_yXEfU0_', symObjAddr: 0x4D7C, symBinAddr: 0x1000AB674, symSize: 0x2A8 }
+ - { offset: 0x16E68B, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks18ScrollPanelControlV0A2UI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0x5024, symBinAddr: 0x1000AB91C, symSize: 0x48 }
+ - { offset: 0x16E721, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks20DynamicColumnControlV4bodyQrvg0A2UI4ViewPAEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE9LazyVGridVyAE7ForEachVySaySi6offset_AA0E6SchemaV7elementtGSiAgEE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQrAKSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAA0E8RendererV_Qo_GSgG_Qo_yXEfU_', symObjAddr: 0x506C, symBinAddr: 0x1000AB964, symSize: 0x1F8 }
+ - { offset: 0x16E7F3, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks20DynamicColumnControlV15resolvedColumns33_18EBA8BF8EE44BC222B08649E6D98648LLSay0A2UI8GridItemVGvg', symObjAddr: 0x5264, symBinAddr: 0x1000ABB5C, symSize: 0x154 }
+ - { offset: 0x16E89C, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks20DynamicColumnControlV4bodyQrvg0A2UI4ViewPAEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE9LazyVGridVyAE7ForEachVySaySi6offset_AA0E6SchemaV7elementtGSiAgEE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQrAKSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAA0E8RendererV_Qo_GSgG_Qo_yXEfU_A8_yXEfU_', symObjAddr: 0x53B8, symBinAddr: 0x1000ABCB0, symSize: 0x214 }
+ - { offset: 0x16E969, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks20DynamicColumnControlV4bodyQrvg0A2UI4ViewPAEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE9LazyVGridVyAE7ForEachVySaySi6offset_AA0E6SchemaV7elementtGSiAgEE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQrAKSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAA0E8RendererV_Qo_GSgG_Qo_yXEfU_A8_yXEfU_A6_Si_ARtcfU_', symObjAddr: 0x55CC, symBinAddr: 0x1000ABEC4, symSize: 0x134 }
+ - { offset: 0x16EA81, size: 0x8, addend: 0x0, symName: '_$s11SwiftBricks20DynamicColumnControlV0A2UI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0x5700, symBinAddr: 0x1000ABFF8, symSize: 0x8C }
+...
diff --git a/.build/arm64-apple-macosx/release/MiniPlayer.product/Objects.LinkFileList b/.build/arm64-apple-macosx/release/MiniPlayer.product/Objects.LinkFileList
new file mode 100644
index 0000000..3b546e8
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/MiniPlayer.product/Objects.LinkFileList
@@ -0,0 +1,21 @@
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/MiniPlayerApp.swift.o
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/PlayerBridge.swift.o
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/ProgressSlider.swift.o
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/VideoPlayerView.swift.o
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/resource_bundle_accessor.swift.o
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/BricksView.swift.o
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/ButtonControl.swift.o
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/ControlRenderer.swift.o
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/Engine.swift.o
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/EventBus.swift.o
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/FormControl.swift.o
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/I18n.swift.o
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/InputControl.swift.o
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/RPC.swift.o
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/Schema.swift.o
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/Store.swift.o
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/SwiftBricks.swift.o
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/TabViewControl.swift.o
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/TabularControl.swift.o
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/TextControl.swift.o
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/VBoxControl.swift.o
diff --git a/.build/arm64-apple-macosx/release/MiniPlayer_MiniPlayer.bundle/Resources/player.ui b/.build/arm64-apple-macosx/release/MiniPlayer_MiniPlayer.bundle/Resources/player.ui
new file mode 100644
index 0000000..3ab6073
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/MiniPlayer_MiniPlayer.bundle/Resources/player.ui
@@ -0,0 +1,109 @@
+{
+ "id": "app",
+ "widgettype": "VBox",
+ "options": { "width": "100%", "height": "100%", "spacing": 0, "padding": "0" },
+ "subwidgets": [
+ {
+ "widgettype": "VideoPlayer",
+ "id": "video_player",
+ "options": { "width": "100%", "bgcolor": "#000000" },
+ "binds": [
+ { "wid": "self", "event": "click", "actiontype": "event", "target": "player.toggle" }
+ ]
+ },
+ {
+ "widgettype": "VBox",
+ "options": { "width": "100%", "css": "card", "padding": "8px", "spacing": 4 },
+ "subwidgets": [
+ {
+ "widgettype": "HBox",
+ "options": { "width": "100%", "spacing": 6, "alignItems": "center" },
+ "subwidgets": [
+ { "widgettype": "Text", "id": "time_current", "options": { "text": "00:00", "i18n": false } },
+ { "widgettype": "ProgressSlider", "id": "progress_slider", "options": { "width": "100%" } },
+ { "widgettype": "Text", "id": "time_total", "options": { "text": "00:00", "i18n": false } }
+ ]
+ },
+ {
+ "widgettype": "HBox",
+ "options": { "width": "100%", "spacing": 4, "alignItems": "center" },
+ "subwidgets": [
+ {
+ "widgettype": "Button", "id": "btn_prev",
+ "options": { "label": "⏮", "css": "text" },
+ "binds": [{ "wid": "self", "event": "click", "actiontype": "event", "target": "player.prev" }]
+ },
+ {
+ "widgettype": "Button", "id": "btn_play",
+ "options": { "label": "▶️", "css": "text" },
+ "binds": [{ "wid": "self", "event": "click", "actiontype": "event", "target": "player.toggle" }]
+ },
+ {
+ "widgettype": "Button", "id": "btn_next",
+ "options": { "label": "⏭", "css": "text" },
+ "binds": [{ "wid": "self", "event": "click", "actiontype": "event", "target": "player.next" }]
+ },
+ { "widgettype": "Filler" },
+ {
+ "widgettype": "Text", "id": "track_label",
+ "options": { "text": "🎵 Track 1", "i18n": false }
+ },
+ {
+ "widgettype": "Button", "id": "btn_track",
+ "options": { "label": "音轨", "css": "text" },
+ "binds": [{ "wid": "self", "event": "click", "actiontype": "event", "target": "player.show_tracks" }]
+ },
+ {
+ "widgettype": "Button", "id": "btn_repeat",
+ "options": { "label": "🔁 列表循环", "css": "text" },
+ "binds": [{ "wid": "self", "event": "click", "actiontype": "event", "target": "player.cycle_repeat" }]
+ },
+ {
+ "widgettype": "Button", "id": "btn_fullscreen",
+ "options": { "label": "⛶", "css": "text" },
+ "binds": [{ "wid": "self", "event": "click", "actiontype": "event", "target": "player.fullscreen" }]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "widgettype": "HBox",
+ "options": { "width": "100%", "padding": "4px", "spacing": 6, "alignItems": "center" },
+ "subwidgets": [
+ {
+ "widgettype": "InlineForm",
+ "id": "add_form",
+ "options": {
+ "show_label": false,
+ "submit_label": "添加URL",
+ "fields": [
+ { "name": "url", "placeholder": "M3U8 / 视频URL", "uitype": "str", "cwidth": 30 }
+ ]
+ },
+ "binds": [{ "wid": "self", "event": "submit", "actiontype": "event", "target": "player.add_url" }]
+ },
+ {
+ "widgettype": "Button", "id": "btn_open_file",
+ "options": { "label": "📂 打开文件", "css": "text" },
+ "binds": [{ "wid": "self", "event": "click", "actiontype": "event", "target": "player.open_file" }]
+ }
+ ]
+ },
+ {
+ "widgettype": "VScrollPanel",
+ "id": "playlist_panel",
+ "options": { "width": "100%", "css": "filler" },
+ "subwidgets": [
+ {
+ "widgettype": "Title5",
+ "options": { "text": "播放列表", "i18n": true }
+ },
+ {
+ "widgettype": "Text", "id": "playlist_empty",
+ "options": { "text": "暂无媒体,请添加文件或URL", "i18n": true, "color": "#888888" }
+ }
+ ]
+ }
+ ]
+}
diff --git a/.build/arm64-apple-macosx/release/MiniPlayer_MiniPlayer.bundle/player.ui b/.build/arm64-apple-macosx/release/MiniPlayer_MiniPlayer.bundle/player.ui
new file mode 100644
index 0000000..3ab6073
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/MiniPlayer_MiniPlayer.bundle/player.ui
@@ -0,0 +1,109 @@
+{
+ "id": "app",
+ "widgettype": "VBox",
+ "options": { "width": "100%", "height": "100%", "spacing": 0, "padding": "0" },
+ "subwidgets": [
+ {
+ "widgettype": "VideoPlayer",
+ "id": "video_player",
+ "options": { "width": "100%", "bgcolor": "#000000" },
+ "binds": [
+ { "wid": "self", "event": "click", "actiontype": "event", "target": "player.toggle" }
+ ]
+ },
+ {
+ "widgettype": "VBox",
+ "options": { "width": "100%", "css": "card", "padding": "8px", "spacing": 4 },
+ "subwidgets": [
+ {
+ "widgettype": "HBox",
+ "options": { "width": "100%", "spacing": 6, "alignItems": "center" },
+ "subwidgets": [
+ { "widgettype": "Text", "id": "time_current", "options": { "text": "00:00", "i18n": false } },
+ { "widgettype": "ProgressSlider", "id": "progress_slider", "options": { "width": "100%" } },
+ { "widgettype": "Text", "id": "time_total", "options": { "text": "00:00", "i18n": false } }
+ ]
+ },
+ {
+ "widgettype": "HBox",
+ "options": { "width": "100%", "spacing": 4, "alignItems": "center" },
+ "subwidgets": [
+ {
+ "widgettype": "Button", "id": "btn_prev",
+ "options": { "label": "⏮", "css": "text" },
+ "binds": [{ "wid": "self", "event": "click", "actiontype": "event", "target": "player.prev" }]
+ },
+ {
+ "widgettype": "Button", "id": "btn_play",
+ "options": { "label": "▶️", "css": "text" },
+ "binds": [{ "wid": "self", "event": "click", "actiontype": "event", "target": "player.toggle" }]
+ },
+ {
+ "widgettype": "Button", "id": "btn_next",
+ "options": { "label": "⏭", "css": "text" },
+ "binds": [{ "wid": "self", "event": "click", "actiontype": "event", "target": "player.next" }]
+ },
+ { "widgettype": "Filler" },
+ {
+ "widgettype": "Text", "id": "track_label",
+ "options": { "text": "🎵 Track 1", "i18n": false }
+ },
+ {
+ "widgettype": "Button", "id": "btn_track",
+ "options": { "label": "音轨", "css": "text" },
+ "binds": [{ "wid": "self", "event": "click", "actiontype": "event", "target": "player.show_tracks" }]
+ },
+ {
+ "widgettype": "Button", "id": "btn_repeat",
+ "options": { "label": "🔁 列表循环", "css": "text" },
+ "binds": [{ "wid": "self", "event": "click", "actiontype": "event", "target": "player.cycle_repeat" }]
+ },
+ {
+ "widgettype": "Button", "id": "btn_fullscreen",
+ "options": { "label": "⛶", "css": "text" },
+ "binds": [{ "wid": "self", "event": "click", "actiontype": "event", "target": "player.fullscreen" }]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "widgettype": "HBox",
+ "options": { "width": "100%", "padding": "4px", "spacing": 6, "alignItems": "center" },
+ "subwidgets": [
+ {
+ "widgettype": "InlineForm",
+ "id": "add_form",
+ "options": {
+ "show_label": false,
+ "submit_label": "添加URL",
+ "fields": [
+ { "name": "url", "placeholder": "M3U8 / 视频URL", "uitype": "str", "cwidth": 30 }
+ ]
+ },
+ "binds": [{ "wid": "self", "event": "submit", "actiontype": "event", "target": "player.add_url" }]
+ },
+ {
+ "widgettype": "Button", "id": "btn_open_file",
+ "options": { "label": "📂 打开文件", "css": "text" },
+ "binds": [{ "wid": "self", "event": "click", "actiontype": "event", "target": "player.open_file" }]
+ }
+ ]
+ },
+ {
+ "widgettype": "VScrollPanel",
+ "id": "playlist_panel",
+ "options": { "width": "100%", "css": "filler" },
+ "subwidgets": [
+ {
+ "widgettype": "Title5",
+ "options": { "text": "播放列表", "i18n": true }
+ },
+ {
+ "widgettype": "Text", "id": "playlist_empty",
+ "options": { "text": "暂无媒体,请添加文件或URL", "i18n": true, "color": "#888888" }
+ }
+ ]
+ }
+ ]
+}
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/AVFAudio-MFFJ6HCE9A7Z.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/AVFAudio-MFFJ6HCE9A7Z.pcm
new file mode 100644
index 0000000..b59bb45
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/AVFAudio-MFFJ6HCE9A7Z.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/AVFoundation-7VNZZNFQDWLP.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/AVFoundation-7VNZZNFQDWLP.pcm
new file mode 100644
index 0000000..1452f62
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/AVFoundation-7VNZZNFQDWLP.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/Accessibility-RCJSN2GG3RAR.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/Accessibility-RCJSN2GG3RAR.pcm
new file mode 100644
index 0000000..874f0d8
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/Accessibility-RCJSN2GG3RAR.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/AppKit-2VI8NB39I5AT6.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/AppKit-2VI8NB39I5AT6.pcm
new file mode 100644
index 0000000..f7efea2
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/AppKit-2VI8NB39I5AT6.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/ApplicationServices-3NXEUUZF9JJBD.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/ApplicationServices-3NXEUUZF9JJBD.pcm
new file mode 100644
index 0000000..d8598d7
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/ApplicationServices-3NXEUUZF9JJBD.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/AudioToolbox-3FX4B654ICQE2.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/AudioToolbox-3FX4B654ICQE2.pcm
new file mode 100644
index 0000000..f0c9272
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/AudioToolbox-3FX4B654ICQE2.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/CFNetwork-1PNPO1ORVQZLS.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/CFNetwork-1PNPO1ORVQZLS.pcm
new file mode 100644
index 0000000..fd499bd
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/CFNetwork-1PNPO1ORVQZLS.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/CUPS-1HLHMKUB322XA.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/CUPS-1HLHMKUB322XA.pcm
new file mode 100644
index 0000000..dd7db85
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/CUPS-1HLHMKUB322XA.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/Carbon-3FMY3B0T5SZYU.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/Carbon-3FMY3B0T5SZYU.pcm
new file mode 100644
index 0000000..f2b17bd
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/Carbon-3FMY3B0T5SZYU.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/ColorSync-3EIM4S8RXNRVI.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/ColorSync-3EIM4S8RXNRVI.pcm
new file mode 100644
index 0000000..e0de403
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/ColorSync-3EIM4S8RXNRVI.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/CoreAudio-J9DSWC1670R6.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/CoreAudio-J9DSWC1670R6.pcm
new file mode 100644
index 0000000..7cdbe44
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/CoreAudio-J9DSWC1670R6.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/CoreAudioTypes-11649WXSRCA0E.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/CoreAudioTypes-11649WXSRCA0E.pcm
new file mode 100644
index 0000000..91f7904
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/CoreAudioTypes-11649WXSRCA0E.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/CoreData-1KHK1L2CYC2N6.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/CoreData-1KHK1L2CYC2N6.pcm
new file mode 100644
index 0000000..4afb4c5
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/CoreData-1KHK1L2CYC2N6.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/CoreFoundation-16SA8WK3L6MQN.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/CoreFoundation-16SA8WK3L6MQN.pcm
new file mode 100644
index 0000000..2d882d4
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/CoreFoundation-16SA8WK3L6MQN.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/CoreGraphics-1PSDCAYCIV3T9.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/CoreGraphics-1PSDCAYCIV3T9.pcm
new file mode 100644
index 0000000..a2f2c01
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/CoreGraphics-1PSDCAYCIV3T9.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/CoreImage-39ZO87840M5PP.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/CoreImage-39ZO87840M5PP.pcm
new file mode 100644
index 0000000..9231191
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/CoreImage-39ZO87840M5PP.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/CoreMIDI-1WOF0UOPGOCPX.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/CoreMIDI-1WOF0UOPGOCPX.pcm
new file mode 100644
index 0000000..2f10044
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/CoreMIDI-1WOF0UOPGOCPX.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/CoreMedia-SHYM2JB41P4U.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/CoreMedia-SHYM2JB41P4U.pcm
new file mode 100644
index 0000000..76cc016
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/CoreMedia-SHYM2JB41P4U.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/CoreServices-39NCTJOEW7PQ2.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/CoreServices-39NCTJOEW7PQ2.pcm
new file mode 100644
index 0000000..648e719
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/CoreServices-39NCTJOEW7PQ2.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/CoreText-3FAL1B4J38DIR.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/CoreText-3FAL1B4J38DIR.pcm
new file mode 100644
index 0000000..6c19f52
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/CoreText-3FAL1B4J38DIR.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/CoreTransferable-27T896KGHFB3R.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/CoreTransferable-27T896KGHFB3R.pcm
new file mode 100644
index 0000000..178d1b0
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/CoreTransferable-27T896KGHFB3R.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/CoreVideo-DBBGB2LXU3HG.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/CoreVideo-DBBGB2LXU3HG.pcm
new file mode 100644
index 0000000..0b8c727
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/CoreVideo-DBBGB2LXU3HG.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/Darwin-1FXX23EKWOBA9.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/Darwin-1FXX23EKWOBA9.pcm
new file mode 100644
index 0000000..8ba22f8
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/Darwin-1FXX23EKWOBA9.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/DataDetection-R5W4QHNMPWVH.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/DataDetection-R5W4QHNMPWVH.pcm
new file mode 100644
index 0000000..2d63776
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/DataDetection-R5W4QHNMPWVH.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/DeveloperToolsSupport-3SUCMSK9ZS2JA.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/DeveloperToolsSupport-3SUCMSK9ZS2JA.pcm
new file mode 100644
index 0000000..311a520
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/DeveloperToolsSupport-3SUCMSK9ZS2JA.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/DiskArbitration-3LBJF5I58QD8.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/DiskArbitration-3LBJF5I58QD8.pcm
new file mode 100644
index 0000000..37e7132
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/DiskArbitration-3LBJF5I58QD8.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/Dispatch-R76HXUP80TVL.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/Dispatch-R76HXUP80TVL.pcm
new file mode 100644
index 0000000..98683fb
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/Dispatch-R76HXUP80TVL.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/Foundation-24LYWIP48SHNP.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/Foundation-24LYWIP48SHNP.pcm
new file mode 100644
index 0000000..1cb7351
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/Foundation-24LYWIP48SHNP.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/IOKit-1IAL9NTK1TABA.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/IOKit-1IAL9NTK1TABA.pcm
new file mode 100644
index 0000000..709227c
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/IOKit-1IAL9NTK1TABA.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/IOSurface-26455DPS9NDS0.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/IOSurface-26455DPS9NDS0.pcm
new file mode 100644
index 0000000..ec95549
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/IOSurface-26455DPS9NDS0.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/ImageIO-2ZSF831VT29UB.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/ImageIO-2ZSF831VT29UB.pcm
new file mode 100644
index 0000000..9431613
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/ImageIO-2ZSF831VT29UB.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/MachO-20RPYVQSX341K.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/MachO-20RPYVQSX341K.pcm
new file mode 100644
index 0000000..6148711
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/MachO-20RPYVQSX341K.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/MediaToolbox-1P5YMSVDQUIJ6.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/MediaToolbox-1P5YMSVDQUIJ6.pcm
new file mode 100644
index 0000000..eaedbdc
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/MediaToolbox-1P5YMSVDQUIJ6.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/Metal-1GCZV9N85NJOH.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/Metal-1GCZV9N85NJOH.pcm
new file mode 100644
index 0000000..beec604
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/Metal-1GCZV9N85NJOH.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/OSLog-218FBXNFJGY61.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/OSLog-218FBXNFJGY61.pcm
new file mode 100644
index 0000000..7dbdb69
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/OSLog-218FBXNFJGY61.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/ObjectiveC-1G8H182PQX3QE.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/ObjectiveC-1G8H182PQX3QE.pcm
new file mode 100644
index 0000000..1139927
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/ObjectiveC-1G8H182PQX3QE.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/OpenGL-H89XJT7GTCP.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/OpenGL-H89XJT7GTCP.pcm
new file mode 100644
index 0000000..3ce680d
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/OpenGL-H89XJT7GTCP.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/QuartzCore-39A8LQKF980J1.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/QuartzCore-39A8LQKF980J1.pcm
new file mode 100644
index 0000000..f8461d4
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/QuartzCore-39A8LQKF980J1.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/Security-3QCVXOV25KK54.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/Security-3QCVXOV25KK54.pcm
new file mode 100644
index 0000000..9a3ca09
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/Security-3QCVXOV25KK54.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/Spatial-1JZLH83HN83CS.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/Spatial-1JZLH83HN83CS.pcm
new file mode 100644
index 0000000..b61d94b
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/Spatial-1JZLH83HN83CS.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/SwiftShims-2IMTS4WWRU7VJ.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/SwiftShims-2IMTS4WWRU7VJ.pcm
new file mode 100644
index 0000000..904f0bc
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/SwiftShims-2IMTS4WWRU7VJ.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/SwiftUI-3DCHKT5UWXXCX.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/SwiftUI-3DCHKT5UWXXCX.pcm
new file mode 100644
index 0000000..66b6cc5
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/SwiftUI-3DCHKT5UWXXCX.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/SwiftUICore-86HIVXUC6WOA.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/SwiftUICore-86HIVXUC6WOA.pcm
new file mode 100644
index 0000000..048c416
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/SwiftUICore-86HIVXUC6WOA.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/Symbols-3KC1789KJFX94.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/Symbols-3KC1789KJFX94.pcm
new file mode 100644
index 0000000..727b05b
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/Symbols-3KC1789KJFX94.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/UniformTypeIdentifiers-1OLJP4K3PLM48.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/UniformTypeIdentifiers-1OLJP4K3PLM48.pcm
new file mode 100644
index 0000000..a76db08
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/UniformTypeIdentifiers-1OLJP4K3PLM48.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/XPC-T0ZXCAST7PE3.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/XPC-T0ZXCAST7PE3.pcm
new file mode 100644
index 0000000..f44c114
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/XPC-T0ZXCAST7PE3.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/_AvailabilityInternal-2YSBQADOLX02V.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/_AvailabilityInternal-2YSBQADOLX02V.pcm
new file mode 100644
index 0000000..7787824
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/_AvailabilityInternal-2YSBQADOLX02V.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/_Builtin_float-19KE09ZDXQ6Q3.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/_Builtin_float-19KE09ZDXQ6Q3.pcm
new file mode 100644
index 0000000..0918147
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/_Builtin_float-19KE09ZDXQ6Q3.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/_Builtin_intrinsics-19KE09ZDXQ6Q3.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/_Builtin_intrinsics-19KE09ZDXQ6Q3.pcm
new file mode 100644
index 0000000..531e6f8
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/_Builtin_intrinsics-19KE09ZDXQ6Q3.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/_Builtin_inttypes-19KE09ZDXQ6Q3.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/_Builtin_inttypes-19KE09ZDXQ6Q3.pcm
new file mode 100644
index 0000000..95e473a
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/_Builtin_inttypes-19KE09ZDXQ6Q3.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/_Builtin_limits-19KE09ZDXQ6Q3.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/_Builtin_limits-19KE09ZDXQ6Q3.pcm
new file mode 100644
index 0000000..ee7f89b
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/_Builtin_limits-19KE09ZDXQ6Q3.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/_Builtin_stdarg-19KE09ZDXQ6Q3.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/_Builtin_stdarg-19KE09ZDXQ6Q3.pcm
new file mode 100644
index 0000000..f81d9a5
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/_Builtin_stdarg-19KE09ZDXQ6Q3.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/_Builtin_stdatomic-19KE09ZDXQ6Q3.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/_Builtin_stdatomic-19KE09ZDXQ6Q3.pcm
new file mode 100644
index 0000000..322bf21
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/_Builtin_stdatomic-19KE09ZDXQ6Q3.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/_Builtin_stdbool-19KE09ZDXQ6Q3.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/_Builtin_stdbool-19KE09ZDXQ6Q3.pcm
new file mode 100644
index 0000000..a09bb44
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/_Builtin_stdbool-19KE09ZDXQ6Q3.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/_Builtin_stddef-19KE09ZDXQ6Q3.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/_Builtin_stddef-19KE09ZDXQ6Q3.pcm
new file mode 100644
index 0000000..1494f60
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/_Builtin_stddef-19KE09ZDXQ6Q3.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/_Builtin_stdint-19KE09ZDXQ6Q3.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/_Builtin_stdint-19KE09ZDXQ6Q3.pcm
new file mode 100644
index 0000000..239d6ec
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/_Builtin_stdint-19KE09ZDXQ6Q3.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/_Builtin_tgmath-19KE09ZDXQ6Q3.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/_Builtin_tgmath-19KE09ZDXQ6Q3.pcm
new file mode 100644
index 0000000..d2cc99e
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/_Builtin_tgmath-19KE09ZDXQ6Q3.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/_DarwinFoundation1-2YSBQADOLX02V.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/_DarwinFoundation1-2YSBQADOLX02V.pcm
new file mode 100644
index 0000000..d477137
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/_DarwinFoundation1-2YSBQADOLX02V.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/_DarwinFoundation2-3J4ZFA06I5V1P.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/_DarwinFoundation2-3J4ZFA06I5V1P.pcm
new file mode 100644
index 0000000..798212a
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/_DarwinFoundation2-3J4ZFA06I5V1P.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/_DarwinFoundation3-2NSGASPTSNBVQ.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/_DarwinFoundation3-2NSGASPTSNBVQ.pcm
new file mode 100644
index 0000000..86e320f
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/_DarwinFoundation3-2NSGASPTSNBVQ.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/_SwiftConcurrencyShims-2IMTS4WWRU7VJ.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/_SwiftConcurrencyShims-2IMTS4WWRU7VJ.pcm
new file mode 100644
index 0000000..5e786f4
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/_SwiftConcurrencyShims-2IMTS4WWRU7VJ.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/launch-3T3BU4MASLMUM.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/launch-3T3BU4MASLMUM.pcm
new file mode 100644
index 0000000..d339cc9
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/launch-3T3BU4MASLMUM.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/libDER-26DYHF6GC6WWA.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/libDER-26DYHF6GC6WWA.pcm
new file mode 100644
index 0000000..b4a6c0c
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/libDER-26DYHF6GC6WWA.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/libkern-2KQ0X67RTM1JF.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/libkern-2KQ0X67RTM1JF.pcm
new file mode 100644
index 0000000..b784f14
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/libkern-2KQ0X67RTM1JF.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/os-2MV8OP7R98AN8.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/os-2MV8OP7R98AN8.pcm
new file mode 100644
index 0000000..49ff341
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/os-2MV8OP7R98AN8.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/os_object-2MV8OP7R98AN8.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/os_object-2MV8OP7R98AN8.pcm
new file mode 100644
index 0000000..6f72e78
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/os_object-2MV8OP7R98AN8.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/os_workgroup-2MV8OP7R98AN8.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/os_workgroup-2MV8OP7R98AN8.pcm
new file mode 100644
index 0000000..f9ef4f7
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/os_workgroup-2MV8OP7R98AN8.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/ptrauth-19KE09ZDXQ6Q3.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/ptrauth-19KE09ZDXQ6Q3.pcm
new file mode 100644
index 0000000..976f5e9
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/ptrauth-19KE09ZDXQ6Q3.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/ptrcheck-19KE09ZDXQ6Q3.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/ptrcheck-19KE09ZDXQ6Q3.pcm
new file mode 100644
index 0000000..377f85e
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/ptrcheck-19KE09ZDXQ6Q3.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/simd-KY25Q80SBOHY.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/simd-KY25Q80SBOHY.pcm
new file mode 100644
index 0000000..59fb455
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/simd-KY25Q80SBOHY.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/sys_types-3J4ZFA06I5V1P.pcm b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/sys_types-3J4ZFA06I5V1P.pcm
new file mode 100644
index 0000000..7b76ce7
Binary files /dev/null and b/.build/arm64-apple-macosx/release/ModuleCache/3K4UM11YJVT2W/sys_types-3J4ZFA06I5V1P.pcm differ
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/AVFAudio-29TPFLE27Y046.swiftmodule b/.build/arm64-apple-macosx/release/ModuleCache/AVFAudio-29TPFLE27Y046.swiftmodule
new file mode 100644
index 0000000..3b2d516
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/ModuleCache/AVFAudio-29TPFLE27Y046.swiftmodule
@@ -0,0 +1,184 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AVFAudio.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767985074000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AVFAudio.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 58000
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762652847000000000
+ path: 'usr/include/ObjectiveC.apinotes'
+ size: 11147
+ sdk_relative: true
+ - mtime: 1762651179000000000
+ path: 'usr/include/Dispatch.apinotes'
+ size: 19
+ sdk_relative: true
+ - mtime: 1762651495000000000
+ path: 'usr/include/XPC.apinotes'
+ size: 123
+ sdk_relative: true
+ - mtime: 1762657696000000000
+ path: 'System/Library/Frameworks/Security.framework/Headers/Security.apinotes'
+ size: 162
+ sdk_relative: true
+ - mtime: 1762657676000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes'
+ size: 81098
+ sdk_relative: true
+ - mtime: 1762659976000000000
+ path: 'System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioTypes.apinotes'
+ size: 1519
+ sdk_relative: true
+ - mtime: 1763527855000000000
+ path: 'System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes'
+ size: 53963
+ sdk_relative: true
+ - mtime: 1762659781000000000
+ path: 'System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes'
+ size: 1662
+ sdk_relative: true
+ - mtime: 1763615122000000000
+ path: 'System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes'
+ size: 2012
+ sdk_relative: true
+ - mtime: 1761930329000000000
+ path: 'System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes'
+ size: 104226
+ sdk_relative: true
+ - mtime: 1763257499000000000
+ path: 'System/Library/Frameworks/CoreMedia.framework/Headers/CoreMedia.apinotes'
+ size: 65704
+ sdk_relative: true
+ - mtime: 1762660054000000000
+ path: 'System/Library/Frameworks/AudioToolbox.framework/Headers/AudioToolbox.apinotes'
+ size: 114
+ sdk_relative: true
+ - mtime: 1762657213000000000
+ path: 'System/Library/Frameworks/AVFAudio.framework/Headers/AVFAudio.apinotes'
+ size: 8309
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656630000000000
+ path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 175559
+ sdk_relative: true
+ - mtime: 1762656597000000000
+ path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 6736
+ sdk_relative: true
+ - mtime: 1762656781000000000
+ path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 60517
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 22945
+ sdk_relative: true
+ - mtime: 1762656926000000000
+ path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 48243
+ sdk_relative: true
+ - mtime: 1762657083000000000
+ path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 3684
+ sdk_relative: true
+ - mtime: 1762656121000000000
+ path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5685
+ sdk_relative: true
+ - mtime: 1762656633000000000
+ path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 97836
+ sdk_relative: true
+ - mtime: 1762657658000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1213377
+ sdk_relative: true
+ - mtime: 1762657813000000000
+ path: 'usr/lib/swift/CoreMIDI.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 15813
+ sdk_relative: true
+ - mtime: 1762656191000000000
+ path: 'usr/lib/swift/Synchronization.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 263626
+ sdk_relative: true
+ - mtime: 1763442692000000000
+ path: 'usr/lib/swift/CoreAudio.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 29731
+ sdk_relative: true
+ - mtime: 1762660162000000000
+ path: 'System/Library/Frameworks/AudioToolbox.framework/Modules/AudioToolbox.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 712
+ sdk_relative: true
+ - mtime: 1763100398000000000
+ path: 'System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 91635
+ sdk_relative: true
+ - mtime: 1762657941000000000
+ path: 'usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 43399
+ sdk_relative: true
+ - mtime: 1763100222000000000
+ path: 'System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes'
+ size: 1666
+ sdk_relative: true
+ - mtime: 1763099606000000000
+ path: 'usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 21762
+ sdk_relative: true
+ - mtime: 1762659845000000000
+ path: 'System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5515
+ sdk_relative: true
+ - mtime: 1762659885000000000
+ path: 'System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 35466
+ sdk_relative: true
+ - mtime: 1762656671000000000
+ path: 'usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 229538
+ sdk_relative: true
+ - mtime: 1763173363000000000
+ path: 'usr/lib/swift/CoreMedia.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 193271
+ sdk_relative: true
+ - mtime: 1762659899000000000
+ path: 'System/Library/Frameworks/AVFAudio.framework/Modules/AVFAudio.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 7135
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/AVFoundation-128SVS95O5UE1.swiftmodule b/.build/arm64-apple-macosx/release/ModuleCache/AVFoundation-128SVS95O5UE1.swiftmodule
new file mode 100644
index 0000000..23addba
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/ModuleCache/AVFoundation-128SVS95O5UE1.swiftmodule
@@ -0,0 +1,212 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AVFoundation.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767985092000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AVFoundation.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 415536
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762652847000000000
+ path: 'usr/include/ObjectiveC.apinotes'
+ size: 11147
+ sdk_relative: true
+ - mtime: 1762651179000000000
+ path: 'usr/include/Dispatch.apinotes'
+ size: 19
+ sdk_relative: true
+ - mtime: 1762651495000000000
+ path: 'usr/include/XPC.apinotes'
+ size: 123
+ sdk_relative: true
+ - mtime: 1762657696000000000
+ path: 'System/Library/Frameworks/Security.framework/Headers/Security.apinotes'
+ size: 162
+ sdk_relative: true
+ - mtime: 1762657676000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes'
+ size: 81098
+ sdk_relative: true
+ - mtime: 1762659976000000000
+ path: 'System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioTypes.apinotes'
+ size: 1519
+ sdk_relative: true
+ - mtime: 1763527855000000000
+ path: 'System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes'
+ size: 53963
+ sdk_relative: true
+ - mtime: 1762659781000000000
+ path: 'System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes'
+ size: 1662
+ sdk_relative: true
+ - mtime: 1763615122000000000
+ path: 'System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes'
+ size: 2012
+ sdk_relative: true
+ - mtime: 1761930329000000000
+ path: 'System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes'
+ size: 104226
+ sdk_relative: true
+ - mtime: 1763257499000000000
+ path: 'System/Library/Frameworks/CoreMedia.framework/Headers/CoreMedia.apinotes'
+ size: 65704
+ sdk_relative: true
+ - mtime: 1762660054000000000
+ path: 'System/Library/Frameworks/AudioToolbox.framework/Headers/AudioToolbox.apinotes'
+ size: 114
+ sdk_relative: true
+ - mtime: 1762657213000000000
+ path: 'System/Library/Frameworks/AVFAudio.framework/Headers/AVFAudio.apinotes'
+ size: 8309
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656630000000000
+ path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 175559
+ sdk_relative: true
+ - mtime: 1762656597000000000
+ path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 6736
+ sdk_relative: true
+ - mtime: 1762656781000000000
+ path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 60517
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 22945
+ sdk_relative: true
+ - mtime: 1762656926000000000
+ path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 48243
+ sdk_relative: true
+ - mtime: 1762657083000000000
+ path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 3684
+ sdk_relative: true
+ - mtime: 1762656121000000000
+ path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5685
+ sdk_relative: true
+ - mtime: 1762656633000000000
+ path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 97836
+ sdk_relative: true
+ - mtime: 1762657658000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1213377
+ sdk_relative: true
+ - mtime: 1762659899000000000
+ path: 'System/Library/Frameworks/AVFAudio.framework/Modules/AVFAudio.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 7135
+ sdk_relative: true
+ - mtime: 1762657813000000000
+ path: 'usr/lib/swift/CoreMIDI.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 15813
+ sdk_relative: true
+ - mtime: 1762656191000000000
+ path: 'usr/lib/swift/Synchronization.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 263626
+ sdk_relative: true
+ - mtime: 1763442692000000000
+ path: 'usr/lib/swift/CoreAudio.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 29731
+ sdk_relative: true
+ - mtime: 1762660162000000000
+ path: 'System/Library/Frameworks/AudioToolbox.framework/Modules/AudioToolbox.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 712
+ sdk_relative: true
+ - mtime: 1763100398000000000
+ path: 'System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 91635
+ sdk_relative: true
+ - mtime: 1762657941000000000
+ path: 'usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 43399
+ sdk_relative: true
+ - mtime: 1763100222000000000
+ path: 'System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes'
+ size: 1666
+ sdk_relative: true
+ - mtime: 1763099606000000000
+ path: 'usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 21762
+ sdk_relative: true
+ - mtime: 1762659845000000000
+ path: 'System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5515
+ sdk_relative: true
+ - mtime: 1762659885000000000
+ path: 'System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 35466
+ sdk_relative: true
+ - mtime: 1762656671000000000
+ path: 'usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 229538
+ sdk_relative: true
+ - mtime: 1763173363000000000
+ path: 'usr/lib/swift/CoreMedia.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 193271
+ sdk_relative: true
+ - mtime: 1763173953000000000
+ path: 'System/Library/Frameworks/MediaToolbox.framework/Headers/MediaToolbox.apinotes'
+ size: 215
+ sdk_relative: true
+ - mtime: 1762656838000000000
+ path: 'System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes'
+ size: 7569
+ sdk_relative: true
+ - mtime: 1763257807000000000
+ path: 'System/Library/Frameworks/AVFoundation.framework/Headers/AVFoundation.apinotes'
+ size: 101299
+ sdk_relative: true
+ - mtime: 1762659490000000000
+ path: 'usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2338
+ sdk_relative: true
+ - mtime: 1762659626000000000
+ path: 'System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes'
+ size: 37585
+ sdk_relative: true
+ - mtime: 1762659519000000000
+ path: 'usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 773
+ sdk_relative: true
+ - mtime: 1763174136000000000
+ path: 'usr/lib/swift/AVFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 107276
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/Accessibility-HOQK59DNQ56.swiftmodule b/.build/arm64-apple-macosx/release/ModuleCache/Accessibility-HOQK59DNQ56.swiftmodule
new file mode 100644
index 0000000..90b8fe0
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/ModuleCache/Accessibility-HOQK59DNQ56.swiftmodule
@@ -0,0 +1,112 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984984000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 141788
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762652847000000000
+ path: 'usr/include/ObjectiveC.apinotes'
+ size: 11147
+ sdk_relative: true
+ - mtime: 1762651179000000000
+ path: 'usr/include/Dispatch.apinotes'
+ size: 19
+ sdk_relative: true
+ - mtime: 1763527855000000000
+ path: 'System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes'
+ size: 53963
+ sdk_relative: true
+ - mtime: 1762651495000000000
+ path: 'usr/include/XPC.apinotes'
+ size: 123
+ sdk_relative: true
+ - mtime: 1762657696000000000
+ path: 'System/Library/Frameworks/Security.framework/Headers/Security.apinotes'
+ size: 162
+ sdk_relative: true
+ - mtime: 1762657676000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes'
+ size: 81098
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656630000000000
+ path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 175559
+ sdk_relative: true
+ - mtime: 1762656597000000000
+ path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 6736
+ sdk_relative: true
+ - mtime: 1762656781000000000
+ path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 60517
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 22945
+ sdk_relative: true
+ - mtime: 1762656926000000000
+ path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 48243
+ sdk_relative: true
+ - mtime: 1762657083000000000
+ path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 3684
+ sdk_relative: true
+ - mtime: 1762656121000000000
+ path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5685
+ sdk_relative: true
+ - mtime: 1762656633000000000
+ path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 97836
+ sdk_relative: true
+ - mtime: 1762657658000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1213377
+ sdk_relative: true
+ - mtime: 1763100398000000000
+ path: 'System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 91635
+ sdk_relative: true
+ - mtime: 1762659049000000000
+ path: 'System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 23357
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/AppKit-1ROQ40XI2TI54.swiftmodule b/.build/arm64-apple-macosx/release/ModuleCache/AppKit-1ROQ40XI2TI54.swiftmodule
new file mode 100644
index 0000000..110422e
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/ModuleCache/AppKit-1ROQ40XI2TI54.swiftmodule
@@ -0,0 +1,212 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767985147000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 563252
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762652847000000000
+ path: 'usr/include/ObjectiveC.apinotes'
+ size: 11147
+ sdk_relative: true
+ - mtime: 1762651179000000000
+ path: 'usr/include/Dispatch.apinotes'
+ size: 19
+ sdk_relative: true
+ - mtime: 1763527855000000000
+ path: 'System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes'
+ size: 53963
+ sdk_relative: true
+ - mtime: 1762651495000000000
+ path: 'usr/include/XPC.apinotes'
+ size: 123
+ sdk_relative: true
+ - mtime: 1762657696000000000
+ path: 'System/Library/Frameworks/Security.framework/Headers/Security.apinotes'
+ size: 162
+ sdk_relative: true
+ - mtime: 1762657676000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes'
+ size: 81098
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656630000000000
+ path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 175559
+ sdk_relative: true
+ - mtime: 1762656597000000000
+ path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 6736
+ sdk_relative: true
+ - mtime: 1762656781000000000
+ path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 60517
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 22945
+ sdk_relative: true
+ - mtime: 1762656926000000000
+ path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 48243
+ sdk_relative: true
+ - mtime: 1762657083000000000
+ path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 3684
+ sdk_relative: true
+ - mtime: 1762656121000000000
+ path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5685
+ sdk_relative: true
+ - mtime: 1762656633000000000
+ path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 97836
+ sdk_relative: true
+ - mtime: 1762657658000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1213377
+ sdk_relative: true
+ - mtime: 1763100398000000000
+ path: 'System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 91635
+ sdk_relative: true
+ - mtime: 1762659049000000000
+ path: 'System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 23357
+ sdk_relative: true
+ - mtime: 1762659781000000000
+ path: 'System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes'
+ size: 1662
+ sdk_relative: true
+ - mtime: 1763615122000000000
+ path: 'System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes'
+ size: 2012
+ sdk_relative: true
+ - mtime: 1762656322000000000
+ path: 'System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes'
+ size: 7789
+ sdk_relative: true
+ - mtime: 1761930329000000000
+ path: 'System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes'
+ size: 104226
+ sdk_relative: true
+ - mtime: 1762659626000000000
+ path: 'System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes'
+ size: 37585
+ sdk_relative: true
+ - mtime: 1762656838000000000
+ path: 'System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes'
+ size: 7569
+ sdk_relative: true
+ - mtime: 1763616286000000000
+ path: 'System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes'
+ size: 384123
+ sdk_relative: true
+ - mtime: 1763100222000000000
+ path: 'System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes'
+ size: 1666
+ sdk_relative: true
+ - mtime: 1763099606000000000
+ path: 'usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 21762
+ sdk_relative: true
+ - mtime: 1762659845000000000
+ path: 'System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5515
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/os.apinotes'
+ size: 1658
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 110947
+ sdk_relative: true
+ - mtime: 1762657804000000000
+ path: 'System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 44106
+ sdk_relative: true
+ - mtime: 1762657941000000000
+ path: 'usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 43399
+ sdk_relative: true
+ - mtime: 1762659885000000000
+ path: 'System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 35466
+ sdk_relative: true
+ - mtime: 1762659490000000000
+ path: 'usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2338
+ sdk_relative: true
+ - mtime: 1762659931000000000
+ path: 'System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24397
+ sdk_relative: true
+ - mtime: 1762659519000000000
+ path: 'usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 773
+ sdk_relative: true
+ - mtime: 1762660258000000000
+ path: 'System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 22534
+ sdk_relative: true
+ - mtime: 1762657857000000000
+ path: 'System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 7617
+ sdk_relative: true
+ - mtime: 1762659050000000000
+ path: 'System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 11442
+ sdk_relative: true
+ - mtime: 1762657871000000000
+ path: 'usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1385
+ sdk_relative: true
+ - mtime: 1762656671000000000
+ path: 'usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 229538
+ sdk_relative: true
+ - mtime: 1762660463000000000
+ path: 'System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1127055
+ sdk_relative: true
+ - mtime: 1763616422000000000
+ path: 'System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 120422
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/AudioToolbox-2491Z67TCD8MV.swiftmodule b/.build/arm64-apple-macosx/release/ModuleCache/AudioToolbox-2491Z67TCD8MV.swiftmodule
new file mode 100644
index 0000000..4853bee
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/ModuleCache/AudioToolbox-2491Z67TCD8MV.swiftmodule
@@ -0,0 +1,136 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AudioToolbox.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767985024000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AudioToolbox.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 20992
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762652847000000000
+ path: 'usr/include/ObjectiveC.apinotes'
+ size: 11147
+ sdk_relative: true
+ - mtime: 1762651179000000000
+ path: 'usr/include/Dispatch.apinotes'
+ size: 19
+ sdk_relative: true
+ - mtime: 1762659976000000000
+ path: 'System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioTypes.apinotes'
+ size: 1519
+ sdk_relative: true
+ - mtime: 1762651495000000000
+ path: 'usr/include/XPC.apinotes'
+ size: 123
+ sdk_relative: true
+ - mtime: 1762657696000000000
+ path: 'System/Library/Frameworks/Security.framework/Headers/Security.apinotes'
+ size: 162
+ sdk_relative: true
+ - mtime: 1762657676000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes'
+ size: 81098
+ sdk_relative: true
+ - mtime: 1763527855000000000
+ path: 'System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes'
+ size: 53963
+ sdk_relative: true
+ - mtime: 1762659781000000000
+ path: 'System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes'
+ size: 1662
+ sdk_relative: true
+ - mtime: 1763615122000000000
+ path: 'System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes'
+ size: 2012
+ sdk_relative: true
+ - mtime: 1762660054000000000
+ path: 'System/Library/Frameworks/AudioToolbox.framework/Headers/AudioToolbox.apinotes'
+ size: 114
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656630000000000
+ path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 175559
+ sdk_relative: true
+ - mtime: 1762656597000000000
+ path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 6736
+ sdk_relative: true
+ - mtime: 1762656781000000000
+ path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 60517
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 22945
+ sdk_relative: true
+ - mtime: 1762656926000000000
+ path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 48243
+ sdk_relative: true
+ - mtime: 1762657083000000000
+ path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 3684
+ sdk_relative: true
+ - mtime: 1762656121000000000
+ path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5685
+ sdk_relative: true
+ - mtime: 1762656633000000000
+ path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 97836
+ sdk_relative: true
+ - mtime: 1762657658000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1213377
+ sdk_relative: true
+ - mtime: 1762657813000000000
+ path: 'usr/lib/swift/CoreMIDI.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 15813
+ sdk_relative: true
+ - mtime: 1762656191000000000
+ path: 'usr/lib/swift/Synchronization.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 263626
+ sdk_relative: true
+ - mtime: 1763442692000000000
+ path: 'usr/lib/swift/CoreAudio.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 29731
+ sdk_relative: true
+ - mtime: 1762660162000000000
+ path: 'System/Library/Frameworks/AudioToolbox.framework/Modules/AudioToolbox.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 712
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/Combine-CLM2N41QP539.swiftmodule b/.build/arm64-apple-macosx/release/ModuleCache/Combine-CLM2N41QP539.swiftmodule
new file mode 100644
index 0000000..974dad3
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/ModuleCache/Combine-CLM2N41QP539.swiftmodule
@@ -0,0 +1,48 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984852000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 491804
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656630000000000
+ path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 175559
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/CoreAudio-A10RMVLRW6KL.swiftmodule b/.build/arm64-apple-macosx/release/ModuleCache/CoreAudio-A10RMVLRW6KL.swiftmodule
new file mode 100644
index 0000000..50f7122
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/ModuleCache/CoreAudio-A10RMVLRW6KL.swiftmodule
@@ -0,0 +1,112 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreAudio.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984932000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreAudio.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 122564
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762652847000000000
+ path: 'usr/include/ObjectiveC.apinotes'
+ size: 11147
+ sdk_relative: true
+ - mtime: 1762651179000000000
+ path: 'usr/include/Dispatch.apinotes'
+ size: 19
+ sdk_relative: true
+ - mtime: 1762659976000000000
+ path: 'System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioTypes.apinotes'
+ size: 1519
+ sdk_relative: true
+ - mtime: 1762651495000000000
+ path: 'usr/include/XPC.apinotes'
+ size: 123
+ sdk_relative: true
+ - mtime: 1762657696000000000
+ path: 'System/Library/Frameworks/Security.framework/Headers/Security.apinotes'
+ size: 162
+ sdk_relative: true
+ - mtime: 1762657676000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes'
+ size: 81098
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656630000000000
+ path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 175559
+ sdk_relative: true
+ - mtime: 1762656597000000000
+ path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 6736
+ sdk_relative: true
+ - mtime: 1762656781000000000
+ path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 60517
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 22945
+ sdk_relative: true
+ - mtime: 1762656926000000000
+ path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 48243
+ sdk_relative: true
+ - mtime: 1762657083000000000
+ path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 3684
+ sdk_relative: true
+ - mtime: 1762656121000000000
+ path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5685
+ sdk_relative: true
+ - mtime: 1762656633000000000
+ path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 97836
+ sdk_relative: true
+ - mtime: 1762657658000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1213377
+ sdk_relative: true
+ - mtime: 1762656191000000000
+ path: 'usr/lib/swift/Synchronization.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 263626
+ sdk_relative: true
+ - mtime: 1763442692000000000
+ path: 'usr/lib/swift/CoreAudio.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 29731
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/CoreData-UNZALBLI3ONH.swiftmodule b/.build/arm64-apple-macosx/release/ModuleCache/CoreData-UNZALBLI3ONH.swiftmodule
new file mode 100644
index 0000000..fcf7af1
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/ModuleCache/CoreData-UNZALBLI3ONH.swiftmodule
@@ -0,0 +1,116 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984936000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 116000
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656630000000000
+ path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 175559
+ sdk_relative: true
+ - mtime: 1762652847000000000
+ path: 'usr/include/ObjectiveC.apinotes'
+ size: 11147
+ sdk_relative: true
+ - mtime: 1762651179000000000
+ path: 'usr/include/Dispatch.apinotes'
+ size: 19
+ sdk_relative: true
+ - mtime: 1762651495000000000
+ path: 'usr/include/XPC.apinotes'
+ size: 123
+ sdk_relative: true
+ - mtime: 1762657696000000000
+ path: 'System/Library/Frameworks/Security.framework/Headers/Security.apinotes'
+ size: 162
+ sdk_relative: true
+ - mtime: 1762657676000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes'
+ size: 81098
+ sdk_relative: true
+ - mtime: 1762656322000000000
+ path: 'System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes'
+ size: 7789
+ sdk_relative: true
+ - mtime: 1762656597000000000
+ path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 6736
+ sdk_relative: true
+ - mtime: 1762656781000000000
+ path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 60517
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 22945
+ sdk_relative: true
+ - mtime: 1762656926000000000
+ path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 48243
+ sdk_relative: true
+ - mtime: 1762657083000000000
+ path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 3684
+ sdk_relative: true
+ - mtime: 1762656121000000000
+ path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5685
+ sdk_relative: true
+ - mtime: 1762656633000000000
+ path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 97836
+ sdk_relative: true
+ - mtime: 1762657658000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1213377
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/os.apinotes'
+ size: 1658
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 110947
+ sdk_relative: true
+ - mtime: 1762657804000000000
+ path: 'System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 44106
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/CoreFoundation-3I9GIY67LB99J.swiftmodule b/.build/arm64-apple-macosx/release/ModuleCache/CoreFoundation-3I9GIY67LB99J.swiftmodule
new file mode 100644
index 0000000..286227c
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/ModuleCache/CoreFoundation-3I9GIY67LB99J.swiftmodule
@@ -0,0 +1,68 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984868000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 178856
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762652847000000000
+ path: 'usr/include/ObjectiveC.apinotes'
+ size: 11147
+ sdk_relative: true
+ - mtime: 1762651179000000000
+ path: 'usr/include/Dispatch.apinotes'
+ size: 19
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656630000000000
+ path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 175559
+ sdk_relative: true
+ - mtime: 1762656597000000000
+ path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 6736
+ sdk_relative: true
+ - mtime: 1762656781000000000
+ path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 60517
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 22945
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/CoreGraphics-2ZZM75JAAJMBY.swiftmodule b/.build/arm64-apple-macosx/release/ModuleCache/CoreGraphics-2ZZM75JAAJMBY.swiftmodule
new file mode 100644
index 0000000..dc9e459
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/ModuleCache/CoreGraphics-2ZZM75JAAJMBY.swiftmodule
@@ -0,0 +1,108 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984937000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 317112
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762652847000000000
+ path: 'usr/include/ObjectiveC.apinotes'
+ size: 11147
+ sdk_relative: true
+ - mtime: 1762651179000000000
+ path: 'usr/include/Dispatch.apinotes'
+ size: 19
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656630000000000
+ path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 175559
+ sdk_relative: true
+ - mtime: 1762656597000000000
+ path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 6736
+ sdk_relative: true
+ - mtime: 1762656781000000000
+ path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 60517
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 22945
+ sdk_relative: true
+ - mtime: 1763527855000000000
+ path: 'System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes'
+ size: 53963
+ sdk_relative: true
+ - mtime: 1762657083000000000
+ path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 3684
+ sdk_relative: true
+ - mtime: 1762651495000000000
+ path: 'usr/include/XPC.apinotes'
+ size: 123
+ sdk_relative: true
+ - mtime: 1762657696000000000
+ path: 'System/Library/Frameworks/Security.framework/Headers/Security.apinotes'
+ size: 162
+ sdk_relative: true
+ - mtime: 1762657676000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes'
+ size: 81098
+ sdk_relative: true
+ - mtime: 1762656926000000000
+ path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 48243
+ sdk_relative: true
+ - mtime: 1762656121000000000
+ path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5685
+ sdk_relative: true
+ - mtime: 1762656633000000000
+ path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 97836
+ sdk_relative: true
+ - mtime: 1762657658000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1213377
+ sdk_relative: true
+ - mtime: 1763100398000000000
+ path: 'System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 91635
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/CoreImage-1IDF1DVENC8S7.swiftmodule b/.build/arm64-apple-macosx/release/ModuleCache/CoreImage-1IDF1DVENC8S7.swiftmodule
new file mode 100644
index 0000000..4c525b3
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/ModuleCache/CoreImage-1IDF1DVENC8S7.swiftmodule
@@ -0,0 +1,148 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767985042000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 21364
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762652847000000000
+ path: 'usr/include/ObjectiveC.apinotes'
+ size: 11147
+ sdk_relative: true
+ - mtime: 1762651179000000000
+ path: 'usr/include/Dispatch.apinotes'
+ size: 19
+ sdk_relative: true
+ - mtime: 1763527855000000000
+ path: 'System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes'
+ size: 53963
+ sdk_relative: true
+ - mtime: 1762651495000000000
+ path: 'usr/include/XPC.apinotes'
+ size: 123
+ sdk_relative: true
+ - mtime: 1762657696000000000
+ path: 'System/Library/Frameworks/Security.framework/Headers/Security.apinotes'
+ size: 162
+ sdk_relative: true
+ - mtime: 1762657676000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes'
+ size: 81098
+ sdk_relative: true
+ - mtime: 1762659781000000000
+ path: 'System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes'
+ size: 1662
+ sdk_relative: true
+ - mtime: 1763615122000000000
+ path: 'System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes'
+ size: 2012
+ sdk_relative: true
+ - mtime: 1761930329000000000
+ path: 'System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes'
+ size: 104226
+ sdk_relative: true
+ - mtime: 1762659626000000000
+ path: 'System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes'
+ size: 37585
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656630000000000
+ path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 175559
+ sdk_relative: true
+ - mtime: 1762656597000000000
+ path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 6736
+ sdk_relative: true
+ - mtime: 1762656781000000000
+ path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 60517
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 22945
+ sdk_relative: true
+ - mtime: 1762656926000000000
+ path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 48243
+ sdk_relative: true
+ - mtime: 1762657083000000000
+ path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 3684
+ sdk_relative: true
+ - mtime: 1762656121000000000
+ path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5685
+ sdk_relative: true
+ - mtime: 1762656633000000000
+ path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 97836
+ sdk_relative: true
+ - mtime: 1762657658000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1213377
+ sdk_relative: true
+ - mtime: 1762657941000000000
+ path: 'usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 43399
+ sdk_relative: true
+ - mtime: 1763100398000000000
+ path: 'System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 91635
+ sdk_relative: true
+ - mtime: 1763100222000000000
+ path: 'System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes'
+ size: 1666
+ sdk_relative: true
+ - mtime: 1763099606000000000
+ path: 'usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 21762
+ sdk_relative: true
+ - mtime: 1762659845000000000
+ path: 'System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5515
+ sdk_relative: true
+ - mtime: 1762659885000000000
+ path: 'System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 35466
+ sdk_relative: true
+ - mtime: 1762659519000000000
+ path: 'usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 773
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/CoreMIDI-5N679U61XIO5.swiftmodule b/.build/arm64-apple-macosx/release/ModuleCache/CoreMIDI-5N679U61XIO5.swiftmodule
new file mode 100644
index 0000000..62483da
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/ModuleCache/CoreMIDI-5N679U61XIO5.swiftmodule
@@ -0,0 +1,104 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreMIDI.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984930000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreMIDI.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 70136
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762652847000000000
+ path: 'usr/include/ObjectiveC.apinotes'
+ size: 11147
+ sdk_relative: true
+ - mtime: 1762651179000000000
+ path: 'usr/include/Dispatch.apinotes'
+ size: 19
+ sdk_relative: true
+ - mtime: 1762651495000000000
+ path: 'usr/include/XPC.apinotes'
+ size: 123
+ sdk_relative: true
+ - mtime: 1762657696000000000
+ path: 'System/Library/Frameworks/Security.framework/Headers/Security.apinotes'
+ size: 162
+ sdk_relative: true
+ - mtime: 1762657676000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes'
+ size: 81098
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656630000000000
+ path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 175559
+ sdk_relative: true
+ - mtime: 1762656597000000000
+ path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 6736
+ sdk_relative: true
+ - mtime: 1762656781000000000
+ path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 60517
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 22945
+ sdk_relative: true
+ - mtime: 1762656926000000000
+ path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 48243
+ sdk_relative: true
+ - mtime: 1762657083000000000
+ path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 3684
+ sdk_relative: true
+ - mtime: 1762656121000000000
+ path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5685
+ sdk_relative: true
+ - mtime: 1762656633000000000
+ path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 97836
+ sdk_relative: true
+ - mtime: 1762657658000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1213377
+ sdk_relative: true
+ - mtime: 1762657813000000000
+ path: 'usr/lib/swift/CoreMIDI.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 15813
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/CoreMedia-1834UR28SV9A.swiftmodule b/.build/arm64-apple-macosx/release/ModuleCache/CoreMedia-1834UR28SV9A.swiftmodule
new file mode 100644
index 0000000..9cc375b
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/ModuleCache/CoreMedia-1834UR28SV9A.swiftmodule
@@ -0,0 +1,164 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreMedia.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767985063000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreMedia.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 561376
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762652847000000000
+ path: 'usr/include/ObjectiveC.apinotes'
+ size: 11147
+ sdk_relative: true
+ - mtime: 1762651179000000000
+ path: 'usr/include/Dispatch.apinotes'
+ size: 19
+ sdk_relative: true
+ - mtime: 1762659976000000000
+ path: 'System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioTypes.apinotes'
+ size: 1519
+ sdk_relative: true
+ - mtime: 1762651495000000000
+ path: 'usr/include/XPC.apinotes'
+ size: 123
+ sdk_relative: true
+ - mtime: 1762657696000000000
+ path: 'System/Library/Frameworks/Security.framework/Headers/Security.apinotes'
+ size: 162
+ sdk_relative: true
+ - mtime: 1762657676000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes'
+ size: 81098
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656630000000000
+ path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 175559
+ sdk_relative: true
+ - mtime: 1762656597000000000
+ path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 6736
+ sdk_relative: true
+ - mtime: 1762656781000000000
+ path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 60517
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 22945
+ sdk_relative: true
+ - mtime: 1762656926000000000
+ path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 48243
+ sdk_relative: true
+ - mtime: 1762657083000000000
+ path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 3684
+ sdk_relative: true
+ - mtime: 1762656121000000000
+ path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5685
+ sdk_relative: true
+ - mtime: 1762656633000000000
+ path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 97836
+ sdk_relative: true
+ - mtime: 1762657658000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1213377
+ sdk_relative: true
+ - mtime: 1762656191000000000
+ path: 'usr/lib/swift/Synchronization.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 263626
+ sdk_relative: true
+ - mtime: 1763442692000000000
+ path: 'usr/lib/swift/CoreAudio.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 29731
+ sdk_relative: true
+ - mtime: 1763527855000000000
+ path: 'System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes'
+ size: 53963
+ sdk_relative: true
+ - mtime: 1762659781000000000
+ path: 'System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes'
+ size: 1662
+ sdk_relative: true
+ - mtime: 1763615122000000000
+ path: 'System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes'
+ size: 2012
+ sdk_relative: true
+ - mtime: 1761930329000000000
+ path: 'System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes'
+ size: 104226
+ sdk_relative: true
+ - mtime: 1763257499000000000
+ path: 'System/Library/Frameworks/CoreMedia.framework/Headers/CoreMedia.apinotes'
+ size: 65704
+ sdk_relative: true
+ - mtime: 1763100398000000000
+ path: 'System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 91635
+ sdk_relative: true
+ - mtime: 1762657941000000000
+ path: 'usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 43399
+ sdk_relative: true
+ - mtime: 1763100222000000000
+ path: 'System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes'
+ size: 1666
+ sdk_relative: true
+ - mtime: 1763099606000000000
+ path: 'usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 21762
+ sdk_relative: true
+ - mtime: 1762659845000000000
+ path: 'System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5515
+ sdk_relative: true
+ - mtime: 1762659885000000000
+ path: 'System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 35466
+ sdk_relative: true
+ - mtime: 1762656671000000000
+ path: 'usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 229538
+ sdk_relative: true
+ - mtime: 1763173363000000000
+ path: 'usr/lib/swift/CoreMedia.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 193271
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/CoreText-2PN6OYODU459I.swiftmodule b/.build/arm64-apple-macosx/release/ModuleCache/CoreText-2PN6OYODU459I.swiftmodule
new file mode 100644
index 0000000..bf471da
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/ModuleCache/CoreText-2PN6OYODU459I.swiftmodule
@@ -0,0 +1,124 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984982000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 43348
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762652847000000000
+ path: 'usr/include/ObjectiveC.apinotes'
+ size: 11147
+ sdk_relative: true
+ - mtime: 1762651179000000000
+ path: 'usr/include/Dispatch.apinotes'
+ size: 19
+ sdk_relative: true
+ - mtime: 1763527855000000000
+ path: 'System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes'
+ size: 53963
+ sdk_relative: true
+ - mtime: 1762659781000000000
+ path: 'System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes'
+ size: 1662
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656630000000000
+ path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 175559
+ sdk_relative: true
+ - mtime: 1762656597000000000
+ path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 6736
+ sdk_relative: true
+ - mtime: 1762656781000000000
+ path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 60517
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 22945
+ sdk_relative: true
+ - mtime: 1762657083000000000
+ path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 3684
+ sdk_relative: true
+ - mtime: 1762651495000000000
+ path: 'usr/include/XPC.apinotes'
+ size: 123
+ sdk_relative: true
+ - mtime: 1762657696000000000
+ path: 'System/Library/Frameworks/Security.framework/Headers/Security.apinotes'
+ size: 162
+ sdk_relative: true
+ - mtime: 1762657676000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes'
+ size: 81098
+ sdk_relative: true
+ - mtime: 1762656926000000000
+ path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 48243
+ sdk_relative: true
+ - mtime: 1762656121000000000
+ path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5685
+ sdk_relative: true
+ - mtime: 1762656633000000000
+ path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 97836
+ sdk_relative: true
+ - mtime: 1762657658000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1213377
+ sdk_relative: true
+ - mtime: 1763100398000000000
+ path: 'System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 91635
+ sdk_relative: true
+ - mtime: 1763100222000000000
+ path: 'System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes'
+ size: 1666
+ sdk_relative: true
+ - mtime: 1763099606000000000
+ path: 'usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 21762
+ sdk_relative: true
+ - mtime: 1762659845000000000
+ path: 'System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5515
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/CoreTransferable-2AFUSSEH6WXGY.swiftmodule b/.build/arm64-apple-macosx/release/ModuleCache/CoreTransferable-2AFUSSEH6WXGY.swiftmodule
new file mode 100644
index 0000000..a5cc310
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/ModuleCache/CoreTransferable-2AFUSSEH6WXGY.swiftmodule
@@ -0,0 +1,120 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984965000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 79064
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656630000000000
+ path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 175559
+ sdk_relative: true
+ - mtime: 1762652847000000000
+ path: 'usr/include/ObjectiveC.apinotes'
+ size: 11147
+ sdk_relative: true
+ - mtime: 1762651179000000000
+ path: 'usr/include/Dispatch.apinotes'
+ size: 19
+ sdk_relative: true
+ - mtime: 1762651495000000000
+ path: 'usr/include/XPC.apinotes'
+ size: 123
+ sdk_relative: true
+ - mtime: 1762657696000000000
+ path: 'System/Library/Frameworks/Security.framework/Headers/Security.apinotes'
+ size: 162
+ sdk_relative: true
+ - mtime: 1762657676000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes'
+ size: 81098
+ sdk_relative: true
+ - mtime: 1762656597000000000
+ path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 6736
+ sdk_relative: true
+ - mtime: 1762656781000000000
+ path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 60517
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 22945
+ sdk_relative: true
+ - mtime: 1762656926000000000
+ path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 48243
+ sdk_relative: true
+ - mtime: 1762657083000000000
+ path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 3684
+ sdk_relative: true
+ - mtime: 1762656121000000000
+ path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5685
+ sdk_relative: true
+ - mtime: 1762656633000000000
+ path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 97836
+ sdk_relative: true
+ - mtime: 1762657658000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1213377
+ sdk_relative: true
+ - mtime: 1763100222000000000
+ path: 'System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes'
+ size: 1666
+ sdk_relative: true
+ - mtime: 1763099606000000000
+ path: 'usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 21762
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/os.apinotes'
+ size: 1658
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 110947
+ sdk_relative: true
+ - mtime: 1762660258000000000
+ path: 'System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 22534
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/CoreVideo-2Z38TNJJ7L417.swiftmodule b/.build/arm64-apple-macosx/release/ModuleCache/CoreVideo-2Z38TNJJ7L417.swiftmodule
new file mode 100644
index 0000000..de50450
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/ModuleCache/CoreVideo-2Z38TNJJ7L417.swiftmodule
@@ -0,0 +1,140 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767985028000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 174804
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762652847000000000
+ path: 'usr/include/ObjectiveC.apinotes'
+ size: 11147
+ sdk_relative: true
+ - mtime: 1762651179000000000
+ path: 'usr/include/Dispatch.apinotes'
+ size: 19
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656630000000000
+ path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 175559
+ sdk_relative: true
+ - mtime: 1762656597000000000
+ path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 6736
+ sdk_relative: true
+ - mtime: 1762656781000000000
+ path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 60517
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 22945
+ sdk_relative: true
+ - mtime: 1763527855000000000
+ path: 'System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes'
+ size: 53963
+ sdk_relative: true
+ - mtime: 1762657083000000000
+ path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 3684
+ sdk_relative: true
+ - mtime: 1762651495000000000
+ path: 'usr/include/XPC.apinotes'
+ size: 123
+ sdk_relative: true
+ - mtime: 1762657696000000000
+ path: 'System/Library/Frameworks/Security.framework/Headers/Security.apinotes'
+ size: 162
+ sdk_relative: true
+ - mtime: 1762657676000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes'
+ size: 81098
+ sdk_relative: true
+ - mtime: 1762656926000000000
+ path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 48243
+ sdk_relative: true
+ - mtime: 1762656121000000000
+ path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5685
+ sdk_relative: true
+ - mtime: 1762656633000000000
+ path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 97836
+ sdk_relative: true
+ - mtime: 1762657658000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1213377
+ sdk_relative: true
+ - mtime: 1763100398000000000
+ path: 'System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 91635
+ sdk_relative: true
+ - mtime: 1762659781000000000
+ path: 'System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes'
+ size: 1662
+ sdk_relative: true
+ - mtime: 1763615122000000000
+ path: 'System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes'
+ size: 2012
+ sdk_relative: true
+ - mtime: 1761930329000000000
+ path: 'System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes'
+ size: 104226
+ sdk_relative: true
+ - mtime: 1762657941000000000
+ path: 'usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 43399
+ sdk_relative: true
+ - mtime: 1763100222000000000
+ path: 'System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes'
+ size: 1666
+ sdk_relative: true
+ - mtime: 1763099606000000000
+ path: 'usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 21762
+ sdk_relative: true
+ - mtime: 1762659845000000000
+ path: 'System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5515
+ sdk_relative: true
+ - mtime: 1762659885000000000
+ path: 'System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 35466
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/Darwin-291O9FLR68DGP.swiftmodule b/.build/arm64-apple-macosx/release/ModuleCache/Darwin-291O9FLR68DGP.swiftmodule
new file mode 100644
index 0000000..e88066d
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/ModuleCache/Darwin-291O9FLR68DGP.swiftmodule
@@ -0,0 +1,36 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984834000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 77260
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/DataDetection-3HJJJRU1969GP.swiftmodule b/.build/arm64-apple-macosx/release/ModuleCache/DataDetection-3HJJJRU1969GP.swiftmodule
new file mode 100644
index 0000000..674f10e
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/ModuleCache/DataDetection-3HJJJRU1969GP.swiftmodule
@@ -0,0 +1,104 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984955000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 50748
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762652847000000000
+ path: 'usr/include/ObjectiveC.apinotes'
+ size: 11147
+ sdk_relative: true
+ - mtime: 1762651179000000000
+ path: 'usr/include/Dispatch.apinotes'
+ size: 19
+ sdk_relative: true
+ - mtime: 1762651495000000000
+ path: 'usr/include/XPC.apinotes'
+ size: 123
+ sdk_relative: true
+ - mtime: 1762657696000000000
+ path: 'System/Library/Frameworks/Security.framework/Headers/Security.apinotes'
+ size: 162
+ sdk_relative: true
+ - mtime: 1762657676000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes'
+ size: 81098
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656630000000000
+ path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 175559
+ sdk_relative: true
+ - mtime: 1762656597000000000
+ path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 6736
+ sdk_relative: true
+ - mtime: 1762656781000000000
+ path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 60517
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 22945
+ sdk_relative: true
+ - mtime: 1762656926000000000
+ path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 48243
+ sdk_relative: true
+ - mtime: 1762657083000000000
+ path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 3684
+ sdk_relative: true
+ - mtime: 1762656121000000000
+ path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5685
+ sdk_relative: true
+ - mtime: 1762656633000000000
+ path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 97836
+ sdk_relative: true
+ - mtime: 1762657658000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1213377
+ sdk_relative: true
+ - mtime: 1762657857000000000
+ path: 'System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 7617
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/DeveloperToolsSupport-2NI1BVH4E5JKN.swiftmodule b/.build/arm64-apple-macosx/release/ModuleCache/DeveloperToolsSupport-2NI1BVH4E5JKN.swiftmodule
new file mode 100644
index 0000000..7184f94
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/ModuleCache/DeveloperToolsSupport-2NI1BVH4E5JKN.swiftmodule
@@ -0,0 +1,112 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984978000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 42676
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762652847000000000
+ path: 'usr/include/ObjectiveC.apinotes'
+ size: 11147
+ sdk_relative: true
+ - mtime: 1762651179000000000
+ path: 'usr/include/Dispatch.apinotes'
+ size: 19
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656630000000000
+ path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 175559
+ sdk_relative: true
+ - mtime: 1762656597000000000
+ path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 6736
+ sdk_relative: true
+ - mtime: 1762656781000000000
+ path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 60517
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 22945
+ sdk_relative: true
+ - mtime: 1763527855000000000
+ path: 'System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes'
+ size: 53963
+ sdk_relative: true
+ - mtime: 1762657083000000000
+ path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 3684
+ sdk_relative: true
+ - mtime: 1762651495000000000
+ path: 'usr/include/XPC.apinotes'
+ size: 123
+ sdk_relative: true
+ - mtime: 1762657696000000000
+ path: 'System/Library/Frameworks/Security.framework/Headers/Security.apinotes'
+ size: 162
+ sdk_relative: true
+ - mtime: 1762657676000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes'
+ size: 81098
+ sdk_relative: true
+ - mtime: 1762656926000000000
+ path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 48243
+ sdk_relative: true
+ - mtime: 1762656121000000000
+ path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5685
+ sdk_relative: true
+ - mtime: 1762656633000000000
+ path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 97836
+ sdk_relative: true
+ - mtime: 1762657658000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1213377
+ sdk_relative: true
+ - mtime: 1763100398000000000
+ path: 'System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 91635
+ sdk_relative: true
+ - mtime: 1762659050000000000
+ path: 'System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 11442
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/Dispatch-2NVODKRL4W03C.swiftmodule b/.build/arm64-apple-macosx/release/ModuleCache/Dispatch-2NVODKRL4W03C.swiftmodule
new file mode 100644
index 0000000..cd181b3
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/ModuleCache/Dispatch-2NVODKRL4W03C.swiftmodule
@@ -0,0 +1,64 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984861000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 210376
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656630000000000
+ path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 175559
+ sdk_relative: true
+ - mtime: 1762652847000000000
+ path: 'usr/include/ObjectiveC.apinotes'
+ size: 11147
+ sdk_relative: true
+ - mtime: 1762651179000000000
+ path: 'usr/include/Dispatch.apinotes'
+ size: 19
+ sdk_relative: true
+ - mtime: 1762656597000000000
+ path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 6736
+ sdk_relative: true
+ - mtime: 1762656781000000000
+ path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 60517
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/Foundation-8E2CXYAOJWIG.swiftmodule b/.build/arm64-apple-macosx/release/ModuleCache/Foundation-8E2CXYAOJWIG.swiftmodule
new file mode 100644
index 0000000..829d33c
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/ModuleCache/Foundation-8E2CXYAOJWIG.swiftmodule
@@ -0,0 +1,100 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984903000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 3793020
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656630000000000
+ path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 175559
+ sdk_relative: true
+ - mtime: 1762652847000000000
+ path: 'usr/include/ObjectiveC.apinotes'
+ size: 11147
+ sdk_relative: true
+ - mtime: 1762651179000000000
+ path: 'usr/include/Dispatch.apinotes'
+ size: 19
+ sdk_relative: true
+ - mtime: 1762656597000000000
+ path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 6736
+ sdk_relative: true
+ - mtime: 1762656781000000000
+ path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 60517
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 22945
+ sdk_relative: true
+ - mtime: 1762651495000000000
+ path: 'usr/include/XPC.apinotes'
+ size: 123
+ sdk_relative: true
+ - mtime: 1762657696000000000
+ path: 'System/Library/Frameworks/Security.framework/Headers/Security.apinotes'
+ size: 162
+ sdk_relative: true
+ - mtime: 1762657676000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes'
+ size: 81098
+ sdk_relative: true
+ - mtime: 1762656926000000000
+ path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 48243
+ sdk_relative: true
+ - mtime: 1762657083000000000
+ path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 3684
+ sdk_relative: true
+ - mtime: 1762656121000000000
+ path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5685
+ sdk_relative: true
+ - mtime: 1762656633000000000
+ path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 97836
+ sdk_relative: true
+ - mtime: 1762657658000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1213377
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/IOKit-3KBZEZOQ3IAXA.swiftmodule b/.build/arm64-apple-macosx/release/ModuleCache/IOKit-3KBZEZOQ3IAXA.swiftmodule
new file mode 100644
index 0000000..23c5157
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/ModuleCache/IOKit-3KBZEZOQ3IAXA.swiftmodule
@@ -0,0 +1,72 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984872000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 29712
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762652847000000000
+ path: 'usr/include/ObjectiveC.apinotes'
+ size: 11147
+ sdk_relative: true
+ - mtime: 1762651179000000000
+ path: 'usr/include/Dispatch.apinotes'
+ size: 19
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656630000000000
+ path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 175559
+ sdk_relative: true
+ - mtime: 1762656597000000000
+ path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 6736
+ sdk_relative: true
+ - mtime: 1762656781000000000
+ path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 60517
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 22945
+ sdk_relative: true
+ - mtime: 1762657083000000000
+ path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 3684
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/Metal-BC6J2J2NFNPT.swiftmodule b/.build/arm64-apple-macosx/release/ModuleCache/Metal-BC6J2J2NFNPT.swiftmodule
new file mode 100644
index 0000000..0154cf1
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/ModuleCache/Metal-BC6J2J2NFNPT.swiftmodule
@@ -0,0 +1,108 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984949000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 187336
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762652847000000000
+ path: 'usr/include/ObjectiveC.apinotes'
+ size: 11147
+ sdk_relative: true
+ - mtime: 1762651179000000000
+ path: 'usr/include/Dispatch.apinotes'
+ size: 19
+ sdk_relative: true
+ - mtime: 1762651495000000000
+ path: 'usr/include/XPC.apinotes'
+ size: 123
+ sdk_relative: true
+ - mtime: 1762657696000000000
+ path: 'System/Library/Frameworks/Security.framework/Headers/Security.apinotes'
+ size: 162
+ sdk_relative: true
+ - mtime: 1762657676000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes'
+ size: 81098
+ sdk_relative: true
+ - mtime: 1761930329000000000
+ path: 'System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes'
+ size: 104226
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656630000000000
+ path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 175559
+ sdk_relative: true
+ - mtime: 1762656597000000000
+ path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 6736
+ sdk_relative: true
+ - mtime: 1762656781000000000
+ path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 60517
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 22945
+ sdk_relative: true
+ - mtime: 1762656926000000000
+ path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 48243
+ sdk_relative: true
+ - mtime: 1762657083000000000
+ path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 3684
+ sdk_relative: true
+ - mtime: 1762656121000000000
+ path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5685
+ sdk_relative: true
+ - mtime: 1762656633000000000
+ path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 97836
+ sdk_relative: true
+ - mtime: 1762657658000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1213377
+ sdk_relative: true
+ - mtime: 1762657941000000000
+ path: 'usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 43399
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/OSLog-3I6CFPRD2R8PK.swiftmodule b/.build/arm64-apple-macosx/release/ModuleCache/OSLog-3I6CFPRD2R8PK.swiftmodule
new file mode 100644
index 0000000..0d4b6b7
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/ModuleCache/OSLog-3I6CFPRD2R8PK.swiftmodule
@@ -0,0 +1,112 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984943000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 48180
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656630000000000
+ path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 175559
+ sdk_relative: true
+ - mtime: 1762652847000000000
+ path: 'usr/include/ObjectiveC.apinotes'
+ size: 11147
+ sdk_relative: true
+ - mtime: 1762651179000000000
+ path: 'usr/include/Dispatch.apinotes'
+ size: 19
+ sdk_relative: true
+ - mtime: 1762656597000000000
+ path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 6736
+ sdk_relative: true
+ - mtime: 1762656781000000000
+ path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 60517
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 22945
+ sdk_relative: true
+ - mtime: 1762651495000000000
+ path: 'usr/include/XPC.apinotes'
+ size: 123
+ sdk_relative: true
+ - mtime: 1762657696000000000
+ path: 'System/Library/Frameworks/Security.framework/Headers/Security.apinotes'
+ size: 162
+ sdk_relative: true
+ - mtime: 1762657676000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes'
+ size: 81098
+ sdk_relative: true
+ - mtime: 1762656926000000000
+ path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 48243
+ sdk_relative: true
+ - mtime: 1762657083000000000
+ path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 3684
+ sdk_relative: true
+ - mtime: 1762656121000000000
+ path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5685
+ sdk_relative: true
+ - mtime: 1762656633000000000
+ path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 97836
+ sdk_relative: true
+ - mtime: 1762657658000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1213377
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/os.apinotes'
+ size: 1658
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 110947
+ sdk_relative: true
+ - mtime: 1762657871000000000
+ path: 'usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1385
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/ObjectiveC-2WJJSHHEL3R0P.swiftmodule b/.build/arm64-apple-macosx/release/ModuleCache/ObjectiveC-2WJJSHHEL3R0P.swiftmodule
new file mode 100644
index 0000000..87fc596
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/ModuleCache/ObjectiveC-2WJJSHHEL3R0P.swiftmodule
@@ -0,0 +1,52 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984841000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 50144
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762652847000000000
+ path: 'usr/include/ObjectiveC.apinotes'
+ size: 11147
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656597000000000
+ path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 6736
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/Observation-AG9EYUWK351W.swiftmodule b/.build/arm64-apple-macosx/release/ModuleCache/Observation-AG9EYUWK351W.swiftmodule
new file mode 100644
index 0000000..e6929ee
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/ModuleCache/Observation-AG9EYUWK351W.swiftmodule
@@ -0,0 +1,20 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984838000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 30516
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656121000000000
+ path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5685
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/QuartzCore-3A90OJCFETZHW.swiftmodule b/.build/arm64-apple-macosx/release/ModuleCache/QuartzCore-3A90OJCFETZHW.swiftmodule
new file mode 100644
index 0000000..a79ea1e
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/ModuleCache/QuartzCore-3A90OJCFETZHW.swiftmodule
@@ -0,0 +1,148 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767985040000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 29448
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656630000000000
+ path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 175559
+ sdk_relative: true
+ - mtime: 1762652847000000000
+ path: 'usr/include/ObjectiveC.apinotes'
+ size: 11147
+ sdk_relative: true
+ - mtime: 1762651179000000000
+ path: 'usr/include/Dispatch.apinotes'
+ size: 19
+ sdk_relative: true
+ - mtime: 1762656597000000000
+ path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 6736
+ sdk_relative: true
+ - mtime: 1762656781000000000
+ path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 60517
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 22945
+ sdk_relative: true
+ - mtime: 1762651495000000000
+ path: 'usr/include/XPC.apinotes'
+ size: 123
+ sdk_relative: true
+ - mtime: 1762657696000000000
+ path: 'System/Library/Frameworks/Security.framework/Headers/Security.apinotes'
+ size: 162
+ sdk_relative: true
+ - mtime: 1762657676000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes'
+ size: 81098
+ sdk_relative: true
+ - mtime: 1762656926000000000
+ path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 48243
+ sdk_relative: true
+ - mtime: 1762657083000000000
+ path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 3684
+ sdk_relative: true
+ - mtime: 1762656121000000000
+ path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5685
+ sdk_relative: true
+ - mtime: 1762656633000000000
+ path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 97836
+ sdk_relative: true
+ - mtime: 1762657658000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1213377
+ sdk_relative: true
+ - mtime: 1763527855000000000
+ path: 'System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes'
+ size: 53963
+ sdk_relative: true
+ - mtime: 1761930329000000000
+ path: 'System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes'
+ size: 104226
+ sdk_relative: true
+ - mtime: 1762659781000000000
+ path: 'System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes'
+ size: 1662
+ sdk_relative: true
+ - mtime: 1763615122000000000
+ path: 'System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes'
+ size: 2012
+ sdk_relative: true
+ - mtime: 1762656838000000000
+ path: 'System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes'
+ size: 7569
+ sdk_relative: true
+ - mtime: 1763100398000000000
+ path: 'System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 91635
+ sdk_relative: true
+ - mtime: 1762657941000000000
+ path: 'usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 43399
+ sdk_relative: true
+ - mtime: 1763100222000000000
+ path: 'System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes'
+ size: 1666
+ sdk_relative: true
+ - mtime: 1763099606000000000
+ path: 'usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 21762
+ sdk_relative: true
+ - mtime: 1762659845000000000
+ path: 'System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5515
+ sdk_relative: true
+ - mtime: 1762659885000000000
+ path: 'System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 35466
+ sdk_relative: true
+ - mtime: 1762659490000000000
+ path: 'usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2338
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/Spatial-22AE4DD8B5QXY.swiftmodule b/.build/arm64-apple-macosx/release/ModuleCache/Spatial-22AE4DD8B5QXY.swiftmodule
new file mode 100644
index 0000000..cafe649
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/ModuleCache/Spatial-22AE4DD8B5QXY.swiftmodule
@@ -0,0 +1,52 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984893000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 1220596
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656671000000000
+ path: 'usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 229538
+ sdk_relative: true
+ - mtime: 1762656853000000000
+ path: 'usr/lib/swift/Spatial.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 225279
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/Swift-3AJJN1UPT8RFK.swiftmodule b/.build/arm64-apple-macosx/release/ModuleCache/Swift-3AJJN1UPT8RFK.swiftmodule
new file mode 100644
index 0000000..f889e97
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/ModuleCache/Swift-3AJJN1UPT8RFK.swiftmodule
@@ -0,0 +1,12 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984822000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 14151824
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/SwiftUI-23SVVH8TFM3UP.swiftmodule b/.build/arm64-apple-macosx/release/ModuleCache/SwiftUI-23SVVH8TFM3UP.swiftmodule
new file mode 100644
index 0000000..09e422e
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/ModuleCache/SwiftUI-23SVVH8TFM3UP.swiftmodule
@@ -0,0 +1,220 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767985272000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 3988856
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656630000000000
+ path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 175559
+ sdk_relative: true
+ - mtime: 1762652847000000000
+ path: 'usr/include/ObjectiveC.apinotes'
+ size: 11147
+ sdk_relative: true
+ - mtime: 1762651179000000000
+ path: 'usr/include/Dispatch.apinotes'
+ size: 19
+ sdk_relative: true
+ - mtime: 1762651495000000000
+ path: 'usr/include/XPC.apinotes'
+ size: 123
+ sdk_relative: true
+ - mtime: 1762657696000000000
+ path: 'System/Library/Frameworks/Security.framework/Headers/Security.apinotes'
+ size: 162
+ sdk_relative: true
+ - mtime: 1762657676000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes'
+ size: 81098
+ sdk_relative: true
+ - mtime: 1762656322000000000
+ path: 'System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes'
+ size: 7789
+ sdk_relative: true
+ - mtime: 1762656597000000000
+ path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 6736
+ sdk_relative: true
+ - mtime: 1762656781000000000
+ path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 60517
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 22945
+ sdk_relative: true
+ - mtime: 1762656926000000000
+ path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 48243
+ sdk_relative: true
+ - mtime: 1762657083000000000
+ path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 3684
+ sdk_relative: true
+ - mtime: 1762656121000000000
+ path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5685
+ sdk_relative: true
+ - mtime: 1762656633000000000
+ path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 97836
+ sdk_relative: true
+ - mtime: 1762657658000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1213377
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/os.apinotes'
+ size: 1658
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 110947
+ sdk_relative: true
+ - mtime: 1762657804000000000
+ path: 'System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 44106
+ sdk_relative: true
+ - mtime: 1763527855000000000
+ path: 'System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes'
+ size: 53963
+ sdk_relative: true
+ - mtime: 1763100398000000000
+ path: 'System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 91635
+ sdk_relative: true
+ - mtime: 1763100222000000000
+ path: 'System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes'
+ size: 1666
+ sdk_relative: true
+ - mtime: 1763099606000000000
+ path: 'usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 21762
+ sdk_relative: true
+ - mtime: 1762660258000000000
+ path: 'System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 22534
+ sdk_relative: true
+ - mtime: 1762659050000000000
+ path: 'System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 11442
+ sdk_relative: true
+ - mtime: 1762657871000000000
+ path: 'usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1385
+ sdk_relative: true
+ - mtime: 1762656671000000000
+ path: 'usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 229538
+ sdk_relative: true
+ - mtime: 1762656853000000000
+ path: 'usr/lib/swift/Spatial.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 225279
+ sdk_relative: true
+ - mtime: 1762659781000000000
+ path: 'System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes'
+ size: 1662
+ sdk_relative: true
+ - mtime: 1763615122000000000
+ path: 'System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes'
+ size: 2012
+ sdk_relative: true
+ - mtime: 1761930329000000000
+ path: 'System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes'
+ size: 104226
+ sdk_relative: true
+ - mtime: 1762659626000000000
+ path: 'System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes'
+ size: 37585
+ sdk_relative: true
+ - mtime: 1762656838000000000
+ path: 'System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes'
+ size: 7569
+ sdk_relative: true
+ - mtime: 1763616286000000000
+ path: 'System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes'
+ size: 384123
+ sdk_relative: true
+ - mtime: 1762659049000000000
+ path: 'System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 23357
+ sdk_relative: true
+ - mtime: 1762659845000000000
+ path: 'System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5515
+ sdk_relative: true
+ - mtime: 1762657941000000000
+ path: 'usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 43399
+ sdk_relative: true
+ - mtime: 1762659885000000000
+ path: 'System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 35466
+ sdk_relative: true
+ - mtime: 1762659490000000000
+ path: 'usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2338
+ sdk_relative: true
+ - mtime: 1762659931000000000
+ path: 'System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24397
+ sdk_relative: true
+ - mtime: 1762659519000000000
+ path: 'usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 773
+ sdk_relative: true
+ - mtime: 1762657857000000000
+ path: 'System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 7617
+ sdk_relative: true
+ - mtime: 1762660463000000000
+ path: 'System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1127055
+ sdk_relative: true
+ - mtime: 1763616422000000000
+ path: 'System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 120422
+ sdk_relative: true
+ - mtime: 1762662380000000000
+ path: 'System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1546347
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/SwiftUICore-3JBYWMPC082XT.swiftmodule b/.build/arm64-apple-macosx/release/ModuleCache/SwiftUICore-3JBYWMPC082XT.swiftmodule
new file mode 100644
index 0000000..1c8f8c1
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/ModuleCache/SwiftUICore-3JBYWMPC082XT.swiftmodule
@@ -0,0 +1,184 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767985125000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 4114112
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762652847000000000
+ path: 'usr/include/ObjectiveC.apinotes'
+ size: 11147
+ sdk_relative: true
+ - mtime: 1762651179000000000
+ path: 'usr/include/Dispatch.apinotes'
+ size: 19
+ sdk_relative: true
+ - mtime: 1763527855000000000
+ path: 'System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes'
+ size: 53963
+ sdk_relative: true
+ - mtime: 1762651495000000000
+ path: 'usr/include/XPC.apinotes'
+ size: 123
+ sdk_relative: true
+ - mtime: 1762657696000000000
+ path: 'System/Library/Frameworks/Security.framework/Headers/Security.apinotes'
+ size: 162
+ sdk_relative: true
+ - mtime: 1762657676000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes'
+ size: 81098
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656630000000000
+ path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 175559
+ sdk_relative: true
+ - mtime: 1762656597000000000
+ path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 6736
+ sdk_relative: true
+ - mtime: 1762656781000000000
+ path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 60517
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 22945
+ sdk_relative: true
+ - mtime: 1762656926000000000
+ path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 48243
+ sdk_relative: true
+ - mtime: 1762657083000000000
+ path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 3684
+ sdk_relative: true
+ - mtime: 1762656121000000000
+ path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5685
+ sdk_relative: true
+ - mtime: 1762656633000000000
+ path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 97836
+ sdk_relative: true
+ - mtime: 1762657658000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1213377
+ sdk_relative: true
+ - mtime: 1763100398000000000
+ path: 'System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 91635
+ sdk_relative: true
+ - mtime: 1762659049000000000
+ path: 'System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 23357
+ sdk_relative: true
+ - mtime: 1763100222000000000
+ path: 'System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes'
+ size: 1666
+ sdk_relative: true
+ - mtime: 1763099606000000000
+ path: 'usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 21762
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/os.apinotes'
+ size: 1658
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 110947
+ sdk_relative: true
+ - mtime: 1762660258000000000
+ path: 'System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 22534
+ sdk_relative: true
+ - mtime: 1762659050000000000
+ path: 'System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 11442
+ sdk_relative: true
+ - mtime: 1762657871000000000
+ path: 'usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1385
+ sdk_relative: true
+ - mtime: 1762659781000000000
+ path: 'System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes'
+ size: 1662
+ sdk_relative: true
+ - mtime: 1761930329000000000
+ path: 'System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes'
+ size: 104226
+ sdk_relative: true
+ - mtime: 1763615122000000000
+ path: 'System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes'
+ size: 2012
+ sdk_relative: true
+ - mtime: 1762656838000000000
+ path: 'System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes'
+ size: 7569
+ sdk_relative: true
+ - mtime: 1762657941000000000
+ path: 'usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 43399
+ sdk_relative: true
+ - mtime: 1762659845000000000
+ path: 'System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5515
+ sdk_relative: true
+ - mtime: 1762659885000000000
+ path: 'System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 35466
+ sdk_relative: true
+ - mtime: 1762659490000000000
+ path: 'usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2338
+ sdk_relative: true
+ - mtime: 1762659931000000000
+ path: 'System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24397
+ sdk_relative: true
+ - mtime: 1762656671000000000
+ path: 'usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 229538
+ sdk_relative: true
+ - mtime: 1762660463000000000
+ path: 'System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1127055
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/Symbols-N3B17LUT2P84.swiftmodule b/.build/arm64-apple-macosx/release/ModuleCache/Symbols-N3B17LUT2P84.swiftmodule
new file mode 100644
index 0000000..003eb23
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/ModuleCache/Symbols-N3B17LUT2P84.swiftmodule
@@ -0,0 +1,104 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984941000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 72428
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762652847000000000
+ path: 'usr/include/ObjectiveC.apinotes'
+ size: 11147
+ sdk_relative: true
+ - mtime: 1762651179000000000
+ path: 'usr/include/Dispatch.apinotes'
+ size: 19
+ sdk_relative: true
+ - mtime: 1762651495000000000
+ path: 'usr/include/XPC.apinotes'
+ size: 123
+ sdk_relative: true
+ - mtime: 1762657696000000000
+ path: 'System/Library/Frameworks/Security.framework/Headers/Security.apinotes'
+ size: 162
+ sdk_relative: true
+ - mtime: 1762657676000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes'
+ size: 81098
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656630000000000
+ path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 175559
+ sdk_relative: true
+ - mtime: 1762656597000000000
+ path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 6736
+ sdk_relative: true
+ - mtime: 1762656781000000000
+ path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 60517
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 22945
+ sdk_relative: true
+ - mtime: 1762656926000000000
+ path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 48243
+ sdk_relative: true
+ - mtime: 1762657083000000000
+ path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 3684
+ sdk_relative: true
+ - mtime: 1762656121000000000
+ path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5685
+ sdk_relative: true
+ - mtime: 1762656633000000000
+ path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 97836
+ sdk_relative: true
+ - mtime: 1762657658000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1213377
+ sdk_relative: true
+ - mtime: 1762659931000000000
+ path: 'System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24397
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/Synchronization-CCH44QUWEVVC.swiftmodule b/.build/arm64-apple-macosx/release/ModuleCache/Synchronization-CCH44QUWEVVC.swiftmodule
new file mode 100644
index 0000000..167636f
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/ModuleCache/Synchronization-CCH44QUWEVVC.swiftmodule
@@ -0,0 +1,40 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Synchronization.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984859000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Synchronization.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 568864
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656191000000000
+ path: 'usr/lib/swift/Synchronization.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 263626
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/System-3BXY2G0Y4Y36Z.swiftmodule b/.build/arm64-apple-macosx/release/ModuleCache/System-3BXY2G0Y4Y36Z.swiftmodule
new file mode 100644
index 0000000..62518d0
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/ModuleCache/System-3BXY2G0Y4Y36Z.swiftmodule
@@ -0,0 +1,48 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984852000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 400172
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656633000000000
+ path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 97836
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/UniformTypeIdentifiers-10MBSAL0MV1TD.swiftmodule b/.build/arm64-apple-macosx/release/ModuleCache/UniformTypeIdentifiers-10MBSAL0MV1TD.swiftmodule
new file mode 100644
index 0000000..540094e
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/ModuleCache/UniformTypeIdentifiers-10MBSAL0MV1TD.swiftmodule
@@ -0,0 +1,108 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984926000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 73604
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656630000000000
+ path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 175559
+ sdk_relative: true
+ - mtime: 1762652847000000000
+ path: 'usr/include/ObjectiveC.apinotes'
+ size: 11147
+ sdk_relative: true
+ - mtime: 1762651179000000000
+ path: 'usr/include/Dispatch.apinotes'
+ size: 19
+ sdk_relative: true
+ - mtime: 1762656597000000000
+ path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 6736
+ sdk_relative: true
+ - mtime: 1762656781000000000
+ path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 60517
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 22945
+ sdk_relative: true
+ - mtime: 1762651495000000000
+ path: 'usr/include/XPC.apinotes'
+ size: 123
+ sdk_relative: true
+ - mtime: 1762657696000000000
+ path: 'System/Library/Frameworks/Security.framework/Headers/Security.apinotes'
+ size: 162
+ sdk_relative: true
+ - mtime: 1762657676000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes'
+ size: 81098
+ sdk_relative: true
+ - mtime: 1762656926000000000
+ path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 48243
+ sdk_relative: true
+ - mtime: 1762657083000000000
+ path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 3684
+ sdk_relative: true
+ - mtime: 1762656121000000000
+ path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 5685
+ sdk_relative: true
+ - mtime: 1762656633000000000
+ path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 97836
+ sdk_relative: true
+ - mtime: 1762657658000000000
+ path: 'System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1213377
+ sdk_relative: true
+ - mtime: 1763100222000000000
+ path: 'System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes'
+ size: 1666
+ sdk_relative: true
+ - mtime: 1763099606000000000
+ path: 'usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 21762
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/XPC-18LQUUVH1LCYE.swiftmodule b/.build/arm64-apple-macosx/release/ModuleCache/XPC-18LQUUVH1LCYE.swiftmodule
new file mode 100644
index 0000000..584a41c
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/ModuleCache/XPC-18LQUUVH1LCYE.swiftmodule
@@ -0,0 +1,72 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984867000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 115336
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762652847000000000
+ path: 'usr/include/ObjectiveC.apinotes'
+ size: 11147
+ sdk_relative: true
+ - mtime: 1762651179000000000
+ path: 'usr/include/Dispatch.apinotes'
+ size: 19
+ sdk_relative: true
+ - mtime: 1762651495000000000
+ path: 'usr/include/XPC.apinotes'
+ size: 123
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656630000000000
+ path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 175559
+ sdk_relative: true
+ - mtime: 1762656597000000000
+ path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 6736
+ sdk_relative: true
+ - mtime: 1762656781000000000
+ path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 60517
+ sdk_relative: true
+ - mtime: 1762656926000000000
+ path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 48243
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/_Builtin_float-JKB5YGFONNBY.swiftmodule b/.build/arm64-apple-macosx/release/ModuleCache/_Builtin_float-JKB5YGFONNBY.swiftmodule
new file mode 100644
index 0000000..0e0a159
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/ModuleCache/_Builtin_float-JKB5YGFONNBY.swiftmodule
@@ -0,0 +1,16 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984827000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 23300
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/_Concurrency-FANHPWLU7G6F.swiftmodule b/.build/arm64-apple-macosx/release/ModuleCache/_Concurrency-FANHPWLU7G6F.swiftmodule
new file mode 100644
index 0000000..1aa1354
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/ModuleCache/_Concurrency-FANHPWLU7G6F.swiftmodule
@@ -0,0 +1,16 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984836000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 746504
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/_DarwinFoundation1-3BXQATE9X413D.swiftmodule b/.build/arm64-apple-macosx/release/ModuleCache/_DarwinFoundation1-3BXQATE9X413D.swiftmodule
new file mode 100644
index 0000000..05f5d0f
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/ModuleCache/_DarwinFoundation1-3BXQATE9X413D.swiftmodule
@@ -0,0 +1,16 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984829000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 90260
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/_DarwinFoundation2-TSN52CSLWEO1.swiftmodule b/.build/arm64-apple-macosx/release/ModuleCache/_DarwinFoundation2-TSN52CSLWEO1.swiftmodule
new file mode 100644
index 0000000..54a0efb
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/ModuleCache/_DarwinFoundation2-TSN52CSLWEO1.swiftmodule
@@ -0,0 +1,24 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984830000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 22844
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/_DarwinFoundation3-2GOX52NJBS769.swiftmodule b/.build/arm64-apple-macosx/release/ModuleCache/_DarwinFoundation3-2GOX52NJBS769.swiftmodule
new file mode 100644
index 0000000..746126c
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/ModuleCache/_DarwinFoundation3-2GOX52NJBS769.swiftmodule
@@ -0,0 +1,28 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984831000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 20152
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/_StringProcessing-APODMVSX0JV9.swiftmodule b/.build/arm64-apple-macosx/release/ModuleCache/_StringProcessing-APODMVSX0JV9.swiftmodule
new file mode 100644
index 0000000..3a4bc38
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/ModuleCache/_StringProcessing-APODMVSX0JV9.swiftmodule
@@ -0,0 +1,16 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984829000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 83608
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/modules.timestamp b/.build/arm64-apple-macosx/release/ModuleCache/modules.timestamp
new file mode 100644
index 0000000..e69de29
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/os-36JHHY8RP28DK.swiftmodule b/.build/arm64-apple-macosx/release/ModuleCache/os-36JHHY8RP28DK.swiftmodule
new file mode 100644
index 0000000..e459970
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/ModuleCache/os-36JHHY8RP28DK.swiftmodule
@@ -0,0 +1,80 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984877000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 627488
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762652847000000000
+ path: 'usr/include/ObjectiveC.apinotes'
+ size: 11147
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656597000000000
+ path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 6736
+ sdk_relative: true
+ - mtime: 1762651179000000000
+ path: 'usr/include/Dispatch.apinotes'
+ size: 19
+ sdk_relative: true
+ - mtime: 1762651495000000000
+ path: 'usr/include/XPC.apinotes'
+ size: 123
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/os.apinotes'
+ size: 1658
+ sdk_relative: true
+ - mtime: 1762656630000000000
+ path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 175559
+ sdk_relative: true
+ - mtime: 1762656781000000000
+ path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 60517
+ sdk_relative: true
+ - mtime: 1762656926000000000
+ path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 48243
+ sdk_relative: true
+ - mtime: 1762656915000000000
+ path: 'usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 110947
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/release/ModuleCache/simd-27STUITMV9XEN.swiftmodule b/.build/arm64-apple-macosx/release/ModuleCache/simd-27STUITMV9XEN.swiftmodule
new file mode 100644
index 0000000..4b2d55f
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/ModuleCache/simd-27STUITMV9XEN.swiftmodule
@@ -0,0 +1,48 @@
+---
+path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-macos.swiftmodule'
+dependencies:
+ - mtime: 1767984873000000000
+ path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-macos.swiftmodule'
+ size: 973648
+ - mtime: 1762653648000000000
+ path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2258336
+ sdk_relative: true
+ - mtime: 1762655428000000000
+ path: 'usr/include/_DarwinFoundation2.apinotes'
+ size: 1145
+ sdk_relative: true
+ - mtime: 1762655457000000000
+ path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 18851
+ sdk_relative: true
+ - mtime: 1762655461000000000
+ path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 2670
+ sdk_relative: true
+ - mtime: 1762655464000000000
+ path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 1615
+ sdk_relative: true
+ - mtime: 1762654696000000000
+ path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 4356
+ sdk_relative: true
+ - mtime: 1762655473000000000
+ path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 19757
+ sdk_relative: true
+ - mtime: 1762656094000000000
+ path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 407538
+ sdk_relative: true
+ - mtime: 1762656217000000000
+ path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 24502
+ sdk_relative: true
+ - mtime: 1762656671000000000
+ path: 'usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface'
+ size: 229538
+ sdk_relative: true
+version: 1
+...
diff --git a/.build/arm64-apple-macosx/release/Modules/MiniPlayer.abi.json b/.build/arm64-apple-macosx/release/Modules/MiniPlayer.abi.json
new file mode 100644
index 0000000..d2f988e
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/Modules/MiniPlayer.abi.json
@@ -0,0 +1,9 @@
+{
+ "ABIRoot": {
+ "kind": "Root",
+ "name": "NO_MODULE",
+ "printedName": "NO_MODULE",
+ "json_format_version": 8
+ },
+ "ConstValues": []
+}
\ No newline at end of file
diff --git a/.build/arm64-apple-macosx/release/Modules/MiniPlayer.swiftdoc b/.build/arm64-apple-macosx/release/Modules/MiniPlayer.swiftdoc
new file mode 100644
index 0000000..17a6f19
Binary files /dev/null and b/.build/arm64-apple-macosx/release/Modules/MiniPlayer.swiftdoc differ
diff --git a/.build/arm64-apple-macosx/release/Modules/MiniPlayer.swiftmodule b/.build/arm64-apple-macosx/release/Modules/MiniPlayer.swiftmodule
new file mode 100644
index 0000000..0950ad3
Binary files /dev/null and b/.build/arm64-apple-macosx/release/Modules/MiniPlayer.swiftmodule differ
diff --git a/.build/arm64-apple-macosx/release/Modules/MiniPlayer.swiftsourceinfo b/.build/arm64-apple-macosx/release/Modules/MiniPlayer.swiftsourceinfo
new file mode 100644
index 0000000..9947a76
Binary files /dev/null and b/.build/arm64-apple-macosx/release/Modules/MiniPlayer.swiftsourceinfo differ
diff --git a/.build/arm64-apple-macosx/release/Modules/SwiftBricks.abi.json b/.build/arm64-apple-macosx/release/Modules/SwiftBricks.abi.json
new file mode 100644
index 0000000..d2f988e
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/Modules/SwiftBricks.abi.json
@@ -0,0 +1,9 @@
+{
+ "ABIRoot": {
+ "kind": "Root",
+ "name": "NO_MODULE",
+ "printedName": "NO_MODULE",
+ "json_format_version": 8
+ },
+ "ConstValues": []
+}
\ No newline at end of file
diff --git a/.build/arm64-apple-macosx/release/Modules/SwiftBricks.swiftdoc b/.build/arm64-apple-macosx/release/Modules/SwiftBricks.swiftdoc
new file mode 100644
index 0000000..3c9a733
Binary files /dev/null and b/.build/arm64-apple-macosx/release/Modules/SwiftBricks.swiftdoc differ
diff --git a/.build/arm64-apple-macosx/release/Modules/SwiftBricks.swiftmodule b/.build/arm64-apple-macosx/release/Modules/SwiftBricks.swiftmodule
new file mode 100644
index 0000000..8fe5ec5
Binary files /dev/null and b/.build/arm64-apple-macosx/release/Modules/SwiftBricks.swiftmodule differ
diff --git a/.build/arm64-apple-macosx/release/Modules/SwiftBricks.swiftsourceinfo b/.build/arm64-apple-macosx/release/Modules/SwiftBricks.swiftsourceinfo
new file mode 100644
index 0000000..55b1a9c
Binary files /dev/null and b/.build/arm64-apple-macosx/release/Modules/SwiftBricks.swiftsourceinfo differ
diff --git a/.build/arm64-apple-macosx/release/SwiftBricks.build/BricksView.swift.o b/.build/arm64-apple-macosx/release/SwiftBricks.build/BricksView.swift.o
new file mode 100644
index 0000000..e3d2317
Binary files /dev/null and b/.build/arm64-apple-macosx/release/SwiftBricks.build/BricksView.swift.o differ
diff --git a/.build/arm64-apple-macosx/release/SwiftBricks.build/ButtonControl.swift.o b/.build/arm64-apple-macosx/release/SwiftBricks.build/ButtonControl.swift.o
new file mode 100644
index 0000000..f2bab9a
Binary files /dev/null and b/.build/arm64-apple-macosx/release/SwiftBricks.build/ButtonControl.swift.o differ
diff --git a/.build/arm64-apple-macosx/release/SwiftBricks.build/ControlRenderer.swift.o b/.build/arm64-apple-macosx/release/SwiftBricks.build/ControlRenderer.swift.o
new file mode 100644
index 0000000..ce134d5
Binary files /dev/null and b/.build/arm64-apple-macosx/release/SwiftBricks.build/ControlRenderer.swift.o differ
diff --git a/.build/arm64-apple-macosx/release/SwiftBricks.build/Engine.swift.o b/.build/arm64-apple-macosx/release/SwiftBricks.build/Engine.swift.o
new file mode 100644
index 0000000..f9bdda1
Binary files /dev/null and b/.build/arm64-apple-macosx/release/SwiftBricks.build/Engine.swift.o differ
diff --git a/.build/arm64-apple-macosx/release/SwiftBricks.build/EventBus.swift.o b/.build/arm64-apple-macosx/release/SwiftBricks.build/EventBus.swift.o
new file mode 100644
index 0000000..d88d3cc
Binary files /dev/null and b/.build/arm64-apple-macosx/release/SwiftBricks.build/EventBus.swift.o differ
diff --git a/.build/arm64-apple-macosx/release/SwiftBricks.build/FormControl.swift.o b/.build/arm64-apple-macosx/release/SwiftBricks.build/FormControl.swift.o
new file mode 100644
index 0000000..640ec62
Binary files /dev/null and b/.build/arm64-apple-macosx/release/SwiftBricks.build/FormControl.swift.o differ
diff --git a/.build/arm64-apple-macosx/release/SwiftBricks.build/I18n.swift.o b/.build/arm64-apple-macosx/release/SwiftBricks.build/I18n.swift.o
new file mode 100644
index 0000000..cf213f2
Binary files /dev/null and b/.build/arm64-apple-macosx/release/SwiftBricks.build/I18n.swift.o differ
diff --git a/.build/arm64-apple-macosx/release/SwiftBricks.build/InputControl.swift.o b/.build/arm64-apple-macosx/release/SwiftBricks.build/InputControl.swift.o
new file mode 100644
index 0000000..9c2caa1
Binary files /dev/null and b/.build/arm64-apple-macosx/release/SwiftBricks.build/InputControl.swift.o differ
diff --git a/.build/arm64-apple-macosx/release/SwiftBricks.build/RPC.swift.o b/.build/arm64-apple-macosx/release/SwiftBricks.build/RPC.swift.o
new file mode 100644
index 0000000..18235e0
Binary files /dev/null and b/.build/arm64-apple-macosx/release/SwiftBricks.build/RPC.swift.o differ
diff --git a/.build/arm64-apple-macosx/release/SwiftBricks.build/Schema.swift.o b/.build/arm64-apple-macosx/release/SwiftBricks.build/Schema.swift.o
new file mode 100644
index 0000000..7c313e6
Binary files /dev/null and b/.build/arm64-apple-macosx/release/SwiftBricks.build/Schema.swift.o differ
diff --git a/.build/arm64-apple-macosx/release/SwiftBricks.build/Store.swift.o b/.build/arm64-apple-macosx/release/SwiftBricks.build/Store.swift.o
new file mode 100644
index 0000000..1dc2ee2
Binary files /dev/null and b/.build/arm64-apple-macosx/release/SwiftBricks.build/Store.swift.o differ
diff --git a/.build/arm64-apple-macosx/release/SwiftBricks.build/SwiftBricks.d b/.build/arm64-apple-macosx/release/SwiftBricks.build/SwiftBricks.d
new file mode 100644
index 0000000..b511fcf
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/SwiftBricks.build/SwiftBricks.d
@@ -0,0 +1,20 @@
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/ButtonControl.swift.o : /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/FormControl.swift.o : /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/InputControl.swift.o : /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/TabViewControl.swift.o : /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/TabularControl.swift.o : /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/TextControl.swift.o : /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/VBoxControl.swift.o : /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/Engine.swift.o : /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/EventBus.swift.o : /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/I18n.swift.o : /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/RPC.swift.o : /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/Schema.swift.o : /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/Store.swift.o : /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/BricksView.swift.o : /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/ControlRenderer.swift.o : /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/SwiftBricks.swift.o : /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/Modules/SwiftBricks.swiftmodule : /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/Modules/SwiftBricks.swiftdoc : /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/include/SwiftBricks-Swift.h : /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
+/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/Modules/SwiftBricks.swiftsourceinfo : /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift /Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
diff --git a/.build/arm64-apple-macosx/release/SwiftBricks.build/SwiftBricks.dia b/.build/arm64-apple-macosx/release/SwiftBricks.build/SwiftBricks.dia
new file mode 100644
index 0000000..0fee5a3
Binary files /dev/null and b/.build/arm64-apple-macosx/release/SwiftBricks.build/SwiftBricks.dia differ
diff --git a/.build/arm64-apple-macosx/release/SwiftBricks.build/SwiftBricks.swift.o b/.build/arm64-apple-macosx/release/SwiftBricks.build/SwiftBricks.swift.o
new file mode 100644
index 0000000..ddc96e2
Binary files /dev/null and b/.build/arm64-apple-macosx/release/SwiftBricks.build/SwiftBricks.swift.o differ
diff --git a/.build/arm64-apple-macosx/release/SwiftBricks.build/TabViewControl.swift.o b/.build/arm64-apple-macosx/release/SwiftBricks.build/TabViewControl.swift.o
new file mode 100644
index 0000000..b1bfe21
Binary files /dev/null and b/.build/arm64-apple-macosx/release/SwiftBricks.build/TabViewControl.swift.o differ
diff --git a/.build/arm64-apple-macosx/release/SwiftBricks.build/TabularControl.swift.o b/.build/arm64-apple-macosx/release/SwiftBricks.build/TabularControl.swift.o
new file mode 100644
index 0000000..0b5788f
Binary files /dev/null and b/.build/arm64-apple-macosx/release/SwiftBricks.build/TabularControl.swift.o differ
diff --git a/.build/arm64-apple-macosx/release/SwiftBricks.build/TextControl.swift.o b/.build/arm64-apple-macosx/release/SwiftBricks.build/TextControl.swift.o
new file mode 100644
index 0000000..ff0a8c9
Binary files /dev/null and b/.build/arm64-apple-macosx/release/SwiftBricks.build/TextControl.swift.o differ
diff --git a/.build/arm64-apple-macosx/release/SwiftBricks.build/VBoxControl.swift.o b/.build/arm64-apple-macosx/release/SwiftBricks.build/VBoxControl.swift.o
new file mode 100644
index 0000000..994036a
Binary files /dev/null and b/.build/arm64-apple-macosx/release/SwiftBricks.build/VBoxControl.swift.o differ
diff --git a/.build/arm64-apple-macosx/release/SwiftBricks.build/include/SwiftBricks-Swift.h b/.build/arm64-apple-macosx/release/SwiftBricks.build/include/SwiftBricks-Swift.h
new file mode 100644
index 0000000..92bba59
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/SwiftBricks.build/include/SwiftBricks-Swift.h
@@ -0,0 +1,311 @@
+// Generated by Apple Swift version 6.2.4 effective-5.10 (swiftlang-6.2.4.1.4 clang-1700.6.4.2)
+#ifndef SWIFTBRICKS_SWIFT_H
+#define SWIFTBRICKS_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)
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module"
+#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
+#pragma clang diagnostic pop
+#endif
+
+#if !defined(SWIFT_TYPEDEFS)
+# define SWIFT_TYPEDEFS 1
+# if __has_include()
+# include
+# elif !defined(__cplusplus)
+typedef unsigned char char8_t;
+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
+#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"
+#pragma clang diagnostic ignored "-Wunsafe-buffer-usage"
+
+#if __has_attribute(external_source_symbol)
+# pragma push_macro("any")
+# undef any
+# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="SwiftBricks",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol))
+# pragma pop_macro("any")
+#endif
+
+#if defined(__OBJC__)
+
+#endif
+#if __has_attribute(external_source_symbol)
+# pragma clang attribute pop
+#endif
+#if defined(__cplusplus)
+#endif
+#pragma clang diagnostic pop
+#endif
diff --git a/.build/arm64-apple-macosx/release/SwiftBricks.build/include/module.modulemap b/.build/arm64-apple-macosx/release/SwiftBricks.build/include/module.modulemap
new file mode 100644
index 0000000..472eb4c
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/SwiftBricks.build/include/module.modulemap
@@ -0,0 +1,3 @@
+module SwiftBricks {
+ header "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/include/SwiftBricks-Swift.h"
+}
diff --git a/.build/arm64-apple-macosx/release/SwiftBricks.build/output-file-map.json b/.build/arm64-apple-macosx/release/SwiftBricks.build/output-file-map.json
new file mode 100644
index 0000000..8849070
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/SwiftBricks.build/output-file-map.json
@@ -0,0 +1,103 @@
+{
+ "": {
+ "dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/SwiftBricks.d",
+ "object": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/SwiftBricks.o",
+ "swift-dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/master.swiftdeps"
+ },
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift": {
+ "object": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/ButtonControl.swift.o",
+ "swiftmodule": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/ButtonControl~partial.swiftmodule",
+ "swift-dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/ButtonControl.swiftdeps",
+ "diagnostics": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/ButtonControl.dia"
+ },
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift": {
+ "object": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/FormControl.swift.o",
+ "swiftmodule": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/FormControl~partial.swiftmodule",
+ "swift-dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/FormControl.swiftdeps",
+ "diagnostics": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/FormControl.dia"
+ },
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift": {
+ "object": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/InputControl.swift.o",
+ "swiftmodule": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/InputControl~partial.swiftmodule",
+ "swift-dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/InputControl.swiftdeps",
+ "diagnostics": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/InputControl.dia"
+ },
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift": {
+ "object": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/TabViewControl.swift.o",
+ "swiftmodule": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/TabViewControl~partial.swiftmodule",
+ "swift-dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/TabViewControl.swiftdeps",
+ "diagnostics": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/TabViewControl.dia"
+ },
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift": {
+ "object": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/TabularControl.swift.o",
+ "swiftmodule": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/TabularControl~partial.swiftmodule",
+ "swift-dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/TabularControl.swiftdeps",
+ "diagnostics": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/TabularControl.dia"
+ },
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift": {
+ "object": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/TextControl.swift.o",
+ "swiftmodule": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/TextControl~partial.swiftmodule",
+ "swift-dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/TextControl.swiftdeps",
+ "diagnostics": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/TextControl.dia"
+ },
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift": {
+ "object": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/VBoxControl.swift.o",
+ "swiftmodule": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/VBoxControl~partial.swiftmodule",
+ "swift-dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/VBoxControl.swiftdeps",
+ "diagnostics": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/VBoxControl.dia"
+ },
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift": {
+ "object": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/Engine.swift.o",
+ "swiftmodule": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/Engine~partial.swiftmodule",
+ "swift-dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/Engine.swiftdeps",
+ "diagnostics": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/Engine.dia"
+ },
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift": {
+ "object": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/EventBus.swift.o",
+ "swiftmodule": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/EventBus~partial.swiftmodule",
+ "swift-dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/EventBus.swiftdeps",
+ "diagnostics": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/EventBus.dia"
+ },
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift": {
+ "object": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/I18n.swift.o",
+ "swiftmodule": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/I18n~partial.swiftmodule",
+ "swift-dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/I18n.swiftdeps",
+ "diagnostics": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/I18n.dia"
+ },
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift": {
+ "object": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/RPC.swift.o",
+ "swiftmodule": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/RPC~partial.swiftmodule",
+ "swift-dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/RPC.swiftdeps",
+ "diagnostics": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/RPC.dia"
+ },
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift": {
+ "object": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/Schema.swift.o",
+ "swiftmodule": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/Schema~partial.swiftmodule",
+ "swift-dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/Schema.swiftdeps",
+ "diagnostics": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/Schema.dia"
+ },
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift": {
+ "object": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/Store.swift.o",
+ "swiftmodule": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/Store~partial.swiftmodule",
+ "swift-dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/Store.swiftdeps",
+ "diagnostics": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/Store.dia"
+ },
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift": {
+ "object": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/BricksView.swift.o",
+ "swiftmodule": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/BricksView~partial.swiftmodule",
+ "swift-dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/BricksView.swiftdeps",
+ "diagnostics": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/BricksView.dia"
+ },
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift": {
+ "object": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/ControlRenderer.swift.o",
+ "swiftmodule": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/ControlRenderer~partial.swiftmodule",
+ "swift-dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/ControlRenderer.swiftdeps",
+ "diagnostics": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/ControlRenderer.dia"
+ },
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift": {
+ "object": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/SwiftBricks.swift.o",
+ "swiftmodule": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/SwiftBricks~partial.swiftmodule",
+ "swift-dependencies": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/SwiftBricks.swiftdeps",
+ "diagnostics": "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/SwiftBricks.dia"
+ }
+}
diff --git a/.build/arm64-apple-macosx/release/SwiftBricks.build/sources b/.build/arm64-apple-macosx/release/SwiftBricks.build/sources
new file mode 100644
index 0000000..83956df
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/SwiftBricks.build/sources
@@ -0,0 +1,16 @@
+/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift
+/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift
+/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift
+/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift
+/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift
+/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift
+/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift
+/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift
+/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift
+/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift
+/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift
+/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift
+/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift
+/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift
+/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift
+/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift
diff --git a/.build/arm64-apple-macosx/release/description.json b/.build/arm64-apple-macosx/release/description.json
new file mode 100644
index 0000000..c4e3483
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/description.json
@@ -0,0 +1,803 @@
+{
+ "builtTestProducts" : [
+
+ ],
+ "copyCommands" : {
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer_MiniPlayer.bundle/player.ui" : {
+ "inputs" : [
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/Sources/Resources/player.ui"
+ }
+ ],
+ "outputs" : [
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer_MiniPlayer.bundle/player.ui"
+ }
+ ]
+ }
+ },
+ "explicitTargetDependencyImportCheckingMode" : {
+ "none" : {
+
+ }
+ },
+ "generatedSourceTargetSet" : [
+
+ ],
+ "pluginDescriptions" : [
+
+ ],
+ "swiftCommands" : {
+ "C.MiniPlayer-arm64-apple-macosx26.0-release.module" : {
+ "executable" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc",
+ "fileList" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/sources",
+ "importPath" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/Modules",
+ "inputs" : [
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/Sources/MiniPlayerApp.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/Sources/PlayerBridge.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/Sources/ProgressSlider.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/Sources/VideoPlayerView.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/DerivedSources/resource_bundle_accessor.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/swift-version--58304C5D6DBC2206.txt"
+ },
+ {
+ "kind" : "virtual",
+ "name" : ""
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/Modules/SwiftBricks.swiftmodule"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/sources"
+ }
+ ],
+ "isLibrary" : false,
+ "moduleName" : "MiniPlayer",
+ "moduleOutputPath" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/Modules/MiniPlayer.swiftmodule",
+ "objects" : [
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/MiniPlayerApp.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/PlayerBridge.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/ProgressSlider.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/VideoPlayerView.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/resource_bundle_accessor.swift.o"
+ ],
+ "otherArguments" : [
+ "-target",
+ "arm64-apple-macosx14.0",
+ "-whole-module-optimization",
+ "-num-threads",
+ "10",
+ "-serialize-diagnostics",
+ "-O",
+ "-j10",
+ "-DSWIFT_PACKAGE",
+ "-DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE",
+ "-module-cache-path",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/ModuleCache",
+ "-parseable-output",
+ "-Xfrontend",
+ "-entry-point-function-name",
+ "-Xfrontend",
+ "MiniPlayer_main",
+ "-swift-version",
+ "5",
+ "-plugin-path",
+ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing",
+ "-sdk",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk",
+ "-F",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks",
+ "-F",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks",
+ "-I",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib",
+ "-L",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib",
+ "-g",
+ "-Xcc",
+ "-isysroot",
+ "-Xcc",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk",
+ "-Xcc",
+ "-F",
+ "-Xcc",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks",
+ "-Xcc",
+ "-F",
+ "-Xcc",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks",
+ "-Xcc",
+ "-fPIC",
+ "-Xcc",
+ "-g",
+ "-package-name",
+ "miniplayer"
+ ],
+ "outputFileMapPath" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/output-file-map.json",
+ "outputs" : [
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/MiniPlayerApp.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/PlayerBridge.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/ProgressSlider.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/VideoPlayerView.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/resource_bundle_accessor.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/Modules/MiniPlayer.swiftmodule"
+ }
+ ],
+ "prepareForIndexing" : false,
+ "sources" : [
+ "/Users/ymq/swift/MiniPlayer/Sources/MiniPlayerApp.swift",
+ "/Users/ymq/swift/MiniPlayer/Sources/PlayerBridge.swift",
+ "/Users/ymq/swift/MiniPlayer/Sources/ProgressSlider.swift",
+ "/Users/ymq/swift/MiniPlayer/Sources/VideoPlayerView.swift",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/DerivedSources/resource_bundle_accessor.swift"
+ ],
+ "tempsPath" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build",
+ "wholeModuleOptimization" : true
+ },
+ "C.SwiftBricks-arm64-apple-macosx26.0-release.module" : {
+ "executable" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc",
+ "fileList" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/sources",
+ "importPath" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/Modules",
+ "inputs" : [
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/swift-version--58304C5D6DBC2206.txt"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/sources"
+ }
+ ],
+ "isLibrary" : true,
+ "moduleName" : "SwiftBricks",
+ "moduleOutputPath" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/Modules/SwiftBricks.swiftmodule",
+ "objects" : [
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/ButtonControl.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/FormControl.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/InputControl.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/TabViewControl.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/TabularControl.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/TextControl.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/VBoxControl.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/Engine.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/EventBus.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/I18n.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/RPC.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/Schema.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/Store.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/BricksView.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/ControlRenderer.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/SwiftBricks.swift.o"
+ ],
+ "otherArguments" : [
+ "-target",
+ "arm64-apple-macosx14.0",
+ "-whole-module-optimization",
+ "-num-threads",
+ "10",
+ "-serialize-diagnostics",
+ "-O",
+ "-j10",
+ "-DSWIFT_PACKAGE",
+ "-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE",
+ "-module-cache-path",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/ModuleCache",
+ "-parseable-output",
+ "-parse-as-library",
+ "-emit-objc-header",
+ "-emit-objc-header-path",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/include/SwiftBricks-Swift.h",
+ "-swift-version",
+ "5",
+ "-plugin-path",
+ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing",
+ "-sdk",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk",
+ "-F",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks",
+ "-F",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks",
+ "-I",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib",
+ "-L",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib",
+ "-g",
+ "-Xcc",
+ "-isysroot",
+ "-Xcc",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk",
+ "-Xcc",
+ "-F",
+ "-Xcc",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks",
+ "-Xcc",
+ "-F",
+ "-Xcc",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks",
+ "-Xcc",
+ "-fPIC",
+ "-Xcc",
+ "-g",
+ "-package-name",
+ "swiftbricks"
+ ],
+ "outputFileMapPath" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/output-file-map.json",
+ "outputs" : [
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/ButtonControl.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/FormControl.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/InputControl.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/TabViewControl.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/TabularControl.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/TextControl.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/VBoxControl.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/Engine.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/EventBus.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/I18n.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/RPC.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/Schema.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/Store.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/BricksView.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/ControlRenderer.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/SwiftBricks.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/Modules/SwiftBricks.swiftmodule"
+ }
+ ],
+ "prepareForIndexing" : false,
+ "sources" : [
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift"
+ ],
+ "tempsPath" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build",
+ "wholeModuleOptimization" : true
+ }
+ },
+ "swiftFrontendCommands" : {
+
+ },
+ "swiftTargetScanArgs" : {
+ "MiniPlayer" : [
+ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc",
+ "-module-name",
+ "MiniPlayer",
+ "-package-name",
+ "miniplayer",
+ "-c",
+ "/Users/ymq/swift/MiniPlayer/Sources/MiniPlayerApp.swift",
+ "/Users/ymq/swift/MiniPlayer/Sources/PlayerBridge.swift",
+ "/Users/ymq/swift/MiniPlayer/Sources/ProgressSlider.swift",
+ "/Users/ymq/swift/MiniPlayer/Sources/VideoPlayerView.swift",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/DerivedSources/resource_bundle_accessor.swift",
+ "-I",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/Modules",
+ "-target",
+ "arm64-apple-macosx14.0",
+ "-whole-module-optimization",
+ "-num-threads",
+ "10",
+ "-serialize-diagnostics",
+ "-O",
+ "-j10",
+ "-DSWIFT_PACKAGE",
+ "-DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE",
+ "-module-cache-path",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/ModuleCache",
+ "-parseable-output",
+ "-Xfrontend",
+ "-entry-point-function-name",
+ "-Xfrontend",
+ "MiniPlayer_main",
+ "-swift-version",
+ "5",
+ "-plugin-path",
+ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing",
+ "-sdk",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk",
+ "-F",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks",
+ "-F",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks",
+ "-I",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib",
+ "-L",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib",
+ "-g",
+ "-Xcc",
+ "-isysroot",
+ "-Xcc",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk",
+ "-Xcc",
+ "-F",
+ "-Xcc",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks",
+ "-Xcc",
+ "-F",
+ "-Xcc",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks",
+ "-Xcc",
+ "-fPIC",
+ "-Xcc",
+ "-g",
+ "-package-name",
+ "miniplayer",
+ "-driver-use-frontend-path",
+ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc"
+ ],
+ "SwiftBricks" : [
+ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc",
+ "-module-name",
+ "SwiftBricks",
+ "-package-name",
+ "swiftbricks",
+ "-c",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift",
+ "-I",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/Modules",
+ "-target",
+ "arm64-apple-macosx14.0",
+ "-whole-module-optimization",
+ "-num-threads",
+ "10",
+ "-serialize-diagnostics",
+ "-O",
+ "-j10",
+ "-DSWIFT_PACKAGE",
+ "-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE",
+ "-module-cache-path",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/ModuleCache",
+ "-parseable-output",
+ "-parse-as-library",
+ "-emit-objc-header",
+ "-emit-objc-header-path",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/include/SwiftBricks-Swift.h",
+ "-swift-version",
+ "5",
+ "-plugin-path",
+ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing",
+ "-sdk",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk",
+ "-F",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks",
+ "-F",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks",
+ "-I",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib",
+ "-L",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib",
+ "-g",
+ "-Xcc",
+ "-isysroot",
+ "-Xcc",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk",
+ "-Xcc",
+ "-F",
+ "-Xcc",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks",
+ "-Xcc",
+ "-F",
+ "-Xcc",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks",
+ "-Xcc",
+ "-fPIC",
+ "-Xcc",
+ "-g",
+ "-package-name",
+ "swiftbricks",
+ "-driver-use-frontend-path",
+ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc"
+ ]
+ },
+ "targetDependencyMap" : {
+ "MiniPlayer" : [
+ "SwiftBricks"
+ ],
+ "SwiftBricks" : [
+
+ ]
+ },
+ "testDiscoveryCommands" : {
+
+ },
+ "testEntryPointCommands" : {
+
+ },
+ "traitConfiguration" : {
+ "default" : {
+
+ }
+ },
+ "writeCommands" : {
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/sources" : {
+ "alwaysOutOfDate" : false,
+ "inputs" : [
+ {
+ "kind" : "virtual",
+ "name" : ""
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/Sources/MiniPlayerApp.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/Sources/PlayerBridge.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/Sources/ProgressSlider.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/Sources/VideoPlayerView.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/DerivedSources/resource_bundle_accessor.swift"
+ }
+ ],
+ "outputFilePath" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/sources"
+ },
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.product/Objects.LinkFileList" : {
+ "alwaysOutOfDate" : false,
+ "inputs" : [
+ {
+ "kind" : "virtual",
+ "name" : ""
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/MiniPlayerApp.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/PlayerBridge.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/ProgressSlider.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/VideoPlayerView.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/resource_bundle_accessor.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/BricksView.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/ButtonControl.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/ControlRenderer.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/Engine.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/EventBus.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/FormControl.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/I18n.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/InputControl.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/RPC.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/Schema.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/Store.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/SwiftBricks.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/TabViewControl.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/TabularControl.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/TextControl.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/VBoxControl.swift.o"
+ }
+ ],
+ "outputFilePath" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.product/Objects.LinkFileList"
+ },
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/sources" : {
+ "alwaysOutOfDate" : false,
+ "inputs" : [
+ {
+ "kind" : "virtual",
+ "name" : ""
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift"
+ }
+ ],
+ "outputFilePath" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/sources"
+ },
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/swift-version--58304C5D6DBC2206.txt" : {
+ "alwaysOutOfDate" : true,
+ "inputs" : [
+ {
+ "kind" : "virtual",
+ "name" : ""
+ },
+ {
+ "kind" : "file",
+ "name" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc"
+ }
+ ],
+ "outputFilePath" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/swift-version--58304C5D6DBC2206.txt"
+ }
+ }
+}
\ No newline at end of file
diff --git a/.build/arm64-apple-macosx/release/plugin-tools-description.json b/.build/arm64-apple-macosx/release/plugin-tools-description.json
new file mode 100644
index 0000000..c4e3483
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/plugin-tools-description.json
@@ -0,0 +1,803 @@
+{
+ "builtTestProducts" : [
+
+ ],
+ "copyCommands" : {
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer_MiniPlayer.bundle/player.ui" : {
+ "inputs" : [
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/Sources/Resources/player.ui"
+ }
+ ],
+ "outputs" : [
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer_MiniPlayer.bundle/player.ui"
+ }
+ ]
+ }
+ },
+ "explicitTargetDependencyImportCheckingMode" : {
+ "none" : {
+
+ }
+ },
+ "generatedSourceTargetSet" : [
+
+ ],
+ "pluginDescriptions" : [
+
+ ],
+ "swiftCommands" : {
+ "C.MiniPlayer-arm64-apple-macosx26.0-release.module" : {
+ "executable" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc",
+ "fileList" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/sources",
+ "importPath" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/Modules",
+ "inputs" : [
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/Sources/MiniPlayerApp.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/Sources/PlayerBridge.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/Sources/ProgressSlider.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/Sources/VideoPlayerView.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/DerivedSources/resource_bundle_accessor.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/swift-version--58304C5D6DBC2206.txt"
+ },
+ {
+ "kind" : "virtual",
+ "name" : ""
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/Modules/SwiftBricks.swiftmodule"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/sources"
+ }
+ ],
+ "isLibrary" : false,
+ "moduleName" : "MiniPlayer",
+ "moduleOutputPath" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/Modules/MiniPlayer.swiftmodule",
+ "objects" : [
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/MiniPlayerApp.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/PlayerBridge.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/ProgressSlider.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/VideoPlayerView.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/resource_bundle_accessor.swift.o"
+ ],
+ "otherArguments" : [
+ "-target",
+ "arm64-apple-macosx14.0",
+ "-whole-module-optimization",
+ "-num-threads",
+ "10",
+ "-serialize-diagnostics",
+ "-O",
+ "-j10",
+ "-DSWIFT_PACKAGE",
+ "-DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE",
+ "-module-cache-path",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/ModuleCache",
+ "-parseable-output",
+ "-Xfrontend",
+ "-entry-point-function-name",
+ "-Xfrontend",
+ "MiniPlayer_main",
+ "-swift-version",
+ "5",
+ "-plugin-path",
+ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing",
+ "-sdk",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk",
+ "-F",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks",
+ "-F",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks",
+ "-I",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib",
+ "-L",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib",
+ "-g",
+ "-Xcc",
+ "-isysroot",
+ "-Xcc",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk",
+ "-Xcc",
+ "-F",
+ "-Xcc",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks",
+ "-Xcc",
+ "-F",
+ "-Xcc",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks",
+ "-Xcc",
+ "-fPIC",
+ "-Xcc",
+ "-g",
+ "-package-name",
+ "miniplayer"
+ ],
+ "outputFileMapPath" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/output-file-map.json",
+ "outputs" : [
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/MiniPlayerApp.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/PlayerBridge.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/ProgressSlider.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/VideoPlayerView.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/resource_bundle_accessor.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/Modules/MiniPlayer.swiftmodule"
+ }
+ ],
+ "prepareForIndexing" : false,
+ "sources" : [
+ "/Users/ymq/swift/MiniPlayer/Sources/MiniPlayerApp.swift",
+ "/Users/ymq/swift/MiniPlayer/Sources/PlayerBridge.swift",
+ "/Users/ymq/swift/MiniPlayer/Sources/ProgressSlider.swift",
+ "/Users/ymq/swift/MiniPlayer/Sources/VideoPlayerView.swift",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/DerivedSources/resource_bundle_accessor.swift"
+ ],
+ "tempsPath" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build",
+ "wholeModuleOptimization" : true
+ },
+ "C.SwiftBricks-arm64-apple-macosx26.0-release.module" : {
+ "executable" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc",
+ "fileList" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/sources",
+ "importPath" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/Modules",
+ "inputs" : [
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/swift-version--58304C5D6DBC2206.txt"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/sources"
+ }
+ ],
+ "isLibrary" : true,
+ "moduleName" : "SwiftBricks",
+ "moduleOutputPath" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/Modules/SwiftBricks.swiftmodule",
+ "objects" : [
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/ButtonControl.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/FormControl.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/InputControl.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/TabViewControl.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/TabularControl.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/TextControl.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/VBoxControl.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/Engine.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/EventBus.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/I18n.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/RPC.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/Schema.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/Store.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/BricksView.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/ControlRenderer.swift.o",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/SwiftBricks.swift.o"
+ ],
+ "otherArguments" : [
+ "-target",
+ "arm64-apple-macosx14.0",
+ "-whole-module-optimization",
+ "-num-threads",
+ "10",
+ "-serialize-diagnostics",
+ "-O",
+ "-j10",
+ "-DSWIFT_PACKAGE",
+ "-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE",
+ "-module-cache-path",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/ModuleCache",
+ "-parseable-output",
+ "-parse-as-library",
+ "-emit-objc-header",
+ "-emit-objc-header-path",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/include/SwiftBricks-Swift.h",
+ "-swift-version",
+ "5",
+ "-plugin-path",
+ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing",
+ "-sdk",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk",
+ "-F",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks",
+ "-F",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks",
+ "-I",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib",
+ "-L",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib",
+ "-g",
+ "-Xcc",
+ "-isysroot",
+ "-Xcc",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk",
+ "-Xcc",
+ "-F",
+ "-Xcc",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks",
+ "-Xcc",
+ "-F",
+ "-Xcc",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks",
+ "-Xcc",
+ "-fPIC",
+ "-Xcc",
+ "-g",
+ "-package-name",
+ "swiftbricks"
+ ],
+ "outputFileMapPath" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/output-file-map.json",
+ "outputs" : [
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/ButtonControl.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/FormControl.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/InputControl.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/TabViewControl.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/TabularControl.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/TextControl.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/VBoxControl.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/Engine.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/EventBus.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/I18n.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/RPC.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/Schema.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/Store.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/BricksView.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/ControlRenderer.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/SwiftBricks.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/Modules/SwiftBricks.swiftmodule"
+ }
+ ],
+ "prepareForIndexing" : false,
+ "sources" : [
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift"
+ ],
+ "tempsPath" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build",
+ "wholeModuleOptimization" : true
+ }
+ },
+ "swiftFrontendCommands" : {
+
+ },
+ "swiftTargetScanArgs" : {
+ "MiniPlayer" : [
+ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc",
+ "-module-name",
+ "MiniPlayer",
+ "-package-name",
+ "miniplayer",
+ "-c",
+ "/Users/ymq/swift/MiniPlayer/Sources/MiniPlayerApp.swift",
+ "/Users/ymq/swift/MiniPlayer/Sources/PlayerBridge.swift",
+ "/Users/ymq/swift/MiniPlayer/Sources/ProgressSlider.swift",
+ "/Users/ymq/swift/MiniPlayer/Sources/VideoPlayerView.swift",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/DerivedSources/resource_bundle_accessor.swift",
+ "-I",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/Modules",
+ "-target",
+ "arm64-apple-macosx14.0",
+ "-whole-module-optimization",
+ "-num-threads",
+ "10",
+ "-serialize-diagnostics",
+ "-O",
+ "-j10",
+ "-DSWIFT_PACKAGE",
+ "-DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE",
+ "-module-cache-path",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/ModuleCache",
+ "-parseable-output",
+ "-Xfrontend",
+ "-entry-point-function-name",
+ "-Xfrontend",
+ "MiniPlayer_main",
+ "-swift-version",
+ "5",
+ "-plugin-path",
+ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing",
+ "-sdk",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk",
+ "-F",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks",
+ "-F",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks",
+ "-I",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib",
+ "-L",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib",
+ "-g",
+ "-Xcc",
+ "-isysroot",
+ "-Xcc",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk",
+ "-Xcc",
+ "-F",
+ "-Xcc",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks",
+ "-Xcc",
+ "-F",
+ "-Xcc",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks",
+ "-Xcc",
+ "-fPIC",
+ "-Xcc",
+ "-g",
+ "-package-name",
+ "miniplayer",
+ "-driver-use-frontend-path",
+ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc"
+ ],
+ "SwiftBricks" : [
+ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc",
+ "-module-name",
+ "SwiftBricks",
+ "-package-name",
+ "swiftbricks",
+ "-c",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift",
+ "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift",
+ "-I",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/Modules",
+ "-target",
+ "arm64-apple-macosx14.0",
+ "-whole-module-optimization",
+ "-num-threads",
+ "10",
+ "-serialize-diagnostics",
+ "-O",
+ "-j10",
+ "-DSWIFT_PACKAGE",
+ "-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE",
+ "-module-cache-path",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/ModuleCache",
+ "-parseable-output",
+ "-parse-as-library",
+ "-emit-objc-header",
+ "-emit-objc-header-path",
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/include/SwiftBricks-Swift.h",
+ "-swift-version",
+ "5",
+ "-plugin-path",
+ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing",
+ "-sdk",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk",
+ "-F",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks",
+ "-F",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks",
+ "-I",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib",
+ "-L",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib",
+ "-g",
+ "-Xcc",
+ "-isysroot",
+ "-Xcc",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk",
+ "-Xcc",
+ "-F",
+ "-Xcc",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks",
+ "-Xcc",
+ "-F",
+ "-Xcc",
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks",
+ "-Xcc",
+ "-fPIC",
+ "-Xcc",
+ "-g",
+ "-package-name",
+ "swiftbricks",
+ "-driver-use-frontend-path",
+ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc"
+ ]
+ },
+ "targetDependencyMap" : {
+ "MiniPlayer" : [
+ "SwiftBricks"
+ ],
+ "SwiftBricks" : [
+
+ ]
+ },
+ "testDiscoveryCommands" : {
+
+ },
+ "testEntryPointCommands" : {
+
+ },
+ "traitConfiguration" : {
+ "default" : {
+
+ }
+ },
+ "writeCommands" : {
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/sources" : {
+ "alwaysOutOfDate" : false,
+ "inputs" : [
+ {
+ "kind" : "virtual",
+ "name" : ""
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/Sources/MiniPlayerApp.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/Sources/PlayerBridge.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/Sources/ProgressSlider.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/Sources/VideoPlayerView.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/DerivedSources/resource_bundle_accessor.swift"
+ }
+ ],
+ "outputFilePath" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/sources"
+ },
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.product/Objects.LinkFileList" : {
+ "alwaysOutOfDate" : false,
+ "inputs" : [
+ {
+ "kind" : "virtual",
+ "name" : ""
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/MiniPlayerApp.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/PlayerBridge.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/ProgressSlider.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/VideoPlayerView.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/resource_bundle_accessor.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/BricksView.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/ButtonControl.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/ControlRenderer.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/Engine.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/EventBus.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/FormControl.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/I18n.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/InputControl.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/RPC.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/Schema.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/Store.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/SwiftBricks.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/TabViewControl.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/TabularControl.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/TextControl.swift.o"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/VBoxControl.swift.o"
+ }
+ ],
+ "outputFilePath" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.product/Objects.LinkFileList"
+ },
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/sources" : {
+ "alwaysOutOfDate" : false,
+ "inputs" : [
+ {
+ "kind" : "virtual",
+ "name" : ""
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift"
+ },
+ {
+ "kind" : "file",
+ "name" : "/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift"
+ }
+ ],
+ "outputFilePath" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/sources"
+ },
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/swift-version--58304C5D6DBC2206.txt" : {
+ "alwaysOutOfDate" : true,
+ "inputs" : [
+ {
+ "kind" : "virtual",
+ "name" : ""
+ },
+ {
+ "kind" : "file",
+ "name" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc"
+ }
+ ],
+ "outputFilePath" : "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/swift-version--58304C5D6DBC2206.txt"
+ }
+ }
+}
\ No newline at end of file
diff --git a/.build/arm64-apple-macosx/release/swift-version--58304C5D6DBC2206.txt b/.build/arm64-apple-macosx/release/swift-version--58304C5D6DBC2206.txt
new file mode 100644
index 0000000..3b2db76
--- /dev/null
+++ b/.build/arm64-apple-macosx/release/swift-version--58304C5D6DBC2206.txt
@@ -0,0 +1,2 @@
+Apple Swift version 6.2.4 (swiftlang-6.2.4.1.4 clang-1700.6.4.2)
+Target: arm64-apple-macosx26.0
diff --git a/.build/build.db b/.build/build.db
new file mode 100644
index 0000000..1bc9a34
Binary files /dev/null and b/.build/build.db differ
diff --git a/.build/debug b/.build/debug
new file mode 120000
index 0000000..9733fca
--- /dev/null
+++ b/.build/debug
@@ -0,0 +1 @@
+arm64-apple-macosx/debug
\ No newline at end of file
diff --git a/.build/debug.yaml b/.build/debug.yaml
new file mode 100644
index 0000000..05cf761
--- /dev/null
+++ b/.build/debug.yaml
@@ -0,0 +1,111 @@
+client:
+ name: basic
+ file-system: device-agnostic
+tools: {}
+targets:
+ "MiniPlayer-arm64-apple-macosx26.0-debug.exe": [""]
+ "MiniPlayer-arm64-apple-macosx26.0-debug.module": [""]
+ "PackageStructure": [""]
+ "SwiftBricks-arm64-apple-macosx26.0-debug.module": [""]
+ "main": ["",""]
+ "test": ["",""]
+default: "main"
+nodes:
+ "/Users/ymq/swift/MiniPlayer/Sources/":
+ is-directory-structure: true
+ content-exclusion-patterns: [".git",".build"]
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer":
+ is-mutated: true
+commands:
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer-entitlement.plist":
+ tool: write-auxiliary-file
+ inputs: ["",""]
+ outputs: ["/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer-entitlement.plist"]
+ description: "Write auxiliary file /Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer-entitlement.plist"
+
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/sources":
+ tool: write-auxiliary-file
+ inputs: ["","/Users/ymq/swift/MiniPlayer/Sources/MiniPlayerApp.swift","/Users/ymq/swift/MiniPlayer/Sources/PlayerBridge.swift","/Users/ymq/swift/MiniPlayer/Sources/ProgressSlider.swift","/Users/ymq/swift/MiniPlayer/Sources/VideoPlayerView.swift","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/DerivedSources/resource_bundle_accessor.swift"]
+ outputs: ["/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/sources"]
+ description: "Write auxiliary file /Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/sources"
+
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.product/Objects.LinkFileList":
+ tool: write-auxiliary-file
+ inputs: ["","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/MiniPlayerApp.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/PlayerBridge.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/ProgressSlider.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/VideoPlayerView.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/resource_bundle_accessor.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/BricksView.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/ButtonControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/ControlRenderer.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/Engine.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/EventBus.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/FormControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/I18n.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/InputControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/RPC.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/Schema.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/Store.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/SwiftBricks.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/TabViewControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/TabularControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/TextControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/VBoxControl.swift.o"]
+ outputs: ["/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.product/Objects.LinkFileList"]
+ description: "Write auxiliary file /Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.product/Objects.LinkFileList"
+
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer_MiniPlayer.bundle/Resources":
+ tool: copy-tool
+ inputs: ["/Users/ymq/swift/MiniPlayer/Sources/Resources/"]
+ outputs: ["/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer_MiniPlayer.bundle/Resources/"]
+ description: "Copying /Users/ymq/swift/MiniPlayer/Sources/Resources"
+
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/sources":
+ tool: write-auxiliary-file
+ inputs: ["","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift"]
+ outputs: ["/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/sources"]
+ description: "Write auxiliary file /Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/sources"
+
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt":
+ tool: write-auxiliary-file
+ inputs: ["","/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc"]
+ outputs: ["/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt"]
+ always-out-of-date: "true"
+ description: "Write auxiliary file /Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt"
+
+ "":
+ tool: phony
+ inputs: [""]
+ outputs: [""]
+
+ "":
+ tool: phony
+ inputs: ["/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/MiniPlayerApp.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/PlayerBridge.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/ProgressSlider.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/VideoPlayerView.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/resource_bundle_accessor.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/Modules/MiniPlayer.swiftmodule"]
+ outputs: [""]
+
+ "":
+ tool: phony
+ inputs: ["/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/ButtonControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/FormControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/InputControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/TabViewControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/TabularControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/TextControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/VBoxControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/Engine.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/EventBus.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/I18n.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/RPC.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/Schema.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/Store.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/BricksView.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/ControlRenderer.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/SwiftBricks.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/Modules/SwiftBricks.swiftmodule"]
+ outputs: [""]
+
+ "C.MiniPlayer-arm64-apple-macosx26.0-debug.exe":
+ tool: shell
+ inputs: ["/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/MiniPlayerApp.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/PlayerBridge.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/ProgressSlider.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/VideoPlayerView.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/resource_bundle_accessor.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/BricksView.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/ButtonControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/ControlRenderer.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/Engine.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/EventBus.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/FormControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/I18n.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/InputControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/RPC.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/Schema.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/Store.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/SwiftBricks.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/TabViewControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/TabularControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/TextControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/VBoxControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.product/Objects.LinkFileList"]
+ outputs: ["/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer"]
+ description: "Linking ./.build/arm64-apple-macosx/debug/MiniPlayer"
+ args: ["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc","-L","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug","-o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer","-module-name","MiniPlayer","-Xlinker","-no_warn_duplicate_libraries","-emit-executable","-Xlinker","-alias","-Xlinker","_MiniPlayer_main","-Xlinker","_main","-Xlinker","-rpath","-Xlinker","@loader_path","@/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.product/Objects.LinkFileList","-Xlinker","-rpath","-Xlinker","/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift-6.2/macosx","-target","arm64-apple-macosx14.0","-Xlinker","-add_ast_path","-Xlinker","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/Modules/MiniPlayer.swiftmodule","-Xlinker","-add_ast_path","-Xlinker","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/Modules/SwiftBricks.swiftmodule","-plugin-path","/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing","-sdk","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk","-F","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks","-F","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks","-I","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-L","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-g"]
+
+ "C.MiniPlayer-arm64-apple-macosx26.0-debug.exe-entitlements":
+ tool: shell
+ inputs: ["/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer-entitlement.plist"]
+ outputs: [""]
+ description: "Applying debug entitlements to ./.build/arm64-apple-macosx/debug/MiniPlayer"
+ args: ["codesign","--force","--sign","-","--entitlements","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer-entitlement.plist","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer"]
+
+ "C.MiniPlayer-arm64-apple-macosx26.0-debug.module":
+ tool: shell
+ inputs: ["/Users/ymq/swift/MiniPlayer/Sources/MiniPlayerApp.swift","/Users/ymq/swift/MiniPlayer/Sources/PlayerBridge.swift","/Users/ymq/swift/MiniPlayer/Sources/ProgressSlider.swift","/Users/ymq/swift/MiniPlayer/Sources/VideoPlayerView.swift","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/DerivedSources/resource_bundle_accessor.swift","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt","","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/Modules/SwiftBricks.swiftmodule","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/sources"]
+ outputs: ["/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/MiniPlayerApp.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/PlayerBridge.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/ProgressSlider.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/VideoPlayerView.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/resource_bundle_accessor.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/Modules/MiniPlayer.swiftmodule"]
+ description: "Compiling Swift Module 'MiniPlayer' (5 sources)"
+ args: ["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc","-module-name","MiniPlayer","-emit-dependencies","-emit-module","-emit-module-path","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/Modules/MiniPlayer.swiftmodule","-output-file-map","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/output-file-map.json","-incremental","-c","@/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer.build/sources","-I","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/Modules","-target","arm64-apple-macosx14.0","-incremental","-enable-batch-mode","-serialize-diagnostics","-index-store-path","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/index/store","-Onone","-enable-testing","-j10","-DSWIFT_PACKAGE","-DDEBUG","-DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE","-module-cache-path","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/ModuleCache","-parseable-output","-Xfrontend","-entry-point-function-name","-Xfrontend","MiniPlayer_main","-swift-version","5","-plugin-path","/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing","-sdk","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk","-F","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks","-F","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks","-I","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-L","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-g","-Xcc","-isysroot","-Xcc","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk","-Xcc","-F","-Xcc","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks","-Xcc","-F","-Xcc","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks","-Xcc","-fPIC","-Xcc","-g","-package-name","miniplayer"]
+
+ "C.SwiftBricks-arm64-apple-macosx26.0-debug.module":
+ tool: shell
+ inputs: ["/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/sources"]
+ outputs: ["/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/ButtonControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/FormControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/InputControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/TabViewControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/TabularControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/TextControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/VBoxControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/Engine.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/EventBus.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/I18n.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/RPC.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/Schema.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/Store.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/BricksView.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/ControlRenderer.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/SwiftBricks.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/Modules/SwiftBricks.swiftmodule"]
+ description: "Compiling Swift Module 'SwiftBricks' (16 sources)"
+ args: ["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc","-module-name","SwiftBricks","-emit-dependencies","-emit-module","-emit-module-path","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/Modules/SwiftBricks.swiftmodule","-output-file-map","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/output-file-map.json","-parse-as-library","-incremental","-c","@/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/sources","-I","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/Modules","-target","arm64-apple-macosx14.0","-incremental","-enable-batch-mode","-serialize-diagnostics","-index-store-path","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/index/store","-Onone","-enable-testing","-j10","-DSWIFT_PACKAGE","-DDEBUG","-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE","-module-cache-path","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/ModuleCache","-parseable-output","-parse-as-library","-emit-objc-header","-emit-objc-header-path","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/SwiftBricks.build/include/SwiftBricks-Swift.h","-swift-version","5","-plugin-path","/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing","-sdk","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk","-F","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks","-F","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks","-I","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-L","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-g","-Xcc","-isysroot","-Xcc","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk","-Xcc","-F","-Xcc","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks","-Xcc","-F","-Xcc","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks","-Xcc","-fPIC","-Xcc","-g","-package-name","swiftbricks"]
+
+ "MiniPlayer-arm64-apple-macosx26.0-debug.module-resources":
+ tool: phony
+ inputs: ["/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/debug/MiniPlayer_MiniPlayer.bundle/Resources/"]
+ outputs: [""]
+
+ "PackageStructure":
+ tool: package-structure-tool
+ inputs: ["/Users/ymq/swift/MiniPlayer/Sources/","/Users/ymq/swift/MiniPlayer/Package.swift","/Users/ymq/swift/MiniPlayer/Package.resolved"]
+ outputs: [""]
+ description: "Planning build"
+ allow-missing-inputs: true
+
diff --git a/.build/plugin-tools.yaml b/.build/plugin-tools.yaml
new file mode 100644
index 0000000..1d88add
--- /dev/null
+++ b/.build/plugin-tools.yaml
@@ -0,0 +1,96 @@
+client:
+ name: basic
+ file-system: device-agnostic
+tools: {}
+targets:
+ "MiniPlayer-arm64-apple-macosx26.0-release.exe": [""]
+ "MiniPlayer-arm64-apple-macosx26.0-release.module": [""]
+ "PackageStructure": [""]
+ "SwiftBricks-arm64-apple-macosx26.0-release.module": [""]
+ "main": ["",""]
+ "test": ["",""]
+default: "main"
+nodes:
+ "/Users/ymq/swift/MiniPlayer/Sources/":
+ is-directory-structure: true
+ content-exclusion-patterns: [".git",".build"]
+commands:
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/sources":
+ tool: write-auxiliary-file
+ inputs: ["","/Users/ymq/swift/MiniPlayer/Sources/MiniPlayerApp.swift","/Users/ymq/swift/MiniPlayer/Sources/PlayerBridge.swift","/Users/ymq/swift/MiniPlayer/Sources/ProgressSlider.swift","/Users/ymq/swift/MiniPlayer/Sources/VideoPlayerView.swift","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/DerivedSources/resource_bundle_accessor.swift"]
+ outputs: ["/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/sources"]
+ description: "Write auxiliary file /Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/sources"
+
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.product/Objects.LinkFileList":
+ tool: write-auxiliary-file
+ inputs: ["","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/MiniPlayerApp.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/PlayerBridge.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/ProgressSlider.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/VideoPlayerView.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/resource_bundle_accessor.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/BricksView.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/ButtonControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/ControlRenderer.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/Engine.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/EventBus.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/FormControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/I18n.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/InputControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/RPC.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/Schema.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/Store.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/SwiftBricks.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/TabViewControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/TabularControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/TextControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/VBoxControl.swift.o"]
+ outputs: ["/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.product/Objects.LinkFileList"]
+ description: "Write auxiliary file /Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.product/Objects.LinkFileList"
+
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer_MiniPlayer.bundle/player.ui":
+ tool: copy-tool
+ inputs: ["/Users/ymq/swift/MiniPlayer/Sources/Resources/player.ui"]
+ outputs: ["/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer_MiniPlayer.bundle/player.ui"]
+ description: "Copying /Users/ymq/swift/MiniPlayer/Sources/Resources/player.ui"
+
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/sources":
+ tool: write-auxiliary-file
+ inputs: ["","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift"]
+ outputs: ["/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/sources"]
+ description: "Write auxiliary file /Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/sources"
+
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/swift-version--58304C5D6DBC2206.txt":
+ tool: write-auxiliary-file
+ inputs: ["","/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc"]
+ outputs: ["/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/swift-version--58304C5D6DBC2206.txt"]
+ always-out-of-date: "true"
+ description: "Write auxiliary file /Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/swift-version--58304C5D6DBC2206.txt"
+
+ "":
+ tool: phony
+ inputs: ["/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer"]
+ outputs: [""]
+
+ "":
+ tool: phony
+ inputs: ["/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/MiniPlayerApp.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/PlayerBridge.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/ProgressSlider.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/VideoPlayerView.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/resource_bundle_accessor.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/Modules/MiniPlayer.swiftmodule"]
+ outputs: [""]
+
+ "":
+ tool: phony
+ inputs: ["/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/ButtonControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/FormControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/InputControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/TabViewControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/TabularControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/TextControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/VBoxControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/Engine.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/EventBus.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/I18n.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/RPC.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/Schema.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/Store.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/BricksView.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/ControlRenderer.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/SwiftBricks.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/Modules/SwiftBricks.swiftmodule"]
+ outputs: [""]
+
+ "C.MiniPlayer-arm64-apple-macosx26.0-release.exe":
+ tool: shell
+ inputs: ["/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/MiniPlayerApp.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/PlayerBridge.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/ProgressSlider.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/VideoPlayerView.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/resource_bundle_accessor.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/BricksView.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/ButtonControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/ControlRenderer.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/Engine.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/EventBus.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/FormControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/I18n.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/InputControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/RPC.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/Schema.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/Store.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/SwiftBricks.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/TabViewControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/TabularControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/TextControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/VBoxControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.product/Objects.LinkFileList"]
+ outputs: ["/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer"]
+ description: "Linking ./.build/arm64-apple-macosx/release/MiniPlayer"
+ args: ["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc","-L","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release","-o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer","-module-name","MiniPlayer","-Xlinker","-no_warn_duplicate_libraries","-emit-executable","-Xlinker","-dead_strip","-Xlinker","-alias","-Xlinker","_MiniPlayer_main","-Xlinker","_main","-Xlinker","-rpath","-Xlinker","@loader_path","@/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.product/Objects.LinkFileList","-Xlinker","-rpath","-Xlinker","/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift-6.2/macosx","-target","arm64-apple-macosx14.0","-plugin-path","/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing","-sdk","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk","-F","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks","-F","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks","-I","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-L","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-g"]
+
+ "C.MiniPlayer-arm64-apple-macosx26.0-release.module":
+ tool: shell
+ inputs: ["/Users/ymq/swift/MiniPlayer/Sources/MiniPlayerApp.swift","/Users/ymq/swift/MiniPlayer/Sources/PlayerBridge.swift","/Users/ymq/swift/MiniPlayer/Sources/ProgressSlider.swift","/Users/ymq/swift/MiniPlayer/Sources/VideoPlayerView.swift","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/DerivedSources/resource_bundle_accessor.swift","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/swift-version--58304C5D6DBC2206.txt","","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/Modules/SwiftBricks.swiftmodule","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/sources"]
+ outputs: ["/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/MiniPlayerApp.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/PlayerBridge.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/ProgressSlider.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/VideoPlayerView.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/resource_bundle_accessor.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/Modules/MiniPlayer.swiftmodule"]
+ description: "Compiling Swift Module 'MiniPlayer' (5 sources)"
+ args: ["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc","-module-name","MiniPlayer","-emit-dependencies","-emit-module","-emit-module-path","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/Modules/MiniPlayer.swiftmodule","-output-file-map","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/output-file-map.json","-whole-module-optimization","-num-threads","10","-c","@/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/sources","-I","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/Modules","-target","arm64-apple-macosx14.0","-whole-module-optimization","-num-threads","10","-serialize-diagnostics","-O","-j10","-DSWIFT_PACKAGE","-DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE","-module-cache-path","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/ModuleCache","-parseable-output","-Xfrontend","-entry-point-function-name","-Xfrontend","MiniPlayer_main","-swift-version","5","-plugin-path","/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing","-sdk","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk","-F","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks","-F","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks","-I","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-L","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-g","-Xcc","-isysroot","-Xcc","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk","-Xcc","-F","-Xcc","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks","-Xcc","-F","-Xcc","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks","-Xcc","-fPIC","-Xcc","-g","-package-name","miniplayer"]
+
+ "C.SwiftBricks-arm64-apple-macosx26.0-release.module":
+ tool: shell
+ inputs: ["/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/swift-version--58304C5D6DBC2206.txt","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/sources"]
+ outputs: ["/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/ButtonControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/FormControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/InputControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/TabViewControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/TabularControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/TextControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/VBoxControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/Engine.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/EventBus.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/I18n.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/RPC.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/Schema.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/Store.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/BricksView.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/ControlRenderer.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/SwiftBricks.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/Modules/SwiftBricks.swiftmodule"]
+ description: "Compiling Swift Module 'SwiftBricks' (16 sources)"
+ args: ["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc","-module-name","SwiftBricks","-emit-dependencies","-emit-module","-emit-module-path","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/Modules/SwiftBricks.swiftmodule","-output-file-map","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/output-file-map.json","-parse-as-library","-whole-module-optimization","-num-threads","10","-c","@/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/sources","-I","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/Modules","-target","arm64-apple-macosx14.0","-whole-module-optimization","-num-threads","10","-serialize-diagnostics","-O","-j10","-DSWIFT_PACKAGE","-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE","-module-cache-path","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/ModuleCache","-parseable-output","-parse-as-library","-emit-objc-header","-emit-objc-header-path","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/include/SwiftBricks-Swift.h","-swift-version","5","-plugin-path","/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing","-sdk","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk","-F","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks","-F","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks","-I","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-L","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-g","-Xcc","-isysroot","-Xcc","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk","-Xcc","-F","-Xcc","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks","-Xcc","-F","-Xcc","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks","-Xcc","-fPIC","-Xcc","-g","-package-name","swiftbricks"]
+
+ "MiniPlayer-arm64-apple-macosx26.0-release.module-resources":
+ tool: phony
+ inputs: ["/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer_MiniPlayer.bundle/player.ui"]
+ outputs: [""]
+
+ "PackageStructure":
+ tool: package-structure-tool
+ inputs: ["/Users/ymq/swift/MiniPlayer/Sources/","/Users/ymq/swift/MiniPlayer/Package.swift","/Users/ymq/swift/MiniPlayer/Package.resolved"]
+ outputs: [""]
+ description: "Planning build"
+ allow-missing-inputs: true
+
diff --git a/.build/release b/.build/release
new file mode 120000
index 0000000..436899f
--- /dev/null
+++ b/.build/release
@@ -0,0 +1 @@
+arm64-apple-macosx/release
\ No newline at end of file
diff --git a/.build/release.yaml b/.build/release.yaml
new file mode 100644
index 0000000..1d88add
--- /dev/null
+++ b/.build/release.yaml
@@ -0,0 +1,96 @@
+client:
+ name: basic
+ file-system: device-agnostic
+tools: {}
+targets:
+ "MiniPlayer-arm64-apple-macosx26.0-release.exe": [""]
+ "MiniPlayer-arm64-apple-macosx26.0-release.module": [""]
+ "PackageStructure": [""]
+ "SwiftBricks-arm64-apple-macosx26.0-release.module": [""]
+ "main": ["",""]
+ "test": ["",""]
+default: "main"
+nodes:
+ "/Users/ymq/swift/MiniPlayer/Sources/":
+ is-directory-structure: true
+ content-exclusion-patterns: [".git",".build"]
+commands:
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/sources":
+ tool: write-auxiliary-file
+ inputs: ["","/Users/ymq/swift/MiniPlayer/Sources/MiniPlayerApp.swift","/Users/ymq/swift/MiniPlayer/Sources/PlayerBridge.swift","/Users/ymq/swift/MiniPlayer/Sources/ProgressSlider.swift","/Users/ymq/swift/MiniPlayer/Sources/VideoPlayerView.swift","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/DerivedSources/resource_bundle_accessor.swift"]
+ outputs: ["/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/sources"]
+ description: "Write auxiliary file /Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/sources"
+
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.product/Objects.LinkFileList":
+ tool: write-auxiliary-file
+ inputs: ["","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/MiniPlayerApp.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/PlayerBridge.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/ProgressSlider.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/VideoPlayerView.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/resource_bundle_accessor.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/BricksView.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/ButtonControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/ControlRenderer.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/Engine.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/EventBus.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/FormControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/I18n.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/InputControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/RPC.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/Schema.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/Store.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/SwiftBricks.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/TabViewControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/TabularControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/TextControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/VBoxControl.swift.o"]
+ outputs: ["/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.product/Objects.LinkFileList"]
+ description: "Write auxiliary file /Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.product/Objects.LinkFileList"
+
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer_MiniPlayer.bundle/player.ui":
+ tool: copy-tool
+ inputs: ["/Users/ymq/swift/MiniPlayer/Sources/Resources/player.ui"]
+ outputs: ["/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer_MiniPlayer.bundle/player.ui"]
+ description: "Copying /Users/ymq/swift/MiniPlayer/Sources/Resources/player.ui"
+
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/sources":
+ tool: write-auxiliary-file
+ inputs: ["","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift"]
+ outputs: ["/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/sources"]
+ description: "Write auxiliary file /Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/sources"
+
+ "/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/swift-version--58304C5D6DBC2206.txt":
+ tool: write-auxiliary-file
+ inputs: ["","/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc"]
+ outputs: ["/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/swift-version--58304C5D6DBC2206.txt"]
+ always-out-of-date: "true"
+ description: "Write auxiliary file /Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/swift-version--58304C5D6DBC2206.txt"
+
+ "":
+ tool: phony
+ inputs: ["/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer"]
+ outputs: [""]
+
+ "":
+ tool: phony
+ inputs: ["/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/MiniPlayerApp.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/PlayerBridge.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/ProgressSlider.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/VideoPlayerView.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/resource_bundle_accessor.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/Modules/MiniPlayer.swiftmodule"]
+ outputs: [""]
+
+ "":
+ tool: phony
+ inputs: ["/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/ButtonControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/FormControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/InputControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/TabViewControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/TabularControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/TextControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/VBoxControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/Engine.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/EventBus.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/I18n.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/RPC.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/Schema.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/Store.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/BricksView.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/ControlRenderer.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/SwiftBricks.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/Modules/SwiftBricks.swiftmodule"]
+ outputs: [""]
+
+ "C.MiniPlayer-arm64-apple-macosx26.0-release.exe":
+ tool: shell
+ inputs: ["/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/MiniPlayerApp.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/PlayerBridge.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/ProgressSlider.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/VideoPlayerView.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/resource_bundle_accessor.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/BricksView.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/ButtonControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/ControlRenderer.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/Engine.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/EventBus.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/FormControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/I18n.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/InputControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/RPC.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/Schema.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/Store.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/SwiftBricks.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/TabViewControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/TabularControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/TextControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/VBoxControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.product/Objects.LinkFileList"]
+ outputs: ["/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer"]
+ description: "Linking ./.build/arm64-apple-macosx/release/MiniPlayer"
+ args: ["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc","-L","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release","-o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer","-module-name","MiniPlayer","-Xlinker","-no_warn_duplicate_libraries","-emit-executable","-Xlinker","-dead_strip","-Xlinker","-alias","-Xlinker","_MiniPlayer_main","-Xlinker","_main","-Xlinker","-rpath","-Xlinker","@loader_path","@/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.product/Objects.LinkFileList","-Xlinker","-rpath","-Xlinker","/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift-6.2/macosx","-target","arm64-apple-macosx14.0","-plugin-path","/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing","-sdk","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk","-F","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks","-F","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks","-I","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-L","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-g"]
+
+ "C.MiniPlayer-arm64-apple-macosx26.0-release.module":
+ tool: shell
+ inputs: ["/Users/ymq/swift/MiniPlayer/Sources/MiniPlayerApp.swift","/Users/ymq/swift/MiniPlayer/Sources/PlayerBridge.swift","/Users/ymq/swift/MiniPlayer/Sources/ProgressSlider.swift","/Users/ymq/swift/MiniPlayer/Sources/VideoPlayerView.swift","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/DerivedSources/resource_bundle_accessor.swift","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/swift-version--58304C5D6DBC2206.txt","","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/Modules/SwiftBricks.swiftmodule","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/sources"]
+ outputs: ["/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/MiniPlayerApp.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/PlayerBridge.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/ProgressSlider.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/VideoPlayerView.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/resource_bundle_accessor.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/Modules/MiniPlayer.swiftmodule"]
+ description: "Compiling Swift Module 'MiniPlayer' (5 sources)"
+ args: ["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc","-module-name","MiniPlayer","-emit-dependencies","-emit-module","-emit-module-path","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/Modules/MiniPlayer.swiftmodule","-output-file-map","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/output-file-map.json","-whole-module-optimization","-num-threads","10","-c","@/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer.build/sources","-I","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/Modules","-target","arm64-apple-macosx14.0","-whole-module-optimization","-num-threads","10","-serialize-diagnostics","-O","-j10","-DSWIFT_PACKAGE","-DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE","-module-cache-path","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/ModuleCache","-parseable-output","-Xfrontend","-entry-point-function-name","-Xfrontend","MiniPlayer_main","-swift-version","5","-plugin-path","/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing","-sdk","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk","-F","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks","-F","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks","-I","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-L","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-g","-Xcc","-isysroot","-Xcc","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk","-Xcc","-F","-Xcc","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks","-Xcc","-F","-Xcc","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks","-Xcc","-fPIC","-Xcc","-g","-package-name","miniplayer"]
+
+ "C.SwiftBricks-arm64-apple-macosx26.0-release.module":
+ tool: shell
+ inputs: ["/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/ButtonControl.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/FormControl.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/InputControl.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabViewControl.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TabularControl.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/TextControl.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Controls/VBoxControl.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Engine.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/EventBus.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/I18n.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/RPC.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Schema.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Core/Store.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/BricksView.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/Renderer/ControlRenderer.swift","/Users/ymq/swift/SwiftBricks/Sources/SwiftBricks/SwiftBricks.swift","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/swift-version--58304C5D6DBC2206.txt","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/sources"]
+ outputs: ["/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/ButtonControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/FormControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/InputControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/TabViewControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/TabularControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/TextControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/VBoxControl.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/Engine.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/EventBus.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/I18n.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/RPC.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/Schema.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/Store.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/BricksView.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/ControlRenderer.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/SwiftBricks.swift.o","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/Modules/SwiftBricks.swiftmodule"]
+ description: "Compiling Swift Module 'SwiftBricks' (16 sources)"
+ args: ["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc","-module-name","SwiftBricks","-emit-dependencies","-emit-module","-emit-module-path","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/Modules/SwiftBricks.swiftmodule","-output-file-map","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/output-file-map.json","-parse-as-library","-whole-module-optimization","-num-threads","10","-c","@/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/sources","-I","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/Modules","-target","arm64-apple-macosx14.0","-whole-module-optimization","-num-threads","10","-serialize-diagnostics","-O","-j10","-DSWIFT_PACKAGE","-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE","-module-cache-path","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/ModuleCache","-parseable-output","-parse-as-library","-emit-objc-header","-emit-objc-header-path","/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/SwiftBricks.build/include/SwiftBricks-Swift.h","-swift-version","5","-plugin-path","/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing","-sdk","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk","-F","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks","-F","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks","-I","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-L","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-g","-Xcc","-isysroot","-Xcc","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk","-Xcc","-F","-Xcc","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks","-Xcc","-F","-Xcc","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks","-Xcc","-fPIC","-Xcc","-g","-package-name","swiftbricks"]
+
+ "MiniPlayer-arm64-apple-macosx26.0-release.module-resources":
+ tool: phony
+ inputs: ["/Users/ymq/swift/MiniPlayer/.build/arm64-apple-macosx/release/MiniPlayer_MiniPlayer.bundle/player.ui"]
+ outputs: [""]
+
+ "PackageStructure":
+ tool: package-structure-tool
+ inputs: ["/Users/ymq/swift/MiniPlayer/Sources/","/Users/ymq/swift/MiniPlayer/Package.swift","/Users/ymq/swift/MiniPlayer/Package.resolved"]
+ outputs: [""]
+ description: "Planning build"
+ allow-missing-inputs: true
+
diff --git a/.build/workspace-state.json b/.build/workspace-state.json
new file mode 100644
index 0000000..53421e6
--- /dev/null
+++ b/.build/workspace-state.json
@@ -0,0 +1,27 @@
+{
+ "object" : {
+ "artifacts" : [
+
+ ],
+ "dependencies" : [
+ {
+ "basedOn" : null,
+ "packageRef" : {
+ "identity" : "swiftbricks",
+ "kind" : "fileSystem",
+ "location" : "/Users/ymq/swift/SwiftBricks",
+ "name" : "SwiftBricks"
+ },
+ "state" : {
+ "name" : "fileSystem",
+ "path" : "/Users/ymq/swift/SwiftBricks"
+ },
+ "subpath" : "swiftbricks"
+ }
+ ],
+ "prebuilts" : [
+
+ ]
+ },
+ "version" : 7
+}
\ No newline at end of file
diff --git a/MiniPlayer.xcodeproj/project.pbxproj b/MiniPlayer.xcodeproj/project.pbxproj
new file mode 100644
index 0000000..fb799f9
--- /dev/null
+++ b/MiniPlayer.xcodeproj/project.pbxproj
@@ -0,0 +1,438 @@
+// !$*UTF8*$!
+{
+ archiveVersion = 1;
+ classes = {
+ };
+ objectVersion = 77;
+ objects = {
+
+/* Begin PBXBuildFile section */
+ 10914F5F76833283FDEFB200 /* PlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 486232431B79BE2F864BF312 /* PlayerView.swift */; };
+ 313EFE37AE88A6A565C39279 /* MiniPlayerApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 612EF72E08789B8AAD14AA42 /* MiniPlayerApp.swift */; };
+ 32A3B4A674C6B054CBD4F8D0 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25F02EE200ECB1B309BC6060 /* ContentView.swift */; };
+ 6FF9999932AA6DF142EEF9BF /* PlaylistView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DAA50A03ACF1DE8FC3C4E3E /* PlaylistView.swift */; };
+ 7AB9F638F373CE9A3359C891 /* PlayerLayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11E542099A3EAC1F77E2C1FB /* PlayerLayerView.swift */; };
+ 94872571A174D6D51C116256 /* PlayerEngine.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0B451AADF68CFD496D136DC /* PlayerEngine.swift */; };
+ A1D6AF91B616EEA65AD247FB /* PlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 486232431B79BE2F864BF312 /* PlayerView.swift */; };
+ A23363CDA201A38DC6B24E7E /* PlayerLayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11E542099A3EAC1F77E2C1FB /* PlayerLayerView.swift */; };
+ B58C1B3D7000FB3119EB6E80 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25F02EE200ECB1B309BC6060 /* ContentView.swift */; };
+ B7CB62D7FBCA922B98BF6B3C /* PlaylistView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DAA50A03ACF1DE8FC3C4E3E /* PlaylistView.swift */; };
+ C2CC8847B5CC9D45157042EE /* Models.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7FBB65C03D2B9C01D0C8A3D /* Models.swift */; };
+ C416000CE7B4445AEC9AD641 /* Models.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7FBB65C03D2B9C01D0C8A3D /* Models.swift */; };
+ C6B9A3143037AF02369573B8 /* PlayerEngine.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0B451AADF68CFD496D136DC /* PlayerEngine.swift */; };
+ D69F96391F7127DA72A6AD28 /* MiniPlayerApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 612EF72E08789B8AAD14AA42 /* MiniPlayerApp.swift */; };
+/* End PBXBuildFile section */
+
+/* Begin PBXFileReference section */
+ 11E542099A3EAC1F77E2C1FB /* PlayerLayerView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlayerLayerView.swift; sourceTree = ""; };
+ 25F02EE200ECB1B309BC6060 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = ""; };
+ 486232431B79BE2F864BF312 /* PlayerView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlayerView.swift; sourceTree = ""; };
+ 5835D7B3618845B40E705752 /* MiniPlayer.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MiniPlayer.app; sourceTree = BUILT_PRODUCTS_DIR; };
+ 612EF72E08789B8AAD14AA42 /* MiniPlayerApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MiniPlayerApp.swift; sourceTree = ""; };
+ 6DAA50A03ACF1DE8FC3C4E3E /* PlaylistView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlaylistView.swift; sourceTree = ""; };
+ D7FBB65C03D2B9C01D0C8A3D /* Models.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Models.swift; sourceTree = ""; };
+ E0B451AADF68CFD496D136DC /* PlayerEngine.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlayerEngine.swift; sourceTree = ""; };
+ E2B531188946B1A7FF3AB248 /* MiniPlayer.app */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = wrapper.application; path = MiniPlayer.app; sourceTree = BUILT_PRODUCTS_DIR; };
+/* End PBXFileReference section */
+
+/* Begin PBXGroup section */
+ 21A54AFB28282277F0AAA327 /* Products */ = {
+ isa = PBXGroup;
+ children = (
+ E2B531188946B1A7FF3AB248 /* MiniPlayer.app */,
+ 5835D7B3618845B40E705752 /* MiniPlayer.app */,
+ );
+ name = Products;
+ sourceTree = "";
+ };
+ C36B2CAD250D80753D667AAA /* Sources */ = {
+ isa = PBXGroup;
+ children = (
+ 25F02EE200ECB1B309BC6060 /* ContentView.swift */,
+ 612EF72E08789B8AAD14AA42 /* MiniPlayerApp.swift */,
+ D7FBB65C03D2B9C01D0C8A3D /* Models.swift */,
+ E0B451AADF68CFD496D136DC /* PlayerEngine.swift */,
+ 11E542099A3EAC1F77E2C1FB /* PlayerLayerView.swift */,
+ 486232431B79BE2F864BF312 /* PlayerView.swift */,
+ 6DAA50A03ACF1DE8FC3C4E3E /* PlaylistView.swift */,
+ );
+ path = Sources;
+ sourceTree = "";
+ };
+ F16C0B0E4DDE9497D52C063E = {
+ isa = PBXGroup;
+ children = (
+ C36B2CAD250D80753D667AAA /* Sources */,
+ 21A54AFB28282277F0AAA327 /* Products */,
+ );
+ sourceTree = "";
+ };
+/* End PBXGroup section */
+
+/* Begin PBXNativeTarget section */
+ 0F5A1C89DEF61791B81F82BF /* MiniPlayer_iOS */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = BB74CAA79C9444F28E77928C /* Build configuration list for PBXNativeTarget "MiniPlayer_iOS" */;
+ buildPhases = (
+ D762374A9E5CEA5BD23307A9 /* Sources */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ );
+ name = MiniPlayer_iOS;
+ packageProductDependencies = (
+ );
+ productName = MiniPlayer_iOS;
+ productReference = E2B531188946B1A7FF3AB248 /* MiniPlayer.app */;
+ productType = "com.apple.product-type.application";
+ };
+ 35107254D2BD3B5DD0F10687 /* MiniPlayer_macOS */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = DCAEDA712DF19A67A30E879E /* Build configuration list for PBXNativeTarget "MiniPlayer_macOS" */;
+ buildPhases = (
+ D7D4F1645378BE4ADB2EA173 /* Sources */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ );
+ name = MiniPlayer_macOS;
+ packageProductDependencies = (
+ );
+ productName = MiniPlayer_macOS;
+ productReference = 5835D7B3618845B40E705752 /* MiniPlayer.app */;
+ productType = "com.apple.product-type.application";
+ };
+/* End PBXNativeTarget section */
+
+/* Begin PBXProject section */
+ 1EE4A503921E8F6AC8E93402 /* Project object */ = {
+ isa = PBXProject;
+ attributes = {
+ BuildIndependentTargetsInParallel = YES;
+ LastUpgradeCheck = 1500;
+ TargetAttributes = {
+ 0F5A1C89DEF61791B81F82BF = {
+ DevelopmentTeam = "";
+ };
+ 35107254D2BD3B5DD0F10687 = {
+ DevelopmentTeam = "";
+ };
+ };
+ };
+ buildConfigurationList = D4F2FAAB1ECC1EE57679E1F8 /* Build configuration list for PBXProject "MiniPlayer" */;
+ developmentRegion = en;
+ hasScannedForEncodings = 0;
+ knownRegions = (
+ Base,
+ en,
+ );
+ mainGroup = F16C0B0E4DDE9497D52C063E;
+ minimizedProjectReferenceProxies = 1;
+ preferredProjectObjectVersion = 77;
+ productRefGroup = 21A54AFB28282277F0AAA327 /* Products */;
+ projectDirPath = "";
+ projectRoot = "";
+ targets = (
+ 0F5A1C89DEF61791B81F82BF /* MiniPlayer_iOS */,
+ 35107254D2BD3B5DD0F10687 /* MiniPlayer_macOS */,
+ );
+ };
+/* End PBXProject section */
+
+/* Begin PBXSourcesBuildPhase section */
+ D762374A9E5CEA5BD23307A9 /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ B58C1B3D7000FB3119EB6E80 /* ContentView.swift in Sources */,
+ D69F96391F7127DA72A6AD28 /* MiniPlayerApp.swift in Sources */,
+ C2CC8847B5CC9D45157042EE /* Models.swift in Sources */,
+ C6B9A3143037AF02369573B8 /* PlayerEngine.swift in Sources */,
+ 7AB9F638F373CE9A3359C891 /* PlayerLayerView.swift in Sources */,
+ 10914F5F76833283FDEFB200 /* PlayerView.swift in Sources */,
+ B7CB62D7FBCA922B98BF6B3C /* PlaylistView.swift in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ D7D4F1645378BE4ADB2EA173 /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 32A3B4A674C6B054CBD4F8D0 /* ContentView.swift in Sources */,
+ 313EFE37AE88A6A565C39279 /* MiniPlayerApp.swift in Sources */,
+ C416000CE7B4445AEC9AD641 /* Models.swift in Sources */,
+ 94872571A174D6D51C116256 /* PlayerEngine.swift in Sources */,
+ A23363CDA201A38DC6B24E7E /* PlayerLayerView.swift in Sources */,
+ A1D6AF91B616EEA65AD247FB /* PlayerView.swift in Sources */,
+ 6FF9999932AA6DF142EEF9BF /* PlaylistView.swift in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXSourcesBuildPhase section */
+
+/* Begin XCBuildConfiguration section */
+ 07C78AB1570F1A62B7BD0B2A /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ CLANG_ANALYZER_NONNULL = YES;
+ CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
+ CLANG_CXX_LIBRARY = "libc++";
+ CLANG_ENABLE_MODULES = YES;
+ CLANG_ENABLE_OBJC_ARC = YES;
+ CLANG_ENABLE_OBJC_WEAK = YES;
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
+ CLANG_WARN_BOOL_CONVERSION = YES;
+ CLANG_WARN_COMMA = YES;
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
+ CLANG_WARN_EMPTY_BODY = YES;
+ CLANG_WARN_ENUM_CONVERSION = YES;
+ CLANG_WARN_INFINITE_RECURSION = YES;
+ CLANG_WARN_INT_CONVERSION = YES;
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
+ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
+ CLANG_WARN_UNREACHABLE_CODE = YES;
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+ COPY_PHASE_STRIP = NO;
+ DEBUG_INFORMATION_FORMAT = dwarf;
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
+ ENABLE_TESTABILITY = YES;
+ GCC_C_LANGUAGE_STANDARD = gnu11;
+ GCC_DYNAMIC_NO_PIC = NO;
+ GCC_NO_COMMON_BLOCKS = YES;
+ GCC_OPTIMIZATION_LEVEL = 0;
+ GCC_PREPROCESSOR_DEFINITIONS = (
+ "$(inherited)",
+ "DEBUG=1",
+ );
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
+ GCC_WARN_UNUSED_FUNCTION = YES;
+ GCC_WARN_UNUSED_VARIABLE = YES;
+ MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
+ MTL_FAST_MATH = YES;
+ ONLY_ACTIVE_ARCH = YES;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
+ SWIFT_OPTIMIZATION_LEVEL = "-Onone";
+ SWIFT_VERSION = 5.0;
+ };
+ name = Debug;
+ };
+ 108D9DBD5C66F6C0B673DFC1 /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ CODE_SIGN_IDENTITY = "iPhone Developer";
+ CURRENT_PROJECT_VERSION = 1;
+ DEVELOPMENT_TEAM = "";
+ ENABLE_HARDENED_RUNTIME = YES;
+ GENERATE_INFOPLIST_FILE = YES;
+ INFOPLIST_KEY_CFBundleDisplayName = MiniPlayer;
+ INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.entertainment";
+ INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright 2024. All rights reserved.";
+ INFOPLIST_KEY_UILaunchScreen_Generation = YES;
+ INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
+ INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
+ LD_RUNPATH_SEARCH_PATHS = (
+ "$(inherited)",
+ "@executable_path/Frameworks",
+ );
+ MARKETING_VERSION = 1.0.0;
+ PRODUCT_BUNDLE_IDENTIFIER = com.miniplayer.app;
+ PRODUCT_NAME = MiniPlayer;
+ SDKROOT = iphoneos;
+ SWIFT_EMIT_LOC_STRINGS = YES;
+ SWIFT_VERSION = 5.9;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ };
+ name = Release;
+ };
+ 5DACA0FB1CD0CFA9B420AC4C /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ CLANG_ANALYZER_NONNULL = YES;
+ CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
+ CLANG_CXX_LIBRARY = "libc++";
+ CLANG_ENABLE_MODULES = YES;
+ CLANG_ENABLE_OBJC_ARC = YES;
+ CLANG_ENABLE_OBJC_WEAK = YES;
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
+ CLANG_WARN_BOOL_CONVERSION = YES;
+ CLANG_WARN_COMMA = YES;
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
+ CLANG_WARN_EMPTY_BODY = YES;
+ CLANG_WARN_ENUM_CONVERSION = YES;
+ CLANG_WARN_INFINITE_RECURSION = YES;
+ CLANG_WARN_INT_CONVERSION = YES;
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
+ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
+ CLANG_WARN_UNREACHABLE_CODE = YES;
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+ COPY_PHASE_STRIP = NO;
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+ ENABLE_NS_ASSERTIONS = NO;
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
+ GCC_C_LANGUAGE_STANDARD = gnu11;
+ GCC_NO_COMMON_BLOCKS = YES;
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
+ GCC_WARN_UNUSED_FUNCTION = YES;
+ GCC_WARN_UNUSED_VARIABLE = YES;
+ MTL_ENABLE_DEBUG_INFO = NO;
+ MTL_FAST_MATH = YES;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SWIFT_COMPILATION_MODE = wholemodule;
+ SWIFT_OPTIMIZATION_LEVEL = "-O";
+ SWIFT_VERSION = 5.0;
+ };
+ name = Release;
+ };
+ 64382AD6B5F44480D3EA1E34 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ CODE_SIGN_IDENTITY = "iPhone Developer";
+ CURRENT_PROJECT_VERSION = 1;
+ DEVELOPMENT_TEAM = "";
+ ENABLE_HARDENED_RUNTIME = YES;
+ GENERATE_INFOPLIST_FILE = YES;
+ INFOPLIST_KEY_CFBundleDisplayName = MiniPlayer;
+ INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.entertainment";
+ INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright 2024. All rights reserved.";
+ INFOPLIST_KEY_UILaunchScreen_Generation = YES;
+ INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
+ INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
+ LD_RUNPATH_SEARCH_PATHS = (
+ "$(inherited)",
+ "@executable_path/Frameworks",
+ );
+ MARKETING_VERSION = 1.0.0;
+ PRODUCT_BUNDLE_IDENTIFIER = com.miniplayer.app;
+ PRODUCT_NAME = MiniPlayer;
+ SDKROOT = iphoneos;
+ SWIFT_EMIT_LOC_STRINGS = YES;
+ SWIFT_VERSION = 5.9;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ };
+ name = Debug;
+ };
+ D00B4188CB430C3B7CF4749C /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ COMBINE_HIDPI_IMAGES = YES;
+ CURRENT_PROJECT_VERSION = 1;
+ DEVELOPMENT_TEAM = "";
+ ENABLE_HARDENED_RUNTIME = YES;
+ GENERATE_INFOPLIST_FILE = YES;
+ INFOPLIST_KEY_CFBundleDisplayName = MiniPlayer;
+ INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.entertainment";
+ INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright 2024. All rights reserved.";
+ INFOPLIST_KEY_UILaunchScreen_Generation = YES;
+ INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
+ INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
+ LD_RUNPATH_SEARCH_PATHS = (
+ "$(inherited)",
+ "@executable_path/../Frameworks",
+ );
+ MARKETING_VERSION = 1.0.0;
+ PRODUCT_BUNDLE_IDENTIFIER = com.miniplayer.app;
+ PRODUCT_NAME = MiniPlayer;
+ SDKROOT = macosx;
+ SWIFT_EMIT_LOC_STRINGS = YES;
+ SWIFT_VERSION = 5.9;
+ };
+ name = Debug;
+ };
+ E6CD9FBF5EE9DE96EBF8F9B7 /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ COMBINE_HIDPI_IMAGES = YES;
+ CURRENT_PROJECT_VERSION = 1;
+ DEVELOPMENT_TEAM = "";
+ ENABLE_HARDENED_RUNTIME = YES;
+ GENERATE_INFOPLIST_FILE = YES;
+ INFOPLIST_KEY_CFBundleDisplayName = MiniPlayer;
+ INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.entertainment";
+ INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright 2024. All rights reserved.";
+ INFOPLIST_KEY_UILaunchScreen_Generation = YES;
+ INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
+ INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
+ LD_RUNPATH_SEARCH_PATHS = (
+ "$(inherited)",
+ "@executable_path/../Frameworks",
+ );
+ MARKETING_VERSION = 1.0.0;
+ PRODUCT_BUNDLE_IDENTIFIER = com.miniplayer.app;
+ PRODUCT_NAME = MiniPlayer;
+ SDKROOT = macosx;
+ SWIFT_EMIT_LOC_STRINGS = YES;
+ SWIFT_VERSION = 5.9;
+ };
+ name = Release;
+ };
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+ BB74CAA79C9444F28E77928C /* Build configuration list for PBXNativeTarget "MiniPlayer_iOS" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 64382AD6B5F44480D3EA1E34 /* Debug */,
+ 108D9DBD5C66F6C0B673DFC1 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Debug;
+ };
+ D4F2FAAB1ECC1EE57679E1F8 /* Build configuration list for PBXProject "MiniPlayer" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 07C78AB1570F1A62B7BD0B2A /* Debug */,
+ 5DACA0FB1CD0CFA9B420AC4C /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Debug;
+ };
+ DCAEDA712DF19A67A30E879E /* Build configuration list for PBXNativeTarget "MiniPlayer_macOS" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ D00B4188CB430C3B7CF4749C /* Debug */,
+ E6CD9FBF5EE9DE96EBF8F9B7 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Debug;
+ };
+/* End XCConfigurationList section */
+ };
+ rootObject = 1EE4A503921E8F6AC8E93402 /* Project object */;
+}
diff --git a/MiniPlayer.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/MiniPlayer.xcodeproj/project.xcworkspace/contents.xcworkspacedata
new file mode 100644
index 0000000..919434a
--- /dev/null
+++ b/MiniPlayer.xcodeproj/project.xcworkspace/contents.xcworkspacedata
@@ -0,0 +1,7 @@
+
+
+
+
+
diff --git a/MiniPlayer.xcodeproj/project.xcworkspace/xcuserdata/ymq.xcuserdatad/UserInterfaceState.xcuserstate b/MiniPlayer.xcodeproj/project.xcworkspace/xcuserdata/ymq.xcuserdatad/UserInterfaceState.xcuserstate
new file mode 100644
index 0000000..506faa3
Binary files /dev/null and b/MiniPlayer.xcodeproj/project.xcworkspace/xcuserdata/ymq.xcuserdatad/UserInterfaceState.xcuserstate differ
diff --git a/MiniPlayer.xcodeproj/xcuserdata/ymq.xcuserdatad/xcschemes/xcschememanagement.plist b/MiniPlayer.xcodeproj/xcuserdata/ymq.xcuserdatad/xcschemes/xcschememanagement.plist
new file mode 100644
index 0000000..dc42884
--- /dev/null
+++ b/MiniPlayer.xcodeproj/xcuserdata/ymq.xcuserdatad/xcschemes/xcschememanagement.plist
@@ -0,0 +1,19 @@
+
+
+
+
+ SchemeUserState
+
+ MiniPlayer_iOS.xcscheme_^#shared#^_
+
+ orderHint
+ 0
+
+ MiniPlayer_macOS.xcscheme_^#shared#^_
+
+ orderHint
+ 1
+
+
+
+
diff --git a/Package.swift b/Package.swift
index d0e93fa..08f73ee 100644
--- a/Package.swift
+++ b/Package.swift
@@ -8,7 +8,7 @@ let package = Package(
.macOS(.v14)
],
products: [
- .library(name: "MiniPlayer", targets: ["MiniPlayer"])
+ .executable(name: "MiniPlayer", targets: ["MiniPlayer"])
],
dependencies: [
.package(path: "../SwiftBricks")
@@ -18,7 +18,7 @@ let package = Package(
name: "MiniPlayer",
dependencies: ["SwiftBricks"],
resources: [
- .copy("Resources")
+ .process("Resources")
]
)
]
diff --git a/Sources/MiniPlayerApp.swift b/Sources/MiniPlayerApp.swift
index 6d078e0..cf0d3ea 100644
--- a/Sources/MiniPlayerApp.swift
+++ b/Sources/MiniPlayerApp.swift
@@ -47,8 +47,8 @@ struct ContentView: View {
var body: some View {
Group {
- if let engine = bridge.engine {
- BricksView(schema: bridge.schema!, engine: engine)
+ if let engine = bridge.engine, let schema = bridge.schema {
+ BricksView(schema: schema, engine: engine)
.overlay(alignment: .top) {
if let error = bridge.toastMessage {
Text(error)
diff --git a/build/MiniPlayer.app/Contents/Info.plist b/build/MiniPlayer.app/Contents/Info.plist
new file mode 100644
index 0000000..c3ccd83
--- /dev/null
+++ b/build/MiniPlayer.app/Contents/Info.plist
@@ -0,0 +1,30 @@
+
+
+
+
+ CFBundleName
+ MiniPlayer
+ CFBundleDisplayName
+ MiniPlayer
+ CFBundleIdentifier
+ cn.opencomputing.miniplayer
+ CFBundleVersion
+ 1.0
+ CFBundleShortVersionString
+ 1.0
+ CFBundlePackageType
+ APPL
+ CFBundleExecutable
+ MiniPlayer
+ LSMinimumSystemVersion
+ 13.0
+ CFBundleInfoDictionaryVersion
+ 6.0
+ NSHighResolutionCapable
+
+ LSApplicationCategoryType
+ public.app-category.entertainment
+ NSHumanReadableCopyright
+ Copyright © 2026. All rights reserved.
+
+
diff --git a/build/MiniPlayer.app/Contents/MacOS/MiniPlayer b/build/MiniPlayer.app/Contents/MacOS/MiniPlayer
new file mode 100755
index 0000000..cba804f
Binary files /dev/null and b/build/MiniPlayer.app/Contents/MacOS/MiniPlayer differ
diff --git a/build/MiniPlayer.app/Contents/Resources/MiniPlayer_MiniPlayer.bundle/Resources/player.ui b/build/MiniPlayer.app/Contents/Resources/MiniPlayer_MiniPlayer.bundle/Resources/player.ui
new file mode 100644
index 0000000..3ab6073
--- /dev/null
+++ b/build/MiniPlayer.app/Contents/Resources/MiniPlayer_MiniPlayer.bundle/Resources/player.ui
@@ -0,0 +1,109 @@
+{
+ "id": "app",
+ "widgettype": "VBox",
+ "options": { "width": "100%", "height": "100%", "spacing": 0, "padding": "0" },
+ "subwidgets": [
+ {
+ "widgettype": "VideoPlayer",
+ "id": "video_player",
+ "options": { "width": "100%", "bgcolor": "#000000" },
+ "binds": [
+ { "wid": "self", "event": "click", "actiontype": "event", "target": "player.toggle" }
+ ]
+ },
+ {
+ "widgettype": "VBox",
+ "options": { "width": "100%", "css": "card", "padding": "8px", "spacing": 4 },
+ "subwidgets": [
+ {
+ "widgettype": "HBox",
+ "options": { "width": "100%", "spacing": 6, "alignItems": "center" },
+ "subwidgets": [
+ { "widgettype": "Text", "id": "time_current", "options": { "text": "00:00", "i18n": false } },
+ { "widgettype": "ProgressSlider", "id": "progress_slider", "options": { "width": "100%" } },
+ { "widgettype": "Text", "id": "time_total", "options": { "text": "00:00", "i18n": false } }
+ ]
+ },
+ {
+ "widgettype": "HBox",
+ "options": { "width": "100%", "spacing": 4, "alignItems": "center" },
+ "subwidgets": [
+ {
+ "widgettype": "Button", "id": "btn_prev",
+ "options": { "label": "⏮", "css": "text" },
+ "binds": [{ "wid": "self", "event": "click", "actiontype": "event", "target": "player.prev" }]
+ },
+ {
+ "widgettype": "Button", "id": "btn_play",
+ "options": { "label": "▶️", "css": "text" },
+ "binds": [{ "wid": "self", "event": "click", "actiontype": "event", "target": "player.toggle" }]
+ },
+ {
+ "widgettype": "Button", "id": "btn_next",
+ "options": { "label": "⏭", "css": "text" },
+ "binds": [{ "wid": "self", "event": "click", "actiontype": "event", "target": "player.next" }]
+ },
+ { "widgettype": "Filler" },
+ {
+ "widgettype": "Text", "id": "track_label",
+ "options": { "text": "🎵 Track 1", "i18n": false }
+ },
+ {
+ "widgettype": "Button", "id": "btn_track",
+ "options": { "label": "音轨", "css": "text" },
+ "binds": [{ "wid": "self", "event": "click", "actiontype": "event", "target": "player.show_tracks" }]
+ },
+ {
+ "widgettype": "Button", "id": "btn_repeat",
+ "options": { "label": "🔁 列表循环", "css": "text" },
+ "binds": [{ "wid": "self", "event": "click", "actiontype": "event", "target": "player.cycle_repeat" }]
+ },
+ {
+ "widgettype": "Button", "id": "btn_fullscreen",
+ "options": { "label": "⛶", "css": "text" },
+ "binds": [{ "wid": "self", "event": "click", "actiontype": "event", "target": "player.fullscreen" }]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "widgettype": "HBox",
+ "options": { "width": "100%", "padding": "4px", "spacing": 6, "alignItems": "center" },
+ "subwidgets": [
+ {
+ "widgettype": "InlineForm",
+ "id": "add_form",
+ "options": {
+ "show_label": false,
+ "submit_label": "添加URL",
+ "fields": [
+ { "name": "url", "placeholder": "M3U8 / 视频URL", "uitype": "str", "cwidth": 30 }
+ ]
+ },
+ "binds": [{ "wid": "self", "event": "submit", "actiontype": "event", "target": "player.add_url" }]
+ },
+ {
+ "widgettype": "Button", "id": "btn_open_file",
+ "options": { "label": "📂 打开文件", "css": "text" },
+ "binds": [{ "wid": "self", "event": "click", "actiontype": "event", "target": "player.open_file" }]
+ }
+ ]
+ },
+ {
+ "widgettype": "VScrollPanel",
+ "id": "playlist_panel",
+ "options": { "width": "100%", "css": "filler" },
+ "subwidgets": [
+ {
+ "widgettype": "Title5",
+ "options": { "text": "播放列表", "i18n": true }
+ },
+ {
+ "widgettype": "Text", "id": "playlist_empty",
+ "options": { "text": "暂无媒体,请添加文件或URL", "i18n": true, "color": "#888888" }
+ }
+ ]
+ }
+ ]
+}
diff --git a/build/MiniPlayer.app/Contents/Resources/MiniPlayer_MiniPlayer.bundle/player.ui b/build/MiniPlayer.app/Contents/Resources/MiniPlayer_MiniPlayer.bundle/player.ui
new file mode 100644
index 0000000..3ab6073
--- /dev/null
+++ b/build/MiniPlayer.app/Contents/Resources/MiniPlayer_MiniPlayer.bundle/player.ui
@@ -0,0 +1,109 @@
+{
+ "id": "app",
+ "widgettype": "VBox",
+ "options": { "width": "100%", "height": "100%", "spacing": 0, "padding": "0" },
+ "subwidgets": [
+ {
+ "widgettype": "VideoPlayer",
+ "id": "video_player",
+ "options": { "width": "100%", "bgcolor": "#000000" },
+ "binds": [
+ { "wid": "self", "event": "click", "actiontype": "event", "target": "player.toggle" }
+ ]
+ },
+ {
+ "widgettype": "VBox",
+ "options": { "width": "100%", "css": "card", "padding": "8px", "spacing": 4 },
+ "subwidgets": [
+ {
+ "widgettype": "HBox",
+ "options": { "width": "100%", "spacing": 6, "alignItems": "center" },
+ "subwidgets": [
+ { "widgettype": "Text", "id": "time_current", "options": { "text": "00:00", "i18n": false } },
+ { "widgettype": "ProgressSlider", "id": "progress_slider", "options": { "width": "100%" } },
+ { "widgettype": "Text", "id": "time_total", "options": { "text": "00:00", "i18n": false } }
+ ]
+ },
+ {
+ "widgettype": "HBox",
+ "options": { "width": "100%", "spacing": 4, "alignItems": "center" },
+ "subwidgets": [
+ {
+ "widgettype": "Button", "id": "btn_prev",
+ "options": { "label": "⏮", "css": "text" },
+ "binds": [{ "wid": "self", "event": "click", "actiontype": "event", "target": "player.prev" }]
+ },
+ {
+ "widgettype": "Button", "id": "btn_play",
+ "options": { "label": "▶️", "css": "text" },
+ "binds": [{ "wid": "self", "event": "click", "actiontype": "event", "target": "player.toggle" }]
+ },
+ {
+ "widgettype": "Button", "id": "btn_next",
+ "options": { "label": "⏭", "css": "text" },
+ "binds": [{ "wid": "self", "event": "click", "actiontype": "event", "target": "player.next" }]
+ },
+ { "widgettype": "Filler" },
+ {
+ "widgettype": "Text", "id": "track_label",
+ "options": { "text": "🎵 Track 1", "i18n": false }
+ },
+ {
+ "widgettype": "Button", "id": "btn_track",
+ "options": { "label": "音轨", "css": "text" },
+ "binds": [{ "wid": "self", "event": "click", "actiontype": "event", "target": "player.show_tracks" }]
+ },
+ {
+ "widgettype": "Button", "id": "btn_repeat",
+ "options": { "label": "🔁 列表循环", "css": "text" },
+ "binds": [{ "wid": "self", "event": "click", "actiontype": "event", "target": "player.cycle_repeat" }]
+ },
+ {
+ "widgettype": "Button", "id": "btn_fullscreen",
+ "options": { "label": "⛶", "css": "text" },
+ "binds": [{ "wid": "self", "event": "click", "actiontype": "event", "target": "player.fullscreen" }]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "widgettype": "HBox",
+ "options": { "width": "100%", "padding": "4px", "spacing": 6, "alignItems": "center" },
+ "subwidgets": [
+ {
+ "widgettype": "InlineForm",
+ "id": "add_form",
+ "options": {
+ "show_label": false,
+ "submit_label": "添加URL",
+ "fields": [
+ { "name": "url", "placeholder": "M3U8 / 视频URL", "uitype": "str", "cwidth": 30 }
+ ]
+ },
+ "binds": [{ "wid": "self", "event": "submit", "actiontype": "event", "target": "player.add_url" }]
+ },
+ {
+ "widgettype": "Button", "id": "btn_open_file",
+ "options": { "label": "📂 打开文件", "css": "text" },
+ "binds": [{ "wid": "self", "event": "click", "actiontype": "event", "target": "player.open_file" }]
+ }
+ ]
+ },
+ {
+ "widgettype": "VScrollPanel",
+ "id": "playlist_panel",
+ "options": { "width": "100%", "css": "filler" },
+ "subwidgets": [
+ {
+ "widgettype": "Title5",
+ "options": { "text": "播放列表", "i18n": true }
+ },
+ {
+ "widgettype": "Text", "id": "playlist_empty",
+ "options": { "text": "暂无媒体,请添加文件或URL", "i18n": true, "color": "#888888" }
+ }
+ ]
+ }
+ ]
+}