1--- !tapi-tbd-v3
2archs:            [ i386, x86_64, arm64 ]
3uuids:            [ 'i386: 00000000-0000-0000-0000-000000000000',
4                    'x86_64: 00000000-0000-0000-0000-000000000001',
5                    'arm64: 00000000-0000-0000-0000-000000000002' ]
6platform:         ios
7install-name:     '/usr/lib/libSystem.dylib'
8current-version:  1281
9exports:
10  - archs:      [ i386, x86_64, arm64 ]
11    re-exports: [ '/usr/lib/system/libcache.dylib' ]
12    symbols:    [ __crashreporter_info__, _cache_create ]
13--- !tapi-tbd-v3
14archs:            [ i386, x86_64, arm64 ]
15uuids:            [ 'i386: 00000000-0000-0000-0000-000000000003',
16                    'x86_64: 00000000-0000-0000-0000-000000000004',
17                    'arm64: 00000000-0000-0000-0000-000000000005' ]
18platform:         ios
19install-name:     '/usr/lib/system/libcache.dylib'
20current-version:  83
21parent-umbrella:  System
22exports:
23  - archs:      [ i386 ]
24    symbols:    [ __cache_handle_memory_pressure_event ]
25  - archs:      [ i386, x86_64 ]
26    symbols:    [ _cache_create, _cache_destroy, _cache_get ]
27
28# The following TAPI document is not re-exported by any other document in this
29# TBD file, and should therefore be inaccessible.
30--- !tapi-tbd-v3
31archs:            [ i386, x86_64, arm64 ]
32uuids:            [ 'i386: 00000000-0000-0000-0000-000000000006',
33                    'x86_64: 00000000-0000-0000-0000-000000000007',
34                    'arm64: 00000000-0000-0000-0000-000000000008' ]
35platform:         ios
36install-name:     '/usr/lib/libnotreexported.dylib'
37exports:
38  - archs:      [ i386, x86_64, arm64 ]
39    symbols:    [ _from_non_reexported_tapi_dylib ]
40...
41