Skip to content

Commit a999a54

Browse files
Update API dumps for new version
1 parent f5c01b1 commit a999a54

File tree

4 files changed

+183
-4
lines changed

4 files changed

+183
-4
lines changed

api-dump/AWSDataStorePlugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8205,7 +8205,7 @@
82058205
"-module",
82068206
"AWSDataStorePlugin",
82078207
"-o",
8208-
"\/var\/folders\/hw\/1f0gcr8d6kn9ms0_wn0_57qc0000gn\/T\/tmp.Op48snuvLw\/AWSDataStorePlugin.json",
8208+
"\/var\/folders\/hw\/1f0gcr8d6kn9ms0_wn0_57qc0000gn\/T\/tmp.7FvtSuhXB9\/AWSDataStorePlugin.json",
82098209
"-I",
82108210
".build\/debug",
82118211
"-sdk-version",

api-dump/AWSPluginsCore.json

Lines changed: 180 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6398,6 +6398,185 @@
63986398
}
63996399
]
64006400
},
6401+
{
6402+
"kind": "TypeDecl",
6403+
"name": "KeychainStoreMigrator",
6404+
"printedName": "KeychainStoreMigrator",
6405+
"children": [
6406+
{
6407+
"kind": "Constructor",
6408+
"name": "init",
6409+
"printedName": "init(oldService:newService:oldAccessGroup:newAccessGroup:)",
6410+
"children": [
6411+
{
6412+
"kind": "TypeNominal",
6413+
"name": "KeychainStoreMigrator",
6414+
"printedName": "AWSPluginsCore.KeychainStoreMigrator",
6415+
"usr": "s:14AWSPluginsCore21KeychainStoreMigratorV"
6416+
},
6417+
{
6418+
"kind": "TypeNominal",
6419+
"name": "String",
6420+
"printedName": "Swift.String",
6421+
"usr": "s:SS"
6422+
},
6423+
{
6424+
"kind": "TypeNominal",
6425+
"name": "String",
6426+
"printedName": "Swift.String",
6427+
"usr": "s:SS"
6428+
},
6429+
{
6430+
"kind": "TypeNominal",
6431+
"name": "Optional",
6432+
"printedName": "Swift.String?",
6433+
"children": [
6434+
{
6435+
"kind": "TypeNominal",
6436+
"name": "String",
6437+
"printedName": "Swift.String",
6438+
"usr": "s:SS"
6439+
}
6440+
],
6441+
"usr": "s:Sq"
6442+
},
6443+
{
6444+
"kind": "TypeNominal",
6445+
"name": "Optional",
6446+
"printedName": "Swift.String?",
6447+
"children": [
6448+
{
6449+
"kind": "TypeNominal",
6450+
"name": "String",
6451+
"printedName": "Swift.String",
6452+
"usr": "s:SS"
6453+
}
6454+
],
6455+
"usr": "s:Sq"
6456+
}
6457+
],
6458+
"declKind": "Constructor",
6459+
"usr": "s:14AWSPluginsCore21KeychainStoreMigratorV10oldService03newG00F11AccessGroup0hiJ0ACSS_S2SSgAHtcfc",
6460+
"mangledName": "$s14AWSPluginsCore21KeychainStoreMigratorV10oldService03newG00F11AccessGroup0hiJ0ACSS_S2SSgAHtcfc",
6461+
"moduleName": "AWSPluginsCore",
6462+
"init_kind": "Designated"
6463+
},
6464+
{
6465+
"kind": "Function",
6466+
"name": "migrate",
6467+
"printedName": "migrate()",
6468+
"children": [
6469+
{
6470+
"kind": "TypeNominal",
6471+
"name": "Void",
6472+
"printedName": "()"
6473+
}
6474+
],
6475+
"declKind": "Func",
6476+
"usr": "s:14AWSPluginsCore21KeychainStoreMigratorV7migrateyyKF",
6477+
"mangledName": "$s14AWSPluginsCore21KeychainStoreMigratorV7migrateyyKF",
6478+
"moduleName": "AWSPluginsCore",
6479+
"throwing": true,
6480+
"funcSelfKind": "NonMutating"
6481+
},
6482+
{
6483+
"kind": "Var",
6484+
"name": "log",
6485+
"printedName": "log",
6486+
"children": [
6487+
{
6488+
"kind": "TypeNominal",
6489+
"name": "Logger",
6490+
"printedName": "any Amplify.Logger",
6491+
"usr": "s:7Amplify6LoggerP"
6492+
}
6493+
],
6494+
"declKind": "Var",
6495+
"usr": "s:14AWSPluginsCore21KeychainStoreMigratorV3log7Amplify6Logger_pvpZ",
6496+
"mangledName": "$s14AWSPluginsCore21KeychainStoreMigratorV3log7Amplify6Logger_pvpZ",
6497+
"moduleName": "AWSPluginsCore",
6498+
"static": true,
6499+
"isFromExtension": true,
6500+
"accessors": [
6501+
{
6502+
"kind": "Accessor",
6503+
"name": "Get",
6504+
"printedName": "Get()",
6505+
"children": [
6506+
{
6507+
"kind": "TypeNominal",
6508+
"name": "Logger",
6509+
"printedName": "any Amplify.Logger",
6510+
"usr": "s:7Amplify6LoggerP"
6511+
}
6512+
],
6513+
"declKind": "Accessor",
6514+
"usr": "s:14AWSPluginsCore21KeychainStoreMigratorV3log7Amplify6Logger_pvgZ",
6515+
"mangledName": "$s14AWSPluginsCore21KeychainStoreMigratorV3log7Amplify6Logger_pvgZ",
6516+
"moduleName": "AWSPluginsCore",
6517+
"static": true,
6518+
"isFromExtension": true,
6519+
"accessorKind": "get"
6520+
}
6521+
]
6522+
},
6523+
{
6524+
"kind": "Var",
6525+
"name": "log",
6526+
"printedName": "log",
6527+
"children": [
6528+
{
6529+
"kind": "TypeNominal",
6530+
"name": "Logger",
6531+
"printedName": "any Amplify.Logger",
6532+
"usr": "s:7Amplify6LoggerP"
6533+
}
6534+
],
6535+
"declKind": "Var",
6536+
"usr": "s:14AWSPluginsCore21KeychainStoreMigratorV3log7Amplify6Logger_pvp",
6537+
"mangledName": "$s14AWSPluginsCore21KeychainStoreMigratorV3log7Amplify6Logger_pvp",
6538+
"moduleName": "AWSPluginsCore",
6539+
"declAttributes": [
6540+
"Nonisolated"
6541+
],
6542+
"isFromExtension": true,
6543+
"accessors": [
6544+
{
6545+
"kind": "Accessor",
6546+
"name": "Get",
6547+
"printedName": "Get()",
6548+
"children": [
6549+
{
6550+
"kind": "TypeNominal",
6551+
"name": "Logger",
6552+
"printedName": "any Amplify.Logger",
6553+
"usr": "s:7Amplify6LoggerP"
6554+
}
6555+
],
6556+
"declKind": "Accessor",
6557+
"usr": "s:14AWSPluginsCore21KeychainStoreMigratorV3log7Amplify6Logger_pvg",
6558+
"mangledName": "$s14AWSPluginsCore21KeychainStoreMigratorV3log7Amplify6Logger_pvg",
6559+
"moduleName": "AWSPluginsCore",
6560+
"isFromExtension": true,
6561+
"accessorKind": "get"
6562+
}
6563+
]
6564+
}
6565+
],
6566+
"declKind": "Struct",
6567+
"usr": "s:14AWSPluginsCore21KeychainStoreMigratorV",
6568+
"mangledName": "$s14AWSPluginsCore21KeychainStoreMigratorV",
6569+
"moduleName": "AWSPluginsCore",
6570+
"conformances": [
6571+
{
6572+
"kind": "Conformance",
6573+
"name": "DefaultLogger",
6574+
"printedName": "DefaultLogger",
6575+
"usr": "s:7Amplify13DefaultLoggerP",
6576+
"mangledName": "$s7Amplify13DefaultLoggerP"
6577+
}
6578+
]
6579+
},
64016580
{
64026581
"kind": "TypeDecl",
64036582
"name": "AnyModel",
@@ -24368,7 +24547,7 @@
2436824547
"-module",
2436924548
"AWSPluginsCore",
2437024549
"-o",
24371-
"\/var\/folders\/hw\/1f0gcr8d6kn9ms0_wn0_57qc0000gn\/T\/tmp.Op48snuvLw\/AWSPluginsCore.json",
24550+
"\/var\/folders\/hw\/1f0gcr8d6kn9ms0_wn0_57qc0000gn\/T\/tmp.7FvtSuhXB9\/AWSPluginsCore.json",
2437224551
"-I",
2437324552
".build\/debug",
2437424553
"-sdk-version",

api-dump/Amplify.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179949,7 +179949,7 @@
179949179949
"-module",
179950179950
"Amplify",
179951179951
"-o",
179952-
"\/var\/folders\/hw\/1f0gcr8d6kn9ms0_wn0_57qc0000gn\/T\/tmp.Op48snuvLw\/Amplify.json",
179952+
"\/var\/folders\/hw\/1f0gcr8d6kn9ms0_wn0_57qc0000gn\/T\/tmp.7FvtSuhXB9\/Amplify.json",
179953179953
"-I",
179954179954
".build\/debug",
179955179955
"-sdk-version",

api-dump/CoreMLPredictionsPlugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@
430430
"-module",
431431
"CoreMLPredictionsPlugin",
432432
"-o",
433-
"\/var\/folders\/hw\/1f0gcr8d6kn9ms0_wn0_57qc0000gn\/T\/tmp.Op48snuvLw\/CoreMLPredictionsPlugin.json",
433+
"\/var\/folders\/hw\/1f0gcr8d6kn9ms0_wn0_57qc0000gn\/T\/tmp.7FvtSuhXB9\/CoreMLPredictionsPlugin.json",
434434
"-I",
435435
".build\/debug",
436436
"-sdk-version",

0 commit comments

Comments
 (0)