The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build UIKitViews, reference 1.8.1 (f00d60), with Swift 5.10 for macOS (SPM) on 4 Oct 2024 17:01:13 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64

Build Log

                        .fixedSize(
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:14:6: note: add @available attribute to enclosing property
        var body: some View {
            ^
/Users/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:29:5: note: add 'if #available' version check
                        .frame(
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:14:6: note: add @available attribute to enclosing property
        var body: some View {
            ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:34:5: error: 'overlay(_:alignment:)' is only available in macOS 10.15 or newer
                        .overlay(
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:34:5: note: add 'if #available' version check
                        .overlay(
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:14:6: note: add @available attribute to enclosing property
        var body: some View {
            ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:35:5: error: 'ZStack' is only available in macOS 10.15 or newer
                                ZStack {
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:35:5: note: add 'if #available' version check
                                ZStack {
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:14:6: note: add @available attribute to enclosing property
        var body: some View {
            ^
/Users/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:36:6: note: add 'if #available' version check
                                        GeometryReader { proxy in
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:14:6: note: add @available attribute to enclosing property
        var body: some View {
            ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:37:7: error: 'Color' is only available in macOS 10.15 or newer
                                                Color.clear
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:37:7: note: add 'if #available' version check
                                                Color.clear
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:14:6: note: add @available attribute to enclosing property
        var body: some View {
            ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:37:13: error: 'clear' is only available in macOS 10.15 or newer
                                                Color.clear
                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:37:13: note: add 'if #available' version check
                                                Color.clear
                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:14:6: note: add @available attribute to enclosing property
        var body: some View {
            ^
/Users/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:38:9: note: add 'if #available' version check
                                                        .preference(key: SizeKey.self, value: proxy.size)
                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:14:6: note: add @available attribute to enclosing property
        var body: some View {
            ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:41:6: error: 'allowsHitTesting' is only available in macOS 10.15 or newer
                                .allowsHitTesting(false)
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:41:6: note: add 'if #available' version check
                                .allowsHitTesting(false)
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:14:6: note: add @available attribute to enclosing property
        var body: some View {
            ^
/Users/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:43:5: note: add 'if #available' version check
                        .onPreferenceChange(SizeKey.self) { newValue in
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:14:6: note: add @available attribute to enclosing property
        var body: some View {
            ^
/Users/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:44:5: note: add 'if #available' version check
                                expectedSize = newValue
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:14:6: note: add @available attribute to enclosing property
        var body: some View {
            ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:21:10: error: 'buildEither(second:)' is only available in macOS 10.15 or newer
                } else {
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:21:10: note: add 'if #available' version check
                } else {
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:14:6: note: add @available attribute to enclosing property
        var body: some View {
            ^
/Users/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:14:22: note: add 'if #available' version check
        var body: some View {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:14:6: note: add @available attribute to enclosing property
        var body: some View {
            ^
/Users/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:61:3: note: add 'if #available' version check
                frame(
                ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:58:9: note: add @available attribute to enclosing extension
private extension View {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:3:57: error: cannot find type 'UIViewController' in scope
public struct AnyUIViewControllerRepresentable<Content: UIViewController>: UIKitRepresentable {
                                                        ^~~~~~~~~~~~~~~~
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:11:13: note: add @available attribute to enclosing property
        public var body: some View {
                   ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:20:63: error: cannot find type 'UIViewController' in scope
private struct AnyUIViewControllerRepresentableIOS16<Content: UIViewController>: UIViewControllerRepresentable {
                                                              ^~~~~~~~~~~~~~~~
/Users/admin/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/admin/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/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:27:37: error: cannot find type 'Context' in scope
        func makeUIViewController(context: Context) -> Content {
                                           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:31:68: error: cannot find type 'Context' in scope
        func updateUIViewController(_ uiViewController: Content, context: Context) {
                                                                          ^~~~~~~
/Users/admin/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/admin/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/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:20:82: error: cannot find type 'UIViewControllerRepresentable' in scope
private struct AnyUIViewControllerRepresentableIOS16<Content: UIViewController>: UIViewControllerRepresentable {
                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:41:63: error: cannot find type 'UIViewController' in scope
private struct AnyUIViewControllerRepresentableIOS13<Content: UIViewController>: UIViewControllerRepresentable {
                                                              ^~~~~~~~~~~~~~~~
/Users/admin/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/admin/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/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewControllerWrapper.swift:3:49: error: cannot find type 'UIViewController' in scope
final class UIKitViewControllerWrapper<Content: UIViewController>: UIViewController {
                                                ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:50:37: error: cannot find type 'Context' in scope
        func makeUIViewController(context: Context) -> UIKitViewControllerWrapper<Content> {
                                           ^~~~~~~
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:41:82: error: cannot find type 'UIViewControllerRepresentable' in scope
private struct AnyUIViewControllerRepresentableIOS13<Content: UIViewController>: UIViewControllerRepresentable {
                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/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/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewWrapper.swift:3:39: error: cannot find type 'UIView' in scope
final class UIKitViewWrapper<Content: UIView>: UIView {
                                      ^~~~~~
/Users/admin/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)
                                            ~~~~~~~ ^~~~
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/27] Compiling UIKitViews UIKitView+init.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:3:47: error: cannot find type 'UIView' in scope
public struct AnyUIViewRepresentable<Content: UIView>: UIKitRepresentable {
                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:3:57: error: cannot find type 'UIViewController' in scope
public struct AnyUIViewControllerRepresentable<Content: UIViewController>: UIKitRepresentable {
                                                        ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitView.swift:24:26: error: 'View' is only available in macOS 10.15 or newer
    associatedtype Body: View
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitView.swift:22:17: note: add @available attribute to enclosing protocol
public protocol UIKitViewChaining<Root>: Chaining {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitView.swift:57:22: error: 'Transaction' is only available in macOS 10.15 or newer
    var transaction: Transaction {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitView.swift:57:9: note: add @available attribute to enclosing property
    var transaction: Transaction {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitView.swift:55:8: note: add @available attribute to enclosing extension
public extension ChainValues {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitView.swift:65:22: error: 'EnvironmentValues' is only available in macOS 10.15 or newer
    var environment: EnvironmentValues {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitView.swift:65:9: note: add @available attribute to enclosing property
    var environment: EnvironmentValues {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitView.swift:63:8: note: add @available attribute to enclosing extension
public extension ChainValues {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitView.swift:58:37: error: 'Transaction' is only available in macOS 10.15 or newer
        get { get(\.transaction) ?? Transaction() }
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitView.swift:58:37: note: add 'if #available' version check
        get { get(\.transaction) ?? Transaction() }
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitView.swift:57:9: note: add @available attribute to enclosing property
    var transaction: Transaction {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitView.swift:55:8: note: add @available attribute to enclosing extension
public extension ChainValues {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitView.swift:66:37: error: 'EnvironmentValues' is only available in macOS 10.15 or newer
        get { get(\.environment) ?? EnvironmentValues() }
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitView.swift:66:37: note: add 'if #available' version check
        get { get(\.environment) ?? EnvironmentValues() }
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitView.swift:65:9: note: add @available attribute to enclosing property
    var environment: EnvironmentValues {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitView.swift:63:8: note: add @available attribute to enclosing extension
public extension ChainValues {
       ^
[16/27] Compiling UIKitViews UIKitView.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:3:47: error: cannot find type 'UIView' in scope
public struct AnyUIViewRepresentable<Content: UIView>: UIKitRepresentable {
                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:3:57: error: cannot find type 'UIViewController' in scope
public struct AnyUIViewControllerRepresentable<Content: UIViewController>: UIKitRepresentable {
                                                        ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitView.swift:24:26: error: 'View' is only available in macOS 10.15 or newer
    associatedtype Body: View
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitView.swift:22:17: note: add @available attribute to enclosing protocol
public protocol UIKitViewChaining<Root>: Chaining {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitView.swift:57:22: error: 'Transaction' is only available in macOS 10.15 or newer
    var transaction: Transaction {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitView.swift:57:9: note: add @available attribute to enclosing property
    var transaction: Transaction {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitView.swift:55:8: note: add @available attribute to enclosing extension
public extension ChainValues {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitView.swift:65:22: error: 'EnvironmentValues' is only available in macOS 10.15 or newer
    var environment: EnvironmentValues {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitView.swift:65:9: note: add @available attribute to enclosing property
    var environment: EnvironmentValues {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitView.swift:63:8: note: add @available attribute to enclosing extension
public extension ChainValues {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitView.swift:58:37: error: 'Transaction' is only available in macOS 10.15 or newer
        get { get(\.transaction) ?? Transaction() }
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitView.swift:58:37: note: add 'if #available' version check
        get { get(\.transaction) ?? Transaction() }
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitView.swift:57:9: note: add @available attribute to enclosing property
    var transaction: Transaction {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitView.swift:55:8: note: add @available attribute to enclosing extension
public extension ChainValues {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitView.swift:66:37: error: 'EnvironmentValues' is only available in macOS 10.15 or newer
        get { get(\.environment) ?? EnvironmentValues() }
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitView.swift:66:37: note: add 'if #available' version check
        get { get(\.environment) ?? EnvironmentValues() }
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitView.swift:65:9: note: add @available attribute to enclosing property
    var environment: EnvironmentValues {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitView.swift:63:8: note: add @available attribute to enclosing extension
public extension ChainValues {
       ^
[17/27] Compiling UIKitViews Operator.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/Operator.swift:19:27: error: cannot find type 'UIView' in scope
public postfix func §<T: UIView>(_ view: @escaping @autoclosure () -> T) -> UIKitView<AnyUIViewRepresentable<T>> {
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:3:47: error: cannot find type 'UIView' in scope
public struct AnyUIViewRepresentable<Content: UIView>: UIKitRepresentable {
                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/Operator.swift:35:27: error: cannot find type 'UIViewController' in scope
public postfix func §<T: UIViewController>(_ view: @escaping @autoclosure () -> T) -> UIKitView<AnyUIViewControllerRepresentable<T>> {
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:3:57: error: cannot find type 'UIViewController' in scope
public struct AnyUIViewControllerRepresentable<Content: UIViewController>: UIKitRepresentable {
                                                        ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/Operator.swift:40:19: error: 'View' is only available in macOS 10.15 or newer
func tt() -> some View {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/Operator.swift:40:6: note: add @available attribute to enclosing global function
func tt() -> some View {
     ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/Operator.swift:39:2: error: 'ViewBuilder' is only available in macOS 10.15 or newer
@ViewBuilder
 ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/Operator.swift:40:6: note: add @available attribute to enclosing global function
func tt() -> some View {
     ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/Operator.swift:41:2: error: cannot find 'UILabel' in scope
        UILabel()§
/Users/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/SelfSizingHostingController.swift:8:3: error: 'super' members cannot be referenced in a root class
                super.viewDidLoad()
                ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/SelfSizingHostingController.swift:9:3: error: cannot find 'view' in scope
                view.setContentHuggingPriority(.required, for: .vertical)
                ^~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/SelfSizingHostingController.swift:9:35: error: cannot infer contextual base in reference to member 'required'
                view.setContentHuggingPriority(.required, for: .vertical)
                                               ~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/SelfSizingHostingController.swift:9:51: error: cannot infer contextual base in reference to member 'vertical'
                view.setContentHuggingPriority(.required, for: .vertical)
                                                               ~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/SelfSizingHostingController.swift:14:3: error: 'super' members cannot be referenced in a root class
                super.viewWillLayoutSubviews()
                ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/SelfSizingHostingController.swift:17:3: error: cannot find 'loadViewIfNeeded' in scope
                loadViewIfNeeded()
                ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/SelfSizingHostingController.swift:23:3: error: 'super' members cannot be referenced in a root class
                super.viewDidLayoutSubviews()
                ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/SelfSizingHostingController.swift:24:3: error: cannot find 'view' in scope
                view.invalidateIntrinsicContentSize()
                ^~~~
[18/27] Compiling UIKitViews SelfSizingHostingController.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/Operator.swift:19:27: error: cannot find type 'UIView' in scope
public postfix func §<T: UIView>(_ view: @escaping @autoclosure () -> T) -> UIKitView<AnyUIViewRepresentable<T>> {
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:3:47: error: cannot find type 'UIView' in scope
public struct AnyUIViewRepresentable<Content: UIView>: UIKitRepresentable {
                                              ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/Operator.swift:35:27: error: cannot find type 'UIViewController' in scope
public postfix func §<T: UIViewController>(_ view: @escaping @autoclosure () -> T) -> UIKitView<AnyUIViewControllerRepresentable<T>> {
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:3:57: error: cannot find type 'UIViewController' in scope
public struct AnyUIViewControllerRepresentable<Content: UIViewController>: UIKitRepresentable {
                                                        ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/Operator.swift:40:19: error: 'View' is only available in macOS 10.15 or newer
func tt() -> some View {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/Operator.swift:40:6: note: add @available attribute to enclosing global function
func tt() -> some View {
     ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/Operator.swift:39:2: error: 'ViewBuilder' is only available in macOS 10.15 or newer
@ViewBuilder
 ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/Operator.swift:40:6: note: add @available attribute to enclosing global function
func tt() -> some View {
     ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/Operator.swift:41:2: error: cannot find 'UILabel' in scope
        UILabel()§
/Users/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/SelfSizingHostingController.swift:8:3: error: 'super' members cannot be referenced in a root class
                super.viewDidLoad()
                ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/SelfSizingHostingController.swift:9:3: error: cannot find 'view' in scope
                view.setContentHuggingPriority(.required, for: .vertical)
                ^~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/SelfSizingHostingController.swift:9:35: error: cannot infer contextual base in reference to member 'required'
                view.setContentHuggingPriority(.required, for: .vertical)
                                               ~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/SelfSizingHostingController.swift:9:51: error: cannot infer contextual base in reference to member 'vertical'
                view.setContentHuggingPriority(.required, for: .vertical)
                                                               ~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/SelfSizingHostingController.swift:14:3: error: 'super' members cannot be referenced in a root class
                super.viewWillLayoutSubviews()
                ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/SelfSizingHostingController.swift:17:3: error: cannot find 'loadViewIfNeeded' in scope
                loadViewIfNeeded()
                ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/SelfSizingHostingController.swift:23:3: error: 'super' members cannot be referenced in a root class
                super.viewDidLayoutSubviews()
                ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/SelfSizingHostingController.swift:24:3: error: cannot find 'view' in scope
                view.invalidateIntrinsicContentSize()
                ^~~~
[19/27] Compiling UIKitViews UIKitViewControllerWrapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewControllerWrapper.swift:3:49: error: cannot find type 'UIViewController' in scope
final class UIKitViewControllerWrapper<Content: UIViewController>: UIViewController {
                                                ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewWrapper.swift:3:39: error: cannot find type 'UIView' in scope
final class UIKitViewWrapper<Content: UIView>: UIView {
                                      ^~~~~~
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewControllerWrapper.swift:21:16: error: method does not override any method from its superclass
        override func loadView() {
        ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewControllerWrapper.swift:3:68: error: cannot find type 'UIViewController' in scope
final class UIKitViewControllerWrapper<Content: UIViewController>: UIViewController {
                                                                   ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewControllerWrapper.swift:10:3: error: 'super' members cannot be referenced in a root class
                super.init(nibName: nil, bundle: nil)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewControllerWrapper.swift:11:11: error: value of type 'Content' has no member 'willMove'
                content.willMove(toParent: self)
                ~~~~~~~ ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewControllerWrapper.swift:12:3: error: cannot find 'addChild' in scope
                addChild(content)
                ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewControllerWrapper.swift:13:11: error: value of type 'Content' has no member 'didMove'
                content.didMove(toParent: self)
                ~~~~~~~ ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewControllerWrapper.swift:22:3: error: cannot find 'view' in scope
                view = wrapper
                ^~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewControllerWrapper.swift:26:11: error: value of type 'Content' has no member 'willMove'
                content.willMove(toParent: nil)
                ~~~~~~~ ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewControllerWrapper.swift:26:30: error: 'nil' requires a contextual type
                content.willMove(toParent: nil)
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewControllerWrapper.swift:27:11: error: value of type 'Content' has no member 'removeFromParent'
                content.removeFromParent()
                ~~~~~~~ ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewControllerWrapper.swift:28:11: error: value of type 'Content' has no member 'didMove'
                content.didMove(toParent: nil)
                ~~~~~~~ ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewControllerWrapper.swift:28:29: error: 'nil' requires a contextual type
                content.didMove(toParent: nil)
                                          ^
[20/27] Compiling UIKitViews AnyUIViewRepresentable.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:3:47: error: cannot find type 'UIView' in scope
public struct AnyUIViewRepresentable<Content: UIView>: UIKitRepresentable {
                                              ^~~~~~
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:12:13: note: add @available attribute to enclosing property
        public var body: some View {
                   ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:21:53: error: cannot find type 'UIView' in scope
private struct AnyUIViewRepresentableIOS16<Content: UIView>: UIViewRepresentable {
                                                    ^~~~~~
/Users/admin/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/admin/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/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:28:27: error: cannot find type 'Context' in scope
        func makeUIView(context: Context) -> Content {
                                 ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:32:48: error: cannot find type 'Context' in scope
        func updateUIView(_ uiView: Content, context: Context) {
                                                      ^~~~~~~
/Users/admin/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/admin/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/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:21:62: error: cannot find type 'UIViewRepresentable' in scope
private struct AnyUIViewRepresentableIOS16<Content: UIView>: UIViewRepresentable {
                                                             ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:42:53: error: cannot find type 'UIView' in scope
private struct AnyUIViewRepresentableIOS13<Content: UIView>: UIViewRepresentable {
                                                    ^~~~~~
/Users/admin/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/admin/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/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewWrapper.swift:3:39: error: cannot find type 'UIView' in scope
final class UIKitViewWrapper<Content: UIView>: UIView {
                                      ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:51:27: error: cannot find type 'Context' in scope
        func makeUIView(context: Context) -> UIKitViewWrapper<Content> {
                                 ^~~~~~~
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:42:62: error: cannot find type 'UIViewRepresentable' in scope
private struct AnyUIViewRepresentableIOS13<Content: UIView>: UIViewRepresentable {
                                                             ^~~~~~~~~~~~~~~~~~~
/Users/admin/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/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:64:19: error: cannot find type 'UIView' in scope
private extension UIView {
                  ^~~~~~
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:19:33: error: cannot find type 'UIHostingController' in scope
        private let hostingController: UIHostingController<RootView>
                                       ^~~~~~~~~~~~~~~~~~~
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:27:21: note: add @available attribute to enclosing initializer
        public convenience init(@ViewBuilder rootView: () -> RootView) {
                           ^
/Users/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:4:41: error: cannot find type 'UIView' in scope
open class HostingView<RootView: View>: UIView {
                                        ^~~~~~
/Users/admin/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/admin/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/admin/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/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:11:4: error: cannot find 'invalidateIntrinsicContentSize' in scope
                        invalidateIntrinsicContentSize()
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:22:23: error: generic parameter 'Content' could not be inferred
                hostingController = SelfSizingHostingController(rootView: rootView)
                                    ^
/Users/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:22:61: error: argument passed to call that takes no arguments
                hostingController = SelfSizingHostingController(rootView: rootView)
                                                               ~~~~~~~~~~~^~~~~~~~~
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:46:3: error: cannot find 'addSubview' in scope
                addSubview(hostingController.view)
                ^~~~~~~~~~
/Users/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:57:3: error: 'super' members cannot be referenced in a root class
                super.didMoveToWindow()
                ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:58:13: error: cannot find 'controller' in scope
                guard let controller else { return }
                          ^~~~~~~~~~
/Users/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:66:18: error: cannot find type 'UIViewController' in scope
        var controller: UIViewController? {
                        ^~~~~~~~~~~~~~~~
[21/27] Compiling UIKitViews HostingView.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:3:47: error: cannot find type 'UIView' in scope
public struct AnyUIViewRepresentable<Content: UIView>: UIKitRepresentable {
                                              ^~~~~~
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:12:13: note: add @available attribute to enclosing property
        public var body: some View {
                   ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:21:53: error: cannot find type 'UIView' in scope
private struct AnyUIViewRepresentableIOS16<Content: UIView>: UIViewRepresentable {
                                                    ^~~~~~
/Users/admin/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/admin/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/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:28:27: error: cannot find type 'Context' in scope
        func makeUIView(context: Context) -> Content {
                                 ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:32:48: error: cannot find type 'Context' in scope
        func updateUIView(_ uiView: Content, context: Context) {
                                                      ^~~~~~~
/Users/admin/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/admin/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/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:21:62: error: cannot find type 'UIViewRepresentable' in scope
private struct AnyUIViewRepresentableIOS16<Content: UIView>: UIViewRepresentable {
                                                             ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:42:53: error: cannot find type 'UIView' in scope
private struct AnyUIViewRepresentableIOS13<Content: UIView>: UIViewRepresentable {
                                                    ^~~~~~
/Users/admin/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/admin/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/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewWrapper.swift:3:39: error: cannot find type 'UIView' in scope
final class UIKitViewWrapper<Content: UIView>: UIView {
                                      ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:51:27: error: cannot find type 'Context' in scope
        func makeUIView(context: Context) -> UIKitViewWrapper<Content> {
                                 ^~~~~~~
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:42:62: error: cannot find type 'UIViewRepresentable' in scope
private struct AnyUIViewRepresentableIOS13<Content: UIView>: UIViewRepresentable {
                                                             ^~~~~~~~~~~~~~~~~~~
/Users/admin/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/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:64:19: error: cannot find type 'UIView' in scope
private extension UIView {
                  ^~~~~~
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:19:33: error: cannot find type 'UIHostingController' in scope
        private let hostingController: UIHostingController<RootView>
                                       ^~~~~~~~~~~~~~~~~~~
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:27:21: note: add @available attribute to enclosing initializer
        public convenience init(@ViewBuilder rootView: () -> RootView) {
                           ^
/Users/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:4:41: error: cannot find type 'UIView' in scope
open class HostingView<RootView: View>: UIView {
                                        ^~~~~~
/Users/admin/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/admin/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/admin/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/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:11:4: error: cannot find 'invalidateIntrinsicContentSize' in scope
                        invalidateIntrinsicContentSize()
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:22:23: error: generic parameter 'Content' could not be inferred
                hostingController = SelfSizingHostingController(rootView: rootView)
                                    ^
/Users/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:22:61: error: argument passed to call that takes no arguments
                hostingController = SelfSizingHostingController(rootView: rootView)
                                                               ~~~~~~~~~~~^~~~~~~~~
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:46:3: error: cannot find 'addSubview' in scope
                addSubview(hostingController.view)
                ^~~~~~~~~~
/Users/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:57:3: error: 'super' members cannot be referenced in a root class
                super.didMoveToWindow()
                ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:58:13: error: cannot find 'controller' in scope
                guard let controller else { return }
                          ^~~~~~~~~~
/Users/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:66:18: error: cannot find type 'UIViewController' in scope
        var controller: UIViewController? {
                        ^~~~~~~~~~~~~~~~
[22/27] Compiling UIKitViews UIKitRepresentable.swift
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitRepresentable.swift:8:17: note: add @available attribute to enclosing protocol
public protocol UIKitRepresentable<Content>: View {
                ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitRepresentable.swift:15:15: note: add @available attribute to enclosing struct
public struct UIKitRepresentableContext {
              ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitRepresentable.swift:15:15: note: add @available attribute to enclosing struct
public struct UIKitRepresentableContext {
              ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitView+Chain.swift:6:13: note: add @available attribute to enclosing property
        public var body: some View {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitView+Chain.swift:4:1: note: add @available attribute to enclosing extension
extension Chain: View where Base: UIKitViewChaining {
^
[23/27] Compiling UIKitViews UIKitView+Chain.swift
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitRepresentable.swift:8:17: note: add @available attribute to enclosing protocol
public protocol UIKitRepresentable<Content>: View {
                ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitRepresentable.swift:15:15: note: add @available attribute to enclosing struct
public struct UIKitRepresentableContext {
              ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitRepresentable.swift:15:15: note: add @available attribute to enclosing struct
public struct UIKitRepresentableContext {
              ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitView+Chain.swift:6:13: note: add @available attribute to enclosing property
        public var body: some View {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitView+Chain.swift:4:1: note: add @available attribute to enclosing extension
extension Chain: View where Base: UIKitViewChaining {
^
[24/27] Emitting module UIKitViews
/Users/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:14:6: note: add @available attribute to enclosing property
        var body: some View {
            ^
/Users/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:58:9: note: add @available attribute to enclosing extension
private extension View {
        ^
/Users/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:58:9: note: add @available attribute to enclosing extension
private extension View {
        ^
/Users/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:58:9: note: add @available attribute to enclosing extension
private extension View {
        ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIRepresentableWrapper.swift:58:9: note: add @available attribute to enclosing extension
private extension View {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:3:57: error: cannot find type 'UIViewController' in scope
public struct AnyUIViewControllerRepresentable<Content: UIViewController>: UIKitRepresentable {
                                                        ^~~~~~~~~~~~~~~~
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:11:13: note: add @available attribute to enclosing property
        public var body: some View {
                   ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:20:63: error: cannot find type 'UIViewController' in scope
private struct AnyUIViewControllerRepresentableIOS16<Content: UIViewController>: UIViewControllerRepresentable {
                                                              ^~~~~~~~~~~~~~~~
/Users/admin/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/admin/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/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:27:37: error: cannot find type 'Context' in scope
        func makeUIViewController(context: Context) -> Content {
                                           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:31:68: error: cannot find type 'Context' in scope
        func updateUIViewController(_ uiViewController: Content, context: Context) {
                                                                          ^~~~~~~
/Users/admin/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/admin/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/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:20:82: error: cannot find type 'UIViewControllerRepresentable' in scope
private struct AnyUIViewControllerRepresentableIOS16<Content: UIViewController>: UIViewControllerRepresentable {
                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:41:63: error: cannot find type 'UIViewController' in scope
private struct AnyUIViewControllerRepresentableIOS13<Content: UIViewController>: UIViewControllerRepresentable {
                                                              ^~~~~~~~~~~~~~~~
/Users/admin/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/admin/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/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewControllerWrapper.swift:3:49: error: cannot find type 'UIViewController' in scope
final class UIKitViewControllerWrapper<Content: UIViewController>: UIViewController {
                                                ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:50:37: error: cannot find type 'Context' in scope
        func makeUIViewController(context: Context) -> UIKitViewControllerWrapper<Content> {
                                           ^~~~~~~
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewControllerRepresentable.swift:41:82: error: cannot find type 'UIViewControllerRepresentable' in scope
private struct AnyUIViewControllerRepresentableIOS13<Content: UIViewController>: UIViewControllerRepresentable {
                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:3:47: error: cannot find type 'UIView' in scope
public struct AnyUIViewRepresentable<Content: UIView>: UIKitRepresentable {
                                              ^~~~~~
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:12:13: note: add @available attribute to enclosing property
        public var body: some View {
                   ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:21:53: error: cannot find type 'UIView' in scope
private struct AnyUIViewRepresentableIOS16<Content: UIView>: UIViewRepresentable {
                                                    ^~~~~~
/Users/admin/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/admin/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/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:28:27: error: cannot find type 'Context' in scope
        func makeUIView(context: Context) -> Content {
                                 ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:32:48: error: cannot find type 'Context' in scope
        func updateUIView(_ uiView: Content, context: Context) {
                                                      ^~~~~~~
/Users/admin/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/admin/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/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:21:62: error: cannot find type 'UIViewRepresentable' in scope
private struct AnyUIViewRepresentableIOS16<Content: UIView>: UIViewRepresentable {
                                                             ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:42:53: error: cannot find type 'UIView' in scope
private struct AnyUIViewRepresentableIOS13<Content: UIView>: UIViewRepresentable {
                                                    ^~~~~~
/Users/admin/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/admin/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/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewWrapper.swift:3:39: error: cannot find type 'UIView' in scope
final class UIKitViewWrapper<Content: UIView>: UIView {
                                      ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:51:27: error: cannot find type 'Context' in scope
        func makeUIView(context: Context) -> UIKitViewWrapper<Content> {
                                 ^~~~~~~
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/AnyUIViewRepresentable.swift:42:62: error: cannot find type 'UIViewRepresentable' in scope
private struct AnyUIViewRepresentableIOS13<Content: UIView>: UIViewRepresentable {
                                                             ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:64:19: error: cannot find type 'UIView' in scope
private extension UIView {
                  ^~~~~~
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:19:33: error: cannot find type 'UIHostingController' in scope
        private let hostingController: UIHostingController<RootView>
                                       ^~~~~~~~~~~~~~~~~~~
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:27:21: note: add @available attribute to enclosing initializer
        public convenience init(@ViewBuilder rootView: () -> RootView) {
                           ^
/Users/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/HostingView.swift:4:41: error: cannot find type 'UIView' in scope
open class HostingView<RootView: View>: UIView {
                                        ^~~~~~
/Users/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/Operator.swift:19:27: error: cannot find type 'UIView' in scope
public postfix func §<T: UIView>(_ view: @escaping @autoclosure () -> T) -> UIKitView<AnyUIViewRepresentable<T>> {
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/Operator.swift:35:27: error: cannot find type 'UIViewController' in scope
public postfix func §<T: UIViewController>(_ view: @escaping @autoclosure () -> T) -> UIKitView<AnyUIViewControllerRepresentable<T>> {
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/Operator.swift:40:19: error: 'View' is only available in macOS 10.15 or newer
func tt() -> some View {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/Operator.swift:40:6: note: add @available attribute to enclosing global function
func tt() -> some View {
     ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/Operator.swift:39:2: error: 'ViewBuilder' is only available in macOS 10.15 or newer
@ViewBuilder
 ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/Operator.swift:40:6: note: add @available attribute to enclosing global function
func tt() -> some View {
     ^
/Users/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitRepresentable.swift:8:17: note: add @available attribute to enclosing protocol
public protocol UIKitRepresentable<Content>: View {
                ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitRepresentable.swift:15:15: note: add @available attribute to enclosing struct
public struct UIKitRepresentableContext {
              ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitRepresentable.swift:15:15: note: add @available attribute to enclosing struct
public struct UIKitRepresentableContext {
              ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitView+Chain.swift:6:13: note: add @available attribute to enclosing property
        public var body: some View {
                   ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitView.swift:24:26: error: 'View' is only available in macOS 10.15 or newer
    associatedtype Body: View
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitView.swift:22:17: note: add @available attribute to enclosing protocol
public protocol UIKitViewChaining<Root>: Chaining {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitView.swift:57:22: error: 'Transaction' is only available in macOS 10.15 or newer
    var transaction: Transaction {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitView.swift:57:9: note: add @available attribute to enclosing property
    var transaction: Transaction {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitView.swift:55:8: note: add @available attribute to enclosing extension
public extension ChainValues {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitView.swift:65:22: error: 'EnvironmentValues' is only available in macOS 10.15 or newer
    var environment: EnvironmentValues {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitView.swift:65:9: note: add @available attribute to enclosing property
    var environment: EnvironmentValues {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitView.swift:63:8: note: add @available attribute to enclosing extension
public extension ChainValues {
       ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewControllerWrapper.swift:21:16: error: method does not override any method from its superclass
        override func loadView() {
        ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewControllerWrapper.swift:3:68: error: cannot find type 'UIViewController' in scope
final class UIKitViewControllerWrapper<Content: UIViewController>: UIViewController {
                                                                   ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:6:31: error: cannot find type 'UIView' in scope
        func uiKitViewEnvironment<T: UIView, Value>(
                                     ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:9:12: error: 'View' is only available in macOS 10.15 or newer
        ) -> some View {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:6:7: note: add @available attribute to enclosing instance method
        func uiKitViewEnvironment<T: UIView, Value>(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:16:31: error: cannot find type 'UIViewController' in scope
        func uiKitViewEnvironment<T: UIViewController, Value>(
                                     ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:19:12: error: 'View' is only available in macOS 10.15 or newer
        ) -> some View {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:16:7: note: add @available attribute to enclosing instance method
        func uiKitViewEnvironment<T: UIViewController, Value>(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:16:7: error: invalid redeclaration of 'uiKitViewEnvironment'
        func uiKitViewEnvironment<T: UIViewController, Value>(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:6:7: note: 'uiKitViewEnvironment' previously declared here
        func uiKitViewEnvironment<T: UIView, Value>(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:26:24: error: cannot find type 'UIView' in scope
        func uiKitViewBind<T: UIView, A, B>(
                              ^~~~~~
/Users/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:30:12: error: 'View' is only available in macOS 10.15 or newer
        ) -> some View {
                  ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:39:24: error: cannot find type 'UIView' in scope
        func uiKitViewBind<T: UIView, A>(
                              ^~~~~~
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:39:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIView, A>(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:42:12: error: 'View' is only available in macOS 10.15 or newer
        ) -> some View {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:39:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIView, A>(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:47:24: error: cannot find type 'UIView' in scope
        func uiKitViewBind<T: UIView, A>(
                              ^~~~~~
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:47:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIView, A>(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:50:12: error: 'View' is only available in macOS 10.15 or newer
        ) -> some View {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:47:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIView, A>(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:58:47: error: cannot find type 'UIColor' in scope
                to viewKeyPath: ReferenceWritableKeyPath<T, UIColor>
                                                            ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:56:24: error: cannot find type 'UIView' in scope
        func uiKitViewBind<T: UIView>(
                              ^~~~~~
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:56:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIView>(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:56:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIView>(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:59:12: error: 'View' is only available in macOS 10.15 or newer
        ) -> some View {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:56:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIView>(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:67:47: error: cannot find type 'UIColor' in scope
                to viewKeyPath: ReferenceWritableKeyPath<T, UIColor?>
                                                            ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:65:24: error: cannot find type 'UIView' in scope
        func uiKitViewBind<T: UIView>(
                              ^~~~~~
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:65:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIView>(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:65:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIView>(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:68:12: error: 'View' is only available in macOS 10.15 or newer
        ) -> some View {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:65:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIView>(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:73:24: error: cannot find type 'UIViewController' in scope
        func uiKitViewBind<T: UIViewController, A, B>(
                              ^~~~~~~~~~~~~~~~
/Users/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:77:12: error: 'View' is only available in macOS 10.15 or newer
        ) -> some View {
                  ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:86:24: error: cannot find type 'UIViewController' in scope
        func uiKitViewBind<T: UIViewController, A>(
                              ^~~~~~~~~~~~~~~~
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:86:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIViewController, A>(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:89:12: error: 'View' is only available in macOS 10.15 or newer
        ) -> some View {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:86:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIViewController, A>(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:86:7: error: invalid redeclaration of 'uiKitViewBind(environment:to:)'
        func uiKitViewBind<T: UIViewController, A>(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:39:7: note: 'uiKitViewBind(environment:to:)' previously declared here
        func uiKitViewBind<T: UIView, A>(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:94:24: error: cannot find type 'UIViewController' in scope
        func uiKitViewBind<T: UIViewController, A>(
                              ^~~~~~~~~~~~~~~~
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:94:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIViewController, A>(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:97:12: error: 'View' is only available in macOS 10.15 or newer
        ) -> some View {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:94:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIViewController, A>(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:94:7: error: invalid redeclaration of 'uiKitViewBind(environment:to:)'
        func uiKitViewBind<T: UIViewController, A>(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:47:7: note: 'uiKitViewBind(environment:to:)' previously declared here
        func uiKitViewBind<T: UIView, A>(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:105:47: error: cannot find type 'UIColor' in scope
                to viewKeyPath: ReferenceWritableKeyPath<T, UIColor>
                                                            ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:103:24: error: cannot find type 'UIViewController' in scope
        func uiKitViewBind<T: UIViewController>(
                              ^~~~~~~~~~~~~~~~
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:103:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIViewController>(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:103:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIViewController>(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:106:12: error: 'View' is only available in macOS 10.15 or newer
        ) -> some View {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:103:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIViewController>(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:114:47: error: cannot find type 'UIColor' in scope
                to viewKeyPath: ReferenceWritableKeyPath<T, UIColor?>
                                                            ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:112:24: error: cannot find type 'UIViewController' in scope
        func uiKitViewBind<T: UIViewController>(
                              ^~~~~~~~~~~~~~~~
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:112:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIViewController>(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:112:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIViewController>(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:115:12: error: 'View' is only available in macOS 10.15 or newer
        ) -> some View {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:112:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIViewController>(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:120:11: error: 'EnvironmentValues' is only available in macOS 10.15 or newer
extension EnvironmentValues {
          ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:120:1: note: add @available attribute to enclosing extension
extension EnvironmentValues {
^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:160:8: note: add @available attribute to enclosing extension
public extension Environment {
       ^
/Users/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:33:7: note: add @available attribute to enclosing instance method
        func uiKitViewFixedSize() -> some View {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:78:13: note: add @available attribute to enclosing enum
public enum UIKitViewContentMode: Equatable {
            ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:96:6: note: add @available attribute to enclosing property
        var alignment: Alignment {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:78:13: note: add @available attribute to enclosing enum
public enum UIKitViewContentMode: Equatable {
            ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:110:14: note: add @available attribute to enclosing static property
                static var defaultValue: Axis.Set { [] }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:108:15: note: add @available attribute to enclosing enum
        private enum UIKitViewResizingKey: EnvironmentKey {
                     ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:113:13: note: add @available attribute to enclosing property
        public var uiKitViewFixedSize: Axis.Set {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:106:1: note: add @available attribute to enclosing extension
extension EnvironmentValues {
^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:106:11: error: 'EnvironmentValues' is only available in macOS 10.15 or newer
extension EnvironmentValues {
          ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:106:1: note: add @available attribute to enclosing extension
extension EnvironmentValues {
^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:123:11: error: 'EnvironmentValues' is only available in macOS 10.15 or newer
extension EnvironmentValues {
          ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:123:1: note: add @available attribute to enclosing extension
extension EnvironmentValues {
^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:140:11: error: 'EnvironmentValues' is only available in macOS 10.15 or newer
extension EnvironmentValues {
          ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:140:1: note: add @available attribute to enclosing extension
extension EnvironmentValues {
^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewWrapper.swift:28:4: error: cannot find 'invalidateIntrinsicContentSize' in scope
                        invalidateIntrinsicContentSize()
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewWrapper.swift:38:31: error: cannot find 'frame' in scope
                        updateSize(expectedSize ?? frame.size)
                                                   ^~~~~
/Users/admin/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/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewWrapper.swift:69:16: error: method does not override any method from its superclass
        override func layoutSubviews() {
        ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewWrapper.swift:3:48: error: cannot find type 'UIView' in scope
final class UIKitViewWrapper<Content: UIView>: UIView {
                                               ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIView++.swift:3:11: error: cannot find type 'UIView' in scope
extension UIView {
          ^~~~~~
[25/27] Compiling UIKitViews UIKitViewEnvironment.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:6:31: error: cannot find type 'UIView' in scope
        func uiKitViewEnvironment<T: UIView, Value>(
                                     ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:9:12: error: 'View' is only available in macOS 10.15 or newer
        ) -> some View {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:6:7: note: add @available attribute to enclosing instance method
        func uiKitViewEnvironment<T: UIView, Value>(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:16:31: error: cannot find type 'UIViewController' in scope
        func uiKitViewEnvironment<T: UIViewController, Value>(
                                     ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:19:12: error: 'View' is only available in macOS 10.15 or newer
        ) -> some View {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:16:7: note: add @available attribute to enclosing instance method
        func uiKitViewEnvironment<T: UIViewController, Value>(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:16:7: error: invalid redeclaration of 'uiKitViewEnvironment'
        func uiKitViewEnvironment<T: UIViewController, Value>(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:6:7: note: 'uiKitViewEnvironment' previously declared here
        func uiKitViewEnvironment<T: UIView, Value>(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:26:24: error: cannot find type 'UIView' in scope
        func uiKitViewBind<T: UIView, A, B>(
                              ^~~~~~
/Users/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:30:12: error: 'View' is only available in macOS 10.15 or newer
        ) -> some View {
                  ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:39:24: error: cannot find type 'UIView' in scope
        func uiKitViewBind<T: UIView, A>(
                              ^~~~~~
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:39:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIView, A>(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:42:12: error: 'View' is only available in macOS 10.15 or newer
        ) -> some View {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:39:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIView, A>(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:47:24: error: cannot find type 'UIView' in scope
        func uiKitViewBind<T: UIView, A>(
                              ^~~~~~
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:47:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIView, A>(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:50:12: error: 'View' is only available in macOS 10.15 or newer
        ) -> some View {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:47:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIView, A>(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:58:47: error: cannot find type 'UIColor' in scope
                to viewKeyPath: ReferenceWritableKeyPath<T, UIColor>
                                                            ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:56:24: error: cannot find type 'UIView' in scope
        func uiKitViewBind<T: UIView>(
                              ^~~~~~
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:56:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIView>(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:56:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIView>(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:59:12: error: 'View' is only available in macOS 10.15 or newer
        ) -> some View {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:56:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIView>(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:67:47: error: cannot find type 'UIColor' in scope
                to viewKeyPath: ReferenceWritableKeyPath<T, UIColor?>
                                                            ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:65:24: error: cannot find type 'UIView' in scope
        func uiKitViewBind<T: UIView>(
                              ^~~~~~
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:65:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIView>(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:65:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIView>(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:68:12: error: 'View' is only available in macOS 10.15 or newer
        ) -> some View {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:65:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIView>(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:73:24: error: cannot find type 'UIViewController' in scope
        func uiKitViewBind<T: UIViewController, A, B>(
                              ^~~~~~~~~~~~~~~~
/Users/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:77:12: error: 'View' is only available in macOS 10.15 or newer
        ) -> some View {
                  ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:86:24: error: cannot find type 'UIViewController' in scope
        func uiKitViewBind<T: UIViewController, A>(
                              ^~~~~~~~~~~~~~~~
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:86:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIViewController, A>(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:89:12: error: 'View' is only available in macOS 10.15 or newer
        ) -> some View {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:86:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIViewController, A>(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:86:7: error: invalid redeclaration of 'uiKitViewBind(environment:to:)'
        func uiKitViewBind<T: UIViewController, A>(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:39:7: note: 'uiKitViewBind(environment:to:)' previously declared here
        func uiKitViewBind<T: UIView, A>(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:94:24: error: cannot find type 'UIViewController' in scope
        func uiKitViewBind<T: UIViewController, A>(
                              ^~~~~~~~~~~~~~~~
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:94:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIViewController, A>(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:97:12: error: 'View' is only available in macOS 10.15 or newer
        ) -> some View {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:94:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIViewController, A>(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:94:7: error: invalid redeclaration of 'uiKitViewBind(environment:to:)'
        func uiKitViewBind<T: UIViewController, A>(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:47:7: note: 'uiKitViewBind(environment:to:)' previously declared here
        func uiKitViewBind<T: UIView, A>(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:105:47: error: cannot find type 'UIColor' in scope
                to viewKeyPath: ReferenceWritableKeyPath<T, UIColor>
                                                            ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:103:24: error: cannot find type 'UIViewController' in scope
        func uiKitViewBind<T: UIViewController>(
                              ^~~~~~~~~~~~~~~~
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:103:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIViewController>(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:103:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIViewController>(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:106:12: error: 'View' is only available in macOS 10.15 or newer
        ) -> some View {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:103:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIViewController>(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:114:47: error: cannot find type 'UIColor' in scope
                to viewKeyPath: ReferenceWritableKeyPath<T, UIColor?>
                                                            ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:112:24: error: cannot find type 'UIViewController' in scope
        func uiKitViewBind<T: UIViewController>(
                              ^~~~~~~~~~~~~~~~
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:112:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIViewController>(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:112:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIViewController>(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:115:12: error: 'View' is only available in macOS 10.15 or newer
        ) -> some View {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:112:7: note: add @available attribute to enclosing instance method
        func uiKitViewBind<T: UIViewController>(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:120:11: error: 'EnvironmentValues' is only available in macOS 10.15 or newer
extension EnvironmentValues {
          ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:120:1: note: add @available attribute to enclosing extension
extension EnvironmentValues {
^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:160:8: note: add @available attribute to enclosing extension
public extension Environment {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:10:3: error: 'transformEnvironment(_:transform:)' is only available in macOS 10.15 or newer
                transformEnvironment(\.uiKitView) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:10:3: note: add 'if #available' version check
                transformEnvironment(\.uiKitView) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:6:7: note: add @available attribute to enclosing instance method
        func uiKitViewEnvironment<T: UIView, Value>(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:20:3: error: 'transformEnvironment(_:transform:)' is only available in macOS 10.15 or newer
                transformEnvironment(\.uiKitView) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:20:3: note: add 'if #available' version check
                transformEnvironment(\.uiKitView) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:16:7: note: add @available attribute to enclosing instance method
        func uiKitViewEnvironment<T: UIViewController, Value>(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:31:3: error: 'transformEnvironment(_:transform:)' is only available in macOS 10.15 or newer
                transformEnvironment(\.uiKitView) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:31:3: note: add 'if #available' version check
                transformEnvironment(\.uiKitView) {
                ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:33:15: error: 'Environment' is only available in macOS 10.15 or newer
                                transform(Environment(keyPath).wrappedValue)
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:33:15: note: add 'if #available' version check
                                transform(Environment(keyPath).wrappedValue)
                                          ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:60:58: error: cannot find 'UIColor' in scope
                uiKitViewBind(environment: keyPath, to: viewKeyPath) { UIColor($0) }
                                                                       ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:60:3: error: generic parameter 'T' could not be inferred
                uiKitViewBind(environment: keyPath, to: viewKeyPath) { UIColor($0) }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:69:58: error: cannot find 'UIColor' in scope
                uiKitViewBind(environment: keyPath, to: viewKeyPath) { UIColor($0) }
                                                                       ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:69:3: error: generic parameter 'T' could not be inferred
                uiKitViewBind(environment: keyPath, to: viewKeyPath) { UIColor($0) }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:78:3: error: 'transformEnvironment(_:transform:)' is only available in macOS 10.15 or newer
                transformEnvironment(\.uiKitView) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:78:3: note: add 'if #available' version check
                transformEnvironment(\.uiKitView) {
                ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:80:15: error: 'Environment' is only available in macOS 10.15 or newer
                                transform(Environment(keyPath).wrappedValue)
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:80:15: note: add 'if #available' version check
                                transform(Environment(keyPath).wrappedValue)
                                          ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:107:58: error: cannot find 'UIColor' in scope
                uiKitViewBind(environment: keyPath, to: viewKeyPath) { UIColor($0) }
                                                                       ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:107:3: error: generic parameter 'T' could not be inferred
                uiKitViewBind(environment: keyPath, to: viewKeyPath) { UIColor($0) }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:116:58: error: cannot find 'UIColor' in scope
                uiKitViewBind(environment: keyPath, to: viewKeyPath) { UIColor($0) }
                                                                       ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewEnvironment.swift:116:3: error: generic parameter 'T' could not be inferred
                uiKitViewBind(environment: keyPath, to: viewKeyPath) { UIColor($0) }
                ^
[26/27] Compiling UIKitViews UIKitViewWrapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewWrapper.swift:3:39: error: cannot find type 'UIView' in scope
final class UIKitViewWrapper<Content: UIView>: UIView {
                                      ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewWrapper.swift:28:4: error: cannot find 'invalidateIntrinsicContentSize' in scope
                        invalidateIntrinsicContentSize()
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewWrapper.swift:38:31: error: cannot find 'frame' in scope
                        updateSize(expectedSize ?? frame.size)
                                                   ^~~~~
/Users/admin/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/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewWrapper.swift:69:16: error: method does not override any method from its superclass
        override func layoutSubviews() {
        ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewWrapper.swift:3:48: error: cannot find type 'UIView' in scope
final class UIKitViewWrapper<Content: UIView>: UIView {
                                               ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewWrapper.swift:54:25: error: cannot find 'UIView' in scope
                        return CGSize(width: UIView.noIntrinsicMetric, height: UIView.noIntrinsicMetric)
                                             ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewWrapper.swift:54:59: error: cannot find 'UIView' in scope
                        return CGSize(width: UIView.noIntrinsicMetric, height: UIView.noIntrinsicMetric)
                                                                               ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewWrapper.swift:57:62: error: cannot find 'UIView' in scope
                        width: selfSizedAxis.contains(.horizontal) ? size.width : UIView.noIntrinsicMetric,
                                                                                  ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewWrapper.swift:58:62: error: cannot find 'UIView' in scope
                        height: selfSizedAxis.contains(.vertical) ? size.height : UIView.noIntrinsicMetric
                                                                                  ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewWrapper.swift:64:3: error: 'super' members cannot be referenced in a root class
                super.init(frame: CGRect(origin: .zero, size: content.intrinsicContentSize))
                ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewWrapper.swift:65:3: error: cannot find 'backgroundColor' in scope
                backgroundColor = .clear
                ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewWrapper.swift:66:3: error: cannot find 'addSubview' in scope
                addSubview(content)
                ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewWrapper.swift:70:3: error: 'super' members cannot be referenced in a root class
                super.layoutSubviews()
                ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewWrapper.swift:71:19: error: cannot find 'bounds' in scope
                content.frame = bounds
                                ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewWrapper.swift:71:11: error: value of type 'Content' has no member 'frame'
                content.frame = bounds
                ~~~~~~~ ^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewWrapper.swift:80:18: error: value of type 'Content' has no member 'fittingSizeFor'
                size = content.fittingSizeFor(
                       ~~~~~~~ ^~~~~~~~~~~~~~
[27/27] Compiling UIKitViews UIKitViewResizing.swift
/Users/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:33:7: note: add @available attribute to enclosing instance method
        func uiKitViewFixedSize() -> some View {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:78:13: note: add @available attribute to enclosing enum
public enum UIKitViewContentMode: Equatable {
            ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:96:6: note: add @available attribute to enclosing property
        var alignment: Alignment {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:78:13: note: add @available attribute to enclosing enum
public enum UIKitViewContentMode: Equatable {
            ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:110:14: note: add @available attribute to enclosing static property
                static var defaultValue: Axis.Set { [] }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:108:15: note: add @available attribute to enclosing enum
        private enum UIKitViewResizingKey: EnvironmentKey {
                     ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:113:13: note: add @available attribute to enclosing property
        public var uiKitViewFixedSize: Axis.Set {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:106:1: note: add @available attribute to enclosing extension
extension EnvironmentValues {
^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:106:11: error: 'EnvironmentValues' is only available in macOS 10.15 or newer
extension EnvironmentValues {
          ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:106:1: note: add @available attribute to enclosing extension
extension EnvironmentValues {
^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:123:11: error: 'EnvironmentValues' is only available in macOS 10.15 or newer
extension EnvironmentValues {
          ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:123:1: note: add @available attribute to enclosing extension
extension EnvironmentValues {
^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:140:11: error: 'EnvironmentValues' is only available in macOS 10.15 or newer
extension EnvironmentValues {
          ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:140:1: note: add @available attribute to enclosing extension
extension EnvironmentValues {
^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:24:3: error: 'environment' is only available in macOS 10.15 or newer
                environment(\.uiKitViewFixedSize, axis)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:24:3: note: add 'if #available' version check
                environment(\.uiKitViewFixedSize, axis)
                ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:49:3: error: 'environment' is only available in macOS 10.15 or newer
                environment(\.uiKitViewWrapperPolicy, policy)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:49:3: note: add 'if #available' version check
                environment(\.uiKitViewWrapperPolicy, policy)
                ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:66:3: error: 'environment' is only available in macOS 10.15 or newer
                environment(\.uiKitViewContentMode, contentMode)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:66:3: note: add 'if #available' version check
                environment(\.uiKitViewContentMode, contentMode)
                ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:3:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:93:9: error: 'center' is only available in macOS 10.15 or newer
                .fit(.center)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:93:9: note: add 'if #available' version check
                .fit(.center)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:92:20: note: add @available attribute to enclosing static property
        public static var fit: UIKitViewContentMode {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:78:13: note: add @available attribute to enclosing enum
public enum UIKitViewContentMode: Equatable {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:101:12: error: 'center' is only available in macOS 10.15 or newer
                        return .center
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:101:12: note: add 'if #available' version check
                        return .center
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:96:6: note: add @available attribute to enclosing property
        var alignment: Alignment {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIKitViewResizing.swift:78:13: note: add @available attribute to enclosing enum
public enum UIKitViewContentMode: Equatable {
            ^
[28/28] Compiling UIKitViews UIView++.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKitViews/UIView++.swift:3:11: error: cannot find type 'UIView' in scope
extension UIView {
          ^~~~~~
error: fatalError
Fetching https://github.com/dankinsoid/VDChain.git
[1/358] Fetching vdchain
Fetched https://github.com/dankinsoid/VDChain.git from cache (1.37s)
Computing version for https://github.com/dankinsoid/VDChain.git
Computed https://github.com/dankinsoid/VDChain.git at 3.6.0 (0.58s)
Creating working copy for https://github.com/dankinsoid/VDChain.git
Working copy of https://github.com/dankinsoid/VDChain.git resolved at 3.6.0
BUILD FAILURE 5.10 macosSpm