The Swift Package Index logo.Swift Package Index

Build Information

Failed to build UIKitViews with Swift 5.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

                                                     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:3:8: note: add @available attribute to enclosing generic struct
struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:60:37: error: 'Axis' is only available in macOS 10.15 or newer
        func fixedFrame(for selfSizedAxis: Axis.Set, alignment: Alignment) -> some View {
                                           ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:60:7: note: add @available attribute to enclosing instance method
        func fixedFrame(for selfSizedAxis: Axis.Set, alignment: Alignment) -> some View {
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:58:9: note: add @available attribute to enclosing extension
private extension View {
        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:60:58: error: 'Alignment' is only available in macOS 10.15 or newer
        func fixedFrame(for selfSizedAxis: Axis.Set, alignment: Alignment) -> some View {
                                                                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:60:7: note: add @available attribute to enclosing instance method
        func fixedFrame(for selfSizedAxis: Axis.Set, alignment: Alignment) -> some View {
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:58:9: note: add @available attribute to enclosing extension
private extension View {
        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:60:77: error: 'View' is only available in macOS 10.15 or newer
        func fixedFrame(for selfSizedAxis: Axis.Set, alignment: Alignment) -> some View {
                                                                                   ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:60:7: note: add @available attribute to enclosing instance method
        func fixedFrame(for selfSizedAxis: Axis.Set, alignment: Alignment) -> some View {
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:58:9: note: add @available attribute to enclosing extension
private extension View {
        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:58:19: error: 'View' is only available in macOS 10.15 or newer
private extension View {
                  ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:58:9: note: add @available attribute to enclosing extension
private extension View {
        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:3:57: error: cannot find type 'UIViewController' in scope
public struct AnyUIViewControllerRepresentable<Content: UIViewController>: UIKitRepresentable {
                                                        ^~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:11:24: error: 'View' is only available in macOS 10.15 or newer
        public var body: some View {
                              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:11:13: note: add @available attribute to enclosing property
        public var body: some View {
                   ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:3:15: note: add @available attribute to enclosing generic struct
public struct AnyUIViewControllerRepresentable<Content: UIViewController>: UIKitRepresentable {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:20:63: error: cannot find type 'UIViewController' in scope
private struct AnyUIViewControllerRepresentableIOS16<Content: UIViewController>: UIViewControllerRepresentable {
                                                              ^~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:24:3: error: 'Environment' is only available in macOS 10.15 or newer
        @Environment(\.uiKitViewFixedSize) private var selfSizedAxis
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:20:16: note: add @available attribute to enclosing generic struct
private struct AnyUIViewControllerRepresentableIOS16<Content: UIViewController>: UIViewControllerRepresentable {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:25:3: error: 'Environment' is only available in macOS 10.15 or newer
        @Environment(\.uiKitViewContentMode) private var uiKitViewContentMode
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:20:16: note: add @available attribute to enclosing generic struct
private struct AnyUIViewControllerRepresentableIOS16<Content: UIViewController>: UIViewControllerRepresentable {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:27:37: error: cannot find type 'Context' in scope
        func makeUIViewController(context: Context) -> Content {
                                           ^~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:31:68: error: cannot find type 'Context' in scope
        func updateUIViewController(_ uiViewController: Content, context: Context) {
                                                                          ^~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:36:86: error: cannot find type 'Context' in scope
        func sizeThatFits(_ proposal: ProposedViewSize, uiViewController: Content, context: Context) -> CGSize? {
                                                                                            ^~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:36:32: error: 'ProposedViewSize' is only available in macOS 13.0 or newer
        func sizeThatFits(_ proposal: ProposedViewSize, uiViewController: Content, context: Context) -> CGSize? {
                                      ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:36:7: note: add @available attribute to enclosing instance method
        func sizeThatFits(_ proposal: ProposedViewSize, uiViewController: Content, context: Context) -> CGSize? {
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:20:16: note: add @available attribute to enclosing generic struct
private struct AnyUIViewControllerRepresentableIOS16<Content: UIViewController>: UIViewControllerRepresentable {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:20:82: error: cannot find type 'UIViewControllerRepresentable' in scope
private struct AnyUIViewControllerRepresentableIOS16<Content: UIViewController>: UIViewControllerRepresentable {
                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:41:63: error: cannot find type 'UIViewController' in scope
private struct AnyUIViewControllerRepresentableIOS13<Content: UIViewController>: UIViewControllerRepresentable {
                                                              ^~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:47:3: error: 'Environment' is only available in macOS 10.15 or newer
        @Environment(\.uiKitViewFixedSize) private var selfSizedAxis
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:41:16: note: add @available attribute to enclosing generic struct
private struct AnyUIViewControllerRepresentableIOS13<Content: UIViewController>: UIViewControllerRepresentable {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:48:3: error: 'Environment' is only available in macOS 10.15 or newer
        @Environment(\.uiKitViewContentMode) private var uiKitViewContentMode
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:41:16: note: add @available attribute to enclosing generic struct
private struct AnyUIViewControllerRepresentableIOS13<Content: UIViewController>: UIViewControllerRepresentable {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewControllerWrapper.swift:3:49: error: cannot find type 'UIViewController' in scope
final class UIKitViewControllerWrapper<Content: UIViewController>: UIViewController {
                                                ^~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:50:37: error: cannot find type 'Context' in scope
        func makeUIViewController(context: Context) -> UIKitViewControllerWrapper<Content> {
                                           ^~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:54:96: error: cannot find type 'Context' in scope
        func updateUIViewController(_ uiViewController: UIKitViewControllerWrapper<Content>, context: Context) {
                                                                                                      ^~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:41:82: error: cannot find type 'UIViewControllerRepresentable' in scope
private struct AnyUIViewControllerRepresentableIOS13<Content: UIViewController>: UIViewControllerRepresentable {
                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:3:47: error: cannot find type 'UIView' in scope
public struct AnyUIViewRepresentable<Content: UIView>: UIKitRepresentable {
                                              ^~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:12:24: error: 'View' is only available in macOS 10.15 or newer
        public var body: some View {
                              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:12:13: note: add @available attribute to enclosing property
        public var body: some View {
                   ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:3:15: note: add @available attribute to enclosing generic struct
public struct AnyUIViewRepresentable<Content: UIView>: UIKitRepresentable {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:21:53: error: cannot find type 'UIView' in scope
private struct AnyUIViewRepresentableIOS16<Content: UIView>: UIViewRepresentable {
                                                    ^~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:25:3: error: 'Environment' is only available in macOS 10.15 or newer
        @Environment(\.uiKitViewFixedSize) private var selfSizedAxis
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:21:16: note: add @available attribute to enclosing generic struct
private struct AnyUIViewRepresentableIOS16<Content: UIView>: UIViewRepresentable {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:26:3: error: 'Environment' is only available in macOS 10.15 or newer
        @Environment(\.uiKitViewContentMode) private var uiKitViewContentMode
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:21:16: note: add @available attribute to enclosing generic struct
private struct AnyUIViewRepresentableIOS16<Content: UIView>: UIViewRepresentable {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:28:27: error: cannot find type 'Context' in scope
        func makeUIView(context: Context) -> Content {
                                 ^~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:32:48: error: cannot find type 'Context' in scope
        func updateUIView(_ uiView: Content, context: Context) {
                                                      ^~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:37:76: error: cannot find type 'Context' in scope
        func sizeThatFits(_ proposal: ProposedViewSize, uiView: Content, context: Context) -> CGSize? {
                                                                                  ^~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:37:32: error: 'ProposedViewSize' is only available in macOS 13.0 or newer
        func sizeThatFits(_ proposal: ProposedViewSize, uiView: Content, context: Context) -> CGSize? {
                                      ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:37:7: note: add @available attribute to enclosing instance method
        func sizeThatFits(_ proposal: ProposedViewSize, uiView: Content, context: Context) -> CGSize? {
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:21:16: note: add @available attribute to enclosing generic struct
private struct AnyUIViewRepresentableIOS16<Content: UIView>: UIViewRepresentable {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:21:62: error: cannot find type 'UIViewRepresentable' in scope
private struct AnyUIViewRepresentableIOS16<Content: UIView>: UIViewRepresentable {
                                                             ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:42:53: error: cannot find type 'UIView' in scope
private struct AnyUIViewRepresentableIOS13<Content: UIView>: UIViewRepresentable {
                                                    ^~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:48:3: error: 'Environment' is only available in macOS 10.15 or newer
        @Environment(\.uiKitViewFixedSize) private var selfSizedAxis
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:42:16: note: add @available attribute to enclosing generic struct
private struct AnyUIViewRepresentableIOS13<Content: UIView>: UIViewRepresentable {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:49:3: error: 'Environment' is only available in macOS 10.15 or newer
        @Environment(\.uiKitViewContentMode) private var uiKitViewContentMode
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:42:16: note: add @available attribute to enclosing generic struct
private struct AnyUIViewRepresentableIOS13<Content: UIView>: UIViewRepresentable {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewWrapper.swift:3:39: error: cannot find type 'UIView' in scope
final class UIKitViewWrapper<Content: UIView>: UIView {
                                      ^~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:51:27: error: cannot find type 'Context' in scope
        func makeUIView(context: Context) -> UIKitViewWrapper<Content> {
                                 ^~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:55:66: error: cannot find type 'Context' in scope
        func updateUIView(_ uiView: UIKitViewWrapper<Content>, context: Context) {
                                                                        ^~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:42:62: error: cannot find type 'UIViewRepresentable' in scope
private struct AnyUIViewRepresentableIOS13<Content: UIView>: UIViewRepresentable {
                                                             ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:64:19: error: cannot find type 'UIView' in scope
private extension UIView {
                  ^~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:15:20: error: property does not override any property from its superclass
        override open var intrinsicContentSize: CGSize {
        ~~~~~~~~          ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:19:33: error: cannot find type 'UIHostingController' in scope
        private let hostingController: UIHostingController<RootView>
                                       ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:27:27: error: 'ViewBuilder' is only available in macOS 10.15 or newer
        public convenience init(@ViewBuilder rootView: () -> RootView) {
                                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:27:21: note: add @available attribute to enclosing initializer
        public convenience init(@ViewBuilder rootView: () -> RootView) {
                           ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:4:12: note: add @available attribute to enclosing generic class
open class HostingView<RootView: View>: UIView {
           ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:56:21: error: method does not override any method from its superclass
        override open func didMoveToWindow() {
        ~~~~~~~~           ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:4:41: error: cannot find type 'UIView' in scope
open class HostingView<RootView: View>: UIView {
                                        ^~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:4:34: error: 'View' is only available in macOS 10.15 or newer
open class HostingView<RootView: View>: UIView {
                                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:4:12: note: add @available attribute to enclosing generic class
open class HostingView<RootView: View>: UIView {
           ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/SelfSizingHostingController.swift:7:21: error: method does not override any method from its superclass
        override open func viewDidLoad() {
        ~~~~~~~~           ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/SelfSizingHostingController.swift:13:21: error: method does not override any method from its superclass
        override open func viewWillLayoutSubviews() {
        ~~~~~~~~           ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/SelfSizingHostingController.swift:22:21: error: method does not override any method from its superclass
        override open func viewDidLayoutSubviews() {
        ~~~~~~~~           ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/SelfSizingHostingController.swift:3:50: error: cannot find type 'UIHostingController' in scope
open class SelfSizingHostingController<Content>: UIHostingController<Content> where Content: View {
                                                 ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/SelfSizingHostingController.swift:3:94: error: 'View' is only available in macOS 10.15 or newer
open class SelfSizingHostingController<Content>: UIHostingController<Content> where Content: View {
                                                                                             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/SelfSizingHostingController.swift:3:12: note: add @available attribute to enclosing generic class
open class SelfSizingHostingController<Content>: UIHostingController<Content> where Content: View {
           ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitRepresentable.swift:8:46: error: 'View' is only available in macOS 10.15 or newer
public protocol UIKitRepresentable<Content>: View {
                                             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitRepresentable.swift:8:17: note: add @available attribute to enclosing protocol
public protocol UIKitRepresentable<Content>: View {
                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitRepresentable.swift:17:29: error: 'Transaction' is only available in macOS 10.15 or newer
    public let transaction: Transaction
                            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitRepresentable.swift:15:15: note: add @available attribute to enclosing struct
public struct UIKitRepresentableContext {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitRepresentable.swift:18:29: error: 'EnvironmentValues' is only available in macOS 10.15 or newer
    public let environment: EnvironmentValues
                            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitRepresentable.swift:15:15: note: add @available attribute to enclosing struct
public struct UIKitRepresentableContext {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitView+Chain.swift:6:24: error: 'View' is only available in macOS 10.15 or newer
        public var body: some View {
                              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitView+Chain.swift:6:13: note: add @available attribute to enclosing property
        public var body: some View {
                   ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitView+Chain.swift:4:1: note: add @available attribute to enclosing extension
extension Chain: View where Base: UIKitViewChaining {
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitView.swift:15:26: error: 'View' is only available in macOS 10.15 or newer
    associatedtype Body: View
                         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitView.swift:13:17: note: add @available attribute to enclosing protocol
public protocol UIKitViewChaining<Root>: Chaining {
                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitView.swift:25:3: error: 'Environment' is only available in macOS 10.15 or newer
        @Environment(\.uiKitView) private var environment
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitView.swift:20:15: note: add @available attribute to enclosing generic struct
public struct UIKitViewChain<Representable: UIKitRepresentable>: UIKitViewChaining, UIKitRepresentableWrapper {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitView.swift:49:22: error: 'Transaction' is only available in macOS 10.15 or newer
    var transaction: Transaction {
                     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitView.swift:49:9: note: add @available attribute to enclosing property
    var transaction: Transaction {
        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitView.swift:47:8: note: add @available attribute to enclosing extension
public extension ChainValues {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitView.swift:57:22: error: 'EnvironmentValues' is only available in macOS 10.15 or newer
    var environment: EnvironmentValues {
                     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitView.swift:57:9: note: add @available attribute to enclosing property
    var environment: EnvironmentValues {
        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitView.swift:55:8: note: add @available attribute to enclosing extension
public extension ChainValues {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewControllerWrapper.swift:6:46: error: value of type 'Content' has no member 'view'
        lazy var wrapper = UIKitViewWrapper(content.view)
                                            ~~~~~~~ ^~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewControllerWrapper.swift:21:16: error: method does not override any method from its superclass
        override func loadView() {
        ~~~~~~~~      ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewControllerWrapper.swift:3:68: error: cannot find type 'UIViewController' in scope
final class UIKitViewControllerWrapper<Content: UIViewController>: UIViewController {
                                                                   ^~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:6:31: error: cannot find type 'UIView' in scope
        func uiKitViewEnvironment<T: UIView, Value>(
                                     ^~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:9:12: error: 'View' is only available in macOS 10.15 or newer
        ) -> some View {
                  ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:6:7: note: add @available attribute to enclosing instance method
        func uiKitViewEnvironment<T: UIView, Value>(
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:16:31: error: cannot find type 'UIViewController' in scope
        func uiKitViewEnvironment<T: UIViewController, Value>(
                                     ^~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:19:12: error: 'View' is only available in macOS 10.15 or newer
        ) -> some View {
                  ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:16:7: note: add @available attribute to enclosing instance method
        func uiKitViewEnvironment<T: UIViewController, Value>(
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:16:7: error: invalid redeclaration of 'uiKitViewEnvironment'
        func uiKitViewEnvironment<T: UIViewController, Value>(
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:6:7: note: 'uiKitViewEnvironment' previously declared here
        func uiKitViewEnvironment<T: UIView, Value>(
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:26:24: error: cannot find type 'UIView' in scope
        func uiKitViewBind<T: UIView, A, B>(
                              ^~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:27:32: error: 'EnvironmentValues' is only available in macOS 10.15 or newer
                environment keyPath: KeyPath<EnvironmentValues, A>,
                                             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:26:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIView, A, B>(
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:30:12: error: 'View' is only available in macOS 10.15 or newer
        ) -> some View {
                  ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:26:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIView, A, B>(
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:39:24: error: cannot find type 'UIView' in scope
        func uiKitViewBind<T: UIView, A>(
                              ^~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:40:32: error: 'EnvironmentValues' is only available in macOS 10.15 or newer
                environment keyPath: KeyPath<EnvironmentValues, A>,
                                             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:39:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIView, A>(
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:42:12: error: 'View' is only available in macOS 10.15 or newer
        ) -> some View {
                  ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:39:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIView, A>(
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:47:24: error: cannot find type 'UIView' in scope
        func uiKitViewBind<T: UIView, A>(
                              ^~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:48:32: error: 'EnvironmentValues' is only available in macOS 10.15 or newer
                environment keyPath: KeyPath<EnvironmentValues, A>,
                                             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:47:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIView, A>(
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:50:12: error: 'View' is only available in macOS 10.15 or newer
        ) -> some View {
                  ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:47:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIView, A>(
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:58:47: error: cannot find type 'UIColor' in scope
                to viewKeyPath: ReferenceWritableKeyPath<T, UIColor>
                                                            ^~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:56:24: error: cannot find type 'UIView' in scope
        func uiKitViewBind<T: UIView>(
                              ^~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:57:32: error: 'EnvironmentValues' is only available in macOS 10.15 or newer
                environment keyPath: KeyPath<EnvironmentValues, Color>,
                                             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:56:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIView>(
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:57:51: error: 'Color' is only available in macOS 10.15 or newer
                environment keyPath: KeyPath<EnvironmentValues, Color>,
                                                                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:56:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIView>(
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:59:12: error: 'View' is only available in macOS 10.15 or newer
        ) -> some View {
                  ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:56:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIView>(
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:67:47: error: cannot find type 'UIColor' in scope
                to viewKeyPath: ReferenceWritableKeyPath<T, UIColor?>
                                                            ^~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:65:24: error: cannot find type 'UIView' in scope
        func uiKitViewBind<T: UIView>(
                              ^~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:66:32: error: 'EnvironmentValues' is only available in macOS 10.15 or newer
                environment keyPath: KeyPath<EnvironmentValues, Color>,
                                             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:65:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIView>(
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:66:51: error: 'Color' is only available in macOS 10.15 or newer
                environment keyPath: KeyPath<EnvironmentValues, Color>,
                                                                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:65:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIView>(
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:68:12: error: 'View' is only available in macOS 10.15 or newer
        ) -> some View {
                  ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:65:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIView>(
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:73:24: error: cannot find type 'UIViewController' in scope
        func uiKitViewBind<T: UIViewController, A, B>(
                              ^~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:74:32: error: 'EnvironmentValues' is only available in macOS 10.15 or newer
                environment keyPath: KeyPath<EnvironmentValues, A>,
                                             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:73:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIViewController, A, B>(
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:77:12: error: 'View' is only available in macOS 10.15 or newer
        ) -> some View {
                  ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:73:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIViewController, A, B>(
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:73:7: error: invalid redeclaration of 'uiKitViewBind(environment:to:transform:)'
        func uiKitViewBind<T: UIViewController, A, B>(
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:26:7: note: 'uiKitViewBind(environment:to:transform:)' previously declared here
        func uiKitViewBind<T: UIView, A, B>(
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:86:24: error: cannot find type 'UIViewController' in scope
        func uiKitViewBind<T: UIViewController, A>(
                              ^~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:87:32: error: 'EnvironmentValues' is only available in macOS 10.15 or newer
                environment keyPath: KeyPath<EnvironmentValues, A>,
                                             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:86:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIViewController, A>(
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:89:12: error: 'View' is only available in macOS 10.15 or newer
        ) -> some View {
                  ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:86:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIViewController, A>(
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:86:7: error: invalid redeclaration of 'uiKitViewBind(environment:to:)'
        func uiKitViewBind<T: UIViewController, A>(
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:39:7: note: 'uiKitViewBind(environment:to:)' previously declared here
        func uiKitViewBind<T: UIView, A>(
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:94:24: error: cannot find type 'UIViewController' in scope
        func uiKitViewBind<T: UIViewController, A>(
                              ^~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:95:32: error: 'EnvironmentValues' is only available in macOS 10.15 or newer
                environment keyPath: KeyPath<EnvironmentValues, A>,
                                             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:94:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIViewController, A>(
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:97:12: error: 'View' is only available in macOS 10.15 or newer
        ) -> some View {
                  ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:94:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIViewController, A>(
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:94:7: error: invalid redeclaration of 'uiKitViewBind(environment:to:)'
        func uiKitViewBind<T: UIViewController, A>(
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:47:7: note: 'uiKitViewBind(environment:to:)' previously declared here
        func uiKitViewBind<T: UIView, A>(
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:105:47: error: cannot find type 'UIColor' in scope
                to viewKeyPath: ReferenceWritableKeyPath<T, UIColor>
                                                            ^~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:103:24: error: cannot find type 'UIViewController' in scope
        func uiKitViewBind<T: UIViewController>(
                              ^~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:104:32: error: 'EnvironmentValues' is only available in macOS 10.15 or newer
                environment keyPath: KeyPath<EnvironmentValues, Color>,
                                             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:103:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIViewController>(
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:104:51: error: 'Color' is only available in macOS 10.15 or newer
                environment keyPath: KeyPath<EnvironmentValues, Color>,
                                                                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:103:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIViewController>(
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:106:12: error: 'View' is only available in macOS 10.15 or newer
        ) -> some View {
                  ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:103:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIViewController>(
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:114:47: error: cannot find type 'UIColor' in scope
                to viewKeyPath: ReferenceWritableKeyPath<T, UIColor?>
                                                            ^~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:112:24: error: cannot find type 'UIViewController' in scope
        func uiKitViewBind<T: UIViewController>(
                              ^~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:113:32: error: 'EnvironmentValues' is only available in macOS 10.15 or newer
                environment keyPath: KeyPath<EnvironmentValues, Color>,
                                             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:112:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIViewController>(
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:113:51: error: 'Color' is only available in macOS 10.15 or newer
                environment keyPath: KeyPath<EnvironmentValues, Color>,
                                                                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:112:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIViewController>(
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:115:12: error: 'View' is only available in macOS 10.15 or newer
        ) -> some View {
                  ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:112:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIViewController>(
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:18: error: 'View' is only available in macOS 10.15 or newer
public extension View {
                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:120:11: error: 'EnvironmentValues' is only available in macOS 10.15 or newer
extension EnvironmentValues {
          ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:120:1: note: add @available attribute to enclosing extension
extension EnvironmentValues {
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:160:18: error: 'Environment' is only available in macOS 10.15 or newer
public extension Environment {
                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:160:8: note: add @available attribute to enclosing extension
public extension Environment {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:23:34: error: 'Axis' is only available in macOS 10.15 or newer
        func uiKitViewFixedSize(_ axis: Axis.Set) -> some View {
                                        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:23:7: note: add @available attribute to enclosing instance method
        func uiKitViewFixedSize(_ axis: Axis.Set) -> some View {
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:23:52: error: 'View' is only available in macOS 10.15 or newer
        func uiKitViewFixedSize(_ axis: Axis.Set) -> some View {
                                                          ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:23:7: note: add @available attribute to enclosing instance method
        func uiKitViewFixedSize(_ axis: Axis.Set) -> some View {
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:33:36: error: 'View' is only available in macOS 10.15 or newer
        func uiKitViewFixedSize() -> some View {
                                          ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:33:7: note: add @available attribute to enclosing instance method
        func uiKitViewFixedSize() -> some View {
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:48:69: error: 'View' is only available in macOS 10.15 or newer
        func uiKitViewUseWrapper(_ policy: UIKitViewWrapperPolicy) -> some View {
                                                                           ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:48:7: note: add @available attribute to enclosing instance method
        func uiKitViewUseWrapper(_ policy: UIKitViewWrapperPolicy) -> some View {
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:65:73: error: 'View' is only available in macOS 10.15 or newer
        func uiKitViewContentMode(_ contentMode: UIKitViewContentMode) -> some View {
                                                                               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:65:7: note: add @available attribute to enclosing instance method
        func uiKitViewContentMode(_ contentMode: UIKitViewContentMode) -> some View {
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:3:18: error: 'View' is only available in macOS 10.15 or newer
public extension View {
                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:82:11: error: 'Alignment' is only available in macOS 10.15 or newer
        case fit(Alignment)
                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:78:13: note: add @available attribute to enclosing enum
public enum UIKitViewContentMode: Equatable {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:96:17: error: 'Alignment' is only available in macOS 10.15 or newer
        var alignment: Alignment {
                       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:96:6: note: add @available attribute to enclosing property
        var alignment: Alignment {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:78:13: note: add @available attribute to enclosing enum
public enum UIKitViewContentMode: Equatable {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:110:28: error: 'Axis' is only available in macOS 10.15 or newer
                static var defaultValue: Axis.Set { [] }
                                         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:110:14: note: add @available attribute to enclosing static property
                static var defaultValue: Axis.Set { [] }
                           ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:108:15: note: add @available attribute to enclosing enum
        private enum UIKitViewResizingKey: EnvironmentKey {
                     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:113:33: error: 'Axis' is only available in macOS 10.15 or newer
        public var uiKitViewFixedSize: Axis.Set {
                                       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:113:13: note: add @available attribute to enclosing property
        public var uiKitViewFixedSize: Axis.Set {
                   ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:106:1: note: add @available attribute to enclosing extension
extension EnvironmentValues {
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:106:11: error: 'EnvironmentValues' is only available in macOS 10.15 or newer
extension EnvironmentValues {
          ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:106:1: note: add @available attribute to enclosing extension
extension EnvironmentValues {
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:123:11: error: 'EnvironmentValues' is only available in macOS 10.15 or newer
extension EnvironmentValues {
          ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:123:1: note: add @available attribute to enclosing extension
extension EnvironmentValues {
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:140:11: error: 'EnvironmentValues' is only available in macOS 10.15 or newer
extension EnvironmentValues {
          ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:140:1: note: add @available attribute to enclosing extension
extension EnvironmentValues {
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewWrapper.swift:28:4: error: cannot find 'invalidateIntrinsicContentSize' in scope
                        invalidateIntrinsicContentSize()
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewWrapper.swift:38:31: error: cannot find 'frame' in scope
                        updateSize(expectedSize ?? frame.size)
                                                   ^~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewWrapper.swift:35:21: error: 'Axis' is only available in macOS 10.15 or newer
        var selfSizedAxis: Axis.Set = [.vertical, .horizontal] {
                           ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewWrapper.swift:3:13: note: add @available attribute to enclosing generic class
final class UIKitViewWrapper<Content: UIView>: UIView {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewWrapper.swift:52:15: error: property does not override any property from its superclass
        override var intrinsicContentSize: CGSize {
        ~~~~~~~~     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewWrapper.swift:69:16: error: method does not override any method from its superclass
        override func layoutSubviews() {
        ~~~~~~~~      ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewWrapper.swift:3:48: error: cannot find type 'UIView' in scope
final class UIKitViewWrapper<Content: UIView>: UIView {
                                               ^~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIView++.swift:3:11: error: cannot find type 'UIView' in scope
extension UIView {
          ^~~~~~
[12/16] Compiling UIKitViews AnyUIRepresentableWrapper.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:5:3: error: 'ViewBuilder' is only available in macOS 10.15 or newer
        @ViewBuilder let iOS13: (CGSize?, @escaping (CGSize?) -> Void) -> IOS13
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:3:8: note: add @available attribute to enclosing generic struct
struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:6:3: error: 'ViewBuilder' is only available in macOS 10.15 or newer
        @ViewBuilder let iOS16: IOS16
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:3:8: note: add @available attribute to enclosing generic struct
struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:7:3: error: 'Environment' is only available in macOS 10.15 or newer
        @Environment(\.uiKitViewFixedSize) private var selfSizedAxis
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:3:8: note: add @available attribute to enclosing generic struct
struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:8:3: error: 'Environment' is only available in macOS 10.15 or newer
        @Environment(\.uiKitViewWrapperPolicy) private var uiKitViewWrapperPolicy
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:3:8: note: add @available attribute to enclosing generic struct
struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:9:3: error: 'Environment' is only available in macOS 10.15 or newer
        @Environment(\.uiKitViewContentMode) private var uiKitViewContentMode
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:3:8: note: add @available attribute to enclosing generic struct
struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:10:3: error: 'State' is only available in macOS 10.15 or newer
        @State private var size: CGSize?
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:3:8: note: add @available attribute to enclosing generic struct
struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:11:3: error: 'State' is only available in macOS 10.15 or newer
        @State private var updateSize: (CGSize) -> Void = { _ in }
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:3:8: note: add @available attribute to enclosing generic struct
struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:12:3: error: 'State' is only available in macOS 10.15 or newer
        @State private var expectedSize: CGSize?
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:3:8: note: add @available attribute to enclosing generic struct
struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:14:17: error: 'View' is only available in macOS 10.15 or newer
        var body: some View {
                       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:14:6: note: add @available attribute to enclosing property
        var body: some View {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:3:8: note: add @available attribute to enclosing generic struct
struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:3:41: error: 'View' is only available in macOS 10.15 or newer
struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
                                        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:3:8: note: add @available attribute to enclosing generic struct
struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:3:54: error: 'View' is only available in macOS 10.15 or newer
struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
                                                     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:3:8: note: add @available attribute to enclosing generic struct
struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:60:37: error: 'Axis' is only available in macOS 10.15 or newer
        func fixedFrame(for selfSizedAxis: Axis.Set, alignment: Alignment) -> some View {
                                           ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:60:7: note: add @available attribute to enclosing instance method
        func fixedFrame(for selfSizedAxis: Axis.Set, alignment: Alignment) -> some View {
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:58:9: note: add @available attribute to enclosing extension
private extension View {
        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:60:58: error: 'Alignment' is only available in macOS 10.15 or newer
        func fixedFrame(for selfSizedAxis: Axis.Set, alignment: Alignment) -> some View {
                                                                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:60:7: note: add @available attribute to enclosing instance method
        func fixedFrame(for selfSizedAxis: Axis.Set, alignment: Alignment) -> some View {
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:58:9: note: add @available attribute to enclosing extension
private extension View {
        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:60:77: error: 'View' is only available in macOS 10.15 or newer
        func fixedFrame(for selfSizedAxis: Axis.Set, alignment: Alignment) -> some View {
                                                                                   ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:60:7: note: add @available attribute to enclosing instance method
        func fixedFrame(for selfSizedAxis: Axis.Set, alignment: Alignment) -> some View {
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:58:9: note: add @available attribute to enclosing extension
private extension View {
        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:58:19: error: 'View' is only available in macOS 10.15 or newer
private extension View {
                  ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:58:9: note: add @available attribute to enclosing extension
private extension View {
        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:15:6: warning: result builder 'ViewBuilder' does not implement 'buildLimitedAvailability'; this code may crash on earlier versions of the OS
                if #available(iOS 16.0, tvOS 16.0, *), uiKitViewWrapperPolicy == .upToIOS16 {
                   ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:15:79: error: 'buildLimitedAvailability' is only available in macOS 11.0 or newer
                if #available(iOS 16.0, tvOS 16.0, *), uiKitViewWrapperPolicy == .upToIOS16 {
                                                                                            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:15:79: note: add 'if #available' version check
                if #available(iOS 16.0, tvOS 16.0, *), uiKitViewWrapperPolicy == .upToIOS16 {
                                                                                            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:14:6: note: add @available attribute to enclosing property
        var body: some View {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:3:8: note: add @available attribute to enclosing generic struct
struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:15:79: error: 'buildEither(first:)' is only available in macOS 10.15 or newer
                if #available(iOS 16.0, tvOS 16.0, *), uiKitViewWrapperPolicy == .upToIOS16 {
                                                                                            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:15:79: note: add 'if #available' version check
                if #available(iOS 16.0, tvOS 16.0, *), uiKitViewWrapperPolicy == .upToIOS16 {
                                                                                            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:14:6: note: add @available attribute to enclosing property
        var body: some View {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:3:8: note: add @available attribute to enclosing generic struct
struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:23:5: error: setter for 'size' is only available in macOS 10.15 or newer
                                size = $0
                                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:23:5: note: add 'if #available' version check
                                size = $0
                                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:14:6: note: add @available attribute to enclosing property
        var body: some View {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:3:8: note: add @available attribute to enclosing generic struct
struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:25:5: error: 'fixedSize(horizontal:vertical:)' is only available in macOS 10.15 or newer
                        .fixedSize(
                         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:25:5: note: add 'if #available' version check
                        .fixedSize(
                         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:14:6: note: add @available attribute to enclosing property
        var body: some View {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:3:8: note: add @available attribute to enclosing generic struct
struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:29:5: error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
                        .frame(
                         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:29:5: note: add 'if #available' version check
                        .frame(
                         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:14:6: note: add @available attribute to enclosing property
        var body: some View {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:3:8: note: add @available attribute to enclosing generic struct
struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:34:5: error: 'overlay(_:alignment:)' is only available in macOS 10.15 or newer
                        .overlay(
                         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:34:5: note: add 'if #available' version check
                        .overlay(
                         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:14:6: note: add @available attribute to enclosing property
        var body: some View {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:3:8: note: add @available attribute to enclosing generic struct
struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:35:5: error: 'ZStack' is only available in macOS 10.15 or newer
                                ZStack {
                                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:35:5: note: add 'if #available' version check
                                ZStack {
                                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:14:6: note: add @available attribute to enclosing property
        var body: some View {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:3:8: note: add @available attribute to enclosing generic struct
struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:36:6: error: 'GeometryReader' is only available in macOS 10.15 or newer
                                        GeometryReader { proxy in
                                        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:36:6: note: add 'if #available' version check
                                        GeometryReader { proxy in
                                        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:14:6: note: add @available attribute to enclosing property
        var body: some View {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:3:8: note: add @available attribute to enclosing generic struct
struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:37:7: error: 'Color' is only available in macOS 10.15 or newer
                                                Color.clear
                                                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:37:7: note: add 'if #available' version check
                                                Color.clear
                                                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:14:6: note: add @available attribute to enclosing property
        var body: some View {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:3:8: note: add @available attribute to enclosing generic struct
struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:37:13: error: 'clear' is only available in macOS 10.15 or newer
                                                Color.clear
                                                      ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:37:13: note: add 'if #available' version check
                                                Color.clear
                                                      ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:14:6: note: add @available attribute to enclosing property
        var body: some View {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:3:8: note: add @available attribute to enclosing generic struct
struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:38:9: error: 'preference(key:value:)' is only available in macOS 10.15 or newer
                                                        .preference(key: SizeKey.self, value: proxy.size)
                                                         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:38:9: note: add 'if #available' version check
                                                        .preference(key: SizeKey.self, value: proxy.size)
                                                         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:14:6: note: add @available attribute to enclosing property
        var body: some View {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:3:8: note: add @available attribute to enclosing generic struct
struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:41:6: error: 'allowsHitTesting' is only available in macOS 10.15 or newer
                                .allowsHitTesting(false)
                                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:41:6: note: add 'if #available' version check
                                .allowsHitTesting(false)
                                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:14:6: note: add @available attribute to enclosing property
        var body: some View {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:3:8: note: add @available attribute to enclosing generic struct
struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:43:5: error: 'onPreferenceChange(_:perform:)' is only available in macOS 10.15 or newer
                        .onPreferenceChange(SizeKey.self) { newValue in
                         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:43:5: note: add 'if #available' version check
                        .onPreferenceChange(SizeKey.self) { newValue in
                         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:14:6: note: add @available attribute to enclosing property
        var body: some View {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:3:8: note: add @available attribute to enclosing generic struct
struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:44:5: error: setter for 'expectedSize' is only available in macOS 10.15 or newer
                                expectedSize = newValue
                                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:44:5: note: add 'if #available' version check
                                expectedSize = newValue
                                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:14:6: note: add @available attribute to enclosing property
        var body: some View {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:3:8: note: add @available attribute to enclosing generic struct
struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:21:10: error: 'buildEither(second:)' is only available in macOS 10.15 or newer
                } else {
                       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:21:10: note: add 'if #available' version check
                } else {
                       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:14:6: note: add @available attribute to enclosing property
        var body: some View {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:3:8: note: add @available attribute to enclosing generic struct
struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:14:22: warning: conformance of '_ConditionalContent<TrueContent, FalseContent>' to 'View' is only available in macOS 10.15 or newer
        var body: some View {
                            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:14:22: note: add 'if #available' version check
        var body: some View {
                            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:14:6: note: add @available attribute to enclosing property
        var body: some View {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:3:8: note: add @available attribute to enclosing generic struct
struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:61:3: error: 'frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)' is only available in macOS 10.15 or newer
                frame(
                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:61:3: note: add 'if #available' version check
                frame(
                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:60:7: note: add @available attribute to enclosing instance method
        func fixedFrame(for selfSizedAxis: Axis.Set, alignment: Alignment) -> some View {
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:58:9: note: add @available attribute to enclosing extension
private extension View {
        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:3:57: error: cannot find type 'UIViewController' in scope
public struct AnyUIViewControllerRepresentable<Content: UIViewController>: UIKitRepresentable {
                                                        ^~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:11:24: error: 'View' is only available in macOS 10.15 or newer
        public var body: some View {
                              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:11:13: note: add @available attribute to enclosing property
        public var body: some View {
                   ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:3:15: note: add @available attribute to enclosing generic struct
public struct AnyUIViewControllerRepresentable<Content: UIViewController>: UIKitRepresentable {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:20:63: error: cannot find type 'UIViewController' in scope
private struct AnyUIViewControllerRepresentableIOS16<Content: UIViewController>: UIViewControllerRepresentable {
                                                              ^~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:24:3: error: 'Environment' is only available in macOS 10.15 or newer
        @Environment(\.uiKitViewFixedSize) private var selfSizedAxis
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:20:16: note: add @available attribute to enclosing generic struct
private struct AnyUIViewControllerRepresentableIOS16<Content: UIViewController>: UIViewControllerRepresentable {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:25:3: error: 'Environment' is only available in macOS 10.15 or newer
        @Environment(\.uiKitViewContentMode) private var uiKitViewContentMode
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:20:16: note: add @available attribute to enclosing generic struct
private struct AnyUIViewControllerRepresentableIOS16<Content: UIViewController>: UIViewControllerRepresentable {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:27:37: error: cannot find type 'Context' in scope
        func makeUIViewController(context: Context) -> Content {
                                           ^~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:31:68: error: cannot find type 'Context' in scope
        func updateUIViewController(_ uiViewController: Content, context: Context) {
                                                                          ^~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:36:86: error: cannot find type 'Context' in scope
        func sizeThatFits(_ proposal: ProposedViewSize, uiViewController: Content, context: Context) -> CGSize? {
                                                                                            ^~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:36:32: error: 'ProposedViewSize' is only available in macOS 13.0 or newer
        func sizeThatFits(_ proposal: ProposedViewSize, uiViewController: Content, context: Context) -> CGSize? {
                                      ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:36:7: note: add @available attribute to enclosing instance method
        func sizeThatFits(_ proposal: ProposedViewSize, uiViewController: Content, context: Context) -> CGSize? {
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:20:16: note: add @available attribute to enclosing generic struct
private struct AnyUIViewControllerRepresentableIOS16<Content: UIViewController>: UIViewControllerRepresentable {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:20:82: error: cannot find type 'UIViewControllerRepresentable' in scope
private struct AnyUIViewControllerRepresentableIOS16<Content: UIViewController>: UIViewControllerRepresentable {
                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:41:63: error: cannot find type 'UIViewController' in scope
private struct AnyUIViewControllerRepresentableIOS13<Content: UIViewController>: UIViewControllerRepresentable {
                                                              ^~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:47:3: error: 'Environment' is only available in macOS 10.15 or newer
        @Environment(\.uiKitViewFixedSize) private var selfSizedAxis
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:41:16: note: add @available attribute to enclosing generic struct
private struct AnyUIViewControllerRepresentableIOS13<Content: UIViewController>: UIViewControllerRepresentable {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:48:3: error: 'Environment' is only available in macOS 10.15 or newer
        @Environment(\.uiKitViewContentMode) private var uiKitViewContentMode
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:41:16: note: add @available attribute to enclosing generic struct
private struct AnyUIViewControllerRepresentableIOS13<Content: UIViewController>: UIViewControllerRepresentable {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewControllerWrapper.swift:3:49: error: cannot find type 'UIViewController' in scope
final class UIKitViewControllerWrapper<Content: UIViewController>: UIViewController {
                                                ^~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:50:37: error: cannot find type 'Context' in scope
        func makeUIViewController(context: Context) -> UIKitViewControllerWrapper<Content> {
                                           ^~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:54:96: error: cannot find type 'Context' in scope
        func updateUIViewController(_ uiViewController: UIKitViewControllerWrapper<Content>, context: Context) {
                                                                                                      ^~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:41:82: error: cannot find type 'UIViewControllerRepresentable' in scope
private struct AnyUIViewControllerRepresentableIOS13<Content: UIViewController>: UIViewControllerRepresentable {
                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:13:4: error: static method 'buildExpression' requires that 'AnyUIViewControllerRepresentableIOS13<Content>' conform to 'View'
                        AnyUIViewControllerRepresentableIOS13(make: make, updater: updater, expectedSize: $0, updateSize: $1)
                        ^
SwiftUI.ViewBuilder:3:24: note: where 'Content' = 'AnyUIViewControllerRepresentableIOS13<Content>'
    public static func buildExpression<Content>(_ content: Content) -> Content where Content : View
                       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:15:4: error: static method 'buildExpression' requires that 'AnyUIViewControllerRepresentableIOS16<Content>' conform to 'View'
                        AnyUIViewControllerRepresentableIOS16(make: make, updater: updater)
                        ^
SwiftUI.ViewBuilder:3:24: note: where 'Content' = 'AnyUIViewControllerRepresentableIOS16<Content>'
    public static func buildExpression<Content>(_ content: Content) -> Content where Content : View
                       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:37:20: error: value of type 'Content' has no member 'view'
                uiViewController.view.fittingSizeFor(size: proposal, dimensions: selfSizedAxis, contentMode: uiKitViewContentMode)
                ~~~~~~~~~~~~~~~~ ^~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewWrapper.swift:3:39: error: cannot find type 'UIView' in scope
final class UIKitViewWrapper<Content: UIView>: UIView {
                                      ^~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewControllerWrapper.swift:6:46: error: value of type 'Content' has no member 'view'
        lazy var wrapper = UIKitViewWrapper(content.view)
                                            ~~~~~~~ ^~~~
[13/16] Compiling UIKitViews AnyUIViewControllerRepresentable.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:5:3: error: 'ViewBuilder' is only available in macOS 10.15 or newer
        @ViewBuilder let iOS13: (CGSize?, @escaping (CGSize?) -> Void) -> IOS13
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:3:8: note: add @available attribute to enclosing generic struct
struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:6:3: error: 'ViewBuilder' is only available in macOS 10.15 or newer
        @ViewBuilder let iOS16: IOS16
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:3:8: note: add @available attribute to enclosing generic struct
struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:7:3: error: 'Environment' is only available in macOS 10.15 or newer
        @Environment(\.uiKitViewFixedSize) private var selfSizedAxis
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:3:8: note: add @available attribute to enclosing generic struct
struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:8:3: error: 'Environment' is only available in macOS 10.15 or newer
        @Environment(\.uiKitViewWrapperPolicy) private var uiKitViewWrapperPolicy
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:3:8: note: add @available attribute to enclosing generic struct
struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:9:3: error: 'Environment' is only available in macOS 10.15 or newer
        @Environment(\.uiKitViewContentMode) private var uiKitViewContentMode
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:3:8: note: add @available attribute to enclosing generic struct
struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:10:3: error: 'State' is only available in macOS 10.15 or newer
        @State private var size: CGSize?
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:3:8: note: add @available attribute to enclosing generic struct
struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:11:3: error: 'State' is only available in macOS 10.15 or newer
        @State private var updateSize: (CGSize) -> Void = { _ in }
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:3:8: note: add @available attribute to enclosing generic struct
struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:12:3: error: 'State' is only available in macOS 10.15 or newer
        @State private var expectedSize: CGSize?
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:3:8: note: add @available attribute to enclosing generic struct
struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:14:17: error: 'View' is only available in macOS 10.15 or newer
        var body: some View {
                       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:14:6: note: add @available attribute to enclosing property
        var body: some View {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:3:8: note: add @available attribute to enclosing generic struct
struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:3:41: error: 'View' is only available in macOS 10.15 or newer
struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
                                        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:3:8: note: add @available attribute to enclosing generic struct
struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:3:54: error: 'View' is only available in macOS 10.15 or newer
struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
                                                     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:3:8: note: add @available attribute to enclosing generic struct
struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:60:37: error: 'Axis' is only available in macOS 10.15 or newer
        func fixedFrame(for selfSizedAxis: Axis.Set, alignment: Alignment) -> some View {
                                           ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:60:7: note: add @available attribute to enclosing instance method
        func fixedFrame(for selfSizedAxis: Axis.Set, alignment: Alignment) -> some View {
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:58:9: note: add @available attribute to enclosing extension
private extension View {
        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:60:58: error: 'Alignment' is only available in macOS 10.15 or newer
        func fixedFrame(for selfSizedAxis: Axis.Set, alignment: Alignment) -> some View {
                                                                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:60:7: note: add @available attribute to enclosing instance method
        func fixedFrame(for selfSizedAxis: Axis.Set, alignment: Alignment) -> some View {
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:58:9: note: add @available attribute to enclosing extension
private extension View {
        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:60:77: error: 'View' is only available in macOS 10.15 or newer
        func fixedFrame(for selfSizedAxis: Axis.Set, alignment: Alignment) -> some View {
                                                                                   ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:60:7: note: add @available attribute to enclosing instance method
        func fixedFrame(for selfSizedAxis: Axis.Set, alignment: Alignment) -> some View {
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:58:9: note: add @available attribute to enclosing extension
private extension View {
        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:58:19: error: 'View' is only available in macOS 10.15 or newer
private extension View {
                  ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:58:9: note: add @available attribute to enclosing extension
private extension View {
        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:15:6: warning: result builder 'ViewBuilder' does not implement 'buildLimitedAvailability'; this code may crash on earlier versions of the OS
                if #available(iOS 16.0, tvOS 16.0, *), uiKitViewWrapperPolicy == .upToIOS16 {
                   ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:15:79: error: 'buildLimitedAvailability' is only available in macOS 11.0 or newer
                if #available(iOS 16.0, tvOS 16.0, *), uiKitViewWrapperPolicy == .upToIOS16 {
                                                                                            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:15:79: note: add 'if #available' version check
                if #available(iOS 16.0, tvOS 16.0, *), uiKitViewWrapperPolicy == .upToIOS16 {
                                                                                            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:14:6: note: add @available attribute to enclosing property
        var body: some View {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:3:8: note: add @available attribute to enclosing generic struct
struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:15:79: error: 'buildEither(first:)' is only available in macOS 10.15 or newer
                if #available(iOS 16.0, tvOS 16.0, *), uiKitViewWrapperPolicy == .upToIOS16 {
                                                                                            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:15:79: note: add 'if #available' version check
                if #available(iOS 16.0, tvOS 16.0, *), uiKitViewWrapperPolicy == .upToIOS16 {
                                                                                            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:14:6: note: add @available attribute to enclosing property
        var body: some View {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:3:8: note: add @available attribute to enclosing generic struct
struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:23:5: error: setter for 'size' is only available in macOS 10.15 or newer
                                size = $0
                                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:23:5: note: add 'if #available' version check
                                size = $0
                                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:14:6: note: add @available attribute to enclosing property
        var body: some View {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:3:8: note: add @available attribute to enclosing generic struct
struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:25:5: error: 'fixedSize(horizontal:vertical:)' is only available in macOS 10.15 or newer
                        .fixedSize(
                         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:25:5: note: add 'if #available' version check
                        .fixedSize(
                         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:14:6: note: add @available attribute to enclosing property
        var body: some View {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:3:8: note: add @available attribute to enclosing generic struct
struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:29:5: error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
                        .frame(
                         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:29:5: note: add 'if #available' version check
                        .frame(
                         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:14:6: note: add @available attribute to enclosing property
        var body: some View {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:3:8: note: add @available attribute to enclosing generic struct
struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:34:5: error: 'overlay(_:alignment:)' is only available in macOS 10.15 or newer
                        .overlay(
                         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:34:5: note: add 'if #available' version check
                        .overlay(
                         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:14:6: note: add @available attribute to enclosing property
        var body: some View {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:3:8: note: add @available attribute to enclosing generic struct
struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:35:5: error: 'ZStack' is only available in macOS 10.15 or newer
                                ZStack {
                                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:35:5: note: add 'if #available' version check
                                ZStack {
                                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:14:6: note: add @available attribute to enclosing property
        var body: some View {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:3:8: note: add @available attribute to enclosing generic struct
struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:36:6: error: 'GeometryReader' is only available in macOS 10.15 or newer
                                        GeometryReader { proxy in
                                        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:36:6: note: add 'if #available' version check
                                        GeometryReader { proxy in
                                        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:14:6: note: add @available attribute to enclosing property
        var body: some View {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:3:8: note: add @available attribute to enclosing generic struct
struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:37:7: error: 'Color' is only available in macOS 10.15 or newer
                                                Color.clear
                                                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:37:7: note: add 'if #available' version check
                                                Color.clear
                                                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:14:6: note: add @available attribute to enclosing property
        var body: some View {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:3:8: note: add @available attribute to enclosing generic struct
struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:37:13: error: 'clear' is only available in macOS 10.15 or newer
                                                Color.clear
                                                      ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:37:13: note: add 'if #available' version check
                                                Color.clear
                                                      ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:14:6: note: add @available attribute to enclosing property
        var body: some View {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:3:8: note: add @available attribute to enclosing generic struct
struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:38:9: error: 'preference(key:value:)' is only available in macOS 10.15 or newer
                                                        .preference(key: SizeKey.self, value: proxy.size)
                                                         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:38:9: note: add 'if #available' version check
                                                        .preference(key: SizeKey.self, value: proxy.size)
                                                         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:14:6: note: add @available attribute to enclosing property
        var body: some View {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:3:8: note: add @available attribute to enclosing generic struct
struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:41:6: error: 'allowsHitTesting' is only available in macOS 10.15 or newer
                                .allowsHitTesting(false)
                                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:41:6: note: add 'if #available' version check
                                .allowsHitTesting(false)
                                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:14:6: note: add @available attribute to enclosing property
        var body: some View {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:3:8: note: add @available attribute to enclosing generic struct
struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:43:5: error: 'onPreferenceChange(_:perform:)' is only available in macOS 10.15 or newer
                        .onPreferenceChange(SizeKey.self) { newValue in
                         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:43:5: note: add 'if #available' version check
                        .onPreferenceChange(SizeKey.self) { newValue in
                         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:14:6: note: add @available attribute to enclosing property
        var body: some View {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:3:8: note: add @available attribute to enclosing generic struct
struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:44:5: error: setter for 'expectedSize' is only available in macOS 10.15 or newer
                                expectedSize = newValue
                                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:44:5: note: add 'if #available' version check
                                expectedSize = newValue
                                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:14:6: note: add @available attribute to enclosing property
        var body: some View {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:3:8: note: add @available attribute to enclosing generic struct
struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:21:10: error: 'buildEither(second:)' is only available in macOS 10.15 or newer
                } else {
                       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:21:10: note: add 'if #available' version check
                } else {
                       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:14:6: note: add @available attribute to enclosing property
        var body: some View {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:3:8: note: add @available attribute to enclosing generic struct
struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:14:22: warning: conformance of '_ConditionalContent<TrueContent, FalseContent>' to 'View' is only available in macOS 10.15 or newer
        var body: some View {
                            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:14:22: note: add 'if #available' version check
        var body: some View {
                            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:14:6: note: add @available attribute to enclosing property
        var body: some View {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:3:8: note: add @available attribute to enclosing generic struct
struct AnyUIRepresentableWrapper<IOS13: View, IOS16: View>: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:61:3: error: 'frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)' is only available in macOS 10.15 or newer
                frame(
                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:61:3: note: add 'if #available' version check
                frame(
                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:60:7: note: add @available attribute to enclosing instance method
        func fixedFrame(for selfSizedAxis: Axis.Set, alignment: Alignment) -> some View {
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:58:9: note: add @available attribute to enclosing extension
private extension View {
        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:3:57: error: cannot find type 'UIViewController' in scope
public struct AnyUIViewControllerRepresentable<Content: UIViewController>: UIKitRepresentable {
                                                        ^~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:11:24: error: 'View' is only available in macOS 10.15 or newer
        public var body: some View {
                              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:11:13: note: add @available attribute to enclosing property
        public var body: some View {
                   ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:3:15: note: add @available attribute to enclosing generic struct
public struct AnyUIViewControllerRepresentable<Content: UIViewController>: UIKitRepresentable {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:20:63: error: cannot find type 'UIViewController' in scope
private struct AnyUIViewControllerRepresentableIOS16<Content: UIViewController>: UIViewControllerRepresentable {
                                                              ^~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:24:3: error: 'Environment' is only available in macOS 10.15 or newer
        @Environment(\.uiKitViewFixedSize) private var selfSizedAxis
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:20:16: note: add @available attribute to enclosing generic struct
private struct AnyUIViewControllerRepresentableIOS16<Content: UIViewController>: UIViewControllerRepresentable {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:25:3: error: 'Environment' is only available in macOS 10.15 or newer
        @Environment(\.uiKitViewContentMode) private var uiKitViewContentMode
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:20:16: note: add @available attribute to enclosing generic struct
private struct AnyUIViewControllerRepresentableIOS16<Content: UIViewController>: UIViewControllerRepresentable {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:27:37: error: cannot find type 'Context' in scope
        func makeUIViewController(context: Context) -> Content {
                                           ^~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:31:68: error: cannot find type 'Context' in scope
        func updateUIViewController(_ uiViewController: Content, context: Context) {
                                                                          ^~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:36:86: error: cannot find type 'Context' in scope
        func sizeThatFits(_ proposal: ProposedViewSize, uiViewController: Content, context: Context) -> CGSize? {
                                                                                            ^~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:36:32: error: 'ProposedViewSize' is only available in macOS 13.0 or newer
        func sizeThatFits(_ proposal: ProposedViewSize, uiViewController: Content, context: Context) -> CGSize? {
                                      ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:36:7: note: add @available attribute to enclosing instance method
        func sizeThatFits(_ proposal: ProposedViewSize, uiViewController: Content, context: Context) -> CGSize? {
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:20:16: note: add @available attribute to enclosing generic struct
private struct AnyUIViewControllerRepresentableIOS16<Content: UIViewController>: UIViewControllerRepresentable {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:20:82: error: cannot find type 'UIViewControllerRepresentable' in scope
private struct AnyUIViewControllerRepresentableIOS16<Content: UIViewController>: UIViewControllerRepresentable {
                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:41:63: error: cannot find type 'UIViewController' in scope
private struct AnyUIViewControllerRepresentableIOS13<Content: UIViewController>: UIViewControllerRepresentable {
                                                              ^~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:47:3: error: 'Environment' is only available in macOS 10.15 or newer
        @Environment(\.uiKitViewFixedSize) private var selfSizedAxis
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:41:16: note: add @available attribute to enclosing generic struct
private struct AnyUIViewControllerRepresentableIOS13<Content: UIViewController>: UIViewControllerRepresentable {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:48:3: error: 'Environment' is only available in macOS 10.15 or newer
        @Environment(\.uiKitViewContentMode) private var uiKitViewContentMode
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:41:16: note: add @available attribute to enclosing generic struct
private struct AnyUIViewControllerRepresentableIOS13<Content: UIViewController>: UIViewControllerRepresentable {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewControllerWrapper.swift:3:49: error: cannot find type 'UIViewController' in scope
final class UIKitViewControllerWrapper<Content: UIViewController>: UIViewController {
                                                ^~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:50:37: error: cannot find type 'Context' in scope
        func makeUIViewController(context: Context) -> UIKitViewControllerWrapper<Content> {
                                           ^~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:54:96: error: cannot find type 'Context' in scope
        func updateUIViewController(_ uiViewController: UIKitViewControllerWrapper<Content>, context: Context) {
                                                                                                      ^~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:41:82: error: cannot find type 'UIViewControllerRepresentable' in scope
private struct AnyUIViewControllerRepresentableIOS13<Content: UIViewController>: UIViewControllerRepresentable {
                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:13:4: error: static method 'buildExpression' requires that 'AnyUIViewControllerRepresentableIOS13<Content>' conform to 'View'
                        AnyUIViewControllerRepresentableIOS13(make: make, updater: updater, expectedSize: $0, updateSize: $1)
                        ^
SwiftUI.ViewBuilder:3:24: note: where 'Content' = 'AnyUIViewControllerRepresentableIOS13<Content>'
    public static func buildExpression<Content>(_ content: Content) -> Content where Content : View
                       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:15:4: error: static method 'buildExpression' requires that 'AnyUIViewControllerRepresentableIOS16<Content>' conform to 'View'
                        AnyUIViewControllerRepresentableIOS16(make: make, updater: updater)
                        ^
SwiftUI.ViewBuilder:3:24: note: where 'Content' = 'AnyUIViewControllerRepresentableIOS16<Content>'
    public static func buildExpression<Content>(_ content: Content) -> Content where Content : View
                       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:37:20: error: value of type 'Content' has no member 'view'
                uiViewController.view.fittingSizeFor(size: proposal, dimensions: selfSizedAxis, contentMode: uiKitViewContentMode)
                ~~~~~~~~~~~~~~~~ ^~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewWrapper.swift:3:39: error: cannot find type 'UIView' in scope
final class UIKitViewWrapper<Content: UIView>: UIView {
                                      ^~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewControllerWrapper.swift:6:46: error: value of type 'Content' has no member 'view'
        lazy var wrapper = UIKitViewWrapper(content.view)
                                            ~~~~~~~ ^~~~
[14/16] Compiling UIKitViews AnyUIViewRepresentable.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:3:47: error: cannot find type 'UIView' in scope
public struct AnyUIViewRepresentable<Content: UIView>: UIKitRepresentable {
                                              ^~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:12:24: error: 'View' is only available in macOS 10.15 or newer
        public var body: some View {
                              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:12:13: note: add @available attribute to enclosing property
        public var body: some View {
                   ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:3:15: note: add @available attribute to enclosing generic struct
public struct AnyUIViewRepresentable<Content: UIView>: UIKitRepresentable {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:21:53: error: cannot find type 'UIView' in scope
private struct AnyUIViewRepresentableIOS16<Content: UIView>: UIViewRepresentable {
                                                    ^~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:25:3: error: 'Environment' is only available in macOS 10.15 or newer
        @Environment(\.uiKitViewFixedSize) private var selfSizedAxis
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:21:16: note: add @available attribute to enclosing generic struct
private struct AnyUIViewRepresentableIOS16<Content: UIView>: UIViewRepresentable {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:26:3: error: 'Environment' is only available in macOS 10.15 or newer
        @Environment(\.uiKitViewContentMode) private var uiKitViewContentMode
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:21:16: note: add @available attribute to enclosing generic struct
private struct AnyUIViewRepresentableIOS16<Content: UIView>: UIViewRepresentable {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:28:27: error: cannot find type 'Context' in scope
        func makeUIView(context: Context) -> Content {
                                 ^~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:32:48: error: cannot find type 'Context' in scope
        func updateUIView(_ uiView: Content, context: Context) {
                                                      ^~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:37:76: error: cannot find type 'Context' in scope
        func sizeThatFits(_ proposal: ProposedViewSize, uiView: Content, context: Context) -> CGSize? {
                                                                                  ^~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:37:32: error: 'ProposedViewSize' is only available in macOS 13.0 or newer
        func sizeThatFits(_ proposal: ProposedViewSize, uiView: Content, context: Context) -> CGSize? {
                                      ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:37:7: note: add @available attribute to enclosing instance method
        func sizeThatFits(_ proposal: ProposedViewSize, uiView: Content, context: Context) -> CGSize? {
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:21:16: note: add @available attribute to enclosing generic struct
private struct AnyUIViewRepresentableIOS16<Content: UIView>: UIViewRepresentable {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:21:62: error: cannot find type 'UIViewRepresentable' in scope
private struct AnyUIViewRepresentableIOS16<Content: UIView>: UIViewRepresentable {
                                                             ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:42:53: error: cannot find type 'UIView' in scope
private struct AnyUIViewRepresentableIOS13<Content: UIView>: UIViewRepresentable {
                                                    ^~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:48:3: error: 'Environment' is only available in macOS 10.15 or newer
        @Environment(\.uiKitViewFixedSize) private var selfSizedAxis
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:42:16: note: add @available attribute to enclosing generic struct
private struct AnyUIViewRepresentableIOS13<Content: UIView>: UIViewRepresentable {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:49:3: error: 'Environment' is only available in macOS 10.15 or newer
        @Environment(\.uiKitViewContentMode) private var uiKitViewContentMode
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:42:16: note: add @available attribute to enclosing generic struct
private struct AnyUIViewRepresentableIOS13<Content: UIView>: UIViewRepresentable {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewWrapper.swift:3:39: error: cannot find type 'UIView' in scope
final class UIKitViewWrapper<Content: UIView>: UIView {
                                      ^~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:51:27: error: cannot find type 'Context' in scope
        func makeUIView(context: Context) -> UIKitViewWrapper<Content> {
                                 ^~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:55:66: error: cannot find type 'Context' in scope
        func updateUIView(_ uiView: UIKitViewWrapper<Content>, context: Context) {
                                                                        ^~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:42:62: error: cannot find type 'UIViewRepresentable' in scope
private struct AnyUIViewRepresentableIOS13<Content: UIView>: UIViewRepresentable {
                                                             ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:14:4: error: static method 'buildExpression' requires that 'AnyUIViewRepresentableIOS13<Content>' conform to 'View'
                        AnyUIViewRepresentableIOS13(make: make, updater: updater, expectedSize: $0, updateSize: $1)
                        ^
SwiftUI.ViewBuilder:3:24: note: where 'Content' = 'AnyUIViewRepresentableIOS13<Content>'
    public static func buildExpression<Content>(_ content: Content) -> Content where Content : View
                       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:16:4: error: static method 'buildExpression' requires that 'AnyUIViewRepresentableIOS16<Content>' conform to 'View'
                        AnyUIViewRepresentableIOS16(make: make, updater: updater)
                        ^
SwiftUI.ViewBuilder:3:24: note: where 'Content' = 'AnyUIViewRepresentableIOS16<Content>'
    public static func buildExpression<Content>(_ content: Content) -> Content where Content : View
                       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:38:10: error: value of type 'Content' has no member 'fittingSizeFor'
                uiView.fittingSizeFor(size: proposal, dimensions: selfSizedAxis, contentMode: uiKitViewContentMode)
                ~~~~~~ ^~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:64:19: error: cannot find type 'UIView' in scope
private extension UIView {
                  ^~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:15:20: error: property does not override any property from its superclass
        override open var intrinsicContentSize: CGSize {
        ~~~~~~~~          ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:19:33: error: cannot find type 'UIHostingController' in scope
        private let hostingController: UIHostingController<RootView>
                                       ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:27:27: error: 'ViewBuilder' is only available in macOS 10.15 or newer
        public convenience init(@ViewBuilder rootView: () -> RootView) {
                                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:27:21: note: add @available attribute to enclosing initializer
        public convenience init(@ViewBuilder rootView: () -> RootView) {
                           ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:4:12: note: add @available attribute to enclosing generic class
open class HostingView<RootView: View>: UIView {
           ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:56:21: error: method does not override any method from its superclass
        override open func didMoveToWindow() {
        ~~~~~~~~           ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:4:41: error: cannot find type 'UIView' in scope
open class HostingView<RootView: View>: UIView {
                                        ^~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:4:34: error: 'View' is only available in macOS 10.15 or newer
open class HostingView<RootView: View>: UIView {
                                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:4:12: note: add @available attribute to enclosing generic class
open class HostingView<RootView: View>: UIView {
           ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:7:9: error: value of type 'HostingView<RootView>' has no dynamic member 'hostingController' using key path from root type 'RootView'
                get { hostingController.rootView }
                      ^~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:9:4: error: value of type 'HostingView<RootView>' has no dynamic member 'hostingController' using key path from root type 'RootView'
                        hostingController.rootView = newValue
                        ^~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:10:4: error: value of type 'HostingView<RootView>' has no dynamic member 'hostingController' using key path from root type 'RootView'
                        hostingController.view.invalidateIntrinsicContentSize()
                        ^~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:11:4: error: cannot find 'invalidateIntrinsicContentSize' in scope
                        invalidateIntrinsicContentSize()
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:16:3: error: value of type 'HostingView<RootView>' has no dynamic member 'hostingController' using key path from root type 'RootView'
                hostingController.view.intrinsicContentSize
                ^~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:22:3: error: value of type 'HostingView<RootView>' has no dynamic member 'hostingController' using key path from root type 'RootView'
                hostingController = SelfSizingHostingController(rootView: rootView)
                ^~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:22:61: error: argument passed to call that takes no arguments
                hostingController = SelfSizingHostingController(rootView: rootView)
                                                               ~~~~~~~~~~~^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:22:23: error: generic parameter 'Content' could not be inferred
                hostingController = SelfSizingHostingController(rootView: rootView)
                                    ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/SelfSizingHostingController.swift:3:40: note: 'Content' declared as parameter to type 'SelfSizingHostingController'
open class SelfSizingHostingController<Content>: UIHostingController<Content> where Content: View {
                                       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:22:23: note: explicitly specify the generic arguments to fix this issue
                hostingController = SelfSizingHostingController(rootView: rootView)
                                    ^
                                                               <<#Content: View#>>
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:23:3: error: 'super' members cannot be referenced in a root class
                super.init(frame: .zero)
                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:46:3: error: cannot find 'addSubview' in scope
                addSubview(hostingController.view)
                ^~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:46:14: error: value of type 'HostingView<RootView>' has no dynamic member 'hostingController' using key path from root type 'RootView'
                addSubview(hostingController.view)
                           ^~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:47:3: error: value of type 'HostingView<RootView>' has no dynamic member 'hostingController' using key path from root type 'RootView'
                hostingController.view.backgroundColor = .clear
                ^~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:47:45: error: cannot infer contextual base in reference to member 'clear'
                hostingController.view.backgroundColor = .clear
                                                         ~^~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:48:3: error: value of type 'HostingView<RootView>' has no dynamic member 'hostingController' using key path from root type 'RootView'
                hostingController.view.translatesAutoresizingMaskIntoConstraints = false
                ^~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:50:60: error: cannot find 'leadingAnchor' in scope
                hostingController.view.leadingAnchor.constraint(equalTo: leadingAnchor).isActive = true
                                                                         ^~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:50:3: error: value of type 'HostingView<RootView>' has no dynamic member 'hostingController' using key path from root type 'RootView'
                hostingController.view.leadingAnchor.constraint(equalTo: leadingAnchor).isActive = true
                ^~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:51:61: error: cannot find 'trailingAnchor' in scope
                hostingController.view.trailingAnchor.constraint(equalTo: trailingAnchor).isActive = true
                                                                          ^~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:51:3: error: value of type 'HostingView<RootView>' has no dynamic member 'hostingController' using key path from root type 'RootView'
                hostingController.view.trailingAnchor.constraint(equalTo: trailingAnchor).isActive = true
                ^~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:52:56: error: cannot find 'topAnchor' in scope
                hostingController.view.topAnchor.constraint(equalTo: topAnchor).isActive = true
                                                                     ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:52:3: error: value of type 'HostingView<RootView>' has no dynamic member 'hostingController' using key path from root type 'RootView'
                hostingController.view.topAnchor.constraint(equalTo: topAnchor).isActive = true
                ^~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:53:59: error: cannot find 'bottomAnchor' in scope
                hostingController.view.bottomAnchor.constraint(equalTo: bottomAnchor).isActive = true
                                                                        ^~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:53:3: error: value of type 'HostingView<RootView>' has no dynamic member 'hostingController' using key path from root type 'RootView'
                hostingController.view.bottomAnchor.constraint(equalTo: bottomAnchor).isActive = true
                ^~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:57:3: error: 'super' members cannot be referenced in a root class
                super.didMoveToWindow()
                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:58:13: error: cannot find 'controller' in scope
                guard let controller else { return }
                          ^~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:59:3: error: value of type 'HostingView<RootView>' has no dynamic member 'hostingController' using key path from root type 'RootView'
                hostingController.willMove(toParent: controller)
                ^~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:60:23: error: value of type 'HostingView<RootView>' has no dynamic member 'hostingController' using key path from root type 'RootView'
                controller.addChild(hostingController)
                                    ^~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:66:18: error: cannot find type 'UIViewController' in scope
        var controller: UIViewController? {
                        ^~~~~~~~~~~~~~~~
[15/16] Compiling UIKitViews HostingView.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:3:47: error: cannot find type 'UIView' in scope
public struct AnyUIViewRepresentable<Content: UIView>: UIKitRepresentable {
                                              ^~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:12:24: error: 'View' is only available in macOS 10.15 or newer
        public var body: some View {
                              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:12:13: note: add @available attribute to enclosing property
        public var body: some View {
                   ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:3:15: note: add @available attribute to enclosing generic struct
public struct AnyUIViewRepresentable<Content: UIView>: UIKitRepresentable {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:21:53: error: cannot find type 'UIView' in scope
private struct AnyUIViewRepresentableIOS16<Content: UIView>: UIViewRepresentable {
                                                    ^~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:25:3: error: 'Environment' is only available in macOS 10.15 or newer
        @Environment(\.uiKitViewFixedSize) private var selfSizedAxis
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:21:16: note: add @available attribute to enclosing generic struct
private struct AnyUIViewRepresentableIOS16<Content: UIView>: UIViewRepresentable {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:26:3: error: 'Environment' is only available in macOS 10.15 or newer
        @Environment(\.uiKitViewContentMode) private var uiKitViewContentMode
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:21:16: note: add @available attribute to enclosing generic struct
private struct AnyUIViewRepresentableIOS16<Content: UIView>: UIViewRepresentable {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:28:27: error: cannot find type 'Context' in scope
        func makeUIView(context: Context) -> Content {
                                 ^~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:32:48: error: cannot find type 'Context' in scope
        func updateUIView(_ uiView: Content, context: Context) {
                                                      ^~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:37:76: error: cannot find type 'Context' in scope
        func sizeThatFits(_ proposal: ProposedViewSize, uiView: Content, context: Context) -> CGSize? {
                                                                                  ^~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:37:32: error: 'ProposedViewSize' is only available in macOS 13.0 or newer
        func sizeThatFits(_ proposal: ProposedViewSize, uiView: Content, context: Context) -> CGSize? {
                                      ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:37:7: note: add @available attribute to enclosing instance method
        func sizeThatFits(_ proposal: ProposedViewSize, uiView: Content, context: Context) -> CGSize? {
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:21:16: note: add @available attribute to enclosing generic struct
private struct AnyUIViewRepresentableIOS16<Content: UIView>: UIViewRepresentable {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:21:62: error: cannot find type 'UIViewRepresentable' in scope
private struct AnyUIViewRepresentableIOS16<Content: UIView>: UIViewRepresentable {
                                                             ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:42:53: error: cannot find type 'UIView' in scope
private struct AnyUIViewRepresentableIOS13<Content: UIView>: UIViewRepresentable {
                                                    ^~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:48:3: error: 'Environment' is only available in macOS 10.15 or newer
        @Environment(\.uiKitViewFixedSize) private var selfSizedAxis
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:42:16: note: add @available attribute to enclosing generic struct
private struct AnyUIViewRepresentableIOS13<Content: UIView>: UIViewRepresentable {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:49:3: error: 'Environment' is only available in macOS 10.15 or newer
        @Environment(\.uiKitViewContentMode) private var uiKitViewContentMode
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:42:16: note: add @available attribute to enclosing generic struct
private struct AnyUIViewRepresentableIOS13<Content: UIView>: UIViewRepresentable {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewWrapper.swift:3:39: error: cannot find type 'UIView' in scope
final class UIKitViewWrapper<Content: UIView>: UIView {
                                      ^~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:51:27: error: cannot find type 'Context' in scope
        func makeUIView(context: Context) -> UIKitViewWrapper<Content> {
                                 ^~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:55:66: error: cannot find type 'Context' in scope
        func updateUIView(_ uiView: UIKitViewWrapper<Content>, context: Context) {
                                                                        ^~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:42:62: error: cannot find type 'UIViewRepresentable' in scope
private struct AnyUIViewRepresentableIOS13<Content: UIView>: UIViewRepresentable {
                                                             ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:14:4: error: static method 'buildExpression' requires that 'AnyUIViewRepresentableIOS13<Content>' conform to 'View'
                        AnyUIViewRepresentableIOS13(make: make, updater: updater, expectedSize: $0, updateSize: $1)
                        ^
SwiftUI.ViewBuilder:3:24: note: where 'Content' = 'AnyUIViewRepresentableIOS13<Content>'
    public static func buildExpression<Content>(_ content: Content) -> Content where Content : View
                       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:16:4: error: static method 'buildExpression' requires that 'AnyUIViewRepresentableIOS16<Content>' conform to 'View'
                        AnyUIViewRepresentableIOS16(make: make, updater: updater)
                        ^
SwiftUI.ViewBuilder:3:24: note: where 'Content' = 'AnyUIViewRepresentableIOS16<Content>'
    public static func buildExpression<Content>(_ content: Content) -> Content where Content : View
                       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:38:10: error: value of type 'Content' has no member 'fittingSizeFor'
                uiView.fittingSizeFor(size: proposal, dimensions: selfSizedAxis, contentMode: uiKitViewContentMode)
                ~~~~~~ ^~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:64:19: error: cannot find type 'UIView' in scope
private extension UIView {
                  ^~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:15:20: error: property does not override any property from its superclass
        override open var intrinsicContentSize: CGSize {
        ~~~~~~~~          ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:19:33: error: cannot find type 'UIHostingController' in scope
        private let hostingController: UIHostingController<RootView>
                                       ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:27:27: error: 'ViewBuilder' is only available in macOS 10.15 or newer
        public convenience init(@ViewBuilder rootView: () -> RootView) {
                                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:27:21: note: add @available attribute to enclosing initializer
        public convenience init(@ViewBuilder rootView: () -> RootView) {
                           ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:4:12: note: add @available attribute to enclosing generic class
open class HostingView<RootView: View>: UIView {
           ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:56:21: error: method does not override any method from its superclass
        override open func didMoveToWindow() {
        ~~~~~~~~           ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:4:41: error: cannot find type 'UIView' in scope
open class HostingView<RootView: View>: UIView {
                                        ^~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:4:34: error: 'View' is only available in macOS 10.15 or newer
open class HostingView<RootView: View>: UIView {
                                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:4:12: note: add @available attribute to enclosing generic class
open class HostingView<RootView: View>: UIView {
           ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:7:9: error: value of type 'HostingView<RootView>' has no dynamic member 'hostingController' using key path from root type 'RootView'
                get { hostingController.rootView }
                      ^~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:9:4: error: value of type 'HostingView<RootView>' has no dynamic member 'hostingController' using key path from root type 'RootView'
                        hostingController.rootView = newValue
                        ^~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:10:4: error: value of type 'HostingView<RootView>' has no dynamic member 'hostingController' using key path from root type 'RootView'
                        hostingController.view.invalidateIntrinsicContentSize()
                        ^~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:11:4: error: cannot find 'invalidateIntrinsicContentSize' in scope
                        invalidateIntrinsicContentSize()
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:16:3: error: value of type 'HostingView<RootView>' has no dynamic member 'hostingController' using key path from root type 'RootView'
                hostingController.view.intrinsicContentSize
                ^~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:22:3: error: value of type 'HostingView<RootView>' has no dynamic member 'hostingController' using key path from root type 'RootView'
                hostingController = SelfSizingHostingController(rootView: rootView)
                ^~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:22:61: error: argument passed to call that takes no arguments
                hostingController = SelfSizingHostingController(rootView: rootView)
                                                               ~~~~~~~~~~~^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:22:23: error: generic parameter 'Content' could not be inferred
                hostingController = SelfSizingHostingController(rootView: rootView)
                                    ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/SelfSizingHostingController.swift:3:40: note: 'Content' declared as parameter to type 'SelfSizingHostingController'
open class SelfSizingHostingController<Content>: UIHostingController<Content> where Content: View {
                                       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:22:23: note: explicitly specify the generic arguments to fix this issue
                hostingController = SelfSizingHostingController(rootView: rootView)
                                    ^
                                                               <<#Content: View#>>
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:23:3: error: 'super' members cannot be referenced in a root class
                super.init(frame: .zero)
                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:46:3: error: cannot find 'addSubview' in scope
                addSubview(hostingController.view)
                ^~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:46:14: error: value of type 'HostingView<RootView>' has no dynamic member 'hostingController' using key path from root type 'RootView'
                addSubview(hostingController.view)
                           ^~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:47:3: error: value of type 'HostingView<RootView>' has no dynamic member 'hostingController' using key path from root type 'RootView'
                hostingController.view.backgroundColor = .clear
                ^~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:47:45: error: cannot infer contextual base in reference to member 'clear'
                hostingController.view.backgroundColor = .clear
                                                         ~^~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:48:3: error: value of type 'HostingView<RootView>' has no dynamic member 'hostingController' using key path from root type 'RootView'
                hostingController.view.translatesAutoresizingMaskIntoConstraints = false
                ^~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:50:60: error: cannot find 'leadingAnchor' in scope
                hostingController.view.leadingAnchor.constraint(equalTo: leadingAnchor).isActive = true
                                                                         ^~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:50:3: error: value of type 'HostingView<RootView>' has no dynamic member 'hostingController' using key path from root type 'RootView'
                hostingController.view.leadingAnchor.constraint(equalTo: leadingAnchor).isActive = true
                ^~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:51:61: error: cannot find 'trailingAnchor' in scope
                hostingController.view.trailingAnchor.constraint(equalTo: trailingAnchor).isActive = true
                                                                          ^~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:51:3: error: value of type 'HostingView<RootView>' has no dynamic member 'hostingController' using key path from root type 'RootView'
                hostingController.view.trailingAnchor.constraint(equalTo: trailingAnchor).isActive = true
                ^~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:52:56: error: cannot find 'topAnchor' in scope
                hostingController.view.topAnchor.constraint(equalTo: topAnchor).isActive = true
                                                                     ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:52:3: error: value of type 'HostingView<RootView>' has no dynamic member 'hostingController' using key path from root type 'RootView'
                hostingController.view.topAnchor.constraint(equalTo: topAnchor).isActive = true
                ^~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:53:59: error: cannot find 'bottomAnchor' in scope
                hostingController.view.bottomAnchor.constraint(equalTo: bottomAnchor).isActive = true
                                                                        ^~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:53:3: error: value of type 'HostingView<RootView>' has no dynamic member 'hostingController' using key path from root type 'RootView'
                hostingController.view.bottomAnchor.constraint(equalTo: bottomAnchor).isActive = true
                ^~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:57:3: error: 'super' members cannot be referenced in a root class
                super.didMoveToWindow()
                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:58:13: error: cannot find 'controller' in scope
                guard let controller else { return }
                          ^~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:59:3: error: value of type 'HostingView<RootView>' has no dynamic member 'hostingController' using key path from root type 'RootView'
                hostingController.willMove(toParent: controller)
                ^~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:60:23: error: value of type 'HostingView<RootView>' has no dynamic member 'hostingController' using key path from root type 'RootView'
                controller.addChild(hostingController)
                                    ^~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:66:18: error: cannot find type 'UIViewController' in scope
        var controller: UIViewController? {
                        ^~~~~~~~~~~~~~~~
[16/16] Compiling UIKitViews UIView++.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitViews/UIView++.swift:3:11: error: cannot find type 'UIView' in scope
extension UIView {
          ^~~~~~
error: fatalError
BUILD FAILURE 5.10 macosSpm

Build Machine: Mac 7