This commit is contained in:
2026-05-29 11:24:43 +07:00
parent 39728313b6
commit 9ba9c99815
25 changed files with 826 additions and 41 deletions

View File

@ -7758,6 +7758,13 @@
"declKind": "Import",
"moduleName": "M2Kit"
},
{
"kind": "Import",
"name": "JavaScriptCore",
"printedName": "JavaScriptCore",
"declKind": "Import",
"moduleName": "M2Kit"
},
{
"kind": "Import",
"name": "Foundation",
@ -7779,6 +7786,76 @@
"declKind": "Import",
"moduleName": "M2Kit"
},
{
"kind": "Import",
"name": "Foundation",
"printedName": "Foundation",
"declKind": "Import",
"moduleName": "M2Kit"
},
{
"kind": "Import",
"name": "JavaScriptCore",
"printedName": "JavaScriptCore",
"declKind": "Import",
"moduleName": "M2Kit"
},
{
"kind": "Import",
"name": "Foundation",
"printedName": "Foundation",
"declKind": "Import",
"moduleName": "M2Kit"
},
{
"kind": "Import",
"name": "JavaScriptCore",
"printedName": "JavaScriptCore",
"declKind": "Import",
"moduleName": "M2Kit"
},
{
"kind": "Import",
"name": "Foundation",
"printedName": "Foundation",
"declKind": "Import",
"moduleName": "M2Kit"
},
{
"kind": "Import",
"name": "JavaScriptCore",
"printedName": "JavaScriptCore",
"declKind": "Import",
"moduleName": "M2Kit"
},
{
"kind": "Import",
"name": "Foundation",
"printedName": "Foundation",
"declKind": "Import",
"moduleName": "M2Kit"
},
{
"kind": "Import",
"name": "WebKit",
"printedName": "WebKit",
"declKind": "Import",
"moduleName": "M2Kit"
},
{
"kind": "Import",
"name": "JavaScriptCore",
"printedName": "JavaScriptCore",
"declKind": "Import",
"moduleName": "M2Kit"
},
{
"kind": "Import",
"name": "Foundation",
"printedName": "Foundation",
"declKind": "Import",
"moduleName": "M2Kit"
},
{
"kind": "Import",
"name": "JavaScriptCore",
@ -22941,6 +23018,13 @@
"declKind": "Import",
"moduleName": "M2Kit"
},
{
"kind": "Import",
"name": "AVFoundation",
"printedName": "AVFoundation",
"declKind": "Import",
"moduleName": "M2Kit"
},
{
"kind": "Import",
"name": "Foundation",
@ -24241,6 +24325,28 @@
],
"usr": "s:7SwiftUI18_FormatSpecifiableP",
"mangledName": "$s7SwiftUI18_FormatSpecifiableP"
},
{
"kind": "Conformance",
"name": "AtomicRepresentable",
"printedName": "AtomicRepresentable",
"children": [
{
"kind": "TypeWitness",
"name": "AtomicRepresentation",
"printedName": "AtomicRepresentation",
"children": [
{
"kind": "TypeNominal",
"name": "_Atomic64BitStorage",
"printedName": "Synchronization._Atomic64BitStorage",
"usr": "s:15Synchronization19_Atomic64BitStorageV"
}
]
}
],
"usr": "s:15Synchronization19AtomicRepresentableP",
"mangledName": "$s15Synchronization19AtomicRepresentableP"
}
]
},
@ -24744,6 +24850,27 @@
],
"usr": "s:7SwiftUI34AttributedTextFormattingDefinitionP",
"mangledName": "$s7SwiftUI34AttributedTextFormattingDefinitionP"
},
{
"kind": "Conformance",
"name": "AtomicRepresentable",
"printedName": "AtomicRepresentable",
"children": [
{
"kind": "TypeWitness",
"name": "AtomicRepresentation",
"printedName": "AtomicRepresentation",
"children": [
{
"kind": "TypeNominal",
"name": "DependentMember",
"printedName": "τ_0_0.AtomicOptionalRepresentation"
}
]
}
],
"usr": "s:15Synchronization19AtomicRepresentableP",
"mangledName": "$s15Synchronization19AtomicRepresentableP"
}
]
}
@ -26326,6 +26453,34 @@
"length": 5,
"value": "false"
},
{
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/JSCore\/JSGlobal2.swift",
"kind": "IntegerLiteral",
"offset": 2017,
"length": 1,
"value": "0"
},
{
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/JSCore\/JSGlobal2.swift",
"kind": "Dictionary",
"offset": 2082,
"length": 3,
"value": "[]"
},
{
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/JSCore\/JSGlobal2.swift",
"kind": "Dictionary",
"offset": 2140,
"length": 3,
"value": "[]"
},
{
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/JSCore\/JSWebView.swift",
"kind": "BooleanLiteral",
"offset": 2896,
"length": 5,
"value": "false"
},
{
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/JSCore\/XMLHttpRequest.swift",
"kind": "IntegerLiteral",
@ -26387,7 +26542,7 @@
"kind": "StringLiteral",
"offset": 131,
"length": 6,
"value": "\"5.32\""
"value": "\"5.33\""
},
{
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift",

View File

@ -2,6 +2,7 @@
// swift-compiler-version: Apple Swift version 6.3.2 effective-5.10 (swiftlang-6.3.2.1.108 clang-2100.1.1.101)
// swift-module-flags: -target arm64-apple-ios16.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name M2Kit
// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.3.2
import AVFoundation
import Combine
import CommonCrypto
import Foundation

View File

@ -2,6 +2,7 @@
// swift-compiler-version: Apple Swift version 6.3.2 effective-5.10 (swiftlang-6.3.2.1.108 clang-2100.1.1.101)
// swift-module-flags: -target arm64-apple-ios16.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name M2Kit
// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.3.2
import AVFoundation
import Combine
import CommonCrypto
import Foundation