-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPackage.swift
573 lines (571 loc) · 61.5 KB
/
Package.swift
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
// swift-tools-version:5.5
//===----------------------------------------------------------------------===//
//
// This source file is part of the Teco open source project
//
// Copyright (c) 2022-2023 the Teco project authors
// Licensed under Apache License v2.0
//
// See LICENSE.txt for license information
//
// SPDX-License-Identifier: Apache-2.0
//
//===----------------------------------------------------------------------===//
import PackageDescription
let package = Package(
name: "teco",
platforms: [.macOS(.v10_15), .iOS(.v13), .tvOS(.v13), .watchOS(.v6)],
products: [
.library(name: "TecoAaV20200224", targets: ["TecoAaV20200224"]),
.library(name: "TecoAaiV20180522", targets: ["TecoAaiV20180522"]),
.library(name: "TecoAcpV20220105", targets: ["TecoAcpV20220105"]),
.library(name: "TecoAdvisorV20200721", targets: ["TecoAdvisorV20200721"]),
.library(name: "TecoAfV20200226", targets: ["TecoAfV20200226"]),
.library(name: "TecoAfcV20200226", targets: ["TecoAfcV20200226"]),
.library(name: "TecoAiartV20221229", targets: ["TecoAiartV20221229"]),
.library(name: "TecoAmeV20190916", targets: ["TecoAmeV20190916"]),
.library(name: "TecoAmsV20201229", targets: ["TecoAmsV20201229"]),
.library(name: "TecoAmsV20200608", targets: ["TecoAmsV20200608"]),
.library(name: "TecoAnicloudV20220923", targets: ["TecoAnicloudV20220923"]),
.library(name: "TecoAntiddosV20200309", targets: ["TecoAntiddosV20200309"]),
.library(name: "TecoApcasV20201127", targets: ["TecoApcasV20201127"]),
.library(name: "TecoApeV20200513", targets: ["TecoApeV20200513"]),
.library(name: "TecoApiV20201106", targets: ["TecoApiV20201106"]),
.library(name: "TecoApigatewayV20180808", targets: ["TecoApigatewayV20180808"]),
.library(name: "TecoApmV20210622", targets: ["TecoApmV20210622"]),
.library(name: "TecoAsrV20190614", targets: ["TecoAsrV20190614"]),
.library(name: "TecoAswV20200722", targets: ["TecoAswV20200722"]),
.library(name: "TecoAutoscalingV20180419", targets: ["TecoAutoscalingV20180419"]),
.library(name: "TecoBaV20200720", targets: ["TecoBaV20200720"]),
.library(name: "TecoBatchV20170312", targets: ["TecoBatchV20170312"]),
.library(name: "TecoBdaV20200324", targets: ["TecoBdaV20200324"]),
.library(name: "TecoBiV20220105", targets: ["TecoBiV20220105"]),
.library(name: "TecoBillingV20180709", targets: ["TecoBillingV20180709"]),
.library(name: "TecoBizliveV20190313", targets: ["TecoBizliveV20190313"]),
.library(name: "TecoBmV20180423", targets: ["TecoBmV20180423"]),
.library(name: "TecoBmaV20221115", targets: ["TecoBmaV20221115"]),
.library(name: "TecoBmaV20210624", targets: ["TecoBmaV20210624"]),
.library(name: "TecoBmeipV20180625", targets: ["TecoBmeipV20180625"]),
.library(name: "TecoBmlbV20180625", targets: ["TecoBmlbV20180625"]),
.library(name: "TecoBmvpcV20180625", targets: ["TecoBmvpcV20180625"]),
.library(name: "TecoBpaasV20181217", targets: ["TecoBpaasV20181217"]),
.library(name: "TecoBriV20190328", targets: ["TecoBriV20190328"]),
.library(name: "TecoBscaV20210811", targets: ["TecoBscaV20210811"]),
.library(name: "TecoBtoeV20210514", targets: ["TecoBtoeV20210514"]),
.library(name: "TecoBtoeV20210303", targets: ["TecoBtoeV20210303"]),
.library(name: "TecoCamV20190116", targets: ["TecoCamV20190116"]),
.library(name: "TecoCaptchaV20190722", targets: ["TecoCaptchaV20190722"]),
.library(name: "TecoCarV20220110", targets: ["TecoCarV20220110"]),
.library(name: "TecoCasbV20200507", targets: ["TecoCasbV20200507"]),
.library(name: "TecoCatV20180409", targets: ["TecoCatV20180409"]),
.library(name: "TecoCbsV20170312", targets: ["TecoCbsV20170312"]),
.library(name: "TecoCccV20200210", targets: ["TecoCccV20200210"]),
.library(name: "TecoCdbV20170320", targets: ["TecoCdbV20170320"]),
.library(name: "TecoCdcV20201214", targets: ["TecoCdcV20201214"]),
.library(name: "TecoCdnV20180606", targets: ["TecoCdnV20180606"]),
.library(name: "TecoCdsV20180420", targets: ["TecoCdsV20180420"]),
.library(name: "TecoCdwchV20200915", targets: ["TecoCdwchV20200915"]),
.library(name: "TecoCdwpgV20201230", targets: ["TecoCdwpgV20201230"]),
.library(name: "TecoCfgV20210820", targets: ["TecoCfgV20210820"]),
.library(name: "TecoCfsV20190719", targets: ["TecoCfsV20190719"]),
.library(name: "TecoCfwV20190904", targets: ["TecoCfwV20190904"]),
.library(name: "TecoChdfsV20201112", targets: ["TecoChdfsV20201112"]),
.library(name: "TecoChdfsV20190718", targets: ["TecoChdfsV20190718"]),
.library(name: "TecoCiamV20220331", targets: ["TecoCiamV20220331"]),
.library(name: "TecoCiiV20210408", targets: ["TecoCiiV20210408"]),
.library(name: "TecoCiiV20201210", targets: ["TecoCiiV20201210"]),
.library(name: "TecoCimV20190318", targets: ["TecoCimV20190318"]),
.library(name: "TecoCisV20180408", targets: ["TecoCisV20180408"]),
.library(name: "TecoCkafkaV20190819", targets: ["TecoCkafkaV20190819"]),
.library(name: "TecoClbV20180317", targets: ["TecoClbV20180317"]),
.library(name: "TecoCloudauditV20190319", targets: ["TecoCloudauditV20190319"]),
.library(name: "TecoCloudhsmV20191112", targets: ["TecoCloudhsmV20191112"]),
.library(name: "TecoCloudstudioV20230508", targets: ["TecoCloudstudioV20230508"]),
.library(name: "TecoCloudstudioV20210524", targets: ["TecoCloudstudioV20210524"]),
.library(name: "TecoClsV20201016", targets: ["TecoClsV20201016"]),
.library(name: "TecoCmeV20191029", targets: ["TecoCmeV20191029"]),
.library(name: "TecoCmqV20190304", targets: ["TecoCmqV20190304"]),
.library(name: "TecoCmsV20190321", targets: ["TecoCmsV20190321"]),
.library(name: "TecoCpdpV20190820", targets: ["TecoCpdpV20190820"]),
.library(name: "TecoCrV20180321", targets: ["TecoCrV20180321"]),
.library(name: "TecoCsipV20221121", targets: ["TecoCsipV20221121"]),
.library(name: "TecoCsxgV20230303", targets: ["TecoCsxgV20230303"]),
.library(name: "TecoCvmV20170312", targets: ["TecoCvmV20170312"]),
.library(name: "TecoCwpV20180228", targets: ["TecoCwpV20180228"]),
.library(name: "TecoCwsV20180312", targets: ["TecoCwsV20180312"]),
.library(name: "TecoCynosdbV20190107", targets: ["TecoCynosdbV20190107"]),
.library(name: "TecoDasbV20191018", targets: ["TecoDasbV20191018"]),
.library(name: "TecoDataintegrationV20220613", targets: ["TecoDataintegrationV20220613"]),
.library(name: "TecoDayuV20180709", targets: ["TecoDayuV20180709"]),
.library(name: "TecoDbbrainV20210527", targets: ["TecoDbbrainV20210527"]),
.library(name: "TecoDbbrainV20191016", targets: ["TecoDbbrainV20191016"]),
.library(name: "TecoDbdcV20201029", targets: ["TecoDbdcV20201029"]),
.library(name: "TecoDcV20180410", targets: ["TecoDcV20180410"]),
.library(name: "TecoDcdbV20180411", targets: ["TecoDcdbV20180411"]),
.library(name: "TecoDlcV20210125", targets: ["TecoDlcV20210125"]),
.library(name: "TecoDnspodV20210323", targets: ["TecoDnspodV20210323"]),
.library(name: "TecoDomainV20180808", targets: ["TecoDomainV20180808"]),
.library(name: "TecoDrmV20181115", targets: ["TecoDrmV20181115"]),
.library(name: "TecoDsV20180523", targets: ["TecoDsV20180523"]),
.library(name: "TecoDsgcV20190723", targets: ["TecoDsgcV20190723"]),
.library(name: "TecoDtfV20200506", targets: ["TecoDtfV20200506"]),
.library(name: "TecoDtsV20211206", targets: ["TecoDtsV20211206"]),
.library(name: "TecoDtsV20180330", targets: ["TecoDtsV20180330"]),
.library(name: "TecoEbV20210416", targets: ["TecoEbV20210416"]),
.library(name: "TecoEccV20181213", targets: ["TecoEccV20181213"]),
.library(name: "TecoEcdnV20191012", targets: ["TecoEcdnV20191012"]),
.library(name: "TecoEcmV20190719", targets: ["TecoEcmV20190719"]),
.library(name: "TecoEiamV20210420", targets: ["TecoEiamV20210420"]),
.library(name: "TecoEisV20210601", targets: ["TecoEisV20210601"]),
.library(name: "TecoEisV20200715", targets: ["TecoEisV20200715"]),
.library(name: "TecoEmrV20190103", targets: ["TecoEmrV20190103"]),
.library(name: "TecoEsV20180416", targets: ["TecoEsV20180416"]),
.library(name: "TecoEssV20201111", targets: ["TecoEssV20201111"]),
.library(name: "TecoEssbasicV20210526", targets: ["TecoEssbasicV20210526"]),
.library(name: "TecoEssbasicV20201222", targets: ["TecoEssbasicV20201222"]),
.library(name: "TecoFacefusionV20220927", targets: ["TecoFacefusionV20220927"]),
.library(name: "TecoFacefusionV20181201", targets: ["TecoFacefusionV20181201"]),
.library(name: "TecoFaceidV20180301", targets: ["TecoFaceidV20180301"]),
.library(name: "TecoFmuV20191213", targets: ["TecoFmuV20191213"]),
.library(name: "TecoFtV20200304", targets: ["TecoFtV20200304"]),
.library(name: "TecoGaapV20180529", targets: ["TecoGaapV20180529"]),
.library(name: "TecoGmeV20180711", targets: ["TecoGmeV20180711"]),
.library(name: "TecoGoosefsV20220519", targets: ["TecoGoosefsV20220519"]),
.library(name: "TecoGpmV20200820", targets: ["TecoGpmV20200820"]),
.library(name: "TecoGsV20191118", targets: ["TecoGsV20191118"]),
.library(name: "TecoGseV20191112", targets: ["TecoGseV20191112"]),
.library(name: "TecoHaboV20181203", targets: ["TecoHaboV20181203"]),
.library(name: "TecoHasimV20210716", targets: ["TecoHasimV20210716"]),
.library(name: "TecoHcmV20181106", targets: ["TecoHcmV20181106"]),
.library(name: "TecoIaiV20200303", targets: ["TecoIaiV20200303"]),
.library(name: "TecoIaiV20180301", targets: ["TecoIaiV20180301"]),
.library(name: "TecoIcV20190307", targets: ["TecoIcV20190307"]),
.library(name: "TecoIcrV20211014", targets: ["TecoIcrV20211014"]),
.library(name: "TecoIeV20200304", targets: ["TecoIeV20200304"]),
.library(name: "TecoIecpV20210914", targets: ["TecoIecpV20210914"]),
.library(name: "TecoIirV20200417", targets: ["TecoIirV20200417"]),
.library(name: "TecoImsV20201229", targets: ["TecoImsV20201229"]),
.library(name: "TecoImsV20200713", targets: ["TecoImsV20200713"]),
.library(name: "TecoIntlpartnersmgtV20220928", targets: ["TecoIntlpartnersmgtV20220928"]),
.library(name: "TecoIotV20180123", targets: ["TecoIotV20180123"]),
.library(name: "TecoIotcloudV20210408", targets: ["TecoIotcloudV20210408"]),
.library(name: "TecoIotcloudV20180614", targets: ["TecoIotcloudV20180614"]),
.library(name: "TecoIotexplorerV20190423", targets: ["TecoIotexplorerV20190423"]),
.library(name: "TecoIottidV20190411", targets: ["TecoIottidV20190411"]),
.library(name: "TecoIotvideoV20211125", targets: ["TecoIotvideoV20211125"]),
.library(name: "TecoIotvideoV20201215", targets: ["TecoIotvideoV20201215"]),
.library(name: "TecoIotvideoV20191126", targets: ["TecoIotvideoV20191126"]),
.library(name: "TecoIotvideoindustryV20201201", targets: ["TecoIotvideoindustryV20201201"]),
.library(name: "TecoIrpV20220805", targets: ["TecoIrpV20220805"]),
.library(name: "TecoIrpV20220324", targets: ["TecoIrpV20220324"]),
.library(name: "TecoIssV20230517", targets: ["TecoIssV20230517"]),
.library(name: "TecoIvldV20210903", targets: ["TecoIvldV20210903"]),
.library(name: "TecoKeewidbV20220308", targets: ["TecoKeewidbV20220308"]),
.library(name: "TecoKmsV20190118", targets: ["TecoKmsV20190118"]),
.library(name: "TecoLcicV20220817", targets: ["TecoLcicV20220817"]),
.library(name: "TecoLighthouseV20200324", targets: ["TecoLighthouseV20200324"]),
.library(name: "TecoLiveV20180801", targets: ["TecoLiveV20180801"]),
.library(name: "TecoLowcodeV20210108", targets: ["TecoLowcodeV20210108"]),
.library(name: "TecoLpV20200224", targets: ["TecoLpV20200224"]),
.library(name: "TecoMallV20230518", targets: ["TecoMallV20230518"]),
.library(name: "TecoMariadbV20170312", targets: ["TecoMariadbV20170312"]),
.library(name: "TecoMarketV20191010", targets: ["TecoMarketV20191010"]),
.library(name: "TecoMemcachedV20190318", targets: ["TecoMemcachedV20190318"]),
.library(name: "TecoMgobeV20201014", targets: ["TecoMgobeV20201014"]),
.library(name: "TecoMgobeV20190929", targets: ["TecoMgobeV20190929"]),
.library(name: "TecoMmpsV20200710", targets: ["TecoMmpsV20200710"]),
.library(name: "TecoMnaV20210119", targets: ["TecoMnaV20210119"]),
.library(name: "TecoMongodbV20190725", targets: ["TecoMongodbV20190725"]),
.library(name: "TecoMongodbV20180408", targets: ["TecoMongodbV20180408"]),
.library(name: "TecoMonitorV20180724", targets: ["TecoMonitorV20180724"]),
.library(name: "TecoMpsV20190612", targets: ["TecoMpsV20190612"]),
.library(name: "TecoMrsV20200910", targets: ["TecoMrsV20200910"]),
.library(name: "TecoMsV20180408", targets: ["TecoMsV20180408"]),
.library(name: "TecoMspV20180319", targets: ["TecoMspV20180319"]),
.library(name: "TecoMvjV20190926", targets: ["TecoMvjV20190926"]),
.library(name: "TecoNlpV20190408", targets: ["TecoNlpV20190408"]),
.library(name: "TecoNppV20190823", targets: ["TecoNppV20190823"]),
.library(name: "TecoOceanusV20190422", targets: ["TecoOceanusV20190422"]),
.library(name: "TecoOcrV20181119", targets: ["TecoOcrV20181119"]),
.library(name: "TecoOmicsV20221128", targets: ["TecoOmicsV20221128"]),
.library(name: "TecoOrganizationV20210331", targets: ["TecoOrganizationV20210331"]),
.library(name: "TecoOrganizationV20181225", targets: ["TecoOrganizationV20181225"]),
.library(name: "TecoPartnersV20180321", targets: ["TecoPartnersV20180321"]),
.library(name: "TecoPdsV20210701", targets: ["TecoPdsV20210701"]),
.library(name: "TecoPostgresV20170312", targets: ["TecoPostgresV20170312"]),
.library(name: "TecoPrivatednsV20201028", targets: ["TecoPrivatednsV20201028"]),
.library(name: "TecoPtsV20210728", targets: ["TecoPtsV20210728"]),
.library(name: "TecoRceV20201103", targets: ["TecoRceV20201103"]),
.library(name: "TecoRedisV20180412", targets: ["TecoRedisV20180412"]),
.library(name: "TecoRegionV20220627", targets: ["TecoRegionV20220627"]),
.library(name: "TecoRkpV20191209", targets: ["TecoRkpV20191209"]),
.library(name: "TecoRpV20200224", targets: ["TecoRpV20200224"]),
.library(name: "TecoRumV20210622", targets: ["TecoRumV20210622"]),
.library(name: "TecoScfV20180416", targets: ["TecoScfV20180416"]),
.library(name: "TecoSesV20201002", targets: ["TecoSesV20201002"]),
.library(name: "TecoSmhV20210712", targets: ["TecoSmhV20210712"]),
.library(name: "TecoSmopV20201203", targets: ["TecoSmopV20201203"]),
.library(name: "TecoSmpnV20190822", targets: ["TecoSmpnV20190822"]),
.library(name: "TecoSmsV20210111", targets: ["TecoSmsV20210111"]),
.library(name: "TecoSmsV20190711", targets: ["TecoSmsV20190711"]),
.library(name: "TecoSoeV20180724", targets: ["TecoSoeV20180724"]),
.library(name: "TecoSolarV20181011", targets: ["TecoSolarV20181011"]),
.library(name: "TecoSqlserverV20180328", targets: ["TecoSqlserverV20180328"]),
.library(name: "TecoSsaV20180608", targets: ["TecoSsaV20180608"]),
.library(name: "TecoSslV20191205", targets: ["TecoSslV20191205"]),
.library(name: "TecoSslpodV20190605", targets: ["TecoSslpodV20190605"]),
.library(name: "TecoSsmV20190923", targets: ["TecoSsmV20190923"]),
.library(name: "TecoStsV20180813", targets: ["TecoStsV20180813"]),
.library(name: "TecoTafV20200210", targets: ["TecoTafV20200210"]),
.library(name: "TecoTagV20180813", targets: ["TecoTagV20180813"]),
.library(name: "TecoTanV20220420", targets: ["TecoTanV20220420"]),
.library(name: "TecoTatV20201028", targets: ["TecoTatV20201028"]),
.library(name: "TecoTavV20190118", targets: ["TecoTavV20190118"]),
.library(name: "TecoTbaasV20180416", targets: ["TecoTbaasV20180416"]),
.library(name: "TecoTbmV20180129", targets: ["TecoTbmV20180129"]),
.library(name: "TecoTbpV20190627", targets: ["TecoTbpV20190627"]),
.library(name: "TecoTbpV20190311", targets: ["TecoTbpV20190311"]),
.library(name: "TecoTcaplusdbV20190823", targets: ["TecoTcaplusdbV20190823"]),
.library(name: "TecoTcbV20180608", targets: ["TecoTcbV20180608"]),
.library(name: "TecoTcbrV20220217", targets: ["TecoTcbrV20220217"]),
.library(name: "TecoTcexV20200727", targets: ["TecoTcexV20200727"]),
.library(name: "TecoTchdV20230306", targets: ["TecoTchdV20230306"]),
.library(name: "TecoTciV20190318", targets: ["TecoTciV20190318"]),
.library(name: "TecoTcmV20210413", targets: ["TecoTcmV20210413"]),
.library(name: "TecoTcrV20190924", targets: ["TecoTcrV20190924"]),
.library(name: "TecoTcssV20201101", targets: ["TecoTcssV20201101"]),
.library(name: "TecoTdcpgV20211118", targets: ["TecoTdcpgV20211118"]),
.library(name: "TecoTdidV20210519", targets: ["TecoTdidV20210519"]),
.library(name: "TecoTdmqV20200217", targets: ["TecoTdmqV20200217"]),
.library(name: "TecoTdsV20220801", targets: ["TecoTdsV20220801"]),
.library(name: "TecoTemV20210701", targets: ["TecoTemV20210701"]),
.library(name: "TecoTemV20201221", targets: ["TecoTemV20201221"]),
.library(name: "TecoTeoV20220901", targets: ["TecoTeoV20220901"]),
.library(name: "TecoTeoV20220106", targets: ["TecoTeoV20220106"]),
.library(name: "TecoThpcV20230321", targets: ["TecoThpcV20230321"]),
.library(name: "TecoThpcV20220401", targets: ["TecoThpcV20220401"]),
.library(name: "TecoThpcV20211109", targets: ["TecoThpcV20211109"]),
.library(name: "TecoTiaV20180226", targets: ["TecoTiaV20180226"]),
.library(name: "TecoTicV20201117", targets: ["TecoTicV20201117"]),
.library(name: "TecoTicmV20181127", targets: ["TecoTicmV20181127"]),
.library(name: "TecoTicsV20181115", targets: ["TecoTicsV20181115"]),
.library(name: "TecoTiemsV20190416", targets: ["TecoTiemsV20190416"]),
.library(name: "TecoTiiaV20190529", targets: ["TecoTiiaV20190529"]),
.library(name: "TecoTioneV20211111", targets: ["TecoTioneV20211111"]),
.library(name: "TecoTioneV20191022", targets: ["TecoTioneV20191022"]),
.library(name: "TecoTiwV20190919", targets: ["TecoTiwV20190919"]),
.library(name: "TecoTkeV20180525", targets: ["TecoTkeV20180525"]),
.library(name: "TecoTkgdqV20190411", targets: ["TecoTkgdqV20190411"]),
.library(name: "TecoTmsV20201229", targets: ["TecoTmsV20201229"]),
.library(name: "TecoTmsV20200713", targets: ["TecoTmsV20200713"]),
.library(name: "TecoTmtV20180321", targets: ["TecoTmtV20180321"]),
.library(name: "TecoTourismV20230215", targets: ["TecoTourismV20230215"]),
.library(name: "TecoTrdpV20220726", targets: ["TecoTrdpV20220726"]),
.library(name: "TecoTrocketV20230308", targets: ["TecoTrocketV20230308"]),
.library(name: "TecoTrpV20210515", targets: ["TecoTrpV20210515"]),
.library(name: "TecoTrroV20220325", targets: ["TecoTrroV20220325"]),
.library(name: "TecoTrtcV20190722", targets: ["TecoTrtcV20190722"]),
.library(name: "TecoTseV20201207", targets: ["TecoTseV20201207"]),
.library(name: "TecoTsfV20180326", targets: ["TecoTsfV20180326"]),
.library(name: "TecoTswV20210412", targets: ["TecoTswV20210412"]),
.library(name: "TecoTswV20200924", targets: ["TecoTswV20200924"]),
.library(name: "TecoTtsV20190823", targets: ["TecoTtsV20190823"]),
.library(name: "TecoUmpV20200918", targets: ["TecoUmpV20200918"]),
.library(name: "TecoVmV20210922", targets: ["TecoVmV20210922"]),
.library(name: "TecoVmV20201229", targets: ["TecoVmV20201229"]),
.library(name: "TecoVmV20200709", targets: ["TecoVmV20200709"]),
.library(name: "TecoVmsV20200902", targets: ["TecoVmsV20200902"]),
.library(name: "TecoVodV20180717", targets: ["TecoVodV20180717"]),
.library(name: "TecoVpcV20170312", targets: ["TecoVpcV20170312"]),
.library(name: "TecoVrsV20200824", targets: ["TecoVrsV20200824"]),
.library(name: "TecoWafV20180125", targets: ["TecoWafV20180125"]),
.library(name: "TecoWavV20210129", targets: ["TecoWavV20210129"]),
.library(name: "TecoWedataV20210820", targets: ["TecoWedataV20210820"]),
.library(name: "TecoWeilingwithV20230427", targets: ["TecoWeilingwithV20230427"]),
.library(name: "TecoWssV20180426", targets: ["TecoWssV20180426"]),
.library(name: "TecoYinsudaV20220527", targets: ["TecoYinsudaV20220527"]),
.library(name: "TecoYoumallV20180228", targets: ["TecoYoumallV20180228"]),
.library(name: "TecoYunjingV20180228", targets: ["TecoYunjingV20180228"]),
.library(name: "TecoYunsouV20191115", targets: ["TecoYunsouV20191115"]),
.library(name: "TecoYunsouV20180504", targets: ["TecoYunsouV20180504"]),
.library(name: "TecoZjV20190121", targets: ["TecoZjV20190121"]),
],
dependencies: [
.package(url: "https://github.com/teco-project/teco-core.git", .upToNextMinor(from: "0.5.6"))
],
targets: [
.target(name: "TecoAaV20200224", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Aa/V20200224"),
.target(name: "TecoAaiV20180522", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Aai/V20180522"),
.target(name: "TecoAcpV20220105", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Acp/V20220105"),
.target(name: "TecoAdvisorV20200721", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Advisor/V20200721"),
.target(name: "TecoAfV20200226", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Af/V20200226"),
.target(name: "TecoAfcV20200226", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Afc/V20200226"),
.target(name: "TecoAiartV20221229", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Aiart/V20221229"),
.target(name: "TecoAmeV20190916", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Ame/V20190916"),
.target(name: "TecoAmsV20201229", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Ams/V20201229"),
.target(name: "TecoAmsV20200608", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Ams/V20200608"),
.target(name: "TecoAnicloudV20220923", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Anicloud/V20220923"),
.target(name: "TecoAntiddosV20200309", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Antiddos/V20200309"),
.target(name: "TecoApcasV20201127", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Apcas/V20201127"),
.target(name: "TecoApeV20200513", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Ape/V20200513"),
.target(name: "TecoApiV20201106", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Api/V20201106"),
.target(name: "TecoApigatewayV20180808", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Apigateway/V20180808"),
.target(name: "TecoApmV20210622", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Apm/V20210622"),
.target(name: "TecoAsrV20190614", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Asr/V20190614"),
.target(name: "TecoAswV20200722", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Asw/V20200722"),
.target(name: "TecoAutoscalingV20180419", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Autoscaling/V20180419"),
.target(name: "TecoBaV20200720", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Ba/V20200720"),
.target(name: "TecoBatchV20170312", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Batch/V20170312"),
.target(name: "TecoBdaV20200324", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Bda/V20200324"),
.target(name: "TecoBiV20220105", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Bi/V20220105"),
.target(name: "TecoBillingV20180709", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Billing/V20180709"),
.target(name: "TecoBizliveV20190313", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Bizlive/V20190313"),
.target(name: "TecoBmV20180423", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Bm/V20180423"),
.target(name: "TecoBmaV20221115", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Bma/V20221115"),
.target(name: "TecoBmaV20210624", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Bma/V20210624"),
.target(name: "TecoBmeipV20180625", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Bmeip/V20180625"),
.target(name: "TecoBmlbV20180625", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Bmlb/V20180625"),
.target(name: "TecoBmvpcV20180625", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Bmvpc/V20180625"),
.target(name: "TecoBpaasV20181217", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Bpaas/V20181217"),
.target(name: "TecoBriV20190328", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Bri/V20190328"),
.target(name: "TecoBscaV20210811", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Bsca/V20210811"),
.target(name: "TecoBtoeV20210514", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Btoe/V20210514"),
.target(name: "TecoBtoeV20210303", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Btoe/V20210303"),
.target(name: "TecoCamV20190116", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Cam/V20190116"),
.target(name: "TecoCaptchaV20190722", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Captcha/V20190722"),
.target(name: "TecoCarV20220110", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Car/V20220110"),
.target(name: "TecoCasbV20200507", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Casb/V20200507"),
.target(name: "TecoCatV20180409", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Cat/V20180409"),
.target(name: "TecoCbsV20170312", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Cbs/V20170312"),
.target(name: "TecoCccV20200210", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Ccc/V20200210"),
.target(name: "TecoCdbV20170320", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Cdb/V20170320"),
.target(name: "TecoCdcV20201214", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Cdc/V20201214"),
.target(name: "TecoCdnV20180606", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Cdn/V20180606"),
.target(name: "TecoCdsV20180420", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Cds/V20180420"),
.target(name: "TecoCdwchV20200915", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Cdwch/V20200915"),
.target(name: "TecoCdwpgV20201230", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Cdwpg/V20201230"),
.target(name: "TecoCfgV20210820", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Cfg/V20210820"),
.target(name: "TecoCfsV20190719", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Cfs/V20190719"),
.target(name: "TecoCfwV20190904", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Cfw/V20190904"),
.target(name: "TecoChdfsV20201112", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Chdfs/V20201112"),
.target(name: "TecoChdfsV20190718", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Chdfs/V20190718"),
.target(name: "TecoCiamV20220331", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Ciam/V20220331"),
.target(name: "TecoCiiV20210408", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Cii/V20210408"),
.target(name: "TecoCiiV20201210", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Cii/V20201210"),
.target(name: "TecoCimV20190318", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Cim/V20190318"),
.target(name: "TecoCisV20180408", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Cis/V20180408"),
.target(name: "TecoCkafkaV20190819", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Ckafka/V20190819"),
.target(name: "TecoClbV20180317", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Clb/V20180317"),
.target(name: "TecoCloudauditV20190319", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Cloudaudit/V20190319"),
.target(name: "TecoCloudhsmV20191112", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Cloudhsm/V20191112"),
.target(name: "TecoCloudstudioV20230508", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Cloudstudio/V20230508"),
.target(name: "TecoCloudstudioV20210524", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Cloudstudio/V20210524"),
.target(name: "TecoClsV20201016", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Cls/V20201016"),
.target(name: "TecoCmeV20191029", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Cme/V20191029"),
.target(name: "TecoCmqV20190304", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Cmq/V20190304"),
.target(name: "TecoCmsV20190321", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Cms/V20190321"),
.target(name: "TecoCpdpV20190820", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Cpdp/V20190820"),
.target(name: "TecoCrV20180321", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Cr/V20180321"),
.target(name: "TecoCsipV20221121", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Csip/V20221121"),
.target(name: "TecoCsxgV20230303", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Csxg/V20230303"),
.target(name: "TecoCvmV20170312", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Cvm/V20170312"),
.target(name: "TecoCwpV20180228", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Cwp/V20180228"),
.target(name: "TecoCwsV20180312", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Cws/V20180312"),
.target(name: "TecoCynosdbV20190107", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Cynosdb/V20190107"),
.target(name: "TecoDasbV20191018", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Dasb/V20191018"),
.target(name: "TecoDataintegrationV20220613", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Dataintegration/V20220613"),
.target(name: "TecoDayuV20180709", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Dayu/V20180709"),
.target(name: "TecoDbbrainV20210527", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Dbbrain/V20210527"),
.target(name: "TecoDbbrainV20191016", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Dbbrain/V20191016"),
.target(name: "TecoDbdcV20201029", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Dbdc/V20201029"),
.target(name: "TecoDcV20180410", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Dc/V20180410"),
.target(name: "TecoDcdbV20180411", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Dcdb/V20180411"),
.target(name: "TecoDlcV20210125", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Dlc/V20210125"),
.target(name: "TecoDnspodV20210323", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Dnspod/V20210323"),
.target(name: "TecoDomainV20180808", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Domain/V20180808"),
.target(name: "TecoDrmV20181115", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Drm/V20181115"),
.target(name: "TecoDsV20180523", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Ds/V20180523"),
.target(name: "TecoDsgcV20190723", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Dsgc/V20190723"),
.target(name: "TecoDtfV20200506", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Dtf/V20200506"),
.target(name: "TecoDtsV20211206", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Dts/V20211206"),
.target(name: "TecoDtsV20180330", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Dts/V20180330"),
.target(name: "TecoEbV20210416", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Eb/V20210416"),
.target(name: "TecoEccV20181213", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Ecc/V20181213"),
.target(name: "TecoEcdnV20191012", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Ecdn/V20191012"),
.target(name: "TecoEcmV20190719", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Ecm/V20190719"),
.target(name: "TecoEiamV20210420", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Eiam/V20210420"),
.target(name: "TecoEisV20210601", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Eis/V20210601"),
.target(name: "TecoEisV20200715", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Eis/V20200715"),
.target(name: "TecoEmrV20190103", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Emr/V20190103"),
.target(name: "TecoEsV20180416", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Es/V20180416"),
.target(name: "TecoEssV20201111", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Ess/V20201111"),
.target(name: "TecoEssbasicV20210526", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Essbasic/V20210526"),
.target(name: "TecoEssbasicV20201222", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Essbasic/V20201222"),
.target(name: "TecoFacefusionV20220927", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Facefusion/V20220927"),
.target(name: "TecoFacefusionV20181201", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Facefusion/V20181201"),
.target(name: "TecoFaceidV20180301", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Faceid/V20180301"),
.target(name: "TecoFmuV20191213", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Fmu/V20191213"),
.target(name: "TecoFtV20200304", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Ft/V20200304"),
.target(name: "TecoGaapV20180529", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Gaap/V20180529"),
.target(name: "TecoGmeV20180711", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Gme/V20180711"),
.target(name: "TecoGoosefsV20220519", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Goosefs/V20220519"),
.target(name: "TecoGpmV20200820", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Gpm/V20200820"),
.target(name: "TecoGsV20191118", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Gs/V20191118"),
.target(name: "TecoGseV20191112", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Gse/V20191112"),
.target(name: "TecoHaboV20181203", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Habo/V20181203"),
.target(name: "TecoHasimV20210716", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Hasim/V20210716"),
.target(name: "TecoHcmV20181106", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Hcm/V20181106"),
.target(name: "TecoIaiV20200303", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Iai/V20200303"),
.target(name: "TecoIaiV20180301", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Iai/V20180301"),
.target(name: "TecoIcV20190307", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Ic/V20190307"),
.target(name: "TecoIcrV20211014", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Icr/V20211014"),
.target(name: "TecoIeV20200304", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Ie/V20200304"),
.target(name: "TecoIecpV20210914", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Iecp/V20210914"),
.target(name: "TecoIirV20200417", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Iir/V20200417"),
.target(name: "TecoImsV20201229", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Ims/V20201229"),
.target(name: "TecoImsV20200713", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Ims/V20200713"),
.target(name: "TecoIntlpartnersmgtV20220928", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Intlpartnersmgt/V20220928"),
.target(name: "TecoIotV20180123", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Iot/V20180123"),
.target(name: "TecoIotcloudV20210408", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Iotcloud/V20210408"),
.target(name: "TecoIotcloudV20180614", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Iotcloud/V20180614"),
.target(name: "TecoIotexplorerV20190423", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Iotexplorer/V20190423"),
.target(name: "TecoIottidV20190411", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Iottid/V20190411"),
.target(name: "TecoIotvideoV20211125", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Iotvideo/V20211125"),
.target(name: "TecoIotvideoV20201215", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Iotvideo/V20201215"),
.target(name: "TecoIotvideoV20191126", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Iotvideo/V20191126"),
.target(name: "TecoIotvideoindustryV20201201", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Iotvideoindustry/V20201201"),
.target(name: "TecoIrpV20220805", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Irp/V20220805"),
.target(name: "TecoIrpV20220324", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Irp/V20220324"),
.target(name: "TecoIssV20230517", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Iss/V20230517"),
.target(name: "TecoIvldV20210903", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Ivld/V20210903"),
.target(name: "TecoKeewidbV20220308", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Keewidb/V20220308"),
.target(name: "TecoKmsV20190118", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Kms/V20190118"),
.target(name: "TecoLcicV20220817", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Lcic/V20220817"),
.target(name: "TecoLighthouseV20200324", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Lighthouse/V20200324"),
.target(name: "TecoLiveV20180801", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Live/V20180801"),
.target(name: "TecoLowcodeV20210108", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Lowcode/V20210108"),
.target(name: "TecoLpV20200224", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Lp/V20200224"),
.target(name: "TecoMallV20230518", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Mall/V20230518"),
.target(name: "TecoMariadbV20170312", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Mariadb/V20170312"),
.target(name: "TecoMarketV20191010", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Market/V20191010"),
.target(name: "TecoMemcachedV20190318", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Memcached/V20190318"),
.target(name: "TecoMgobeV20201014", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Mgobe/V20201014"),
.target(name: "TecoMgobeV20190929", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Mgobe/V20190929"),
.target(name: "TecoMmpsV20200710", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Mmps/V20200710"),
.target(name: "TecoMnaV20210119", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Mna/V20210119"),
.target(name: "TecoMongodbV20190725", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Mongodb/V20190725"),
.target(name: "TecoMongodbV20180408", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Mongodb/V20180408"),
.target(name: "TecoMonitorV20180724", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Monitor/V20180724"),
.target(name: "TecoMpsV20190612", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Mps/V20190612"),
.target(name: "TecoMrsV20200910", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Mrs/V20200910"),
.target(name: "TecoMsV20180408", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Ms/V20180408"),
.target(name: "TecoMspV20180319", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Msp/V20180319"),
.target(name: "TecoMvjV20190926", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Mvj/V20190926"),
.target(name: "TecoNlpV20190408", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Nlp/V20190408"),
.target(name: "TecoNppV20190823", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Npp/V20190823"),
.target(name: "TecoOceanusV20190422", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Oceanus/V20190422"),
.target(name: "TecoOcrV20181119", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Ocr/V20181119"),
.target(name: "TecoOmicsV20221128", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Omics/V20221128"),
.target(name: "TecoOrganizationV20210331", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Organization/V20210331"),
.target(name: "TecoOrganizationV20181225", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Organization/V20181225"),
.target(name: "TecoPartnersV20180321", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Partners/V20180321"),
.target(name: "TecoPdsV20210701", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Pds/V20210701"),
.target(name: "TecoPostgresV20170312", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Postgres/V20170312"),
.target(name: "TecoPrivatednsV20201028", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Privatedns/V20201028"),
.target(name: "TecoPtsV20210728", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Pts/V20210728"),
.target(name: "TecoRceV20201103", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Rce/V20201103"),
.target(name: "TecoRedisV20180412", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Redis/V20180412"),
.target(name: "TecoRegionV20220627", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Region/V20220627"),
.target(name: "TecoRkpV20191209", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Rkp/V20191209"),
.target(name: "TecoRpV20200224", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Rp/V20200224"),
.target(name: "TecoRumV20210622", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Rum/V20210622"),
.target(name: "TecoScfV20180416", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Scf/V20180416"),
.target(name: "TecoSesV20201002", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Ses/V20201002"),
.target(name: "TecoSmhV20210712", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Smh/V20210712"),
.target(name: "TecoSmopV20201203", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Smop/V20201203"),
.target(name: "TecoSmpnV20190822", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Smpn/V20190822"),
.target(name: "TecoSmsV20210111", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Sms/V20210111"),
.target(name: "TecoSmsV20190711", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Sms/V20190711"),
.target(name: "TecoSoeV20180724", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Soe/V20180724"),
.target(name: "TecoSolarV20181011", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Solar/V20181011"),
.target(name: "TecoSqlserverV20180328", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Sqlserver/V20180328"),
.target(name: "TecoSsaV20180608", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Ssa/V20180608"),
.target(name: "TecoSslV20191205", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Ssl/V20191205"),
.target(name: "TecoSslpodV20190605", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Sslpod/V20190605"),
.target(name: "TecoSsmV20190923", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Ssm/V20190923"),
.target(name: "TecoStsV20180813", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Sts/V20180813"),
.target(name: "TecoTafV20200210", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Taf/V20200210"),
.target(name: "TecoTagV20180813", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Tag/V20180813"),
.target(name: "TecoTanV20220420", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Tan/V20220420"),
.target(name: "TecoTatV20201028", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Tat/V20201028"),
.target(name: "TecoTavV20190118", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Tav/V20190118"),
.target(name: "TecoTbaasV20180416", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Tbaas/V20180416"),
.target(name: "TecoTbmV20180129", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Tbm/V20180129"),
.target(name: "TecoTbpV20190627", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Tbp/V20190627"),
.target(name: "TecoTbpV20190311", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Tbp/V20190311"),
.target(name: "TecoTcaplusdbV20190823", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Tcaplusdb/V20190823"),
.target(name: "TecoTcbV20180608", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Tcb/V20180608"),
.target(name: "TecoTcbrV20220217", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Tcbr/V20220217"),
.target(name: "TecoTcexV20200727", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Tcex/V20200727"),
.target(name: "TecoTchdV20230306", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Tchd/V20230306"),
.target(name: "TecoTciV20190318", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Tci/V20190318"),
.target(name: "TecoTcmV20210413", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Tcm/V20210413"),
.target(name: "TecoTcrV20190924", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Tcr/V20190924"),
.target(name: "TecoTcssV20201101", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Tcss/V20201101"),
.target(name: "TecoTdcpgV20211118", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Tdcpg/V20211118"),
.target(name: "TecoTdidV20210519", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Tdid/V20210519"),
.target(name: "TecoTdmqV20200217", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Tdmq/V20200217"),
.target(name: "TecoTdsV20220801", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Tds/V20220801"),
.target(name: "TecoTemV20210701", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Tem/V20210701"),
.target(name: "TecoTemV20201221", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Tem/V20201221"),
.target(name: "TecoTeoV20220901", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Teo/V20220901"),
.target(name: "TecoTeoV20220106", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Teo/V20220106"),
.target(name: "TecoThpcV20230321", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Thpc/V20230321"),
.target(name: "TecoThpcV20220401", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Thpc/V20220401"),
.target(name: "TecoThpcV20211109", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Thpc/V20211109"),
.target(name: "TecoTiaV20180226", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Tia/V20180226"),
.target(name: "TecoTicV20201117", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Tic/V20201117"),
.target(name: "TecoTicmV20181127", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Ticm/V20181127"),
.target(name: "TecoTicsV20181115", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Tics/V20181115"),
.target(name: "TecoTiemsV20190416", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Tiems/V20190416"),
.target(name: "TecoTiiaV20190529", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Tiia/V20190529"),
.target(name: "TecoTioneV20211111", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Tione/V20211111"),
.target(name: "TecoTioneV20191022", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Tione/V20191022"),
.target(name: "TecoTiwV20190919", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Tiw/V20190919"),
.target(name: "TecoTkeV20180525", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Tke/V20180525"),
.target(name: "TecoTkgdqV20190411", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Tkgdq/V20190411"),
.target(name: "TecoTmsV20201229", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Tms/V20201229"),
.target(name: "TecoTmsV20200713", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Tms/V20200713"),
.target(name: "TecoTmtV20180321", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Tmt/V20180321"),
.target(name: "TecoTourismV20230215", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Tourism/V20230215"),
.target(name: "TecoTrdpV20220726", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Trdp/V20220726"),
.target(name: "TecoTrocketV20230308", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Trocket/V20230308"),
.target(name: "TecoTrpV20210515", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Trp/V20210515"),
.target(name: "TecoTrroV20220325", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Trro/V20220325"),
.target(name: "TecoTrtcV20190722", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Trtc/V20190722"),
.target(name: "TecoTseV20201207", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Tse/V20201207"),
.target(name: "TecoTsfV20180326", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Tsf/V20180326"),
.target(name: "TecoTswV20210412", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Tsw/V20210412"),
.target(name: "TecoTswV20200924", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Tsw/V20200924"),
.target(name: "TecoTtsV20190823", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Tts/V20190823"),
.target(name: "TecoUmpV20200918", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Ump/V20200918"),
.target(name: "TecoVmV20210922", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Vm/V20210922"),
.target(name: "TecoVmV20201229", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Vm/V20201229"),
.target(name: "TecoVmV20200709", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Vm/V20200709"),
.target(name: "TecoVmsV20200902", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Vms/V20200902"),
.target(name: "TecoVodV20180717", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Vod/V20180717"),
.target(name: "TecoVpcV20170312", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Vpc/V20170312"),
.target(name: "TecoVrsV20200824", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Vrs/V20200824"),
.target(name: "TecoWafV20180125", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Waf/V20180125"),
.target(name: "TecoWavV20210129", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Wav/V20210129"),
.target(name: "TecoWedataV20210820", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Wedata/V20210820"),
.target(name: "TecoWeilingwithV20230427", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Weilingwith/V20230427"),
.target(name: "TecoWssV20180426", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Wss/V20180426"),
.target(name: "TecoYinsudaV20220527", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Yinsuda/V20220527"),
.target(name: "TecoYoumallV20180228", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Youmall/V20180228"),
.target(name: "TecoYunjingV20180228", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Yunjing/V20180228"),
.target(name: "TecoYunsouV20191115", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Yunsou/V20191115"),
.target(name: "TecoYunsouV20180504", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Yunsou/V20180504"),
.target(name: "TecoZjV20190121", dependencies: [.product(name: "TecoCore", package: "teco-core")], path: "./Sources/Teco/Zj/V20190121"),
]
)