The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

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

Build Log

                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:26:17: note: add 'if #available' version check
                self.placeHolder = self.placeHolderValue
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:19:18: note: add @available attribute to enclosing instance method
    private func updateEditMode(edit: Bool) {
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:27:17: error: setter for 'placeHolderLabel' is only available in macOS 10.15 or newer
                self.placeHolderLabel = ""
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:27:17: note: add 'if #available' version check
                self.placeHolderLabel = ""
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:19:18: note: add @available attribute to enclosing instance method
    private func updateEditMode(edit: Bool) {
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:29:13: error: setter for 'isActive' is only available in macOS 10.15 or newer
            self.isActive = false
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:29:13: note: add 'if #available' version check
            self.isActive = false
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:19:18: note: add @available attribute to enclosing instance method
    private func updateEditMode(edit: Bool) {
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:35:15: error: 'ZStack' is only available in macOS 10.15 or newer
       return ZStack(alignment: .leading) {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:35:15: note: add 'if #available' version check
       return ZStack(alignment: .leading) {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:35:34: error: 'leading' is only available in macOS 10.15 or newer
       return ZStack(alignment: .leading) {
                                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:35:34: note: add 'if #available' version check
       return ZStack(alignment: .leading) {
                                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:35:43: warning: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
       return ZStack(alignment: .leading) {
                                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:35:43: note: add 'if #available' version check
       return ZStack(alignment: .leading) {
                                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:35:43: warning: conformance of 'Color' to 'ShapeStyle' is only available in macOS 10.15 or newer
       return ZStack(alignment: .leading) {
                                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:35:43: note: add 'if #available' version check
       return ZStack(alignment: .leading) {
                                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:38:9: error: 'Button' is only available in macOS 10.15 or newer
        Button(action: {
        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:38:9: note: add 'if #available' version check
        Button(action: {
        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:40:12: warning: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
        }) {
           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:40:12: note: add 'if #available' version check
        }) {
           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:40:12: warning: conformance of 'Color' to 'ShapeStyle' is only available in macOS 10.15 or newer
        }) {
           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:40:12: note: add 'if #available' version check
        }) {
           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:41:13: error: 'SecureField' is only available in macOS 10.15 or newer
            SecureField(placeHolder, text: $text)
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:41:13: note: add 'if #available' version check
            SecureField(placeHolder, text: $text)
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:41:13: error: 'init(_:text:)' is only available in macOS 10.15 or newer
            SecureField(placeHolder, text: $text)
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:41:13: note: add 'if #available' version check
            SecureField(placeHolder, text: $text)
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:42:18: error: 'font' is only available in macOS 10.15 or newer
                .font(.system(size: 20))
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:42:18: note: add 'if #available' version check
                .font(.system(size: 20))
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:42:24: error: 'system(size:weight:design:)' is only available in macOS 13.0 or newer
                .font(.system(size: 20))
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:42:24: note: add 'if #available' version check
                .font(.system(size: 20))
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:43:18: error: 'padding' is only available in macOS 10.15 or newer
                .padding()
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:43:18: note: add 'if #available' version check
                .padding()
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:44:18: error: 'overlay(_:alignment:)' is only available in macOS 10.15 or newer
                .overlay( RoundedRectangle(cornerRadius: 8)
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:44:18: note: add 'if #available' version check
                .overlay( RoundedRectangle(cornerRadius: 8)
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:44:27: error: 'RoundedRectangle' is only available in macOS 10.15 or newer
                .overlay( RoundedRectangle(cornerRadius: 8)
                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:44:27: note: add 'if #available' version check
                .overlay( RoundedRectangle(cornerRadius: 8)
                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:45:22: error: 'stroke(_:lineWidth:antialiased:)' is only available in macOS 14.0 or newer
                    .stroke(Color.gray, lineWidth: 1)
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:45:22: note: add 'if #available' version check
                    .stroke(Color.gray, lineWidth: 1)
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:45:29: error: 'Color' is only available in macOS 10.15 or newer
                    .stroke(Color.gray, lineWidth: 1)
                            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:45:29: note: add 'if #available' version check
                    .stroke(Color.gray, lineWidth: 1)
                            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:45:35: error: 'gray' is only available in macOS 10.15 or newer
                    .stroke(Color.gray, lineWidth: 1)
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:45:35: note: add 'if #available' version check
                    .stroke(Color.gray, lineWidth: 1)
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:46:22: error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
                    .frame(height: 55))
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:46:22: note: add 'if #available' version check
                    .frame(height: 55))
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:47:18: error: 'foregroundColor' is only available in macOS 10.15 or newer
                .foregroundColor(Color.black)
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:47:18: note: add 'if #available' version check
                .foregroundColor(Color.black)
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:47:34: error: 'Color' is only available in macOS 10.15 or newer
                .foregroundColor(Color.black)
                                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:47:34: note: add 'if #available' version check
                .foregroundColor(Color.black)
                                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:47:40: error: 'black' is only available in macOS 10.15 or newer
                .foregroundColor(Color.black)
                                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:47:40: note: add 'if #available' version check
                .foregroundColor(Color.black)
                                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:48:18: error: 'accentColor' is only available in macOS 10.15 or newer
                .accentColor(.gray)
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:48:18: note: add 'if #available' version check
                .accentColor(.gray)
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:48:31: error: 'gray' is only available in macOS 10.15 or newer
                .accentColor(.gray)
                              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:48:31: note: add 'if #available' version check
                .accentColor(.gray)
                              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:49:18: error: 'onAppear(perform:)' is only available in macOS 10.15 or newer
                .onAppear {
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:49:18: note: add 'if #available' version check
                .onAppear {
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:50:21: error: setter for 'placeHolder' is only available in macOS 10.15 or newer
                    self.placeHolder = self.placeHolderValue
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:50:21: note: add 'if #available' version check
                    self.placeHolder = self.placeHolderValue
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:56:12: error: 'Text' is only available in macOS 10.15 or newer
           Text("\(placeHolderLabel)")
           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:56:12: note: add 'if #available' version check
           Text("\(placeHolderLabel)")
           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:57:18: error: 'font' is only available in macOS 10.15 or newer
                .font(.system(size: 15))
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:57:18: note: add 'if #available' version check
                .font(.system(size: 15))
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:57:24: error: 'system(size:weight:design:)' is only available in macOS 13.0 or newer
                .font(.system(size: 15))
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:57:24: note: add 'if #available' version check
                .font(.system(size: 15))
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:58:17: error: 'foregroundColor' is only available in macOS 10.15 or newer
               .foregroundColor(.gray)
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:58:17: note: add 'if #available' version check
               .foregroundColor(.gray)
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:58:34: error: 'gray' is only available in macOS 10.15 or newer
               .foregroundColor(.gray)
                                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:58:34: note: add 'if #available' version check
               .foregroundColor(.gray)
                                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:59:17: error: 'animation' is only available in macOS 12.0 or newer
               .animation(.interactiveSpring())
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:59:17: note: add 'if #available' version check
               .animation(.interactiveSpring())
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:59:28: error: 'interactiveSpring(duration:extraBounce:blendDuration:)' is only available in macOS 10.15 or newer
               .animation(.interactiveSpring())
                           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:59:28: note: add 'if #available' version check
               .animation(.interactiveSpring())
                           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:60:17: error: 'background(_:ignoresSafeAreaEdges:)' is only available in macOS 12.0 or newer
               .background(Color.white)
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:60:17: note: add 'if #available' version check
               .background(Color.white)
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:60:28: error: 'Color' is only available in macOS 10.15 or newer
               .background(Color.white)
                           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:60:28: note: add 'if #available' version check
               .background(Color.white)
                           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:60:34: error: 'white' is only available in macOS 10.15 or newer
               .background(Color.white)
                                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:60:34: note: add 'if #available' version check
               .background(Color.white)
                                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:61:17: error: 'padding' is only available in macOS 10.15 or newer
               .padding(EdgeInsets(top: 0, leading:16, bottom: 55
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:61:17: note: add 'if #available' version check
               .padding(EdgeInsets(top: 0, leading:16, bottom: 55
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:61:25: error: 'EdgeInsets' is only available in macOS 10.15 or newer
               .padding(EdgeInsets(top: 0, leading:16, bottom: 55
                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:61:25: note: add 'if #available' version check
               .padding(EdgeInsets(top: 0, leading:16, bottom: 55
                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
[5/5] Compiling FloatingLabelTextField FloatingLabelTextField.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:6:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var placeHolder: String = ""
     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:7:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var placeHolderLabel: String = ""
     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:9:6: error: 'Binding' is only available in macOS 10.15 or newer
    @Binding var text: String
     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:10:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var isActive: Bool = false
     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:13:23: error: 'Binding' is only available in macOS 10.15 or newer
                text: Binding<String> = .constant("") ) {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:12:12: note: add @available attribute to enclosing initializer
    public init(placeHolder: String = "Please Input",
           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:27: error: 'View' is only available in macOS 10.15 or newer
    public var body: some View {
                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:20:13: error: setter for 'placeHolderLabel' is only available in macOS 10.15 or newer
            self.placeHolderLabel = self.placeHolderValue
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:20:13: note: add 'if #available' version check
            self.placeHolderLabel = self.placeHolderValue
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:18:18: note: add @available attribute to enclosing instance method
    private func updateEditMode(edit: Bool) {
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:21:13: error: setter for 'placeHolder' is only available in macOS 10.15 or newer
            self.placeHolder = ""
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:21:13: note: add 'if #available' version check
            self.placeHolder = ""
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:18:18: note: add @available attribute to enclosing instance method
    private func updateEditMode(edit: Bool) {
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:22:13: error: setter for 'isActive' is only available in macOS 10.15 or newer
            self.isActive = true
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:22:13: note: add 'if #available' version check
            self.isActive = true
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:18:18: note: add @available attribute to enclosing instance method
    private func updateEditMode(edit: Bool) {
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:25:17: error: setter for 'placeHolder' is only available in macOS 10.15 or newer
                self.placeHolder = self.placeHolderValue
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:25:17: note: add 'if #available' version check
                self.placeHolder = self.placeHolderValue
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:18:18: note: add @available attribute to enclosing instance method
    private func updateEditMode(edit: Bool) {
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:26:17: error: setter for 'placeHolderLabel' is only available in macOS 10.15 or newer
                self.placeHolderLabel = ""
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:26:17: note: add 'if #available' version check
                self.placeHolderLabel = ""
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:18:18: note: add @available attribute to enclosing instance method
    private func updateEditMode(edit: Bool) {
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:28:13: error: setter for 'isActive' is only available in macOS 10.15 or newer
            self.isActive = false
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:28:13: note: add 'if #available' version check
            self.isActive = false
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:18:18: note: add @available attribute to enclosing instance method
    private func updateEditMode(edit: Bool) {
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:34:16: error: 'ZStack' is only available in macOS 10.15 or newer
        return ZStack(alignment: .leading) {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:34:16: note: add 'if #available' version check
        return ZStack(alignment: .leading) {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:34:35: error: 'leading' is only available in macOS 10.15 or newer
        return ZStack(alignment: .leading) {
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:34:35: note: add 'if #available' version check
        return ZStack(alignment: .leading) {
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:34:44: warning: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
        return ZStack(alignment: .leading) {
                                           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:34:44: note: add 'if #available' version check
        return ZStack(alignment: .leading) {
                                           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:34:44: warning: conformance of 'Color' to 'ShapeStyle' is only available in macOS 10.15 or newer
        return ZStack(alignment: .leading) {
                                           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:34:44: note: add 'if #available' version check
        return ZStack(alignment: .leading) {
                                           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:37:13: error: 'TextField' is only available in macOS 10.15 or newer
            TextField(placeHolder, text: $text, onEditingChanged: { (edit) in
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:37:13: note: add 'if #available' version check
            TextField(placeHolder, text: $text, onEditingChanged: { (edit) in
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:37:13: error: 'init(_:text:onEditingChanged:)' is only available in macOS 10.15 or newer
            TextField(placeHolder, text: $text, onEditingChanged: { (edit) in
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:37:13: note: add 'if #available' version check
            TextField(placeHolder, text: $text, onEditingChanged: { (edit) in
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:40:18: error: 'font' is only available in macOS 10.15 or newer
                .font(.system(size: 20))
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:40:18: note: add 'if #available' version check
                .font(.system(size: 20))
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:40:24: error: 'system(size:weight:design:)' is only available in macOS 13.0 or newer
                .font(.system(size: 20))
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:40:24: note: add 'if #available' version check
                .font(.system(size: 20))
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:41:18: error: 'padding' is only available in macOS 10.15 or newer
                .padding()
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:41:18: note: add 'if #available' version check
                .padding()
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:42:18: error: 'overlay(_:alignment:)' is only available in macOS 10.15 or newer
                .overlay( RoundedRectangle(cornerRadius: 8)
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:42:18: note: add 'if #available' version check
                .overlay( RoundedRectangle(cornerRadius: 8)
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:42:27: error: 'RoundedRectangle' is only available in macOS 10.15 or newer
                .overlay( RoundedRectangle(cornerRadius: 8)
                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:42:27: note: add 'if #available' version check
                .overlay( RoundedRectangle(cornerRadius: 8)
                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:43:22: error: 'stroke(_:lineWidth:antialiased:)' is only available in macOS 14.0 or newer
                    .stroke(Color.gray, lineWidth: 1)
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:43:22: note: add 'if #available' version check
                    .stroke(Color.gray, lineWidth: 1)
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:43:29: error: 'Color' is only available in macOS 10.15 or newer
                    .stroke(Color.gray, lineWidth: 1)
                            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:43:29: note: add 'if #available' version check
                    .stroke(Color.gray, lineWidth: 1)
                            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:43:35: error: 'gray' is only available in macOS 10.15 or newer
                    .stroke(Color.gray, lineWidth: 1)
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:43:35: note: add 'if #available' version check
                    .stroke(Color.gray, lineWidth: 1)
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:44:22: error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
                    .frame(height: 55))
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:44:22: note: add 'if #available' version check
                    .frame(height: 55))
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:45:18: error: 'foregroundColor' is only available in macOS 10.15 or newer
                .foregroundColor(Color.black)
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:45:18: note: add 'if #available' version check
                .foregroundColor(Color.black)
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:45:34: error: 'Color' is only available in macOS 10.15 or newer
                .foregroundColor(Color.black)
                                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:45:34: note: add 'if #available' version check
                .foregroundColor(Color.black)
                                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:45:40: error: 'black' is only available in macOS 10.15 or newer
                .foregroundColor(Color.black)
                                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:45:40: note: add 'if #available' version check
                .foregroundColor(Color.black)
                                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:46:18: error: 'accentColor' is only available in macOS 10.15 or newer
                .accentColor(.gray)
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:46:18: note: add 'if #available' version check
                .accentColor(.gray)
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:46:31: error: 'gray' is only available in macOS 10.15 or newer
                .accentColor(.gray)
                              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:46:31: note: add 'if #available' version check
                .accentColor(.gray)
                              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:47:18: error: 'onAppear(perform:)' is only available in macOS 10.15 or newer
                .onAppear {
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:47:18: note: add 'if #available' version check
                .onAppear {
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:48:21: error: setter for 'placeHolder' is only available in macOS 10.15 or newer
                    self.placeHolder = self.placeHolderValue
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:48:21: note: add 'if #available' version check
                    self.placeHolder = self.placeHolderValue
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:52:13: error: 'Text' is only available in macOS 10.15 or newer
            Text("\(placeHolderLabel)")
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:52:13: note: add 'if #available' version check
            Text("\(placeHolderLabel)")
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:53:18: error: 'font' is only available in macOS 10.15 or newer
                .font(.system(size: 15))
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:53:18: note: add 'if #available' version check
                .font(.system(size: 15))
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:53:24: error: 'system(size:weight:design:)' is only available in macOS 13.0 or newer
                .font(.system(size: 15))
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:53:24: note: add 'if #available' version check
                .font(.system(size: 15))
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:54:18: error: 'foregroundColor' is only available in macOS 10.15 or newer
                .foregroundColor(.gray)
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:54:18: note: add 'if #available' version check
                .foregroundColor(.gray)
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:54:35: error: 'gray' is only available in macOS 10.15 or newer
                .foregroundColor(.gray)
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:54:35: note: add 'if #available' version check
                .foregroundColor(.gray)
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:55:18: error: 'animation' is only available in macOS 12.0 or newer
                .animation(.interactiveSpring())
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:55:18: note: add 'if #available' version check
                .animation(.interactiveSpring())
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:55:29: error: 'interactiveSpring(duration:extraBounce:blendDuration:)' is only available in macOS 10.15 or newer
                .animation(.interactiveSpring())
                            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:55:29: note: add 'if #available' version check
                .animation(.interactiveSpring())
                            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:56:18: error: 'background(_:ignoresSafeAreaEdges:)' is only available in macOS 12.0 or newer
                .background(Color.white)
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:56:18: note: add 'if #available' version check
                .background(Color.white)
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:56:29: error: 'Color' is only available in macOS 10.15 or newer
                .background(Color.white)
                            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:56:29: note: add 'if #available' version check
                .background(Color.white)
                            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:56:35: error: 'white' is only available in macOS 10.15 or newer
                .background(Color.white)
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:56:35: note: add 'if #available' version check
                .background(Color.white)
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:57:18: error: 'padding' is only available in macOS 10.15 or newer
                .padding(EdgeInsets(top: 0, leading:16, bottom: 55
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:57:18: note: add 'if #available' version check
                .padding(EdgeInsets(top: 0, leading:16, bottom: 55
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:57:26: error: 'EdgeInsets' is only available in macOS 10.15 or newer
                .padding(EdgeInsets(top: 0, leading:16, bottom: 55
                         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:57:26: note: add 'if #available' version check
                .padding(EdgeInsets(top: 0, leading:16, bottom: 55
                         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
error: fatalError
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version--423B1241ED78D482.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/4] Emitting module FloatingLabelTextField
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:6:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var placeHolder: String = ""
     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:7:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var placeHolderLabel: String = ""
     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:9:6: error: 'Binding' is only available in macOS 10.15 or newer
    @Binding var text: String
     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:10:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var isActive: Bool = false
     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:13:23: error: 'Binding' is only available in macOS 10.15 or newer
                text: Binding<String> = .constant("") ) {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:12:12: note: add @available attribute to enclosing initializer
    public init(placeHolder: String = "Please Input",
           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:27: error: 'View' is only available in macOS 10.15 or newer
    public var body: some View {
                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:6:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var placeHolder: String = ""
     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:7:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var placeHolderLabel: String = ""
     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:9:6: error: 'Binding' is only available in macOS 10.15 or newer
    @Binding var text: String
     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:10:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var isActive: Bool = false
     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:13:23: error: 'Binding' is only available in macOS 10.15 or newer
                text: Binding<String> = .constant("") ) {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:12:12: note: add @available attribute to enclosing initializer
    public init(placeHolder: String = "Please Input",
           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:27: error: 'View' is only available in macOS 10.15 or newer
    public var body: some View {
                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
[3/4] Compiling FloatingLabelTextField FloatingLabelSecureField.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:6:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var placeHolder: String = ""
     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:7:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var placeHolderLabel: String = ""
     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:9:6: error: 'Binding' is only available in macOS 10.15 or newer
    @Binding var text: String
     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:10:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var isActive: Bool = false
     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:13:23: error: 'Binding' is only available in macOS 10.15 or newer
                text: Binding<String> = .constant("") ) {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:12:12: note: add @available attribute to enclosing initializer
    public init(placeHolder: String = "Please Input",
           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:27: error: 'View' is only available in macOS 10.15 or newer
    public var body: some View {
                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:21:13: error: setter for 'placeHolderLabel' is only available in macOS 10.15 or newer
            self.placeHolderLabel = self.placeHolderValue
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:21:13: note: add 'if #available' version check
            self.placeHolderLabel = self.placeHolderValue
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:19:18: note: add @available attribute to enclosing instance method
    private func updateEditMode(edit: Bool) {
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:22:13: error: setter for 'placeHolder' is only available in macOS 10.15 or newer
            self.placeHolder = ""
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:22:13: note: add 'if #available' version check
            self.placeHolder = ""
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:19:18: note: add @available attribute to enclosing instance method
    private func updateEditMode(edit: Bool) {
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:23:13: error: setter for 'isActive' is only available in macOS 10.15 or newer
            self.isActive = true
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:23:13: note: add 'if #available' version check
            self.isActive = true
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:19:18: note: add @available attribute to enclosing instance method
    private func updateEditMode(edit: Bool) {
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:26:17: error: setter for 'placeHolder' is only available in macOS 10.15 or newer
                self.placeHolder = self.placeHolderValue
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:26:17: note: add 'if #available' version check
                self.placeHolder = self.placeHolderValue
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:19:18: note: add @available attribute to enclosing instance method
    private func updateEditMode(edit: Bool) {
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:27:17: error: setter for 'placeHolderLabel' is only available in macOS 10.15 or newer
                self.placeHolderLabel = ""
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:27:17: note: add 'if #available' version check
                self.placeHolderLabel = ""
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:19:18: note: add @available attribute to enclosing instance method
    private func updateEditMode(edit: Bool) {
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:29:13: error: setter for 'isActive' is only available in macOS 10.15 or newer
            self.isActive = false
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:29:13: note: add 'if #available' version check
            self.isActive = false
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:19:18: note: add @available attribute to enclosing instance method
    private func updateEditMode(edit: Bool) {
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:35:15: error: 'ZStack' is only available in macOS 10.15 or newer
       return ZStack(alignment: .leading) {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:35:15: note: add 'if #available' version check
       return ZStack(alignment: .leading) {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:35:34: error: 'leading' is only available in macOS 10.15 or newer
       return ZStack(alignment: .leading) {
                                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:35:34: note: add 'if #available' version check
       return ZStack(alignment: .leading) {
                                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:35:43: warning: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
       return ZStack(alignment: .leading) {
                                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:35:43: note: add 'if #available' version check
       return ZStack(alignment: .leading) {
                                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:35:43: warning: conformance of 'Color' to 'ShapeStyle' is only available in macOS 10.15 or newer
       return ZStack(alignment: .leading) {
                                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:35:43: note: add 'if #available' version check
       return ZStack(alignment: .leading) {
                                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:38:9: error: 'Button' is only available in macOS 10.15 or newer
        Button(action: {
        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:38:9: note: add 'if #available' version check
        Button(action: {
        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:40:12: warning: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
        }) {
           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:40:12: note: add 'if #available' version check
        }) {
           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:40:12: warning: conformance of 'Color' to 'ShapeStyle' is only available in macOS 10.15 or newer
        }) {
           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:40:12: note: add 'if #available' version check
        }) {
           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:41:13: error: 'SecureField' is only available in macOS 10.15 or newer
            SecureField(placeHolder, text: $text)
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:41:13: note: add 'if #available' version check
            SecureField(placeHolder, text: $text)
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:41:13: error: 'init(_:text:)' is only available in macOS 10.15 or newer
            SecureField(placeHolder, text: $text)
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:41:13: note: add 'if #available' version check
            SecureField(placeHolder, text: $text)
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:42:18: error: 'font' is only available in macOS 10.15 or newer
                .font(.system(size: 20))
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:42:18: note: add 'if #available' version check
                .font(.system(size: 20))
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:42:24: error: 'system(size:weight:design:)' is only available in macOS 13.0 or newer
                .font(.system(size: 20))
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:42:24: note: add 'if #available' version check
                .font(.system(size: 20))
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:43:18: error: 'padding' is only available in macOS 10.15 or newer
                .padding()
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:43:18: note: add 'if #available' version check
                .padding()
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:44:18: error: 'overlay(_:alignment:)' is only available in macOS 10.15 or newer
                .overlay( RoundedRectangle(cornerRadius: 8)
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:44:18: note: add 'if #available' version check
                .overlay( RoundedRectangle(cornerRadius: 8)
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:44:27: error: 'RoundedRectangle' is only available in macOS 10.15 or newer
                .overlay( RoundedRectangle(cornerRadius: 8)
                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:44:27: note: add 'if #available' version check
                .overlay( RoundedRectangle(cornerRadius: 8)
                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:45:22: error: 'stroke(_:lineWidth:antialiased:)' is only available in macOS 14.0 or newer
                    .stroke(Color.gray, lineWidth: 1)
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:45:22: note: add 'if #available' version check
                    .stroke(Color.gray, lineWidth: 1)
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:45:29: error: 'Color' is only available in macOS 10.15 or newer
                    .stroke(Color.gray, lineWidth: 1)
                            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:45:29: note: add 'if #available' version check
                    .stroke(Color.gray, lineWidth: 1)
                            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:45:35: error: 'gray' is only available in macOS 10.15 or newer
                    .stroke(Color.gray, lineWidth: 1)
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:45:35: note: add 'if #available' version check
                    .stroke(Color.gray, lineWidth: 1)
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:46:22: error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
                    .frame(height: 55))
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:46:22: note: add 'if #available' version check
                    .frame(height: 55))
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:47:18: error: 'foregroundColor' is only available in macOS 10.15 or newer
                .foregroundColor(Color.black)
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:47:18: note: add 'if #available' version check
                .foregroundColor(Color.black)
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:47:34: error: 'Color' is only available in macOS 10.15 or newer
                .foregroundColor(Color.black)
                                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:47:34: note: add 'if #available' version check
                .foregroundColor(Color.black)
                                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:47:40: error: 'black' is only available in macOS 10.15 or newer
                .foregroundColor(Color.black)
                                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:47:40: note: add 'if #available' version check
                .foregroundColor(Color.black)
                                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:48:18: error: 'accentColor' is only available in macOS 10.15 or newer
                .accentColor(.gray)
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:48:18: note: add 'if #available' version check
                .accentColor(.gray)
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:48:31: error: 'gray' is only available in macOS 10.15 or newer
                .accentColor(.gray)
                              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:48:31: note: add 'if #available' version check
                .accentColor(.gray)
                              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:49:18: error: 'onAppear(perform:)' is only available in macOS 10.15 or newer
                .onAppear {
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:49:18: note: add 'if #available' version check
                .onAppear {
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:50:21: error: setter for 'placeHolder' is only available in macOS 10.15 or newer
                    self.placeHolder = self.placeHolderValue
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:50:21: note: add 'if #available' version check
                    self.placeHolder = self.placeHolderValue
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:56:12: error: 'Text' is only available in macOS 10.15 or newer
           Text("\(placeHolderLabel)")
           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:56:12: note: add 'if #available' version check
           Text("\(placeHolderLabel)")
           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:57:18: error: 'font' is only available in macOS 10.15 or newer
                .font(.system(size: 15))
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:57:18: note: add 'if #available' version check
                .font(.system(size: 15))
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:57:24: error: 'system(size:weight:design:)' is only available in macOS 13.0 or newer
                .font(.system(size: 15))
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:57:24: note: add 'if #available' version check
                .font(.system(size: 15))
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:58:17: error: 'foregroundColor' is only available in macOS 10.15 or newer
               .foregroundColor(.gray)
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:58:17: note: add 'if #available' version check
               .foregroundColor(.gray)
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:58:34: error: 'gray' is only available in macOS 10.15 or newer
               .foregroundColor(.gray)
                                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:58:34: note: add 'if #available' version check
               .foregroundColor(.gray)
                                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:59:17: error: 'animation' is only available in macOS 12.0 or newer
               .animation(.interactiveSpring())
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:59:17: note: add 'if #available' version check
               .animation(.interactiveSpring())
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:59:28: error: 'interactiveSpring(duration:extraBounce:blendDuration:)' is only available in macOS 10.15 or newer
               .animation(.interactiveSpring())
                           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:59:28: note: add 'if #available' version check
               .animation(.interactiveSpring())
                           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:60:17: error: 'background(_:ignoresSafeAreaEdges:)' is only available in macOS 12.0 or newer
               .background(Color.white)
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:60:17: note: add 'if #available' version check
               .background(Color.white)
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:60:28: error: 'Color' is only available in macOS 10.15 or newer
               .background(Color.white)
                           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:60:28: note: add 'if #available' version check
               .background(Color.white)
                           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:60:34: error: 'white' is only available in macOS 10.15 or newer
               .background(Color.white)
                                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:60:34: note: add 'if #available' version check
               .background(Color.white)
                                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:61:17: error: 'padding' is only available in macOS 10.15 or newer
               .padding(EdgeInsets(top: 0, leading:16, bottom: 55
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:61:17: note: add 'if #available' version check
               .padding(EdgeInsets(top: 0, leading:16, bottom: 55
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:61:25: error: 'EdgeInsets' is only available in macOS 10.15 or newer
               .padding(EdgeInsets(top: 0, leading:16, bottom: 55
                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:61:25: note: add 'if #available' version check
               .padding(EdgeInsets(top: 0, leading:16, bottom: 55
                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:33:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelSecureField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelSecureField: View {
              ^
[4/4] Compiling FloatingLabelTextField FloatingLabelTextField.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:6:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var placeHolder: String = ""
     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:7:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var placeHolderLabel: String = ""
     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:9:6: error: 'Binding' is only available in macOS 10.15 or newer
    @Binding var text: String
     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:10:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var isActive: Bool = false
     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:13:23: error: 'Binding' is only available in macOS 10.15 or newer
                text: Binding<String> = .constant("") ) {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:12:12: note: add @available attribute to enclosing initializer
    public init(placeHolder: String = "Please Input",
           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:27: error: 'View' is only available in macOS 10.15 or newer
    public var body: some View {
                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:20:13: error: setter for 'placeHolderLabel' is only available in macOS 10.15 or newer
            self.placeHolderLabel = self.placeHolderValue
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:20:13: note: add 'if #available' version check
            self.placeHolderLabel = self.placeHolderValue
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:18:18: note: add @available attribute to enclosing instance method
    private func updateEditMode(edit: Bool) {
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:21:13: error: setter for 'placeHolder' is only available in macOS 10.15 or newer
            self.placeHolder = ""
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:21:13: note: add 'if #available' version check
            self.placeHolder = ""
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:18:18: note: add @available attribute to enclosing instance method
    private func updateEditMode(edit: Bool) {
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:22:13: error: setter for 'isActive' is only available in macOS 10.15 or newer
            self.isActive = true
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:22:13: note: add 'if #available' version check
            self.isActive = true
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:18:18: note: add @available attribute to enclosing instance method
    private func updateEditMode(edit: Bool) {
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:25:17: error: setter for 'placeHolder' is only available in macOS 10.15 or newer
                self.placeHolder = self.placeHolderValue
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:25:17: note: add 'if #available' version check
                self.placeHolder = self.placeHolderValue
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:18:18: note: add @available attribute to enclosing instance method
    private func updateEditMode(edit: Bool) {
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:26:17: error: setter for 'placeHolderLabel' is only available in macOS 10.15 or newer
                self.placeHolderLabel = ""
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:26:17: note: add 'if #available' version check
                self.placeHolderLabel = ""
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:18:18: note: add @available attribute to enclosing instance method
    private func updateEditMode(edit: Bool) {
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:28:13: error: setter for 'isActive' is only available in macOS 10.15 or newer
            self.isActive = false
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:28:13: note: add 'if #available' version check
            self.isActive = false
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:18:18: note: add @available attribute to enclosing instance method
    private func updateEditMode(edit: Bool) {
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:34:16: error: 'ZStack' is only available in macOS 10.15 or newer
        return ZStack(alignment: .leading) {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:34:16: note: add 'if #available' version check
        return ZStack(alignment: .leading) {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:34:35: error: 'leading' is only available in macOS 10.15 or newer
        return ZStack(alignment: .leading) {
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:34:35: note: add 'if #available' version check
        return ZStack(alignment: .leading) {
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:34:44: warning: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
        return ZStack(alignment: .leading) {
                                           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:34:44: note: add 'if #available' version check
        return ZStack(alignment: .leading) {
                                           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:34:44: warning: conformance of 'Color' to 'ShapeStyle' is only available in macOS 10.15 or newer
        return ZStack(alignment: .leading) {
                                           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:34:44: note: add 'if #available' version check
        return ZStack(alignment: .leading) {
                                           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:37:13: error: 'TextField' is only available in macOS 10.15 or newer
            TextField(placeHolder, text: $text, onEditingChanged: { (edit) in
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:37:13: note: add 'if #available' version check
            TextField(placeHolder, text: $text, onEditingChanged: { (edit) in
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:37:13: error: 'init(_:text:onEditingChanged:)' is only available in macOS 10.15 or newer
            TextField(placeHolder, text: $text, onEditingChanged: { (edit) in
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:37:13: note: add 'if #available' version check
            TextField(placeHolder, text: $text, onEditingChanged: { (edit) in
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:40:18: error: 'font' is only available in macOS 10.15 or newer
                .font(.system(size: 20))
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:40:18: note: add 'if #available' version check
                .font(.system(size: 20))
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:40:24: error: 'system(size:weight:design:)' is only available in macOS 13.0 or newer
                .font(.system(size: 20))
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:40:24: note: add 'if #available' version check
                .font(.system(size: 20))
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:41:18: error: 'padding' is only available in macOS 10.15 or newer
                .padding()
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:41:18: note: add 'if #available' version check
                .padding()
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:42:18: error: 'overlay(_:alignment:)' is only available in macOS 10.15 or newer
                .overlay( RoundedRectangle(cornerRadius: 8)
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:42:18: note: add 'if #available' version check
                .overlay( RoundedRectangle(cornerRadius: 8)
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:42:27: error: 'RoundedRectangle' is only available in macOS 10.15 or newer
                .overlay( RoundedRectangle(cornerRadius: 8)
                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:42:27: note: add 'if #available' version check
                .overlay( RoundedRectangle(cornerRadius: 8)
                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:43:22: error: 'stroke(_:lineWidth:antialiased:)' is only available in macOS 14.0 or newer
                    .stroke(Color.gray, lineWidth: 1)
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:43:22: note: add 'if #available' version check
                    .stroke(Color.gray, lineWidth: 1)
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:43:29: error: 'Color' is only available in macOS 10.15 or newer
                    .stroke(Color.gray, lineWidth: 1)
                            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:43:29: note: add 'if #available' version check
                    .stroke(Color.gray, lineWidth: 1)
                            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:43:35: error: 'gray' is only available in macOS 10.15 or newer
                    .stroke(Color.gray, lineWidth: 1)
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:43:35: note: add 'if #available' version check
                    .stroke(Color.gray, lineWidth: 1)
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:44:22: error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
                    .frame(height: 55))
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:44:22: note: add 'if #available' version check
                    .frame(height: 55))
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:45:18: error: 'foregroundColor' is only available in macOS 10.15 or newer
                .foregroundColor(Color.black)
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:45:18: note: add 'if #available' version check
                .foregroundColor(Color.black)
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:45:34: error: 'Color' is only available in macOS 10.15 or newer
                .foregroundColor(Color.black)
                                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:45:34: note: add 'if #available' version check
                .foregroundColor(Color.black)
                                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:45:40: error: 'black' is only available in macOS 10.15 or newer
                .foregroundColor(Color.black)
                                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:45:40: note: add 'if #available' version check
                .foregroundColor(Color.black)
                                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:46:18: error: 'accentColor' is only available in macOS 10.15 or newer
                .accentColor(.gray)
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:46:18: note: add 'if #available' version check
                .accentColor(.gray)
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:46:31: error: 'gray' is only available in macOS 10.15 or newer
                .accentColor(.gray)
                              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:46:31: note: add 'if #available' version check
                .accentColor(.gray)
                              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:47:18: error: 'onAppear(perform:)' is only available in macOS 10.15 or newer
                .onAppear {
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:47:18: note: add 'if #available' version check
                .onAppear {
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:48:21: error: setter for 'placeHolder' is only available in macOS 10.15 or newer
                    self.placeHolder = self.placeHolderValue
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:48:21: note: add 'if #available' version check
                    self.placeHolder = self.placeHolderValue
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:52:13: error: 'Text' is only available in macOS 10.15 or newer
            Text("\(placeHolderLabel)")
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:52:13: note: add 'if #available' version check
            Text("\(placeHolderLabel)")
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:53:18: error: 'font' is only available in macOS 10.15 or newer
                .font(.system(size: 15))
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:53:18: note: add 'if #available' version check
                .font(.system(size: 15))
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:53:24: error: 'system(size:weight:design:)' is only available in macOS 13.0 or newer
                .font(.system(size: 15))
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:53:24: note: add 'if #available' version check
                .font(.system(size: 15))
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:54:18: error: 'foregroundColor' is only available in macOS 10.15 or newer
                .foregroundColor(.gray)
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:54:18: note: add 'if #available' version check
                .foregroundColor(.gray)
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:54:35: error: 'gray' is only available in macOS 10.15 or newer
                .foregroundColor(.gray)
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:54:35: note: add 'if #available' version check
                .foregroundColor(.gray)
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:55:18: error: 'animation' is only available in macOS 12.0 or newer
                .animation(.interactiveSpring())
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:55:18: note: add 'if #available' version check
                .animation(.interactiveSpring())
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:55:29: error: 'interactiveSpring(duration:extraBounce:blendDuration:)' is only available in macOS 10.15 or newer
                .animation(.interactiveSpring())
                            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:55:29: note: add 'if #available' version check
                .animation(.interactiveSpring())
                            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:56:18: error: 'background(_:ignoresSafeAreaEdges:)' is only available in macOS 12.0 or newer
                .background(Color.white)
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:56:18: note: add 'if #available' version check
                .background(Color.white)
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:56:29: error: 'Color' is only available in macOS 10.15 or newer
                .background(Color.white)
                            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:56:29: note: add 'if #available' version check
                .background(Color.white)
                            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:56:35: error: 'white' is only available in macOS 10.15 or newer
                .background(Color.white)
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:56:35: note: add 'if #available' version check
                .background(Color.white)
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:57:18: error: 'padding' is only available in macOS 10.15 or newer
                .padding(EdgeInsets(top: 0, leading:16, bottom: 55
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:57:18: note: add 'if #available' version check
                .padding(EdgeInsets(top: 0, leading:16, bottom: 55
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:57:26: error: 'EdgeInsets' is only available in macOS 10.15 or newer
                .padding(EdgeInsets(top: 0, leading:16, bottom: 55
                         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:57:26: note: add 'if #available' version check
                .padding(EdgeInsets(top: 0, leading:16, bottom: 55
                         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FloatingLabelTextField/FloatingLabelTextField.swift:4:15: note: add @available attribute to enclosing struct
public struct FloatingLabelTextField: View {
              ^
error: fatalError
BUILD FAILURE 5.10 macosSpm