The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SentryCocoaLumberjack, reference main (e30623), with Swift 6.2 (beta) for watchOS using Xcode 26.0 on 18 Jun 2025 16:39:16 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SentryCocoaLumberjack-Package -destination generic/platform=watchOS

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bruno-garcia/SentryCocoaLumberjack.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bruno-garcia/SentryCocoaLumberjack
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e30623b build
Cloned https://github.com/bruno-garcia/SentryCocoaLumberjack.git
Revision (git rev-parse @):
e30623b76a27647e87d8cba0752724b782ec40ab
SUCCESS checkout https://github.com/bruno-garcia/SentryCocoaLumberjack.git at main
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.2
Building package at path:  $PWD
https://github.com/bruno-garcia/SentryCocoaLumberjack.git
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/CocoaLumberjack/CocoaLumberjack
Fetching from https://github.com/getsentry/sentry-cocoa
Fetching from https://github.com/apple/swift-log
Creating working copy of package ‘CocoaLumberjack’
Checking out 3.8.5 of package ‘CocoaLumberjack’
Creating working copy of package ‘sentry-cocoa’
Checking out 5.2.2 of package ‘sentry-cocoa’
Creating working copy of package ‘swift-log’
Checking out 1.6.3 of package ‘swift-log’
Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Sources/SentryCocoaLumberjack/Example': File not found.Resolve Package Graph
Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Sources/SentryCocoaLumberjack/Example': File not found.
Resolved source packages:
  swift-log: https://github.com/apple/swift-log @ 1.6.3
  Sentry: https://github.com/getsentry/sentry-cocoa @ 5.2.2
  CocoaLumberjack: https://github.com/CocoaLumberjack/CocoaLumberjack @ 3.8.5
  SentryCocoaLumberjack: /Users/admin/builder/spi-builder-workspace
