This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 with Swift 6.0 for watchOS using Xcode 16.0.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme SentryCocoaLumberjack-Package -destination generic/platform=watchos OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.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.0
Building package at path:  $workDir
https://github.com/bruno-garcia/SentryCocoaLumberjack.git
Command line invocation:
    /Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportToolchainOverrideForManifestLoading = org.swift.600202405261a
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    TOOLCHAINS = org.swift.600202405261a
Resolve Package Graph
Fetching from https://github.com/getsentry/sentry-cocoa
Fetching from https://github.com/CocoaLumberjack/CocoaLumberjack
Creating working copy of package ‘sentry-cocoa’
Checking out 5.2.2 of package ‘sentry-cocoa’
Creating working copy of package ‘CocoaLumberjack’
Checking out 3.6.2 of package ‘CocoaLumberjack’
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
  CocoaLumberjack: https://github.com/CocoaLumberjack/CocoaLumberjack @ 3.6.2
resolved source packages: SentryCocoaLumberjack, Sentry, CocoaLumberjack
{
  "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" : [
      "Example",
      "SentryCocoaLumberjack",
      "SentryCocoaLumberjack-Package"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme SentryCocoaLumberjack-Package -destination generic/platform=watchos OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete
Command line invocation:
    /Applications/Xcode-15.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"
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportToolchainOverrideForManifestLoading = org.swift.600202405261a
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete
    TOOLCHAINS = org.swift.600202405261a
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.6.2
  Sentry: https://github.com/getsentry/sentry-cocoa @ 5.2.2
  SentryCocoaLumberjack: /Users/admin/builder/spi-builder-workspace
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (16 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' (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 /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -x c -c /dev/null
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -x c -c /dev/null
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -v
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -x c++ -c /dev/null
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -x c -c /dev/null
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -x c -c /dev/null
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -x c++ -c /dev/null
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -x c++ -c /dev/null
Build description signature: 11b6a0c1f50aa7aad7b399a3bd57cc0f
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/11b6a0c1f50aa7aad7b399a3bd57cc0f.xcbuilddata
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'.
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'SentryCrash/Reporting/Tools' from project 'Sentry')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'SentryCrash/Recording/Tools' from project 'Sentry')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'SentryCrash/Reporting/Filters/Tools' from project 'Sentry')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'CocoaLumberjackSwiftSupport' from project 'CocoaLumberjack')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'CocoaLumberjack' from project 'CocoaLumberjack')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'SentryCrash/Recording/Monitors' from project 'Sentry')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'SentryCrash/Installations' from project 'Sentry')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'SentryCrash/Reporting/Filters' from project 'Sentry')
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')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'SentryCocoaLumberjack' from project 'SentryCocoaLumberjack')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'CocoaLumberjackSwift' from project 'CocoaLumberjack')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Sentry' from project 'Sentry')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'CocoaLumberjackSwift' from project 'CocoaLumberjack')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'SentryCocoaLumberjack' from project 'SentryCocoaLumberjack')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'SentryCrash/Recording' from project 'Sentry')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Sentry' from project 'Sentry')
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')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Example' from project 'SentryCocoaLumberjack')
** BUILD FAILED **
Command line invocation:
    /Applications/Xcode-15.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"
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportToolchainOverrideForManifestLoading = org.swift.600202405261a
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete
    TOOLCHAINS = org.swift.600202405261a
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
  CocoaLumberjack: https://github.com/CocoaLumberjack/CocoaLumberjack @ 3.6.2
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (16 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' (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 /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -x c -c /dev/null
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -x c -c /dev/null
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -v
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -x c++ -c /dev/null
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -x c -c /dev/null
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -x c -c /dev/null
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -x c++ -c /dev/null
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -x c++ -c /dev/null
Build description signature: 11b6a0c1f50aa7aad7b399a3bd57cc0f
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/11b6a0c1f50aa7aad7b399a3bd57cc0f.xcbuilddata
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'.
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Sentry' from project 'Sentry')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'SentryCrash/Reporting/Filters' from project 'Sentry')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'SentryCrash/Recording' from project 'Sentry')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'CocoaLumberjackSwift' from project 'CocoaLumberjack')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'CocoaLumberjackSwift' from project 'CocoaLumberjack')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'SentryCrash/Reporting/Filters/Tools' from project 'Sentry')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'SentryCrash/Installations' from project 'Sentry')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'SentryCocoaLumberjack' from project 'SentryCocoaLumberjack')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'SentryCrash/Recording/Tools' from project 'Sentry')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'SentryCrash/Recording/Monitors' from project 'Sentry')
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')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Example' from project 'SentryCocoaLumberjack')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Sentry' from project 'Sentry')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'CocoaLumberjackSwiftSupport' from project 'CocoaLumberjack')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'CocoaLumberjack' from project 'CocoaLumberjack')
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')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'SentryCocoaLumberjack' from project 'SentryCocoaLumberjack')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'SentryCrash/Reporting/Tools' from project 'Sentry')
** BUILD FAILED **
BUILD FAILURE 6.0 watchOS
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.