This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build ContentBlurView with Swift 6.0 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hiddevdploeg/ContentBlurView.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hiddevdploeg/ContentBlurView
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 57fe106 Update README.md
Cloned https://github.com/hiddevdploeg/ContentBlurView.git
Revision (git rev-parse @):
57fe106a209fc43cac24aaf512c60362f3eef377
SUCCESS checkout https://github.com/hiddevdploeg/ContentBlurView.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/hiddevdploeg/ContentBlurView.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6F35C1178C84523A.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/4] Emitting module ContentBlurView
/Users/admin/builder/spi-builder-workspace/Sources/ContentBlurView/ContentBlurView.swift:12:6: error: 'ViewBuilder' is only available in macOS 10.15 or newer
 8 |
 9 | import SwiftUI
10 | public struct ContentBlurView<Content:View>: View{
   |               `- note: add @available attribute to enclosing generic struct
11 |
12 |     @ViewBuilder var content: () -> Content
   |      `- error: 'ViewBuilder' is only available in macOS 10.15 or newer
13 |     @State private var direction : BlurDirection
14 |
/Users/admin/builder/spi-builder-workspace/Sources/ContentBlurView/ContentBlurView.swift:13:6: error: 'State' is only available in macOS 10.15 or newer
 8 |
 9 | import SwiftUI
10 | public struct ContentBlurView<Content:View>: View{
   |               `- note: add @available attribute to enclosing generic struct
11 |
12 |     @ViewBuilder var content: () -> Content
13 |     @State private var direction : BlurDirection
   |      `- error: 'State' is only available in macOS 10.15 or newer
14 |
15 |
/Users/admin/builder/spi-builder-workspace/Sources/ContentBlurView/ContentBlurView.swift:21:27: error: 'View' is only available in macOS 10.15 or newer
 8 |
 9 | import SwiftUI
10 | public struct ContentBlurView<Content:View>: View{
   |               `- note: add @available attribute to enclosing generic struct
11 |
12 |     @ViewBuilder var content: () -> Content
   :
19 |     }
20 |
21 |     public var body: some View {
   |                |          `- error: 'View' is only available in macOS 10.15 or newer
   |                `- note: add @available attribute to enclosing property
22 |         ZStack {
23 |
/Users/admin/builder/spi-builder-workspace/Sources/ContentBlurView/ContentBlurView.swift:10:39: error: 'View' is only available in macOS 10.15 or newer
 8 |
 9 | import SwiftUI
10 | public struct ContentBlurView<Content:View>: View{
   |               |                       `- error: 'View' is only available in macOS 10.15 or newer
   |               `- note: add @available attribute to enclosing generic struct
11 |
12 |     @ViewBuilder var content: () -> Content
/Users/admin/builder/spi-builder-workspace/Sources/ContentBlurView/ContentBlurView.swift:51:16: error: 'UnitPoint' is only available in macOS 10.15 or newer
46 |
47 |
48 | public enum BlurDirection {
   |             `- note: add @available attribute to enclosing enum
49 |     case bottomBlur, topBlur, leadingBlur, trailingBlur
50 |
51 |     var start: UnitPoint {
   |         |      `- error: 'UnitPoint' is only available in macOS 10.15 or newer
   |         `- note: add @available attribute to enclosing property
52 |         switch self {
53 |         case .bottomBlur:
/Users/admin/builder/spi-builder-workspace/Sources/ContentBlurView/ContentBlurView.swift:64:14: error: 'UnitPoint' is only available in macOS 10.15 or newer
46 |
47 |
48 | public enum BlurDirection {
   |             `- note: add @available attribute to enclosing enum
49 |     case bottomBlur, topBlur, leadingBlur, trailingBlur
50 |
   :
62 |     }
63 |
64 |     var end: UnitPoint {
   |         |    `- error: 'UnitPoint' is only available in macOS 10.15 or newer
   |         `- note: add @available attribute to enclosing property
65 |         switch self {
66 |         case .bottomBlur:
[4/4] Compiling ContentBlurView ContentBlurView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContentBlurView/ContentBlurView.swift:12:6: error: 'ViewBuilder' is only available in macOS 10.15 or newer
 8 |
 9 | import SwiftUI
10 | public struct ContentBlurView<Content:View>: View{
   |               `- note: add @available attribute to enclosing generic struct
11 |
12 |     @ViewBuilder var content: () -> Content
   |      `- error: 'ViewBuilder' is only available in macOS 10.15 or newer
13 |     @State private var direction : BlurDirection
14 |
/Users/admin/builder/spi-builder-workspace/Sources/ContentBlurView/ContentBlurView.swift:13:6: error: 'State' is only available in macOS 10.15 or newer
 8 |
 9 | import SwiftUI
10 | public struct ContentBlurView<Content:View>: View{
   |               `- note: add @available attribute to enclosing generic struct
11 |
12 |     @ViewBuilder var content: () -> Content
13 |     @State private var direction : BlurDirection
   |      `- error: 'State' is only available in macOS 10.15 or newer
14 |
15 |
/Users/admin/builder/spi-builder-workspace/Sources/ContentBlurView/ContentBlurView.swift:21:27: error: 'View' is only available in macOS 10.15 or newer
 8 |
 9 | import SwiftUI
10 | public struct ContentBlurView<Content:View>: View{
   |               `- note: add @available attribute to enclosing generic struct
11 |
12 |     @ViewBuilder var content: () -> Content
   :
19 |     }
20 |
21 |     public var body: some View {
   |                |          `- error: 'View' is only available in macOS 10.15 or newer
   |                `- note: add @available attribute to enclosing property
22 |         ZStack {
23 |
/Users/admin/builder/spi-builder-workspace/Sources/ContentBlurView/ContentBlurView.swift:10:39: error: 'View' is only available in macOS 10.15 or newer
 8 |
 9 | import SwiftUI
10 | public struct ContentBlurView<Content:View>: View{
   |               |                       `- error: 'View' is only available in macOS 10.15 or newer
   |               `- note: add @available attribute to enclosing generic struct
11 |
12 |     @ViewBuilder var content: () -> Content
/Users/admin/builder/spi-builder-workspace/Sources/ContentBlurView/ContentBlurView.swift:51:16: error: 'UnitPoint' is only available in macOS 10.15 or newer
46 |
47 |
48 | public enum BlurDirection {
   |             `- note: add @available attribute to enclosing enum
49 |     case bottomBlur, topBlur, leadingBlur, trailingBlur
50 |
51 |     var start: UnitPoint {
   |         |      `- error: 'UnitPoint' is only available in macOS 10.15 or newer
   |         `- note: add @available attribute to enclosing property
52 |         switch self {
53 |         case .bottomBlur:
/Users/admin/builder/spi-builder-workspace/Sources/ContentBlurView/ContentBlurView.swift:64:14: error: 'UnitPoint' is only available in macOS 10.15 or newer
46 |
47 |
48 | public enum BlurDirection {
   |             `- note: add @available attribute to enclosing enum
49 |     case bottomBlur, topBlur, leadingBlur, trailingBlur
50 |
   :
62 |     }
63 |
64 |     var end: UnitPoint {
   |         |    `- error: 'UnitPoint' is only available in macOS 10.15 or newer
   |         `- note: add @available attribute to enclosing property
65 |         switch self {
66 |         case .bottomBlur:
/Users/admin/builder/spi-builder-workspace/Sources/ContentBlurView/ContentBlurView.swift:17:9: error: setter for 'direction' is only available in macOS 10.15 or newer
 8 |
 9 | import SwiftUI
10 | public struct ContentBlurView<Content:View>: View{
   |               `- note: add @available attribute to enclosing generic struct
11 |
12 |     @ViewBuilder var content: () -> Content
   :
14 |
15 |
16 |     public init(direction: BlurDirection = .bottomBlur, content: @escaping () -> Content) {
   |            `- note: add @available attribute to enclosing initializer
17 |         self.direction = direction
   |         |- error: setter for 'direction' is only available in macOS 10.15 or newer
   |         `- note: add 'if #available' version check
18 |         self.content = content
19 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ContentBlurView/ContentBlurView.swift:22:9: error: 'ZStack' is only available in macOS 10.15 or newer
 8 |
 9 | import SwiftUI
10 | public struct ContentBlurView<Content:View>: View{
   |               `- note: add @available attribute to enclosing generic struct
11 |
12 |     @ViewBuilder var content: () -> Content
   :
19 |     }
20 |
21 |     public var body: some View {
   |                `- note: add @available attribute to enclosing property
22 |         ZStack {
   |         |- error: 'ZStack' is only available in macOS 10.15 or newer
   |         `- note: add 'if #available' version check
23 |
24 |             content()
/Users/admin/builder/spi-builder-workspace/Sources/ContentBlurView/ContentBlurView.swift:22:16: warning: conformance of 'Color' to 'ShapeStyle' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
 8 |
 9 | import SwiftUI
10 | public struct ContentBlurView<Content:View>: View{
   |               `- note: add @available attribute to enclosing generic struct
11 |
12 |     @ViewBuilder var content: () -> Content
   :
19 |     }
20 |
21 |     public var body: some View {
   |                `- note: add @available attribute to enclosing property
22 |         ZStack {
   |                |- warning: conformance of 'Color' to 'ShapeStyle' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
   |                `- note: add 'if #available' version check
23 |
24 |             content()
/Users/admin/builder/spi-builder-workspace/Sources/ContentBlurView/ContentBlurView.swift:26:13: error: 'Rectangle' is only available in macOS 10.15 or newer
 8 |
 9 | import SwiftUI
10 | public struct ContentBlurView<Content:View>: View{
   |               `- note: add @available attribute to enclosing generic struct
11 |
12 |     @ViewBuilder var content: () -> Content
   :
19 |     }
20 |
21 |     public var body: some View {
   |                `- note: add @available attribute to enclosing property
22 |         ZStack {
23 |
24 |             content()
25 |
26 |             Rectangle()
   |             |- error: 'Rectangle' is only available in macOS 10.15 or newer
   |             `- note: add 'if #available' version check
27 |                 .fill(Color.clear)
28 |                 .background(Material.ultraThin)
/Users/admin/builder/spi-builder-workspace/Sources/ContentBlurView/ContentBlurView.swift:27:18: error: 'fill(_:style:)' is only available in macOS 14.0 or newer
 8 |
 9 | import SwiftUI
10 | public struct ContentBlurView<Content:View>: View{
   |               `- note: add @available attribute to enclosing generic struct
11 |
12 |     @ViewBuilder var content: () -> Content
   :
19 |     }
20 |
21 |     public var body: some View {
   |                `- note: add @available attribute to enclosing property
22 |         ZStack {
23 |
   :
25 |
26 |             Rectangle()
27 |                 .fill(Color.clear)
   |                  |- error: 'fill(_:style:)' is only available in macOS 14.0 or newer
   |                  `- note: add 'if #available' version check
28 |                 .background(Material.ultraThin)
29 |                 .mask {
/Users/admin/builder/spi-builder-workspace/Sources/ContentBlurView/ContentBlurView.swift:27:23: error: 'Color' is only available in macOS 10.15 or newer
 8 |
 9 | import SwiftUI
10 | public struct ContentBlurView<Content:View>: View{
   |               `- note: add @available attribute to enclosing generic struct
11 |
12 |     @ViewBuilder var content: () -> Content
   :
19 |     }
20 |
21 |     public var body: some View {
   |                `- note: add @available attribute to enclosing property
22 |         ZStack {
23 |
   :
25 |
26 |             Rectangle()
27 |                 .fill(Color.clear)
   |                       |- error: 'Color' is only available in macOS 10.15 or newer
   |                       `- note: add 'if #available' version check
28 |                 .background(Material.ultraThin)
29 |                 .mask {
/Users/admin/builder/spi-builder-workspace/Sources/ContentBlurView/ContentBlurView.swift:27:29: error: 'clear' is only available in macOS 10.15 or newer
 8 |
 9 | import SwiftUI
10 | public struct ContentBlurView<Content:View>: View{
   |               `- note: add @available attribute to enclosing generic struct
11 |
12 |     @ViewBuilder var content: () -> Content
   :
19 |     }
20 |
21 |     public var body: some View {
   |                `- note: add @available attribute to enclosing property
22 |         ZStack {
23 |
   :
25 |
26 |             Rectangle()
27 |                 .fill(Color.clear)
   |                             |- error: 'clear' is only available in macOS 10.15 or newer
   |                             `- note: add 'if #available' version check
28 |                 .background(Material.ultraThin)
29 |                 .mask {
/Users/admin/builder/spi-builder-workspace/Sources/ContentBlurView/ContentBlurView.swift:28:18: error: 'background(_:ignoresSafeAreaEdges:)' is only available in macOS 12.0 or newer
 8 |
 9 | import SwiftUI
10 | public struct ContentBlurView<Content:View>: View{
   |               `- note: add @available attribute to enclosing generic struct
11 |
12 |     @ViewBuilder var content: () -> Content
   :
19 |     }
20 |
21 |     public var body: some View {
   |                `- note: add @available attribute to enclosing property
22 |         ZStack {
23 |
   :
26 |             Rectangle()
27 |                 .fill(Color.clear)
28 |                 .background(Material.ultraThin)
   |                  |- error: 'background(_:ignoresSafeAreaEdges:)' is only available in macOS 12.0 or newer
   |                  `- note: add 'if #available' version check
29 |                 .mask {
30 |                     LinearGradient(colors: [
/Users/admin/builder/spi-builder-workspace/Sources/ContentBlurView/ContentBlurView.swift:28:29: error: 'Material' is only available in macOS 12.0 or newer
 8 |
 9 | import SwiftUI
10 | public struct ContentBlurView<Content:View>: View{
   |               `- note: add @available attribute to enclosing generic struct
11 |
12 |     @ViewBuilder var content: () -> Content
   :
19 |     }
20 |
21 |     public var body: some View {
   |                `- note: add @available attribute to enclosing property
22 |         ZStack {
23 |
   :
26 |             Rectangle()
27 |                 .fill(Color.clear)
28 |                 .background(Material.ultraThin)
   |                             |- error: 'Material' is only available in macOS 12.0 or newer
   |                             `- note: add 'if #available' version check
29 |                 .mask {
30 |                     LinearGradient(colors: [
/Users/admin/builder/spi-builder-workspace/Sources/ContentBlurView/ContentBlurView.swift:28:38: error: 'ultraThin' is only available in macOS 12.0 or newer
 8 |
 9 | import SwiftUI
10 | public struct ContentBlurView<Content:View>: View{
   |               `- note: add @available attribute to enclosing generic struct
11 |
12 |     @ViewBuilder var content: () -> Content
   :
19 |     }
20 |
21 |     public var body: some View {
   |                `- note: add @available attribute to enclosing property
22 |         ZStack {
23 |
   :
26 |             Rectangle()
27 |                 .fill(Color.clear)
28 |                 .background(Material.ultraThin)
   |                                      |- error: 'ultraThin' is only available in macOS 12.0 or newer
   |                                      `- note: add 'if #available' version check
29 |                 .mask {
30 |                     LinearGradient(colors: [
/Users/admin/builder/spi-builder-workspace/Sources/ContentBlurView/ContentBlurView.swift:29:18: error: 'mask(alignment:_:)' is only available in macOS 12.0 or newer
 8 |
 9 | import SwiftUI
10 | public struct ContentBlurView<Content:View>: View{
   |               `- note: add @available attribute to enclosing generic struct
11 |
12 |     @ViewBuilder var content: () -> Content
   :
19 |     }
20 |
21 |     public var body: some View {
   |                `- note: add @available attribute to enclosing property
22 |         ZStack {
23 |
   :
27 |                 .fill(Color.clear)
28 |                 .background(Material.ultraThin)
29 |                 .mask {
   |                  |- error: 'mask(alignment:_:)' is only available in macOS 12.0 or newer
   |                  `- note: add 'if #available' version check
30 |                     LinearGradient(colors: [
31 |                         Color.black.opacity(0),
/Users/admin/builder/spi-builder-workspace/Sources/ContentBlurView/ContentBlurView.swift:30:21: error: 'LinearGradient' is only available in macOS 10.15 or newer
 8 |
 9 | import SwiftUI
10 | public struct ContentBlurView<Content:View>: View{
   |               `- note: add @available attribute to enclosing generic struct
11 |
12 |     @ViewBuilder var content: () -> Content
   :
19 |     }
20 |
21 |     public var body: some View {
   |                `- note: add @available attribute to enclosing property
22 |         ZStack {
23 |
   :
28 |                 .background(Material.ultraThin)
29 |                 .mask {
30 |                     LinearGradient(colors: [
   |                     |- error: 'LinearGradient' is only available in macOS 10.15 or newer
   |                     `- note: add 'if #available' version check
31 |                         Color.black.opacity(0),
32 |                         Color.black.opacity(0.1),
/Users/admin/builder/spi-builder-workspace/Sources/ContentBlurView/ContentBlurView.swift:31:25: error: 'Color' is only available in macOS 10.15 or newer
 8 |
 9 | import SwiftUI
10 | public struct ContentBlurView<Content:View>: View{
   |               `- note: add @available attribute to enclosing generic struct
11 |
12 |     @ViewBuilder var content: () -> Content
   :
19 |     }
20 |
21 |     public var body: some View {
   |                `- note: add @available attribute to enclosing property
22 |         ZStack {
23 |
   :
29 |                 .mask {
30 |                     LinearGradient(colors: [
31 |                         Color.black.opacity(0),
   |                         |- error: 'Color' is only available in macOS 10.15 or newer
   |                         `- note: add 'if #available' version check
32 |                         Color.black.opacity(0.1),
33 |                         Color.black.opacity(0.5),
/Users/admin/builder/spi-builder-workspace/Sources/ContentBlurView/ContentBlurView.swift:31:31: error: 'black' is only available in macOS 10.15 or newer
 8 |
 9 | import SwiftUI
10 | public struct ContentBlurView<Content:View>: View{
   |               `- note: add @available attribute to enclosing generic struct
11 |
12 |     @ViewBuilder var content: () -> Content
   :
19 |     }
20 |
21 |     public var body: some View {
   |                `- note: add @available attribute to enclosing property
22 |         ZStack {
23 |
   :
29 |                 .mask {
30 |                     LinearGradient(colors: [
31 |                         Color.black.opacity(0),
   |                               |- error: 'black' is only available in macOS 10.15 or newer
   |                               `- note: add 'if #available' version check
32 |                         Color.black.opacity(0.1),
33 |                         Color.black.opacity(0.5),
/Users/admin/builder/spi-builder-workspace/Sources/ContentBlurView/ContentBlurView.swift:31:37: error: 'opacity' is only available in macOS 10.15 or newer
 8 |
 9 | import SwiftUI
10 | public struct ContentBlurView<Content:View>: View{
   |               `- note: add @available attribute to enclosing generic struct
11 |
12 |     @ViewBuilder var content: () -> Content
   :
19 |     }
20 |
21 |     public var body: some View {
   |                `- note: add @available attribute to enclosing property
22 |         ZStack {
23 |
   :
29 |                 .mask {
30 |                     LinearGradient(colors: [
31 |                         Color.black.opacity(0),
   |                                     |- error: 'opacity' is only available in macOS 10.15 or newer
   |                                     `- note: add 'if #available' version check
32 |                         Color.black.opacity(0.1),
33 |                         Color.black.opacity(0.5),
/Users/admin/builder/spi-builder-workspace/Sources/ContentBlurView/ContentBlurView.swift:32:25: error: 'Color' is only available in macOS 10.15 or newer
 8 |
 9 | import SwiftUI
10 | public struct ContentBlurView<Content:View>: View{
   |               `- note: add @available attribute to enclosing generic struct
11 |
12 |     @ViewBuilder var content: () -> Content
   :
19 |     }
20 |
21 |     public var body: some View {
   |                `- note: add @available attribute to enclosing property
22 |         ZStack {
23 |
   :
30 |                     LinearGradient(colors: [
31 |                         Color.black.opacity(0),
32 |                         Color.black.opacity(0.1),
   |                         |- error: 'Color' is only available in macOS 10.15 or newer
   |                         `- note: add 'if #available' version check
33 |                         Color.black.opacity(0.5),
34 |                         Color.black.opacity(0.75),
/Users/admin/builder/spi-builder-workspace/Sources/ContentBlurView/ContentBlurView.swift:32:31: error: 'black' is only available in macOS 10.15 or newer
 8 |
 9 | import SwiftUI
10 | public struct ContentBlurView<Content:View>: View{
   |               `- note: add @available attribute to enclosing generic struct
11 |
12 |     @ViewBuilder var content: () -> Content
   :
19 |     }
20 |
21 |     public var body: some View {
   |                `- note: add @available attribute to enclosing property
22 |         ZStack {
23 |
   :
30 |                     LinearGradient(colors: [
31 |                         Color.black.opacity(0),
32 |                         Color.black.opacity(0.1),
   |                               |- error: 'black' is only available in macOS 10.15 or newer
   |                               `- note: add 'if #available' version check
33 |                         Color.black.opacity(0.5),
34 |                         Color.black.opacity(0.75),
/Users/admin/builder/spi-builder-workspace/Sources/ContentBlurView/ContentBlurView.swift:32:37: error: 'opacity' is only available in macOS 10.15 or newer
 8 |
 9 | import SwiftUI
10 | public struct ContentBlurView<Content:View>: View{
   |               `- note: add @available attribute to enclosing generic struct
11 |
12 |     @ViewBuilder var content: () -> Content
   :
19 |     }
20 |
21 |     public var body: some View {
   |                `- note: add @available attribute to enclosing property
22 |         ZStack {
23 |
   :
30 |                     LinearGradient(colors: [
31 |                         Color.black.opacity(0),
32 |                         Color.black.opacity(0.1),
   |                                     |- error: 'opacity' is only available in macOS 10.15 or newer
   |                                     `- note: add 'if #available' version check
33 |                         Color.black.opacity(0.5),
34 |                         Color.black.opacity(0.75),
/Users/admin/builder/spi-builder-workspace/Sources/ContentBlurView/ContentBlurView.swift:33:25: error: 'Color' is only available in macOS 10.15 or newer
 8 |
 9 | import SwiftUI
10 | public struct ContentBlurView<Content:View>: View{
   |               `- note: add @available attribute to enclosing generic struct
11 |
12 |     @ViewBuilder var content: () -> Content
   :
19 |     }
20 |
21 |     public var body: some View {
   |                `- note: add @available attribute to enclosing property
22 |         ZStack {
23 |
   :
31 |                         Color.black.opacity(0),
32 |                         Color.black.opacity(0.1),
33 |                         Color.black.opacity(0.5),
   |                         |- error: 'Color' is only available in macOS 10.15 or newer
   |                         `- note: add 'if #available' version check
34 |                         Color.black.opacity(0.75),
35 |                         Color.black.opacity(1),
/Users/admin/builder/spi-builder-workspace/Sources/ContentBlurView/ContentBlurView.swift:33:31: error: 'black' is only available in macOS 10.15 or newer
 8 |
 9 | import SwiftUI
10 | public struct ContentBlurView<Content:View>: View{
   |               `- note: add @available attribute to enclosing generic struct
11 |
12 |     @ViewBuilder var content: () -> Content
   :
19 |     }
20 |
21 |     public var body: some View {
   |                `- note: add @available attribute to enclosing property
22 |         ZStack {
23 |
   :
31 |                         Color.black.opacity(0),
32 |                         Color.black.opacity(0.1),
33 |                         Color.black.opacity(0.5),
   |                               |- error: 'black' is only available in macOS 10.15 or newer
   |                               `- note: add 'if #available' version check
34 |                         Color.black.opacity(0.75),
35 |                         Color.black.opacity(1),
/Users/admin/builder/spi-builder-workspace/Sources/ContentBlurView/ContentBlurView.swift:33:37: error: 'opacity' is only available in macOS 10.15 or newer
 8 |
 9 | import SwiftUI
10 | public struct ContentBlurView<Content:View>: View{
   |               `- note: add @available attribute to enclosing generic struct
11 |
12 |     @ViewBuilder var content: () -> Content
   :
19 |     }
20 |
21 |     public var body: some View {
   |                `- note: add @available attribute to enclosing property
22 |         ZStack {
23 |
   :
31 |                         Color.black.opacity(0),
32 |                         Color.black.opacity(0.1),
33 |                         Color.black.opacity(0.5),
   |                                     |- error: 'opacity' is only available in macOS 10.15 or newer
   |                                     `- note: add 'if #available' version check
34 |                         Color.black.opacity(0.75),
35 |                         Color.black.opacity(1),
/Users/admin/builder/spi-builder-workspace/Sources/ContentBlurView/ContentBlurView.swift:34:25: error: 'Color' is only available in macOS 10.15 or newer
 8 |
 9 | import SwiftUI
10 | public struct ContentBlurView<Content:View>: View{
   |               `- note: add @available attribute to enclosing generic struct
11 |
12 |     @ViewBuilder var content: () -> Content
   :
19 |     }
20 |
21 |     public var body: some View {
   |                `- note: add @available attribute to enclosing property
22 |         ZStack {
23 |
   :
32 |                         Color.black.opacity(0.1),
33 |                         Color.black.opacity(0.5),
34 |                         Color.black.opacity(0.75),
   |                         |- error: 'Color' is only available in macOS 10.15 or newer
   |                         `- note: add 'if #available' version check
35 |                         Color.black.opacity(1),
36 |                         Color.black.opacity(1),
/Users/admin/builder/spi-builder-workspace/Sources/ContentBlurView/ContentBlurView.swift:34:31: error: 'black' is only available in macOS 10.15 or newer
 8 |
 9 | import SwiftUI
10 | public struct ContentBlurView<Content:View>: View{
   |               `- note: add @available attribute to enclosing generic struct
11 |
12 |     @ViewBuilder var content: () -> Content
   :
19 |     }
20 |
21 |     public var body: some View {
   |                `- note: add @available attribute to enclosing property
22 |         ZStack {
23 |
   :
32 |                         Color.black.opacity(0.1),
33 |                         Color.black.opacity(0.5),
34 |                         Color.black.opacity(0.75),
   |                               |- error: 'black' is only available in macOS 10.15 or newer
   |                               `- note: add 'if #available' version check
35 |                         Color.black.opacity(1),
36 |                         Color.black.opacity(1),
/Users/admin/builder/spi-builder-workspace/Sources/ContentBlurView/ContentBlurView.swift:34:37: error: 'opacity' is only available in macOS 10.15 or newer
 8 |
 9 | import SwiftUI
10 | public struct ContentBlurView<Content:View>: View{
   |               `- note: add @available attribute to enclosing generic struct
11 |
12 |     @ViewBuilder var content: () -> Content
   :
19 |     }
20 |
21 |     public var body: some View {
   |                `- note: add @available attribute to enclosing property
22 |         ZStack {
23 |
   :
32 |                         Color.black.opacity(0.1),
33 |                         Color.black.opacity(0.5),
34 |                         Color.black.opacity(0.75),
   |                                     |- error: 'opacity' is only available in macOS 10.15 or newer
   |                                     `- note: add 'if #available' version check
35 |                         Color.black.opacity(1),
36 |                         Color.black.opacity(1),
/Users/admin/builder/spi-builder-workspace/Sources/ContentBlurView/ContentBlurView.swift:35:25: error: 'Color' is only available in macOS 10.15 or newer
 8 |
 9 | import SwiftUI
10 | public struct ContentBlurView<Content:View>: View{
   |               `- note: add @available attribute to enclosing generic struct
11 |
12 |     @ViewBuilder var content: () -> Content
   :
19 |     }
20 |
21 |     public var body: some View {
   |                `- note: add @available attribute to enclosing property
22 |         ZStack {
23 |
   :
33 |                         Color.black.opacity(0.5),
34 |                         Color.black.opacity(0.75),
35 |                         Color.black.opacity(1),
   |                         |- error: 'Color' is only available in macOS 10.15 or newer
   |                         `- note: add 'if #available' version check
36 |                         Color.black.opacity(1),
37 |                         Color.black.opacity(1),
/Users/admin/builder/spi-builder-workspace/Sources/ContentBlurView/ContentBlurView.swift:35:31: error: 'black' is only available in macOS 10.15 or newer
 8 |
 9 | import SwiftUI
10 | public struct ContentBlurView<Content:View>: View{
   |               `- note: add @available attribute to enclosing generic struct
11 |
12 |     @ViewBuilder var content: () -> Content
   :
19 |     }
20 |
21 |     public var body: some View {
   |                `- note: add @available attribute to enclosing property
22 |         ZStack {
23 |
   :
33 |                         Color.black.opacity(0.5),
34 |                         Color.black.opacity(0.75),
35 |                         Color.black.opacity(1),
   |                               |- error: 'black' is only available in macOS 10.15 or newer
   |                               `- note: add 'if #available' version check
36 |                         Color.black.opacity(1),
37 |                         Color.black.opacity(1),
/Users/admin/builder/spi-builder-workspace/Sources/ContentBlurView/ContentBlurView.swift:35:37: error: 'opacity' is only available in macOS 10.15 or newer
 8 |
 9 | import SwiftUI
10 | public struct ContentBlurView<Content:View>: View{
   |               `- note: add @available attribute to enclosing generic struct
11 |
12 |     @ViewBuilder var content: () -> Content
   :
19 |     }
20 |
21 |     public var body: some View {
   |                `- note: add @available attribute to enclosing property
22 |         ZStack {
23 |
   :
33 |                         Color.black.opacity(0.5),
34 |                         Color.black.opacity(0.75),
35 |                         Color.black.opacity(1),
   |                                     |- error: 'opacity' is only available in macOS 10.15 or newer
   |                                     `- note: add 'if #available' version check
36 |                         Color.black.opacity(1),
37 |                         Color.black.opacity(1),
/Users/admin/builder/spi-builder-workspace/Sources/ContentBlurView/ContentBlurView.swift:36:25: error: 'Color' is only available in macOS 10.15 or newer
 8 |
 9 | import SwiftUI
10 | public struct ContentBlurView<Content:View>: View{
   |               `- note: add @available attribute to enclosing generic struct
11 |
12 |     @ViewBuilder var content: () -> Content
   :
19 |     }
20 |
21 |     public var body: some View {
   |                `- note: add @available attribute to enclosing property
22 |         ZStack {
23 |
   :
34 |                         Color.black.opacity(0.75),
35 |                         Color.black.opacity(1),
36 |                         Color.black.opacity(1),
   |                         |- error: 'Color' is only available in macOS 10.15 or newer
   |                         `- note: add 'if #available' version check
37 |                         Color.black.opacity(1),
38 |                         Color.black.opacity(1),
/Users/admin/builder/spi-builder-workspace/Sources/ContentBlurView/ContentBlurView.swift:36:31: error: 'black' is only available in macOS 10.15 or newer
 8 |
 9 | import SwiftUI
10 | public struct ContentBlurView<Content:View>: View{
   |               `- note: add @available attribute to enclosing generic struct
11 |
12 |     @ViewBuilder var content: () -> Content
   :
19 |     }
20 |
21 |     public var body: some View {
   |                `- note: add @available attribute to enclosing property
22 |         ZStack {
23 |
   :
34 |                         Color.black.opacity(0.75),
35 |                         Color.black.opacity(1),
36 |                         Color.black.opacity(1),
   |                               |- error: 'black' is only available in macOS 10.15 or newer
   |                               `- note: add 'if #available' version check
37 |                         Color.black.opacity(1),
38 |                         Color.black.opacity(1),
/Users/admin/builder/spi-builder-workspace/Sources/ContentBlurView/ContentBlurView.swift:36:37: error: 'opacity' is only available in macOS 10.15 or newer
 8 |
 9 | import SwiftUI
10 | public struct ContentBlurView<Content:View>: View{
   |               `- note: add @available attribute to enclosing generic struct
11 |
12 |     @ViewBuilder var content: () -> Content
   :
19 |     }
20 |
21 |     public var body: some View {
   |                `- note: add @available attribute to enclosing property
22 |         ZStack {
23 |
   :
34 |                         Color.black.opacity(0.75),
35 |                         Color.black.opacity(1),
36 |                         Color.black.opacity(1),
   |                                     |- error: 'opacity' is only available in macOS 10.15 or newer
   |                                     `- note: add 'if #available' version check
37 |                         Color.black.opacity(1),
38 |                         Color.black.opacity(1),
/Users/admin/builder/spi-builder-workspace/Sources/ContentBlurView/ContentBlurView.swift:37:25: error: 'Color' is only available in macOS 10.15 or newer
 8 |
 9 | import SwiftUI
10 | public struct ContentBlurView<Content:View>: View{
   |               `- note: add @available attribute to enclosing generic struct
11 |
12 |     @ViewBuilder var content: () -> Content
   :
19 |     }
20 |
21 |     public var body: some View {
   |                `- note: add @available attribute to enclosing property
22 |         ZStack {
23 |
   :
35 |                         Color.black.opacity(1),
36 |                         Color.black.opacity(1),
37 |                         Color.black.opacity(1),
   |                         |- error: 'Color' is only available in macOS 10.15 or newer
   |                         `- note: add 'if #available' version check
38 |                         Color.black.opacity(1),
39 |                     ],
/Users/admin/builder/spi-builder-workspace/Sources/ContentBlurView/ContentBlurView.swift:37:31: error: 'black' is only available in macOS 10.15 or newer
 8 |
 9 | import SwiftUI
10 | public struct ContentBlurView<Content:View>: View{
   |               `- note: add @available attribute to enclosing generic struct
11 |
12 |     @ViewBuilder var content: () -> Content
   :
19 |     }
20 |
21 |     public var body: some View {
   |                `- note: add @available attribute to enclosing property
22 |         ZStack {
23 |
   :
35 |                         Color.black.opacity(1),
36 |                         Color.black.opacity(1),
37 |                         Color.black.opacity(1),
   |                               |- error: 'black' is only available in macOS 10.15 or newer
   |                               `- note: add 'if #available' version check
38 |                         Color.black.opacity(1),
39 |                     ],
/Users/admin/builder/spi-builder-workspace/Sources/ContentBlurView/ContentBlurView.swift:37:37: error: 'opacity' is only available in macOS 10.15 or newer
 8 |
 9 | import SwiftUI
10 | public struct ContentBlurView<Content:View>: View{
   |               `- note: add @available attribute to enclosing generic struct
11 |
12 |     @ViewBuilder var content: () -> Content
   :
19 |     }
20 |
21 |     public var body: some View {
   |                `- note: add @available attribute to enclosing property
22 |         ZStack {
23 |
   :
35 |                         Color.black.opacity(1),
36 |                         Color.black.opacity(1),
37 |                         Color.black.opacity(1),
   |                                     |- error: 'opacity' is only available in macOS 10.15 or newer
   |                                     `- note: add 'if #available' version check
38 |                         Color.black.opacity(1),
39 |                     ],
/Users/admin/builder/spi-builder-workspace/Sources/ContentBlurView/ContentBlurView.swift:38:25: error: 'Color' is only available in macOS 10.15 or newer
 8 |
 9 | import SwiftUI
10 | public struct ContentBlurView<Content:View>: View{
   |               `- note: add @available attribute to enclosing generic struct
11 |
12 |     @ViewBuilder var content: () -> Content
   :
19 |     }
20 |
21 |     public var body: some View {
   |                `- note: add @available attribute to enclosing property
22 |         ZStack {
23 |
   :
36 |                         Color.black.opacity(1),
37 |                         Color.black.opacity(1),
38 |                         Color.black.opacity(1),
   |                         |- error: 'Color' is only available in macOS 10.15 or newer
   |                         `- note: add 'if #available' version check
39 |                     ],
40 |                                    startPoint: direction.start,
/Users/admin/builder/spi-builder-workspace/Sources/ContentBlurView/ContentBlurView.swift:38:31: error: 'black' is only available in macOS 10.15 or newer
 8 |
 9 | import SwiftUI
10 | public struct ContentBlurView<Content:View>: View{
   |               `- note: add @available attribute to enclosing generic struct
11 |
12 |     @ViewBuilder var content: () -> Content
   :
19 |     }
20 |
21 |     public var body: some View {
   |                `- note: add @available attribute to enclosing property
22 |         ZStack {
23 |
   :
36 |                         Color.black.opacity(1),
37 |                         Color.black.opacity(1),
38 |                         Color.black.opacity(1),
   |                               |- error: 'black' is only available in macOS 10.15 or newer
   |                               `- note: add 'if #available' version check
39 |                     ],
40 |                                    startPoint: direction.start,
/Users/admin/builder/spi-builder-workspace/Sources/ContentBlurView/ContentBlurView.swift:38:37: error: 'opacity' is only available in macOS 10.15 or newer
 8 |
 9 | import SwiftUI
10 | public struct ContentBlurView<Content:View>: View{
   |               `- note: add @available attribute to enclosing generic struct
11 |
12 |     @ViewBuilder var content: () -> Content
   :
19 |     }
20 |
21 |     public var body: some View {
   |                `- note: add @available attribute to enclosing property
22 |         ZStack {
23 |
   :
36 |                         Color.black.opacity(1),
37 |                         Color.black.opacity(1),
38 |                         Color.black.opacity(1),
   |                                     |- error: 'opacity' is only available in macOS 10.15 or newer
   |                                     `- note: add 'if #available' version check
39 |                     ],
40 |                                    startPoint: direction.start,
BUILD FAILURE 6.0 macosSpm
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.