The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build SentryCocoaLumberjack, reference main (e30623), with Swift 6.1 for watchOS using Xcode 16.3 on 26 Apr 2025 02:40:05 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.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.61.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.1
Building package at path:  $PWD
https://github.com/bruno-garcia/SentryCocoaLumberjack.git
https://github.com/bruno-garcia/SentryCocoaLumberjack.git
{
  "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.
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/getsentry/sentry-cocoa
Fetching from https://github.com/CocoaLumberjack/CocoaLumberjack
Fetching from https://github.com/apple/swift-log (cached)
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’
Creating working copy of package ‘CocoaLumberjack’
Checking out 3.8.5 of package ‘CocoaLumberjack’
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
  SentryCocoaLumberjack: /Users/admin/builder/spi-builder-workspace
  CocoaLumberjack: https://github.com/CocoaLumberjack/CocoaLumberjack @ 3.8.5
  Sentry: https://github.com/getsentry/sentry-cocoa @ 5.2.2
resolved source packages: swift-log, SentryCocoaLumberjack, CocoaLumberjack, Sentry
{
  "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-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SentryCocoaLumberjack-Package -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.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 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
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:
  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
  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-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c++ -c /dev/null
Build description signature: 66d9d9611e5a1f94163dfc63fcff4207
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/66d9d9611e5a1f94163dfc63fcff4207.xcbuilddata
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')
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')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme SentryCocoaLumberjack-Package
(1 failure)
Command line invocation:
    /Applications/Xcode-16.3.0.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:
  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
  swift-log: https://github.com/apple/swift-log @ 1.6.3
resolved source packages: Sentry, CocoaLumberjack, SentryCocoaLumberjack, swift-log
{
  "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-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SentryCocoaLumberjack-Package -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-16.3.0.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
  SentryCocoaLumberjack: /Users/admin/builder/spi-builder-workspace
  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-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c++ -c /dev/null
Build description signature: ba1bc8a8cc8f10714a5eed4ffe45b2f8
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/ba1bc8a8cc8f10714a5eed4ffe45b2f8.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.1 watchOS