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

Successful build of DonateToUkraine, reference 0.0.4 (eb833a), with Swift 6.1 for iOS using Xcode 16.3 on 26 Apr 2025 22:38:39 UTC.

Swift 6 data race errors: 23

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DonateToUkraine -destination generic/platform=iOS 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.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dreymonde/DonateToUkraine.git
Reference: 0.0.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dreymonde/DonateToUkraine
 * tag               0.0.4      -> FETCH_HEAD
HEAD is now at eb833a8 update JS scripts
Cloned https://github.com/dreymonde/DonateToUkraine.git
Revision (git rev-parse @):
eb833a88e98b7480d586cf0831c48f3d64f0e117
SUCCESS checkout https://github.com/dreymonde/DonateToUkraine.git at 0.0.4
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/dreymonde/DonateToUkraine.git
https://github.com/dreymonde/DonateToUkraine.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DonateToUkraine",
  "name" : "DonateToUkraine",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "DonateToUkraine",
      "targets" : [
        "DonateToUkraine"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TelegraphKitTests",
      "module_type" : "SwiftTarget",
      "name" : "TelegraphKitTests",
      "path" : "Tests/TelegraphKitTests",
      "sources" : [
        "TelegraphKitTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "DonateToUkraine"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DonateToUkraine",
      "module_type" : "SwiftTarget",
      "name" : "DonateToUkraine",
      "path" : "Sources/DonateToUkraine",
      "product_memberships" : [
        "DonateToUkraine"
      ],
      "sources" : [
        "DonateToUkraine.swift",
        "DonateToUkraineButton.swift",
        "DonateToUkraineViewController.swift",
        "DonationTracking.swift",
        "NiceUI/Align.swift",
        "NiceUI/View.swift",
        "Promise.swift",
        "UkraineDonation.swift",
        "UserDefault.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  DonateToUkraine: /Users/admin/builder/spi-builder-workspace
resolved source packages: DonateToUkraine
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DonateToUkraine",
  "name" : "DonateToUkraine",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "DonateToUkraine",
      "targets" : [
        "DonateToUkraine"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TelegraphKitTests",
      "module_type" : "SwiftTarget",
      "name" : "TelegraphKitTests",
      "path" : "Tests/TelegraphKitTests",
      "sources" : [
        "TelegraphKitTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "DonateToUkraine"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DonateToUkraine",
      "module_type" : "SwiftTarget",
      "name" : "DonateToUkraine",
      "path" : "Sources/DonateToUkraine",
      "product_memberships" : [
        "DonateToUkraine"
      ],
      "sources" : [
        "DonateToUkraine.swift",
        "DonateToUkraineButton.swift",
        "DonateToUkraineViewController.swift",
        "DonationTracking.swift",
        "NiceUI/Align.swift",
        "NiceUI/View.swift",
        "Promise.swift",
        "UkraineDonation.swift",
        "UserDefault.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "DonateToUkraine"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DonateToUkraine -destination generic/platform=iOS 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 DonateToUkraine -destination generic/platform=iOS "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:
  DonateToUkraine: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'DonateToUkraine' in project 'DonateToUkraine'
        ➜ Explicit dependency on target 'DonateToUkraine' in project 'DonateToUkraine'
    Target 'DonateToUkraine' in project 'DonateToUkraine' (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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 74594b649e0a604e0bc61a195be28e23
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/74594b649e0a604e0bc61a195be28e23.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.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/Products/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
    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-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/DonateToUkraine.DependencyMetadataFileList (in target 'DonateToUkraine' from project 'DonateToUkraine')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/DonateToUkraine.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/DonateToUkraine.DependencyStaticMetadataFileList (in target 'DonateToUkraine' from project 'DonateToUkraine')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/DonateToUkraine.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/DonateToUkraine.modulemap (in target 'DonateToUkraine' from project 'DonateToUkraine')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/DonateToUkraine.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/Objects-normal/arm64/DonateToUkraine.LinkFileList (in target 'DonateToUkraine' from project 'DonateToUkraine')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/Objects-normal/arm64/DonateToUkraine.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/Objects-normal/arm64/DonateToUkraine.SwiftConstValuesFileList (in target 'DonateToUkraine' from project 'DonateToUkraine')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/Objects-normal/arm64/DonateToUkraine.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/Objects-normal/arm64/DonateToUkraine.SwiftFileList (in target 'DonateToUkraine' from project 'DonateToUkraine')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/Objects-normal/arm64/DonateToUkraine.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/Objects-normal/arm64/DonateToUkraine-OutputFileMap.json (in target 'DonateToUkraine' from project 'DonateToUkraine')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/Objects-normal/arm64/DonateToUkraine-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/Objects-normal/arm64/DonateToUkraine_const_extract_protocols.json (in target 'DonateToUkraine' from project 'DonateToUkraine')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/Objects-normal/arm64/DonateToUkraine_const_extract_protocols.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/DonateToUkraine.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/DonateToUkraine.modulemap (in target 'DonateToUkraine' from project 'DonateToUkraine')
    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/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/DonateToUkraine.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
SwiftDriver DonateToUkraine normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DonateToUkraine' from project 'DonateToUkraine')
    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 DonateToUkraine -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/Objects-normal/arm64/DonateToUkraine.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.0 -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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/Objects-normal/arm64/DonateToUkraine-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/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/Objects-normal/arm64/DonateToUkraine.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/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/Objects-normal/arm64/DonateToUkraine_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.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/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/Objects-normal/arm64/DonateToUkraine-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ DonateToUkraine.swift /Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraine.swift (in target 'DonateToUkraine' from project 'DonateToUkraine')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraine.swift (in target 'DonateToUkraine' from project 'DonateToUkraine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraine.swift:31:23: warning: static property 'isAnonymousDonationReportingDisabled' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static public var isAnonymousDonationReportingDisabled = false
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraine.swift:31:23: note: convert 'isAnonymousDonationReportingDisabled' to a 'let' constant to make 'Sendable' shared state immutable
    static public var isAnonymousDonationReportingDisabled = false
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraine.swift:31:23: note: add '@MainActor' to make static property 'isAnonymousDonationReportingDisabled' part of global actor 'MainActor'
    static public var isAnonymousDonationReportingDisabled = false
                      ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraine.swift:31:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static public var isAnonymousDonationReportingDisabled = false
                      ^
           nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraine.swift:13:26: warning: call to main actor-isolated initializer 'init(completion:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let donationVC = DonateToUkraineViewController(completion: completion)
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineViewController.swift:47:24: note: calls to initializer 'init(completion:)' from outside of its actor context are implicitly asynchronous
    public convenience init(completion: @escaping (UkraineDonation) -> Void) {
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineViewController.swift:47:24: note: main actor isolation inferred from inheritance from class 'UIViewController'
    public convenience init(completion: @escaping (UkraineDonation) -> Void) {
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraine.swift:12:24: note: add '@MainActor' to make static method 'withDonation(contextViewController:then:)' part of global actor 'MainActor'
    public static func withDonation(contextViewController: UIViewController, then completion: @escaping (UkraineDonation) -> Void) {
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraine.swift:14:31: warning: call to main actor-isolated instance method 'present(_:animated:completion:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        contextViewController.present(donationVC, animated: true, completion: nil)
                              ^
UIKit.UIViewController.present:3:24: note: calls to instance method 'present(_:animated:completion:)' from outside of its actor context are implicitly asynchronous
  @MainActor open func present(_ viewControllerToPresent: UIViewController, animated flag: Bool, completion: (() -> Void)? = nil)}
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraine.swift:12:24: note: add '@MainActor' to make static method 'withDonation(contextViewController:then:)' part of global actor 'MainActor'
    public static func withDonation(contextViewController: UIViewController, then completion: @escaping (UkraineDonation) -> Void) {
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraine.swift:13:26: warning: sending 'completion' risks causing data races; this is an error in the Swift 6 language mode
        let donationVC = DonateToUkraineViewController(completion: completion)
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraine.swift:13:26: note: sending task-isolated 'completion' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
        let donationVC = DonateToUkraineViewController(completion: completion)
                         ^
SwiftCompile normal arm64 Compiling\ DonationTracking.swift /Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonationTracking.swift (in target 'DonateToUkraine' from project 'DonateToUkraine')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonationTracking.swift (in target 'DonateToUkraine' from project 'DonateToUkraine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonationTracking.swift:12:16: warning: static property '_totalDonatedUAH' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var _totalDonatedUAH: Int
               ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonationTracking.swift:12:16: note: convert '_totalDonatedUAH' to a 'let' constant to make 'Sendable' shared state immutable
    static var _totalDonatedUAH: Int
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonationTracking.swift:12:16: note: add '@MainActor' to make static property '_totalDonatedUAH' part of global actor 'MainActor'
    static var _totalDonatedUAH: Int
               ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonationTracking.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var _totalDonatedUAH: Int
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonationTracking.swift:15:16: warning: static property '_donationReceipts' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var _donationReceipts: [UkraineDonation]
               ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonationTracking.swift:15:16: note: convert '_donationReceipts' to a 'let' constant to make 'Sendable' shared state immutable
    static var _donationReceipts: [UkraineDonation]
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonationTracking.swift:15:16: note: add '@MainActor' to make static property '_donationReceipts' part of global actor 'MainActor'
    static var _donationReceipts: [UkraineDonation]
               ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonationTracking.swift:15:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var _donationReceipts: [UkraineDonation]
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ View.swift /Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/View.swift (in target 'DonateToUkraine' from project 'DonateToUkraine')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/View.swift (in target 'DonateToUkraine' from project 'DonateToUkraine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraine.swift:31:23: warning: static property 'isAnonymousDonationReportingDisabled' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static public var isAnonymousDonationReportingDisabled = false
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraine.swift:31:23: note: convert 'isAnonymousDonationReportingDisabled' to a 'let' constant to make 'Sendable' shared state immutable
    static public var isAnonymousDonationReportingDisabled = false
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraine.swift:31:23: note: add '@MainActor' to make static property 'isAnonymousDonationReportingDisabled' part of global actor 'MainActor'
    static public var isAnonymousDonationReportingDisabled = false
                      ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraine.swift:31:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static public var isAnonymousDonationReportingDisabled = false
                      ^
           nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineButton.swift:35:27: warning: static property 'black' is not concurrency-safe because non-'Sendable' type 'DonateToUkraineButton.Style' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let black = Style(backgroundColor: .black, tintColor: .white, borderColor: .clear)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineButton.swift:30:19: note: consider making struct 'Style' conform to the 'Sendable' protocol
    public struct Style {
                  ^
                        : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineButton.swift:35:27: note: add '@MainActor' to make static property 'black' part of global actor 'MainActor'
        public static let black = Style(backgroundColor: .black, tintColor: .white, borderColor: .clear)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineButton.swift:35:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let black = Style(backgroundColor: .black, tintColor: .white, borderColor: .clear)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineButton.swift:36:27: warning: static property 'white' is not concurrency-safe because non-'Sendable' type 'DonateToUkraineButton.Style' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let white = Style(backgroundColor: .white, tintColor: .black, borderColor: .clear)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineButton.swift:30:19: note: consider making struct 'Style' conform to the 'Sendable' protocol
    public struct Style {
                  ^
                        : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineButton.swift:36:27: note: add '@MainActor' to make static property 'white' part of global actor 'MainActor'
        public static let white = Style(backgroundColor: .white, tintColor: .black, borderColor: .clear)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineButton.swift:36:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let white = Style(backgroundColor: .white, tintColor: .black, borderColor: .clear)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineButton.swift:62:27: warning: static property 'automatic' is not concurrency-safe because non-'Sendable' type 'DonateToUkraineButton.Style' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let automatic = Style.dynamic(light: .black, dark: .white)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineButton.swift:30:19: note: consider making struct 'Style' conform to the 'Sendable' protocol
    public struct Style {
                  ^
                        : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineButton.swift:62:27: note: add '@MainActor' to make static property 'automatic' part of global actor 'MainActor'
        public static let automatic = Style.dynamic(light: .black, dark: .white)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineButton.swift:62:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let automatic = Style.dynamic(light: .black, dark: .white)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineButton.swift:64:27: warning: static property 'blackOutline' is not concurrency-safe because non-'Sendable' type 'DonateToUkraineButton.Style' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let blackOutline = Style(backgroundColor: .black, tintColor: .white, borderColor: .white)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineButton.swift:30:19: note: consider making struct 'Style' conform to the 'Sendable' protocol
    public struct Style {
                  ^
                        : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineButton.swift:64:27: note: add '@MainActor' to make static property 'blackOutline' part of global actor 'MainActor'
        public static let blackOutline = Style(backgroundColor: .black, tintColor: .white, borderColor: .white)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineButton.swift:64:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let blackOutline = Style(backgroundColor: .black, tintColor: .white, borderColor: .white)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineButton.swift:65:27: warning: static property 'whiteOutline' is not concurrency-safe because non-'Sendable' type 'DonateToUkraineButton.Style' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let whiteOutline = Style(backgroundColor: .white, tintColor: .black, borderColor: .black)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineButton.swift:30:19: note: consider making struct 'Style' conform to the 'Sendable' protocol
    public struct Style {
                  ^
                        : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineButton.swift:65:27: note: add '@MainActor' to make static property 'whiteOutline' part of global actor 'MainActor'
        public static let whiteOutline = Style(backgroundColor: .white, tintColor: .black, borderColor: .black)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineButton.swift:65:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let whiteOutline = Style(backgroundColor: .white, tintColor: .black, borderColor: .black)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineButton.swift:66:27: warning: static property 'automaticOutline' is not concurrency-safe because non-'Sendable' type 'DonateToUkraineButton.Style' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let automaticOutline = Style.dynamic(light: .whiteOutline, dark: .blackOutline)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineButton.swift:30:19: note: consider making struct 'Style' conform to the 'Sendable' protocol
    public struct Style {
                  ^
                        : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineButton.swift:66:27: note: add '@MainActor' to make static property 'automaticOutline' part of global actor 'MainActor'
        public static let automaticOutline = Style.dynamic(light: .whiteOutline, dark: .blackOutline)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineButton.swift:66:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let automaticOutline = Style.dynamic(light: .whiteOutline, dark: .blackOutline)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineButton.swift:76:27: warning: static property 'donate' is not concurrency-safe because non-'Sendable' type 'DonateToUkraineButton.Variant' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let donate = Variant(rawValue: "🇺🇦 Donate to Ukraine")
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineButton.swift:69:19: note: consider making struct 'Variant' conform to the 'Sendable' protocol
    public struct Variant {
                  ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineButton.swift:76:27: note: add '@MainActor' to make static property 'donate' part of global actor 'MainActor'
        public static let donate = Variant(rawValue: "🇺🇦 Donate to Ukraine")
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineButton.swift:76:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let donate = Variant(rawValue: "🇺🇦 Donate to Ukraine")
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineViewController.swift:179:17: warning: instance method 'webView(_:decidePolicyFor:decisionHandler:)' nearly matches optional requirement 'webView(_:decidePolicyFor:decisionHandler:)' of protocol 'WKNavigationDelegate'
    public func webView(_ webView: WKWebView, decidePolicyFor navigationAction: WKNavigationAction, decisionHandler: @escaping (WKNavigationActionPolicy) -> Void) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineViewController.swift:179:17: note: candidate has non-matching type '(WKWebView, WKNavigationAction, @escaping (WKNavigationActionPolicy) -> Void) -> ()'
    public func webView(_ webView: WKWebView, decidePolicyFor navigationAction: WKNavigationAction, decisionHandler: @escaping (WKNavigationActionPolicy) -> Void) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineViewController.swift:179:17: note: move 'webView(_:decidePolicyFor:decisionHandler:)' to another extension to silence this warning
    public func webView(_ webView: WKWebView, decidePolicyFor navigationAction: WKNavigationAction, decisionHandler: @escaping (WKNavigationActionPolicy) -> Void) {
                ^
WebKit.WKNavigationDelegate.webView:3:28: note: requirement 'webView(_:decidePolicyFor:decisionHandler:)' declared here
  @MainActor optional func webView(_ webView: WKWebView, decidePolicyFor navigationAction: WKNavigationAction, decisionHandler: @escaping @MainActor @Sendable (WKNavigationActionPolicy) -> Void)}
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonationTracking.swift:12:16: warning: static property '_totalDonatedUAH' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var _totalDonatedUAH: Int
               ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonationTracking.swift:12:16: note: convert '_totalDonatedUAH' to a 'let' constant to make 'Sendable' shared state immutable
    static var _totalDonatedUAH: Int
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonationTracking.swift:12:16: note: add '@MainActor' to make static property '_totalDonatedUAH' part of global actor 'MainActor'
    static var _totalDonatedUAH: Int
               ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonationTracking.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var _totalDonatedUAH: Int
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonationTracking.swift:15:16: warning: static property '_donationReceipts' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var _donationReceipts: [UkraineDonation]
               ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonationTracking.swift:15:16: note: convert '_donationReceipts' to a 'let' constant to make 'Sendable' shared state immutable
    static var _donationReceipts: [UkraineDonation]
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonationTracking.swift:15:16: note: add '@MainActor' to make static property '_donationReceipts' part of global actor 'MainActor'
    static var _donationReceipts: [UkraineDonation]
               ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonationTracking.swift:15:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var _donationReceipts: [UkraineDonation]
               ^
    nonisolated(unsafe)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:221:55: warning: main actor-isolated property 'superview' cannot be used to satisfy nonisolated requirement from protocol 'LayoutItem'; this is an error in the Swift 6 language mode
@property(nullable, nonatomic,readonly) UIView       *superview;
                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:16:19: note: add '@preconcurrency' to the 'LayoutItem' conformance to defer isolation checking to run time
extension UIView: LayoutItem {}
                  ^
                  @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:13:9: note: requirement 'superview' declared here
    var superview: UIView? { get }
        ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:18:9: warning: main actor-isolated property 'superview' cannot be used to satisfy nonisolated requirement from protocol 'LayoutItem'; this is an error in the Swift 6 language mode
    var superview: UIView? { owningView }
        ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:17:26: note: add '@preconcurrency' to the 'LayoutItem' conformance to defer isolation checking to run time
extension UILayoutGuide: LayoutItem {
                         ^
                         @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:13:9: note: requirement 'superview' declared here
    var superview: UIView? { get }
        ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:135:35: warning: generic parameter 'Type' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    @discardableResult func equal<Type: AnchorType.Alignment>(_ anchor: Anchor<Type, Axis>, constant: CGFloat = 0) -> NSLayoutConstraint {
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:95:15: note: 'Type' previously declared here
struct Anchor<Type, Axis> { // type and axis are phantom types
              ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:139:48: warning: generic parameter 'Type' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    @discardableResult func greaterThanOrEqual<Type: AnchorType.Alignment>(_ anchor: Anchor<Type, Axis>, constant: CGFloat = 0) -> NSLayoutConstraint {
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:95:15: note: 'Type' previously declared here
struct Anchor<Type, Axis> { // type and axis are phantom types
              ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:143:45: warning: generic parameter 'Type' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    @discardableResult func lessThanOrEqual<Type: AnchorType.Alignment>(_ anchor: Anchor<Type, Axis>, constant: CGFloat = 0) -> NSLayoutConstraint {
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:95:15: note: 'Type' previously declared here
struct Anchor<Type, Axis> { // type and axis are phantom types
              ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:151:35: warning: generic parameter 'Type' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    @discardableResult func equal<Type: AnchorType.Dimension, Axis>(_ anchor: Anchor<Type, Axis>, constant: CGFloat = 0) -> NSLayoutConstraint {
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:95:15: note: 'Type' previously declared here
struct Anchor<Type, Axis> { // type and axis are phantom types
              ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:151:63: warning: generic parameter 'Axis' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    @discardableResult func equal<Type: AnchorType.Dimension, Axis>(_ anchor: Anchor<Type, Axis>, constant: CGFloat = 0) -> NSLayoutConstraint {
                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:95:21: note: 'Axis' previously declared here
struct Anchor<Type, Axis> { // type and axis are phantom types
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:155:48: warning: generic parameter 'Type' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    @discardableResult func greaterThanOrEqual<Type: AnchorType.Dimension, Axis>(_ anchor: Anchor<Type, Axis>, constant: CGFloat = 0) -> NSLayoutConstraint {
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:95:15: note: 'Type' previously declared here
struct Anchor<Type, Axis> { // type and axis are phantom types
              ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:155:76: warning: generic parameter 'Axis' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    @discardableResult func greaterThanOrEqual<Type: AnchorType.Dimension, Axis>(_ anchor: Anchor<Type, Axis>, constant: CGFloat = 0) -> NSLayoutConstraint {
                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:95:21: note: 'Axis' previously declared here
struct Anchor<Type, Axis> { // type and axis are phantom types
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:159:45: warning: generic parameter 'Type' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    @discardableResult func lessThanOrEqual<Type: AnchorType.Dimension, Axis>(_ anchor: Anchor<Type, Axis>, constant: CGFloat = 0) -> NSLayoutConstraint {
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:95:15: note: 'Type' previously declared here
struct Anchor<Type, Axis> { // type and axis are phantom types
              ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:159:73: warning: generic parameter 'Axis' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    @discardableResult func lessThanOrEqual<Type: AnchorType.Dimension, Axis>(_ anchor: Anchor<Type, Axis>, constant: CGFloat = 0) -> NSLayoutConstraint {
                                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:95:21: note: 'Axis' previously declared here
struct Anchor<Type, Axis> { // type and axis are phantom types
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:194:37: warning: generic parameter 'Type' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    @discardableResult func spacing<Type: AnchorType.Edge>(_ spacing: CGFloat, to anchor: Anchor<Type, Axis>, relation: NSLayoutConstraint.Relation = .equal) -> NSLayoutConstraint {
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:95:15: note: 'Type' previously declared here
struct Anchor<Type, Axis> { // type and axis are phantom types
              ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:379:24: warning: static property '_stack' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var _stack = [Constraints]() // this is what enabled constraint auto-installing
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:379:24: note: convert '_stack' to a 'let' constant to make 'Sendable' shared state immutable
    private static var _stack = [Constraints]() // this is what enabled constraint auto-installing
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:379:24: note: add '@MainActor' to make static property '_stack' part of global actor 'MainActor'
    private static var _stack = [Constraints]() // this is what enabled constraint auto-installing
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:379:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var _stack = [Constraints]() // this is what enabled constraint auto-installing
                       ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ UkraineDonation.swift /Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/UkraineDonation.swift (in target 'DonateToUkraine' from project 'DonateToUkraine')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/UkraineDonation.swift (in target 'DonateToUkraine' from project 'DonateToUkraine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineViewController.swift:179:17: warning: instance method 'webView(_:decidePolicyFor:decisionHandler:)' nearly matches optional requirement 'webView(_:decidePolicyFor:decisionHandler:)' of protocol 'WKNavigationDelegate'
    public func webView(_ webView: WKWebView, decidePolicyFor navigationAction: WKNavigationAction, decisionHandler: @escaping (WKNavigationActionPolicy) -> Void) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineViewController.swift:179:17: note: candidate has non-matching type '(WKWebView, WKNavigationAction, @escaping (WKNavigationActionPolicy) -> Void) -> ()'
    public func webView(_ webView: WKWebView, decidePolicyFor navigationAction: WKNavigationAction, decisionHandler: @escaping (WKNavigationActionPolicy) -> Void) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineViewController.swift:179:17: note: move 'webView(_:decidePolicyFor:decisionHandler:)' to another extension to silence this warning
    public func webView(_ webView: WKWebView, decidePolicyFor navigationAction: WKNavigationAction, decisionHandler: @escaping (WKNavigationActionPolicy) -> Void) {
                ^
WebKit.WKNavigationDelegate.webView:3:28: note: requirement 'webView(_:decidePolicyFor:decisionHandler:)' declared here
  @MainActor optional func webView(_ webView: WKWebView, decidePolicyFor navigationAction: WKNavigationAction, decisionHandler: @escaping @MainActor @Sendable (WKNavigationActionPolicy) -> Void)}
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineViewController.swift:399:12: warning: call to main actor-isolated class method 'animate(withDuration:delay:options:animations:completion:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
    UIView.animate(withDuration: 0.3, delay: 0, options: [.curveEaseInOut]) {
           ^
UIKit.UIView.animate:3:30: note: calls to class method 'animate(withDuration:delay:options:animations:completion:)' from outside of its actor context are implicitly asynchronous
  @MainActor open class func animate(withDuration duration: TimeInterval, delay: TimeInterval, options: UIView.AnimationOptions = [], animations: @escaping () -> Void, completion: ((Bool) -> Void)? = nil)}
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineViewController.swift:398:6: note: add '@MainActor' to make global function 'animated(_:completion:)' part of global actor 'MainActor'
func animated(_ block: @escaping () -> (), completion: @escaping () -> () = { }) {
     ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineViewController.swift:430:24: warning: capture of 'promise' with non-sendable type 'Promise<String>' in a '@Sendable' closure
                return promise.reject(error)
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/Promise.swift:133:20: note: generic class 'Promise' does not conform to the 'Sendable' protocol
public final class Promise<Value> {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineViewController.swift:399:12: warning: sending value of non-Sendable type '() -> ()' risks causing data races; this is an error in the Swift 6 language mode
    UIView.animate(withDuration: 0.3, delay: 0, options: [.curveEaseInOut]) {
    ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineViewController.swift:399:12: note: sending task-isolated value of non-Sendable type '() -> ()' to main actor-isolated class method 'animate(withDuration:delay:options:animations:completion:)' risks causing races in between task-isolated and main actor-isolated uses
    UIView.animate(withDuration: 0.3, delay: 0, options: [.curveEaseInOut]) {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineViewController.swift:399:12: warning: sending value of non-Sendable type '(Bool) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    UIView.animate(withDuration: 0.3, delay: 0, options: [.curveEaseInOut]) {
    ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineViewController.swift:399:12: note: sending task-isolated value of non-Sendable type '(Bool) -> Void' to main actor-isolated class method 'animate(withDuration:delay:options:animations:completion:)' risks causing races in between task-isolated and main actor-isolated uses
    UIView.animate(withDuration: 0.3, delay: 0, options: [.curveEaseInOut]) {
           ^
SwiftCompile normal arm64 Compiling\ Promise.swift /Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/Promise.swift (in target 'DonateToUkraine' from project 'DonateToUkraine')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/Promise.swift (in target 'DonateToUkraine' from project 'DonateToUkraine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/Promise.swift:21:29: warning: passing non-sendable parameter 'work' to function expecting a @Sendable closure
        self.async(execute: work)
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/Promise.swift:20:27: note: parameter 'work' is implicitly non-sendable
    public func execute(_ work: @escaping () -> Void) {
                          ^
                                @Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/Promise.swift:41:35: warning: passing non-sendable parameter 'work' to function expecting a @Sendable closure
        self.queue.async(execute: work)
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/Promise.swift:39:27: note: parameter 'work' is implicitly non-sendable
    public func execute(_ work: @escaping () -> Void) {
                          ^
                                @Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/Promise.swift:177:21: warning: capture of 'work' with non-sendable type '(@escaping (Value) -> Void, @escaping (any Error) -> Void) throws -> Void' in a '@Sendable' closure
                try work(self.fulfill, self.reject)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/Promise.swift:177:21: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                try work(self.fulfill, self.reject)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/Promise.swift:177:26: warning: capture of 'self' with non-sendable type 'Promise<Value>' in a '@Sendable' closure
                try work(self.fulfill, self.reject)
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/Promise.swift:133:20: note: generic class 'Promise' does not conform to the 'Sendable' protocol
public final class Promise<Value> {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/Promise.swift:298:50: warning: capture of 'self' with non-sendable type 'Promise<Value>' in a '@Sendable' closure
            guard case .pending(let callbacks) = self.state else { return }
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/Promise.swift:133:20: note: generic class 'Promise' does not conform to the 'Sendable' protocol
public final class Promise<Value> {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/Promise.swift:299:26: warning: capture of 'newState' with non-sendable type 'State<Value>' in a '@Sendable' closure
            self.state = newState
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/Promise.swift:66:6: note: consider making generic enum 'State' conform to the 'Sendable' protocol
enum State<Value>: CustomStringConvertible {
     ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/Promise.swift:307:20: warning: capture of 'self' with non-sendable type 'Promise<Value>' in a '@Sendable' closure
            switch self.state {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/Promise.swift:133:20: note: generic class 'Promise' does not conform to the 'Sendable' protocol
public final class Promise<Value> {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/Promise.swift:309:63: warning: capture of 'callback' with non-sendable type 'Callback<Value>' in a '@Sendable' closure
                self.state = .pending(callbacks: callbacks + [callback])
                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/Promise.swift:46:8: note: consider making generic struct 'Callback' conform to the 'Sendable' protocol
struct Callback<Value> {
       ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/Promise.swift:323:20: warning: capture of 'self' with non-sendable type 'Promise<Value>' in a '@Sendable' closure
            switch self.state {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/Promise.swift:133:20: note: generic class 'Promise' does not conform to the 'Sendable' protocol
public final class Promise<Value> {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/Promise.swift:327:40: warning: capture of 'callbacks' with non-sendable type '[Callback<Value>]' in a '@Sendable' closure
                var mutableCallbacks = callbacks
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/Promise.swift:46:8: note: consider making generic struct 'Callback' conform to the 'Sendable' protocol
struct Callback<Value> {
       ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/Promise.swift:330:21: warning: capture of 'self' with non-sendable type 'Promise<Value>' in an isolated closure; this is an error in the Swift 6 language mode
                    self.fireIfCompleted(callbacks: mutableCallbacks)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/Promise.swift:133:20: note: generic class 'Promise' does not conform to the 'Sendable' protocol
public final class Promise<Value> {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/Promise.swift:336:21: warning: capture of 'self' with non-sendable type 'Promise<Value>' in an isolated closure; this is an error in the Swift 6 language mode
                    self.fireIfCompleted(callbacks: mutableCallbacks)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/Promise.swift:133:20: note: generic class 'Promise' does not conform to the 'Sendable' protocol
public final class Promise<Value> {
                   ^
SwiftCompile normal arm64 Compiling\ DonateToUkraineButton.swift /Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineButton.swift (in target 'DonateToUkraine' from project 'DonateToUkraine')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineButton.swift (in target 'DonateToUkraine' from project 'DonateToUkraine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineButton.swift:35:27: warning: static property 'black' is not concurrency-safe because non-'Sendable' type 'DonateToUkraineButton.Style' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let black = Style(backgroundColor: .black, tintColor: .white, borderColor: .clear)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineButton.swift:30:19: note: consider making struct 'Style' conform to the 'Sendable' protocol
    public struct Style {
                  ^
                        : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineButton.swift:35:27: note: add '@MainActor' to make static property 'black' part of global actor 'MainActor'
        public static let black = Style(backgroundColor: .black, tintColor: .white, borderColor: .clear)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineButton.swift:35:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let black = Style(backgroundColor: .black, tintColor: .white, borderColor: .clear)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineButton.swift:36:27: warning: static property 'white' is not concurrency-safe because non-'Sendable' type 'DonateToUkraineButton.Style' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let white = Style(backgroundColor: .white, tintColor: .black, borderColor: .clear)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineButton.swift:30:19: note: consider making struct 'Style' conform to the 'Sendable' protocol
    public struct Style {
                  ^
                        : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineButton.swift:36:27: note: add '@MainActor' to make static property 'white' part of global actor 'MainActor'
        public static let white = Style(backgroundColor: .white, tintColor: .black, borderColor: .clear)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineButton.swift:36:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let white = Style(backgroundColor: .white, tintColor: .black, borderColor: .clear)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineButton.swift:62:27: warning: static property 'automatic' is not concurrency-safe because non-'Sendable' type 'DonateToUkraineButton.Style' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let automatic = Style.dynamic(light: .black, dark: .white)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineButton.swift:30:19: note: consider making struct 'Style' conform to the 'Sendable' protocol
    public struct Style {
                  ^
                        : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineButton.swift:62:27: note: add '@MainActor' to make static property 'automatic' part of global actor 'MainActor'
        public static let automatic = Style.dynamic(light: .black, dark: .white)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineButton.swift:62:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let automatic = Style.dynamic(light: .black, dark: .white)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineButton.swift:64:27: warning: static property 'blackOutline' is not concurrency-safe because non-'Sendable' type 'DonateToUkraineButton.Style' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let blackOutline = Style(backgroundColor: .black, tintColor: .white, borderColor: .white)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineButton.swift:30:19: note: consider making struct 'Style' conform to the 'Sendable' protocol
    public struct Style {
                  ^
                        : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineButton.swift:64:27: note: add '@MainActor' to make static property 'blackOutline' part of global actor 'MainActor'
        public static let blackOutline = Style(backgroundColor: .black, tintColor: .white, borderColor: .white)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineButton.swift:64:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let blackOutline = Style(backgroundColor: .black, tintColor: .white, borderColor: .white)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineButton.swift:65:27: warning: static property 'whiteOutline' is not concurrency-safe because non-'Sendable' type 'DonateToUkraineButton.Style' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let whiteOutline = Style(backgroundColor: .white, tintColor: .black, borderColor: .black)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineButton.swift:30:19: note: consider making struct 'Style' conform to the 'Sendable' protocol
    public struct Style {
                  ^
                        : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineButton.swift:65:27: note: add '@MainActor' to make static property 'whiteOutline' part of global actor 'MainActor'
        public static let whiteOutline = Style(backgroundColor: .white, tintColor: .black, borderColor: .black)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineButton.swift:65:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let whiteOutline = Style(backgroundColor: .white, tintColor: .black, borderColor: .black)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineButton.swift:66:27: warning: static property 'automaticOutline' is not concurrency-safe because non-'Sendable' type 'DonateToUkraineButton.Style' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let automaticOutline = Style.dynamic(light: .whiteOutline, dark: .blackOutline)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineButton.swift:30:19: note: consider making struct 'Style' conform to the 'Sendable' protocol
    public struct Style {
                  ^
                        : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineButton.swift:66:27: note: add '@MainActor' to make static property 'automaticOutline' part of global actor 'MainActor'
        public static let automaticOutline = Style.dynamic(light: .whiteOutline, dark: .blackOutline)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineButton.swift:66:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let automaticOutline = Style.dynamic(light: .whiteOutline, dark: .blackOutline)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineButton.swift:76:27: warning: static property 'donate' is not concurrency-safe because non-'Sendable' type 'DonateToUkraineButton.Variant' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let donate = Variant(rawValue: "🇺🇦 Donate to Ukraine")
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineButton.swift:69:19: note: consider making struct 'Variant' conform to the 'Sendable' protocol
    public struct Variant {
                  ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineButton.swift:76:27: note: add '@MainActor' to make static property 'donate' part of global actor 'MainActor'
        public static let donate = Variant(rawValue: "🇺🇦 Donate to Ukraine")
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraineButton.swift:76:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let donate = Variant(rawValue: "🇺🇦 Donate to Ukraine")
SwiftCompile normal arm64 Compiling\ Align.swift /Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift (in target 'DonateToUkraine' from project 'DonateToUkraine')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift (in target 'DonateToUkraine' from project 'DonateToUkraine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:221:55: warning: main actor-isolated property 'superview' cannot be used to satisfy nonisolated requirement from protocol 'LayoutItem'; this is an error in the Swift 6 language mode
@property(nullable, nonatomic,readonly) UIView       *superview;
                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:16:19: note: add '@preconcurrency' to the 'LayoutItem' conformance to defer isolation checking to run time
extension UIView: LayoutItem {}
                  ^
                  @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:13:9: note: requirement 'superview' declared here
    var superview: UIView? { get }
        ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:18:9: warning: main actor-isolated property 'superview' cannot be used to satisfy nonisolated requirement from protocol 'LayoutItem'; this is an error in the Swift 6 language mode
    var superview: UIView? { owningView }
        ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:17:26: note: add '@preconcurrency' to the 'LayoutItem' conformance to defer isolation checking to run time
extension UILayoutGuide: LayoutItem {
                         ^
                         @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:13:9: note: requirement 'superview' declared here
    var superview: UIView? { get }
        ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:135:35: warning: generic parameter 'Type' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    @discardableResult func equal<Type: AnchorType.Alignment>(_ anchor: Anchor<Type, Axis>, constant: CGFloat = 0) -> NSLayoutConstraint {
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:95:15: note: 'Type' previously declared here
struct Anchor<Type, Axis> { // type and axis are phantom types
              ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:139:48: warning: generic parameter 'Type' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    @discardableResult func greaterThanOrEqual<Type: AnchorType.Alignment>(_ anchor: Anchor<Type, Axis>, constant: CGFloat = 0) -> NSLayoutConstraint {
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:95:15: note: 'Type' previously declared here
struct Anchor<Type, Axis> { // type and axis are phantom types
              ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:143:45: warning: generic parameter 'Type' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    @discardableResult func lessThanOrEqual<Type: AnchorType.Alignment>(_ anchor: Anchor<Type, Axis>, constant: CGFloat = 0) -> NSLayoutConstraint {
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:95:15: note: 'Type' previously declared here
struct Anchor<Type, Axis> { // type and axis are phantom types
              ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:151:35: warning: generic parameter 'Type' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    @discardableResult func equal<Type: AnchorType.Dimension, Axis>(_ anchor: Anchor<Type, Axis>, constant: CGFloat = 0) -> NSLayoutConstraint {
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:95:15: note: 'Type' previously declared here
struct Anchor<Type, Axis> { // type and axis are phantom types
              ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:151:63: warning: generic parameter 'Axis' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    @discardableResult func equal<Type: AnchorType.Dimension, Axis>(_ anchor: Anchor<Type, Axis>, constant: CGFloat = 0) -> NSLayoutConstraint {
                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:95:21: note: 'Axis' previously declared here
struct Anchor<Type, Axis> { // type and axis are phantom types
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:155:48: warning: generic parameter 'Type' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    @discardableResult func greaterThanOrEqual<Type: AnchorType.Dimension, Axis>(_ anchor: Anchor<Type, Axis>, constant: CGFloat = 0) -> NSLayoutConstraint {
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:95:15: note: 'Type' previously declared here
struct Anchor<Type, Axis> { // type and axis are phantom types
              ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:155:76: warning: generic parameter 'Axis' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    @discardableResult func greaterThanOrEqual<Type: AnchorType.Dimension, Axis>(_ anchor: Anchor<Type, Axis>, constant: CGFloat = 0) -> NSLayoutConstraint {
                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:95:21: note: 'Axis' previously declared here
struct Anchor<Type, Axis> { // type and axis are phantom types
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:159:45: warning: generic parameter 'Type' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    @discardableResult func lessThanOrEqual<Type: AnchorType.Dimension, Axis>(_ anchor: Anchor<Type, Axis>, constant: CGFloat = 0) -> NSLayoutConstraint {
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:95:15: note: 'Type' previously declared here
struct Anchor<Type, Axis> { // type and axis are phantom types
              ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:159:73: warning: generic parameter 'Axis' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    @discardableResult func lessThanOrEqual<Type: AnchorType.Dimension, Axis>(_ anchor: Anchor<Type, Axis>, constant: CGFloat = 0) -> NSLayoutConstraint {
                                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:95:21: note: 'Axis' previously declared here
struct Anchor<Type, Axis> { // type and axis are phantom types
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:194:37: warning: generic parameter 'Type' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    @discardableResult func spacing<Type: AnchorType.Edge>(_ spacing: CGFloat, to anchor: Anchor<Type, Axis>, relation: NSLayoutConstraint.Relation = .equal) -> NSLayoutConstraint {
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:95:15: note: 'Type' previously declared here
struct Anchor<Type, Axis> { // type and axis are phantom types
              ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:379:24: warning: static property '_stack' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var _stack = [Constraints]() // this is what enabled constraint auto-installing
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:379:24: note: convert '_stack' to a 'let' constant to make 'Sendable' shared state immutable
    private static var _stack = [Constraints]() // this is what enabled constraint auto-installing
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:379:24: note: add '@MainActor' to make static property '_stack' part of global actor 'MainActor'
    private static var _stack = [Constraints]() // this is what enabled constraint auto-installing
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:379:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var _stack = [Constraints]() // this is what enabled constraint auto-installing
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:72:54: warning: main actor-isolated property 'layoutMarginsGuide' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
    var margins: LayoutAnchors<UILayoutGuide> { base.layoutMarginsGuide.anchors }
                                                     ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:280:43: note: property declared here
@property(readonly,strong) UILayoutGuide *layoutMarginsGuide API_AVAILABLE(ios(9.0));
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:73:55: warning: main actor-isolated property 'safeAreaLayoutGuide' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
    var safeArea: LayoutAnchors<UILayoutGuide> { base.safeAreaLayoutGuide.anchors }
                                                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:288:53: note: property declared here
@property(nonatomic,readonly,strong) UILayoutGuide *safeAreaLayoutGuide API_AVAILABLE(ios(11.0), tvos(11.0)) API_UNAVAILABLE(watchos);
                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:352:42: warning: call to main actor-isolated class method 'activate' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        if activate { NSLayoutConstraint.activate(constraints) }
                                         ^
UIKit.NSLayoutConstraint.activate:3:30: note: calls to class method 'activate' from outside of its actor context are implicitly asynchronous
  @MainActor open class func activate(_ constraints: [NSLayoutConstraint])}
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:359:29: warning: main actor-isolated property 'translatesAutoresizingMaskIntoConstraints' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        (item1 as? UIView)?.translatesAutoresizingMaskIntoConstraints = false
                            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:464:27: note: mutation of this property is only permitted within the actor
@property(nonatomic) BOOL translatesAutoresizingMaskIntoConstraints API_AVAILABLE(ios(6.0)); // Default YES
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:356:29: note: add '@MainActor' to make static method 'constrain(item:attribute:relatedBy:toItem:attribute:multiplier:constant:)' part of global actor 'MainActor'
    fileprivate static func constrain(item item1: Any, attribute attr1: NSLayoutConstraint.Attribute, relatedBy relation: NSLayoutConstraint.Relation = .equal, toItem item2: Any? = nil, attribute attr2: NSLayoutConstraint.Attribute? = nil, multiplier: CGFloat = 1, constant: CGFloat = 0) -> NSLayoutConstraint {
                            ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:363:26: warning: call to main actor-isolated initializer 'init(item:attribute:relatedBy:toItem:attribute:multiplier:constant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let constraint = NSLayoutConstraint(item: item1, attribute: attr1, relatedBy: relation, toItem: item2, attribute: attr2 ?? .notAnAttribute, multiplier: multiplier, constant: constant)
                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:142:1: note: calls to initializer 'init(item:attribute:relatedBy:toItem:attribute:multiplier:constant:)' from outside of its actor context are implicitly asynchronous
+ (instancetype)constraintWithItem:(id)view1 attribute:(NSLayoutAttribute)attr1 relatedBy:(NSLayoutRelation)relation toItem:(nullable id)view2 attribute:(NSLayoutAttribute)attr2 multiplier:(CGFloat)multiplier constant:(CGFloat)c API_AVAILABLE(macos(10.7), ios(6.0), tvos(9.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:356:29: note: add '@MainActor' to make static method 'constrain(item:attribute:relatedBy:toItem:attribute:multiplier:constant:)' part of global actor 'MainActor'
    fileprivate static func constrain(item item1: Any, attribute attr1: NSLayoutConstraint.Attribute, relatedBy relation: NSLayoutConstraint.Relation = .equal, toItem item2: Any? = nil, attribute attr2: NSLayoutConstraint.Attribute? = nil, multiplier: CGFloat = 1, constant: CGFloat = 0) -> NSLayoutConstraint {
                            ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:385:24: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            constraint.isActive = true
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: mutation of this property is only permitted within the actor
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:381:25: note: add '@MainActor' to make static method '_install' part of global actor 'MainActor'
    private static func _install(_ constraint: NSLayoutConstraint) {
                        ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:446:33: warning: main actor-isolated property 'safeAreaLayoutGuide' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        pin(to: item.superview!.safeAreaLayoutGuide, inset: inset)
                                ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:288:53: note: property declared here
@property(nonatomic,readonly,strong) UILayoutGuide *safeAreaLayoutGuide API_AVAILABLE(ios(11.0), tvos(11.0)) API_UNAVAILABLE(watchos);
                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:445:29: note: add '@MainActor' to make instance method 'safeAreaPin(inset:)' part of global actor 'MainActor'
    @discardableResult func safeAreaPin(inset: CGFloat = 0) -> NSLayoutConstraint {
                            ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:450:33: warning: main actor-isolated property 'readableContentGuide' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        pin(to: item.superview!.readableContentGuide, inset: inset)
                                ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:283:56: note: property declared here
@property (nonatomic, readonly, strong) UILayoutGuide *readableContentGuide  API_AVAILABLE(ios(9.0));
                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:449:29: note: add '@MainActor' to make instance method 'readableContentPin(inset:)' part of global actor 'MainActor'
    @discardableResult func readableContentPin(inset: CGFloat = 0) -> NSLayoutConstraint {
                            ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:454:33: warning: main actor-isolated property 'layoutMarginsGuide' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        pin(to: item.superview!.layoutMarginsGuide, inset: inset)
                                ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:280:43: note: property declared here
@property(readonly,strong) UILayoutGuide *layoutMarginsGuide API_AVAILABLE(ios(9.0));
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:453:29: note: add '@MainActor' to make instance method 'marginsPin(inset:)' part of global actor 'MainActor'
    @discardableResult func marginsPin(inset: CGFloat = 0) -> NSLayoutConstraint {
                            ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:460:33: warning: main actor-isolated property 'safeAreaLayoutGuide' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        pin(to: item.superview!.safeAreaLayoutGuide, insets: insets, axis: axis, alignment: alignment)
                                ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:288:53: note: property declared here
@property(nonatomic,readonly,strong) UILayoutGuide *safeAreaLayoutGuide API_AVAILABLE(ios(11.0), tvos(11.0)) API_UNAVAILABLE(watchos);
                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:459:29: note: add '@MainActor' to make instance method 'safeAreaPin(insets:axis:alignment:)' part of global actor 'MainActor'
    @discardableResult func safeAreaPin(insets: EdgeInsets = .zero, axis: Axis? = nil, alignment: Alignmment = .fill) -> [NSLayoutConstraint] {
                            ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:464:33: warning: main actor-isolated property 'readableContentGuide' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        pin(to: item.superview!.readableContentGuide, insets: insets, axis: axis, alignment: alignment)
                                ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:283:56: note: property declared here
@property (nonatomic, readonly, strong) UILayoutGuide *readableContentGuide  API_AVAILABLE(ios(9.0));
                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:463:29: note: add '@MainActor' to make instance method 'readableContentPin(insets:axis:alignment:)' part of global actor 'MainActor'
    @discardableResult func readableContentPin(insets: EdgeInsets = .zero, axis: Axis? = nil, alignment: Alignmment = .fill) -> [NSLayoutConstraint] {
                            ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:468:33: warning: main actor-isolated property 'layoutMarginsGuide' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        pin(to: item.superview!.layoutMarginsGuide, insets: insets, axis: axis, alignment: alignment)
                                ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:280:43: note: property declared here
@property(readonly,strong) UILayoutGuide *layoutMarginsGuide API_AVAILABLE(ios(9.0));
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:467:29: note: add '@MainActor' to make instance method 'marginsPin(insets:axis:alignment:)' part of global actor 'MainActor'
    @discardableResult func marginsPin(insets: EdgeInsets = .zero, axis: Axis? = nil, alignment: Alignmment = .fill) -> [NSLayoutConstraint] {
                            ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:363:26: warning: sending 'item1' risks causing data races; this is an error in the Swift 6 language mode
        let constraint = NSLayoutConstraint(item: item1, attribute: attr1, relatedBy: relation, toItem: item2, attribute: attr2 ?? .notAnAttribute, multiplier: multiplier, constant: constant)
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:363:26: note: sending task-isolated 'item1' to main actor-isolated initializer 'init(item:attribute:relatedBy:toItem:attribute:multiplier:constant:)' risks causing data races between main actor-isolated and task-isolated uses
        let constraint = NSLayoutConstraint(item: item1, attribute: attr1, relatedBy: relation, toItem: item2, attribute: attr2 ?? .notAnAttribute, multiplier: multiplier, constant: constant)
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:363:26: warning: sending 'item2' risks causing data races; this is an error in the Swift 6 language mode
        let constraint = NSLayoutConstraint(item: item1, attribute: attr1, relatedBy: relation, toItem: item2, attribute: attr2 ?? .notAnAttribute, multiplier: multiplier, constant: constant)
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DonateToUkraine/NiceUI/Align.swift:363:26: note: sending task-isolated 'item2' to main actor-isolated initializer 'init(item:attribute:relatedBy:toItem:attribute:multiplier:constant:)' risks causing data races between main actor-isolated and task-isolated uses
        let constraint = NSLayoutConstraint(item: item1, attribute: attr1, relatedBy: relation, toItem: item2, attribute: attr2 ?? .notAnAttribute, multiplier: multiplier, constant: constant)
                         ^
SwiftDriverJobDiscovery normal arm64 Emitting module for DonateToUkraine (in target 'DonateToUkraine' from project 'DonateToUkraine')
SwiftDriver\ Compilation\ Requirements DonateToUkraine normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DonateToUkraine' from project 'DonateToUkraine')
    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 DonateToUkraine -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/Objects-normal/arm64/DonateToUkraine.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.0 -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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/Objects-normal/arm64/DonateToUkraine-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/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/Objects-normal/arm64/DonateToUkraine.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/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/Objects-normal/arm64/DonateToUkraine_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.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/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/Objects-normal/arm64/DonateToUkraine-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/DonateToUkraine-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/Objects-normal/arm64/DonateToUkraine-Swift.h (in target 'DonateToUkraine' from project 'DonateToUkraine')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/Objects-normal/arm64/DonateToUkraine-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/DonateToUkraine-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DonateToUkraine.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/Objects-normal/arm64/DonateToUkraine.swiftmodule (in target 'DonateToUkraine' from project 'DonateToUkraine')
    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/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/Objects-normal/arm64/DonateToUkraine.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DonateToUkraine.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DonateToUkraine.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/Objects-normal/arm64/DonateToUkraine.swiftdoc (in target 'DonateToUkraine' from project 'DonateToUkraine')
    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/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/Objects-normal/arm64/DonateToUkraine.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DonateToUkraine.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DonateToUkraine.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/Objects-normal/arm64/DonateToUkraine.abi.json (in target 'DonateToUkraine' from project 'DonateToUkraine')
    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/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/Objects-normal/arm64/DonateToUkraine.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DonateToUkraine.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DonateToUkraine.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/Objects-normal/arm64/DonateToUkraine.swiftsourceinfo (in target 'DonateToUkraine' from project 'DonateToUkraine')
    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/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/Objects-normal/arm64/DonateToUkraine.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DonateToUkraine.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling UserDefault.swift (in target 'DonateToUkraine' from project 'DonateToUkraine')
SwiftDriverJobDiscovery normal arm64 Compiling Promise.swift (in target 'DonateToUkraine' from project 'DonateToUkraine')
SwiftDriverJobDiscovery normal arm64 Compiling DonationTracking.swift (in target 'DonateToUkraine' from project 'DonateToUkraine')
SwiftDriverJobDiscovery normal arm64 Compiling UkraineDonation.swift (in target 'DonateToUkraine' from project 'DonateToUkraine')
SwiftDriverJobDiscovery normal arm64 Compiling DonateToUkraine.swift (in target 'DonateToUkraine' from project 'DonateToUkraine')
SwiftDriverJobDiscovery normal arm64 Compiling View.swift (in target 'DonateToUkraine' from project 'DonateToUkraine')
SwiftDriverJobDiscovery normal arm64 Compiling Align.swift (in target 'DonateToUkraine' from project 'DonateToUkraine')
SwiftDriverJobDiscovery normal arm64 Compiling DonateToUkraineButton.swift (in target 'DonateToUkraine' from project 'DonateToUkraine')
SwiftDriverJobDiscovery normal arm64 Compiling DonateToUkraineViewController.swift (in target 'DonateToUkraine' from project 'DonateToUkraine')
SwiftDriver\ Compilation DonateToUkraine normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DonateToUkraine' from project 'DonateToUkraine')
    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 DonateToUkraine -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/Objects-normal/arm64/DonateToUkraine.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.0 -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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/Objects-normal/arm64/DonateToUkraine-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/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/Objects-normal/arm64/DonateToUkraine.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/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/Objects-normal/arm64/DonateToUkraine_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.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/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/Objects-normal/arm64/DonateToUkraine-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-iphoneos/DonateToUkraine.o normal (in target 'DonateToUkraine' from project 'DonateToUkraine')
    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-ios13.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/Objects-normal/arm64/DonateToUkraine.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/Objects-normal/arm64/DonateToUkraine_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/Objects-normal/arm64/DonateToUkraine_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/Objects-normal/arm64/DonateToUkraine.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DonateToUkraine.o
ExtractAppIntentsMetadata (in target 'DonateToUkraine' from project 'DonateToUkraine')
    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 DonateToUkraine --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 13.0 --bundle-identifier spi-builder-workspace.DonateToUkraine --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DonateToUkraine.appintents --target-triple arm64-apple-ios13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DonateToUkraine.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/Objects-normal/arm64/DonateToUkraine_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/Objects-normal/arm64/DonateToUkraine.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/DonateToUkraine.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/DonateToUkraine.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DonateToUkraine.build/Debug-iphoneos/DonateToUkraine.build/Objects-normal/arm64/DonateToUkraine.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-26 15:38:38.200 appintentsmetadataprocessor[719:4063] Starting appintentsmetadataprocessor export
2025-04-26 15:38:38.240 appintentsmetadataprocessor[719:4063] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DonateToUkraine.o (in target 'DonateToUkraine' from project 'DonateToUkraine')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DonateToUkraine.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DonateToUkraine",
  "name" : "DonateToUkraine",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "DonateToUkraine",
      "targets" : [
        "DonateToUkraine"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TelegraphKitTests",
      "module_type" : "SwiftTarget",
      "name" : "TelegraphKitTests",
      "path" : "Tests/TelegraphKitTests",
      "sources" : [
        "TelegraphKitTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "DonateToUkraine"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DonateToUkraine",
      "module_type" : "SwiftTarget",
      "name" : "DonateToUkraine",
      "path" : "Sources/DonateToUkraine",
      "product_memberships" : [
        "DonateToUkraine"
      ],
      "sources" : [
        "DonateToUkraine.swift",
        "DonateToUkraineButton.swift",
        "DonateToUkraineViewController.swift",
        "DonationTracking.swift",
        "NiceUI/Align.swift",
        "NiceUI/View.swift",
        "Promise.swift",
        "UkraineDonation.swift",
        "UserDefault.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.