map (#40) #119
Xcode test results
Build Summary
Compile ClippingMask.swift (x86_64)
Compile Conditional.swift (x86_64)
Compile File.swift (x86_64)
error: Swift Compiler Error: Cannot find type 'UIHostingController' in scope
error: Swift Compiler Error: Cannot find type 'UIHostingController' in scope
error: Swift Compiler Error: Cannot find type 'UIHostingController' in scope
error: Swift Compiler Error: Cannot find type 'Context' in scope
error: Swift Compiler Error: Cannot find type 'Context' in scope
error: Swift Compiler Error: Cannot find type 'UIViewControllerRepresentable' in scope
error: Swift Compiler Error: Cannot find type 'UIBlurEffect' in scope
error: Swift Compiler Error: Cannot find type 'UIBlurEffect' in scope
error: Swift Compiler Error: Cannot find type 'UIVisualEffectView' in scope
error: Swift Compiler Error: Cannot find type 'Context' in scope
error: Swift Compiler Error: Cannot find type 'UIVisualEffectView' in scope
error: Swift Compiler Error: Cannot find type 'Context' in scope
error: Swift Compiler Error: Cannot find type 'UIViewRepresentable' in scope
swiftui-support/Sources/SwiftUISupport/Components/File.swift:5:43: error: cannot find type 'UIHostingController' in scope
public typealias UIViewControllerType = UIHostingController<_WrapperView>
^~~~~~~~~~~~~~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/File.swift:10:38: error: cannot find type 'UIHostingController' in scope
private let reference: @MainActor (UIHostingController<_WrapperView>) -> Void
^~~~~~~~~~~~~~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/File.swift:18:27: error: cannot find type 'UIHostingController' in scope
reference: @escaping (UIHostingController<_WrapperView>) -> Void = { _ in }
^~~~~~~~~~~~~~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/File.swift:24:45: error: cannot find type 'Context' in scope
public func makeUIViewController(context: Context) -> UIViewControllerType {
^~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/File.swift:28:89: error: cannot find type 'Context' in scope
public func updateUIViewController(_ uiViewController: UIViewControllerType, context: Context) {
^~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/File.swift:3:43: error: cannot find type 'UIViewControllerRepresentable' in scope
public struct HostingEdge<Content: View>: UIViewControllerRepresentable {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/File.swift:68:14: error: cannot find type 'UIBlurEffect' in scope
let style: UIBlurEffect.Style
^~~~~~~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/File.swift:70:22: error: cannot find type 'UIBlurEffect' in scope
public init(style: UIBlurEffect.Style) {
^~~~~~~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/File.swift:74:47: error: cannot find type 'UIVisualEffectView' in scope
public func makeUIView(context: Context) -> UIVisualEffectView {
^~~~~~~~~~~~~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/File.swift:74:35: error: cannot find type 'Context' in scope
public func makeUIView(context: Context) -> UIVisualEffectView {
^~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/File.swift:78:38: error: cannot find type 'UIVisualEffectView' in scope
public func updateUIView(_ uiView: UIVisualEffectView, context: Context) {
^~~~~~~~~~~~~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/File.swift:78:67: error: cannot find type 'Context' in scope
public func updateUIView(_ uiView: UIVisualEffectView, context: Context) {
^~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/File.swift:66:29: error: cannot find type 'UIViewRepresentable' in scope
public struct VisualEffect: UIViewRepresentable {
^~~~~~~~~~~~~~~~~~~
Compile Hosting.swift (x86_64)
error: Swift Compiler Error: Cannot find type 'UIView' in scope
error: Swift Compiler Error: Cannot find type 'Context' in scope
error: Swift Compiler Error: Cannot find type 'Context' in scope
error: Swift Compiler Error: Cannot find type 'Context' in scope
error: Swift Compiler Error: Cannot find type 'Context' in scope
error: Swift Compiler Error: Cannot find type 'UIViewRepresentable' in scope
error: Swift Compiler Error: Cannot find type 'UIViewController' in scope
error: Swift Compiler Error: Cannot find type 'Context' in scope
error: Swift Compiler Error: Cannot find type 'Context' in scope
error: Swift Compiler Error: Cannot find type 'Context' in scope
error: Swift Compiler Error: Cannot find type 'Context' in scope
error: Swift Compiler Error: Cannot find type 'UIViewControllerRepresentable' in scope
swiftui-support/Sources/SwiftUISupport/Components/Hosting.swift:3:37: error: cannot find type 'UIView' in scope
public struct ViewHost<ContentView: UIView>: UIViewRepresentable {
^~~~~~
swiftui-support/Sources/SwiftUISupport/Components/Hosting.swift:6:70: error: cannot find type 'Context' in scope
private let _update: @MainActor (_ uiView: ContentView, _ context: Context) -> Void
^~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/Hosting.swift:10:69: error: cannot find type 'Context' in scope
update: @escaping @MainActor (_ uiView: ContentView, _ context: Context) -> Void = { _, _ in }
^~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/Hosting.swift:16:35: error: cannot find type 'Context' in scope
public func makeUIView(context: Context) -> ContentView {
^~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/Hosting.swift:20:60: error: cannot find type 'Context' in scope
public func updateUIView(_ uiView: ContentView, context: Context) {
^~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/Hosting.swift:3:46: error: cannot find type 'UIViewRepresentable' in scope
public struct ViewHost<ContentView: UIView>: UIViewRepresentable {
^~~~~~~~~~~~~~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/Hosting.swift:26:57: error: cannot find type 'UIViewController' in scope
public struct ViewControllerHost<ContentViewController: UIViewController>:
^~~~~~~~~~~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/Hosting.swift:32:69: error: cannot find type 'Context' in scope
@MainActor (_ uiViewController: ContentViewController, _ context: Context) -> Void
^~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/Hosting.swift:36:89: error: cannot find type 'Context' in scope
update: @escaping @MainActor (_ uiViewController: ContentViewController, _ context: Context) ->
^~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/Hosting.swift:43:45: error: cannot find type 'Context' in scope
public func makeUIViewController(context: Context) -> ContentViewController {
^~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/Hosting.swift:47:90: error: cannot find type 'Context' in scope
public func updateUIViewController(_ uiViewController: ContentViewController, context: Context) {
^~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/Hosting.swift:27:3: error: cannot find type 'UIViewControllerRepresentable' in scope
UIViewControllerRepresentable
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Compile ImageView.swift (x86_64)
Compile LocalState.swift (x86_64)
error: Swift Compiler Error: 'onChange(of:perform:)' is only available in macOS 11.0 or newer
swiftui-support/Sources/SwiftUISupport/Components/LocalState.swift:47:8: error: 'onChange(of:perform:)' is only available in macOS 11.0 or newer
.onChange(of: state) { newValue in
^
swiftui-support/Sources/SwiftUISupport/Components/LocalState.swift:47:8: note: add 'if #available' version check
.onChange(of: state) { newValue in
^
swiftui-support/Sources/SwiftUISupport/Components/LocalState.swift:45:14: note: add @available attribute to enclosing property
public var body: some View {
^
swiftui-support/Sources/SwiftUISupport/Components/LocalState.swift:27:15: note: add @available attribute to enclosing generic struct
public struct LocalState<State: Equatable, Content: View>: View {
^
Emitting module for SwiftUISupport
error: Swift Compiler Error: Cannot find type 'UIHostingController' in scope
error: Swift Compiler Error: Cannot find type 'UIHostingController' in scope
error: Swift Compiler Error: Cannot find type 'UIHostingController' in scope
error: Swift Compiler Error: Cannot find type 'Context' in scope
error: Swift Compiler Error: Cannot find type 'Context' in scope
error: Swift Compiler Error: Cannot find type 'UIViewControllerRepresentable' in scope
error: Swift Compiler Error: Cannot find type 'UIBlurEffect' in scope
error: Swift Compiler Error: Cannot find type 'UIBlurEffect' in scope
error: Swift Compiler Error: Cannot find type 'UIVisualEffectView' in scope
error: Swift Compiler Error: Cannot find type 'Context' in scope
error: Swift Compiler Error: Cannot find type 'UIVisualEffectView' in scope
error: Swift Compiler Error: Cannot find type 'Context' in scope
error: Swift Compiler Error: Cannot find type 'UIViewRepresentable' in scope
error: Swift Compiler Error: Cannot find type 'UIView' in scope
error: Swift Compiler Error: Cannot find type 'Context' in scope
error: Swift Compiler Error: Cannot find type 'Context' in scope
error: Swift Compiler Error: Cannot find type 'Context' in scope
error: Swift Compiler Error: Cannot find type 'Context' in scope
error: Swift Compiler Error: Cannot find type 'UIViewRepresentable' in scope
error: Swift Compiler Error: Cannot find type 'UIViewController' in scope
error: Swift Compiler Error: Cannot find type 'Context' in scope
error: Swift Compiler Error: Cannot find type 'Context' in scope
error: Swift Compiler Error: Cannot find type 'Context' in scope
error: Swift Compiler Error: Cannot find type 'Context' in scope
error: Swift Compiler Error: Cannot find type 'UIViewControllerRepresentable' in scope
error: Swift Compiler Error: Cannot find type 'UILabel' in scope
error: Swift Compiler Error: Cannot find type 'UILabel' in scope
error: Swift Compiler Error: Cannot find type 'Context' in scope
error: Swift Compiler Error: Cannot find type 'UILabel' in scope
error: Swift Compiler Error: Cannot find type 'Context' in scope
error: Swift Compiler Error: Cannot find type 'UIViewRepresentable' in scope
error: Swift Compiler Error: 'onChange(of:perform:)' is only available in macOS 11.0 or newer
error: Swift Compiler Error: 'buildLimitedAvailability' is only available in macOS 11.0 or newer
swiftui-support/Sources/SwiftUISupport/Components/File.swift:5:43: error: cannot find type 'UIHostingController' in scope
public typealias UIViewControllerType = UIHostingController<_WrapperView>
^~~~~~~~~~~~~~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/File.swift:10:38: error: cannot find type 'UIHostingController' in scope
private let reference: @MainActor (UIHostingController<_WrapperView>) -> Void
^~~~~~~~~~~~~~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/File.swift:18:27: error: cannot find type 'UIHostingController' in scope
reference: @escaping (UIHostingController<_WrapperView>) -> Void = { _ in }
^~~~~~~~~~~~~~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/File.swift:24:45: error: cannot find type 'Context' in scope
public func makeUIViewController(context: Context) -> UIViewControllerType {
^~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/File.swift:28:89: error: cannot find type 'Context' in scope
public func updateUIViewController(_ uiViewController: UIViewControllerType, context: Context) {
^~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/File.swift:3:43: error: cannot find type 'UIViewControllerRepresentable' in scope
public struct HostingEdge<Content: View>: UIViewControllerRepresentable {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/File.swift:68:14: error: cannot find type 'UIBlurEffect' in scope
let style: UIBlurEffect.Style
^~~~~~~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/File.swift:70:22: error: cannot find type 'UIBlurEffect' in scope
public init(style: UIBlurEffect.Style) {
^~~~~~~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/File.swift:74:47: error: cannot find type 'UIVisualEffectView' in scope
public func makeUIView(context: Context) -> UIVisualEffectView {
^~~~~~~~~~~~~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/File.swift:74:35: error: cannot find type 'Context' in scope
public func makeUIView(context: Context) -> UIVisualEffectView {
^~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/File.swift:78:38: error: cannot find type 'UIVisualEffectView' in scope
public func updateUIView(_ uiView: UIVisualEffectView, context: Context) {
^~~~~~~~~~~~~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/File.swift:78:67: error: cannot find type 'Context' in scope
public func updateUIView(_ uiView: UIVisualEffectView, context: Context) {
^~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/File.swift:66:29: error: cannot find type 'UIViewRepresentable' in scope
public struct VisualEffect: UIViewRepresentable {
^~~~~~~~~~~~~~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/Hosting.swift:3:37: error: cannot find type 'UIView' in scope
public struct ViewHost<ContentView: UIView>: UIViewRepresentable {
^~~~~~
swiftui-support/Sources/SwiftUISupport/Components/Hosting.swift:6:70: error: cannot find type 'Context' in scope
private let _update: @MainActor (_ uiView: ContentView, _ context: Context) -> Void
^~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/Hosting.swift:10:69: error: cannot find type 'Context' in scope
update: @escaping @MainActor (_ uiView: ContentView, _ context: Context) -> Void = { _, _ in }
^~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/Hosting.swift:16:35: error: cannot find type 'Context' in scope
public func makeUIView(context: Context) -> ContentView {
^~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/Hosting.swift:20:60: error: cannot find type 'Context' in scope
public func updateUIView(_ uiView: ContentView, context: Context) {
^~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/Hosting.swift:3:46: error: cannot find type 'UIViewRepresentable' in scope
public struct ViewHost<ContentView: UIView>: UIViewRepresentable {
^~~~~~~~~~~~~~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/Hosting.swift:26:57: error: cannot find type 'UIViewController' in scope
public struct ViewControllerHost<ContentViewController: UIViewController>:
^~~~~~~~~~~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/Hosting.swift:32:69: error: cannot find type 'Context' in scope
@MainActor (_ uiViewController: ContentViewController, _ context: Context) -> Void
^~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/Hosting.swift:36:89: error: cannot find type 'Context' in scope
update: @escaping @MainActor (_ uiViewController: ContentViewController, _ context: Context) ->
^~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/Hosting.swift:43:45: error: cannot find type 'Context' in scope
public func makeUIViewController(context: Context) -> ContentViewController {
^~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/Hosting.swift:47:90: error: cannot find type 'Context' in scope
public func updateUIViewController(_ uiViewController: ContentViewController, context: Context) {
^~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/Hosting.swift:27:3: error: cannot find type 'UIViewControllerRepresentable' in scope
UIViewControllerRepresentable
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/UIKitText.swift:8:33: error: cannot find type 'UILabel' in scope
public typealias UIViewType = UILabel
^~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/UIKitText.swift:16:47: error: cannot find type 'UILabel' in scope
public func makeUIView(context: Context) -> UILabel {
^~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/UIKitText.swift:16:35: error: cannot find type 'Context' in scope
public func makeUIView(context: Context) -> UILabel {
^~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/UIKitText.swift:24:38: error: cannot find type 'UILabel' in scope
public func updateUIView(_ uiView: UILabel, context: Context) {
^~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/UIKitText.swift:24:56: error: cannot find type 'Context' in scope
public func updateUIView(_ uiView: UILabel, context: Context) {
^~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/UIKitText.swift:6:26: error: cannot find type 'UIViewRepresentable' in scope
public struct UIKitText: UIViewRepresentable {
^~~~~~~~~~~~~~~~~~~
swiftui-support/Sources/SwiftUISupport/Extensions/View+.swift:51:12: error: 'onChange(of:perform:)' is only available in macOS 11.0 or newer
self.onChange(of: value, perform: perform)
^
swiftui-support/Sources/SwiftUISupport/Extensions/View+.swift:51:12: note: add 'if #available' version check
self.onChange(of: value, perform: perform)
^
swiftui-support/Sources/SwiftUISupport/Extensions/View+.swift:49:15: note: add @available attribute to enclosing instance method
public func _onChange<T: Equatable>(of value: T, perform: @escaping (T) -> Void) -> some View {
^
swiftui-support/Sources/SwiftUISupport/Extensions/View+.swift:43:1: note: add @available attribute to enclosing extension
extension View {
^
swiftui-support/Sources/SwiftUISupport/Extensions/View+.swift:50:32: error: 'buildLimitedAvailability' is only available in macOS 11.0 or newer
if #available(iOS 14.0, *) {
^
swiftui-support/Sources/SwiftUISupport/Extensions/View+.swift:50:32: note: add 'if #available' version check
if #available(iOS 14.0, *) {
^
swiftui-support/Sources/SwiftUISupport/Extensions/View+.swift:49:15: note: add @available attribute to enclosing instance method
public func _onChange<T: Equatable>(of value: T, perform: @escaping (T) -> Void) -> some View {
^
swiftui-support/Sources/SwiftUISupport/Extensions/View+.swift:43:1: note: add @available attribute to enclosing extension
extension View {
^
Compile TimelineView.swift (x86_64)
Compile UIKitText.swift (x86_64)
error: Swift Compiler Error: Cannot find type 'UILabel' in scope
error: Swift Compiler Error: Cannot find type 'UILabel' in scope
error: Swift Compiler Error: Cannot find type 'Context' in scope
error: Swift Compiler Error: Cannot find type 'UILabel' in scope
error: Swift Compiler Error: Cannot find type 'Context' in scope
error: Swift Compiler Error: Cannot find type 'UIViewRepresentable' in scope
error: Swift Compiler Error: Cannot find 'UILabel' in scope
error: Swift Compiler Error: Cannot infer contextual base in reference to member 'required'
error: Swift Compiler Error: Cannot infer contextual base in reference to member 'vertical'
error: Swift Compiler Error: Cannot infer contextual base in reference to member 'required'
error: Swift Compiler Error: Cannot infer contextual base in reference to member 'horizontal'
swiftui-support/Sources/SwiftUISupport/Components/UIKitText.swift:8:33: error: cannot find type 'UILabel' in scope
public typealias UIViewType = UILabel
^~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/UIKitText.swift:16:47: error: cannot find type 'UILabel' in scope
public func makeUIView(context: Context) -> UILabel {
^~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/UIKitText.swift:16:35: error: cannot find type 'Context' in scope
public func makeUIView(context: Context) -> UILabel {
^~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/UIKitText.swift:24:38: error: cannot find type 'UILabel' in scope
public func updateUIView(_ uiView: UILabel, context: Context) {
^~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/UIKitText.swift:24:56: error: cannot find type 'Context' in scope
public func updateUIView(_ uiView: UILabel, context: Context) {
^~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/UIKitText.swift:6:26: error: cannot find type 'UIViewRepresentable' in scope
public struct UIKitText: UIViewRepresentable {
^~~~~~~~~~~~~~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/UIKitText.swift:17:17: error: cannot find 'UILabel' in scope
let label = UILabel()
^~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/UIKitText.swift:19:38: error: cannot infer contextual base in reference to member 'required'
label.setContentHuggingPriority(.required, for: .vertical)
~^~~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/UIKitText.swift:19:54: error: cannot infer contextual base in reference to member 'vertical'
label.setContentHuggingPriority(.required, for: .vertical)
~^~~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/UIKitText.swift:20:38: error: cannot infer contextual base in reference to member 'required'
label.setContentHuggingPriority(.required, for: .horizontal)
~^~~~~~~~
swiftui-support/Sources/SwiftUISupport/Components/UIKitText.swift:20:54: error: cannot infer contextual base in reference to member 'horizontal'
label.setContentHuggingPriority(.required, for: .horizontal)
~^~~~~~~~~~
Compile Animation+.swift (x86_64)
Compile ForEach+.swift (x86_64)
Compile View+.swift (x86_64)
error: Swift Compiler Error: 'onChange(of:perform:)' is only available in macOS 11.0 or newer
error: Swift Compiler Error: 'buildLimitedAvailability' is only available in macOS 11.0 or newer
swiftui-support/Sources/SwiftUISupport/Extensions/View+.swift:51:12: error: 'onChange(of:perform:)' is only available in macOS 11.0 or newer
self.onChange(of: value, perform: perform)
^
swiftui-support/Sources/SwiftUISupport/Extensions/View+.swift:51:12: note: add 'if #available' version check
self.onChange(of: value, perform: perform)
^
swiftui-support/Sources/SwiftUISupport/Extensions/View+.swift:49:15: note: add @available attribute to enclosing instance method
public func _onChange<T: Equatable>(of value: T, perform: @escaping (T) -> Void) -> some View {
^
swiftui-support/Sources/SwiftUISupport/Extensions/View+.swift:43:1: note: add @available attribute to enclosing extension
extension View {
^
swiftui-support/Sources/SwiftUISupport/Extensions/View+.swift:50:32: error: 'buildLimitedAvailability' is only available in macOS 11.0 or newer
if #available(iOS 14.0, *) {
^
swiftui-support/Sources/SwiftUISupport/Extensions/View+.swift:50:32: note: add 'if #available' version check
if #available(iOS 14.0, *) {
^
swiftui-support/Sources/SwiftUISupport/Extensions/View+.swift:49:15: note: add @available attribute to enclosing instance method
public func _onChange<T: Equatable>(of value: T, perform: @escaping (T) -> Void) -> some View {
^
swiftui-support/Sources/SwiftUISupport/Extensions/View+.swift:43:1: note: add @available attribute to enclosing extension
extension View {
^
Compile View+Gradient.swift (x86_64)
Compiling ObservedView.swift, OnChangeWithPrevious.swift, RelativeView.swift, StateObject.swift, StyleModifier.swift, SwiftUISupport.swift
error: Command SwiftCompile failed with a nonzero exit code
Command SwiftCompile failed with a nonzero exit code
Annotations
Check failure on line 5 in swiftui-support/Sources/SwiftUISupport/Components/File.swift
github-actions / Xcode test results
error
Cannot find type 'UIHostingController' in scope
Check failure on line 10 in swiftui-support/Sources/SwiftUISupport/Components/File.swift
github-actions / Xcode test results
error
Cannot find type 'UIHostingController' in scope
Check failure on line 18 in swiftui-support/Sources/SwiftUISupport/Components/File.swift
github-actions / Xcode test results
error
Cannot find type 'UIHostingController' in scope
Check failure on line 24 in swiftui-support/Sources/SwiftUISupport/Components/File.swift
github-actions / Xcode test results
error
Cannot find type 'Context' in scope
Check failure on line 28 in swiftui-support/Sources/SwiftUISupport/Components/File.swift
github-actions / Xcode test results
error
Cannot find type 'Context' in scope
Check failure on line 3 in swiftui-support/Sources/SwiftUISupport/Components/File.swift
github-actions / Xcode test results
error
Cannot find type 'UIViewControllerRepresentable' in scope
Check failure on line 68 in swiftui-support/Sources/SwiftUISupport/Components/File.swift
github-actions / Xcode test results
error
Cannot find type 'UIBlurEffect' in scope
Check failure on line 70 in swiftui-support/Sources/SwiftUISupport/Components/File.swift
github-actions / Xcode test results
error
Cannot find type 'UIBlurEffect' in scope
Check failure on line 74 in swiftui-support/Sources/SwiftUISupport/Components/File.swift
github-actions / Xcode test results
error
Cannot find type 'UIVisualEffectView' in scope
Check failure on line 74 in swiftui-support/Sources/SwiftUISupport/Components/File.swift
github-actions / Xcode test results
error
Cannot find type 'Context' in scope
Check failure on line 78 in swiftui-support/Sources/SwiftUISupport/Components/File.swift
github-actions / Xcode test results
error
Cannot find type 'UIVisualEffectView' in scope
Check failure on line 78 in swiftui-support/Sources/SwiftUISupport/Components/File.swift
github-actions / Xcode test results
error
Cannot find type 'Context' in scope
Check failure on line 66 in swiftui-support/Sources/SwiftUISupport/Components/File.swift
github-actions / Xcode test results
error
Cannot find type 'UIViewRepresentable' in scope
Check failure on line 3 in swiftui-support/Sources/SwiftUISupport/Components/Hosting.swift
github-actions / Xcode test results
error
Cannot find type 'UIView' in scope
Check failure on line 6 in swiftui-support/Sources/SwiftUISupport/Components/Hosting.swift
github-actions / Xcode test results
error
Cannot find type 'Context' in scope
Check failure on line 10 in swiftui-support/Sources/SwiftUISupport/Components/Hosting.swift
github-actions / Xcode test results
error
Cannot find type 'Context' in scope
Check failure on line 16 in swiftui-support/Sources/SwiftUISupport/Components/Hosting.swift
github-actions / Xcode test results
error
Cannot find type 'Context' in scope
Check failure on line 20 in swiftui-support/Sources/SwiftUISupport/Components/Hosting.swift
github-actions / Xcode test results
error
Cannot find type 'Context' in scope
Check failure on line 3 in swiftui-support/Sources/SwiftUISupport/Components/Hosting.swift
github-actions / Xcode test results
error
Cannot find type 'UIViewRepresentable' in scope
Check failure on line 26 in swiftui-support/Sources/SwiftUISupport/Components/Hosting.swift
github-actions / Xcode test results
error
Cannot find type 'UIViewController' in scope
Check failure on line 32 in swiftui-support/Sources/SwiftUISupport/Components/Hosting.swift
github-actions / Xcode test results
error
Cannot find type 'Context' in scope
Check failure on line 36 in swiftui-support/Sources/SwiftUISupport/Components/Hosting.swift
github-actions / Xcode test results
error
Cannot find type 'Context' in scope
Check failure on line 43 in swiftui-support/Sources/SwiftUISupport/Components/Hosting.swift
github-actions / Xcode test results
error
Cannot find type 'Context' in scope
Check failure on line 47 in swiftui-support/Sources/SwiftUISupport/Components/Hosting.swift
github-actions / Xcode test results
error
Cannot find type 'Context' in scope
Check failure on line 27 in swiftui-support/Sources/SwiftUISupport/Components/Hosting.swift
github-actions / Xcode test results
error
Cannot find type 'UIViewControllerRepresentable' in scope