Skip to content

Commit 195f1d4

Browse files
authored
Merge pull request #5065 from jrose-apple/manual-overlay-dependencies
2 parents 00d10c4 + b3a9ce6 commit 195f1d4

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

stdlib/public/SDK/HomeKit/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ add_swift_library(swiftHomeKit ${SWIFT_SDK_OVERLAY_LIBRARY_BUILD_TYPES} IS_SDK_O
77
SWIFT_MODULE_DEPENDS_IOS Darwin CoreGraphics CoreImage Dispatch Foundation ObjectiveC QuartzCore UIKit # auto-updated
88
SWIFT_MODULE_DEPENDS_TVOS Darwin CoreGraphics CoreImage Dispatch Foundation ObjectiveC QuartzCore UIKit # auto-updated
99
SWIFT_MODULE_DEPENDS_WATCHOS Darwin CoreGraphics Dispatch Foundation ObjectiveC # auto-updated
10+
UIKit # required in some configurations but not found by tool
1011
FRAMEWORK_DEPENDS_WEAK HomeKit
1112
)

stdlib/public/SDK/MapKit/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ add_swift_library(swiftMapKit ${SWIFT_SDK_OVERLAY_LIBRARY_BUILD_TYPES} IS_SDK_OV
66
SWIFT_MODULE_DEPENDS_OSX Darwin AppKit CoreData CoreGraphics CoreImage CoreLocation Dispatch Foundation IOKit ObjectiveC QuartzCore XPC # auto-updated
77
SWIFT_MODULE_DEPENDS_TVOS Darwin CoreGraphics CoreImage CoreLocation Dispatch Foundation ObjectiveC QuartzCore UIKit # auto-updated
88
SWIFT_MODULE_DEPENDS_WATCHOS Darwin CoreGraphics CoreLocation Dispatch Foundation ObjectiveC # auto-updated
9+
UIKit # required in some configurations but not found by tool
910
FRAMEWORK_DEPENDS MapKit
1011
)

stdlib/public/SDK/SceneKit/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ add_swift_library(swiftSceneKit ${SWIFT_SDK_OVERLAY_LIBRARY_BUILD_TYPES} IS_SDK_
99
SWIFT_MODULE_DEPENDS_IOS Darwin CoreGraphics CoreImage Dispatch Foundation GLKit ObjectiveC QuartzCore simd UIKit # auto-updated
1010
SWIFT_MODULE_DEPENDS_TVOS Darwin CoreGraphics CoreImage Dispatch Foundation GLKit ObjectiveC QuartzCore simd UIKit # auto-updated
1111
SWIFT_MODULE_DEPENDS_WATCHOS Darwin CoreGraphics Dispatch Foundation ObjectiveC simd # auto-updated
12+
UIKit # required in some configurations but not found by tool
1213
FRAMEWORK_DEPENDS_WEAK SceneKit
1314
)

stdlib/public/SDK/os/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ add_swift_library(swiftos ${SWIFT_SDK_OVERLAY_LIBRARY_BUILD_TYPES} IS_SDK_OVERLA
66
LINK_FLAGS "${SWIFT_RUNTIME_SWIFT_LINK_FLAGS}"
77
SWIFT_MODULE_DEPENDS_OSX Darwin Dispatch ObjectiveC XPC # auto-updated
88
SWIFT_MODULE_DEPENDS_IOS Darwin ObjectiveC # auto-updated
9+
Dispatch XPC # required in some configurations but not found by tool
910
SWIFT_MODULE_DEPENDS_TVOS Darwin ObjectiveC # auto-updated
11+
Dispatch XPC # required in some configurations but not found by tool
1012
SWIFT_MODULE_DEPENDS_WATCHOS Darwin ObjectiveC # auto-updated
13+
Dispatch XPC # required in some configurations but not found by tool
1114
)

0 commit comments

Comments
 (0)