Build Information
Failed to build NeoBrutalism, reference 2.0.0 (6d6438), with Swift 6.2 for macOS (SPM) on 24 Jun 2025 00:38:38 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
87 | NBFlatCard(type: .default) {
88 | Text("Content")
89 | Text("Content")
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
90 | Text("Content")
91 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Collapsable.swift:89:21: error: 'Text' is only available in macOS 10.15 or newer
87 | NBFlatCard(type: .default) {
88 | Text("Content")
89 | Text("Content")
| |- error: 'Text' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
90 | Text("Content")
91 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Collapsable.swift:90:21: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
88 | Text("Content")
89 | Text("Content")
90 | Text("Content")
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
91 | }
92 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Collapsable.swift:90:21: error: 'Text' is only available in macOS 10.15 or newer
88 | Text("Content")
89 | Text("Content")
90 | Text("Content")
| |- error: 'Text' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
91 | }
92 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Collapsable.swift:87:44: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
85 |
86 | NBCollapsableContent {
87 | NBFlatCard(type: .default) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
88 | Text("Content")
89 | Text("Content")
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Collapsable.swift:87:44: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
85 |
86 | NBCollapsableContent {
87 | NBFlatCard(type: .default) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
88 | Text("Content")
89 | Text("Content")
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Collapsable.swift:87:44: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
85 |
86 | NBCollapsableContent {
87 | NBFlatCard(type: .default) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
88 | Text("Content")
89 | Text("Content")
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Collapsable.swift:71:49: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
69 |
70 | VStack {
71 | NBCollapsable(isExpanded: $isExapanded) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
72 | NBFlatCard {
73 | HStack {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Drawer.swift:76:6: error: 'Previewable()' is only available in macOS 14.0 or newer
74 | @available(iOS 18.0, *)
75 | #Preview(traits: .modifier(NBPreviewHelper())) {
76 | @Previewable @State var isShowingSheet = true
| |- error: 'Previewable()' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
77 | VStack {
78 | Button("Open the Chamber of Secrets") {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Drawer.swift:76:19: error: 'State' is only available in macOS 10.15 or newer
74 | @available(iOS 18.0, *)
75 | #Preview(traits: .modifier(NBPreviewHelper())) {
76 | @Previewable @State var isShowingSheet = true
| |- error: 'State' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
77 | VStack {
78 | Button("Open the Chamber of Secrets") {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Drawer.swift:75:2: error: 'Preview(_:traits:_:body:)' is only available in macOS 14.0 or newer
73 |
74 | @available(iOS 18.0, *)
75 | #Preview(traits: .modifier(NBPreviewHelper())) {
| `- error: 'Preview(_:traits:_:body:)' is only available in macOS 14.0 or newer
76 | @Previewable @State var isShowingSheet = true
77 | VStack {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Drawer.swift:75:19: error: 'modifier' is only available in macOS 15.0 or newer
73 |
74 | @available(iOS 18.0, *)
75 | #Preview(traits: .modifier(NBPreviewHelper())) {
| `- error: 'modifier' is only available in macOS 15.0 or newer
76 | @Previewable @State var isShowingSheet = true
77 | VStack {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Drawer.swift:77:5: error: 'VStack' is only available in macOS 10.15 or newer
75 | #Preview(traits: .modifier(NBPreviewHelper())) {
76 | @Previewable @State var isShowingSheet = true
77 | VStack {
| |- error: 'VStack' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
78 | Button("Open the Chamber of Secrets") {
79 | isShowingSheet.toggle()
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Drawer.swift:77:12: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
75 | #Preview(traits: .modifier(NBPreviewHelper())) {
76 | @Previewable @State var isShowingSheet = true
77 | VStack {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
78 | Button("Open the Chamber of Secrets") {
79 | isShowingSheet.toggle()
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Drawer.swift:78:9: error: 'Button' is only available in macOS 10.15 or newer
76 | @Previewable @State var isShowingSheet = true
77 | VStack {
78 | Button("Open the Chamber of Secrets") {
| |- error: 'Button' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
79 | isShowingSheet.toggle()
80 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Drawer.swift:78:9: error: 'init(_:action:)' is only available in macOS 10.15 or newer
76 | @Previewable @State var isShowingSheet = true
77 | VStack {
78 | Button("Open the Chamber of Secrets") {
| |- error: 'init(_:action:)' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
79 | isShowingSheet.toggle()
80 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Drawer.swift:78:16: error: 'LocalizedStringKey' is only available in macOS 10.15 or newer
76 | @Previewable @State var isShowingSheet = true
77 | VStack {
78 | Button("Open the Chamber of Secrets") {
| |- error: 'LocalizedStringKey' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
79 | isShowingSheet.toggle()
80 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Drawer.swift:79:13: error: cannot pass as inout because setter for 'isShowingSheet' is only available in macOS 10.15 or newer
77 | VStack {
78 | Button("Open the Chamber of Secrets") {
79 | isShowingSheet.toggle()
| |- error: cannot pass as inout because setter for 'isShowingSheet' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
80 | }
81 | .buttonStyle(.neoBrutalism())
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Drawer.swift:81:10: error: 'buttonStyle' is only available in macOS 10.15 or newer
79 | isShowingSheet.toggle()
80 | }
81 | .buttonStyle(.neoBrutalism())
| |- error: 'buttonStyle' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
82 | }
83 | .nbDrawer(isPresented: $isShowingSheet) {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Drawer.swift:83:45: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
81 | .buttonStyle(.neoBrutalism())
82 | }
83 | .nbDrawer(isPresented: $isShowingSheet) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
84 | VStack(spacing: 16) {
85 | Text("The Unbreakable Vow")
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Drawer.swift:84:9: error: 'VStack' is only available in macOS 10.15 or newer
82 | }
83 | .nbDrawer(isPresented: $isShowingSheet) {
84 | VStack(spacing: 16) {
| |- error: 'VStack' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
85 | Text("The Unbreakable Vow")
86 | .font(.title)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Drawer.swift:84:29: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
82 | }
83 | .nbDrawer(isPresented: $isShowingSheet) {
84 | VStack(spacing: 16) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
85 | Text("The Unbreakable Vow")
86 | .font(.title)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Drawer.swift:85:13: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
83 | .nbDrawer(isPresented: $isShowingSheet) {
84 | VStack(spacing: 16) {
85 | Text("The Unbreakable Vow")
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
86 | .font(.title)
87 |
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Drawer.swift:85:13: error: 'Text' is only available in macOS 10.15 or newer
83 | .nbDrawer(isPresented: $isShowingSheet) {
84 | VStack(spacing: 16) {
85 | Text("The Unbreakable Vow")
| |- error: 'Text' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
86 | .font(.title)
87 |
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Drawer.swift:86:18: error: 'font' is only available in macOS 10.15 or newer
84 | VStack(spacing: 16) {
85 | Text("The Unbreakable Vow")
86 | .font(.title)
| |- error: 'font' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
87 |
88 | Text("By tapping 'I Agree', you solemnly swear that you are up to no good.")
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Drawer.swift:86:24: error: 'title' is only available in macOS 10.15 or newer
84 | VStack(spacing: 16) {
85 | Text("The Unbreakable Vow")
86 | .font(.title)
| |- error: 'title' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
87 |
88 | Text("By tapping 'I Agree', you solemnly swear that you are up to no good.")
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Drawer.swift:88:13: error: 'Text' is only available in macOS 10.15 or newer
86 | .font(.title)
87 |
88 | Text("By tapping 'I Agree', you solemnly swear that you are up to no good.")
| |- error: 'Text' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
89 | .padding(2.0)
90 |
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Drawer.swift:89:18: error: 'padding' is only available in macOS 10.15 or newer
87 |
88 | Text("By tapping 'I Agree', you solemnly swear that you are up to no good.")
89 | .padding(2.0)
| |- error: 'padding' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
90 |
91 | Button("I Agree") {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Drawer.swift:91:13: error: 'Button' is only available in macOS 10.15 or newer
89 | .padding(2.0)
90 |
91 | Button("I Agree") {
| |- error: 'Button' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
92 | isShowingSheet.toggle()
93 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Drawer.swift:91:13: error: 'init(_:action:)' is only available in macOS 10.15 or newer
89 | .padding(2.0)
90 |
91 | Button("I Agree") {
| |- error: 'init(_:action:)' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
92 | isShowingSheet.toggle()
93 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Drawer.swift:91:20: error: 'LocalizedStringKey' is only available in macOS 10.15 or newer
89 | .padding(2.0)
90 |
91 | Button("I Agree") {
| |- error: 'LocalizedStringKey' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
92 | isShowingSheet.toggle()
93 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Drawer.swift:92:17: error: cannot pass as inout because setter for 'isShowingSheet' is only available in macOS 10.15 or newer
90 |
91 | Button("I Agree") {
92 | isShowingSheet.toggle()
| |- error: cannot pass as inout because setter for 'isShowingSheet' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
93 | }
94 | .buttonStyle(.neoBrutalism())
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Drawer.swift:94:14: error: 'buttonStyle' is only available in macOS 10.15 or newer
92 | isShowingSheet.toggle()
93 | }
94 | .buttonStyle(.neoBrutalism())
| |- error: 'buttonStyle' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
95 | .padding(.top)
96 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Drawer.swift:95:14: error: 'padding' is only available in macOS 10.15 or newer
93 | }
94 | .buttonStyle(.neoBrutalism())
95 | .padding(.top)
| |- error: 'padding' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
96 | }
97 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Drawer.swift:84:29: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
82 | }
83 | .nbDrawer(isPresented: $isShowingSheet) {
84 | VStack(spacing: 16) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
85 | Text("The Unbreakable Vow")
86 | .font(.title)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Input.swift:22:6: error: 'Previewable()' is only available in macOS 14.0 or newer
20 | @available(iOS 18.0, *)
21 | #Preview(traits: .modifier(NBPreviewHelper())) {
22 | @Previewable @State var inputValue = ""
| |- error: 'Previewable()' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
23 |
24 | VStack {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Input.swift:22:19: error: 'State' is only available in macOS 10.15 or newer
20 | @available(iOS 18.0, *)
21 | #Preview(traits: .modifier(NBPreviewHelper())) {
22 | @Previewable @State var inputValue = ""
| |- error: 'State' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
23 |
24 | VStack {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Input.swift:21:2: error: 'Preview(_:traits:_:body:)' is only available in macOS 14.0 or newer
19 |
20 | @available(iOS 18.0, *)
21 | #Preview(traits: .modifier(NBPreviewHelper())) {
| `- error: 'Preview(_:traits:_:body:)' is only available in macOS 14.0 or newer
22 | @Previewable @State var inputValue = ""
23 |
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Input.swift:21:19: error: 'modifier' is only available in macOS 15.0 or newer
19 |
20 | @available(iOS 18.0, *)
21 | #Preview(traits: .modifier(NBPreviewHelper())) {
| `- error: 'modifier' is only available in macOS 15.0 or newer
22 | @Previewable @State var inputValue = ""
23 |
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Input.swift:24:5: error: 'VStack' is only available in macOS 10.15 or newer
22 | @Previewable @State var inputValue = ""
23 |
24 | VStack {
| |- error: 'VStack' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
25 | TextField("Input", text: $inputValue)
26 | .textFieldStyle(.neoBrutalism)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Input.swift:24:12: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
22 | @Previewable @State var inputValue = ""
23 |
24 | VStack {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
25 | TextField("Input", text: $inputValue)
26 | .textFieldStyle(.neoBrutalism)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Input.swift:24:12: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
22 | @Previewable @State var inputValue = ""
23 |
24 | VStack {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
25 | TextField("Input", text: $inputValue)
26 | .textFieldStyle(.neoBrutalism)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Input.swift:25:9: error: 'TextField' is only available in macOS 10.15 or newer
23 |
24 | VStack {
25 | TextField("Input", text: $inputValue)
| |- error: 'TextField' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
26 | .textFieldStyle(.neoBrutalism)
27 |
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Input.swift:25:9: error: 'init(_:text:)' is only available in macOS 10.15 or newer
23 |
24 | VStack {
25 | TextField("Input", text: $inputValue)
| |- error: 'init(_:text:)' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
26 | .textFieldStyle(.neoBrutalism)
27 |
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Input.swift:25:19: error: 'LocalizedStringKey' is only available in macOS 10.15 or newer
23 |
24 | VStack {
25 | TextField("Input", text: $inputValue)
| |- error: 'LocalizedStringKey' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
26 | .textFieldStyle(.neoBrutalism)
27 |
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Input.swift:26:14: error: 'textFieldStyle' is only available in macOS 10.15 or newer
24 | VStack {
25 | TextField("Input", text: $inputValue)
26 | .textFieldStyle(.neoBrutalism)
| |- error: 'textFieldStyle' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
27 |
28 | TextField("Input", text: $inputValue)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Input.swift:28:9: error: 'TextField' is only available in macOS 10.15 or newer
26 | .textFieldStyle(.neoBrutalism)
27 |
28 | TextField("Input", text: $inputValue)
| |- error: 'TextField' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
29 | .disabled(true)
30 | .textFieldStyle(.neoBrutalism)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Input.swift:28:9: error: 'init(_:text:)' is only available in macOS 10.15 or newer
26 | .textFieldStyle(.neoBrutalism)
27 |
28 | TextField("Input", text: $inputValue)
| |- error: 'init(_:text:)' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
29 | .disabled(true)
30 | .textFieldStyle(.neoBrutalism)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Input.swift:28:19: error: 'LocalizedStringKey' is only available in macOS 10.15 or newer
26 | .textFieldStyle(.neoBrutalism)
27 |
28 | TextField("Input", text: $inputValue)
| |- error: 'LocalizedStringKey' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
29 | .disabled(true)
30 | .textFieldStyle(.neoBrutalism)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Input.swift:29:14: error: 'disabled' is only available in macOS 10.15 or newer
27 |
28 | TextField("Input", text: $inputValue)
29 | .disabled(true)
| |- error: 'disabled' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
30 | .textFieldStyle(.neoBrutalism)
31 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Input.swift:30:14: error: 'textFieldStyle' is only available in macOS 10.15 or newer
28 | TextField("Input", text: $inputValue)
29 | .disabled(true)
30 | .textFieldStyle(.neoBrutalism)
| |- error: 'textFieldStyle' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
31 | }
32 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Progress.swift:38:2: error: 'Preview(_:traits:_:body:)' is only available in macOS 14.0 or newer
36 |
37 | @available(iOS 18.0, *)
38 | #Preview(traits: .modifier(NBPreviewHelper())) {
| `- error: 'Preview(_:traits:_:body:)' is only available in macOS 14.0 or newer
39 | VStack {
40 | ProgressView(value: 0.0)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Progress.swift:38:19: error: 'modifier' is only available in macOS 15.0 or newer
36 |
37 | @available(iOS 18.0, *)
38 | #Preview(traits: .modifier(NBPreviewHelper())) {
| `- error: 'modifier' is only available in macOS 15.0 or newer
39 | VStack {
40 | ProgressView(value: 0.0)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Progress.swift:39:5: error: 'VStack' is only available in macOS 10.15 or newer
37 | @available(iOS 18.0, *)
38 | #Preview(traits: .modifier(NBPreviewHelper())) {
39 | VStack {
| |- error: 'VStack' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
40 | ProgressView(value: 0.0)
41 | .progressViewStyle(.neoBrutalism)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Progress.swift:40:9: error: 'ProgressView' is only available in macOS 11.0 or newer
38 | #Preview(traits: .modifier(NBPreviewHelper())) {
39 | VStack {
40 | ProgressView(value: 0.0)
| |- error: 'ProgressView' is only available in macOS 11.0 or newer
| `- note: add 'if #available' version check
41 | .progressViewStyle(.neoBrutalism)
42 |
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Progress.swift:40:9: error: 'init(value:total:)' is only available in macOS 11.0 or newer
38 | #Preview(traits: .modifier(NBPreviewHelper())) {
39 | VStack {
40 | ProgressView(value: 0.0)
| |- error: 'init(value:total:)' is only available in macOS 11.0 or newer
| `- note: add 'if #available' version check
41 | .progressViewStyle(.neoBrutalism)
42 |
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Progress.swift:41:14: error: 'progressViewStyle' is only available in macOS 11.0 or newer
39 | VStack {
40 | ProgressView(value: 0.0)
41 | .progressViewStyle(.neoBrutalism)
| |- error: 'progressViewStyle' is only available in macOS 11.0 or newer
| `- note: add 'if #available' version check
42 |
43 | ProgressView(value: 0.52)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Progress.swift:43:9: error: 'ProgressView' is only available in macOS 11.0 or newer
41 | .progressViewStyle(.neoBrutalism)
42 |
43 | ProgressView(value: 0.52)
| |- error: 'ProgressView' is only available in macOS 11.0 or newer
| `- note: add 'if #available' version check
44 | .progressViewStyle(.neoBrutalism)
45 |
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Progress.swift:43:9: error: 'init(value:total:)' is only available in macOS 11.0 or newer
41 | .progressViewStyle(.neoBrutalism)
42 |
43 | ProgressView(value: 0.52)
| |- error: 'init(value:total:)' is only available in macOS 11.0 or newer
| `- note: add 'if #available' version check
44 | .progressViewStyle(.neoBrutalism)
45 |
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Progress.swift:44:14: error: 'progressViewStyle' is only available in macOS 11.0 or newer
42 |
43 | ProgressView(value: 0.52)
44 | .progressViewStyle(.neoBrutalism)
| |- error: 'progressViewStyle' is only available in macOS 11.0 or newer
| `- note: add 'if #available' version check
45 |
46 | ProgressView(value: 0.2)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Progress.swift:46:9: error: 'ProgressView' is only available in macOS 11.0 or newer
44 | .progressViewStyle(.neoBrutalism)
45 |
46 | ProgressView(value: 0.2)
| |- error: 'ProgressView' is only available in macOS 11.0 or newer
| `- note: add 'if #available' version check
47 | .progressViewStyle(.neoBrutalism)
48 |
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Progress.swift:46:9: error: 'init(value:total:)' is only available in macOS 11.0 or newer
44 | .progressViewStyle(.neoBrutalism)
45 |
46 | ProgressView(value: 0.2)
| |- error: 'init(value:total:)' is only available in macOS 11.0 or newer
| `- note: add 'if #available' version check
47 | .progressViewStyle(.neoBrutalism)
48 |
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Progress.swift:47:14: error: 'progressViewStyle' is only available in macOS 11.0 or newer
45 |
46 | ProgressView(value: 0.2)
47 | .progressViewStyle(.neoBrutalism)
| |- error: 'progressViewStyle' is only available in macOS 11.0 or newer
| `- note: add 'if #available' version check
48 |
49 | ProgressView(value: 1.0)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Progress.swift:49:9: error: 'ProgressView' is only available in macOS 11.0 or newer
47 | .progressViewStyle(.neoBrutalism)
48 |
49 | ProgressView(value: 1.0)
| |- error: 'ProgressView' is only available in macOS 11.0 or newer
| `- note: add 'if #available' version check
50 | .progressViewStyle(.neoBrutalism)
51 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Progress.swift:49:9: error: 'init(value:total:)' is only available in macOS 11.0 or newer
47 | .progressViewStyle(.neoBrutalism)
48 |
49 | ProgressView(value: 1.0)
| |- error: 'init(value:total:)' is only available in macOS 11.0 or newer
| `- note: add 'if #available' version check
50 | .progressViewStyle(.neoBrutalism)
51 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Progress.swift:50:14: error: 'progressViewStyle' is only available in macOS 11.0 or newer
48 |
49 | ProgressView(value: 1.0)
50 | .progressViewStyle(.neoBrutalism)
| |- error: 'progressViewStyle' is only available in macOS 11.0 or newer
| `- note: add 'if #available' version check
51 | }
52 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:45:6: error: 'Previewable()' is only available in macOS 14.0 or newer
43 | @available(iOS 18.0, *)
44 | #Preview(traits: .modifier(NBPreviewHelper())) {
45 | @Previewable @State var value = 0
| |- error: 'Previewable()' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
46 | VStack(spacing: 24.0) {
47 | Text("\(value)")
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:45:19: error: 'State' is only available in macOS 10.15 or newer
43 | @available(iOS 18.0, *)
44 | #Preview(traits: .modifier(NBPreviewHelper())) {
45 | @Previewable @State var value = 0
| |- error: 'State' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
46 | VStack(spacing: 24.0) {
47 | Text("\(value)")
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:44:2: error: 'Preview(_:traits:_:body:)' is only available in macOS 14.0 or newer
42 |
43 | @available(iOS 18.0, *)
44 | #Preview(traits: .modifier(NBPreviewHelper())) {
| `- error: 'Preview(_:traits:_:body:)' is only available in macOS 14.0 or newer
45 | @Previewable @State var value = 0
46 | VStack(spacing: 24.0) {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:44:19: error: 'modifier' is only available in macOS 15.0 or newer
42 |
43 | @available(iOS 18.0, *)
44 | #Preview(traits: .modifier(NBPreviewHelper())) {
| `- error: 'modifier' is only available in macOS 15.0 or newer
45 | @Previewable @State var value = 0
46 | VStack(spacing: 24.0) {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:46:5: error: 'VStack' is only available in macOS 10.15 or newer
44 | #Preview(traits: .modifier(NBPreviewHelper())) {
45 | @Previewable @State var value = 0
46 | VStack(spacing: 24.0) {
| |- error: 'VStack' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
47 | Text("\(value)")
48 | .font(.caption)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:46:27: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
44 | #Preview(traits: .modifier(NBPreviewHelper())) {
45 | @Previewable @State var value = 0
46 | VStack(spacing: 24.0) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
47 | Text("\(value)")
48 | .font(.caption)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:46:27: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
44 | #Preview(traits: .modifier(NBPreviewHelper())) {
45 | @Previewable @State var value = 0
46 | VStack(spacing: 24.0) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
47 | Text("\(value)")
48 | .font(.caption)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:46:27: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
44 | #Preview(traits: .modifier(NBPreviewHelper())) {
45 | @Previewable @State var value = 0
46 | VStack(spacing: 24.0) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
47 | Text("\(value)")
48 | .font(.caption)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:46:27: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
44 | #Preview(traits: .modifier(NBPreviewHelper())) {
45 | @Previewable @State var value = 0
46 | VStack(spacing: 24.0) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
47 | Text("\(value)")
48 | .font(.caption)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:46:27: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
44 | #Preview(traits: .modifier(NBPreviewHelper())) {
45 | @Previewable @State var value = 0
46 | VStack(spacing: 24.0) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
47 | Text("\(value)")
48 | .font(.caption)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:46:27: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
44 | #Preview(traits: .modifier(NBPreviewHelper())) {
45 | @Previewable @State var value = 0
46 | VStack(spacing: 24.0) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
47 | Text("\(value)")
48 | .font(.caption)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:46:27: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
44 | #Preview(traits: .modifier(NBPreviewHelper())) {
45 | @Previewable @State var value = 0
46 | VStack(spacing: 24.0) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
47 | Text("\(value)")
48 | .font(.caption)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:46:27: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
44 | #Preview(traits: .modifier(NBPreviewHelper())) {
45 | @Previewable @State var value = 0
46 | VStack(spacing: 24.0) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
47 | Text("\(value)")
48 | .font(.caption)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:46:27: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
44 | #Preview(traits: .modifier(NBPreviewHelper())) {
45 | @Previewable @State var value = 0
46 | VStack(spacing: 24.0) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
47 | Text("\(value)")
48 | .font(.caption)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:46:27: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
44 | #Preview(traits: .modifier(NBPreviewHelper())) {
45 | @Previewable @State var value = 0
46 | VStack(spacing: 24.0) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
47 | Text("\(value)")
48 | .font(.caption)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:47:9: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
45 | @Previewable @State var value = 0
46 | VStack(spacing: 24.0) {
47 | Text("\(value)")
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
48 | .font(.caption)
49 |
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:47:9: error: 'Text' is only available in macOS 10.15 or newer
45 | @Previewable @State var value = 0
46 | VStack(spacing: 24.0) {
47 | Text("\(value)")
| |- error: 'Text' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
48 | .font(.caption)
49 |
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:48:14: error: 'font' is only available in macOS 10.15 or newer
46 | VStack(spacing: 24.0) {
47 | Text("\(value)")
48 | .font(.caption)
| |- error: 'font' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
49 |
50 | NBRadioGroup(value: $value) {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:48:20: error: 'caption' is only available in macOS 10.15 or newer
46 | VStack(spacing: 24.0) {
47 | Text("\(value)")
48 | .font(.caption)
| |- error: 'caption' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
49 |
50 | NBRadioGroup(value: $value) {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:50:9: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
48 | .font(.caption)
49 |
50 | NBRadioGroup(value: $value) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
51 | NBRadioItem(value: 0) {
52 | Text("First")
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:50:9: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
48 | .font(.caption)
49 |
50 | NBRadioGroup(value: $value) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
51 | NBRadioItem(value: 0) {
52 | Text("First")
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:50:9: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
48 | .font(.caption)
49 |
50 | NBRadioGroup(value: $value) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
51 | NBRadioItem(value: 0) {
52 | Text("First")
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:50:9: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
48 | .font(.caption)
49 |
50 | NBRadioGroup(value: $value) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
51 | NBRadioItem(value: 0) {
52 | Text("First")
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:50:37: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
48 | .font(.caption)
49 |
50 | NBRadioGroup(value: $value) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
51 | NBRadioItem(value: 0) {
52 | Text("First")
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:50:37: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
48 | .font(.caption)
49 |
50 | NBRadioGroup(value: $value) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
51 | NBRadioItem(value: 0) {
52 | Text("First")
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:50:37: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
48 | .font(.caption)
49 |
50 | NBRadioGroup(value: $value) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
51 | NBRadioItem(value: 0) {
52 | Text("First")
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:50:37: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
48 | .font(.caption)
49 |
50 | NBRadioGroup(value: $value) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
51 | NBRadioItem(value: 0) {
52 | Text("First")
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:51:13: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
49 |
50 | NBRadioGroup(value: $value) {
51 | NBRadioItem(value: 0) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
52 | Text("First")
53 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:51:13: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
49 |
50 | NBRadioGroup(value: $value) {
51 | NBRadioItem(value: 0) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
52 | Text("First")
53 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:51:13: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
49 |
50 | NBRadioGroup(value: $value) {
51 | NBRadioItem(value: 0) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
52 | Text("First")
53 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:52:17: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
50 | NBRadioGroup(value: $value) {
51 | NBRadioItem(value: 0) {
52 | Text("First")
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
53 | }
54 |
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:52:17: error: 'Text' is only available in macOS 10.15 or newer
50 | NBRadioGroup(value: $value) {
51 | NBRadioItem(value: 0) {
52 | Text("First")
| |- error: 'Text' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
53 | }
54 |
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:51:35: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
49 |
50 | NBRadioGroup(value: $value) {
51 | NBRadioItem(value: 0) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
52 | Text("First")
53 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:55:13: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
53 | }
54 |
55 | NBRadioItem(value: 1) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
56 | Text("Second")
57 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:55:13: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
53 | }
54 |
55 | NBRadioItem(value: 1) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
56 | Text("Second")
57 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:55:13: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
53 | }
54 |
55 | NBRadioItem(value: 1) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
56 | Text("Second")
57 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:56:17: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
54 |
55 | NBRadioItem(value: 1) {
56 | Text("Second")
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
57 | }
58 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:56:17: error: 'Text' is only available in macOS 10.15 or newer
54 |
55 | NBRadioItem(value: 1) {
56 | Text("Second")
| |- error: 'Text' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
57 | }
58 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:55:35: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
53 | }
54 |
55 | NBRadioItem(value: 1) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
56 | Text("Second")
57 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:50:37: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
48 | .font(.caption)
49 |
50 | NBRadioGroup(value: $value) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
51 | NBRadioItem(value: 0) {
52 | Text("First")
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:50:37: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
48 | .font(.caption)
49 |
50 | NBRadioGroup(value: $value) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
51 | NBRadioItem(value: 0) {
52 | Text("First")
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:60:9: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
58 | }
59 |
60 | NBRadioGroup(value: $value) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
61 | Text("Radio")
62 | .font(.title)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:60:9: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
58 | }
59 |
60 | NBRadioGroup(value: $value) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
61 | Text("Radio")
62 | .font(.title)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:60:9: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
58 | }
59 |
60 | NBRadioGroup(value: $value) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
61 | Text("Radio")
62 | .font(.title)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:60:9: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
58 | }
59 |
60 | NBRadioGroup(value: $value) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
61 | Text("Radio")
62 | .font(.title)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:60:9: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
58 | }
59 |
60 | NBRadioGroup(value: $value) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
61 | Text("Radio")
62 | .font(.title)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:60:9: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
58 | }
59 |
60 | NBRadioGroup(value: $value) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
61 | Text("Radio")
62 | .font(.title)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:60:37: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
58 | }
59 |
60 | NBRadioGroup(value: $value) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
61 | Text("Radio")
62 | .font(.title)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:60:37: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
58 | }
59 |
60 | NBRadioGroup(value: $value) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
61 | Text("Radio")
62 | .font(.title)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:60:37: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
58 | }
59 |
60 | NBRadioGroup(value: $value) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
61 | Text("Radio")
62 | .font(.title)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:60:37: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
58 | }
59 |
60 | NBRadioGroup(value: $value) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
61 | Text("Radio")
62 | .font(.title)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:60:37: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
58 | }
59 |
60 | NBRadioGroup(value: $value) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
61 | Text("Radio")
62 | .font(.title)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:60:37: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
58 | }
59 |
60 | NBRadioGroup(value: $value) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
61 | Text("Radio")
62 | .font(.title)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:61:13: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
59 |
60 | NBRadioGroup(value: $value) {
61 | Text("Radio")
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
62 | .font(.title)
63 |
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:61:13: error: 'Text' is only available in macOS 10.15 or newer
59 |
60 | NBRadioGroup(value: $value) {
61 | Text("Radio")
| |- error: 'Text' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
62 | .font(.title)
63 |
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:62:18: error: 'font' is only available in macOS 10.15 or newer
60 | NBRadioGroup(value: $value) {
61 | Text("Radio")
62 | .font(.title)
| |- error: 'font' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
63 |
64 | NBRadioItem(value: 0) {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:62:24: error: 'title' is only available in macOS 10.15 or newer
60 | NBRadioGroup(value: $value) {
61 | Text("Radio")
62 | .font(.title)
| |- error: 'title' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
63 |
64 | NBRadioItem(value: 0) {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:64:13: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
62 | .font(.title)
63 |
64 | NBRadioItem(value: 0) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
65 | Text("First")
66 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:64:13: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
62 | .font(.title)
63 |
64 | NBRadioItem(value: 0) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
65 | Text("First")
66 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:64:13: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
62 | .font(.title)
63 |
64 | NBRadioItem(value: 0) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
65 | Text("First")
66 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:65:17: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
63 |
64 | NBRadioItem(value: 0) {
65 | Text("First")
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
66 | }
67 | NBRadioItem(value: 1) {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:65:17: error: 'Text' is only available in macOS 10.15 or newer
63 |
64 | NBRadioItem(value: 0) {
65 | Text("First")
| |- error: 'Text' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
66 | }
67 | NBRadioItem(value: 1) {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:64:35: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
62 | .font(.title)
63 |
64 | NBRadioItem(value: 0) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
65 | Text("First")
66 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:67:13: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
65 | Text("First")
66 | }
67 | NBRadioItem(value: 1) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
68 | Text("Second")
69 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:67:13: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
65 | Text("First")
66 | }
67 | NBRadioItem(value: 1) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
68 | Text("Second")
69 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:67:13: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
65 | Text("First")
66 | }
67 | NBRadioItem(value: 1) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
68 | Text("Second")
69 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:68:17: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
66 | }
67 | NBRadioItem(value: 1) {
68 | Text("Second")
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
69 | }
70 | NBRadioItem(value: 2) {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:68:17: error: 'Text' is only available in macOS 10.15 or newer
66 | }
67 | NBRadioItem(value: 1) {
68 | Text("Second")
| |- error: 'Text' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
69 | }
70 | NBRadioItem(value: 2) {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:67:35: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
65 | Text("First")
66 | }
67 | NBRadioItem(value: 1) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
68 | Text("Second")
69 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:70:13: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
68 | Text("Second")
69 | }
70 | NBRadioItem(value: 2) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
71 | Text("Thhird")
72 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:70:13: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
68 | Text("Second")
69 | }
70 | NBRadioItem(value: 2) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
71 | Text("Thhird")
72 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:70:13: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
68 | Text("Second")
69 | }
70 | NBRadioItem(value: 2) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
71 | Text("Thhird")
72 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:71:17: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
69 | }
70 | NBRadioItem(value: 2) {
71 | Text("Thhird")
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
72 | }
73 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:71:17: error: 'Text' is only available in macOS 10.15 or newer
69 | }
70 | NBRadioItem(value: 2) {
71 | Text("Thhird")
| |- error: 'Text' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
72 | }
73 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:70:35: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
68 | Text("Second")
69 | }
70 | NBRadioItem(value: 2) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
71 | Text("Thhird")
72 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:60:37: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
58 | }
59 |
60 | NBRadioGroup(value: $value) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
61 | Text("Radio")
62 | .font(.title)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:60:37: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
58 | }
59 |
60 | NBRadioGroup(value: $value) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
61 | Text("Radio")
62 | .font(.title)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:60:37: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
58 | }
59 |
60 | NBRadioGroup(value: $value) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
61 | Text("Radio")
62 | .font(.title)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:60:37: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
58 | }
59 |
60 | NBRadioGroup(value: $value) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
61 | Text("Radio")
62 | .font(.title)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/Radio.swift:46:27: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
44 | #Preview(traits: .modifier(NBPreviewHelper())) {
45 | @Previewable @State var value = 0
46 | VStack(spacing: 24.0) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
47 | Text("\(value)")
48 | .font(.caption)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/RadioItem.swift:64:6: error: 'Previewable()' is only available in macOS 14.0 or newer
62 | @available(iOS 18.0, *)
63 | #Preview(traits: .modifier(NBPreviewHelper())) {
64 | @Previewable @State var value = 0
| |- error: 'Previewable()' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
65 | VStack(spacing: 24.0) {
66 | NBRadioItem(value: 0) {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/RadioItem.swift:64:19: error: 'State' is only available in macOS 10.15 or newer
62 | @available(iOS 18.0, *)
63 | #Preview(traits: .modifier(NBPreviewHelper())) {
64 | @Previewable @State var value = 0
| |- error: 'State' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
65 | VStack(spacing: 24.0) {
66 | NBRadioItem(value: 0) {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/RadioItem.swift:63:2: error: 'Preview(_:traits:_:body:)' is only available in macOS 14.0 or newer
61 |
62 | @available(iOS 18.0, *)
63 | #Preview(traits: .modifier(NBPreviewHelper())) {
| `- error: 'Preview(_:traits:_:body:)' is only available in macOS 14.0 or newer
64 | @Previewable @State var value = 0
65 | VStack(spacing: 24.0) {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/RadioItem.swift:63:19: error: 'modifier' is only available in macOS 15.0 or newer
61 |
62 | @available(iOS 18.0, *)
63 | #Preview(traits: .modifier(NBPreviewHelper())) {
| `- error: 'modifier' is only available in macOS 15.0 or newer
64 | @Previewable @State var value = 0
65 | VStack(spacing: 24.0) {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/RadioItem.swift:65:5: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
63 | #Preview(traits: .modifier(NBPreviewHelper())) {
64 | @Previewable @State var value = 0
65 | VStack(spacing: 24.0) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
66 | NBRadioItem(value: 0) {
67 | Text("Radio Item")
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/RadioItem.swift:65:5: error: 'VStack' is only available in macOS 10.15 or newer
63 | #Preview(traits: .modifier(NBPreviewHelper())) {
64 | @Previewable @State var value = 0
65 | VStack(spacing: 24.0) {
| |- error: 'VStack' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
66 | NBRadioItem(value: 0) {
67 | Text("Radio Item")
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/RadioItem.swift:65:5: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
63 | #Preview(traits: .modifier(NBPreviewHelper())) {
64 | @Previewable @State var value = 0
65 | VStack(spacing: 24.0) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
66 | NBRadioItem(value: 0) {
67 | Text("Radio Item")
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/RadioItem.swift:65:27: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
63 | #Preview(traits: .modifier(NBPreviewHelper())) {
64 | @Previewable @State var value = 0
65 | VStack(spacing: 24.0) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
66 | NBRadioItem(value: 0) {
67 | Text("Radio Item")
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/RadioItem.swift:65:27: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
63 | #Preview(traits: .modifier(NBPreviewHelper())) {
64 | @Previewable @State var value = 0
65 | VStack(spacing: 24.0) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
66 | NBRadioItem(value: 0) {
67 | Text("Radio Item")
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/RadioItem.swift:66:9: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
64 | @Previewable @State var value = 0
65 | VStack(spacing: 24.0) {
66 | NBRadioItem(value: 0) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
67 | Text("Radio Item")
68 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/RadioItem.swift:66:9: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
64 | @Previewable @State var value = 0
65 | VStack(spacing: 24.0) {
66 | NBRadioItem(value: 0) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
67 | Text("Radio Item")
68 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/RadioItem.swift:66:9: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
64 | @Previewable @State var value = 0
65 | VStack(spacing: 24.0) {
66 | NBRadioItem(value: 0) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
67 | Text("Radio Item")
68 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/RadioItem.swift:67:13: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
65 | VStack(spacing: 24.0) {
66 | NBRadioItem(value: 0) {
67 | Text("Radio Item")
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
68 | }
69 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/RadioItem.swift:67:13: error: 'Text' is only available in macOS 10.15 or newer
65 | VStack(spacing: 24.0) {
66 | NBRadioItem(value: 0) {
67 | Text("Radio Item")
| |- error: 'Text' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
68 | }
69 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/RadioItem.swift:66:31: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
64 | @Previewable @State var value = 0
65 | VStack(spacing: 24.0) {
66 | NBRadioItem(value: 0) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
67 | Text("Radio Item")
68 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/RadioItem.swift:65:27: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
63 | #Preview(traits: .modifier(NBPreviewHelper())) {
64 | @Previewable @State var value = 0
65 | VStack(spacing: 24.0) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
66 | NBRadioItem(value: 0) {
67 | Text("Radio Item")
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/RadioItem.swift:63:48: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
61 |
62 | @available(iOS 18.0, *)
63 | #Preview(traits: .modifier(NBPreviewHelper())) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
64 | @Previewable @State var value = 0
65 | VStack(spacing: 24.0) {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Radio/RadioItem.swift:63:48: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
61 |
62 | @available(iOS 18.0, *)
63 | #Preview(traits: .modifier(NBPreviewHelper())) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
64 | @Previewable @State var value = 0
65 | VStack(spacing: 24.0) {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Skeleton/RoundSkeleton.swift:22:6: error: 'Previewable()' is only available in macOS 14.0 or newer
20 | @available(iOS 18.0, *)
21 | #Preview(traits: .modifier(NBPreviewHelper())) {
22 | @Previewable @State var value = 0
| |- error: 'Previewable()' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
23 | VStack(spacing: 12.0) {
24 | NBRoundSkeleton()
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Skeleton/RoundSkeleton.swift:22:19: error: 'State' is only available in macOS 10.15 or newer
20 | @available(iOS 18.0, *)
21 | #Preview(traits: .modifier(NBPreviewHelper())) {
22 | @Previewable @State var value = 0
| |- error: 'State' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
23 | VStack(spacing: 12.0) {
24 | NBRoundSkeleton()
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Skeleton/RoundSkeleton.swift:21:2: error: 'Preview(_:traits:_:body:)' is only available in macOS 14.0 or newer
19 |
20 | @available(iOS 18.0, *)
21 | #Preview(traits: .modifier(NBPreviewHelper())) {
| `- error: 'Preview(_:traits:_:body:)' is only available in macOS 14.0 or newer
22 | @Previewable @State var value = 0
23 | VStack(spacing: 12.0) {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Skeleton/RoundSkeleton.swift:21:19: error: 'modifier' is only available in macOS 15.0 or newer
19 |
20 | @available(iOS 18.0, *)
21 | #Preview(traits: .modifier(NBPreviewHelper())) {
| `- error: 'modifier' is only available in macOS 15.0 or newer
22 | @Previewable @State var value = 0
23 | VStack(spacing: 12.0) {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Skeleton/RoundSkeleton.swift:23:5: error: 'VStack' is only available in macOS 10.15 or newer
21 | #Preview(traits: .modifier(NBPreviewHelper())) {
22 | @Previewable @State var value = 0
23 | VStack(spacing: 12.0) {
| |- error: 'VStack' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
24 | NBRoundSkeleton()
25 |
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Skeleton/RoundSkeleton.swift:27:14: error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
25 |
26 | NBRoundSkeleton()
27 | .frame(width: 120, height: 120)
| |- error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
28 | }
29 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Skeleton/TextSkeleton.swift:19:6: error: 'Previewable()' is only available in macOS 14.0 or newer
17 | @available(iOS 18.0, *)
18 | #Preview(traits: .modifier(NBPreviewHelper())) {
19 | @Previewable @State var value = 0
| |- error: 'Previewable()' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
20 | VStack(spacing: 12.0) {
21 | NBTextSkeleton()
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Skeleton/TextSkeleton.swift:19:19: error: 'State' is only available in macOS 10.15 or newer
17 | @available(iOS 18.0, *)
18 | #Preview(traits: .modifier(NBPreviewHelper())) {
19 | @Previewable @State var value = 0
| |- error: 'State' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
20 | VStack(spacing: 12.0) {
21 | NBTextSkeleton()
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Skeleton/TextSkeleton.swift:18:2: error: 'Preview(_:traits:_:body:)' is only available in macOS 14.0 or newer
16 |
17 | @available(iOS 18.0, *)
18 | #Preview(traits: .modifier(NBPreviewHelper())) {
| `- error: 'Preview(_:traits:_:body:)' is only available in macOS 14.0 or newer
19 | @Previewable @State var value = 0
20 | VStack(spacing: 12.0) {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Skeleton/TextSkeleton.swift:18:19: error: 'modifier' is only available in macOS 15.0 or newer
16 |
17 | @available(iOS 18.0, *)
18 | #Preview(traits: .modifier(NBPreviewHelper())) {
| `- error: 'modifier' is only available in macOS 15.0 or newer
19 | @Previewable @State var value = 0
20 | VStack(spacing: 12.0) {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Skeleton/TextSkeleton.swift:20:5: error: 'VStack' is only available in macOS 10.15 or newer
18 | #Preview(traits: .modifier(NBPreviewHelper())) {
19 | @Previewable @State var value = 0
20 | VStack(spacing: 12.0) {
| |- error: 'VStack' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
21 | NBTextSkeleton()
22 |
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Skeleton/TextSkeleton.swift:24:14: error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
22 |
23 | NBTextSkeleton()
24 | .frame(width: 120, height: 20.0)
| |- error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
25 | }
26 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Slider.swift:59:6: error: 'Previewable()' is only available in macOS 14.0 or newer
57 | @available(iOS 18.0, *)
58 | #Preview(traits: .modifier(NBPreviewHelper())) {
59 | @Previewable @State var sliderValue: CGFloat = 0.5
| |- error: 'Previewable()' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
60 |
61 | VStack {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Slider.swift:59:19: error: 'State' is only available in macOS 10.15 or newer
57 | @available(iOS 18.0, *)
58 | #Preview(traits: .modifier(NBPreviewHelper())) {
59 | @Previewable @State var sliderValue: CGFloat = 0.5
| |- error: 'State' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
60 |
61 | VStack {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Slider.swift:58:2: error: 'Preview(_:traits:_:body:)' is only available in macOS 14.0 or newer
56 |
57 | @available(iOS 18.0, *)
58 | #Preview(traits: .modifier(NBPreviewHelper())) {
| `- error: 'Preview(_:traits:_:body:)' is only available in macOS 14.0 or newer
59 | @Previewable @State var sliderValue: CGFloat = 0.5
60 |
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Slider.swift:58:19: error: 'modifier' is only available in macOS 15.0 or newer
56 |
57 | @available(iOS 18.0, *)
58 | #Preview(traits: .modifier(NBPreviewHelper())) {
| `- error: 'modifier' is only available in macOS 15.0 or newer
59 | @Previewable @State var sliderValue: CGFloat = 0.5
60 |
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Slider.swift:61:5: error: 'VStack' is only available in macOS 10.15 or newer
59 | @Previewable @State var sliderValue: CGFloat = 0.5
60 |
61 | VStack {
| |- error: 'VStack' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
62 | ZStack {
63 | HStack(alignment: .center) {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Slider.swift:62:9: error: 'ZStack' is only available in macOS 10.15 or newer
60 |
61 | VStack {
62 | ZStack {
| |- error: 'ZStack' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
63 | HStack(alignment: .center) {
64 | Text("\(sliderValue, specifier: "%.2f")")
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Slider.swift:63:13: error: 'HStack' is only available in macOS 10.15 or newer
61 | VStack {
62 | ZStack {
63 | HStack(alignment: .center) {
| |- error: 'HStack' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
64 | Text("\(sliderValue, specifier: "%.2f")")
65 | .padding(.horizontal)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Slider.swift:63:32: error: 'center' is only available in macOS 10.15 or newer
61 | VStack {
62 | ZStack {
63 | HStack(alignment: .center) {
| |- error: 'center' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
64 | Text("\(sliderValue, specifier: "%.2f")")
65 | .padding(.horizontal)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Slider.swift:64:17: error: 'Text' is only available in macOS 10.15 or newer
62 | ZStack {
63 | HStack(alignment: .center) {
64 | Text("\(sliderValue, specifier: "%.2f")")
| |- error: 'Text' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
65 | .padding(.horizontal)
66 | .frame(width: 100.0)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Slider.swift:64:17: error: 'init(_:tableName:bundle:comment:)' is only available in macOS 10.15 or newer
62 | ZStack {
63 | HStack(alignment: .center) {
64 | Text("\(sliderValue, specifier: "%.2f")")
| |- error: 'init(_:tableName:bundle:comment:)' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
65 | .padding(.horizontal)
66 | .frame(width: 100.0)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Slider.swift:64:22: error: 'LocalizedStringKey' is only available in macOS 10.15 or newer
62 | ZStack {
63 | HStack(alignment: .center) {
64 | Text("\(sliderValue, specifier: "%.2f")")
| |- error: 'LocalizedStringKey' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
65 | .padding(.horizontal)
66 | .frame(width: 100.0)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Slider.swift:64:24: error: conformance of 'CGFloat' to '_FormatSpecifiable' is only available in macOS 10.15 or newer
62 | ZStack {
63 | HStack(alignment: .center) {
64 | Text("\(sliderValue, specifier: "%.2f")")
| |- error: conformance of 'CGFloat' to '_FormatSpecifiable' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
65 | .padding(.horizontal)
66 | .frame(width: 100.0)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Slider.swift:65:22: error: 'padding' is only available in macOS 10.15 or newer
63 | HStack(alignment: .center) {
64 | Text("\(sliderValue, specifier: "%.2f")")
65 | .padding(.horizontal)
| |- error: 'padding' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
66 | .frame(width: 100.0)
67 | NBSlider(value: $sliderValue)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Slider.swift:66:22: error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
64 | Text("\(sliderValue, specifier: "%.2f")")
65 | .padding(.horizontal)
66 | .frame(width: 100.0)
| |- error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
67 | NBSlider(value: $sliderValue)
68 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Switch/Switch.swift:59:6: error: 'Previewable()' is only available in macOS 14.0 or newer
57 | @available(iOS 18.0, *)
58 | #Preview(traits: .modifier(NBPreviewHelper())) {
59 | @Previewable @State var switchState1 = true
| |- error: 'Previewable()' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
60 | @Previewable @State var switchState2 = false
61 |
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Switch/Switch.swift:59:19: error: 'State' is only available in macOS 10.15 or newer
57 | @available(iOS 18.0, *)
58 | #Preview(traits: .modifier(NBPreviewHelper())) {
59 | @Previewable @State var switchState1 = true
| |- error: 'State' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
60 | @Previewable @State var switchState2 = false
61 |
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Switch/Switch.swift:60:6: error: 'Previewable()' is only available in macOS 14.0 or newer
58 | #Preview(traits: .modifier(NBPreviewHelper())) {
59 | @Previewable @State var switchState1 = true
60 | @Previewable @State var switchState2 = false
| |- error: 'Previewable()' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
61 |
62 | VStack {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Switch/Switch.swift:60:19: error: 'State' is only available in macOS 10.15 or newer
58 | #Preview(traits: .modifier(NBPreviewHelper())) {
59 | @Previewable @State var switchState1 = true
60 | @Previewable @State var switchState2 = false
| |- error: 'State' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
61 |
62 | VStack {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Switch/Switch.swift:58:2: error: 'Preview(_:traits:_:body:)' is only available in macOS 14.0 or newer
56 |
57 | @available(iOS 18.0, *)
58 | #Preview(traits: .modifier(NBPreviewHelper())) {
| `- error: 'Preview(_:traits:_:body:)' is only available in macOS 14.0 or newer
59 | @Previewable @State var switchState1 = true
60 | @Previewable @State var switchState2 = false
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Switch/Switch.swift:58:19: error: 'modifier' is only available in macOS 15.0 or newer
56 |
57 | @available(iOS 18.0, *)
58 | #Preview(traits: .modifier(NBPreviewHelper())) {
| `- error: 'modifier' is only available in macOS 15.0 or newer
59 | @Previewable @State var switchState1 = true
60 | @Previewable @State var switchState2 = false
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Switch/Switch.swift:62:5: error: 'VStack' is only available in macOS 10.15 or newer
60 | @Previewable @State var switchState2 = false
61 |
62 | VStack {
| |- error: 'VStack' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
63 | HStack {
64 | Toggle(isOn: $switchState1) {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Switch/Switch.swift:62:12: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
60 | @Previewable @State var switchState2 = false
61 |
62 | VStack {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
63 | HStack {
64 | Toggle(isOn: $switchState1) {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Switch/Switch.swift:62:12: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
60 | @Previewable @State var switchState2 = false
61 |
62 | VStack {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
63 | HStack {
64 | Toggle(isOn: $switchState1) {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Switch/Switch.swift:62:12: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
60 | @Previewable @State var switchState2 = false
61 |
62 | VStack {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
63 | HStack {
64 | Toggle(isOn: $switchState1) {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Switch/Switch.swift:62:12: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
60 | @Previewable @State var switchState2 = false
61 |
62 | VStack {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
63 | HStack {
64 | Toggle(isOn: $switchState1) {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Switch/Switch.swift:63:9: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
61 |
62 | VStack {
63 | HStack {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
64 | Toggle(isOn: $switchState1) {
65 | Text("Switch")
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Switch/Switch.swift:63:9: error: 'HStack' is only available in macOS 10.15 or newer
61 |
62 | VStack {
63 | HStack {
| |- error: 'HStack' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
64 | Toggle(isOn: $switchState1) {
65 | Text("Switch")
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Switch/Switch.swift:63:9: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
61 |
62 | VStack {
63 | HStack {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
64 | Toggle(isOn: $switchState1) {
65 | Text("Switch")
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Switch/Switch.swift:63:16: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
61 |
62 | VStack {
63 | HStack {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
64 | Toggle(isOn: $switchState1) {
65 | Text("Switch")
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Switch/Switch.swift:63:16: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
61 |
62 | VStack {
63 | HStack {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
64 | Toggle(isOn: $switchState1) {
65 | Text("Switch")
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Switch/Switch.swift:64:13: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
62 | VStack {
63 | HStack {
64 | Toggle(isOn: $switchState1) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
65 | Text("Switch")
66 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Switch/Switch.swift:64:13: error: 'Toggle' is only available in macOS 10.15 or newer
62 | VStack {
63 | HStack {
64 | Toggle(isOn: $switchState1) {
| |- error: 'Toggle' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
65 | Text("Switch")
66 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Switch/Switch.swift:64:13: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
62 | VStack {
63 | HStack {
64 | Toggle(isOn: $switchState1) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
65 | Text("Switch")
66 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Switch/Switch.swift:65:17: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
63 | HStack {
64 | Toggle(isOn: $switchState1) {
65 | Text("Switch")
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
66 | }
67 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Switch/Switch.swift:65:17: error: 'Text' is only available in macOS 10.15 or newer
63 | HStack {
64 | Toggle(isOn: $switchState1) {
65 | Text("Switch")
| |- error: 'Text' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
66 | }
67 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Switch/Switch.swift:64:41: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
62 | VStack {
63 | HStack {
64 | Toggle(isOn: $switchState1) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
65 | Text("Switch")
66 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Switch/Switch.swift:63:16: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
61 |
62 | VStack {
63 | HStack {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
64 | Toggle(isOn: $switchState1) {
65 | Text("Switch")
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Switch/Switch.swift:69:9: error: 'Toggle' is only available in macOS 10.15 or newer
67 | }
68 |
69 | Toggle(isOn: $switchState1) {}
| |- error: 'Toggle' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
70 | .disabled(true)
71 |
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Switch/Switch.swift:70:14: error: 'disabled' is only available in macOS 10.15 or newer
68 |
69 | Toggle(isOn: $switchState1) {}
70 | .disabled(true)
| |- error: 'disabled' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
71 |
72 | Toggle(isOn: $switchState2) {}
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Switch/Switch.swift:72:9: error: 'Toggle' is only available in macOS 10.15 or newer
70 | .disabled(true)
71 |
72 | Toggle(isOn: $switchState2) {}
| |- error: 'Toggle' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
73 | .disabled(true)
74 |
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Switch/Switch.swift:73:14: error: 'disabled' is only available in macOS 10.15 or newer
71 |
72 | Toggle(isOn: $switchState2) {}
73 | .disabled(true)
| |- error: 'disabled' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
74 |
75 | Toggle(isOn: $switchState2) {}
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Switch/Switch.swift:75:9: error: 'Toggle' is only available in macOS 10.15 or newer
73 | .disabled(true)
74 |
75 | Toggle(isOn: $switchState2) {}
| |- error: 'Toggle' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
76 |
77 | }.toggleStyle(.neoBrutalismSwitch)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Switch/Switch.swift:62:12: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
60 | @Previewable @State var switchState2 = false
61 |
62 | VStack {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
63 | HStack {
64 | Toggle(isOn: $switchState1) {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Switch/Switch.swift:77:7: error: 'toggleStyle' is only available in macOS 10.15 or newer
75 | Toggle(isOn: $switchState2) {}
76 |
77 | }.toggleStyle(.neoBrutalismSwitch)
| |- error: 'toggleStyle' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
78 | }
79 |
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:34:6: error: 'Previewable()' is only available in macOS 14.0 or newer
32 | @available(iOS 18.0, *)
33 | #Preview(traits: .modifier(NBPreviewHelper())) {
34 | @Previewable @State var value = 0
| |- error: 'Previewable()' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
35 |
36 | VStack(spacing: 24.0) {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:34:19: error: 'State' is only available in macOS 10.15 or newer
32 | @available(iOS 18.0, *)
33 | #Preview(traits: .modifier(NBPreviewHelper())) {
34 | @Previewable @State var value = 0
| |- error: 'State' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
35 |
36 | VStack(spacing: 24.0) {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:33:2: error: 'Preview(_:traits:_:body:)' is only available in macOS 14.0 or newer
31 |
32 | @available(iOS 18.0, *)
33 | #Preview(traits: .modifier(NBPreviewHelper())) {
| `- error: 'Preview(_:traits:_:body:)' is only available in macOS 14.0 or newer
34 | @Previewable @State var value = 0
35 |
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:33:19: error: 'modifier' is only available in macOS 15.0 or newer
31 |
32 | @available(iOS 18.0, *)
33 | #Preview(traits: .modifier(NBPreviewHelper())) {
| `- error: 'modifier' is only available in macOS 15.0 or newer
34 | @Previewable @State var value = 0
35 |
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:36:5: error: 'VStack' is only available in macOS 10.15 or newer
34 | @Previewable @State var value = 0
35 |
36 | VStack(spacing: 24.0) {
| |- error: 'VStack' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
37 | NBTabs(selectedTabItem: $value) {
38 | NBTabsList {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:36:27: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
34 | @Previewable @State var value = 0
35 |
36 | VStack(spacing: 24.0) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
37 | NBTabs(selectedTabItem: $value) {
38 | NBTabsList {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:36:27: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
34 | @Previewable @State var value = 0
35 |
36 | VStack(spacing: 24.0) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
37 | NBTabs(selectedTabItem: $value) {
38 | NBTabsList {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:36:27: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
34 | @Previewable @State var value = 0
35 |
36 | VStack(spacing: 24.0) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
37 | NBTabs(selectedTabItem: $value) {
38 | NBTabsList {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:36:27: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
34 | @Previewable @State var value = 0
35 |
36 | VStack(spacing: 24.0) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
37 | NBTabs(selectedTabItem: $value) {
38 | NBTabsList {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:36:27: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
34 | @Previewable @State var value = 0
35 |
36 | VStack(spacing: 24.0) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
37 | NBTabs(selectedTabItem: $value) {
38 | NBTabsList {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:36:27: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
34 | @Previewable @State var value = 0
35 |
36 | VStack(spacing: 24.0) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
37 | NBTabs(selectedTabItem: $value) {
38 | NBTabsList {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:37:9: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
35 |
36 | VStack(spacing: 24.0) {
37 | NBTabs(selectedTabItem: $value) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
38 | NBTabsList {
39 | NBTabsTrigger(tabItem: 0) { Text("First") }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:37:9: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
35 |
36 | VStack(spacing: 24.0) {
37 | NBTabs(selectedTabItem: $value) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
38 | NBTabsList {
39 | NBTabsTrigger(tabItem: 0) { Text("First") }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:37:9: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
35 |
36 | VStack(spacing: 24.0) {
37 | NBTabs(selectedTabItem: $value) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
38 | NBTabsList {
39 | NBTabsTrigger(tabItem: 0) { Text("First") }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:37:9: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
35 |
36 | VStack(spacing: 24.0) {
37 | NBTabs(selectedTabItem: $value) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
38 | NBTabsList {
39 | NBTabsTrigger(tabItem: 0) { Text("First") }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:37:9: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
35 |
36 | VStack(spacing: 24.0) {
37 | NBTabs(selectedTabItem: $value) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
38 | NBTabsList {
39 | NBTabsTrigger(tabItem: 0) { Text("First") }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:37:9: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
35 |
36 | VStack(spacing: 24.0) {
37 | NBTabs(selectedTabItem: $value) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
38 | NBTabsList {
39 | NBTabsTrigger(tabItem: 0) { Text("First") }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:37:41: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
35 |
36 | VStack(spacing: 24.0) {
37 | NBTabs(selectedTabItem: $value) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
38 | NBTabsList {
39 | NBTabsTrigger(tabItem: 0) { Text("First") }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:37:41: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
35 |
36 | VStack(spacing: 24.0) {
37 | NBTabs(selectedTabItem: $value) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
38 | NBTabsList {
39 | NBTabsTrigger(tabItem: 0) { Text("First") }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:37:41: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
35 |
36 | VStack(spacing: 24.0) {
37 | NBTabs(selectedTabItem: $value) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
38 | NBTabsList {
39 | NBTabsTrigger(tabItem: 0) { Text("First") }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:37:41: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
35 |
36 | VStack(spacing: 24.0) {
37 | NBTabs(selectedTabItem: $value) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
38 | NBTabsList {
39 | NBTabsTrigger(tabItem: 0) { Text("First") }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:37:41: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
35 |
36 | VStack(spacing: 24.0) {
37 | NBTabs(selectedTabItem: $value) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
38 | NBTabsList {
39 | NBTabsTrigger(tabItem: 0) { Text("First") }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:37:41: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
35 |
36 | VStack(spacing: 24.0) {
37 | NBTabs(selectedTabItem: $value) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
38 | NBTabsList {
39 | NBTabsTrigger(tabItem: 0) { Text("First") }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:38:13: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
36 | VStack(spacing: 24.0) {
37 | NBTabs(selectedTabItem: $value) {
38 | NBTabsList {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
39 | NBTabsTrigger(tabItem: 0) { Text("First") }
40 | NBTabsTrigger(tabItem: 1) { Text("Second") }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:38:13: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
36 | VStack(spacing: 24.0) {
37 | NBTabs(selectedTabItem: $value) {
38 | NBTabsList {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
39 | NBTabsTrigger(tabItem: 0) { Text("First") }
40 | NBTabsTrigger(tabItem: 1) { Text("Second") }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:38:13: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
36 | VStack(spacing: 24.0) {
37 | NBTabs(selectedTabItem: $value) {
38 | NBTabsList {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
39 | NBTabsTrigger(tabItem: 0) { Text("First") }
40 | NBTabsTrigger(tabItem: 1) { Text("Second") }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:38:13: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
36 | VStack(spacing: 24.0) {
37 | NBTabs(selectedTabItem: $value) {
38 | NBTabsList {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
39 | NBTabsTrigger(tabItem: 0) { Text("First") }
40 | NBTabsTrigger(tabItem: 1) { Text("Second") }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:38:24: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
36 | VStack(spacing: 24.0) {
37 | NBTabs(selectedTabItem: $value) {
38 | NBTabsList {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
39 | NBTabsTrigger(tabItem: 0) { Text("First") }
40 | NBTabsTrigger(tabItem: 1) { Text("Second") }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:38:24: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
36 | VStack(spacing: 24.0) {
37 | NBTabs(selectedTabItem: $value) {
38 | NBTabsList {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
39 | NBTabsTrigger(tabItem: 0) { Text("First") }
40 | NBTabsTrigger(tabItem: 1) { Text("Second") }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:38:24: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
36 | VStack(spacing: 24.0) {
37 | NBTabs(selectedTabItem: $value) {
38 | NBTabsList {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
39 | NBTabsTrigger(tabItem: 0) { Text("First") }
40 | NBTabsTrigger(tabItem: 1) { Text("Second") }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:38:24: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
36 | VStack(spacing: 24.0) {
37 | NBTabs(selectedTabItem: $value) {
38 | NBTabsList {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
39 | NBTabsTrigger(tabItem: 0) { Text("First") }
40 | NBTabsTrigger(tabItem: 1) { Text("Second") }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:39:17: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
37 | NBTabs(selectedTabItem: $value) {
38 | NBTabsList {
39 | NBTabsTrigger(tabItem: 0) { Text("First") }
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
40 | NBTabsTrigger(tabItem: 1) { Text("Second") }
41 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:39:17: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
37 | NBTabs(selectedTabItem: $value) {
38 | NBTabsList {
39 | NBTabsTrigger(tabItem: 0) { Text("First") }
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
40 | NBTabsTrigger(tabItem: 1) { Text("Second") }
41 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:39:17: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
37 | NBTabs(selectedTabItem: $value) {
38 | NBTabsList {
39 | NBTabsTrigger(tabItem: 0) { Text("First") }
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
40 | NBTabsTrigger(tabItem: 1) { Text("Second") }
41 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:39:45: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
37 | NBTabs(selectedTabItem: $value) {
38 | NBTabsList {
39 | NBTabsTrigger(tabItem: 0) { Text("First") }
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
40 | NBTabsTrigger(tabItem: 1) { Text("Second") }
41 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:39:45: error: 'Text' is only available in macOS 10.15 or newer
37 | NBTabs(selectedTabItem: $value) {
38 | NBTabsList {
39 | NBTabsTrigger(tabItem: 0) { Text("First") }
| |- error: 'Text' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
40 | NBTabsTrigger(tabItem: 1) { Text("Second") }
41 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:39:43: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
37 | NBTabs(selectedTabItem: $value) {
38 | NBTabsList {
39 | NBTabsTrigger(tabItem: 0) { Text("First") }
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
40 | NBTabsTrigger(tabItem: 1) { Text("Second") }
41 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:40:17: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
38 | NBTabsList {
39 | NBTabsTrigger(tabItem: 0) { Text("First") }
40 | NBTabsTrigger(tabItem: 1) { Text("Second") }
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
41 | }
42 | NBFlatCard {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:40:17: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
38 | NBTabsList {
39 | NBTabsTrigger(tabItem: 0) { Text("First") }
40 | NBTabsTrigger(tabItem: 1) { Text("Second") }
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
41 | }
42 | NBFlatCard {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:40:17: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
38 | NBTabsList {
39 | NBTabsTrigger(tabItem: 0) { Text("First") }
40 | NBTabsTrigger(tabItem: 1) { Text("Second") }
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
41 | }
42 | NBFlatCard {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:40:45: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
38 | NBTabsList {
39 | NBTabsTrigger(tabItem: 0) { Text("First") }
40 | NBTabsTrigger(tabItem: 1) { Text("Second") }
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
41 | }
42 | NBFlatCard {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:40:45: error: 'Text' is only available in macOS 10.15 or newer
38 | NBTabsList {
39 | NBTabsTrigger(tabItem: 0) { Text("First") }
40 | NBTabsTrigger(tabItem: 1) { Text("Second") }
| |- error: 'Text' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
41 | }
42 | NBFlatCard {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:40:43: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
38 | NBTabsList {
39 | NBTabsTrigger(tabItem: 0) { Text("First") }
40 | NBTabsTrigger(tabItem: 1) { Text("Second") }
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
41 | }
42 | NBFlatCard {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:38:24: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
36 | VStack(spacing: 24.0) {
37 | NBTabs(selectedTabItem: $value) {
38 | NBTabsList {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
39 | NBTabsTrigger(tabItem: 0) { Text("First") }
40 | NBTabsTrigger(tabItem: 1) { Text("Second") }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:38:24: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
36 | VStack(spacing: 24.0) {
37 | NBTabs(selectedTabItem: $value) {
38 | NBTabsList {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
39 | NBTabsTrigger(tabItem: 0) { Text("First") }
40 | NBTabsTrigger(tabItem: 1) { Text("Second") }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:42:13: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
40 | NBTabsTrigger(tabItem: 1) { Text("Second") }
41 | }
42 | NBFlatCard {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
43 | ZStack {
44 | NBTabsContent(tabItem: 0) {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:42:13: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
40 | NBTabsTrigger(tabItem: 1) { Text("Second") }
41 | }
42 | NBFlatCard {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
43 | ZStack {
44 | NBTabsContent(tabItem: 0) {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:42:24: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
40 | NBTabsTrigger(tabItem: 1) { Text("Second") }
41 | }
42 | NBFlatCard {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
43 | ZStack {
44 | NBTabsContent(tabItem: 0) {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:42:24: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
40 | NBTabsTrigger(tabItem: 1) { Text("Second") }
41 | }
42 | NBFlatCard {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
43 | ZStack {
44 | NBTabsContent(tabItem: 0) {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:43:17: error: 'ZStack' is only available in macOS 10.15 or newer
41 | }
42 | NBFlatCard {
43 | ZStack {
| |- error: 'ZStack' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
44 | NBTabsContent(tabItem: 0) {
45 | Text("First")
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:43:24: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
41 | }
42 | NBFlatCard {
43 | ZStack {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
44 | NBTabsContent(tabItem: 0) {
45 | Text("First")
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:43:24: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
41 | }
42 | NBFlatCard {
43 | ZStack {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
44 | NBTabsContent(tabItem: 0) {
45 | Text("First")
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:44:21: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
42 | NBFlatCard {
43 | ZStack {
44 | NBTabsContent(tabItem: 0) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
45 | Text("First")
46 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:44:21: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
42 | NBFlatCard {
43 | ZStack {
44 | NBTabsContent(tabItem: 0) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
45 | Text("First")
46 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:44:21: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
42 | NBFlatCard {
43 | ZStack {
44 | NBTabsContent(tabItem: 0) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
45 | Text("First")
46 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:45:25: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
43 | ZStack {
44 | NBTabsContent(tabItem: 0) {
45 | Text("First")
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
46 | }
47 | NBTabsContent(tabItem: 1) {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:45:25: error: 'Text' is only available in macOS 10.15 or newer
43 | ZStack {
44 | NBTabsContent(tabItem: 0) {
45 | Text("First")
| |- error: 'Text' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
46 | }
47 | NBTabsContent(tabItem: 1) {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:44:47: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
42 | NBFlatCard {
43 | ZStack {
44 | NBTabsContent(tabItem: 0) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
45 | Text("First")
46 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:48:25: error: 'VStack' is only available in macOS 10.15 or newer
46 | }
47 | NBTabsContent(tabItem: 1) {
48 | VStack {
| |- error: 'VStack' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
49 | Text("Second")
50 | Text("Second")
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:49:29: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
47 | NBTabsContent(tabItem: 1) {
48 | VStack {
49 | Text("Second")
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
50 | Text("Second")
51 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:49:29: error: 'Text' is only available in macOS 10.15 or newer
47 | NBTabsContent(tabItem: 1) {
48 | VStack {
49 | Text("Second")
| |- error: 'Text' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
50 | Text("Second")
51 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:50:29: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
48 | VStack {
49 | Text("Second")
50 | Text("Second")
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
51 | }
52 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:50:29: error: 'Text' is only available in macOS 10.15 or newer
48 | VStack {
49 | Text("Second")
50 | Text("Second")
| |- error: 'Text' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
51 | }
52 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:48:32: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
46 | }
47 | NBTabsContent(tabItem: 1) {
48 | VStack {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
49 | Text("Second")
50 | Text("Second")
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:48:32: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
46 | }
47 | NBTabsContent(tabItem: 1) {
48 | VStack {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
49 | Text("Second")
50 | Text("Second")
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:43:24: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
41 | }
42 | NBFlatCard {
43 | ZStack {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
44 | NBTabsContent(tabItem: 0) {
45 | Text("First")
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:56:9: error: conformance of 'Spacer' to 'View' is only available in macOS 10.15 or newer
54 | }
55 | }
56 | Spacer()
| |- error: conformance of 'Spacer' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
57 | }
58 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:56:9: error: 'Spacer' is only available in macOS 10.15 or newer
54 | }
55 | }
56 | Spacer()
| |- error: 'Spacer' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
57 | }
58 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/Tabs.swift:36:27: error: conformance of 'Spacer' to 'View' is only available in macOS 10.15 or newer
34 | @Previewable @State var value = 0
35 |
36 | VStack(spacing: 24.0) {
| |- error: conformance of 'Spacer' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
37 | NBTabs(selectedTabItem: $value) {
38 | NBTabsList {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/TabsContent.swift:25:6: error: 'Previewable()' is only available in macOS 14.0 or newer
23 | @available(iOS 18.0, *)
24 | #Preview(traits: .modifier(NBPreviewHelper())) {
25 | @Previewable @State var value = 0
| |- error: 'Previewable()' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
26 |
27 | VStack(spacing: 24.0) {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/TabsContent.swift:25:19: error: 'State' is only available in macOS 10.15 or newer
23 | @available(iOS 18.0, *)
24 | #Preview(traits: .modifier(NBPreviewHelper())) {
25 | @Previewable @State var value = 0
| |- error: 'State' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
26 |
27 | VStack(spacing: 24.0) {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/TabsContent.swift:24:2: error: 'Preview(_:traits:_:body:)' is only available in macOS 14.0 or newer
22 |
23 | @available(iOS 18.0, *)
24 | #Preview(traits: .modifier(NBPreviewHelper())) {
| `- error: 'Preview(_:traits:_:body:)' is only available in macOS 14.0 or newer
25 | @Previewable @State var value = 0
26 |
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/TabsContent.swift:24:19: error: 'modifier' is only available in macOS 15.0 or newer
22 |
23 | @available(iOS 18.0, *)
24 | #Preview(traits: .modifier(NBPreviewHelper())) {
| `- error: 'modifier' is only available in macOS 15.0 or newer
25 | @Previewable @State var value = 0
26 |
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/TabsContent.swift:27:5: error: 'VStack' is only available in macOS 10.15 or newer
25 | @Previewable @State var value = 0
26 |
27 | VStack(spacing: 24.0) {
| |- error: 'VStack' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
28 | NBFlatCard {
29 | NBTabsContent(tabItem: 0) {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/TabsContent.swift:27:5: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
25 | @Previewable @State var value = 0
26 |
27 | VStack(spacing: 24.0) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
28 | NBFlatCard {
29 | NBTabsContent(tabItem: 0) {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/TabsContent.swift:27:27: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
25 | @Previewable @State var value = 0
26 |
27 | VStack(spacing: 24.0) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
28 | NBFlatCard {
29 | NBTabsContent(tabItem: 0) {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/TabsContent.swift:27:27: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
25 | @Previewable @State var value = 0
26 |
27 | VStack(spacing: 24.0) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
28 | NBFlatCard {
29 | NBTabsContent(tabItem: 0) {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/TabsContent.swift:27:27: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
25 | @Previewable @State var value = 0
26 |
27 | VStack(spacing: 24.0) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
28 | NBFlatCard {
29 | NBTabsContent(tabItem: 0) {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/TabsContent.swift:27:27: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
25 | @Previewable @State var value = 0
26 |
27 | VStack(spacing: 24.0) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
28 | NBFlatCard {
29 | NBTabsContent(tabItem: 0) {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/TabsContent.swift:28:9: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
26 |
27 | VStack(spacing: 24.0) {
28 | NBFlatCard {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
29 | NBTabsContent(tabItem: 0) {
30 | Text("First")
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/TabsContent.swift:28:9: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
26 |
27 | VStack(spacing: 24.0) {
28 | NBFlatCard {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
29 | NBTabsContent(tabItem: 0) {
30 | Text("First")
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/TabsContent.swift:28:9: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
26 |
27 | VStack(spacing: 24.0) {
28 | NBFlatCard {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
29 | NBTabsContent(tabItem: 0) {
30 | Text("First")
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/TabsContent.swift:28:9: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
26 |
27 | VStack(spacing: 24.0) {
28 | NBFlatCard {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
29 | NBTabsContent(tabItem: 0) {
30 | Text("First")
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/TabsContent.swift:28:9: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
26 |
27 | VStack(spacing: 24.0) {
28 | NBFlatCard {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
29 | NBTabsContent(tabItem: 0) {
30 | Text("First")
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/TabsContent.swift:28:20: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
26 |
27 | VStack(spacing: 24.0) {
28 | NBFlatCard {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
29 | NBTabsContent(tabItem: 0) {
30 | Text("First")
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/TabsContent.swift:28:20: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
26 |
27 | VStack(spacing: 24.0) {
28 | NBFlatCard {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
29 | NBTabsContent(tabItem: 0) {
30 | Text("First")
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/TabsContent.swift:29:13: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
27 | VStack(spacing: 24.0) {
28 | NBFlatCard {
29 | NBTabsContent(tabItem: 0) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
30 | Text("First")
31 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/TabsContent.swift:29:13: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
27 | VStack(spacing: 24.0) {
28 | NBFlatCard {
29 | NBTabsContent(tabItem: 0) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
30 | Text("First")
31 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/TabsContent.swift:29:13: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
27 | VStack(spacing: 24.0) {
28 | NBFlatCard {
29 | NBTabsContent(tabItem: 0) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
30 | Text("First")
31 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/TabsContent.swift:30:17: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
28 | NBFlatCard {
29 | NBTabsContent(tabItem: 0) {
30 | Text("First")
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
31 | }
32 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/TabsContent.swift:30:17: error: 'Text' is only available in macOS 10.15 or newer
28 | NBFlatCard {
29 | NBTabsContent(tabItem: 0) {
30 | Text("First")
| |- error: 'Text' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
31 | }
32 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/TabsContent.swift:29:39: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
27 | VStack(spacing: 24.0) {
28 | NBFlatCard {
29 | NBTabsContent(tabItem: 0) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
30 | Text("First")
31 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/TabsContent.swift:28:20: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
26 |
27 | VStack(spacing: 24.0) {
28 | NBFlatCard {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
29 | NBTabsContent(tabItem: 0) {
30 | Text("First")
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/TabsContent.swift:27:27: error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
25 | @Previewable @State var value = 0
26 |
27 | VStack(spacing: 24.0) {
| |- error: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
28 | NBFlatCard {
29 | NBTabsContent(tabItem: 0) {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Tabs/TabsContent.swift:34:6: error: 'environment' is only available in macOS 10.15 or newer
32 | }
33 | }
34 | .environment(\.nbSelectedTabItem, 0)
| |- error: 'environment' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
35 | }
36 |
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/FlatCard.swift:23:14: error: 'foregroundStyle' is only available in macOS 12.0 or newer
1 | import SwiftUI
2 |
3 | public struct NBFlatCard<Content>: View where Content: View {
| `- note: add @available attribute to enclosing generic struct
4 | public enum FlatCardType {
5 | case `default`, neutral
:
19 | }
20 |
21 | public var body: some View {
| `- note: add @available attribute to enclosing property
22 | content
23 | .foregroundStyle(textForegroundColor)
| |- error: 'foregroundStyle' is only available in macOS 12.0 or newer
| `- note: add 'if #available' version check
24 | .frame(maxWidth: .infinity, alignment: .leading)
25 | .padding(theme.padding)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/FlatCard.swift:24:14: error: 'frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)' is only available in macOS 10.15 or newer
1 | import SwiftUI
2 |
3 | public struct NBFlatCard<Content>: View where Content: View {
| `- note: add @available attribute to enclosing generic struct
4 | public enum FlatCardType {
5 | case `default`, neutral
:
19 | }
20 |
21 | public var body: some View {
| `- note: add @available attribute to enclosing property
22 | content
23 | .foregroundStyle(textForegroundColor)
24 | .frame(maxWidth: .infinity, alignment: .leading)
| |- error: 'frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
25 | .padding(theme.padding)
26 | .background(backgroundColor)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/FlatCard.swift:24:53: error: 'leading' is only available in macOS 10.15 or newer
1 | import SwiftUI
2 |
3 | public struct NBFlatCard<Content>: View where Content: View {
| `- note: add @available attribute to enclosing generic struct
4 | public enum FlatCardType {
5 | case `default`, neutral
:
19 | }
20 |
21 | public var body: some View {
| `- note: add @available attribute to enclosing property
22 | content
23 | .foregroundStyle(textForegroundColor)
24 | .frame(maxWidth: .infinity, alignment: .leading)
| |- error: 'leading' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
25 | .padding(theme.padding)
26 | .background(backgroundColor)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/FlatCard.swift:25:14: error: 'padding' is only available in macOS 10.15 or newer
1 | import SwiftUI
2 |
3 | public struct NBFlatCard<Content>: View where Content: View {
| `- note: add @available attribute to enclosing generic struct
4 | public enum FlatCardType {
5 | case `default`, neutral
:
19 | }
20 |
21 | public var body: some View {
| `- note: add @available attribute to enclosing property
22 | content
23 | .foregroundStyle(textForegroundColor)
24 | .frame(maxWidth: .infinity, alignment: .leading)
25 | .padding(theme.padding)
| |- error: 'padding' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
26 | .background(backgroundColor)
27 | .nbBox(elevated: false)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/FlatCard.swift:26:14: error: 'background(_:ignoresSafeAreaEdges:)' is only available in macOS 12.0 or newer
1 | import SwiftUI
2 |
3 | public struct NBFlatCard<Content>: View where Content: View {
| `- note: add @available attribute to enclosing generic struct
4 | public enum FlatCardType {
5 | case `default`, neutral
:
19 | }
20 |
21 | public var body: some View {
| `- note: add @available attribute to enclosing property
22 | content
23 | .foregroundStyle(textForegroundColor)
24 | .frame(maxWidth: .infinity, alignment: .leading)
25 | .padding(theme.padding)
26 | .background(backgroundColor)
| |- error: 'background(_:ignoresSafeAreaEdges:)' is only available in macOS 12.0 or newer
| `- note: add 'if #available' version check
27 | .nbBox(elevated: false)
28 | }
macro expansion #Preview:15:52: error: 'modifier' is only available in macOS 15.0 or newer
`- /Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/FlatCard.swift:62:2: note: expanded code originates here
50 |
51 | @available(iOS 18.0, *)
52 | #Preview(traits: .modifier(NBPreviewHelper())) {
| |- note: in expansion of macro 'Preview' here
| |- note: in expansion of macro 'Preview' here
| `- note: in expansion of macro 'Preview' here
53 | VStack(spacing: 24.0) {
54 | NBFlatCard {
:
60 | }
61 | }
62 | }
+--- macro expansion #Preview ---------------------------------------
|11 | }
|12 |
|13 | static func makePreview() throws -> DeveloperToolsSupport.Preview {
| | `- note: add @available attribute to enclosing static method
|14 | if #available(iOS 18.0, *) {
|15 | DeveloperToolsSupport.Preview(traits: .modifier(NBPreviewHelper())) {
| | |- error: 'modifier' is only available in macOS 15.0 or newer
| | `- note: add 'if #available' version check
|16 | func __b_buildView(@SwiftUI.ViewBuilder body: () -> any SwiftUI.View) -> any SwiftUI.View {
|17 | body()
+--------------------------------------------------------------------
63 |
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Input.swift:3:18: error: 'TextFieldStyle' is only available in macOS 10.15 or newer
1 | import SwiftUI
2 |
3 | public extension TextFieldStyle where Self == NBInputStyle {
| | `- error: 'TextFieldStyle' is only available in macOS 10.15 or newer
| `- note: add @available attribute to enclosing extension
4 | static var neoBrutalism: NBInputStyle { .init() }
5 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Input.swift:8:20: error: 'isEnabled' is only available in macOS 10.15 or newer
5 | }
6 |
7 | public struct NBInputStyle: @preconcurrency TextFieldStyle {
| `- note: add @available attribute to enclosing struct
8 | @Environment(\.isEnabled) private var isEnabled
| `- error: 'isEnabled' is only available in macOS 10.15 or newer
9 | @Environment(\.nbTheme) var theme: NBTheme
10 |
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Input.swift:8:6: error: 'Environment' is only available in macOS 10.15 or newer
5 | }
6 |
7 | public struct NBInputStyle: @preconcurrency TextFieldStyle {
| `- note: add @available attribute to enclosing struct
8 | @Environment(\.isEnabled) private var isEnabled
| `- error: 'Environment' is only available in macOS 10.15 or newer
9 | @Environment(\.nbTheme) var theme: NBTheme
10 |
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Input.swift:9:6: error: 'Environment' is only available in macOS 10.15 or newer
5 | }
6 |
7 | public struct NBInputStyle: @preconcurrency TextFieldStyle {
| `- note: add @available attribute to enclosing struct
8 | @Environment(\.isEnabled) private var isEnabled
9 | @Environment(\.nbTheme) var theme: NBTheme
| `- error: 'Environment' is only available in macOS 10.15 or newer
10 |
11 | @MainActor public func _body(configuration: TextField<Self._Label>) -> some View {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Input.swift:11:49: error: 'TextField' is only available in macOS 10.15 or newer
5 | }
6 |
7 | public struct NBInputStyle: @preconcurrency TextFieldStyle {
| `- note: add @available attribute to enclosing struct
8 | @Environment(\.isEnabled) private var isEnabled
9 | @Environment(\.nbTheme) var theme: NBTheme
10 |
11 | @MainActor public func _body(configuration: TextField<Self._Label>) -> some View {
| | `- error: 'TextField' is only available in macOS 10.15 or newer
| `- note: add @available attribute to enclosing instance method
12 | configuration
13 | .padding(theme.padding)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Input.swift:11:81: error: 'View' is only available in macOS 10.15 or newer
5 | }
6 |
7 | public struct NBInputStyle: @preconcurrency TextFieldStyle {
| `- note: add @available attribute to enclosing struct
8 | @Environment(\.isEnabled) private var isEnabled
9 | @Environment(\.nbTheme) var theme: NBTheme
10 |
11 | @MainActor public func _body(configuration: TextField<Self._Label>) -> some View {
| | `- error: 'View' is only available in macOS 10.15 or newer
| `- note: add @available attribute to enclosing instance method
12 | configuration
13 | .padding(theme.padding)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Input.swift:13:14: error: 'padding' is only available in macOS 10.15 or newer
5 | }
6 |
7 | public struct NBInputStyle: @preconcurrency TextFieldStyle {
| `- note: add @available attribute to enclosing struct
8 | @Environment(\.isEnabled) private var isEnabled
9 | @Environment(\.nbTheme) var theme: NBTheme
10 |
11 | @MainActor public func _body(configuration: TextField<Self._Label>) -> some View {
| `- note: add @available attribute to enclosing instance method
12 | configuration
13 | .padding(theme.padding)
| |- error: 'padding' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
14 | .background(theme.bw)
15 | .nbBox(elevated: false)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Input.swift:14:14: error: 'background(_:ignoresSafeAreaEdges:)' is only available in macOS 12.0 or newer
5 | }
6 |
7 | public struct NBInputStyle: @preconcurrency TextFieldStyle {
| `- note: add @available attribute to enclosing struct
8 | @Environment(\.isEnabled) private var isEnabled
9 | @Environment(\.nbTheme) var theme: NBTheme
10 |
11 | @MainActor public func _body(configuration: TextField<Self._Label>) -> some View {
| `- note: add @available attribute to enclosing instance method
12 | configuration
13 | .padding(theme.padding)
14 | .background(theme.bw)
| |- error: 'background(_:ignoresSafeAreaEdges:)' is only available in macOS 12.0 or newer
| `- note: add 'if #available' version check
15 | .nbBox(elevated: false)
16 | .opacity(isEnabled ? 1.0 : 0.5)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Input.swift:16:14: error: 'opacity' is only available in macOS 10.15 or newer
5 | }
6 |
7 | public struct NBInputStyle: @preconcurrency TextFieldStyle {
| `- note: add @available attribute to enclosing struct
8 | @Environment(\.isEnabled) private var isEnabled
9 | @Environment(\.nbTheme) var theme: NBTheme
10 |
11 | @MainActor public func _body(configuration: TextField<Self._Label>) -> some View {
| `- note: add @available attribute to enclosing instance method
12 | configuration
13 | .padding(theme.padding)
14 | .background(theme.bw)
15 | .nbBox(elevated: false)
16 | .opacity(isEnabled ? 1.0 : 0.5)
| |- error: 'opacity' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
17 | }
18 | }
macro expansion #Preview:15:52: error: 'modifier' is only available in macOS 15.0 or newer
`- /Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Input.swift:32:2: note: expanded code originates here
19 |
20 | @available(iOS 18.0, *)
21 | #Preview(traits: .modifier(NBPreviewHelper())) {
| |- note: in expansion of macro 'Preview' here
| |- note: in expansion of macro 'Preview' here
| `- note: in expansion of macro 'Preview' here
22 | @Previewable @State var inputValue = ""
23 |
:
30 | .textFieldStyle(.neoBrutalism)
31 | }
32 | }
+--- macro expansion #Preview ---------------------------------------
|11 | }
|12 |
|13 | static func makePreview() throws -> DeveloperToolsSupport.Preview {
| | `- note: add @available attribute to enclosing static method
|14 | if #available(iOS 18.0, *) {
|15 | DeveloperToolsSupport.Preview(traits: .modifier(NBPreviewHelper())) {
| | |- error: 'modifier' is only available in macOS 15.0 or newer
| | `- note: add 'if #available' version check
|16 | struct __P_Previewable_Transform_Wrapper: SwiftUI.View {
|17 | @State var inputValue = ""
+--------------------------------------------------------------------
33 |
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Progress.swift:3:18: error: 'ProgressViewStyle' is only available in macOS 11.0 or newer
1 | import SwiftUI
2 |
3 | public extension ProgressViewStyle where Self == NBProgressViewStyle {
| | `- error: 'ProgressViewStyle' is only available in macOS 11.0 or newer
| `- note: add @available attribute to enclosing extension
4 | static var neoBrutalism: NBProgressViewStyle { .init() }
5 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Progress.swift:8:6: error: 'Environment' is only available in macOS 10.15 or newer
5 | }
6 |
7 | public struct NBProgressViewStyle: ProgressViewStyle {
| `- note: add @available attribute to enclosing struct
8 | @Environment(\.nbTheme) var theme: NBTheme
| `- error: 'Environment' is only available in macOS 10.15 or newer
9 |
10 | public func makeBody(configuration: Configuration) -> some View {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Progress.swift:10:64: error: 'View' is only available in macOS 10.15 or newer
5 | }
6 |
7 | public struct NBProgressViewStyle: ProgressViewStyle {
| `- note: add @available attribute to enclosing struct
8 | @Environment(\.nbTheme) var theme: NBTheme
9 |
10 | public func makeBody(configuration: Configuration) -> some View {
| | `- error: 'View' is only available in macOS 10.15 or newer
| `- note: add @available attribute to enclosing instance method
11 | let value = configuration.fractionCompleted ?? 0.0
12 | GeometryReader { geometry in
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Progress.swift:12:9: error: 'GeometryReader' is only available in macOS 10.15 or newer
5 | }
6 |
7 | public struct NBProgressViewStyle: ProgressViewStyle {
| `- note: add @available attribute to enclosing struct
8 | @Environment(\.nbTheme) var theme: NBTheme
9 |
10 | public func makeBody(configuration: Configuration) -> some View {
| `- note: add @available attribute to enclosing instance method
11 | let value = configuration.fractionCompleted ?? 0.0
12 | GeometryReader { geometry in
| |- error: 'GeometryReader' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
13 | HStack(spacing: 0) {
14 | // Progress bar
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Progress.swift:12:24: error: conformance of 'Color' to 'ShapeStyle' is only available in macOS 10.15 or newer
5 | }
6 |
7 | public struct NBProgressViewStyle: ProgressViewStyle {
| `- note: add @available attribute to enclosing struct
8 | @Environment(\.nbTheme) var theme: NBTheme
9 |
10 | public func makeBody(configuration: Configuration) -> some View {
| `- note: add @available attribute to enclosing instance method
11 | let value = configuration.fractionCompleted ?? 0.0
12 | GeometryReader { geometry in
| |- error: conformance of 'Color' to 'ShapeStyle' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
13 | HStack(spacing: 0) {
14 | // Progress bar
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Progress.swift:12:24: error: conformance of 'Color' to 'ShapeStyle' is only available in macOS 10.15 or newer
5 | }
6 |
7 | public struct NBProgressViewStyle: ProgressViewStyle {
| `- note: add @available attribute to enclosing struct
8 | @Environment(\.nbTheme) var theme: NBTheme
9 |
10 | public func makeBody(configuration: Configuration) -> some View {
| `- note: add @available attribute to enclosing instance method
11 | let value = configuration.fractionCompleted ?? 0.0
12 | GeometryReader { geometry in
| |- error: conformance of 'Color' to 'ShapeStyle' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
13 | HStack(spacing: 0) {
14 | // Progress bar
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Progress.swift:13:13: error: 'HStack' is only available in macOS 10.15 or newer
5 | }
6 |
7 | public struct NBProgressViewStyle: ProgressViewStyle {
| `- note: add @available attribute to enclosing struct
8 | @Environment(\.nbTheme) var theme: NBTheme
9 |
10 | public func makeBody(configuration: Configuration) -> some View {
| `- note: add @available attribute to enclosing instance method
11 | let value = configuration.fractionCompleted ?? 0.0
12 | GeometryReader { geometry in
13 | HStack(spacing: 0) {
| |- error: 'HStack' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
14 | // Progress bar
15 | Rectangle()
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Progress.swift:13:32: error: conformance of 'Color' to 'ShapeStyle' is only available in macOS 10.15 or newer
5 | }
6 |
7 | public struct NBProgressViewStyle: ProgressViewStyle {
| `- note: add @available attribute to enclosing struct
8 | @Environment(\.nbTheme) var theme: NBTheme
9 |
10 | public func makeBody(configuration: Configuration) -> some View {
| `- note: add @available attribute to enclosing instance method
11 | let value = configuration.fractionCompleted ?? 0.0
12 | GeometryReader { geometry in
13 | HStack(spacing: 0) {
| |- error: conformance of 'Color' to 'ShapeStyle' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
14 | // Progress bar
15 | Rectangle()
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Progress.swift:13:32: error: conformance of 'Color' to 'ShapeStyle' is only available in macOS 10.15 or newer
5 | }
6 |
7 | public struct NBProgressViewStyle: ProgressViewStyle {
| `- note: add @available attribute to enclosing struct
8 | @Environment(\.nbTheme) var theme: NBTheme
9 |
10 | public func makeBody(configuration: Configuration) -> some View {
| `- note: add @available attribute to enclosing instance method
11 | let value = configuration.fractionCompleted ?? 0.0
12 | GeometryReader { geometry in
13 | HStack(spacing: 0) {
| |- error: conformance of 'Color' to 'ShapeStyle' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
14 | // Progress bar
15 | Rectangle()
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Progress.swift:15:17: error: 'Rectangle' is only available in macOS 10.15 or newer
5 | }
6 |
7 | public struct NBProgressViewStyle: ProgressViewStyle {
| `- note: add @available attribute to enclosing struct
8 | @Environment(\.nbTheme) var theme: NBTheme
9 |
10 | public func makeBody(configuration: Configuration) -> some View {
| `- note: add @available attribute to enclosing instance method
11 | let value = configuration.fractionCompleted ?? 0.0
12 | GeometryReader { geometry in
13 | HStack(spacing: 0) {
14 | // Progress bar
15 | Rectangle()
| |- error: 'Rectangle' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
16 | .fill(theme.main)
17 | .frame(width: value * geometry.size.width, height: theme.size)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Progress.swift:16:22: error: 'fill(_:style:)' is only available in macOS 14.0 or newer
5 | }
6 |
7 | public struct NBProgressViewStyle: ProgressViewStyle {
| `- note: add @available attribute to enclosing struct
8 | @Environment(\.nbTheme) var theme: NBTheme
9 |
10 | public func makeBody(configuration: Configuration) -> some View {
| `- note: add @available attribute to enclosing instance method
11 | let value = configuration.fractionCompleted ?? 0.0
12 | GeometryReader { geometry in
:
14 | // Progress bar
15 | Rectangle()
16 | .fill(theme.main)
| |- error: 'fill(_:style:)' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
17 | .frame(width: value * geometry.size.width, height: theme.size)
18 |
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Progress.swift:17:22: error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
5 | }
6 |
7 | public struct NBProgressViewStyle: ProgressViewStyle {
| `- note: add @available attribute to enclosing struct
8 | @Environment(\.nbTheme) var theme: NBTheme
9 |
10 | public func makeBody(configuration: Configuration) -> some View {
| `- note: add @available attribute to enclosing instance method
11 | let value = configuration.fractionCompleted ?? 0.0
12 | GeometryReader { geometry in
:
15 | Rectangle()
16 | .fill(theme.main)
17 | .frame(width: value * geometry.size.width, height: theme.size)
| |- error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
18 |
19 | if value > 0.001 && value < 0.99 {
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Progress.swift:20:21: error: 'Divider' is only available in macOS 10.15 or newer
5 | }
6 |
7 | public struct NBProgressViewStyle: ProgressViewStyle {
| `- note: add @available attribute to enclosing struct
8 | @Environment(\.nbTheme) var theme: NBTheme
9 |
10 | public func makeBody(configuration: Configuration) -> some View {
| `- note: add @available attribute to enclosing instance method
11 | let value = configuration.fractionCompleted ?? 0.0
12 | GeometryReader { geometry in
:
18 |
19 | if value > 0.001 && value < 0.99 {
20 | Divider()
| |- error: 'Divider' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
21 | .frame(width: theme.borderWidth, height: geometry.size.height)
22 | .background(Color.black)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Progress.swift:21:26: error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
5 | }
6 |
7 | public struct NBProgressViewStyle: ProgressViewStyle {
| `- note: add @available attribute to enclosing struct
8 | @Environment(\.nbTheme) var theme: NBTheme
9 |
10 | public func makeBody(configuration: Configuration) -> some View {
| `- note: add @available attribute to enclosing instance method
11 | let value = configuration.fractionCompleted ?? 0.0
12 | GeometryReader { geometry in
:
19 | if value > 0.001 && value < 0.99 {
20 | Divider()
21 | .frame(width: theme.borderWidth, height: geometry.size.height)
| |- error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
22 | .background(Color.black)
23 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Progress.swift:22:26: error: 'background(_:ignoresSafeAreaEdges:)' is only available in macOS 12.0 or newer
5 | }
6 |
7 | public struct NBProgressViewStyle: ProgressViewStyle {
| `- note: add @available attribute to enclosing struct
8 | @Environment(\.nbTheme) var theme: NBTheme
9 |
10 | public func makeBody(configuration: Configuration) -> some View {
| `- note: add @available attribute to enclosing instance method
11 | let value = configuration.fractionCompleted ?? 0.0
12 | GeometryReader { geometry in
:
20 | Divider()
21 | .frame(width: theme.borderWidth, height: geometry.size.height)
22 | .background(Color.black)
| |- error: 'background(_:ignoresSafeAreaEdges:)' is only available in macOS 12.0 or newer
| `- note: add 'if #available' version check
23 | }
24 |
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Progress.swift:22:37: error: 'Color' is only available in macOS 10.15 or newer
5 | }
6 |
7 | public struct NBProgressViewStyle: ProgressViewStyle {
| `- note: add @available attribute to enclosing struct
8 | @Environment(\.nbTheme) var theme: NBTheme
9 |
10 | public func makeBody(configuration: Configuration) -> some View {
| `- note: add @available attribute to enclosing instance method
11 | let value = configuration.fractionCompleted ?? 0.0
12 | GeometryReader { geometry in
:
20 | Divider()
21 | .frame(width: theme.borderWidth, height: geometry.size.height)
22 | .background(Color.black)
| |- error: 'Color' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
23 | }
24 |
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Progress.swift:22:43: error: 'black' is only available in macOS 10.15 or newer
5 | }
6 |
7 | public struct NBProgressViewStyle: ProgressViewStyle {
| `- note: add @available attribute to enclosing struct
8 | @Environment(\.nbTheme) var theme: NBTheme
9 |
10 | public func makeBody(configuration: Configuration) -> some View {
| `- note: add @available attribute to enclosing instance method
11 | let value = configuration.fractionCompleted ?? 0.0
12 | GeometryReader { geometry in
:
20 | Divider()
21 | .frame(width: theme.borderWidth, height: geometry.size.height)
22 | .background(Color.black)
| |- error: 'black' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
23 | }
24 |
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Progress.swift:19:50: error: 'buildIf' is only available in macOS 10.15 or newer
5 | }
6 |
7 | public struct NBProgressViewStyle: ProgressViewStyle {
| `- note: add @available attribute to enclosing struct
8 | @Environment(\.nbTheme) var theme: NBTheme
9 |
10 | public func makeBody(configuration: Configuration) -> some View {
| `- note: add @available attribute to enclosing instance method
11 | let value = configuration.fractionCompleted ?? 0.0
12 | GeometryReader { geometry in
:
17 | .frame(width: value * geometry.size.width, height: theme.size)
18 |
19 | if value > 0.001 && value < 0.99 {
| |- error: 'buildIf' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
20 | Divider()
21 | .frame(width: theme.borderWidth, height: geometry.size.height)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Progress.swift:23:17: error: 'buildIf' is only available in macOS 10.15 or newer
5 | }
6 |
7 | public struct NBProgressViewStyle: ProgressViewStyle {
| `- note: add @available attribute to enclosing struct
8 | @Environment(\.nbTheme) var theme: NBTheme
9 |
10 | public func makeBody(configuration: Configuration) -> some View {
| `- note: add @available attribute to enclosing instance method
11 | let value = configuration.fractionCompleted ?? 0.0
12 | GeometryReader { geometry in
:
21 | .frame(width: theme.borderWidth, height: geometry.size.height)
22 | .background(Color.black)
23 | }
| |- error: 'buildIf' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
24 |
25 | // Background bar
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Progress.swift:26:17: error: 'Rectangle' is only available in macOS 10.15 or newer
5 | }
6 |
7 | public struct NBProgressViewStyle: ProgressViewStyle {
| `- note: add @available attribute to enclosing struct
8 | @Environment(\.nbTheme) var theme: NBTheme
9 |
10 | public func makeBody(configuration: Configuration) -> some View {
| `- note: add @available attribute to enclosing instance method
11 | let value = configuration.fractionCompleted ?? 0.0
12 | GeometryReader { geometry in
:
24 |
25 | // Background bar
26 | Rectangle()
| |- error: 'Rectangle' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
27 | .fill(theme.bw)
28 | .frame(height: theme.size)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Progress.swift:27:22: error: 'fill(_:style:)' is only available in macOS 14.0 or newer
5 | }
6 |
7 | public struct NBProgressViewStyle: ProgressViewStyle {
| `- note: add @available attribute to enclosing struct
8 | @Environment(\.nbTheme) var theme: NBTheme
9 |
10 | public func makeBody(configuration: Configuration) -> some View {
| `- note: add @available attribute to enclosing instance method
11 | let value = configuration.fractionCompleted ?? 0.0
12 | GeometryReader { geometry in
:
25 | // Background bar
26 | Rectangle()
27 | .fill(theme.bw)
| |- error: 'fill(_:style:)' is only available in macOS 14.0 or newer
| `- note: add 'if #available' version check
28 | .frame(height: theme.size)
29 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Progress.swift:28:22: error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
5 | }
6 |
7 | public struct NBProgressViewStyle: ProgressViewStyle {
| `- note: add @available attribute to enclosing struct
8 | @Environment(\.nbTheme) var theme: NBTheme
9 |
10 | public func makeBody(configuration: Configuration) -> some View {
| `- note: add @available attribute to enclosing instance method
11 | let value = configuration.fractionCompleted ?? 0.0
12 | GeometryReader { geometry in
:
26 | Rectangle()
27 | .fill(theme.bw)
28 | .frame(height: theme.size)
| |- error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
29 | }
30 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Progress.swift:13:32: error: conformance of 'Optional<Wrapped>' to 'View' is only available in macOS 10.15 or newer
5 | }
6 |
7 | public struct NBProgressViewStyle: ProgressViewStyle {
| `- note: add @available attribute to enclosing struct
8 | @Environment(\.nbTheme) var theme: NBTheme
9 |
10 | public func makeBody(configuration: Configuration) -> some View {
| `- note: add @available attribute to enclosing instance method
11 | let value = configuration.fractionCompleted ?? 0.0
12 | GeometryReader { geometry in
13 | HStack(spacing: 0) {
| |- error: conformance of 'Optional<Wrapped>' to 'View' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
14 | // Progress bar
15 | Rectangle()
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Progress.swift:31:10: error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
5 | }
6 |
7 | public struct NBProgressViewStyle: ProgressViewStyle {
| `- note: add @available attribute to enclosing struct
8 | @Environment(\.nbTheme) var theme: NBTheme
9 |
10 | public func makeBody(configuration: Configuration) -> some View {
| `- note: add @available attribute to enclosing instance method
11 | let value = configuration.fractionCompleted ?? 0.0
12 | GeometryReader { geometry in
:
29 | }
30 | }
31 | .frame(height: theme.size)
| |- error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
32 | .frame(maxWidth: .infinity, alignment: .leading)
33 | .nbBox(elevated: false)
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Progress.swift:32:10: error: 'frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)' is only available in macOS 10.15 or newer
5 | }
6 |
7 | public struct NBProgressViewStyle: ProgressViewStyle {
| `- note: add @available attribute to enclosing struct
8 | @Environment(\.nbTheme) var theme: NBTheme
9 |
10 | public func makeBody(configuration: Configuration) -> some View {
| `- note: add @available attribute to enclosing instance method
11 | let value = configuration.fractionCompleted ?? 0.0
12 | GeometryReader { geometry in
:
30 | }
31 | .frame(height: theme.size)
32 | .frame(maxWidth: .infinity, alignment: .leading)
| |- error: 'frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
33 | .nbBox(elevated: false)
34 | }
/Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Progress.swift:32:49: error: 'leading' is only available in macOS 10.15 or newer
5 | }
6 |
7 | public struct NBProgressViewStyle: ProgressViewStyle {
| `- note: add @available attribute to enclosing struct
8 | @Environment(\.nbTheme) var theme: NBTheme
9 |
10 | public func makeBody(configuration: Configuration) -> some View {
| `- note: add @available attribute to enclosing instance method
11 | let value = configuration.fractionCompleted ?? 0.0
12 | GeometryReader { geometry in
:
30 | }
31 | .frame(height: theme.size)
32 | .frame(maxWidth: .infinity, alignment: .leading)
| |- error: 'leading' is only available in macOS 10.15 or newer
| `- note: add 'if #available' version check
33 | .nbBox(elevated: false)
34 | }
macro expansion #Preview:15:52: error: 'modifier' is only available in macOS 15.0 or newer
`- /Users/admin/builder/spi-builder-workspace/Sources/NeoBrutalism/Components/Progress.swift:52:2: note: expanded code originates here
36 |
37 | @available(iOS 18.0, *)
38 | #Preview(traits: .modifier(NBPreviewHelper())) {
| |- note: in expansion of macro 'Preview' here
| |- note: in expansion of macro 'Preview' here
| `- note: in expansion of macro 'Preview' here
39 | VStack {
40 | ProgressView(value: 0.0)
:
50 | .progressViewStyle(.neoBrutalism)
51 | }
52 | }
+--- macro expansion #Preview ---------------------------------------
|11 | }
|12 |
|13 | static func makePreview() throws -> DeveloperToolsSupport.Preview {
| | `- note: add @available attribute to enclosing static method
|14 | if #available(iOS 18.0, *) {
|15 | DeveloperToolsSupport.Preview(traits: .modifier(NBPreviewHelper())) {
| | |- error: 'modifier' is only available in macOS 15.0 or newer
| | `- note: add 'if #available' version check
|16 | func __b_buildView(@SwiftUI.ViewBuilder body: () -> any SwiftUI.View) -> any SwiftUI.View {
|17 | body()
+--------------------------------------------------------------------
53 |
Fetching https://github.com/adammcarter/swift-snapshot-testing-macros.git
[1/1090] Fetching swift-snapshot-testing-macros
Fetched https://github.com/adammcarter/swift-snapshot-testing-macros.git from cache (1.38s)
Computing version for https://github.com/adammcarter/swift-snapshot-testing-macros.git
Computed https://github.com/adammcarter/swift-snapshot-testing-macros.git at 0.1.6 (1.88s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
Fetching https://github.com/swiftlang/swift-syntax
[1/14051] Fetching swift-snapshot-testing
[2109/84978] Fetching swift-snapshot-testing, swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (3.31s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (3.31s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (3.77s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4581] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.86s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (3.50s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.42s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5467] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.31s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (1.75s)
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/adammcarter/swift-snapshot-testing-macros.git
Working copy of https://github.com/adammcarter/swift-snapshot-testing-macros.git resolved at 0.1.6
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.4
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/601.0.1/swiftlang-6.2.0.9.909-MacroSupport-macos_aarch64.zip
BUILD FAILURE 6.2 macosSpm