File tree Expand file tree Collapse file tree 4 files changed +6
-0
lines changed Expand file tree Collapse file tree 4 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -7,5 +7,6 @@ add_swift_library(swiftHomeKit ${SWIFT_SDK_OVERLAY_LIBRARY_BUILD_TYPES} IS_SDK_O
7
7
SWIFT_MODULE_DEPENDS_IOS Darwin CoreGraphics CoreImage Dispatch Foundation ObjectiveC QuartzCore UIKit # auto-updated
8
8
SWIFT_MODULE_DEPENDS_TVOS Darwin CoreGraphics CoreImage Dispatch Foundation ObjectiveC QuartzCore UIKit # auto-updated
9
9
SWIFT_MODULE_DEPENDS_WATCHOS Darwin CoreGraphics Dispatch Foundation ObjectiveC # auto-updated
10
+ UIKit # required in some configurations but not found by tool
10
11
FRAMEWORK_DEPENDS_WEAK HomeKit
11
12
)
Original file line number Diff line number Diff line change @@ -6,5 +6,6 @@ add_swift_library(swiftMapKit ${SWIFT_SDK_OVERLAY_LIBRARY_BUILD_TYPES} IS_SDK_OV
6
6
SWIFT_MODULE_DEPENDS_OSX Darwin AppKit CoreData CoreGraphics CoreImage CoreLocation Dispatch Foundation IOKit ObjectiveC QuartzCore XPC # auto-updated
7
7
SWIFT_MODULE_DEPENDS_TVOS Darwin CoreGraphics CoreImage CoreLocation Dispatch Foundation ObjectiveC QuartzCore UIKit # auto-updated
8
8
SWIFT_MODULE_DEPENDS_WATCHOS Darwin CoreGraphics CoreLocation Dispatch Foundation ObjectiveC # auto-updated
9
+ UIKit # required in some configurations but not found by tool
9
10
FRAMEWORK_DEPENDS MapKit
10
11
)
Original file line number Diff line number Diff line change @@ -9,5 +9,6 @@ add_swift_library(swiftSceneKit ${SWIFT_SDK_OVERLAY_LIBRARY_BUILD_TYPES} IS_SDK_
9
9
SWIFT_MODULE_DEPENDS_IOS Darwin CoreGraphics CoreImage Dispatch Foundation GLKit ObjectiveC QuartzCore simd UIKit # auto-updated
10
10
SWIFT_MODULE_DEPENDS_TVOS Darwin CoreGraphics CoreImage Dispatch Foundation GLKit ObjectiveC QuartzCore simd UIKit # auto-updated
11
11
SWIFT_MODULE_DEPENDS_WATCHOS Darwin CoreGraphics Dispatch Foundation ObjectiveC simd # auto-updated
12
+ UIKit # required in some configurations but not found by tool
12
13
FRAMEWORK_DEPENDS_WEAK SceneKit
13
14
)
Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ add_swift_library(swiftos ${SWIFT_SDK_OVERLAY_LIBRARY_BUILD_TYPES} IS_SDK_OVERLA
6
6
LINK_FLAGS "${SWIFT_RUNTIME_SWIFT_LINK_FLAGS} "
7
7
SWIFT_MODULE_DEPENDS_OSX Darwin Dispatch ObjectiveC XPC # auto-updated
8
8
SWIFT_MODULE_DEPENDS_IOS Darwin ObjectiveC # auto-updated
9
+ Dispatch XPC # required in some configurations but not found by tool
9
10
SWIFT_MODULE_DEPENDS_TVOS Darwin ObjectiveC # auto-updated
11
+ Dispatch XPC # required in some configurations but not found by tool
10
12
SWIFT_MODULE_DEPENDS_WATCHOS Darwin ObjectiveC # auto-updated
13
+ Dispatch XPC # required in some configurations but not found by tool
11
14
)
You can’t perform that action at this time.
0 commit comments