Skip to content

Commit a8b6afd

Browse files
committed
[shims] Remove some obsolete shims modules
The corresponding overlays are maintained outside of this repository, and they haven’t been importing these shims for years. SDKs that shipped between Xcode 10.2 and Xcode 11 (or so) contained overlay modules that imported these shims modules, so future toolchain builds won’t work correctly with those SDKs. (This is fine! We do not expect toolchain builds to work with years old Xcode installations anyway.)
1 parent 360ce72 commit a8b6afd

10 files changed

+0
-757
lines changed

stdlib/public/SwiftShims/AppKitOverlayShims.h

Lines changed: 0 additions & 124 deletions
This file was deleted.

stdlib/public/SwiftShims/CMakeLists.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,9 @@ set(sources
2424
_SwiftConcurrency.h
2525
_SwiftDistributed.h
2626

27-
CoreMediaOverlayShims.h
2827
DispatchOverlayShims.h
29-
NetworkOverlayShims.h
30-
OSOverlayShims.h
3128
ObjectiveCOverlayShims.h
32-
SafariServicesOverlayShims.h
33-
AppKitOverlayShims.h
34-
UIKitOverlayShims.h
3529
XCTestOverlayShims.h
36-
XPCOverlayShims.h
3730

3831
CoreFoundationOverlayShims.h
3932
CFCharacterSetShims.h
@@ -55,8 +48,6 @@ set(sources
5548
NSTimeZoneShims.h
5649
NSUndoManagerShims.h
5750

58-
ClockKitOverlayShims.h
59-
6051
module.modulemap
6152
)
6253
set(output_dir "${SWIFTLIB_DIR}/shims")

stdlib/public/SwiftShims/ClockKitOverlayShims.h

Lines changed: 0 additions & 23 deletions
This file was deleted.

stdlib/public/SwiftShims/CoreMediaOverlayShims.h

Lines changed: 0 additions & 75 deletions
This file was deleted.

stdlib/public/SwiftShims/NetworkOverlayShims.h

Lines changed: 0 additions & 101 deletions
This file was deleted.

0 commit comments

Comments
 (0)