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

Successful build of CrashReporter, reference master (30e31e), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 30 Apr 2025 03:33:15 UTC.

Swift 6 data race errors: 1

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CrashReporter -destination platform=macOS,arch=arm64 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 Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CleanCocoa/CrashReporter.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CleanCocoa/CrashReporter
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 30e31ea Merge pull request #11 from Cykelero/show-app-icon
Submodule path 'php/vendor/PHPMailer': checked out '511413a6eaeb167fa88282d437766d34510548b8'
Submodule 'php/vendor/PHPMailer' (https://github.com/PHPMailer/PHPMailer.git) registered for path 'php/vendor/PHPMailer'
Cloning into '/Users/admin/builder/spi-builder-workspace/php/vendor/PHPMailer'...
Cloned https://github.com/CleanCocoa/CrashReporter.git
Revision (git rev-parse @):
30e31eac5cad1ec7f34330a3bd3feba14c357aec
SUCCESS checkout https://github.com/CleanCocoa/CrashReporter.git at master
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.1
Building package at path:  $PWD
https://github.com/CleanCocoa/CrashReporter.git
https://github.com/CleanCocoa/CrashReporter.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CrashReporter",
  "name" : "CrashReporter",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.11"
    }
  ],
  "products" : [
    {
      "name" : "CrashReporter",
      "targets" : [
        "CrashReporter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CrashReporterTests",
      "module_type" : "SwiftTarget",
      "name" : "CrashReporterTests",
      "path" : "Tests/CrashReporterTests",
      "sources" : [
        "EmailAddressSettingTests.swift",
        "SendReportsAutomaticallySettingTests.swift"
      ],
      "target_dependencies" : [
        "CrashReporter"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CrashReporter",
      "module_type" : "SwiftTarget",
      "name" : "CrashReporter",
      "path" : "Sources/CrashReporter",
      "product_memberships" : [
        "CrashReporter"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/UI/CrashReporterWindow.xib",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "CrashLog.swift",
        "CrashReporter+DefaultsKeys.swift",
        "CrashReporter.swift",
        "CrashReporterBundle.swift",
        "EmailAddressSetting.swift",
        "Infrastructure/Bundle+InfoKeys.swift",
        "Infrastructure/HTTPURLResponse+valueForHTTPHeaderField.swift",
        "Infrastructure/OneShotDownload.swift",
        "Infrastructure/String+md5.swift",
        "Infrastructure/URLResponse+statusIsOK.swift",
        "SendReportsAutomaticallySetting.swift",
        "UI/CrashReportWindowController.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CrashReporter",
  "name" : "CrashReporter",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.11"
    }
  ],
  "products" : [
    {
      "name" : "CrashReporter",
      "targets" : [
        "CrashReporter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CrashReporterTests",
      "module_type" : "SwiftTarget",
      "name" : "CrashReporterTests",
      "path" : "Tests/CrashReporterTests",
      "sources" : [
        "EmailAddressSettingTests.swift",
        "SendReportsAutomaticallySettingTests.swift"
      ],
      "target_dependencies" : [
        "CrashReporter"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CrashReporter",
      "module_type" : "SwiftTarget",
      "name" : "CrashReporter",
      "path" : "Sources/CrashReporter",
      "product_memberships" : [
        "CrashReporter"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/UI/CrashReporterWindow.xib",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "CrashLog.swift",
        "CrashReporter+DefaultsKeys.swift",
        "CrashReporter.swift",
        "CrashReporterBundle.swift",
        "EmailAddressSetting.swift",
        "Infrastructure/Bundle+InfoKeys.swift",
        "Infrastructure/HTTPURLResponse+valueForHTTPHeaderField.swift",
        "Infrastructure/OneShotDownload.swift",
        "Infrastructure/String+md5.swift",
        "Infrastructure/URLResponse+statusIsOK.swift",
        "SendReportsAutomaticallySetting.swift",
        "UI/CrashReportWindowController.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "CrashReporter",
    "schemes" : [
      "CrashReporter",
      "Example"
    ],
    "targets" : [
      "CrashReporter",
      "CrashReporterTests",
      "Example"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "CrashReporter"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CrashReporter -destination platform=macOS,arch=arm64 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 CrashReporter -destination platform=macOS,arch=arm64 "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
Resolved source packages:
  CrashReporter: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
    Target 'CrashReporter' in project 'CrashReporter'
        ➜ Explicit dependency on target 'CrashReporter' in project 'CrashReporter'
        ➜ Explicit dependency on target 'CrashReporter_CrashReporter' in project 'CrashReporter'
    Target 'CrashReporter' in project 'CrashReporter'
        ➜ Explicit dependency on target 'CrashReporter_CrashReporter' in project 'CrashReporter'
    Target 'CrashReporter_CrashReporter' in project 'CrashReporter' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/ibtool --version --output-format xml1
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/ld -version_details
Build description signature: 542aa904c9d5f70814fdd9a49be87681
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/542aa904c9d5f70814fdd9a49be87681.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/CrashReporter.modulemap (in target 'CrashReporter' from project 'CrashReporter')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/CrashReporter.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter_CrashReporter.build/CrashReporter_CrashReporter.DependencyStaticMetadataFileList (in target 'CrashReporter_CrashReporter' from project 'CrashReporter')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter_CrashReporter.build/CrashReporter_CrashReporter.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter_CrashReporter.build/empty-CrashReporter_CrashReporter.plist (in target 'CrashReporter_CrashReporter' from project 'CrashReporter')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter_CrashReporter.build/empty-CrashReporter_CrashReporter.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter_CrashReporter.build/CrashReporter_CrashReporter.DependencyMetadataFileList (in target 'CrashReporter_CrashReporter' from project 'CrashReporter')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter_CrashReporter.build/CrashReporter_CrashReporter.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/Objects-normal/arm64/CrashReporter.SwiftFileList (in target 'CrashReporter' from project 'CrashReporter')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/Objects-normal/arm64/CrashReporter.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/Objects-normal/arm64/CrashReporter.LinkFileList (in target 'CrashReporter' from project 'CrashReporter')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/Objects-normal/arm64/CrashReporter.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/Objects-normal/arm64/CrashReporter_const_extract_protocols.json (in target 'CrashReporter' from project 'CrashReporter')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/Objects-normal/arm64/CrashReporter_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/Objects-normal/arm64/CrashReporter.SwiftConstValuesFileList (in target 'CrashReporter' from project 'CrashReporter')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/Objects-normal/arm64/CrashReporter.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/Objects-normal/arm64/CrashReporter-OutputFileMap.json (in target 'CrashReporter' from project 'CrashReporter')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/Objects-normal/arm64/CrashReporter-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/CrashReporter.DependencyStaticMetadataFileList (in target 'CrashReporter' from project 'CrashReporter')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/CrashReporter.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/DerivedSources/resource_bundle_accessor.swift (in target 'CrashReporter' from project 'CrashReporter')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/DerivedSources/resource_bundle_accessor.swift
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/CrashReporter.DependencyMetadataFileList (in target 'CrashReporter' from project 'CrashReporter')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/CrashReporter.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/CrashReporter.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/CrashReporter.modulemap (in target 'CrashReporter' from project 'CrashReporter')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/CrashReporter.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CrashReporter_CrashReporter.bundle (in target 'CrashReporter_CrashReporter' from project 'CrashReporter')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CrashReporter_CrashReporter.bundle
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CrashReporter_CrashReporter.bundle/Contents (in target 'CrashReporter_CrashReporter' from project 'CrashReporter')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CrashReporter_CrashReporter.bundle/Contents
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CrashReporter_CrashReporter.bundle/Contents/Resources (in target 'CrashReporter_CrashReporter' from project 'CrashReporter')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CrashReporter_CrashReporter.bundle/Contents/Resources
CompileXIB /Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/UI/CrashReporterWindow.xib (in target 'CrashReporter_CrashReporter' from project 'CrashReporter')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/ibtool --errors --warnings --notices --module CrashReporter_CrashReporter --output-partial-info-plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter_CrashReporter.build/CrashReporterWindow-PartialInfo.plist --auto-activate-custom-fonts --target-device mac --minimum-deployment-target 10.13 --output-format human-readable-text --compile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CrashReporter_CrashReporter.bundle/Contents/Resources/CrashReporterWindow.nib /Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/UI/CrashReporterWindow.xib
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CrashReporter_CrashReporter.bundle/Contents/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter_CrashReporter.build/empty-CrashReporter_CrashReporter.plist (in target 'CrashReporter_CrashReporter' from project 'CrashReporter')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter_CrashReporter.build/empty-CrashReporter_CrashReporter.plist -producttype com.apple.product-type.bundle -expandbuildsettings -platform macosx -additionalcontentfile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter_CrashReporter.build/CrashReporterWindow-PartialInfo.plist -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CrashReporter_CrashReporter.bundle/Contents/Info.plist
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CrashReporter_CrashReporter.bundle (in target 'CrashReporter_CrashReporter' from project 'CrashReporter')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CrashReporter_CrashReporter.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CrashReporter_CrashReporter.bundle (in target 'CrashReporter_CrashReporter' from project 'CrashReporter')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CrashReporter_CrashReporter.bundle
SwiftDriver CrashReporter normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CrashReporter' from project 'CrashReporter')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CrashReporter -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/Objects-normal/arm64/CrashReporter.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/Objects-normal/arm64/CrashReporter-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/Objects-normal/arm64/CrashReporter.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/Objects-normal/arm64/CrashReporter_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/Objects-normal/arm64/CrashReporter-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ CrashLog.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/CrashLog.swift (in target 'CrashReporter' from project 'CrashReporter')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/DerivedSources/resource_bundle_accessor.swift (in target 'CrashReporter' from project 'CrashReporter')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/CrashLog.swift (in target 'CrashReporter' from project 'CrashReporter')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CrashReporterBundle.swift,\ EmailAddressSetting.swift /Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/CrashReporterBundle.swift /Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/EmailAddressSetting.swift (in target 'CrashReporter' from project 'CrashReporter')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/CrashReporterBundle.swift (in target 'CrashReporter' from project 'CrashReporter')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/EmailAddressSetting.swift (in target 'CrashReporter' from project 'CrashReporter')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ OneShotDownload.swift /Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/Infrastructure/OneShotDownload.swift (in target 'CrashReporter' from project 'CrashReporter')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/Infrastructure/OneShotDownload.swift (in target 'CrashReporter' from project 'CrashReporter')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/Infrastructure/OneShotDownload.swift:15:28: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'OneShotDownloadManager' may have shared mutable state; this is an error in the Swift 6 language mode
    fileprivate static let shared = OneShotDownloadManager()
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/Infrastructure/OneShotDownload.swift:12:21: note: class 'OneShotDownloadManager' does not conform to the 'Sendable' protocol
private final class OneShotDownloadManager {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/Infrastructure/OneShotDownload.swift:15:28: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    fileprivate static let shared = OneShotDownloadManager()
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/Infrastructure/OneShotDownload.swift:15:28: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    fileprivate static let shared = OneShotDownloadManager()
                           ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/Infrastructure/OneShotDownload.swift:43:17: warning: capture of 'callback' with non-sendable type 'OneShotDownloadCallback' (aka '(Optional<Data>, Optional<URLResponse>, Optional<any Error>) -> ()') in a '@Sendable' closure
                callback(data, response, error)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/Infrastructure/OneShotDownload.swift:43:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                callback(data, response, error)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/Infrastructure/OneShotDownload.swift:52:17: warning: capture of 'callback' with non-sendable type 'OneShotDownloadCallback' (aka '(Optional<Data>, Optional<URLResponse>, Optional<any Error>) -> ()') in a '@Sendable' closure
                callback(data, response, error)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/Infrastructure/OneShotDownload.swift:52:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                callback(data, response, error)
                ^
SwiftCompile normal arm64 Compiling\ HTTPURLResponse+valueForHTTPHeaderField.swift /Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/Infrastructure/HTTPURLResponse+valueForHTTPHeaderField.swift (in target 'CrashReporter' from project 'CrashReporter')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/Infrastructure/HTTPURLResponse+valueForHTTPHeaderField.swift (in target 'CrashReporter' from project 'CrashReporter')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CrashReporter+DefaultsKeys.swift,\ CrashReporter.swift /Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/CrashReporter+DefaultsKeys.swift /Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/CrashReporter.swift (in target 'CrashReporter' from project 'CrashReporter')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/CrashReporter+DefaultsKeys.swift (in target 'CrashReporter' from project 'CrashReporter')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/CrashReporter.swift (in target 'CrashReporter' from project 'CrashReporter')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/CrashReporter.swift:176:44: warning: call to main actor-isolated initializer 'init(appName:crashLogText:crashLogSender:privacyPolicyURL:collectEmailSetting:sendReportsAutomaticallySetting:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        self.crashReportWindowController = CrashReportWindowController(
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/UI/CrashReportWindowController.swift:16:17: note: calls to initializer 'init(appName:crashLogText:crashLogSender:privacyPolicyURL:collectEmailSetting:sendReportsAutomaticallySetting:)' from outside of its actor context are implicitly asynchronous
    convenience init(
                ^
/Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/UI/CrashReportWindowController.swift:16:17: note: main actor isolation inferred from inheritance from class 'NSWindowController'
    convenience init(
                ^
/Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/CrashReporter.swift:161:19: note: add '@MainActor' to make instance method 'runCrashReporterWindow(appName:crashLog:displayAsModal:hideEmailCollection:hideSendReportsAutomaticallyOption:)' part of global actor 'MainActor'
    internal func runCrashReporterWindow(
                  ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/CrashReporter.swift:187:43: warning: main actor-isolated property 'onWindowWillClose' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        self.crashReportWindowController?.onWindowWillClose = { [unowned self] _ in
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/UI/CrashReportWindowController.swift:51:9: note: mutation of this property is only permitted within the actor
    var onWindowWillClose: ((NSWindow?) -> Void)?
        ^
/Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/CrashReporter.swift:161:19: note: add '@MainActor' to make instance method 'runCrashReporterWindow(appName:crashLog:displayAsModal:hideEmailCollection:hideSendReportsAutomaticallyOption:)' part of global actor 'MainActor'
    internal func runCrashReporterWindow(
                  ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/CrashReporter.swift:189:23: warning: call to main actor-isolated instance method 'stopModal()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                NSApp.stopModal()
                      ^
AppKit.NSApplication.stopModal:2:22: note: calls to instance method 'stopModal()' from outside of its actor context are implicitly asynchronous
@MainActor open func stopModal()}
                     ^
AppKit.NSApplication.stopModal:2:22: note: main actor isolation inferred from inheritance from class 'NSResponder'
@MainActor open func stopModal()}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/CrashReporter.swift:189:17: warning: main actor-isolated var 'NSApp' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                NSApp.stopModal()
                ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:191:58: note: var declared here
APPKIT_EXTERN __kindof NSApplication * _Null_unspecified NSApp NS_SWIFT_UI_ACTOR;
                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/CrashReporter.swift:194:43: warning: call to main actor-isolated instance method 'showWindow' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        self.crashReportWindowController?.showWindow(self)
                                          ^
AppKit.NSWindowController.showWindow:2:32: note: calls to instance method 'showWindow' from outside of its actor context are implicitly asynchronous
@IBAction @MainActor open func showWindow(_ sender: Any?)}
                               ^
AppKit.NSWindowController.showWindow:2:32: note: main actor isolation inferred from inheritance from class 'NSResponder'
@IBAction @MainActor open func showWindow(_ sender: Any?)}
                               ^
/Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/CrashReporter.swift:161:19: note: add '@MainActor' to make instance method 'runCrashReporterWindow(appName:crashLog:displayAsModal:hideEmailCollection:hideSendReportsAutomaticallyOption:)' part of global actor 'MainActor'
    internal func runCrashReporterWindow(
                  ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/CrashReporter.swift:195:51: warning: call to main actor-isolated instance method 'makeKeyAndOrderFront' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        self.crashReportWindowController?.window?.makeKeyAndOrderFront(self)
                                                  ^
AppKit.NSWindow.makeKeyAndOrderFront:2:22: note: calls to instance method 'makeKeyAndOrderFront' from outside of its actor context are implicitly asynchronous
@MainActor open func makeKeyAndOrderFront(_ sender: Any?)}
                     ^
AppKit.NSWindow.makeKeyAndOrderFront:2:22: note: main actor isolation inferred from inheritance from class 'NSResponder'
@MainActor open func makeKeyAndOrderFront(_ sender: Any?)}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/CrashReporter.swift:161:19: note: add '@MainActor' to make instance method 'runCrashReporterWindow(appName:crashLog:displayAsModal:hideEmailCollection:hideSendReportsAutomaticallyOption:)' part of global actor 'MainActor'
    internal func runCrashReporterWindow(
                  ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/CrashReporter.swift:195:43: warning: main actor-isolated property 'window' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        self.crashReportWindowController?.window?.makeKeyAndOrderFront(self)
                                          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindowController.h:101:40: note: property declared here
@property (nullable, strong) NSWindow *window;
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/CrashReporter.swift:161:19: note: add '@MainActor' to make instance method 'runCrashReporterWindow(appName:crashLog:displayAsModal:hideEmailCollection:hideSendReportsAutomaticallyOption:)' part of global actor 'MainActor'
    internal func runCrashReporterWindow(
                  ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/CrashReporter.swift:198:60: warning: main actor-isolated property 'window' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            let window = self.crashReportWindowController?.window {
                                                           ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindowController.h:101:40: note: property declared here
@property (nullable, strong) NSWindow *window;
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/CrashReporter.swift:161:19: note: add '@MainActor' to make instance method 'runCrashReporterWindow(appName:crashLog:displayAsModal:hideEmailCollection:hideSendReportsAutomaticallyOption:)' part of global actor 'MainActor'
    internal func runCrashReporterWindow(
                  ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/CrashReporter.swift:199:19: warning: call to main actor-isolated instance method 'runModal(for:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            NSApp.runModal(for: window)
                  ^
AppKit.NSApplication.runModal:2:22: note: calls to instance method 'runModal(for:)' from outside of its actor context are implicitly asynchronous
@MainActor open func runModal(for window: NSWindow) -> NSApplication.ModalResponse}
                     ^
AppKit.NSApplication.runModal:2:22: note: main actor isolation inferred from inheritance from class 'NSResponder'
@MainActor open func runModal(for window: NSWindow) -> NSApplication.ModalResponse}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/CrashReporter.swift:161:19: note: add '@MainActor' to make instance method 'runCrashReporterWindow(appName:crashLog:displayAsModal:hideEmailCollection:hideSendReportsAutomaticallyOption:)' part of global actor 'MainActor'
    internal func runCrashReporterWindow(
                  ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/CrashReporter.swift:199:13: warning: main actor-isolated var 'NSApp' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            NSApp.runModal(for: window)
            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:191:58: note: var declared here
APPKIT_EXTERN __kindof NSApplication * _Null_unspecified NSApp NS_SWIFT_UI_ACTOR;
                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/CrashReporter.swift:161:19: note: add '@MainActor' to make instance method 'runCrashReporterWindow(appName:crashLog:displayAsModal:hideEmailCollection:hideSendReportsAutomaticallyOption:)' part of global actor 'MainActor'
    internal func runCrashReporterWindow(
                  ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/CrashReporter.swift:176:44: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
        self.crashReportWindowController = CrashReportWindowController(
                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/CrashReporter.swift:176:44: note: sending task-isolated 'self' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
        self.crashReportWindowController = CrashReportWindowController(
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/CrashReporter.swift:176:44: warning: sending 'collectEmailSetting' risks causing data races; this is an error in the Swift 6 language mode
        self.crashReportWindowController = CrashReportWindowController(
                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/CrashReporter.swift:176:44: note: sending task-isolated 'collectEmailSetting' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
        self.crashReportWindowController = CrashReportWindowController(
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/CrashReporter.swift:176:44: warning: sending 'sendAutomaticallySetting' risks causing data races; this is an error in the Swift 6 language mode
        self.crashReportWindowController = CrashReportWindowController(
                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/CrashReporter.swift:176:44: note: sending task-isolated 'sendAutomaticallySetting' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
        self.crashReportWindowController = CrashReportWindowController(
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/CrashReporter.swift:194:43: warning: sending value of non-Sendable type 'CrashReporter' risks causing data races; this is an error in the Swift 6 language mode
        self.crashReportWindowController?.showWindow(self)
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/CrashReporter.swift:194:43: note: sending main actor-isolated value of non-Sendable type 'CrashReporter' to main actor-isolated instance method 'showWindow' risks causing races in between main actor-isolated and main actor-isolated uses
        self.crashReportWindowController?.showWindow(self)
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/CrashReporter.swift:195:51: warning: sending value of non-Sendable type 'CrashReporter' risks causing data races; this is an error in the Swift 6 language mode
        self.crashReportWindowController?.window?.makeKeyAndOrderFront(self)
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/CrashReporter.swift:195:51: note: sending main actor-isolated value of non-Sendable type 'CrashReporter' to main actor-isolated instance method 'makeKeyAndOrderFront' risks causing races in between main actor-isolated and main actor-isolated uses
        self.crashReportWindowController?.window?.makeKeyAndOrderFront(self)
                                                  ^
SwiftCompile normal arm64 Compiling\ SendReportsAutomaticallySetting.swift /Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/SendReportsAutomaticallySetting.swift (in target 'CrashReporter' from project 'CrashReporter')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/SendReportsAutomaticallySetting.swift (in target 'CrashReporter' from project 'CrashReporter')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ CrashReporter (in target 'CrashReporter' from project 'CrashReporter')
EmitSwiftModule normal arm64 (in target 'CrashReporter' from project 'CrashReporter')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/Infrastructure/OneShotDownload.swift:15:28: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'OneShotDownloadManager' may have shared mutable state; this is an error in the Swift 6 language mode
    fileprivate static let shared = OneShotDownloadManager()
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/Infrastructure/OneShotDownload.swift:12:21: note: class 'OneShotDownloadManager' does not conform to the 'Sendable' protocol
private final class OneShotDownloadManager {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/Infrastructure/OneShotDownload.swift:15:28: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    fileprivate static let shared = OneShotDownloadManager()
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/Infrastructure/OneShotDownload.swift:15:28: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    fileprivate static let shared = OneShotDownloadManager()
                           ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ String+md5.swift /Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/Infrastructure/String+md5.swift (in target 'CrashReporter' from project 'CrashReporter')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/Infrastructure/String+md5.swift (in target 'CrashReporter' from project 'CrashReporter')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Bundle+InfoKeys.swift /Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/Infrastructure/Bundle+InfoKeys.swift (in target 'CrashReporter' from project 'CrashReporter')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/Infrastructure/Bundle+InfoKeys.swift (in target 'CrashReporter' from project 'CrashReporter')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ URLResponse+statusIsOK.swift /Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/Infrastructure/URLResponse+statusIsOK.swift (in target 'CrashReporter' from project 'CrashReporter')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/Infrastructure/URLResponse+statusIsOK.swift (in target 'CrashReporter' from project 'CrashReporter')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CrashReportWindowController.swift /Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/UI/CrashReportWindowController.swift (in target 'CrashReporter' from project 'CrashReporter')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/UI/CrashReportWindowController.swift (in target 'CrashReporter' from project 'CrashReporter')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/UI/CrashReportWindowController.swift:191:25: warning: main actor-isolated property 'privacyPolicyURL' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            return self.privacyPolicyURL != nil
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/UI/CrashReportWindowController.swift:145:18: note: property declared here
    internal var privacyPolicyURL: URL?
                 ^
SwiftDriverJobDiscovery normal arm64 Emitting module for CrashReporter (in target 'CrashReporter' from project 'CrashReporter')
SwiftDriver\ Compilation\ Requirements CrashReporter normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CrashReporter' from project 'CrashReporter')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CrashReporter -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/Objects-normal/arm64/CrashReporter.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/Objects-normal/arm64/CrashReporter-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/Objects-normal/arm64/CrashReporter.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/Objects-normal/arm64/CrashReporter_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/Objects-normal/arm64/CrashReporter-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling SendReportsAutomaticallySetting.swift (in target 'CrashReporter' from project 'CrashReporter')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/CrashReporter-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/Objects-normal/arm64/CrashReporter-Swift.h (in target 'CrashReporter' from project 'CrashReporter')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/Objects-normal/arm64/CrashReporter-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/CrashReporter-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CrashReporter.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/Objects-normal/arm64/CrashReporter.swiftmodule (in target 'CrashReporter' from project 'CrashReporter')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/Objects-normal/arm64/CrashReporter.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CrashReporter.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CrashReporter.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/Objects-normal/arm64/CrashReporter.swiftdoc (in target 'CrashReporter' from project 'CrashReporter')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/Objects-normal/arm64/CrashReporter.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CrashReporter.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CrashReporter.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/Objects-normal/arm64/CrashReporter.abi.json (in target 'CrashReporter' from project 'CrashReporter')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/Objects-normal/arm64/CrashReporter.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CrashReporter.swiftmodule/arm64-apple-macos.abi.json
SwiftDriverJobDiscovery normal arm64 Compiling URLResponse+statusIsOK.swift (in target 'CrashReporter' from project 'CrashReporter')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CrashReporter.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/Objects-normal/arm64/CrashReporter.swiftsourceinfo (in target 'CrashReporter' from project 'CrashReporter')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/Objects-normal/arm64/CrashReporter.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CrashReporter.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling HTTPURLResponse+valueForHTTPHeaderField.swift (in target 'CrashReporter' from project 'CrashReporter')
SwiftDriverJobDiscovery normal arm64 Compiling Bundle+InfoKeys.swift (in target 'CrashReporter' from project 'CrashReporter')
SwiftDriverJobDiscovery normal arm64 Compiling OneShotDownload.swift (in target 'CrashReporter' from project 'CrashReporter')
SwiftDriverJobDiscovery normal arm64 Compiling resource_bundle_accessor.swift, CrashLog.swift (in target 'CrashReporter' from project 'CrashReporter')
SwiftDriverJobDiscovery normal arm64 Compiling String+md5.swift (in target 'CrashReporter' from project 'CrashReporter')
SwiftDriverJobDiscovery normal arm64 Compiling CrashReporterBundle.swift, EmailAddressSetting.swift (in target 'CrashReporter' from project 'CrashReporter')
SwiftDriverJobDiscovery normal arm64 Compiling CrashReportWindowController.swift (in target 'CrashReporter' from project 'CrashReporter')
SwiftDriverJobDiscovery normal arm64 Compiling CrashReporter+DefaultsKeys.swift, CrashReporter.swift (in target 'CrashReporter' from project 'CrashReporter')
SwiftDriver\ Compilation CrashReporter normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CrashReporter' from project 'CrashReporter')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CrashReporter -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/Objects-normal/arm64/CrashReporter.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/Objects-normal/arm64/CrashReporter-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/Objects-normal/arm64/CrashReporter.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/Objects-normal/arm64/CrashReporter_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/Objects-normal/arm64/CrashReporter-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CrashReporter.o normal (in target 'CrashReporter' from project 'CrashReporter')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/Objects-normal/arm64/CrashReporter.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/Objects-normal/arm64/CrashReporter_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/Objects-normal/arm64/CrashReporter_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/Objects-normal/arm64/CrashReporter.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CrashReporter.o
ExtractAppIntentsMetadata (in target 'CrashReporter' from project 'CrashReporter')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name CrashReporter --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.13 --bundle-identifier spi-builder-workspace.CrashReporter --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CrashReporter.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CrashReporter.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/Objects-normal/arm64/CrashReporter_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/Objects-normal/arm64/CrashReporter.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/CrashReporter.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/CrashReporter.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CrashReporter.build/Debug/CrashReporter.build/Objects-normal/arm64/CrashReporter.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-29 20:33:14.271 appintentsmetadataprocessor[741:4183] Starting appintentsmetadataprocessor export
2025-04-29 20:33:14.312 appintentsmetadataprocessor[741:4183] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CrashReporter.o (in target 'CrashReporter' from project 'CrashReporter')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CrashReporter.o
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:a268103a86cb71aefc36d75cb0cfb53dc5ef65a0, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:a268103a86cb71aefc36d75cb0cfb53dc5ef65a0, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:a268103a86cb71aefc36d75cb0cfb53dc5ef65a0, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:a268103a86cb71aefc36d75cb0cfb53dc5ef65a0, name:My Mac }
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CrashReporter",
  "name" : "CrashReporter",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.11"
    }
  ],
  "products" : [
    {
      "name" : "CrashReporter",
      "targets" : [
        "CrashReporter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CrashReporterTests",
      "module_type" : "SwiftTarget",
      "name" : "CrashReporterTests",
      "path" : "Tests/CrashReporterTests",
      "sources" : [
        "EmailAddressSettingTests.swift",
        "SendReportsAutomaticallySettingTests.swift"
      ],
      "target_dependencies" : [
        "CrashReporter"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CrashReporter",
      "module_type" : "SwiftTarget",
      "name" : "CrashReporter",
      "path" : "Sources/CrashReporter",
      "product_memberships" : [
        "CrashReporter"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/UI/CrashReporterWindow.xib",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "CrashLog.swift",
        "CrashReporter+DefaultsKeys.swift",
        "CrashReporter.swift",
        "CrashReporterBundle.swift",
        "EmailAddressSetting.swift",
        "Infrastructure/Bundle+InfoKeys.swift",
        "Infrastructure/HTTPURLResponse+valueForHTTPHeaderField.swift",
        "Infrastructure/OneShotDownload.swift",
        "Infrastructure/String+md5.swift",
        "Infrastructure/URLResponse+statusIsOK.swift",
        "SendReportsAutomaticallySetting.swift",
        "UI/CrashReportWindowController.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.