The Swift Package Index logo.Swift Package Index

Build Information

Failed to build AnimatedTabBar with Swift 5.10 for macOS (Xcode) using Xcode 15.3 at main.

Build Command

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

Build Log

/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/Utils.swift:11:20: error: 'AnyView' is only available in macOS 10.15 or newer
    var getViews: [AnyView] {
                   ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/Utils.swift:11:9: note: add @available attribute to enclosing property
    var getViews: [AnyView] {
        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/Utils.swift:10:1: note: add @available attribute to enclosing extension
extension TupleView {
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/Utils.swift:18:22: error: 'AnyView' is only available in macOS 10.15 or newer
        var anyView: AnyView? {
                     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/Utils.swift:18:13: note: add @available attribute to enclosing property
        var anyView: AnyView? {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/Utils.swift:15:20: note: add @available attribute to enclosing struct
    private struct GenericView {
                   ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/Utils.swift:23:58: error: 'AnyView' is only available in macOS 10.15 or newer
    private func makeArray<Tuple>(from tuple: Tuple) -> [AnyView] {
                                                         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/Utils.swift:23:18: note: add @available attribute to enclosing instance method
    private func makeArray<Tuple>(from tuple: Tuple) -> [AnyView] {
                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/Utils.swift:10:1: note: add @available attribute to enclosing extension
extension TupleView {
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/Utils.swift:10:11: error: 'TupleView' is only available in macOS 10.15 or newer
extension TupleView {
          ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/Utils.swift:10:1: note: add @available attribute to enclosing extension
extension TupleView {
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/Utils.swift:45:6: error: 'Binding' is only available in macOS 10.15 or newer
    @Binding var frame: CGRect
     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/Utils.swift:43:8: note: add @available attribute to enclosing struct
struct FrameGetter: ViewModifier {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/Utils.swift:47:41: error: 'View' is only available in macOS 10.15 or newer
    func body(content: Content) -> some View {
                                        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/Utils.swift:47:10: note: add @available attribute to enclosing instance method
    func body(content: Content) -> some View {
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/Utils.swift:43:8: note: add @available attribute to enclosing struct
struct FrameGetter: ViewModifier {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/Utils.swift:65:38: error: 'Binding' is only available in macOS 10.15 or newer
    public func frameGetter(_ frame: Binding<CGRect>) -> some View {
                                     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/Utils.swift:65:17: note: add @available attribute to enclosing instance method
    public func frameGetter(_ frame: Binding<CGRect>) -> some View {
                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/Utils.swift:64:1: note: add @available attribute to enclosing extension
extension View {
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/Utils.swift:65:63: error: 'View' is only available in macOS 10.15 or newer
    public func frameGetter(_ frame: Binding<CGRect>) -> some View {
                                                              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/Utils.swift:65:17: note: add @available attribute to enclosing instance method
    public func frameGetter(_ frame: Binding<CGRect>) -> some View {
                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/Utils.swift:64:1: note: add @available attribute to enclosing extension
extension View {
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/Utils.swift:64:11: error: 'View' is only available in macOS 10.15 or newer
extension View {
          ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/Utils.swift:64:1: note: add @available attribute to enclosing extension
extension View {
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/Utils.swift:19:13: error: 'AnyView' is only available in macOS 10.15 or newer
            AnyView(_fromValue: body)
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/Utils.swift:19:13: note: add 'if #available' version check
            AnyView(_fromValue: body)
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/Utils.swift:18:13: note: add @available attribute to enclosing property
        var anyView: AnyView? {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/Utils.swift:15:20: note: add @available attribute to enclosing struct
    private struct GenericView {
                   ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/Utils.swift:24:46: error: 'AnyView' is only available in macOS 10.15 or newer
        func convert(child: Mirror.Child) -> AnyView? {
                                             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/Utils.swift:23:18: note: add @available attribute to enclosing instance method
    private func makeArray<Tuple>(from tuple: Tuple) -> [AnyView] {
                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/Utils.swift:10:1: note: add @available attribute to enclosing extension
extension TupleView {
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/Utils.swift:25:55: error: 'AnyView' is only available in macOS 10.15 or newer
            withUnsafeBytes(of: child.value) { ptr -> AnyView? in
                                                      ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/Utils.swift:25:55: note: add 'if #available' version check
            withUnsafeBytes(of: child.value) { ptr -> AnyView? in
                                                      ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/Utils.swift:23:18: note: add @available attribute to enclosing instance method
    private func makeArray<Tuple>(from tuple: Tuple) -> [AnyView] {
                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/Utils.swift:10:1: note: add @available attribute to enclosing extension
extension TupleView {
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/Utils.swift:58:21: error: cannot use explicit 'return' statement in the body of result builder 'ViewBuilder'
                    return AnyView(EmptyView())
                    ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/Utils.swift:58:21: note: remove 'return' statements to apply the result builder
                    return AnyView(EmptyView())
                    ^~~~~~~

/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/Utils.swift:66:9: error: 'modifier' is only available in macOS 10.15 or newer
        modifier(FrameGetter(frame: frame))
        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/Utils.swift:66:9: note: add 'if #available' version check
        modifier(FrameGetter(frame: frame))
        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/Utils.swift:65:17: note: add @available attribute to enclosing instance method
    public func frameGetter(_ frame: Binding<CGRect>) -> some View {
                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/Utils.swift:64:1: note: add @available attribute to enclosing extension
extension View {
^
SwiftCompile normal arm64 Compiling\ WiggleButton.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift (in target 'AnimatedTabBar' from project 'AnimatedTabBar')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/AnimatedTabbar.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/BezierPathLength.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/ButtonsBarLayout.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/IndentableRect.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift -primary-file /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/Utils.swift -emit-dependencies-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/WiggleButton.d -emit-const-values-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/WiggleButton.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/WiggleButton.swiftdeps -serialize-diagnostics-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/WiggleButton.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/AnimatedTabBar_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.4-23E208-9797649975e4ecd4c12fa5b52921ad3f.sdkstatcache -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AnimatedTabBar -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/WiggleButton.o -index-unit-output-path /AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/WiggleButton.o -index-store-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift (in target 'AnimatedTabBar' from project 'AnimatedTabBar')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/AnimatedTabbar.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/BezierPathLength.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/ButtonsBarLayout.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/IndentableRect.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift -primary-file /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/Utils.swift -emit-dependencies-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/WiggleButton.d -emit-const-values-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/WiggleButton.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/WiggleButton.swiftdeps -serialize-diagnostics-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/WiggleButton.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/AnimatedTabBar_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.4-23E208-9797649975e4ecd4c12fa5b52921ad3f.sdkstatcache -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AnimatedTabBar -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/WiggleButton.o -index-unit-output-path /AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/WiggleButton.o -index-store-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:12:23: error: 'Image' is only available in macOS 10.15 or newer
    public var image: Image
                      ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:10:15: note: add @available attribute to enclosing struct
public struct WiggleButton: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:13:27: error: 'Image' is only available in macOS 10.15 or newer
    public var maskImage: Image
                          ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:10:15: note: add @available attribute to enclosing struct
public struct WiggleButton: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:16:24: error: 'Image' is only available in macOS 10.15 or newer
    public init(image: Image, maskImage: Image, isSelected: Bool) {
                       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:16:12: note: add @available attribute to enclosing initializer
    public init(image: Image, maskImage: Image, isSelected: Bool) {
           ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:10:15: note: add @available attribute to enclosing struct
public struct WiggleButton: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:16:42: error: 'Image' is only available in macOS 10.15 or newer
    public init(image: Image, maskImage: Image, isSelected: Bool) {
                                         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:16:12: note: add @available attribute to enclosing initializer
    public init(image: Image, maskImage: Image, isSelected: Bool) {
           ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:10:15: note: add @available attribute to enclosing struct
public struct WiggleButton: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:22:6: error: 'State' is only available in macOS 10.15 or newer
    @State var t: CGFloat = 0
     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:10:15: note: add @available attribute to enclosing struct
public struct WiggleButton: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:23:6: error: 'State' is only available in macOS 10.15 or newer
    @State var tForBg: CGFloat = 0
     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:10:15: note: add @available attribute to enclosing struct
public struct WiggleButton: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:29:27: error: 'View' is only available in macOS 10.15 or newer
    public var body: some View {
                          ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:29:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:10:15: note: add @available attribute to enclosing struct
public struct WiggleButton: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:69:35: error: 'Path' is only available in macOS 10.15 or newer
    func path(in rect: CGRect) -> Path {
                                  ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:69:10: note: add @available attribute to enclosing instance method
    func path(in rect: CGRect) -> Path {
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:60:8: note: add @available attribute to enclosing struct
struct WiggleButtonBg: Shape {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:60:8: warning: conformance of 'CGFloat' to 'VectorArithmetic' is only available in macOS 10.15 or newer
struct WiggleButtonBg: Shape {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:60:8: note: add @available attribute to enclosing struct
struct WiggleButtonBg: Shape {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:60:8: note: in associated type 'Self.AnimatableData' (inferred as 'CGFloat')
struct WiggleButtonBg: Shape {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:30:9: error: 'ZStack' is only available in macOS 10.15 or newer
        ZStack {
        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:30:9: note: add 'if #available' version check
        ZStack {
        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:29:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:10:15: note: add @available attribute to enclosing struct
public struct WiggleButton: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:32:18: error: 'opacity' is only available in macOS 10.15 or newer
                .opacity(0.4)
                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:32:18: note: add 'if #available' version check
                .opacity(0.4)
                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:29:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:10:15: note: add @available attribute to enclosing struct
public struct WiggleButton: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:33:18: error: 'mask' is only available in macOS 10.15 or newer
                .mask(maskImage)
                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:33:18: note: add 'if #available' version check
                .mask(maskImage)
                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:29:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:10:15: note: add @available attribute to enclosing struct
public struct WiggleButton: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:34:13: warning: conformance of 'Image' to 'View' is only available in macOS 10.15 or newer
            image
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:34:13: note: add 'if #available' version check
            image
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:29:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:10:15: note: add @available attribute to enclosing struct
public struct WiggleButton: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:30:16: warning: conformance of 'Image' to 'View' is only available in macOS 10.15 or newer
        ZStack {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:30:16: note: add 'if #available' version check
        ZStack {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:29:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:10:15: note: add @available attribute to enclosing struct
public struct WiggleButton: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:36:10: error: 'scaleEffect(_:anchor:)' is only available in macOS 10.15 or newer
        .scaleEffect(scale)
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:36:10: note: add 'if #available' version check
        .scaleEffect(scale)
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:29:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:10:15: note: add @available attribute to enclosing struct
public struct WiggleButton: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:37:10: error: 'onChange(of:perform:)' is only available in macOS 11.0 or newer
        .onChange(of: isSelected) { newValue in
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:37:10: note: add 'if #available' version check
        .onChange(of: isSelected) { newValue in
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:29:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:10:15: note: add @available attribute to enclosing struct
public struct WiggleButton: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:39:17: error: 'withAnimation' is only available in macOS 10.15 or newer
                withAnimation(.interpolatingSpring(stiffness: 300, damping: 5)) {
                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:39:17: note: add 'if #available' version check
                withAnimation(.interpolatingSpring(stiffness: 300, damping: 5)) {
                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:29:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:10:15: note: add @available attribute to enclosing struct
public struct WiggleButton: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:39:32: error: 'interpolatingSpring(mass:stiffness:damping:initialVelocity:)' is only available in macOS 10.15 or newer
                withAnimation(.interpolatingSpring(stiffness: 300, damping: 5)) {
                               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:39:32: note: add 'if #available' version check
                withAnimation(.interpolatingSpring(stiffness: 300, damping: 5)) {
                               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:29:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:10:15: note: add @available attribute to enclosing struct
public struct WiggleButton: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:40:21: error: setter for 'tForBg' is only available in macOS 10.15 or newer
                    tForBg = 1
                    ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:40:21: note: add 'if #available' version check
                    tForBg = 1
                    ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:29:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:10:15: note: add @available attribute to enclosing struct
public struct WiggleButton: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:42:17: error: 'withAnimation' is only available in macOS 10.15 or newer
                withAnimation {
                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:42:17: note: add 'if #available' version check
                withAnimation {
                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:29:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:10:15: note: add @available attribute to enclosing struct
public struct WiggleButton: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:43:21: error: setter for 't' is only available in macOS 10.15 or newer
                    t = 1
                    ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:43:21: note: add 'if #available' version check
                    t = 1
                    ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:29:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:10:15: note: add @available attribute to enclosing struct
public struct WiggleButton: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:46:17: error: setter for 'tForBg' is only available in macOS 10.15 or newer
                tForBg = 0
                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:46:17: note: add 'if #available' version check
                tForBg = 0
                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:29:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:10:15: note: add @available attribute to enclosing struct
public struct WiggleButton: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:47:17: error: 'withAnimation' is only available in macOS 10.15 or newer
                withAnimation {
                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:47:17: note: add 'if #available' version check
                withAnimation {
                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:29:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:10:15: note: add @available attribute to enclosing struct
public struct WiggleButton: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:48:21: error: setter for 't' is only available in macOS 10.15 or newer
                    t = 0
                    ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:48:21: note: add 'if #available' version check
                    t = 0
                    ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:29:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:10:15: note: add @available attribute to enclosing struct
public struct WiggleButton: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:52:10: error: 'onAppear(perform:)' is only available in macOS 10.15 or newer
        .onAppear {
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:52:10: note: add 'if #available' version check
        .onAppear {
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:29:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:10:15: note: add @available attribute to enclosing struct
public struct WiggleButton: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:54:17: error: setter for 't' is only available in macOS 10.15 or newer
                t = 1
                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:54:17: note: add 'if #available' version check
                t = 1
                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:29:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:10:15: note: add @available attribute to enclosing struct
public struct WiggleButton: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:78:20: error: 'Path' is only available in macOS 10.15 or newer
        var path = Path()
                   ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:78:20: note: add 'if #available' version check
        var path = Path()
                   ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:69:10: note: add @available attribute to enclosing instance method
    func path(in rect: CGRect) -> Path {
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:60:8: note: add @available attribute to enclosing struct
struct WiggleButtonBg: Shape {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:79:14: error: 'addArc(center:radius:startAngle:endAngle:clockwise:transform:)' is only available in macOS 10.15 or newer
        path.addArc(center: CGPoint(x: rect.midX, y: rect.maxY), radius: 10 + param, startAngle: Angle(radians: 0), endAngle: Angle(radians: .pi), clockwise: true)
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:79:14: note: add 'if #available' version check
        path.addArc(center: CGPoint(x: rect.midX, y: rect.maxY), radius: 10 + param, startAngle: Angle(radians: 0), endAngle: Angle(radians: .pi), clockwise: true)
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:69:10: note: add @available attribute to enclosing instance method
    func path(in rect: CGRect) -> Path {
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:60:8: note: add @available attribute to enclosing struct
struct WiggleButtonBg: Shape {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:79:98: error: 'Angle' is only available in macOS 10.15 or newer
        path.addArc(center: CGPoint(x: rect.midX, y: rect.maxY), radius: 10 + param, startAngle: Angle(radians: 0), endAngle: Angle(radians: .pi), clockwise: true)
                                                                                                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:79:98: note: add 'if #available' version check
        path.addArc(center: CGPoint(x: rect.midX, y: rect.maxY), radius: 10 + param, startAngle: Angle(radians: 0), endAngle: Angle(radians: .pi), clockwise: true)
                                                                                                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:69:10: note: add @available attribute to enclosing instance method
    func path(in rect: CGRect) -> Path {
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:60:8: note: add @available attribute to enclosing struct
struct WiggleButtonBg: Shape {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:79:127: error: 'Angle' is only available in macOS 10.15 or newer
        path.addArc(center: CGPoint(x: rect.midX, y: rect.maxY), radius: 10 + param, startAngle: Angle(radians: 0), endAngle: Angle(radians: .pi), clockwise: true)
                                                                                                                              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:79:127: note: add 'if #available' version check
        path.addArc(center: CGPoint(x: rect.midX, y: rect.maxY), radius: 10 + param, startAngle: Angle(radians: 0), endAngle: Angle(radians: .pi), clockwise: true)
                                                                                                                              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:69:10: note: add @available attribute to enclosing instance method
    func path(in rect: CGRect) -> Path {
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift:60:8: note: add @available attribute to enclosing struct
struct WiggleButtonBg: Shape {
       ^
SwiftCompile normal arm64 Compiling\ DropletButton.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift (in target 'AnimatedTabBar' from project 'AnimatedTabBar')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/AnimatedTabbar.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/BezierPathLength.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/ButtonsBarLayout.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/IndentableRect.swift -primary-file /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/Utils.swift -emit-dependencies-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/DropletButton.d -emit-const-values-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/DropletButton.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/DropletButton.swiftdeps -serialize-diagnostics-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/DropletButton.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/AnimatedTabBar_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.4-23E208-9797649975e4ecd4c12fa5b52921ad3f.sdkstatcache -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AnimatedTabBar -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/DropletButton.o -index-unit-output-path /AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/DropletButton.o -index-store-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift (in target 'AnimatedTabBar' from project 'AnimatedTabBar')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/AnimatedTabbar.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/BezierPathLength.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/ButtonsBarLayout.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/IndentableRect.swift -primary-file /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/Utils.swift -emit-dependencies-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/DropletButton.d -emit-const-values-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/DropletButton.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/DropletButton.swiftdeps -serialize-diagnostics-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/DropletButton.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/AnimatedTabBar_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.4-23E208-9797649975e4ecd4c12fa5b52921ad3f.sdkstatcache -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AnimatedTabBar -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/DropletButton.o -index-unit-output-path /AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/DropletButton.o -index-store-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:13:30: error: 'Color' is only available in macOS 10.15 or newer
    public var dropletColor: Color
                             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:10:15: note: add @available attribute to enclosing struct
public struct DropletButton: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:16:50: error: 'Color' is only available in macOS 10.15 or newer
    public init(imageName: String, dropletColor: Color, isSelected: Bool) {
                                                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:16:12: note: add @available attribute to enclosing initializer
    public init(imageName: String, dropletColor: Color, isSelected: Bool) {
           ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:10:15: note: add @available attribute to enclosing struct
public struct DropletButton: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:22:6: error: 'State' is only available in macOS 10.15 or newer
    @State var t: CGFloat = 0
     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:10:15: note: add @available attribute to enclosing struct
public struct DropletButton: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:24:27: error: 'View' is only available in macOS 10.15 or newer
    public var body: some View {
                          ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:24:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:10:15: note: add @available attribute to enclosing struct
public struct DropletButton: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:46:23: error: 'Color' is only available in macOS 10.15 or newer
    var dropletColor: Color
                      ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:43:8: note: add @available attribute to enclosing struct
struct DropletButtonAnimatable: View, Animatable {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:49:50: error: 'Color' is only available in macOS 10.15 or newer
    public init(imageName: String, dropletColor: Color, t: CGFloat) {
                                                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:49:12: note: add @available attribute to enclosing initializer
    public init(imageName: String, dropletColor: Color, t: CGFloat) {
           ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:43:8: note: add @available attribute to enclosing struct
struct DropletButtonAnimatable: View, Animatable {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:60:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var frame: CGRect = .zero
     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:43:8: note: add @available attribute to enclosing struct
struct DropletButtonAnimatable: View, Animatable {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:80:27: error: 'View' is only available in macOS 10.15 or newer
    public var body: some View {
                          ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:80:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:43:8: note: add @available attribute to enclosing struct
struct DropletButtonAnimatable: View, Animatable {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:43:8: warning: conformance of 'CGFloat' to 'VectorArithmetic' is only available in macOS 10.15 or newer
struct DropletButtonAnimatable: View, Animatable {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:43:8: note: add @available attribute to enclosing struct
struct DropletButtonAnimatable: View, Animatable {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:43:8: note: in associated type 'Self.AnimatableData' (inferred as 'CGFloat')
struct DropletButtonAnimatable: View, Animatable {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:97:35: error: 'Path' is only available in macOS 10.15 or newer
    func path(in rect: CGRect) -> Path {
                                  ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:97:10: note: add @available attribute to enclosing instance method
    func path(in rect: CGRect) -> Path {
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:93:8: note: add @available attribute to enclosing struct
struct Droplet: Shape {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:26:14: error: 'onChange(of:perform:)' is only available in macOS 11.0 or newer
            .onChange(of: isSelected) { newValue in
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:26:14: note: add 'if #available' version check
            .onChange(of: isSelected) { newValue in
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:24:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:10:15: note: add @available attribute to enclosing struct
public struct DropletButton: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:28:21: error: 'withAnimation' is only available in macOS 10.15 or newer
                    withAnimation(.linear(duration: 0.9)) {
                    ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:28:21: note: add 'if #available' version check
                    withAnimation(.linear(duration: 0.9)) {
                    ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:24:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:10:15: note: add @available attribute to enclosing struct
public struct DropletButton: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:28:36: error: 'linear(duration:)' is only available in macOS 10.15 or newer
                    withAnimation(.linear(duration: 0.9)) {
                                   ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:28:36: note: add 'if #available' version check
                    withAnimation(.linear(duration: 0.9)) {
                                   ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:24:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:10:15: note: add @available attribute to enclosing struct
public struct DropletButton: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:29:25: error: setter for 't' is only available in macOS 10.15 or newer
                        t = 1
                        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:29:25: note: add 'if #available' version check
                        t = 1
                        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:24:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:10:15: note: add @available attribute to enclosing struct
public struct DropletButton: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:32:21: error: setter for 't' is only available in macOS 10.15 or newer
                    t = 0
                    ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:32:21: note: add 'if #available' version check
                    t = 0
                    ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:24:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:10:15: note: add @available attribute to enclosing struct
public struct DropletButton: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:35:14: error: 'onAppear(perform:)' is only available in macOS 10.15 or newer
            .onAppear {
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:35:14: note: add 'if #available' version check
            .onAppear {
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:24:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:10:15: note: add @available attribute to enclosing struct
public struct DropletButton: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:37:21: error: setter for 't' is only available in macOS 10.15 or newer
                    t = 1
                    ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:37:21: note: add 'if #available' version check
                    t = 1
                    ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:24:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:10:15: note: add @available attribute to enclosing struct
public struct DropletButton: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:81:9: error: 'ZStack' is only available in macOS 10.15 or newer
        ZStack {
        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:81:9: note: add 'if #available' version check
        ZStack {
        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:80:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:43:8: note: add @available attribute to enclosing struct
struct DropletButtonAnimatable: View, Animatable {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:82:13: error: 'Image' is only available in macOS 10.15 or newer
            Image(imageName)
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:82:13: note: add 'if #available' version check
            Image(imageName)
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:80:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:43:8: note: add @available attribute to enclosing struct
struct DropletButtonAnimatable: View, Animatable {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:82:13: error: 'init(_:bundle:)' is only available in macOS 10.15 or newer
            Image(imageName)
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:82:13: note: add 'if #available' version check
            Image(imageName)
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:80:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:43:8: note: add @available attribute to enclosing struct
struct DropletButtonAnimatable: View, Animatable {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:83:18: error: 'padding' is only available in macOS 10.15 or newer
                .padding(.vertical, 10)
                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:83:18: note: add 'if #available' version check
                .padding(.vertical, 10)
                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:80:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:43:8: note: add @available attribute to enclosing struct
struct DropletButtonAnimatable: View, Animatable {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:85:18: error: 'mask' is only available in macOS 10.15 or newer
                .mask(t > 0.5 ? AnyView(Image(imageName)) : AnyView(Rectangle().frame(width: frame.width, height: frame.height)))
                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:85:18: note: add 'if #available' version check
                .mask(t > 0.5 ? AnyView(Image(imageName)) : AnyView(Rectangle().frame(width: frame.width, height: frame.height)))
                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:80:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:43:8: note: add @available attribute to enclosing struct
struct DropletButtonAnimatable: View, Animatable {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:85:33: error: 'AnyView' is only available in macOS 10.15 or newer
                .mask(t > 0.5 ? AnyView(Image(imageName)) : AnyView(Rectangle().frame(width: frame.width, height: frame.height)))
                                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:85:33: note: add 'if #available' version check
                .mask(t > 0.5 ? AnyView(Image(imageName)) : AnyView(Rectangle().frame(width: frame.width, height: frame.height)))
                                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:80:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:43:8: note: add @available attribute to enclosing struct
struct DropletButtonAnimatable: View, Animatable {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:85:33: warning: conformance of 'Image' to 'View' is only available in macOS 10.15 or newer
                .mask(t > 0.5 ? AnyView(Image(imageName)) : AnyView(Rectangle().frame(width: frame.width, height: frame.height)))
                                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:85:33: note: add 'if #available' version check
                .mask(t > 0.5 ? AnyView(Image(imageName)) : AnyView(Rectangle().frame(width: frame.width, height: frame.height)))
                                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:80:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:43:8: note: add @available attribute to enclosing struct
struct DropletButtonAnimatable: View, Animatable {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:85:41: error: 'Image' is only available in macOS 10.15 or newer
                .mask(t > 0.5 ? AnyView(Image(imageName)) : AnyView(Rectangle().frame(width: frame.width, height: frame.height)))
                                        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:85:41: note: add 'if #available' version check
                .mask(t > 0.5 ? AnyView(Image(imageName)) : AnyView(Rectangle().frame(width: frame.width, height: frame.height)))
                                        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:80:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:43:8: note: add @available attribute to enclosing struct
struct DropletButtonAnimatable: View, Animatable {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:85:41: error: 'init(_:bundle:)' is only available in macOS 10.15 or newer
                .mask(t > 0.5 ? AnyView(Image(imageName)) : AnyView(Rectangle().frame(width: frame.width, height: frame.height)))
                                        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:85:41: note: add 'if #available' version check
                .mask(t > 0.5 ? AnyView(Image(imageName)) : AnyView(Rectangle().frame(width: frame.width, height: frame.height)))
                                        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:80:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:43:8: note: add @available attribute to enclosing struct
struct DropletButtonAnimatable: View, Animatable {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:85:61: error: 'AnyView' is only available in macOS 10.15 or newer
                .mask(t > 0.5 ? AnyView(Image(imageName)) : AnyView(Rectangle().frame(width: frame.width, height: frame.height)))
                                                            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:85:61: note: add 'if #available' version check
                .mask(t > 0.5 ? AnyView(Image(imageName)) : AnyView(Rectangle().frame(width: frame.width, height: frame.height)))
                                                            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:80:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:43:8: note: add @available attribute to enclosing struct
struct DropletButtonAnimatable: View, Animatable {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:85:69: error: 'Rectangle' is only available in macOS 10.15 or newer
                .mask(t > 0.5 ? AnyView(Image(imageName)) : AnyView(Rectangle().frame(width: frame.width, height: frame.height)))
                                                                    ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:85:69: note: add 'if #available' version check
                .mask(t > 0.5 ? AnyView(Image(imageName)) : AnyView(Rectangle().frame(width: frame.width, height: frame.height)))
                                                                    ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:80:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:43:8: note: add @available attribute to enclosing struct
struct DropletButtonAnimatable: View, Animatable {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:85:81: error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
                .mask(t > 0.5 ? AnyView(Image(imageName)) : AnyView(Rectangle().frame(width: frame.width, height: frame.height)))
                                                                                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:85:81: note: add 'if #available' version check
                .mask(t > 0.5 ? AnyView(Image(imageName)) : AnyView(Rectangle().frame(width: frame.width, height: frame.height)))
                                                                                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:80:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:43:8: note: add @available attribute to enclosing struct
struct DropletButtonAnimatable: View, Animatable {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:86:18: error: 'foregroundColor' is only available in macOS 10.15 or newer
                .foregroundColor(dropletColor)
                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:86:18: note: add 'if #available' version check
                .foregroundColor(dropletColor)
                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:80:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:43:8: note: add @available attribute to enclosing struct
struct DropletButtonAnimatable: View, Animatable {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:88:10: error: 'scaleEffect(_:anchor:)' is only available in macOS 10.15 or newer
        .scaleEffect(scale)
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:88:10: note: add 'if #available' version check
        .scaleEffect(scale)
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:80:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:43:8: note: add @available attribute to enclosing struct
struct DropletButtonAnimatable: View, Animatable {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:101:20: error: 'Path' is only available in macOS 10.15 or newer
        var path = Path()
                   ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:101:20: note: add 'if #available' version check
        var path = Path()
                   ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:97:10: note: add @available attribute to enclosing instance method
    func path(in rect: CGRect) -> Path {
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:93:8: note: add @available attribute to enclosing struct
struct Droplet: Shape {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:102:14: error: 'addArc(center:radius:startAngle:endAngle:clockwise:transform:)' is only available in macOS 10.15 or newer
        path.addArc(center: CGPoint(x: rect.midX, y: rect.minY + inset), radius: param, startAngle: Angle(radians: 0), endAngle: Angle(radians: 2 * .pi), clockwise: false)
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:102:14: note: add 'if #available' version check
        path.addArc(center: CGPoint(x: rect.midX, y: rect.minY + inset), radius: param, startAngle: Angle(radians: 0), endAngle: Angle(radians: 2 * .pi), clockwise: false)
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:97:10: note: add @available attribute to enclosing instance method
    func path(in rect: CGRect) -> Path {
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:93:8: note: add @available attribute to enclosing struct
struct Droplet: Shape {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:102:101: error: 'Angle' is only available in macOS 10.15 or newer
        path.addArc(center: CGPoint(x: rect.midX, y: rect.minY + inset), radius: param, startAngle: Angle(radians: 0), endAngle: Angle(radians: 2 * .pi), clockwise: false)
                                                                                                    ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:102:101: note: add 'if #available' version check
        path.addArc(center: CGPoint(x: rect.midX, y: rect.minY + inset), radius: param, startAngle: Angle(radians: 0), endAngle: Angle(radians: 2 * .pi), clockwise: false)
                                                                                                    ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:97:10: note: add @available attribute to enclosing instance method
    func path(in rect: CGRect) -> Path {
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:93:8: note: add @available attribute to enclosing struct
struct Droplet: Shape {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:102:130: error: 'Angle' is only available in macOS 10.15 or newer
        path.addArc(center: CGPoint(x: rect.midX, y: rect.minY + inset), radius: param, startAngle: Angle(radians: 0), endAngle: Angle(radians: 2 * .pi), clockwise: false)
                                                                                                                                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:102:130: note: add 'if #available' version check
        path.addArc(center: CGPoint(x: rect.midX, y: rect.minY + inset), radius: param, startAngle: Angle(radians: 0), endAngle: Angle(radians: 2 * .pi), clockwise: false)
                                                                                                                                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:97:10: note: add @available attribute to enclosing instance method
    func path(in rect: CGRect) -> Path {
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift:93:8: note: add @available attribute to enclosing struct
struct Droplet: Shape {
       ^
SwiftCompile normal arm64 Compiling\ GeometryEffects.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift (in target 'AnimatedTabBar' from project 'AnimatedTabBar')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/AnimatedTabbar.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/BezierPathLength.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/ButtonsBarLayout.swift -primary-file /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/IndentableRect.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/Utils.swift -emit-dependencies-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/GeometryEffects.d -emit-const-values-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/GeometryEffects.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/GeometryEffects.swiftdeps -serialize-diagnostics-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/GeometryEffects.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/AnimatedTabBar_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.4-23E208-9797649975e4ecd4c12fa5b52921ad3f.sdkstatcache -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AnimatedTabBar -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/GeometryEffects.o -index-unit-output-path /AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/GeometryEffects.o -index-store-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift (in target 'AnimatedTabBar' from project 'AnimatedTabBar')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/AnimatedTabbar.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/BezierPathLength.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/ButtonsBarLayout.swift -primary-file /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/IndentableRect.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/Utils.swift -emit-dependencies-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/GeometryEffects.d -emit-const-values-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/GeometryEffects.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/GeometryEffects.swiftdeps -serialize-diagnostics-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/GeometryEffects.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/AnimatedTabBar_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.4-23E208-9797649975e4ecd4c12fa5b52921ad3f.sdkstatcache -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AnimatedTabBar -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/GeometryEffects.o -index-unit-output-path /AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/GeometryEffects.o -index-store-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift:13:21: error: 'Path' is only available in macOS 10.15 or newer
    var trajectory: Path
                    ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift:10:8: note: add @available attribute to enclosing struct
struct AlongPath: GeometryEffect {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift:20:46: error: 'ProjectionTransform' is only available in macOS 10.15 or newer
    public func effectValue(size: CGSize) -> ProjectionTransform {
                                             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift:20:17: note: add @available attribute to enclosing instance method
    public func effectValue(size: CGSize) -> ProjectionTransform {
                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift:10:8: note: add @available attribute to enclosing struct
struct AlongPath: GeometryEffect {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift:10:8: warning: conformance of 'CGFloat' to 'VectorArithmetic' is only available in macOS 10.15 or newer
struct AlongPath: GeometryEffect {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift:10:8: note: add @available attribute to enclosing struct
struct AlongPath: GeometryEffect {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift:10:8: note: in associated type 'Self.AnimatableData' (inferred as 'CGFloat')
struct AlongPath: GeometryEffect {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift:10:8: warning: conformance of 'Never' to 'View' is only available in macOS 10.15 or newer
struct AlongPath: GeometryEffect {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift:10:8: note: add @available attribute to enclosing struct
struct AlongPath: GeometryEffect {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift:10:8: note: in associated type 'Self.Body' (inferred as 'Never')
struct AlongPath: GeometryEffect {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift:29:51: error: 'Path' is only available in macOS 10.15 or newer
    public func alongPath(t: CGFloat, trajectory: Path) -> some View {
                                                  ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift:29:17: note: add @available attribute to enclosing instance method
    public func alongPath(t: CGFloat, trajectory: Path) -> some View {
                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift:28:1: note: add @available attribute to enclosing extension
extension View {
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift:29:65: error: 'View' is only available in macOS 10.15 or newer
    public func alongPath(t: CGFloat, trajectory: Path) -> some View {
                                                                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift:29:17: note: add @available attribute to enclosing instance method
    public func alongPath(t: CGFloat, trajectory: Path) -> some View {
                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift:28:1: note: add @available attribute to enclosing extension
extension View {
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift:28:11: error: 'View' is only available in macOS 10.15 or newer
extension View {
          ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift:28:1: note: add @available attribute to enclosing extension
extension View {
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift:62:46: error: 'ProjectionTransform' is only available in macOS 10.15 or newer
    public func effectValue(size: CGSize) -> ProjectionTransform {
                                             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift:62:17: note: add @available attribute to enclosing instance method
    public func effectValue(size: CGSize) -> ProjectionTransform {
                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift:34:8: note: add @available attribute to enclosing struct
struct TeleportEffect: GeometryEffect {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift:34:8: warning: conformance of 'CGFloat' to 'VectorArithmetic' is only available in macOS 10.15 or newer
struct TeleportEffect: GeometryEffect {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift:34:8: note: add @available attribute to enclosing struct
struct TeleportEffect: GeometryEffect {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift:34:8: note: in associated type 'Self.AnimatableData' (inferred as 'CGFloat')
struct TeleportEffect: GeometryEffect {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift:34:8: warning: conformance of 'Never' to 'View' is only available in macOS 10.15 or newer
struct TeleportEffect: GeometryEffect {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift:34:8: note: add @available attribute to enclosing struct
struct TeleportEffect: GeometryEffect {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift:34:8: note: in associated type 'Self.Body' (inferred as 'Never')
struct TeleportEffect: GeometryEffect {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift:70:80: error: 'View' is only available in macOS 10.15 or newer
    public func teleportEffect(t: CGFloat, from: CGFloat, to: CGFloat) -> some View {
                                                                               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift:70:17: note: add @available attribute to enclosing instance method
    public func teleportEffect(t: CGFloat, from: CGFloat, to: CGFloat) -> some View {
                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift:69:1: note: add @available attribute to enclosing extension
extension View {
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift:69:11: error: 'View' is only available in macOS 10.15 or newer
extension View {
          ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift:69:1: note: add @available attribute to enclosing extension
extension View {
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift:22:20: error: 'ProjectionTransform' is only available in macOS 10.15 or newer
            return ProjectionTransform(CGAffineTransform(translationX: point.x, y: point.y))
                   ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift:22:20: note: add 'if #available' version check
            return ProjectionTransform(CGAffineTransform(translationX: point.x, y: point.y))
                   ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift:20:17: note: add @available attribute to enclosing instance method
    public func effectValue(size: CGSize) -> ProjectionTransform {
                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift:10:8: note: add @available attribute to enclosing struct
struct AlongPath: GeometryEffect {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift:24:16: error: 'ProjectionTransform' is only available in macOS 10.15 or newer
        return ProjectionTransform()
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift:24:16: note: add 'if #available' version check
        return ProjectionTransform()
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift:20:17: note: add @available attribute to enclosing instance method
    public func effectValue(size: CGSize) -> ProjectionTransform {
                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift:10:8: note: add @available attribute to enclosing struct
struct AlongPath: GeometryEffect {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift:30:14: error: 'modifier' is only available in macOS 10.15 or newer
        self.modifier(AlongPath(t: t, trajectory: trajectory))
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift:30:14: note: add 'if #available' version check
        self.modifier(AlongPath(t: t, trajectory: trajectory))
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift:29:17: note: add @available attribute to enclosing instance method
    public func alongPath(t: CGFloat, trajectory: Path) -> some View {
                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift:28:1: note: add @available attribute to enclosing extension
extension View {
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift:63:9: error: 'ProjectionTransform' is only available in macOS 10.15 or newer
        ProjectionTransform(CGAffineTransform(translationX: t < 0.5 ? from : to, y: 0)
        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift:63:9: note: add 'if #available' version check
        ProjectionTransform(CGAffineTransform(translationX: t < 0.5 ? from : to, y: 0)
        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift:62:17: note: add @available attribute to enclosing instance method
    public func effectValue(size: CGSize) -> ProjectionTransform {
                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift:34:8: note: add @available attribute to enclosing struct
struct TeleportEffect: GeometryEffect {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift:71:14: error: 'modifier' is only available in macOS 10.15 or newer
        self.modifier(TeleportEffect(t: t, from: from, to: to))
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift:71:14: note: add 'if #available' version check
        self.modifier(TeleportEffect(t: t, from: from, to: to))
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift:70:17: note: add @available attribute to enclosing instance method
    public func teleportEffect(t: CGFloat, from: CGFloat, to: CGFloat) -> some View {
                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift:69:1: note: add @available attribute to enclosing extension
extension View {
^
SwiftCompile normal arm64 Compiling\ ButtonsBarLayout.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/ButtonsBarLayout.swift (in target 'AnimatedTabBar' from project 'AnimatedTabBar')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/AnimatedTabbar.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/BezierPathLength.swift -primary-file /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/ButtonsBarLayout.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/IndentableRect.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/Utils.swift -emit-dependencies-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/ButtonsBarLayout.d -emit-const-values-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/ButtonsBarLayout.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/ButtonsBarLayout.swiftdeps -serialize-diagnostics-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/ButtonsBarLayout.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/AnimatedTabBar_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.4-23E208-9797649975e4ecd4c12fa5b52921ad3f.sdkstatcache -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AnimatedTabBar -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/ButtonsBarLayout.o -index-unit-output-path /AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/ButtonsBarLayout.o -index-store-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/ButtonsBarLayout.swift (in target 'AnimatedTabBar' from project 'AnimatedTabBar')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/AnimatedTabbar.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/BezierPathLength.swift -primary-file /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/ButtonsBarLayout.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/IndentableRect.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/Utils.swift -emit-dependencies-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/ButtonsBarLayout.d -emit-const-values-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/ButtonsBarLayout.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/ButtonsBarLayout.swiftdeps -serialize-diagnostics-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/ButtonsBarLayout.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/AnimatedTabBar_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.4-23E208-9797649975e4ecd4c12fa5b52921ad3f.sdkstatcache -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AnimatedTabBar -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/ButtonsBarLayout.o -index-unit-output-path /AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/ButtonsBarLayout.o -index-store-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/ButtonsBarLayout.swift:14:33: error: 'ProposedViewSize' is only available in macOS 13.0 or newer
    func sizeThatFits(proposal: ProposedViewSize, subviews: Subviews, cache: inout ()) -> CGSize {
                                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/ButtonsBarLayout.swift:14:10: note: add @available attribute to enclosing instance method
    func sizeThatFits(proposal: ProposedViewSize, subviews: Subviews, cache: inout ()) -> CGSize {
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/ButtonsBarLayout.swift:12:8: note: add @available attribute to enclosing struct
struct ButtonsBar: Layout {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/ButtonsBarLayout.swift:21:53: error: 'ProposedViewSize' is only available in macOS 13.0 or newer
    func placeSubviews(in bounds: CGRect, proposal: ProposedViewSize, subviews: Subviews, cache: inout ()) {
                                                    ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/ButtonsBarLayout.swift:21:10: note: add @available attribute to enclosing instance method
    func placeSubviews(in bounds: CGRect, proposal: ProposedViewSize, subviews: Subviews, cache: inout ()) {
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/ButtonsBarLayout.swift:12:8: note: add @available attribute to enclosing struct
struct ButtonsBar: Layout {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/ButtonsBarLayout.swift:50:20: error: 'View' is only available in macOS 10.15 or newer
    var body: some View {
                   ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/ButtonsBarLayout.swift:50:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/ButtonsBarLayout.swift:48:8: note: add @available attribute to enclosing struct
struct ButtonPreferenceViewSetter: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/ButtonsBarLayout.swift:51:9: error: 'GeometryReader' is only available in macOS 10.15 or newer
        GeometryReader { geometry in
        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/ButtonsBarLayout.swift:51:9: note: add 'if #available' version check
        GeometryReader { geometry in
        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/ButtonsBarLayout.swift:50:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/ButtonsBarLayout.swift:48:8: note: add @available attribute to enclosing struct
struct ButtonPreferenceViewSetter: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/ButtonsBarLayout.swift:51:24: warning: conformance of 'Color' to 'ShapeStyle' is only available in macOS 10.15 or newer
        GeometryReader { geometry in
                       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/ButtonsBarLayout.swift:51:24: note: add 'if #available' version check
        GeometryReader { geometry in
                       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/ButtonsBarLayout.swift:50:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/ButtonsBarLayout.swift:48:8: note: add @available attribute to enclosing struct
struct ButtonPreferenceViewSetter: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/ButtonsBarLayout.swift:52:13: error: 'Rectangle' is only available in macOS 10.15 or newer
            Rectangle()
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/ButtonsBarLayout.swift:52:13: note: add 'if #available' version check
            Rectangle()
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/ButtonsBarLayout.swift:50:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/ButtonsBarLayout.swift:48:8: note: add @available attribute to enclosing struct
struct ButtonPreferenceViewSetter: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/ButtonsBarLayout.swift:53:18: error: 'fill(_:style:)' is only available in macOS 14.0 or newer
                .fill(Color.clear)
                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/ButtonsBarLayout.swift:53:18: note: add 'if #available' version check
                .fill(Color.clear)
                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/ButtonsBarLayout.swift:50:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/ButtonsBarLayout.swift:48:8: note: add @available attribute to enclosing struct
struct ButtonPreferenceViewSetter: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/ButtonsBarLayout.swift:53:23: error: 'Color' is only available in macOS 10.15 or newer
                .fill(Color.clear)
                      ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/ButtonsBarLayout.swift:53:23: note: add 'if #available' version check
                .fill(Color.clear)
                      ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/ButtonsBarLayout.swift:50:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/ButtonsBarLayout.swift:48:8: note: add @available attribute to enclosing struct
struct ButtonPreferenceViewSetter: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/ButtonsBarLayout.swift:53:29: error: 'clear' is only available in macOS 10.15 or newer
                .fill(Color.clear)
                            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/ButtonsBarLayout.swift:53:29: note: add 'if #available' version check
                .fill(Color.clear)
                            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/ButtonsBarLayout.swift:50:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/ButtonsBarLayout.swift:48:8: note: add @available attribute to enclosing struct
struct ButtonPreferenceViewSetter: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/ButtonsBarLayout.swift:54:18: error: 'preference(key:value:)' is only available in macOS 10.15 or newer
                .preference(key: ButtonPreferenceKey.self,
                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/ButtonsBarLayout.swift:54:18: note: add 'if #available' version check
                .preference(key: ButtonPreferenceKey.self,
                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/ButtonsBarLayout.swift:50:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/ButtonsBarLayout.swift:48:8: note: add @available attribute to enclosing struct
struct ButtonPreferenceViewSetter: View {
       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/ButtonsBarLayout.swift:55:46: error: 'frame(in:)' is only available in macOS 10.15 or newer
                            value: [geometry.frame(in: .named(buttonsBarSpace))])
                                             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/ButtonsBarLayout.swift:55:46: note: add 'if #available' version check
                            value: [geometry.frame(in: .named(buttonsBarSpace))])
                                             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/ButtonsBarLayout.swift:50:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/ButtonsBarLayout.swift:48:8: note: add @available attribute to enclosing struct
struct ButtonPreferenceViewSetter: View {
       ^
SwiftCompile normal arm64 Compiling\ BezierPathLength.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/BezierPathLength.swift (in target 'AnimatedTabBar' from project 'AnimatedTabBar')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/AnimatedTabbar.swift -primary-file /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/BezierPathLength.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/ButtonsBarLayout.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/IndentableRect.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/Utils.swift -emit-dependencies-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/BezierPathLength.d -emit-const-values-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/BezierPathLength.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/BezierPathLength.swiftdeps -serialize-diagnostics-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/BezierPathLength.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/AnimatedTabBar_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.4-23E208-9797649975e4ecd4c12fa5b52921ad3f.sdkstatcache -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AnimatedTabBar -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/BezierPathLength.o -index-unit-output-path /AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/BezierPathLength.o -index-store-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/BezierPathLength.swift (in target 'AnimatedTabBar' from project 'AnimatedTabBar')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/AnimatedTabbar.swift -primary-file /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/BezierPathLength.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/ButtonsBarLayout.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/IndentableRect.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/Utils.swift -emit-dependencies-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/BezierPathLength.d -emit-const-values-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/BezierPathLength.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/BezierPathLength.swiftdeps -serialize-diagnostics-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/BezierPathLength.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/AnimatedTabBar_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.4-23E208-9797649975e4ecd4c12fa5b52921ad3f.sdkstatcache -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AnimatedTabBar -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/BezierPathLength.o -index-unit-output-path /AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/BezierPathLength.o -index-store-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ AnimatedTabbar.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/AnimatedTabbar.swift (in target 'AnimatedTabBar' from project 'AnimatedTabBar')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/AnimatedTabbar.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/BezierPathLength.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/ButtonsBarLayout.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/IndentableRect.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/Utils.swift -emit-dependencies-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/AnimatedTabbar.d -emit-const-values-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/AnimatedTabbar.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/AnimatedTabbar.swiftdeps -serialize-diagnostics-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/AnimatedTabbar.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/AnimatedTabBar_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.4-23E208-9797649975e4ecd4c12fa5b52921ad3f.sdkstatcache -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AnimatedTabBar -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/AnimatedTabbar.o -index-unit-output-path /AnimatedTabBar.build/Debug/AnimatedTabBar.build/Objects-normal/arm64/AnimatedTabbar.o -index-store-path /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Command SwiftCompile failed with a nonzero exit code
objc[57995]: Class XROS1_1SimRuntime is implemented in both /Library/Developer/CoreSimulator/Volumes/xrOS_21O209/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10f0700e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10f1940e0). One of the two will be used. Which one is undefined.
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:00008103-001A103E26D2001E, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:00008103-001A103E26D2001E, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:00008103-001A103E26D2001E, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:00008103-001A103E26D2001E, name:My Mac }
{ platform:tvOS Simulator, id:70405EF9-9F90-417C-9F6E-AB3B1F1D9DC7, OS:17.2, name:Apple TV }
{ platform:tvOS Simulator, id:5A5BB7E0-B90B-49A0-BBB1-943FFC27A1D4, OS:17.4, name:Apple TV }
{ platform:tvOS Simulator, id:B2053F29-3B9E-4DE9-85A6-E38ACA4451A3, OS:17.2, name:Apple TV 4K (3rd generation) }
{ platform:tvOS Simulator, id:2937AC14-15E0-4D42-B8AA-9481941721C6, OS:17.4, name:Apple TV 4K (3rd generation) }
{ platform:tvOS Simulator, id:8CB0E68C-1668-4843-9793-1033274AEF77, OS:17.2, name:Apple TV 4K (3rd generation) (at 1080p) }
{ platform:tvOS Simulator, id:12F2CDEA-21DA-4EB9-9191-18D81B6D6038, OS:17.4, name:Apple TV 4K (3rd generation) (at 1080p) }
{ platform:visionOS Simulator, id:3ED67185-3870-4373-A65C-9E87C7BB694D, OS:1.0, name:Apple Vision Pro }
{ platform:visionOS Simulator, id:F72B4774-80F1-46B1-8438-87CC44877F81, OS:1.1, name:Apple Vision Pro }
{ platform:watchOS Simulator, id:C09E6AC2-CB54-425A-B2A5-6989BBD552F6, OS:10.2, name:Apple Watch SE (40mm) (2nd generation) }
{ platform:watchOS Simulator, id:AC0D13ED-0C17-4393-B49C-7E77D9D536A9, OS:10.4, name:Apple Watch SE (40mm) (2nd generation) }
{ platform:watchOS Simulator, id:9F3BF276-B6F8-498E-A39B-7E990D422823, OS:10.2, name:Apple Watch SE (44mm) (2nd generation) }
{ platform:watchOS Simulator, id:307A0B53-641A-4BD9-AC70-1795D0990F5A, OS:10.4, name:Apple Watch SE (44mm) (2nd generation) }
{ platform:watchOS Simulator, id:F1090B6B-F489-45B3-998E-2B4F804B19E4, OS:10.2, name:Apple Watch Series 5 (40mm) }
{ platform:watchOS Simulator, id:1667D247-6F26-4CDF-8BEE-7608CA76115D, OS:10.4, name:Apple Watch Series 5 (40mm) }
{ platform:watchOS Simulator, id:32473BDB-0398-4FBE-9F10-1F59EB759BBE, OS:10.2, name:Apple Watch Series 5 (44mm) }
{ platform:watchOS Simulator, id:0EF50BE9-DA98-47FF-A50C-13ADFA45F141, OS:10.4, name:Apple Watch Series 5 (44mm) }
{ platform:watchOS Simulator, id:5CA09CC5-AC4C-4E46-B119-058DDEF07CD8, OS:10.2, name:Apple Watch Series 6 (40mm) }
{ platform:watchOS Simulator, id:F7F04DC6-F2F7-4C7D-A681-4CDBBEBAC095, OS:10.4, name:Apple Watch Series 6 (40mm) }
{ platform:watchOS Simulator, id:6979E2A9-F51A-4C70-81EF-61FC04A6FFB0, OS:10.2, name:Apple Watch Series 6 (44mm) }
{ platform:watchOS Simulator, id:9FEBE2FA-B4C6-4EF7-9518-D1CC33162E5E, OS:10.4, name:Apple Watch Series 6 (44mm) }
{ platform:watchOS Simulator, id:3619F637-7CC2-42C4-AE50-2BA4EFACF343, OS:10.2, name:Apple Watch Series 7 (41mm) }
{ platform:watchOS Simulator, id:8BA0449F-D125-45B5-8326-1BF2744151FD, OS:10.4, name:Apple Watch Series 7 (41mm) }
{ platform:watchOS Simulator, id:F23A4AA7-9463-412D-B832-3859C6BE279B, OS:10.2, name:Apple Watch Series 7 (45mm) }
{ platform:watchOS Simulator, id:E0C99BE0-D2D5-4BB3-8F87-FB5E7C2E7B54, OS:10.4, name:Apple Watch Series 7 (45mm) }
{ platform:watchOS Simulator, id:D4727970-4CE3-4078-AFB3-82E06BA84CF9, OS:10.2, name:Apple Watch Series 9 (41mm) }
{ platform:watchOS Simulator, id:E1574FD0-AF8F-4000-A3A4-99E160EB2B93, OS:10.4, name:Apple Watch Series 9 (41mm) }
{ platform:watchOS Simulator, id:FEFDEB23-F4A2-40D6-BF31-D6DAF814114F, OS:10.2, name:Apple Watch Series 9 (45mm) }
{ platform:watchOS Simulator, id:81C5852D-104B-4EF8-82AB-533A260025BA, OS:10.4, name:Apple Watch Series 9 (45mm) }
{ platform:watchOS Simulator, id:C17E5169-BF27-402A-A3B3-BD0E2C66315A, OS:10.2, name:Apple Watch Ultra 2 (49mm) }
{ platform:watchOS Simulator, id:FB3DD217-BE1E-45E5-9638-D38C79323506, OS:10.4, name:Apple Watch Ultra 2 (49mm) }
{ platform:iOS Simulator, id:8C0985BD-C231-44A9-A42A-48E32D904F22, OS:17.2, name:iPad (10th generation) }
{ platform:iOS Simulator, id:B356BE2B-EFC5-41D9-851F-D3F4BE4E9E18, OS:17.4, name:iPad (10th generation) }
{ platform:iOS Simulator, id:1061DA60-1B2C-43B4-8A12-AA8E17FDBF6B, OS:17.2, name:iPad Air (5th generation) }
{ platform:iOS Simulator, id:4E3FF828-C406-4B78-9927-9C976A8B1FCB, OS:17.4, name:iPad Air (5th generation) }
{ platform:iOS Simulator, id:25D827DD-3847-4642-8622-9336A529A407, OS:17.2, name:iPad Pro (11-inch) (4th generation) }
{ platform:iOS Simulator, id:C3B8C198-8013-4BE6-959F-63057EDC6035, OS:17.4, name:iPad Pro (11-inch) (4th generation) }
{ platform:iOS Simulator, id:EF66F110-FED0-4A49-91C4-126AC2E5240C, OS:17.2, name:iPad Pro (12.9-inch) (6th generation) }
{ platform:iOS Simulator, id:ECA6D07B-4A0E-4906-80ED-951B87F032DF, OS:17.4, name:iPad Pro (12.9-inch) (6th generation) }
{ platform:iOS Simulator, id:7D6DC3D2-B9B6-4F95-A23F-15029D0A987A, OS:17.2, name:iPad mini (6th generation) }
{ platform:iOS Simulator, id:742F36DC-4CCD-4C21-B5A2-3A184C8FC8E2, OS:17.4, name:iPad mini (6th generation) }
{ platform:iOS Simulator, id:8C38D4D5-D1D3-4860-84B1-0A1FB8CF28E4, OS:17.2, name:iPhone 15 }
{ platform:iOS Simulator, id:3CA0008B-DE9E-40AE-8796-57466FEC6CB4, OS:17.4, name:iPhone 15 }
{ platform:iOS Simulator, id:CBA75002-93AE-442A-9270-D70099CE0A53, OS:17.2, name:iPhone 15 Plus }
{ platform:iOS Simulator, id:698BC705-0BA2-43A3-B6BE-6DA0A57E93D3, OS:17.4, name:iPhone 15 Plus }
{ platform:iOS Simulator, id:508BD349-D73E-44FD-9CC7-77D01749CA1F, OS:17.2, name:iPhone 15 Pro }
{ platform:iOS Simulator, id:7AC01184-85A2-4585-8CB1-681C489D52AE, OS:17.4, name:iPhone 15 Pro }
{ platform:iOS Simulator, id:F3F94F7F-22C1-423E-9993-20876A4D535B, OS:17.2, name:iPhone 15 Pro Max }
{ platform:iOS Simulator, id:ACB7F155-FC1C-463C-9455-63BE11A7BA54, OS:17.4, name:iPhone 15 Pro Max }
{ platform:iOS Simulator, id:54F76F08-7524-4F62-A049-3CD511DF9155, OS:17.2, name:iPhone SE (3rd generation) }
{ platform:iOS Simulator, id:9937A015-E1C7-43F5-87C9-53FE3A21628D, OS:17.4, name:iPhone SE (3rd generation) }
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ AnimatedTabBar (in target 'AnimatedTabBar' from project 'AnimatedTabBar')
	SwiftCompile normal arm64 /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/IndentableRect.swift (in target 'AnimatedTabBar' from project 'AnimatedTabBar')
	SwiftCompile normal arm64 Compiling\ IndentableRect.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/IndentableRect.swift (in target 'AnimatedTabBar' from project 'AnimatedTabBar')
	SwiftCompile normal arm64 Compiling\ Utils.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/Utils.swift (in target 'AnimatedTabBar' from project 'AnimatedTabBar')
	SwiftCompile normal arm64 /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/Utils.swift (in target 'AnimatedTabBar' from project 'AnimatedTabBar')
	SwiftCompile normal arm64 /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift (in target 'AnimatedTabBar' from project 'AnimatedTabBar')
	SwiftCompile normal arm64 Compiling\ WiggleButton.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/WiggleButton.swift (in target 'AnimatedTabBar' from project 'AnimatedTabBar')
	SwiftCompile normal arm64 /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift (in target 'AnimatedTabBar' from project 'AnimatedTabBar')
	SwiftCompile normal arm64 Compiling\ DropletButton.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/TabBarButtons/DropletButton.swift (in target 'AnimatedTabBar' from project 'AnimatedTabBar')
	SwiftCompile normal arm64 Compiling\ GeometryEffects.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift (in target 'AnimatedTabBar' from project 'AnimatedTabBar')
	SwiftCompile normal arm64 /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/GeometryEffects.swift (in target 'AnimatedTabBar' from project 'AnimatedTabBar')
	SwiftCompile normal arm64 Compiling\ ButtonsBarLayout.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/ButtonsBarLayout.swift (in target 'AnimatedTabBar' from project 'AnimatedTabBar')
	SwiftCompile normal arm64 /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/ButtonsBarLayout.swift (in target 'AnimatedTabBar' from project 'AnimatedTabBar')
	SwiftCompile normal arm64 Compiling\ AnimatedTabbar.swift /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnimatedTabBar/AnimatedTabbar.swift (in target 'AnimatedTabBar' from project 'AnimatedTabBar')
(14 failures)
BUILD FAILURE 5.10 macosXcodebuild

Build Machine: Mac 7