resolved source packages: swift-log, Sentry, CocoaLumberjack, SentryCocoaLumberjack
{
  "dependencies" : [
    {
      "identity" : "sentry-cocoa",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.2.2",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/getsentry/sentry-cocoa"
    },
    {
      "identity" : "cocoalumberjack",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.6.2",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/CocoaLumberjack/CocoaLumberjack"
    }
  ],
  "manifest_display_name" : "SentryCocoaLumberjack",
  "name" : "SentryCocoaLumberjack",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    }
  ],
  "products" : [
    {
      "name" : "SentryCocoaLumberjack",
      "targets" : [
        "SentryCocoaLumberjack"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Example",
      "targets" : [
        "Example"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SentryCocoaLumberjack",
      "module_type" : "SwiftTarget",
      "name" : "SentryCocoaLumberjack",
      "path" : "Sources/SentryCocoaLumberjack",
      "product_dependencies" : [
        "Sentry",
        "CocoaLumberjackSwift"
      ],
      "product_memberships" : [
        "SentryCocoaLumberjack",
        "Example"
      ],
      "sources" : [
        "SentryLogger.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Example",
      "module_type" : "SwiftTarget",
      "name" : "Example",
      "path" : "Example",
      "product_dependencies" : [
        "Sentry",
        "CocoaLumberjackSwift"
      ],
      "product_memberships" : [
        "Example"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SentryCocoaLumberjack"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.2"
}
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Sources/SentryCocoaLumberjack/Example': File not found.
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "CocoaLumberjack",
      "CocoaLumberjack-Package",
      "CocoaLumberjackSwift",
      "CocoaLumberjackSwiftLogBackend",
      "Example",
      "SentryCocoaLumberjack",
      "SentryCocoaLumberjack-Package"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SentryCocoaLumberjack-Package -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme SentryCocoaLumberjack-Package -destination generic/platform=watchOS
Resolve Package Graph
Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Sources/SentryCocoaLumberjack/Example': File not found.
Resolve Package Graph
Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Sources/SentryCocoaLumberjack/Example': File not found.
Resolved source packages:
  SentryCocoaLumberjack: /Users/admin/builder/spi-builder-workspace
  Sentry: https://github.com/getsentry/sentry-cocoa @ 5.2.2
  swift-log: https://github.com/apple/swift-log @ 1.6.3
  CocoaLumberjack: https://github.com/CocoaLumberjack/CocoaLumberjack @ 3.8.5
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (17 targets)
    Target 'Example' in project 'SentryCocoaLumberjack'
        ➜ Explicit dependency on target 'SentryCocoaLumberjack' in project 'SentryCocoaLumberjack'
        ➜ Explicit dependency on target 'Sentry' in project 'Sentry'
        ➜ Explicit dependency on target 'CocoaLumberjackSwift' in project 'CocoaLumberjack'
    Target 'SentryCocoaLumberjack' in project 'SentryCocoaLumberjack'
        ➜ Explicit dependency on target 'SentryCocoaLumberjack' in project 'SentryCocoaLumberjack'
        ➜ Explicit dependency on target 'Sentry' in project 'Sentry'
        ➜ Explicit dependency on target 'CocoaLumberjackSwift' in project 'CocoaLumberjack'
    Target 'SentryCocoaLumberjack' in project 'SentryCocoaLumberjack'
        ➜ Explicit dependency on target 'Sentry' in project 'Sentry'
        ➜ Explicit dependency on target 'CocoaLumberjackSwift' in project 'CocoaLumberjack'
    Target 'CocoaLumberjackSwift' in project 'CocoaLumberjack'
        ➜ Explicit dependency on target 'CocoaLumberjackSwift' in project 'CocoaLumberjack'
        ➜ Explicit dependency on target 'CocoaLumberjack' in project 'CocoaLumberjack'
        ➜ Explicit dependency on target 'CocoaLumberjackSwiftSupport' in project 'CocoaLumberjack'
    Target 'CocoaLumberjackSwift' in project 'CocoaLumberjack'
        ➜ Explicit dependency on target 'CocoaLumberjack' in project 'CocoaLumberjack'
        ➜ Explicit dependency on target 'CocoaLumberjackSwiftSupport' in project 'CocoaLumberjack'
    Target 'CocoaLumberjackSwiftSupport' in project 'CocoaLumberjack'
        ➜ Explicit dependency on target 'CocoaLumberjack' in project 'CocoaLumberjack'
    Target 'CocoaLumberjack' in project 'CocoaLumberjack'
        ➜ Explicit dependency on target 'CocoaLumberjack_CocoaLumberjack' in project 'CocoaLumberjack'
    Target 'CocoaLumberjack_CocoaLumberjack' in project 'CocoaLumberjack' (no dependencies)
    Target 'Sentry' in project 'Sentry'
        ➜ Explicit dependency on target 'Sentry' in project 'Sentry'
        ➜ Explicit dependency on target 'SentryCrash/Installations' in project 'Sentry'
        ➜ Explicit dependency on target 'SentryCrash/Recording' in project 'Sentry'
        ➜ Explicit dependency on target 'SentryCrash/Recording/Monitors' in project 'Sentry'
        ➜ Explicit dependency on target 'SentryCrash/Recording/Tools' in project 'Sentry'
        ➜ Explicit dependency on target 'SentryCrash/Reporting/Filters' in project 'Sentry'
        ➜ Explicit dependency on target 'SentryCrash/Reporting/Filters/Tools' in project 'Sentry'
        ➜ Explicit dependency on target 'SentryCrash/Reporting/Tools' in project 'Sentry'
    Target 'Sentry' in project 'Sentry'
        ➜ Explicit dependency on target 'SentryCrash/Installations' in project 'Sentry'
        ➜ Explicit dependency on target 'SentryCrash/Recording' in project 'Sentry'
        ➜ Explicit dependency on target 'SentryCrash/Recording/Monitors' in project 'Sentry'
        ➜ Explicit dependency on target 'SentryCrash/Recording/Tools' in project 'Sentry'
        ➜ Explicit dependency on target 'SentryCrash/Reporting/Filters' in project 'Sentry'
        ➜ Explicit dependency on target 'SentryCrash/Reporting/Filters/Tools' in project 'Sentry'
        ➜ Explicit dependency on target 'SentryCrash/Reporting/Tools' in project 'Sentry'
    Target 'SentryCrash/Reporting/Tools' in project 'Sentry' (no dependencies)
    Target 'SentryCrash/Reporting/Filters/Tools' in project 'Sentry' (no dependencies)
    Target 'SentryCrash/Reporting/Filters' in project 'Sentry' (no dependencies)
    Target 'SentryCrash/Recording/Tools' in project 'Sentry' (no dependencies)
    Target 'SentryCrash/Recording/Monitors' in project 'Sentry' (no dependencies)
    Target 'SentryCrash/Recording' in project 'Sentry' (no dependencies)
    Target 'SentryCrash/Installations' in project 'Sentry' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -x c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -x c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -x c++ -c /dev/null
Build description signature: 771f859858176a738f464217f49b404d
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/771f859858176a738f464217f49b404d.xcbuilddata
error: The package product 'Sentry' requires minimum platform version 5.0 for the watchOS platform, but this target supports 4.0 (in target 'SentryCocoaLumberjack' from project 'SentryCocoaLumberjack')
error: The package product 'Sentry' requires minimum platform version 5.0 for the watchOS platform, but this target supports 4.0 (in target 'Example' from project 'SentryCocoaLumberjack')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme SentryCocoaLumberjack-Package
(1 failure)
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Sources/SentryCocoaLumberjack/Example': File not found.
Resolved source packages:
  CocoaLumberjack: https://github.com/CocoaLumberjack/CocoaLumberjack @ 3.8.5
  Sentry: https://github.com/getsentry/sentry-cocoa @ 5.2.2
  swift-log: https://github.com/apple/swift-log @ 1.6.3
  SentryCocoaLumberjack: /Users/admin/builder/spi-builder-workspace
resolved source packages: CocoaLumberjack, Sentry, swift-log, SentryCocoaLumberjack
{
  "dependencies" : [
    {
      "identity" : "sentry-cocoa",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.2.2",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/getsentry/sentry-cocoa"
    },
    {
      "identity" : "cocoalumberjack",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.6.2",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/CocoaLumberjack/CocoaLumberjack"
    }
  ],
  "manifest_display_name" : "SentryCocoaLumberjack",
  "name" : "SentryCocoaLumberjack",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    }
  ],
  "products" : [
    {
      "name" : "SentryCocoaLumberjack",
      "targets" : [
        "SentryCocoaLumberjack"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Example",
      "targets" : [
        "Example"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SentryCocoaLumberjack",
      "module_type" : "SwiftTarget",
      "name" : "SentryCocoaLumberjack",
      "path" : "Sources/SentryCocoaLumberjack",
      "product_dependencies" : [
        "Sentry",
        "CocoaLumberjackSwift"
      ],
      "product_memberships" : [
        "SentryCocoaLumberjack",
        "Example"
      ],
      "sources" : [
        "SentryLogger.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Example",
      "module_type" : "SwiftTarget",
      "name" : "Example",
      "path" : "Example",
      "product_dependencies" : [
        "Sentry",
        "CocoaLumberjackSwift"
      ],
      "product_memberships" : [
        "Example"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SentryCocoaLumberjack"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.2"
}
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Sources/SentryCocoaLumberjack/Example': File not found.
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "CocoaLumberjack",
      "CocoaLumberjack-Package",
      "CocoaLumberjackSwift",
      "CocoaLumberjackSwiftLogBackend",
      "Example",
      "SentryCocoaLumberjack",
      "SentryCocoaLumberjack-Package"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SentryCocoaLumberjack-Package -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme SentryCocoaLumberjack-Package -destination generic/platform=watchOS
Resolve Package Graph
Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Sources/SentryCocoaLumberjack/Example': File not found.
Resolved source packages:
  Sentry: https://github.com/getsentry/sentry-cocoa @ 5.2.2
  CocoaLumberjack: https://github.com/CocoaLumberjack/CocoaLumberjack @ 3.8.5
  swift-log: https://github.com/apple/swift-log @ 1.6.3
  SentryCocoaLumberjack: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (17 targets)
    Target 'Example' in project 'SentryCocoaLumberjack'
        ➜ Explicit dependency on target 'SentryCocoaLumberjack' in project 'SentryCocoaLumberjack'
        ➜ Explicit dependency on target 'Sentry' in project 'Sentry'
        ➜ Explicit dependency on target 'CocoaLumberjackSwift' in project 'CocoaLumberjack'
    Target 'SentryCocoaLumberjack' in project 'SentryCocoaLumberjack'
        ➜ Explicit dependency on target 'SentryCocoaLumberjack' in project 'SentryCocoaLumberjack'
        ➜ Explicit dependency on target 'Sentry' in project 'Sentry'
        ➜ Explicit dependency on target 'CocoaLumberjackSwift' in project 'CocoaLumberjack'
    Target 'SentryCocoaLumberjack' in project 'SentryCocoaLumberjack'
        ➜ Explicit dependency on target 'Sentry' in project 'Sentry'
        ➜ Explicit dependency on target 'CocoaLumberjackSwift' in project 'CocoaLumberjack'
    Target 'CocoaLumberjackSwift' in project 'CocoaLumberjack'
        ➜ Explicit dependency on target 'CocoaLumberjackSwift' in project 'CocoaLumberjack'
        ➜ Explicit dependency on target 'CocoaLumberjack' in project 'CocoaLumberjack'
        ➜ Explicit dependency on target 'CocoaLumberjackSwiftSupport' in project 'CocoaLumberjack'
    Target 'CocoaLumberjackSwift' in project 'CocoaLumberjack'
        ➜ Explicit dependency on target 'CocoaLumberjack' in project 'CocoaLumberjack'
        ➜ Explicit dependency on target 'CocoaLumberjackSwiftSupport' in project 'CocoaLumberjack'
    Target 'CocoaLumberjackSwiftSupport' in project 'CocoaLumberjack'
        ➜ Explicit dependency on target 'CocoaLumberjack' in project 'CocoaLumberjack'
    Target 'CocoaLumberjack' in project 'CocoaLumberjack'
        ➜ Explicit dependency on target 'CocoaLumberjack_CocoaLumberjack' in project 'CocoaLumberjack'
    Target 'CocoaLumberjack_CocoaLumberjack' in project 'CocoaLumberjack' (no dependencies)
    Target 'Sentry' in project 'Sentry'
        ➜ Explicit dependency on target 'Sentry' in project 'Sentry'
        ➜ Explicit dependency on target 'SentryCrash/Installations' in project 'Sentry'
        ➜ Explicit dependency on target 'SentryCrash/Recording' in project 'Sentry'
        ➜ Explicit dependency on target 'SentryCrash/Recording/Monitors' in project 'Sentry'
        ➜ Explicit dependency on target 'SentryCrash/Recording/Tools' in project 'Sentry'
        ➜ Explicit dependency on target 'SentryCrash/Reporting/Filters' in project 'Sentry'
        ➜ Explicit dependency on target 'SentryCrash/Reporting/Filters/Tools' in project 'Sentry'
        ➜ Explicit dependency on target 'SentryCrash/Reporting/Tools' in project 'Sentry'
    Target 'Sentry' in project 'Sentry'
        ➜ Explicit dependency on target 'SentryCrash/Installations' in project 'Sentry'
        ➜ Explicit dependency on target 'SentryCrash/Recording' in project 'Sentry'
        ➜ Explicit dependency on target 'SentryCrash/Recording/Monitors' in project 'Sentry'
        ➜ Explicit dependency on target 'SentryCrash/Recording/Tools' in project 'Sentry'
        ➜ Explicit dependency on target 'SentryCrash/Reporting/Filters' in project 'Sentry'
        ➜ Explicit dependency on target 'SentryCrash/Reporting/Filters/Tools' in project 'Sentry'
        ➜ Explicit dependency on target 'SentryCrash/Reporting/Tools' in project 'Sentry'
    Target 'SentryCrash/Reporting/Tools' in project 'Sentry' (no dependencies)
    Target 'SentryCrash/Reporting/Filters/Tools' in project 'Sentry' (no dependencies)
    Target 'SentryCrash/Reporting/Filters' in project 'Sentry' (no dependencies)
    Target 'SentryCrash/Recording/Tools' in project 'Sentry' (no dependencies)
    Target 'SentryCrash/Recording/Monitors' in project 'Sentry' (no dependencies)
    Target 'SentryCrash/Recording' in project 'Sentry' (no dependencies)
    Target 'SentryCrash/Installations' in project 'Sentry' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -x c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -x c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -x c++ -c /dev/null
Build description signature: 771f859858176a738f464217f49b404d
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/771f859858176a738f464217f49b404d.xcbuilddata
error: The package product 'Sentry' requires minimum platform version 5.0 for the watchOS platform, but this target supports 4.0 (in target 'SentryCocoaLumberjack' from project 'SentryCocoaLumberjack')
error: The package product 'Sentry' requires minimum platform version 5.0 for the watchOS platform, but this target supports 4.0 (in target 'Example' from project 'SentryCocoaLumberjack')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme SentryCocoaLumberjack-Package
(1 failure)
BUILD FAILURE 6.2 watchOS