The Swift Package Index logo.Swift Package Index

Build Information

Failed to build BetterSheet with Swift 5.10 for macOS (Xcode) using Xcode 15.3 at master.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme BetterSheet -destination platform=macos,arch=arm64

Build Log

private struct BetterSheetIsPresented<Sheet>: ViewModifier where Sheet: View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:40:6: error: 'Binding' is only available in macOS 10.15 or newer
    @Binding var item: Item?
     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:39:16: note: add @available attribute to enclosing generic struct
private struct BetterSheetItem<Item, Sheet>: ViewModifier where Item: Identifiable, Sheet: View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:53:41: error: 'View' is only available in macOS 10.15 or newer
    func body(content: Content) -> some View {
                                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:53:10: note: add @available attribute to enclosing instance method
    func body(content: Content) -> some View {
         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:39:16: note: add @available attribute to enclosing generic struct
private struct BetterSheetItem<Item, Sheet>: ViewModifier where Item: Identifiable, Sheet: View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:39:71: error: 'Identifiable' is only available in macOS 10.15 or newer
private struct BetterSheetItem<Item, Sheet>: ViewModifier where Item: Identifiable, Sheet: View {
                                                                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:39:16: note: add @available attribute to enclosing generic struct
private struct BetterSheetItem<Item, Sheet>: ViewModifier where Item: Identifiable, Sheet: View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:39:92: error: 'View' is only available in macOS 10.15 or newer
private struct BetterSheetItem<Item, Sheet>: ViewModifier where Item: Identifiable, Sheet: View {
                                                                                           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:39:16: note: add @available attribute to enclosing generic struct
private struct BetterSheetItem<Item, Sheet>: ViewModifier where Item: Identifiable, Sheet: View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:68:166: error: 'View' is only available in macOS 10.15 or newer
    func betterSheet<Content>(isPresented: Binding<Bool>, onDismiss: (() -> Void)? = nil, @ViewBuilder content: @escaping () -> Content) -> some View where Content: View {
                                                                                                                                                                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:68:10: note: add @available attribute to enclosing instance method
    func betterSheet<Content>(isPresented: Binding<Bool>, onDismiss: (() -> Void)? = nil, @ViewBuilder content: @escaping () -> Content) -> some View where Content: View {
         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:67:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:68:44: error: 'Binding' is only available in macOS 10.15 or newer
    func betterSheet<Content>(isPresented: Binding<Bool>, onDismiss: (() -> Void)? = nil, @ViewBuilder content: @escaping () -> Content) -> some View where Content: View {
                                           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:68:10: note: add @available attribute to enclosing instance method
    func betterSheet<Content>(isPresented: Binding<Bool>, onDismiss: (() -> Void)? = nil, @ViewBuilder content: @escaping () -> Content) -> some View where Content: View {
         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:67:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:68:92: error: 'ViewBuilder' is only available in macOS 10.15 or newer
    func betterSheet<Content>(isPresented: Binding<Bool>, onDismiss: (() -> Void)? = nil, @ViewBuilder content: @escaping () -> Content) -> some View where Content: View {
                                                                                           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:68:10: note: add @available attribute to enclosing instance method
    func betterSheet<Content>(isPresented: Binding<Bool>, onDismiss: (() -> Void)? = nil, @ViewBuilder content: @escaping () -> Content) -> some View where Content: View {
         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:67:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:68:146: error: 'View' is only available in macOS 10.15 or newer
    func betterSheet<Content>(isPresented: Binding<Bool>, onDismiss: (() -> Void)? = nil, @ViewBuilder content: @escaping () -> Content) -> some View where Content: View {
                                                                                                                                                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:68:10: note: add @available attribute to enclosing instance method
    func betterSheet<Content>(isPresented: Binding<Bool>, onDismiss: (() -> Void)? = nil, @ViewBuilder content: @escaping () -> Content) -> some View where Content: View {
         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:67:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:72:167: error: 'Identifiable' is only available in macOS 10.15 or newer
    func betterSheet<Item, Content>(item: Binding<Item?>, onDismiss: (() -> Void)? = nil, @ViewBuilder content: @escaping (Item) -> Content) -> some View where Item: Identifiable, Content: View {
                                                                                                                                                                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:72:10: note: add @available attribute to enclosing instance method
    func betterSheet<Item, Content>(item: Binding<Item?>, onDismiss: (() -> Void)? = nil, @ViewBuilder content: @escaping (Item) -> Content) -> some View where Item: Identifiable, Content: View {
         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:67:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:72:190: error: 'View' is only available in macOS 10.15 or newer
    func betterSheet<Item, Content>(item: Binding<Item?>, onDismiss: (() -> Void)? = nil, @ViewBuilder content: @escaping (Item) -> Content) -> some View where Item: Identifiable, Content: View {
                                                                                                                                                                                             ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:72:10: note: add @available attribute to enclosing instance method
    func betterSheet<Item, Content>(item: Binding<Item?>, onDismiss: (() -> Void)? = nil, @ViewBuilder content: @escaping (Item) -> Content) -> some View where Item: Identifiable, Content: View {
         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:67:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:72:43: error: 'Binding' is only available in macOS 10.15 or newer
    func betterSheet<Item, Content>(item: Binding<Item?>, onDismiss: (() -> Void)? = nil, @ViewBuilder content: @escaping (Item) -> Content) -> some View where Item: Identifiable, Content: View {
                                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:72:10: note: add @available attribute to enclosing instance method
    func betterSheet<Item, Content>(item: Binding<Item?>, onDismiss: (() -> Void)? = nil, @ViewBuilder content: @escaping (Item) -> Content) -> some View where Item: Identifiable, Content: View {
         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:67:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:72:92: error: 'ViewBuilder' is only available in macOS 10.15 or newer
    func betterSheet<Item, Content>(item: Binding<Item?>, onDismiss: (() -> Void)? = nil, @ViewBuilder content: @escaping (Item) -> Content) -> some View where Item: Identifiable, Content: View {
                                                                                           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:72:10: note: add @available attribute to enclosing instance method
    func betterSheet<Item, Content>(item: Binding<Item?>, onDismiss: (() -> Void)? = nil, @ViewBuilder content: @escaping (Item) -> Content) -> some View where Item: Identifiable, Content: View {
         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:67:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:72:150: error: 'View' is only available in macOS 10.15 or newer
    func betterSheet<Item, Content>(item: Binding<Item?>, onDismiss: (() -> Void)? = nil, @ViewBuilder content: @escaping (Item) -> Content) -> some View where Item: Identifiable, Content: View {
                                                                                                                                                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:72:10: note: add @available attribute to enclosing instance method
    func betterSheet<Item, Content>(item: Binding<Item?>, onDismiss: (() -> Void)? = nil, @ViewBuilder content: @escaping (Item) -> Content) -> some View where Item: Identifiable, Content: View {
         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:67:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:67:18: error: 'View' is only available in macOS 10.15 or newer
public extension View {
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:67:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:18:24: error: 'AnyView' is only available in macOS 10.15 or newer
            content: { AnyView(self.content()) },
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:18:24: note: add 'if #available' version check
            content: { AnyView(self.content()) },
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:16:10: note: add @available attribute to enclosing instance method
    func sheet() -> BetterSheet {
         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:11:16: note: add @available attribute to enclosing generic struct
private struct BetterSheetIsPresented<Sheet>: ViewModifier where Sheet: View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:21:29: error: setter for 'isPresented' is only available in macOS 10.15 or newer
            resetBinding: { self.isPresented = false }
                            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:21:29: note: add 'if #available' version check
            resetBinding: { self.isPresented = false }
                            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:16:10: note: add @available attribute to enclosing instance method
    func sheet() -> BetterSheet {
         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:11:16: note: add @available attribute to enclosing generic struct
private struct BetterSheetIsPresented<Sheet>: ViewModifier where Sheet: View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:29:17: error: 'background(_:alignment:)' is only available in macOS 10.15 or newer
        content.background(
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:29:17: note: add 'if #available' version check
        content.background(
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:25:10: note: add @available attribute to enclosing instance method
    func body(content: Content) -> some View {
         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:11:16: note: add @available attribute to enclosing generic struct
private struct BetterSheetIsPresented<Sheet>: ViewModifier where Sheet: View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:30:13: error: 'EmptyView' is only available in macOS 10.15 or newer
            EmptyView()
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:30:13: note: add 'if #available' version check
            EmptyView()
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:25:10: note: add @available attribute to enclosing instance method
    func body(content: Content) -> some View {
         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:11:16: note: add @available attribute to enclosing generic struct
private struct BetterSheetIsPresented<Sheet>: ViewModifier where Sheet: View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:31:18: error: 'preference(key:value:)' is only available in macOS 10.15 or newer
                .preference(
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:31:18: note: add 'if #available' version check
                .preference(
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:25:10: note: add @available attribute to enclosing instance method
    func body(content: Content) -> some View {
         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:11:16: note: add @available attribute to enclosing generic struct
private struct BetterSheetIsPresented<Sheet>: ViewModifier where Sheet: View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:46:24: error: 'AnyView' is only available in macOS 10.15 or newer
            content: { AnyView(self.content(item)) },
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:46:24: note: add 'if #available' version check
            content: { AnyView(self.content(item)) },
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:44:10: note: add @available attribute to enclosing instance method
    func sheet(for item: Item) -> BetterSheet {
         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:39:16: note: add @available attribute to enclosing generic struct
private struct BetterSheetItem<Item, Sheet>: ViewModifier where Item: Identifiable, Sheet: View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:49:29: error: setter for 'item' is only available in macOS 10.15 or newer
            resetBinding: { self.item = nil }
                            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:49:29: note: add 'if #available' version check
            resetBinding: { self.item = nil }
                            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:44:10: note: add @available attribute to enclosing instance method
    func sheet(for item: Item) -> BetterSheet {
         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:39:16: note: add @available attribute to enclosing generic struct
private struct BetterSheetItem<Item, Sheet>: ViewModifier where Item: Identifiable, Sheet: View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:57:17: error: 'background(_:alignment:)' is only available in macOS 10.15 or newer
        content.background(
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:57:17: note: add 'if #available' version check
        content.background(
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:53:10: note: add @available attribute to enclosing instance method
    func body(content: Content) -> some View {
         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:39:16: note: add @available attribute to enclosing generic struct
private struct BetterSheetItem<Item, Sheet>: ViewModifier where Item: Identifiable, Sheet: View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:58:13: error: 'EmptyView' is only available in macOS 10.15 or newer
            EmptyView()
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:58:13: note: add 'if #available' version check
            EmptyView()
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:53:10: note: add @available attribute to enclosing instance method
    func body(content: Content) -> some View {
         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:39:16: note: add @available attribute to enclosing generic struct
private struct BetterSheetItem<Item, Sheet>: ViewModifier where Item: Identifiable, Sheet: View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:59:18: error: 'preference(key:value:)' is only available in macOS 10.15 or newer
                .preference(
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:59:18: note: add 'if #available' version check
                .preference(
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:53:10: note: add @available attribute to enclosing instance method
    func body(content: Content) -> some View {
         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:39:16: note: add @available attribute to enclosing generic struct
private struct BetterSheetItem<Item, Sheet>: ViewModifier where Item: Identifiable, Sheet: View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:69:9: error: 'modifier' is only available in macOS 10.15 or newer
        modifier(BetterSheetIsPresented(isPresented: isPresented, onDismiss: onDismiss, content: content))
        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:69:9: note: add 'if #available' version check
        modifier(BetterSheetIsPresented(isPresented: isPresented, onDismiss: onDismiss, content: content))
        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:68:10: note: add @available attribute to enclosing instance method
    func betterSheet<Content>(isPresented: Binding<Bool>, onDismiss: (() -> Void)? = nil, @ViewBuilder content: @escaping () -> Content) -> some View where Content: View {
         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:67:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:73:9: error: 'modifier' is only available in macOS 10.15 or newer
        modifier(BetterSheetItem(item: item, onDismiss: onDismiss, content: content))
        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:73:9: note: add 'if #available' version check
        modifier(BetterSheetItem(item: item, onDismiss: onDismiss, content: content))
        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:72:10: note: add @available attribute to enclosing instance method
    func betterSheet<Item, Content>(item: Binding<Item?>, onDismiss: (() -> Void)? = nil, @ViewBuilder content: @escaping (Item) -> Content) -> some View where Item: Identifiable, Content: View {
         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:67:8: note: add @available attribute to enclosing extension
public extension View {
       ^
SwiftEmitModule normal arm64 Emitting\ module\ for\ BetterSheet (in target 'BetterSheet' from project 'BetterSheet')
    cd /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheet.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPreferenceKey.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/OnBetterSheetDidAttemptToDismiss.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/UIHostingController+BetterSheet.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheet_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.4-23E5191c-5eb64f1a3ecde1ad91091371889b1b07.sdkstatcache -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name BetterSheet -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheet.swiftdoc -emit-module-source-info-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheet.swiftsourceinfo -emit-objc-header-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheet-Swift.h -serialize-diagnostics-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheet-master-emit-module.dia -emit-dependencies-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheet-master-emit-module.d -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheet.swiftmodule -emit-abi-descriptor-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheet.abi.json
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheet.swift:13:24: error: 'AnyView' is only available in macOS 10.15 or newer
    let content: () -> AnyView
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheet.swift:11:17: note: add @available attribute to enclosing struct
internal struct BetterSheet: Equatable {
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift:17:39: error: cannot find type 'UIViewController' in scope
    internal weak var viewController: UIViewController? {
                                      ^~~~~~~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift:74:78: error: cannot find type 'UIPresentationController' in scope
    func presentationControllerDidAttemptToDismiss(_ presentationController: UIPresentationController) {
                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift:80:69: error: cannot find type 'UIPresentationController' in scope
    func presentationControllerDidDismiss(_ presentationController: UIPresentationController) {
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift:11:50: error: cannot find type 'UIAdaptivePresentationControllerDelegate' in scope
internal class BetterSheetCoordinator: NSObject, UIAdaptivePresentationControllerDelegate {
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift:22:66: error: 'View' is only available in macOS 10.15 or newer
    func betterSheetIsModalInPresentation(_ value: Bool) -> some View {
                                                                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift:22:10: note: add @available attribute to enclosing instance method
    func betterSheetIsModalInPresentation(_ value: Bool) -> some View {
         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift:21:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift:21:18: error: 'View' is only available in macOS 10.15 or newer
public extension View {
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift:21:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift:30:30: error: 'Binding' is only available in macOS 10.15 or newer
    static var defaultValue: Binding<BetterSheetPresentationMode> = .constant(BetterSheetPresentationMode())
                             ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift:30:16: note: add @available attribute to enclosing static property
    static var defaultValue: Binding<BetterSheetPresentationMode> = .constant(BetterSheetPresentationMode())
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift:29:16: note: add @available attribute to enclosing struct
private struct BetterSheetPresentationModeEnvironmentKey: EnvironmentKey {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift:34:38: error: 'Binding' is only available in macOS 10.15 or newer
    var betterSheetPresentationMode: Binding<BetterSheetPresentationMode> {
                                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift:34:9: note: add @available attribute to enclosing property
    var betterSheetPresentationMode: Binding<BetterSheetPresentationMode> {
        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift:33:8: note: add @available attribute to enclosing extension
public extension EnvironmentValues {
       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift:33:18: error: 'EnvironmentValues' is only available in macOS 10.15 or newer
public extension EnvironmentValues {
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift:33:8: note: add @available attribute to enclosing extension
public extension EnvironmentValues {
       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift:14:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var presentationMode: BetterSheetPresentationMode
     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift:11:17: note: add @available attribute to enclosing generic struct
internal struct BetterSheetSupport<Content>: View where Content: View {
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift:16:48: error: 'ViewBuilder' is only available in macOS 10.15 or newer
    init(coordinator: BetterSheetCoordinator, @ViewBuilder content: @escaping () -> Content) {
                                               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift:16:5: note: add @available attribute to enclosing initializer
    init(coordinator: BetterSheetCoordinator, @ViewBuilder content: @escaping () -> Content) {
    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift:11:17: note: add @available attribute to enclosing generic struct
internal struct BetterSheetSupport<Content>: View where Content: View {
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift:22:20: error: 'View' is only available in macOS 10.15 or newer
    var body: some View {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift:22:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift:11:17: note: add @available attribute to enclosing generic struct
internal struct BetterSheetSupport<Content>: View where Content: View {
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift:11:66: error: 'View' is only available in macOS 10.15 or newer
internal struct BetterSheetSupport<Content>: View where Content: View {
                                                                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift:11:17: note: add @available attribute to enclosing generic struct
internal struct BetterSheetSupport<Content>: View where Content: View {
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/OnBetterSheetDidAttemptToDismiss.swift:34:89: error: 'View' is only available in macOS 10.15 or newer
    func onBetterSheetDidAttemptToDismiss(perform action: @escaping () -> Void) -> some View {
                                                                                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/OnBetterSheetDidAttemptToDismiss.swift:34:10: note: add @available attribute to enclosing instance method
    func onBetterSheetDidAttemptToDismiss(perform action: @escaping () -> Void) -> some View {
         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/OnBetterSheetDidAttemptToDismiss.swift:33:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/OnBetterSheetDidAttemptToDismiss.swift:33:18: error: 'View' is only available in macOS 10.15 or newer
public extension View {
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/OnBetterSheetDidAttemptToDismiss.swift:33:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/UIHostingController+BetterSheet.swift:11:18: error: cannot find type 'UIHostingController' in scope
public extension UIHostingController {
                 ^~~~~~~~~~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:12:6: error: 'Binding' is only available in macOS 10.15 or newer
    @Binding var isPresented: Bool
     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:11:16: note: add @available attribute to enclosing generic struct
private struct BetterSheetIsPresented<Sheet>: ViewModifier where Sheet: View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:25:41: error: 'View' is only available in macOS 10.15 or newer
    func body(content: Content) -> some View {
                                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:25:10: note: add @available attribute to enclosing instance method
    func body(content: Content) -> some View {
         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:11:16: note: add @available attribute to enclosing generic struct
private struct BetterSheetIsPresented<Sheet>: ViewModifier where Sheet: View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:11:73: error: 'View' is only available in macOS 10.15 or newer
private struct BetterSheetIsPresented<Sheet>: ViewModifier where Sheet: View {
                                                                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:11:16: note: add @available attribute to enclosing generic struct
private struct BetterSheetIsPresented<Sheet>: ViewModifier where Sheet: View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:40:6: error: 'Binding' is only available in macOS 10.15 or newer
    @Binding var item: Item?
     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:39:16: note: add @available attribute to enclosing generic struct
private struct BetterSheetItem<Item, Sheet>: ViewModifier where Item: Identifiable, Sheet: View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:53:41: error: 'View' is only available in macOS 10.15 or newer
    func body(content: Content) -> some View {
                                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:53:10: note: add @available attribute to enclosing instance method
    func body(content: Content) -> some View {
         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:39:16: note: add @available attribute to enclosing generic struct
private struct BetterSheetItem<Item, Sheet>: ViewModifier where Item: Identifiable, Sheet: View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:39:71: error: 'Identifiable' is only available in macOS 10.15 or newer
private struct BetterSheetItem<Item, Sheet>: ViewModifier where Item: Identifiable, Sheet: View {
                                                                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:39:16: note: add @available attribute to enclosing generic struct
private struct BetterSheetItem<Item, Sheet>: ViewModifier where Item: Identifiable, Sheet: View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:39:92: error: 'View' is only available in macOS 10.15 or newer
private struct BetterSheetItem<Item, Sheet>: ViewModifier where Item: Identifiable, Sheet: View {
                                                                                           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:39:16: note: add @available attribute to enclosing generic struct
private struct BetterSheetItem<Item, Sheet>: ViewModifier where Item: Identifiable, Sheet: View {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:68:166: error: 'View' is only available in macOS 10.15 or newer
    func betterSheet<Content>(isPresented: Binding<Bool>, onDismiss: (() -> Void)? = nil, @ViewBuilder content: @escaping () -> Content) -> some View where Content: View {
                                                                                                                                                                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:68:10: note: add @available attribute to enclosing instance method
    func betterSheet<Content>(isPresented: Binding<Bool>, onDismiss: (() -> Void)? = nil, @ViewBuilder content: @escaping () -> Content) -> some View where Content: View {
         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:67:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:68:44: error: 'Binding' is only available in macOS 10.15 or newer
    func betterSheet<Content>(isPresented: Binding<Bool>, onDismiss: (() -> Void)? = nil, @ViewBuilder content: @escaping () -> Content) -> some View where Content: View {
                                           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:68:10: note: add @available attribute to enclosing instance method
    func betterSheet<Content>(isPresented: Binding<Bool>, onDismiss: (() -> Void)? = nil, @ViewBuilder content: @escaping () -> Content) -> some View where Content: View {
         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:67:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:68:92: error: 'ViewBuilder' is only available in macOS 10.15 or newer
    func betterSheet<Content>(isPresented: Binding<Bool>, onDismiss: (() -> Void)? = nil, @ViewBuilder content: @escaping () -> Content) -> some View where Content: View {
                                                                                           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:68:10: note: add @available attribute to enclosing instance method
    func betterSheet<Content>(isPresented: Binding<Bool>, onDismiss: (() -> Void)? = nil, @ViewBuilder content: @escaping () -> Content) -> some View where Content: View {
         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:67:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:68:146: error: 'View' is only available in macOS 10.15 or newer
    func betterSheet<Content>(isPresented: Binding<Bool>, onDismiss: (() -> Void)? = nil, @ViewBuilder content: @escaping () -> Content) -> some View where Content: View {
                                                                                                                                                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:68:10: note: add @available attribute to enclosing instance method
    func betterSheet<Content>(isPresented: Binding<Bool>, onDismiss: (() -> Void)? = nil, @ViewBuilder content: @escaping () -> Content) -> some View where Content: View {
         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:67:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:72:167: error: 'Identifiable' is only available in macOS 10.15 or newer
    func betterSheet<Item, Content>(item: Binding<Item?>, onDismiss: (() -> Void)? = nil, @ViewBuilder content: @escaping (Item) -> Content) -> some View where Item: Identifiable, Content: View {
                                                                                                                                                                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:72:10: note: add @available attribute to enclosing instance method
    func betterSheet<Item, Content>(item: Binding<Item?>, onDismiss: (() -> Void)? = nil, @ViewBuilder content: @escaping (Item) -> Content) -> some View where Item: Identifiable, Content: View {
         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:67:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:72:190: error: 'View' is only available in macOS 10.15 or newer
    func betterSheet<Item, Content>(item: Binding<Item?>, onDismiss: (() -> Void)? = nil, @ViewBuilder content: @escaping (Item) -> Content) -> some View where Item: Identifiable, Content: View {
                                                                                                                                                                                             ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:72:10: note: add @available attribute to enclosing instance method
    func betterSheet<Item, Content>(item: Binding<Item?>, onDismiss: (() -> Void)? = nil, @ViewBuilder content: @escaping (Item) -> Content) -> some View where Item: Identifiable, Content: View {
         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:67:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:72:43: error: 'Binding' is only available in macOS 10.15 or newer
    func betterSheet<Item, Content>(item: Binding<Item?>, onDismiss: (() -> Void)? = nil, @ViewBuilder content: @escaping (Item) -> Content) -> some View where Item: Identifiable, Content: View {
                                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:72:10: note: add @available attribute to enclosing instance method
    func betterSheet<Item, Content>(item: Binding<Item?>, onDismiss: (() -> Void)? = nil, @ViewBuilder content: @escaping (Item) -> Content) -> some View where Item: Identifiable, Content: View {
         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:67:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:72:92: error: 'ViewBuilder' is only available in macOS 10.15 or newer
    func betterSheet<Item, Content>(item: Binding<Item?>, onDismiss: (() -> Void)? = nil, @ViewBuilder content: @escaping (Item) -> Content) -> some View where Item: Identifiable, Content: View {
                                                                                           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:72:10: note: add @available attribute to enclosing instance method
    func betterSheet<Item, Content>(item: Binding<Item?>, onDismiss: (() -> Void)? = nil, @ViewBuilder content: @escaping (Item) -> Content) -> some View where Item: Identifiable, Content: View {
         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:67:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:72:150: error: 'View' is only available in macOS 10.15 or newer
    func betterSheet<Item, Content>(item: Binding<Item?>, onDismiss: (() -> Void)? = nil, @ViewBuilder content: @escaping (Item) -> Content) -> some View where Item: Identifiable, Content: View {
                                                                                                                                                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:72:10: note: add @available attribute to enclosing instance method
    func betterSheet<Item, Content>(item: Binding<Item?>, onDismiss: (() -> Void)? = nil, @ViewBuilder content: @escaping (Item) -> Content) -> some View where Item: Identifiable, Content: View {
         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:67:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:67:18: error: 'View' is only available in macOS 10.15 or newer
public extension View {
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift:67:8: note: add @available attribute to enclosing extension
public extension View {
       ^
SwiftCompile normal arm64 Compiling\ UIHostingController+BetterSheet.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/UIHostingController+BetterSheet.swift (in target 'BetterSheet' from project 'BetterSheet')
    cd /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheet.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPreferenceKey.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/OnBetterSheetDidAttemptToDismiss.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/UIHostingController+BetterSheet.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift -emit-dependencies-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/UIHostingController+BetterSheet.d -emit-const-values-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/UIHostingController+BetterSheet.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/UIHostingController+BetterSheet.swiftdeps -serialize-diagnostics-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/UIHostingController+BetterSheet.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheet_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.4-23E5191c-5eb64f1a3ecde1ad91091371889b1b07.sdkstatcache -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name BetterSheet -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/UIHostingController+BetterSheet.o -index-unit-output-path /BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/UIHostingController+BetterSheet.o -index-store-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/UIHostingController+BetterSheet.swift (in target 'BetterSheet' from project 'BetterSheet')
    cd /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheet.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPreferenceKey.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/OnBetterSheetDidAttemptToDismiss.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/UIHostingController+BetterSheet.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift -emit-dependencies-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/UIHostingController+BetterSheet.d -emit-const-values-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/UIHostingController+BetterSheet.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/UIHostingController+BetterSheet.swiftdeps -serialize-diagnostics-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/UIHostingController+BetterSheet.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheet_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.4-23E5191c-5eb64f1a3ecde1ad91091371889b1b07.sdkstatcache -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name BetterSheet -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/UIHostingController+BetterSheet.o -index-unit-output-path /BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/UIHostingController+BetterSheet.o -index-store-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/UIHostingController+BetterSheet.swift:11:18: error: cannot find type 'UIHostingController' in scope
public extension UIHostingController {
                 ^~~~~~~~~~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/UIHostingController+BetterSheet.swift:12:62: error: cannot find type 'UIViewController' in scope
    static func withBetterSheetSupport(rootView: Content) -> UIViewController {
                                                             ^~~~~~~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/UIHostingController+BetterSheet.swift:12:50: error: cannot find type 'Content' in scope
    static func withBetterSheetSupport(rootView: Content) -> UIViewController {
                                                 ^~~~~~~
SwiftCompile normal arm64 Compiling\ BetterSheetPresentationMode.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift (in target 'BetterSheet' from project 'BetterSheet')
    cd /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheet.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPreferenceKey.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/OnBetterSheetDidAttemptToDismiss.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/UIHostingController+BetterSheet.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift -emit-dependencies-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetPresentationMode.d -emit-const-values-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetPresentationMode.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetPresentationMode.swiftdeps -serialize-diagnostics-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetPresentationMode.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheet_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.4-23E5191c-5eb64f1a3ecde1ad91091371889b1b07.sdkstatcache -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name BetterSheet -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetPresentationMode.o -index-unit-output-path /BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetPresentationMode.o -index-store-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift (in target 'BetterSheet' from project 'BetterSheet')
    cd /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheet.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPreferenceKey.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/OnBetterSheetDidAttemptToDismiss.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/UIHostingController+BetterSheet.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift -emit-dependencies-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetPresentationMode.d -emit-const-values-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetPresentationMode.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetPresentationMode.swiftdeps -serialize-diagnostics-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetPresentationMode.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheet_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.4-23E5191c-5eb64f1a3ecde1ad91091371889b1b07.sdkstatcache -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name BetterSheet -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetPresentationMode.o -index-unit-output-path /BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetPresentationMode.o -index-store-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift:30:30: error: 'Binding' is only available in macOS 10.15 or newer
    static var defaultValue: Binding<BetterSheetPresentationMode> = .constant(BetterSheetPresentationMode())
                             ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift:30:16: note: add @available attribute to enclosing static property
    static var defaultValue: Binding<BetterSheetPresentationMode> = .constant(BetterSheetPresentationMode())
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift:29:16: note: add @available attribute to enclosing struct
private struct BetterSheetPresentationModeEnvironmentKey: EnvironmentKey {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift:34:38: error: 'Binding' is only available in macOS 10.15 or newer
    var betterSheetPresentationMode: Binding<BetterSheetPresentationMode> {
                                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift:34:9: note: add @available attribute to enclosing property
    var betterSheetPresentationMode: Binding<BetterSheetPresentationMode> {
        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift:33:8: note: add @available attribute to enclosing extension
public extension EnvironmentValues {
       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift:33:18: error: 'EnvironmentValues' is only available in macOS 10.15 or newer
public extension EnvironmentValues {
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift:33:8: note: add @available attribute to enclosing extension
public extension EnvironmentValues {
       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift:17:39: error: cannot find type 'UIViewController' in scope
    internal weak var viewController: UIViewController? {
                                      ^~~~~~~~~~~~~~~~
SwiftCompile normal arm64 Compiling\ BetterSheetSupport.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift (in target 'BetterSheet' from project 'BetterSheet')
    cd /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheet.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPreferenceKey.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/OnBetterSheetDidAttemptToDismiss.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/UIHostingController+BetterSheet.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift -emit-dependencies-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetSupport.d -emit-const-values-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetSupport.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetSupport.swiftdeps -serialize-diagnostics-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetSupport.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheet_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.4-23E5191c-5eb64f1a3ecde1ad91091371889b1b07.sdkstatcache -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name BetterSheet -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetSupport.o -index-unit-output-path /BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetSupport.o -index-store-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift (in target 'BetterSheet' from project 'BetterSheet')
    cd /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheet.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPreferenceKey.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/OnBetterSheetDidAttemptToDismiss.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/UIHostingController+BetterSheet.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift -emit-dependencies-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetSupport.d -emit-const-values-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetSupport.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetSupport.swiftdeps -serialize-diagnostics-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetSupport.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheet_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.4-23E5191c-5eb64f1a3ecde1ad91091371889b1b07.sdkstatcache -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name BetterSheet -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetSupport.o -index-unit-output-path /BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetSupport.o -index-store-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift:14:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var presentationMode: BetterSheetPresentationMode
     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift:11:17: note: add @available attribute to enclosing generic struct
internal struct BetterSheetSupport<Content>: View where Content: View {
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift:16:48: error: 'ViewBuilder' is only available in macOS 10.15 or newer
    init(coordinator: BetterSheetCoordinator, @ViewBuilder content: @escaping () -> Content) {
                                               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift:16:5: note: add @available attribute to enclosing initializer
    init(coordinator: BetterSheetCoordinator, @ViewBuilder content: @escaping () -> Content) {
    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift:11:17: note: add @available attribute to enclosing generic struct
internal struct BetterSheetSupport<Content>: View where Content: View {
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift:22:20: error: 'View' is only available in macOS 10.15 or newer
    var body: some View {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift:22:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift:11:17: note: add @available attribute to enclosing generic struct
internal struct BetterSheetSupport<Content>: View where Content: View {
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift:11:66: error: 'View' is only available in macOS 10.15 or newer
internal struct BetterSheetSupport<Content>: View where Content: View {
                                                                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift:11:17: note: add @available attribute to enclosing generic struct
internal struct BetterSheetSupport<Content>: View where Content: View {
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift:19:29: error: 'State' is only available in macOS 10.15 or newer
        _presentationMode = State(initialValue: BetterSheetPresentationMode(coordinator: coordinator))
                            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift:19:29: note: add 'if #available' version check
        _presentationMode = State(initialValue: BetterSheetPresentationMode(coordinator: coordinator))
                            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift:16:5: note: add @available attribute to enclosing initializer
    init(coordinator: BetterSheetCoordinator, @ViewBuilder content: @escaping () -> Content) {
    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift:11:17: note: add @available attribute to enclosing generic struct
internal struct BetterSheetSupport<Content>: View where Content: View {
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift:17:39: error: cannot find type 'UIViewController' in scope
    internal weak var viewController: UIViewController? {
                                      ^~~~~~~~~~~~~~~~
SwiftCompile normal arm64 Compiling\ BetterSheet.swift,\ BetterSheetCoordinator.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheet.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift (in target 'BetterSheet' from project 'BetterSheet')
    cd /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheet.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPreferenceKey.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/OnBetterSheetDidAttemptToDismiss.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/UIHostingController+BetterSheet.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift -emit-dependencies-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheet.d -emit-const-values-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheet.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheet.swiftdeps -serialize-diagnostics-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheet.dia -emit-dependencies-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetCoordinator.d -emit-const-values-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetCoordinator.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetCoordinator.swiftdeps -serialize-diagnostics-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetCoordinator.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheet_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.4-23E5191c-5eb64f1a3ecde1ad91091371889b1b07.sdkstatcache -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name BetterSheet -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheet.o -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetCoordinator.o -index-unit-output-path /BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheet.o -index-unit-output-path /BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetCoordinator.o -index-store-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheet.swift (in target 'BetterSheet' from project 'BetterSheet')
    cd /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheet.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPreferenceKey.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/OnBetterSheetDidAttemptToDismiss.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/UIHostingController+BetterSheet.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift -emit-dependencies-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheet.d -emit-const-values-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheet.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheet.swiftdeps -serialize-diagnostics-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheet.dia -emit-dependencies-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetCoordinator.d -emit-const-values-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetCoordinator.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetCoordinator.swiftdeps -serialize-diagnostics-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetCoordinator.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheet_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.4-23E5191c-5eb64f1a3ecde1ad91091371889b1b07.sdkstatcache -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name BetterSheet -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheet.o -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetCoordinator.o -index-unit-output-path /BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheet.o -index-unit-output-path /BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetCoordinator.o -index-store-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheet.swift:13:24: error: 'AnyView' is only available in macOS 10.15 or newer
    let content: () -> AnyView
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheet.swift:11:17: note: add @available attribute to enclosing struct
internal struct BetterSheet: Equatable {
                ^
SwiftCompile normal arm64 /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift (in target 'BetterSheet' from project 'BetterSheet')
    cd /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheet.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPreferenceKey.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/OnBetterSheetDidAttemptToDismiss.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/UIHostingController+BetterSheet.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift -emit-dependencies-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheet.d -emit-const-values-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheet.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheet.swiftdeps -serialize-diagnostics-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheet.dia -emit-dependencies-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetCoordinator.d -emit-const-values-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetCoordinator.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetCoordinator.swiftdeps -serialize-diagnostics-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetCoordinator.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheet_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.4-23E5191c-5eb64f1a3ecde1ad91091371889b1b07.sdkstatcache -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name BetterSheet -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheet.o -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetCoordinator.o -index-unit-output-path /BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheet.o -index-unit-output-path /BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetCoordinator.o -index-store-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift:17:39: error: cannot find type 'UIViewController' in scope
    internal weak var viewController: UIViewController? {
                                      ^~~~~~~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift:74:78: error: cannot find type 'UIPresentationController' in scope
    func presentationControllerDidAttemptToDismiss(_ presentationController: UIPresentationController) {
                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift:80:69: error: cannot find type 'UIPresentationController' in scope
    func presentationControllerDidDismiss(_ presentationController: UIPresentationController) {
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift:11:50: error: cannot find type 'UIAdaptivePresentationControllerDelegate' in scope
internal class BetterSheetCoordinator: NSObject, UIAdaptivePresentationControllerDelegate {
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift:46:30: error: cannot find 'UIHostingController' in scope
        let viewController = UIHostingController(rootView: rootView)
                             ^~~~~~~~~~~~~~~~~~~
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift:56:51: error: 'nil' requires a contextual type
            presentedCoordinator.viewController = nil
                                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift:81:26: error: 'nil' requires a contextual type
        viewController = nil
                         ^
SwiftCompile normal arm64 Compiling\ BetterSheetIsModalInPresentation.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift (in target 'BetterSheet' from project 'BetterSheet')
    cd /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheet.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPreferenceKey.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/OnBetterSheetDidAttemptToDismiss.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/UIHostingController+BetterSheet.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift -emit-dependencies-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetIsModalInPresentation.d -emit-const-values-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetIsModalInPresentation.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetIsModalInPresentation.swiftdeps -serialize-diagnostics-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetIsModalInPresentation.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheet_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.4-23E5191c-5eb64f1a3ecde1ad91091371889b1b07.sdkstatcache -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name BetterSheet -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetIsModalInPresentation.o -index-unit-output-path /BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetIsModalInPresentation.o -index-store-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift (in target 'BetterSheet' from project 'BetterSheet')
    cd /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheet.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPreferenceKey.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/OnBetterSheetDidAttemptToDismiss.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/UIHostingController+BetterSheet.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift -emit-dependencies-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetIsModalInPresentation.d -emit-const-values-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetIsModalInPresentation.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetIsModalInPresentation.swiftdeps -serialize-diagnostics-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetIsModalInPresentation.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheet_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.4-23E5191c-5eb64f1a3ecde1ad91091371889b1b07.sdkstatcache -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name BetterSheet -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetIsModalInPresentation.o -index-unit-output-path /BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetIsModalInPresentation.o -index-store-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift:22:66: error: 'View' is only available in macOS 10.15 or newer
    func betterSheetIsModalInPresentation(_ value: Bool) -> some View {
                                                                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift:22:10: note: add @available attribute to enclosing instance method
    func betterSheetIsModalInPresentation(_ value: Bool) -> some View {
         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift:21:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift:21:18: error: 'View' is only available in macOS 10.15 or newer
public extension View {
                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift:21:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift:23:16: error: 'preference(key:value:)' is only available in macOS 10.15 or newer
        return preference(key: BetterSheetIsModalInPresentationPreferenceKey.self, value: value)
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift:23:16: note: add 'if #available' version check
        return preference(key: BetterSheetIsModalInPresentationPreferenceKey.self, value: value)
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift:22:10: note: add @available attribute to enclosing instance method
    func betterSheetIsModalInPresentation(_ value: Bool) -> some View {
         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift:21:8: note: add @available attribute to enclosing extension
public extension View {
       ^
SwiftCompile normal arm64 Compiling\ BetterSheetPreferenceKey.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPreferenceKey.swift (in target 'BetterSheet' from project 'BetterSheet')
    cd /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheet.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPreferenceKey.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/OnBetterSheetDidAttemptToDismiss.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/UIHostingController+BetterSheet.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift -emit-dependencies-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetPreferenceKey.d -emit-const-values-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetPreferenceKey.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetPreferenceKey.swiftdeps -serialize-diagnostics-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetPreferenceKey.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheet_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.4-23E5191c-5eb64f1a3ecde1ad91091371889b1b07.sdkstatcache -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name BetterSheet -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetPreferenceKey.o -index-unit-output-path /BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetPreferenceKey.o -index-store-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPreferenceKey.swift (in target 'BetterSheet' from project 'BetterSheet')
    cd /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheet.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPreferenceKey.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/OnBetterSheetDidAttemptToDismiss.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/UIHostingController+BetterSheet.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift -emit-dependencies-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetPreferenceKey.d -emit-const-values-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetPreferenceKey.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetPreferenceKey.swiftdeps -serialize-diagnostics-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetPreferenceKey.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheet_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.4-23E5191c-5eb64f1a3ecde1ad91091371889b1b07.sdkstatcache -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name BetterSheet -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetPreferenceKey.o -index-unit-output-path /BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheetPreferenceKey.o -index-store-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ OnBetterSheetDidAttemptToDismiss.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/OnBetterSheetDidAttemptToDismiss.swift (in target 'BetterSheet' from project 'BetterSheet')
    cd /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheet.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPreferenceKey.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/OnBetterSheetDidAttemptToDismiss.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/UIHostingController+BetterSheet.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift -emit-dependencies-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/OnBetterSheetDidAttemptToDismiss.d -emit-const-values-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/OnBetterSheetDidAttemptToDismiss.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/OnBetterSheetDidAttemptToDismiss.swiftdeps -serialize-diagnostics-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/OnBetterSheetDidAttemptToDismiss.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/BetterSheet_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.4-23E5191c-5eb64f1a3ecde1ad91091371889b1b07.sdkstatcache -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name BetterSheet -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/OnBetterSheetDidAttemptToDismiss.o -index-unit-output-path /BetterSheet.build/Debug/BetterSheet.build/Objects-normal/arm64/OnBetterSheetDidAttemptToDismiss.o -index-store-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Command SwiftCompile failed with a nonzero exit code
2024-02-14 12:29:59.159 xcodebuild[625:7791648] Requested but did not find extension point with identifier Xcode.DVTDeviceFoundation.Aspect for extension Xcode.IDEiOSSupportCore.Aspect.NBDD of plug-in com.apple.dt.IDE.IDEiOSSupportCore
2024-02-14 12:29:59.862 xcodebuild[625:7791648] [MT] DVTPlugInQuery: Requested but did not find extension point with identifier 'Xcode.DVTDeviceFoundation.CompatibleDeviceFamilyPair'. This is programmer error; code should only request extension points that are defined by itself or its dependencies.
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:0000FE00-D66DEC2E1FB4A906, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:0000FE00-D66DEC2E1FB4A906, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:0000FE00-D66DEC2E1FB4A906, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:0000FE00-D66DEC2E1FB4A906, name:My Mac }
{ platform:tvOS Simulator, id:21BE0E4C-1439-41D2-8914-672DC605BAE4, OS:17.2, name:Apple TV }
{ platform:tvOS Simulator, id:DC325B72-D397-42AE-8651-CFF07CFF09BC, OS:17.4, name:Apple TV }
{ platform:tvOS Simulator, id:D6CB400D-A443-4433-BDA3-D1D48517232B, OS:17.2, name:Apple TV 4K (3rd generation) }
{ platform:tvOS Simulator, id:95EDBD00-DF72-416C-B46C-995FCDDF3AED, OS:17.4, name:Apple TV 4K (3rd generation) }
{ platform:tvOS Simulator, id:323D9E47-D87E-4E3C-A4EA-EB9E6841947F, OS:17.2, name:Apple TV 4K (3rd generation) (at 1080p) }
{ platform:tvOS Simulator, id:F6837808-6D28-46B3-AD42-02B71E8620FA, OS:17.4, name:Apple TV 4K (3rd generation) (at 1080p) }
{ platform:visionOS Simulator, id:92B7741F-10DF-4A19-9C63-583178A2BB60, OS:1.0, name:Apple Vision Pro }
{ platform:visionOS Simulator, id:2CF047A4-66FA-4EF1-9E0E-76548796BFE9, OS:1.1, name:Apple Vision Pro }
{ platform:watchOS Simulator, id:F9D35720-19AC-442C-9DEA-ACA162B83A51, OS:10.2, name:Apple Watch SE (40mm) (2nd generation) }
{ platform:watchOS Simulator, id:266F508E-F12D-4CAF-A0ED-D15E4F33D701, OS:10.4, name:Apple Watch SE (40mm) (2nd generation) }
{ platform:watchOS Simulator, id:AD638157-58EA-4EDA-AB57-648F135D6E56, OS:10.2, name:Apple Watch SE (44mm) (2nd generation) }
{ platform:watchOS Simulator, id:90427E9A-4DAE-405E-9A66-57C955C5F40A, OS:10.4, name:Apple Watch SE (44mm) (2nd generation) }
{ platform:watchOS Simulator, id:998E9669-D086-49D5-99BF-0B69C6466997, OS:10.2, name:Apple Watch Series 5 (40mm) }
{ platform:watchOS Simulator, id:D98FDA15-0D6D-41B8-92CC-1A83FEB2CBE2, OS:10.4, name:Apple Watch Series 5 (40mm) }
{ platform:watchOS Simulator, id:6D5A2B13-BE51-45F1-99E3-66ED98D29A8F, OS:10.2, name:Apple Watch Series 5 (44mm) }
{ platform:watchOS Simulator, id:11DE9613-FF24-4CF7-BB50-4F2CDE37DB2D, OS:10.4, name:Apple Watch Series 5 (44mm) }
{ platform:watchOS Simulator, id:D73CA2FB-ED05-4938-807C-2709D1877744, OS:10.2, name:Apple Watch Series 6 (40mm) }
{ platform:watchOS Simulator, id:7066892D-1998-48A4-8CF9-0FBC178B634E, OS:10.4, name:Apple Watch Series 6 (40mm) }
{ platform:watchOS Simulator, id:0D802775-8600-4910-93AE-E929091BF3F6, OS:10.2, name:Apple Watch Series 6 (44mm) }
{ platform:watchOS Simulator, id:99D97B5C-8575-4CF7-8A68-8075A7CCFBCE, OS:10.4, name:Apple Watch Series 6 (44mm) }
{ platform:watchOS Simulator, id:F138CEE8-C196-4A1D-A945-2924911D37F9, OS:10.2, name:Apple Watch Series 7 (41mm) }
{ platform:watchOS Simulator, id:15CA08C2-0288-43DE-9EF1-D064F5BEF8ED, OS:10.4, name:Apple Watch Series 7 (41mm) }
{ platform:watchOS Simulator, id:8E73B20F-1FD5-4EFC-B668-02AE5BBF7E3F, OS:10.2, name:Apple Watch Series 7 (45mm) }
{ platform:watchOS Simulator, id:A1A161EB-0A2E-44C3-BC94-587010B5942A, OS:10.4, name:Apple Watch Series 7 (45mm) }
{ platform:watchOS Simulator, id:4E925BFF-DC93-4A8B-884F-18FDC819C016, OS:10.2, name:Apple Watch Series 9 (41mm) }
{ platform:watchOS Simulator, id:FEDB9B31-DDE5-4173-B7FD-C53763768785, OS:10.4, name:Apple Watch Series 9 (41mm) }
{ platform:watchOS Simulator, id:AEBD7A39-8207-4950-B4A2-91E40D94C368, OS:10.2, name:Apple Watch Series 9 (45mm) }
{ platform:watchOS Simulator, id:0E8020FC-120D-4F51-AFB7-7C65E85165CD, OS:10.4, name:Apple Watch Series 9 (45mm) }
{ platform:watchOS Simulator, id:16114FBA-2637-4FDE-B59A-F8CE6381F788, OS:10.2, name:Apple Watch Ultra 2 (49mm) }
{ platform:watchOS Simulator, id:67C8180D-6F98-4A00-82B7-5E75E149C0D1, OS:10.4, name:Apple Watch Ultra 2 (49mm) }
{ platform:iOS Simulator, id:F67F2B29-DE07-401D-96D2-6D99AED12379, OS:17.2, name:iPad (10th generation) }
{ platform:iOS Simulator, id:4FF78B02-3F3C-4631-BCDD-3D04F69BDAA8, OS:17.4, name:iPad (10th generation) }
{ platform:iOS Simulator, id:4FC6E9BD-8696-44A1-8160-A98DDE0CF44E, OS:17.2, name:iPad Air (5th generation) }
{ platform:iOS Simulator, id:E497B875-BB6A-404B-B389-BFDBF24ED98E, OS:17.4, name:iPad Air (5th generation) }
{ platform:iOS Simulator, id:7C74E7FB-99F7-4BF8-9F89-DC3454CA7252, OS:17.2, name:iPad Pro (11-inch) (4th generation) }
{ platform:iOS Simulator, id:933B6D8F-C3DB-4141-8092-F64D61E0163E, OS:17.4, name:iPad Pro (11-inch) (4th generation) }
{ platform:iOS Simulator, id:A331652E-B1CF-4486-99B5-2714F3D4E7BF, OS:17.2, name:iPad Pro (12.9-inch) (6th generation) }
{ platform:iOS Simulator, id:7BF86248-ACA9-4E13-91F2-31E01C01B121, OS:17.4, name:iPad Pro (12.9-inch) (6th generation) }
{ platform:iOS Simulator, id:631B5113-5CBC-476A-9611-040CFD639998, OS:17.2, name:iPad mini (6th generation) }
{ platform:iOS Simulator, id:5E8A3F84-298F-4AD3-A520-40FF24D3BCBE, OS:17.4, name:iPad mini (6th generation) }
{ platform:iOS Simulator, id:D56D88A8-113A-46FF-AEF2-FEBAB5DB123F, OS:17.2, name:iPhone 15 }
{ platform:iOS Simulator, id:E1154331-942E-4ACE-9018-8A3F9E59B7DE, OS:17.4, name:iPhone 15 }
{ platform:iOS Simulator, id:6A3DF1D0-BEC2-41EB-868E-C70D6BA5E7B0, OS:17.2, name:iPhone 15 Plus }
{ platform:iOS Simulator, id:60A70DD5-CB4E-4FCA-9F01-39BB91784C73, OS:17.4, name:iPhone 15 Plus }
{ platform:iOS Simulator, id:7E3805F2-DCE9-4AE1-AC57-98FEFB2311EF, OS:17.2, name:iPhone 15 Pro }
{ platform:iOS Simulator, id:6103CA04-F9AA-4D5C-8DB6-3A95422C91FD, OS:17.4, name:iPhone 15 Pro }
{ platform:iOS Simulator, id:4F40EC9D-EBC1-4866-B40D-7D1E5DEBB5D6, OS:17.2, name:iPhone 15 Pro Max }
{ platform:iOS Simulator, id:3AA19597-F61E-40DC-9F06-582DB059C6CF, OS:17.4, name:iPhone 15 Pro Max }
{ platform:iOS Simulator, id:978D9A96-A2FC-4461-9F72-2A72112292B7, OS:17.2, name:iPhone SE (3rd generation) }
{ platform:iOS Simulator, id:E0C08A7C-EBEF-4B13-A457-97B0FA2EAAC1, OS:17.4, name:iPhone SE (3rd generation) }
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift (in target 'BetterSheet' from project 'BetterSheet')
	SwiftCompile normal arm64 Compiling\ View+BetterSheet.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift (in target 'BetterSheet' from project 'BetterSheet')
	SwiftEmitModule normal arm64 Emitting\ module\ for\ BetterSheet (in target 'BetterSheet' from project 'BetterSheet')
	SwiftCompile normal arm64 Compiling\ UIHostingController+BetterSheet.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/UIHostingController+BetterSheet.swift (in target 'BetterSheet' from project 'BetterSheet')
	SwiftCompile normal arm64 /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/UIHostingController+BetterSheet.swift (in target 'BetterSheet' from project 'BetterSheet')
	SwiftCompile normal arm64 Compiling\ BetterSheetPresentationMode.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift (in target 'BetterSheet' from project 'BetterSheet')
	SwiftCompile normal arm64 /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift (in target 'BetterSheet' from project 'BetterSheet')
	SwiftCompile normal arm64 Compiling\ BetterSheetSupport.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift (in target 'BetterSheet' from project 'BetterSheet')
	SwiftCompile normal arm64 /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift (in target 'BetterSheet' from project 'BetterSheet')
	SwiftCompile normal arm64 Compiling\ BetterSheet.swift,\ BetterSheetCoordinator.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheet.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift (in target 'BetterSheet' from project 'BetterSheet')
	SwiftCompile normal arm64 /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheet.swift (in target 'BetterSheet' from project 'BetterSheet')
	SwiftCompile normal arm64 /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift (in target 'BetterSheet' from project 'BetterSheet')
	SwiftCompile normal arm64 Compiling\ BetterSheetIsModalInPresentation.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift (in target 'BetterSheet' from project 'BetterSheet')
	SwiftCompile normal arm64 /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift (in target 'BetterSheet' from project 'BetterSheet')
	SwiftCompile normal arm64 Compiling\ OnBetterSheetDidAttemptToDismiss.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterSheet/OnBetterSheetDidAttemptToDismiss.swift (in target 'BetterSheet' from project 'BetterSheet')
(15 failures)
BUILD FAILURE 5.10 macosXcodebuild