Build Information
Failed to build ProfilePlaceholderView with Swift 5.10 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/cs4alhaider/ProfilePlaceholderView.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/cs4alhaider/ProfilePlaceholderView
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at dbb1bd3 Update README.md
Cloned https://github.com/cs4alhaider/ProfilePlaceholderView.git
Revision (git rev-parse @):
dbb1bd303a2ddb910bd2b5aaa9c92814e0cc2e9d
SUCCESS checkout https://github.com/cs4alhaider/ProfilePlaceholderView.git at 1.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $workDir
https://github.com/cs4alhaider/ProfilePlaceholderView.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--423B1241ED78D482.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/4] Emitting module ProfilePlaceholderView
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:13:78: error: 'Color' is only available in macOS 10.15 or newer
func withProfilePlaceholderView(name: String, backgroundGradientColors: [Color]? = nil, font: Font? = nil) -> some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:13:10: note: add @available attribute to enclosing instance method
func withProfilePlaceholderView(name: String, backgroundGradientColors: [Color]? = nil, font: Font? = nil) -> some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:12:8: note: add @available attribute to enclosing extension
public extension Image {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:13:99: error: 'Font' is only available in macOS 10.15 or newer
func withProfilePlaceholderView(name: String, backgroundGradientColors: [Color]? = nil, font: Font? = nil) -> some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:13:10: note: add @available attribute to enclosing instance method
func withProfilePlaceholderView(name: String, backgroundGradientColors: [Color]? = nil, font: Font? = nil) -> some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:12:8: note: add @available attribute to enclosing extension
public extension Image {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:13:120: error: 'View' is only available in macOS 10.15 or newer
func withProfilePlaceholderView(name: String, backgroundGradientColors: [Color]? = nil, font: Font? = nil) -> some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:13:10: note: add @available attribute to enclosing instance method
func withProfilePlaceholderView(name: String, backgroundGradientColors: [Color]? = nil, font: Font? = nil) -> some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:12:8: note: add @available attribute to enclosing extension
public extension Image {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:12:18: error: 'Image' is only available in macOS 10.15 or newer
public extension Image {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:12:8: note: add @available attribute to enclosing extension
public extension Image {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:22:36: error: 'Color' is only available in macOS 10.15 or newer
let backgroundGradientColors: [Color]?
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:20:15: note: add @available attribute to enclosing struct
public struct ProfilePlaceholderView: View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:23:15: error: 'Font' is only available in macOS 10.15 or newer
let font: Font?
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:20:15: note: add @available attribute to enclosing struct
public struct ProfilePlaceholderView: View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:25:58: error: 'Color' is only available in macOS 10.15 or newer
public init(name: String, backgroundGradientColors: [Color]? = nil, font: Font? = nil) {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:25:12: note: add @available attribute to enclosing initializer
public init(name: String, backgroundGradientColors: [Color]? = nil, font: Font? = nil) {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:20:15: note: add @available attribute to enclosing struct
public struct ProfilePlaceholderView: View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:25:79: error: 'Font' is only available in macOS 10.15 or newer
public init(name: String, backgroundGradientColors: [Color]? = nil, font: Font? = nil) {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:25:12: note: add @available attribute to enclosing initializer
public init(name: String, backgroundGradientColors: [Color]? = nil, font: Font? = nil) {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:20:15: note: add @available attribute to enclosing struct
public struct ProfilePlaceholderView: View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:48:18: error: 'Color' is only available in macOS 10.15 or newer
var colors: [Color] {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:48:9: note: add @available attribute to enclosing property
var colors: [Color] {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:20:15: note: add @available attribute to enclosing struct
public struct ProfilePlaceholderView: View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:58:27: error: 'View' is only available in macOS 10.15 or newer
public var body: some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:58:16: note: add @available attribute to enclosing property
public var body: some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:20:15: note: add @available attribute to enclosing struct
public struct ProfilePlaceholderView: View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:74:31: error: 'View' is only available in macOS 10.15 or newer
static var previews: some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:74:16: note: add @available attribute to enclosing static property
static var previews: some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:73:8: note: add @available attribute to enclosing struct
struct ProfilePlaceholderView_Previews: PreviewProvider {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:81:24: error: 'Color' is only available in macOS 10.15 or newer
static var random: Color {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:81:16: note: add @available attribute to enclosing static property
static var random: Color {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:80:8: note: add @available attribute to enclosing extension
public extension Color {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:80:18: error: 'Color' is only available in macOS 10.15 or newer
public extension Color {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:80:8: note: add @available attribute to enclosing extension
public extension Color {
^
[4/4] Compiling ProfilePlaceholderView ProfilePlaceholderView.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:13:78: error: 'Color' is only available in macOS 10.15 or newer
func withProfilePlaceholderView(name: String, backgroundGradientColors: [Color]? = nil, font: Font? = nil) -> some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:13:10: note: add @available attribute to enclosing instance method
func withProfilePlaceholderView(name: String, backgroundGradientColors: [Color]? = nil, font: Font? = nil) -> some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:12:8: note: add @available attribute to enclosing extension
public extension Image {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:13:99: error: 'Font' is only available in macOS 10.15 or newer
func withProfilePlaceholderView(name: String, backgroundGradientColors: [Color]? = nil, font: Font? = nil) -> some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:13:10: note: add @available attribute to enclosing instance method
func withProfilePlaceholderView(name: String, backgroundGradientColors: [Color]? = nil, font: Font? = nil) -> some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:12:8: note: add @available attribute to enclosing extension
public extension Image {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:13:120: error: 'View' is only available in macOS 10.15 or newer
func withProfilePlaceholderView(name: String, backgroundGradientColors: [Color]? = nil, font: Font? = nil) -> some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:13:10: note: add @available attribute to enclosing instance method
func withProfilePlaceholderView(name: String, backgroundGradientColors: [Color]? = nil, font: Font? = nil) -> some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:12:8: note: add @available attribute to enclosing extension
public extension Image {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:12:18: error: 'Image' is only available in macOS 10.15 or newer
public extension Image {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:12:8: note: add @available attribute to enclosing extension
public extension Image {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:22:36: error: 'Color' is only available in macOS 10.15 or newer
let backgroundGradientColors: [Color]?
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:20:15: note: add @available attribute to enclosing struct
public struct ProfilePlaceholderView: View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:23:15: error: 'Font' is only available in macOS 10.15 or newer
let font: Font?
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:20:15: note: add @available attribute to enclosing struct
public struct ProfilePlaceholderView: View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:25:58: error: 'Color' is only available in macOS 10.15 or newer
public init(name: String, backgroundGradientColors: [Color]? = nil, font: Font? = nil) {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:25:12: note: add @available attribute to enclosing initializer
public init(name: String, backgroundGradientColors: [Color]? = nil, font: Font? = nil) {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:20:15: note: add @available attribute to enclosing struct
public struct ProfilePlaceholderView: View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:25:79: error: 'Font' is only available in macOS 10.15 or newer
public init(name: String, backgroundGradientColors: [Color]? = nil, font: Font? = nil) {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:25:12: note: add @available attribute to enclosing initializer
public init(name: String, backgroundGradientColors: [Color]? = nil, font: Font? = nil) {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:20:15: note: add @available attribute to enclosing struct
public struct ProfilePlaceholderView: View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:48:18: error: 'Color' is only available in macOS 10.15 or newer
var colors: [Color] {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:48:9: note: add @available attribute to enclosing property
var colors: [Color] {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:20:15: note: add @available attribute to enclosing struct
public struct ProfilePlaceholderView: View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:58:27: error: 'View' is only available in macOS 10.15 or newer
public var body: some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:58:16: note: add @available attribute to enclosing property
public var body: some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:20:15: note: add @available attribute to enclosing struct
public struct ProfilePlaceholderView: View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:74:31: error: 'View' is only available in macOS 10.15 or newer
static var previews: some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:74:16: note: add @available attribute to enclosing static property
static var previews: some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:73:8: note: add @available attribute to enclosing struct
struct ProfilePlaceholderView_Previews: PreviewProvider {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:81:24: error: 'Color' is only available in macOS 10.15 or newer
static var random: Color {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:81:16: note: add @available attribute to enclosing static property
static var random: Color {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:80:8: note: add @available attribute to enclosing extension
public extension Color {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:80:18: error: 'Color' is only available in macOS 10.15 or newer
public extension Color {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:80:8: note: add @available attribute to enclosing extension
public extension Color {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:15:14: error: 'overlay(_:alignment:)' is only available in macOS 10.15 or newer
.overlay(self)
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:15:14: note: add 'if #available' version check
.overlay(self)
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:13:10: note: add @available attribute to enclosing instance method
func withProfilePlaceholderView(name: String, backgroundGradientColors: [Color]? = nil, font: Font? = nil) -> some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:12:8: note: add @available attribute to enclosing extension
public extension Image {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:52:25: error: 'Color' is only available in macOS 10.15 or newer
let color = Color.random
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:52:25: note: add 'if #available' version check
let color = Color.random
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:48:9: note: add @available attribute to enclosing property
var colors: [Color] {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:20:15: note: add @available attribute to enclosing struct
public struct ProfilePlaceholderView: View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:53:40: error: 'opacity' is only available in macOS 10.15 or newer
let colors = [color, color.opacity(0.4)]
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:53:40: note: add 'if #available' version check
let colors = [color, color.opacity(0.4)]
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:48:9: note: add @available attribute to enclosing property
var colors: [Color] {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:20:15: note: add @available attribute to enclosing struct
public struct ProfilePlaceholderView: View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:59:9: error: 'ZStack' is only available in macOS 10.15 or newer
ZStack {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:59:9: note: add 'if #available' version check
ZStack {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:58:16: note: add @available attribute to enclosing property
public var body: some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:20:15: note: add @available attribute to enclosing struct
public struct ProfilePlaceholderView: View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:60:13: error: 'LinearGradient' is only available in macOS 10.15 or newer
LinearGradient(gradient: Gradient(colors: colors), startPoint: .bottomTrailing, endPoint: .topLeading)
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:60:13: note: add 'if #available' version check
LinearGradient(gradient: Gradient(colors: colors), startPoint: .bottomTrailing, endPoint: .topLeading)
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:58:16: note: add @available attribute to enclosing property
public var body: some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:20:15: note: add @available attribute to enclosing struct
public struct ProfilePlaceholderView: View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:60:38: error: 'Gradient' is only available in macOS 10.15 or newer
LinearGradient(gradient: Gradient(colors: colors), startPoint: .bottomTrailing, endPoint: .topLeading)
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:60:38: note: add 'if #available' version check
LinearGradient(gradient: Gradient(colors: colors), startPoint: .bottomTrailing, endPoint: .topLeading)
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:58:16: note: add @available attribute to enclosing property
public var body: some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:20:15: note: add @available attribute to enclosing struct
public struct ProfilePlaceholderView: View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:61:13: error: 'GeometryReader' is only available in macOS 10.15 or newer
GeometryReader { geo in
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:61:13: note: add 'if #available' version check
GeometryReader { geo in
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:58:16: note: add @available attribute to enclosing property
public var body: some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:20:15: note: add @available attribute to enclosing struct
public struct ProfilePlaceholderView: View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:62:17: error: 'Text' is only available in macOS 10.15 or newer
Text(self.placeholderText)
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:62:17: note: add 'if #available' version check
Text(self.placeholderText)
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:58:16: note: add @available attribute to enclosing property
public var body: some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:20:15: note: add @available attribute to enclosing struct
public struct ProfilePlaceholderView: View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:63:22: error: 'shadow(color:radius:x:y:)' is only available in macOS 10.15 or newer
.shadow(color: Color.black.opacity(0.3), radius: 7, x: 0, y: 0)
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:63:22: note: add 'if #available' version check
.shadow(color: Color.black.opacity(0.3), radius: 7, x: 0, y: 0)
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:58:16: note: add @available attribute to enclosing property
public var body: some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:20:15: note: add @available attribute to enclosing struct
public struct ProfilePlaceholderView: View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:63:36: error: 'Color' is only available in macOS 10.15 or newer
.shadow(color: Color.black.opacity(0.3), radius: 7, x: 0, y: 0)
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:63:36: note: add 'if #available' version check
.shadow(color: Color.black.opacity(0.3), radius: 7, x: 0, y: 0)
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:58:16: note: add @available attribute to enclosing property
public var body: some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:20:15: note: add @available attribute to enclosing struct
public struct ProfilePlaceholderView: View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:63:42: error: 'black' is only available in macOS 10.15 or newer
.shadow(color: Color.black.opacity(0.3), radius: 7, x: 0, y: 0)
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:63:42: note: add 'if #available' version check
.shadow(color: Color.black.opacity(0.3), radius: 7, x: 0, y: 0)
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:58:16: note: add @available attribute to enclosing property
public var body: some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:20:15: note: add @available attribute to enclosing struct
public struct ProfilePlaceholderView: View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:63:48: error: 'opacity' is only available in macOS 10.15 or newer
.shadow(color: Color.black.opacity(0.3), radius: 7, x: 0, y: 0)
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:63:48: note: add 'if #available' version check
.shadow(color: Color.black.opacity(0.3), radius: 7, x: 0, y: 0)
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:58:16: note: add @available attribute to enclosing property
public var body: some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:20:15: note: add @available attribute to enclosing struct
public struct ProfilePlaceholderView: View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:64:22: error: 'foregroundColor' is only available in macOS 10.15 or newer
.foregroundColor(.white)
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:64:22: note: add 'if #available' version check
.foregroundColor(.white)
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:58:16: note: add @available attribute to enclosing property
public var body: some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:20:15: note: add @available attribute to enclosing struct
public struct ProfilePlaceholderView: View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:64:39: error: 'white' is only available in macOS 10.15 or newer
.foregroundColor(.white)
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:64:39: note: add 'if #available' version check
.foregroundColor(.white)
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:58:16: note: add @available attribute to enclosing property
public var body: some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:20:15: note: add @available attribute to enclosing struct
public struct ProfilePlaceholderView: View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:65:22: error: 'font' is only available in macOS 10.15 or newer
.font(self.font ?? .system(size: geo.size.width / 2.5 - 5, weight: .medium, design: .rounded))
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:65:22: note: add 'if #available' version check
.font(self.font ?? .system(size: geo.size.width / 2.5 - 5, weight: .medium, design: .rounded))
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:58:16: note: add @available attribute to enclosing property
public var body: some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:20:15: note: add @available attribute to enclosing struct
public struct ProfilePlaceholderView: View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:65:41: error: 'system(size:weight:design:)' is only available in macOS 13.0 or newer
.font(self.font ?? .system(size: geo.size.width / 2.5 - 5, weight: .medium, design: .rounded))
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:65:41: note: add 'if #available' version check
.font(self.font ?? .system(size: geo.size.width / 2.5 - 5, weight: .medium, design: .rounded))
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:58:16: note: add @available attribute to enclosing property
public var body: some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:20:15: note: add @available attribute to enclosing struct
public struct ProfilePlaceholderView: View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:82:16: error: 'Color' is only available in macOS 10.15 or newer
return Color(red: .random(in: 0...1),
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:82:16: note: add 'if #available' version check
return Color(red: .random(in: 0...1),
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:81:16: note: add @available attribute to enclosing static property
static var random: Color {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:80:8: note: add @available attribute to enclosing extension
public extension Color {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:82:16: error: 'init(_:red:green:blue:opacity:)' is only available in macOS 10.15 or newer
return Color(red: .random(in: 0...1),
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:82:16: note: add 'if #available' version check
return Color(red: .random(in: 0...1),
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:81:16: note: add @available attribute to enclosing static property
static var random: Color {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:80:8: note: add @available attribute to enclosing extension
public extension Color {
^
error: fatalError
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version--423B1241ED78D482.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/3] Emitting module ProfilePlaceholderView
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:13:78: error: 'Color' is only available in macOS 10.15 or newer
func withProfilePlaceholderView(name: String, backgroundGradientColors: [Color]? = nil, font: Font? = nil) -> some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:13:10: note: add @available attribute to enclosing instance method
func withProfilePlaceholderView(name: String, backgroundGradientColors: [Color]? = nil, font: Font? = nil) -> some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:12:8: note: add @available attribute to enclosing extension
public extension Image {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:13:99: error: 'Font' is only available in macOS 10.15 or newer
func withProfilePlaceholderView(name: String, backgroundGradientColors: [Color]? = nil, font: Font? = nil) -> some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:13:10: note: add @available attribute to enclosing instance method
func withProfilePlaceholderView(name: String, backgroundGradientColors: [Color]? = nil, font: Font? = nil) -> some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:12:8: note: add @available attribute to enclosing extension
public extension Image {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:13:120: error: 'View' is only available in macOS 10.15 or newer
func withProfilePlaceholderView(name: String, backgroundGradientColors: [Color]? = nil, font: Font? = nil) -> some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:13:10: note: add @available attribute to enclosing instance method
func withProfilePlaceholderView(name: String, backgroundGradientColors: [Color]? = nil, font: Font? = nil) -> some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:12:8: note: add @available attribute to enclosing extension
public extension Image {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:12:18: error: 'Image' is only available in macOS 10.15 or newer
public extension Image {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:12:8: note: add @available attribute to enclosing extension
public extension Image {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:22:36: error: 'Color' is only available in macOS 10.15 or newer
let backgroundGradientColors: [Color]?
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:20:15: note: add @available attribute to enclosing struct
public struct ProfilePlaceholderView: View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:23:15: error: 'Font' is only available in macOS 10.15 or newer
let font: Font?
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:20:15: note: add @available attribute to enclosing struct
public struct ProfilePlaceholderView: View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:25:58: error: 'Color' is only available in macOS 10.15 or newer
public init(name: String, backgroundGradientColors: [Color]? = nil, font: Font? = nil) {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:25:12: note: add @available attribute to enclosing initializer
public init(name: String, backgroundGradientColors: [Color]? = nil, font: Font? = nil) {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:20:15: note: add @available attribute to enclosing struct
public struct ProfilePlaceholderView: View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:25:79: error: 'Font' is only available in macOS 10.15 or newer
public init(name: String, backgroundGradientColors: [Color]? = nil, font: Font? = nil) {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:25:12: note: add @available attribute to enclosing initializer
public init(name: String, backgroundGradientColors: [Color]? = nil, font: Font? = nil) {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:20:15: note: add @available attribute to enclosing struct
public struct ProfilePlaceholderView: View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:48:18: error: 'Color' is only available in macOS 10.15 or newer
var colors: [Color] {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:48:9: note: add @available attribute to enclosing property
var colors: [Color] {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:20:15: note: add @available attribute to enclosing struct
public struct ProfilePlaceholderView: View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:58:27: error: 'View' is only available in macOS 10.15 or newer
public var body: some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:58:16: note: add @available attribute to enclosing property
public var body: some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:20:15: note: add @available attribute to enclosing struct
public struct ProfilePlaceholderView: View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:74:31: error: 'View' is only available in macOS 10.15 or newer
static var previews: some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:74:16: note: add @available attribute to enclosing static property
static var previews: some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:73:8: note: add @available attribute to enclosing struct
struct ProfilePlaceholderView_Previews: PreviewProvider {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:81:24: error: 'Color' is only available in macOS 10.15 or newer
static var random: Color {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:81:16: note: add @available attribute to enclosing static property
static var random: Color {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:80:8: note: add @available attribute to enclosing extension
public extension Color {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:80:18: error: 'Color' is only available in macOS 10.15 or newer
public extension Color {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:80:8: note: add @available attribute to enclosing extension
public extension Color {
^
[3/3] Compiling ProfilePlaceholderView ProfilePlaceholderView.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:13:78: error: 'Color' is only available in macOS 10.15 or newer
func withProfilePlaceholderView(name: String, backgroundGradientColors: [Color]? = nil, font: Font? = nil) -> some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:13:10: note: add @available attribute to enclosing instance method
func withProfilePlaceholderView(name: String, backgroundGradientColors: [Color]? = nil, font: Font? = nil) -> some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:12:8: note: add @available attribute to enclosing extension
public extension Image {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:13:99: error: 'Font' is only available in macOS 10.15 or newer
func withProfilePlaceholderView(name: String, backgroundGradientColors: [Color]? = nil, font: Font? = nil) -> some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:13:10: note: add @available attribute to enclosing instance method
func withProfilePlaceholderView(name: String, backgroundGradientColors: [Color]? = nil, font: Font? = nil) -> some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:12:8: note: add @available attribute to enclosing extension
public extension Image {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:13:120: error: 'View' is only available in macOS 10.15 or newer
func withProfilePlaceholderView(name: String, backgroundGradientColors: [Color]? = nil, font: Font? = nil) -> some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:13:10: note: add @available attribute to enclosing instance method
func withProfilePlaceholderView(name: String, backgroundGradientColors: [Color]? = nil, font: Font? = nil) -> some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:12:8: note: add @available attribute to enclosing extension
public extension Image {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:12:18: error: 'Image' is only available in macOS 10.15 or newer
public extension Image {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:12:8: note: add @available attribute to enclosing extension
public extension Image {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:22:36: error: 'Color' is only available in macOS 10.15 or newer
let backgroundGradientColors: [Color]?
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:20:15: note: add @available attribute to enclosing struct
public struct ProfilePlaceholderView: View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:23:15: error: 'Font' is only available in macOS 10.15 or newer
let font: Font?
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:20:15: note: add @available attribute to enclosing struct
public struct ProfilePlaceholderView: View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:25:58: error: 'Color' is only available in macOS 10.15 or newer
public init(name: String, backgroundGradientColors: [Color]? = nil, font: Font? = nil) {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:25:12: note: add @available attribute to enclosing initializer
public init(name: String, backgroundGradientColors: [Color]? = nil, font: Font? = nil) {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:20:15: note: add @available attribute to enclosing struct
public struct ProfilePlaceholderView: View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:25:79: error: 'Font' is only available in macOS 10.15 or newer
public init(name: String, backgroundGradientColors: [Color]? = nil, font: Font? = nil) {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:25:12: note: add @available attribute to enclosing initializer
public init(name: String, backgroundGradientColors: [Color]? = nil, font: Font? = nil) {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:20:15: note: add @available attribute to enclosing struct
public struct ProfilePlaceholderView: View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:48:18: error: 'Color' is only available in macOS 10.15 or newer
var colors: [Color] {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:48:9: note: add @available attribute to enclosing property
var colors: [Color] {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:20:15: note: add @available attribute to enclosing struct
public struct ProfilePlaceholderView: View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:58:27: error: 'View' is only available in macOS 10.15 or newer
public var body: some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:58:16: note: add @available attribute to enclosing property
public var body: some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:20:15: note: add @available attribute to enclosing struct
public struct ProfilePlaceholderView: View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:74:31: error: 'View' is only available in macOS 10.15 or newer
static var previews: some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:74:16: note: add @available attribute to enclosing static property
static var previews: some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:73:8: note: add @available attribute to enclosing struct
struct ProfilePlaceholderView_Previews: PreviewProvider {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:81:24: error: 'Color' is only available in macOS 10.15 or newer
static var random: Color {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:81:16: note: add @available attribute to enclosing static property
static var random: Color {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:80:8: note: add @available attribute to enclosing extension
public extension Color {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:80:18: error: 'Color' is only available in macOS 10.15 or newer
public extension Color {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:80:8: note: add @available attribute to enclosing extension
public extension Color {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:15:14: error: 'overlay(_:alignment:)' is only available in macOS 10.15 or newer
.overlay(self)
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:15:14: note: add 'if #available' version check
.overlay(self)
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:13:10: note: add @available attribute to enclosing instance method
func withProfilePlaceholderView(name: String, backgroundGradientColors: [Color]? = nil, font: Font? = nil) -> some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:12:8: note: add @available attribute to enclosing extension
public extension Image {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:52:25: error: 'Color' is only available in macOS 10.15 or newer
let color = Color.random
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:52:25: note: add 'if #available' version check
let color = Color.random
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:48:9: note: add @available attribute to enclosing property
var colors: [Color] {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:20:15: note: add @available attribute to enclosing struct
public struct ProfilePlaceholderView: View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:53:40: error: 'opacity' is only available in macOS 10.15 or newer
let colors = [color, color.opacity(0.4)]
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:53:40: note: add 'if #available' version check
let colors = [color, color.opacity(0.4)]
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:48:9: note: add @available attribute to enclosing property
var colors: [Color] {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:20:15: note: add @available attribute to enclosing struct
public struct ProfilePlaceholderView: View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:59:9: error: 'ZStack' is only available in macOS 10.15 or newer
ZStack {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:59:9: note: add 'if #available' version check
ZStack {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:58:16: note: add @available attribute to enclosing property
public var body: some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:20:15: note: add @available attribute to enclosing struct
public struct ProfilePlaceholderView: View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:60:13: error: 'LinearGradient' is only available in macOS 10.15 or newer
LinearGradient(gradient: Gradient(colors: colors), startPoint: .bottomTrailing, endPoint: .topLeading)
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:60:13: note: add 'if #available' version check
LinearGradient(gradient: Gradient(colors: colors), startPoint: .bottomTrailing, endPoint: .topLeading)
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:58:16: note: add @available attribute to enclosing property
public var body: some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:20:15: note: add @available attribute to enclosing struct
public struct ProfilePlaceholderView: View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:60:38: error: 'Gradient' is only available in macOS 10.15 or newer
LinearGradient(gradient: Gradient(colors: colors), startPoint: .bottomTrailing, endPoint: .topLeading)
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:60:38: note: add 'if #available' version check
LinearGradient(gradient: Gradient(colors: colors), startPoint: .bottomTrailing, endPoint: .topLeading)
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:58:16: note: add @available attribute to enclosing property
public var body: some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:20:15: note: add @available attribute to enclosing struct
public struct ProfilePlaceholderView: View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:61:13: error: 'GeometryReader' is only available in macOS 10.15 or newer
GeometryReader { geo in
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:61:13: note: add 'if #available' version check
GeometryReader { geo in
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:58:16: note: add @available attribute to enclosing property
public var body: some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:20:15: note: add @available attribute to enclosing struct
public struct ProfilePlaceholderView: View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:62:17: error: 'Text' is only available in macOS 10.15 or newer
Text(self.placeholderText)
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:62:17: note: add 'if #available' version check
Text(self.placeholderText)
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:58:16: note: add @available attribute to enclosing property
public var body: some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:20:15: note: add @available attribute to enclosing struct
public struct ProfilePlaceholderView: View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:63:22: error: 'shadow(color:radius:x:y:)' is only available in macOS 10.15 or newer
.shadow(color: Color.black.opacity(0.3), radius: 7, x: 0, y: 0)
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:63:22: note: add 'if #available' version check
.shadow(color: Color.black.opacity(0.3), radius: 7, x: 0, y: 0)
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:58:16: note: add @available attribute to enclosing property
public var body: some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:20:15: note: add @available attribute to enclosing struct
public struct ProfilePlaceholderView: View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:63:36: error: 'Color' is only available in macOS 10.15 or newer
.shadow(color: Color.black.opacity(0.3), radius: 7, x: 0, y: 0)
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:63:36: note: add 'if #available' version check
.shadow(color: Color.black.opacity(0.3), radius: 7, x: 0, y: 0)
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:58:16: note: add @available attribute to enclosing property
public var body: some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:20:15: note: add @available attribute to enclosing struct
public struct ProfilePlaceholderView: View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:63:42: error: 'black' is only available in macOS 10.15 or newer
.shadow(color: Color.black.opacity(0.3), radius: 7, x: 0, y: 0)
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:63:42: note: add 'if #available' version check
.shadow(color: Color.black.opacity(0.3), radius: 7, x: 0, y: 0)
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:58:16: note: add @available attribute to enclosing property
public var body: some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:20:15: note: add @available attribute to enclosing struct
public struct ProfilePlaceholderView: View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:63:48: error: 'opacity' is only available in macOS 10.15 or newer
.shadow(color: Color.black.opacity(0.3), radius: 7, x: 0, y: 0)
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:63:48: note: add 'if #available' version check
.shadow(color: Color.black.opacity(0.3), radius: 7, x: 0, y: 0)
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:58:16: note: add @available attribute to enclosing property
public var body: some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:20:15: note: add @available attribute to enclosing struct
public struct ProfilePlaceholderView: View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:64:22: error: 'foregroundColor' is only available in macOS 10.15 or newer
.foregroundColor(.white)
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:64:22: note: add 'if #available' version check
.foregroundColor(.white)
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:58:16: note: add @available attribute to enclosing property
public var body: some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:20:15: note: add @available attribute to enclosing struct
public struct ProfilePlaceholderView: View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:64:39: error: 'white' is only available in macOS 10.15 or newer
.foregroundColor(.white)
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:64:39: note: add 'if #available' version check
.foregroundColor(.white)
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:58:16: note: add @available attribute to enclosing property
public var body: some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:20:15: note: add @available attribute to enclosing struct
public struct ProfilePlaceholderView: View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:65:22: error: 'font' is only available in macOS 10.15 or newer
.font(self.font ?? .system(size: geo.size.width / 2.5 - 5, weight: .medium, design: .rounded))
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:65:22: note: add 'if #available' version check
.font(self.font ?? .system(size: geo.size.width / 2.5 - 5, weight: .medium, design: .rounded))
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:58:16: note: add @available attribute to enclosing property
public var body: some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:20:15: note: add @available attribute to enclosing struct
public struct ProfilePlaceholderView: View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:65:41: error: 'system(size:weight:design:)' is only available in macOS 13.0 or newer
.font(self.font ?? .system(size: geo.size.width / 2.5 - 5, weight: .medium, design: .rounded))
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:65:41: note: add 'if #available' version check
.font(self.font ?? .system(size: geo.size.width / 2.5 - 5, weight: .medium, design: .rounded))
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:58:16: note: add @available attribute to enclosing property
public var body: some View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:20:15: note: add @available attribute to enclosing struct
public struct ProfilePlaceholderView: View {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:82:16: error: 'Color' is only available in macOS 10.15 or newer
return Color(red: .random(in: 0...1),
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:82:16: note: add 'if #available' version check
return Color(red: .random(in: 0...1),
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:81:16: note: add @available attribute to enclosing static property
static var random: Color {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:80:8: note: add @available attribute to enclosing extension
public extension Color {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:82:16: error: 'init(_:red:green:blue:opacity:)' is only available in macOS 10.15 or newer
return Color(red: .random(in: 0...1),
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:82:16: note: add 'if #available' version check
return Color(red: .random(in: 0...1),
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:81:16: note: add @available attribute to enclosing static property
static var random: Color {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProfilePlaceholderView/ProfilePlaceholderView.swift:80:8: note: add @available attribute to enclosing extension
public extension Color {
^
error: fatalError
BUILD FAILURE 5.10 macosSpm