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 Notifly, reference main (09c466), with Swift 6.1 for iOS using Xcode 16.3 on 2 May 2025 01:46:13 UTC.

Swift 6 data race errors: 2

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Notifly -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.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/emrearmagan/Notifly.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/emrearmagan/Notifly
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 09c4669 update workflow
Cloned https://github.com/emrearmagan/Notifly.git
Revision (git rev-parse @):
09c466926efb496f02667e55bbc0a00258a720aa
SUCCESS checkout https://github.com/emrearmagan/Notifly.git at main
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/emrearmagan/Notifly.git
https://github.com/emrearmagan/Notifly.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Notifly",
  "name" : "Notifly",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Notifly",
      "targets" : [
        "Notifly"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "NotiflyTests",
      "module_type" : "SwiftTarget",
      "name" : "NotiflyTests",
      "path" : "Tests",
      "sources" : [
        "NotiflyQueueTests.swift"
      ],
      "target_dependencies" : [
        "Notifly"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Notifly",
      "module_type" : "SwiftTarget",
      "name" : "Notifly",
      "path" : "Sources",
      "product_memberships" : [
        "Notifly"
      ],
      "sources" : [
        "Extension/UIColor+Notifly.swift",
        "Extension/UIEdgeInsets+Notifly.swift",
        "Feedback/NotiflyFeedback.swift",
        "Feedback/SYBannerFeedbackGenerator.swift",
        "Highlighter/NotiflyDefaultHighlighter.swift",
        "Highlighter/NotiflyHighlighter.swift",
        "Notifications/Notifly/Background/NotiflyBackgroundView+BackgroundColor.swift",
        "Notifications/Notifly/Background/NotiflyBackgroundView+CornerRadius.swift",
        "Notifications/Notifly/Background/NotiflyBackgroundView+GradientDirection.swift",
        "Notifications/Notifly/Background/NotiflyBackgroundView+GradientLayer.swift",
        "Notifications/Notifly/Background/NotiflyBackgroundView.swift",
        "Notifications/Notifly/Notifly+Configuration.swift",
        "Notifications/Notifly/Notifly+IconSource.swift",
        "Notifications/Notifly/Notifly.swift",
        "Notifications/NotiflyCardNotification/NotiflyCard.swift",
        "Notifications/NotiflyCardNotification/NotiflyCardButton.swift",
        "Notifications/NotiflyFullWidth/NotiflyFullWidth.swift",
        "Notifications/SimpleNotifly/SimpleNotifly.swift",
        "NotiflyBase.swift",
        "NotiflyDelegate.swift",
        "NotiflyDirection.swift",
        "NotiflyQueue.swift",
        "NotiflyType.swift",
        "Presenter/NotiflyBouncePresenter.swift",
        "Presenter/NotiflyDefaultPresenter.swift",
        "Presenter/NotiflyFadePresenter.swift",
        "Presenter/NotiflyPresenter.swift",
        "Presenter/NotiflyScalePresenter.swift",
        "Presenter/NotiflyState.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
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
Resolve Package Graph
Resolved source packages:
  Notifly: /Users/admin/builder/spi-builder-workspace
resolved source packages: Notifly
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Notifly",
  "name" : "Notifly",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Notifly",
      "targets" : [
        "Notifly"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "NotiflyTests",
      "module_type" : "SwiftTarget",
      "name" : "NotiflyTests",
      "path" : "Tests",
      "sources" : [
        "NotiflyQueueTests.swift"
      ],
      "target_dependencies" : [
        "Notifly"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Notifly",
      "module_type" : "SwiftTarget",
      "name" : "Notifly",
      "path" : "Sources",
      "product_memberships" : [
        "Notifly"
      ],
      "sources" : [
        "Extension/UIColor+Notifly.swift",
        "Extension/UIEdgeInsets+Notifly.swift",
        "Feedback/NotiflyFeedback.swift",
        "Feedback/SYBannerFeedbackGenerator.swift",
        "Highlighter/NotiflyDefaultHighlighter.swift",
        "Highlighter/NotiflyHighlighter.swift",
        "Notifications/Notifly/Background/NotiflyBackgroundView+BackgroundColor.swift",
        "Notifications/Notifly/Background/NotiflyBackgroundView+CornerRadius.swift",
        "Notifications/Notifly/Background/NotiflyBackgroundView+GradientDirection.swift",
        "Notifications/Notifly/Background/NotiflyBackgroundView+GradientLayer.swift",
        "Notifications/Notifly/Background/NotiflyBackgroundView.swift",
        "Notifications/Notifly/Notifly+Configuration.swift",
        "Notifications/Notifly/Notifly+IconSource.swift",
        "Notifications/Notifly/Notifly.swift",
        "Notifications/NotiflyCardNotification/NotiflyCard.swift",
        "Notifications/NotiflyCardNotification/NotiflyCardButton.swift",
        "Notifications/NotiflyFullWidth/NotiflyFullWidth.swift",
        "Notifications/SimpleNotifly/SimpleNotifly.swift",
        "NotiflyBase.swift",
        "NotiflyDelegate.swift",
        "NotiflyDirection.swift",
        "NotiflyQueue.swift",
        "NotiflyType.swift",
        "Presenter/NotiflyBouncePresenter.swift",
        "Presenter/NotiflyDefaultPresenter.swift",
        "Presenter/NotiflyFadePresenter.swift",
        "Presenter/NotiflyPresenter.swift",
        "Presenter/NotiflyScalePresenter.swift",
        "Presenter/NotiflyState.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Notifly"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Notifly -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 Notifly -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:
  Notifly: /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 'Notifly' in project 'Notifly'
        ➜ Explicit dependency on target 'Notifly' in project 'Notifly'
    Target 'Notifly' in project 'Notifly' (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: 399425bc2bf69c772765fc577bf0ec9d
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/399425bc2bf69c772765fc577bf0ec9d.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/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
    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/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
    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/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/Notifly.build/Debug-iphoneos/Notifly.build/Notifly.DependencyMetadataFileList (in target 'Notifly' from project 'Notifly')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Notifly.build/Debug-iphoneos/Notifly.build/Notifly.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Notifly.build/Debug-iphoneos/Notifly.build/Objects-normal/arm64/Notifly.SwiftFileList (in target 'Notifly' from project 'Notifly')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Notifly.build/Debug-iphoneos/Notifly.build/Objects-normal/arm64/Notifly.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Notifly.build/Debug-iphoneos/Notifly.build/Objects-normal/arm64/Notifly-OutputFileMap.json (in target 'Notifly' from project 'Notifly')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Notifly.build/Debug-iphoneos/Notifly.build/Objects-normal/arm64/Notifly-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Notifly.build/Debug-iphoneos/Notifly.build/Notifly.modulemap (in target 'Notifly' from project 'Notifly')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Notifly.build/Debug-iphoneos/Notifly.build/Notifly.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Notifly.build/Debug-iphoneos/Notifly.build/Objects-normal/arm64/Notifly.SwiftConstValuesFileList (in target 'Notifly' from project 'Notifly')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Notifly.build/Debug-iphoneos/Notifly.build/Objects-normal/arm64/Notifly.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Notifly.build/Debug-iphoneos/Notifly.build/Notifly.DependencyStaticMetadataFileList (in target 'Notifly' from project 'Notifly')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Notifly.build/Debug-iphoneos/Notifly.build/Notifly.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Notifly.build/Debug-iphoneos/Notifly.build/Objects-normal/arm64/Notifly.LinkFileList (in target 'Notifly' from project 'Notifly')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Notifly.build/Debug-iphoneos/Notifly.build/Objects-normal/arm64/Notifly.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Notifly.build/Debug-iphoneos/Notifly.build/Objects-normal/arm64/Notifly_const_extract_protocols.json (in target 'Notifly' from project 'Notifly')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Notifly.build/Debug-iphoneos/Notifly.build/Objects-normal/arm64/Notifly_const_extract_protocols.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Notifly.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Notifly.build/Debug-iphoneos/Notifly.build/Notifly.modulemap (in target 'Notifly' from project 'Notifly')
    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/Notifly.build/Debug-iphoneos/Notifly.build/Notifly.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
SwiftDriver Notifly normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Notifly' from project 'Notifly')
    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 Notifly -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Notifly.build/Debug-iphoneos/Notifly.build/Objects-normal/arm64/Notifly.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/Notifly.build/Debug-iphoneos/Notifly.build/Objects-normal/arm64/Notifly-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/Notifly.build/Debug-iphoneos/Notifly.build/Objects-normal/arm64/Notifly.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Notifly.build/Debug-iphoneos/Notifly.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Notifly.build/Debug-iphoneos/Notifly.build/Objects-normal/arm64/Notifly_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/Notifly.build/Debug-iphoneos/Notifly.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Notifly.build/Debug-iphoneos/Notifly.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Notifly.build/Debug-iphoneos/Notifly.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/Notifly.build/Debug-iphoneos/Notifly.build/Objects-normal/arm64/Notifly-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Notifly+IconSource.swift,\ Notifly.swift,\ NotiflyCard.swift /Users/admin/builder/spi-builder-workspace/Sources/Notifications/Notifly/Notifly+IconSource.swift /Users/admin/builder/spi-builder-workspace/Sources/Notifications/Notifly/Notifly.swift /Users/admin/builder/spi-builder-workspace/Sources/Notifications/NotiflyCardNotification/NotiflyCard.swift (in target 'Notifly' from project 'Notifly')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Notifications/Notifly/Notifly+IconSource.swift (in target 'Notifly' from project 'Notifly')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

/Users/admin/builder/spi-builder-workspace/Sources/Notifications/NotiflyCardNotification/NotiflyCard.swift:250:16: warning: value 'customView' was defined but never used; consider replacing with boolean test
        if let customView {
           ~~~~^
                          != nil
SwiftCompile normal arm64 Compiling\ NotiflyBackgroundView+GradientLayer.swift,\ NotiflyBackgroundView.swift,\ Notifly+Configuration.swift /Users/admin/builder/spi-builder-workspace/Sources/Notifications/Notifly/Background/NotiflyBackgroundView+GradientLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/Notifications/Notifly/Background/NotiflyBackgroundView.swift /Users/admin/builder/spi-builder-workspace/Sources/Notifications/Notifly/Notifly+Configuration.swift (in target 'Notifly' from project 'Notifly')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Notifications/Notifly/Background/NotiflyBackgroundView+GradientLayer.swift (in target 'Notifly' from project 'Notifly')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

/Users/admin/builder/spi-builder-workspace/Sources/Notifications/Notifly/Notifly+Configuration.swift:17:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Notifly.Configuration' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let `default` = Configuration()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Notifications/Notifly/Notifly+Configuration.swift:16:19: note: consider making struct 'Configuration' conform to the 'Sendable' protocol
    public struct Configuration {
                  ^
                                : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Notifications/Notifly/Notifly+Configuration.swift:17:27: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
        public static let `default` = Configuration()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Notifications/Notifly/Notifly+Configuration.swift:17:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let `default` = Configuration()
                          ^
        nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ NotiflyBackgroundView+BackgroundColor.swift,\ NotiflyBackgroundView+CornerRadius.swift,\ NotiflyBackgroundView+GradientDirection.swift /Users/admin/builder/spi-builder-workspace/Sources/Notifications/Notifly/Background/NotiflyBackgroundView+BackgroundColor.swift /Users/admin/builder/spi-builder-workspace/Sources/Notifications/Notifly/Background/NotiflyBackgroundView+CornerRadius.swift /Users/admin/builder/spi-builder-workspace/Sources/Notifications/Notifly/Background/NotiflyBackgroundView+GradientDirection.swift (in target 'Notifly' from project 'Notifly')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Notifications/Notifly/Background/NotiflyBackgroundView+BackgroundColor.swift (in target 'Notifly' from project 'Notifly')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Notifications/Notifly/Background/NotiflyBackgroundView+CornerRadius.swift (in target 'Notifly' from project 'Notifly')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Notifications/Notifly/Background/NotiflyBackgroundView+GradientDirection.swift (in target 'Notifly' from project 'Notifly')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ UIColor+Notifly.swift,\ UIEdgeInsets+Notifly.swift,\ NotiflyFeedback.swift /Users/admin/builder/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift /Users/admin/builder/spi-builder-workspace/Sources/Extension/UIEdgeInsets+Notifly.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/NotiflyFeedback.swift (in target 'Notifly' from project 'Notifly')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift (in target 'Notifly' from project 'Notifly')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

/Users/admin/builder/spi-builder-workspace/Sources/Feedback/NotiflyFeedback.swift:36:33: warning: call to main actor-isolated initializer 'init(style:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                let generator = UIImpactFeedbackGenerator(style: style)
                                ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImpactFeedbackGenerator.h:38:1: note: calls to initializer 'init(style:)' from outside of its actor context are implicitly asynchronous
- (instancetype)initWithStyle:(UIImpactFeedbackStyle)style API_DEPRECATED_WITH_REPLACEMENT("+feedbackGeneratorWithStyle:forView:", ios(10.0, API_TO_BE_DEPRECATED));
^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/NotiflyFeedback.swift:29:17: note: add '@MainActor' to make instance method 'generate()' part of global actor 'MainActor'
    public func generate() {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/NotiflyFeedback.swift:37:27: warning: call to main actor-isolated instance method 'prepare()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                generator.prepare()
                          ^
UIKit.UIFeedbackGenerator.prepare:2:22: note: calls to instance method 'prepare()' from outside of its actor context are implicitly asynchronous
@MainActor open func prepare()}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/NotiflyFeedback.swift:29:17: note: add '@MainActor' to make instance method 'generate()' part of global actor 'MainActor'
    public func generate() {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/NotiflyFeedback.swift:38:27: warning: call to main actor-isolated instance method 'impactOccurred()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                generator.impactOccurred()
                          ^
UIKit.UIImpactFeedbackGenerator.impactOccurred:2:22: note: calls to instance method 'impactOccurred()' from outside of its actor context are implicitly asynchronous
@MainActor open func impactOccurred()}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/NotiflyFeedback.swift:29:17: note: add '@MainActor' to make instance method 'generate()' part of global actor 'MainActor'
    public func generate() {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/NotiflyFeedback.swift:41:33: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                let generator = UISelectionFeedbackGenerator()
                                ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIFeedbackGenerator.h:21:1: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
- (instancetype)init API_DEPRECATED_WITH_REPLACEMENT("+feedbackGeneratorForView:", ios(10.0, API_TO_BE_DEPRECATED));
^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/NotiflyFeedback.swift:29:17: note: add '@MainActor' to make instance method 'generate()' part of global actor 'MainActor'
    public func generate() {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/NotiflyFeedback.swift:42:27: warning: call to main actor-isolated instance method 'prepare()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                generator.prepare()
                          ^
UIKit.UIFeedbackGenerator.prepare:2:22: note: calls to instance method 'prepare()' from outside of its actor context are implicitly asynchronous
@MainActor open func prepare()}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/NotiflyFeedback.swift:29:17: note: add '@MainActor' to make instance method 'generate()' part of global actor 'MainActor'
    public func generate() {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/NotiflyFeedback.swift:43:27: warning: call to main actor-isolated instance method 'selectionChanged()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                generator.selectionChanged()
                          ^
UIKit.UISelectionFeedbackGenerator.selectionChanged:2:22: note: calls to instance method 'selectionChanged()' from outside of its actor context are implicitly asynchronous
@MainActor open func selectionChanged()}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/NotiflyFeedback.swift:29:17: note: add '@MainActor' to make instance method 'generate()' part of global actor 'MainActor'
    public func generate() {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/NotiflyFeedback.swift:46:33: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                let generator = UINotificationFeedbackGenerator()
                                ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIFeedbackGenerator.h:21:1: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
- (instancetype)init API_DEPRECATED_WITH_REPLACEMENT("+feedbackGeneratorForView:", ios(10.0, API_TO_BE_DEPRECATED));
^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/NotiflyFeedback.swift:29:17: note: add '@MainActor' to make instance method 'generate()' part of global actor 'MainActor'
    public func generate() {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/NotiflyFeedback.swift:47:27: warning: call to main actor-isolated instance method 'prepare()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                generator.prepare()
                          ^
UIKit.UIFeedbackGenerator.prepare:2:22: note: calls to instance method 'prepare()' from outside of its actor context are implicitly asynchronous
@MainActor open func prepare()}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/NotiflyFeedback.swift:29:17: note: add '@MainActor' to make instance method 'generate()' part of global actor 'MainActor'
    public func generate() {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/NotiflyFeedback.swift:48:27: warning: call to main actor-isolated instance method 'notificationOccurred' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                generator.notificationOccurred(type)
                          ^
UIKit.UINotificationFeedbackGenerator.notificationOccurred:2:22: note: calls to instance method 'notificationOccurred' from outside of its actor context are implicitly asynchronous
@MainActor open func notificationOccurred(_ notificationType: UINotificationFeedbackGenerator.FeedbackType)}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/NotiflyFeedback.swift:29:17: note: add '@MainActor' to make instance method 'generate()' part of global actor 'MainActor'
    public func generate() {
                ^
    @MainActor
SwiftCompile normal arm64 Compiling\ NotiflyCardButton.swift,\ NotiflyFullWidth.swift,\ SimpleNotifly.swift /Users/admin/builder/spi-builder-workspace/Sources/Notifications/NotiflyCardNotification/NotiflyCardButton.swift /Users/admin/builder/spi-builder-workspace/Sources/Notifications/NotiflyFullWidth/NotiflyFullWidth.swift /Users/admin/builder/spi-builder-workspace/Sources/Notifications/SimpleNotifly/SimpleNotifly.swift (in target 'Notifly' from project 'Notifly')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Notifications/NotiflyCardNotification/NotiflyCardButton.swift (in target 'Notifly' from project 'Notifly')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

/Users/admin/builder/spi-builder-workspace/Sources/Notifications/Notifly/Notifly+Configuration.swift:17:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Notifly.Configuration' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let `default` = Configuration()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Notifications/Notifly/Notifly+Configuration.swift:16:19: note: consider making struct 'Configuration' conform to the 'Sendable' protocol
    public struct Configuration {
                  ^
                                : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Notifications/Notifly/Notifly+Configuration.swift:17:27: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
        public static let `default` = Configuration()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Notifications/Notifly/Notifly+Configuration.swift:17:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let `default` = Configuration()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyQueue.swift:24:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'NotiflyQueue' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let `default` = NotiflyQueue()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyQueue.swift:12:12: note: class 'NotiflyQueue' does not conform to the 'Sendable' protocol
open class NotiflyQueue: NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyQueue.swift:24:23: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    public static let `default` = NotiflyQueue()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyQueue.swift:24:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let `default` = NotiflyQueue()
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ NotiflyDefaultPresenter.swift,\ NotiflyFadePresenter.swift,\ NotiflyPresenter.swift /Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyDefaultPresenter.swift /Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyFadePresenter.swift /Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyPresenter.swift (in target 'Notifly' from project 'Notifly')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyDefaultPresenter.swift (in target 'Notifly' from project 'Notifly')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyDefaultPresenter.swift:62:19: warning: call to main actor-isolated instance method 'stopAnimation' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        animator?.stopAnimation(true)
                  ^
UIKit.UIViewAnimating.stopAnimation:2:17: note: calls to instance method 'stopAnimation' from outside of its actor context are implicitly asynchronous
@MainActor func stopAnimation(_ withoutFinishing: Bool)}
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyDefaultPresenter.swift:61:17: note: add '@MainActor' to make instance method 'cancel()' part of global actor 'MainActor'
    public func cancel() {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyDefaultPresenter.swift:63:19: warning: call to main actor-isolated instance method 'finishAnimation(at:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        animator?.finishAnimation(at: .current)
                  ^
UIKit.UIViewAnimating.finishAnimation:3:19: note: calls to instance method 'finishAnimation(at:)' from outside of its actor context are implicitly asynchronous
  @MainActor func finishAnimation(at finalPosition: UIViewAnimatingPosition)}
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyDefaultPresenter.swift:61:17: note: add '@MainActor' to make instance method 'cancel()' part of global actor 'MainActor'
    public func cancel() {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyDefaultPresenter.swift:72:22: warning: main actor-isolated property 'frame' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        notification.frame = initialFrame(for: notification, in: superview)
                     ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGRect            frame;
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyDefaultPresenter.swift:71:15: note: add '@MainActor' to make instance method 'prepare(notification:in:)' part of global actor 'MainActor'
    open func prepare(notification: NotiflyBase, in superview: UIView) {
              ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyDefaultPresenter.swift:82:24: warning: call to main actor-isolated initializer 'init(duration:curve:animations:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let animator = UIViewPropertyAnimator(duration: animationDuration, curve: .linear)
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewPropertyAnimator.h:44:1: note: calls to initializer 'init(duration:curve:animations:)' from outside of its actor context are implicitly asynchronous
- (instancetype)initWithDuration:(NSTimeInterval)duration curve:(UIViewAnimationCurve)curve animations:(void (^ __nullable)(void))animations;
^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyDefaultPresenter.swift:81:15: note: add '@MainActor' to make instance method 'presentationAnimator(_:in:)' part of global actor 'MainActor'
    open func presentationAnimator(_ notification: NotiflyBase, in superview: UIView) -> UIViewPropertyAnimator {
              ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyDefaultPresenter.swift:84:18: warning: call to main actor-isolated instance method 'addAnimations' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        animator.addAnimations { [weak self, notification] in
                 ^
UIKit.UIViewPropertyAnimator.addAnimations:2:22: note: calls to instance method 'addAnimations' from outside of its actor context are implicitly asynchronous
@MainActor open func addAnimations(_ animation: @escaping () -> Void)}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyDefaultPresenter.swift:81:15: note: add '@MainActor' to make instance method 'presentationAnimator(_:in:)' part of global actor 'MainActor'
    open func presentationAnimator(_ notification: NotiflyBase, in superview: UIView) -> UIViewPropertyAnimator {
              ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyDefaultPresenter.swift:86:26: warning: main actor-isolated property 'frame' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            notification.frame = self.finalFrame(for: notification, in: superview)
                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGRect            frame;
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyDefaultPresenter.swift:99:24: warning: call to main actor-isolated initializer 'init(duration:curve:animations:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let animator = UIViewPropertyAnimator(duration: animationDuration, curve: .linear) { [weak self] in
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewPropertyAnimator.h:44:1: note: calls to initializer 'init(duration:curve:animations:)' from outside of its actor context are implicitly asynchronous
- (instancetype)initWithDuration:(NSTimeInterval)duration curve:(UIViewAnimationCurve)curve animations:(void (^ __nullable)(void))animations;
^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyDefaultPresenter.swift:98:15: note: add '@MainActor' to make instance method 'dismissAnimator(_:in:)' part of global actor 'MainActor'
    open func dismissAnimator(_ notification: NotiflyBase, in superview: UIView) -> UIViewPropertyAnimator {
              ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyDefaultPresenter.swift:102:106: warning: main actor-isolated property 'direction' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            let offset = self.offsetForNotifications(notification: notification, direction: notification.direction)
                                                                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyBase.swift:38:16: note: property declared here
    public var direction: NotiflyDirection
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyDefaultPresenter.swift:104:33: warning: main actor-isolated property 'direction' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            switch notification.direction {
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyBase.swift:38:16: note: property declared here
    public var direction: NotiflyDirection
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyDefaultPresenter.swift:106:34: warning: main actor-isolated property 'frame' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
                    notification.frame.origin.y = initialRect.origin.y
                                 ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGRect            frame;
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyDefaultPresenter.swift:109:34: warning: main actor-isolated property 'frame' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
                    notification.frame.origin.y = initialRect.origin.y + offset
                                 ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGRect            frame;
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyDefaultPresenter.swift:123:18: warning: call to main actor-isolated instance method 'addCompletion' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        animator.addCompletion { [weak self] _ in
                 ^
UIKit.UIViewPropertyAnimator.addCompletion:2:22: note: calls to instance method 'addCompletion' from outside of its actor context are implicitly asynchronous
@MainActor open func addCompletion(_ completion: @escaping (UIViewAnimatingPosition) -> Void)}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyDefaultPresenter.swift:121:18: note: add '@MainActor' to make instance method 'presentNotification(_:in:_:)' part of global actor 'MainActor'
    private func presentNotification(_ notification: NotiflyBase, in superview: UIView, _ completion: (() -> Void)?) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyDefaultPresenter.swift:129:18: warning: call to main actor-isolated instance method 'startAnimation()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        animator.startAnimation()
                 ^
UIKit.UIViewPropertyAnimator.startAnimation:3:24: note: calls to instance method 'startAnimation()' from outside of its actor context are implicitly asynchronous
  @MainActor open func startAnimation()}
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyDefaultPresenter.swift:121:18: note: add '@MainActor' to make instance method 'presentNotification(_:in:_:)' part of global actor 'MainActor'
    private func presentNotification(_ notification: NotiflyBase, in superview: UIView, _ completion: (() -> Void)?) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyDefaultPresenter.swift:136:18: warning: call to main actor-isolated instance method 'addCompletion' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        animator.addCompletion { [weak self] _ in
                 ^
UIKit.UIViewPropertyAnimator.addCompletion:2:22: note: calls to instance method 'addCompletion' from outside of its actor context are implicitly asynchronous
@MainActor open func addCompletion(_ completion: @escaping (UIViewAnimatingPosition) -> Void)}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyDefaultPresenter.swift:133:18: note: add '@MainActor' to make instance method 'dismissNotification(_:in:_:)' part of global actor 'MainActor'
    private func dismissNotification(_ notification: NotiflyBase, in superview: UIView, _ completion: (() -> Void)?) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyDefaultPresenter.swift:142:18: warning: call to main actor-isolated instance method 'startAnimation()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        animator.startAnimation()
                 ^
UIKit.UIViewPropertyAnimator.startAnimation:3:24: note: calls to instance method 'startAnimation()' from outside of its actor context are implicitly asynchronous
  @MainActor open func startAnimation()}
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyDefaultPresenter.swift:133:18: note: add '@MainActor' to make instance method 'dismissNotification(_:in:_:)' part of global actor 'MainActor'
    private func dismissNotification(_ notification: NotiflyBase, in superview: UIView, _ completion: (() -> Void)?) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyDefaultPresenter.swift:84:18: warning: sending value of non-Sendable type '() -> Void' risks causing data races; this is an error in the Swift 6 language mode
        animator.addAnimations { [weak self, notification] in
        ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyDefaultPresenter.swift:84:18: note: sending task-isolated value of non-Sendable type '() -> Void' to main actor-isolated instance method 'addAnimations' risks causing races in between task-isolated and main actor-isolated uses
        animator.addAnimations { [weak self, notification] in
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyDefaultPresenter.swift:123:18: warning: sending value of non-Sendable type '(UIViewAnimatingPosition) -> Void' risks causing data races; this is an error in the Swift 6 language mode
        animator.addCompletion { [weak self] _ in
        ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyDefaultPresenter.swift:123:18: note: sending task-isolated value of non-Sendable type '(UIViewAnimatingPosition) -> Void' to main actor-isolated instance method 'addCompletion' risks causing races in between task-isolated and main actor-isolated uses
        animator.addCompletion { [weak self] _ in
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyDefaultPresenter.swift:99:24: warning: sending value of non-Sendable type '() -> Void' risks causing data races; this is an error in the Swift 6 language mode
        let animator = UIViewPropertyAnimator(duration: animationDuration, curve: .linear) { [weak self] in
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyDefaultPresenter.swift:99:24: note: sending task-isolated value of non-Sendable type '() -> Void' to main actor-isolated initializer 'init(duration:curve:animations:)' risks causing races in between task-isolated and main actor-isolated uses
        let animator = UIViewPropertyAnimator(duration: animationDuration, curve: .linear) { [weak self] in
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyDefaultPresenter.swift:136:18: warning: sending value of non-Sendable type '(UIViewAnimatingPosition) -> Void' risks causing data races; this is an error in the Swift 6 language mode
        animator.addCompletion { [weak self] _ in
        ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyDefaultPresenter.swift:136:18: note: sending task-isolated value of non-Sendable type '(UIViewAnimatingPosition) -> Void' to main actor-isolated instance method 'addCompletion' risks causing races in between task-isolated and main actor-isolated uses
        animator.addCompletion { [weak self] _ in
                 ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyFadePresenter.swift (in target 'Notifly' from project 'Notifly')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyFadePresenter.swift:17:22: warning: main actor-isolated property 'frame' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        notification.frame = finalFrame(for: notification, in: superview)
                     ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGRect            frame;
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyFadePresenter.swift:18:22: warning: main actor-isolated property 'alpha' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        notification.alpha = 0
                     ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:304:56: note: mutation of this property is only permitted within the actor
@property(nonatomic)                 CGFloat           alpha;                      // animatable. default is 1.0
                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyFadePresenter.swift:22:24: warning: call to main actor-isolated initializer 'init(duration:curve:animations:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let animator = UIViewPropertyAnimator(duration: animationDuration, curve: .easeOut)
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewPropertyAnimator.h:44:1: note: calls to initializer 'init(duration:curve:animations:)' from outside of its actor context are implicitly asynchronous
- (instancetype)initWithDuration:(NSTimeInterval)duration curve:(UIViewAnimationCurve)curve animations:(void (^ __nullable)(void))animations;
^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyFadePresenter.swift:23:18: warning: call to main actor-isolated instance method 'addAnimations' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        animator.addAnimations { [weak self] in
                 ^
UIKit.UIViewPropertyAnimator.addAnimations:2:22: note: calls to instance method 'addAnimations' from outside of its actor context are implicitly asynchronous
@MainActor open func addAnimations(_ animation: @escaping () -> Void)}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyFadePresenter.swift:25:26: warning: main actor-isolated property 'frame' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            notification.frame = self.finalFrame(for: notification, in: superview)
                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGRect            frame;
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyFadePresenter.swift:26:26: warning: main actor-isolated property 'alpha' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            notification.alpha = 1
                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:304:56: note: mutation of this property is only permitted within the actor
@property(nonatomic)                 CGFloat           alpha;                      // animatable. default is 1.0
                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyFadePresenter.swift:33:24: warning: call to main actor-isolated initializer 'init(duration:curve:animations:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let animator = UIViewPropertyAnimator(duration: animationDuration, curve: .linear)
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewPropertyAnimator.h:44:1: note: calls to initializer 'init(duration:curve:animations:)' from outside of its actor context are implicitly asynchronous
- (instancetype)initWithDuration:(NSTimeInterval)duration curve:(UIViewAnimationCurve)curve animations:(void (^ __nullable)(void))animations;
^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyFadePresenter.swift:34:18: warning: call to main actor-isolated instance method 'addAnimations' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        animator.addAnimations {
                 ^
UIKit.UIViewPropertyAnimator.addAnimations:2:22: note: calls to instance method 'addAnimations' from outside of its actor context are implicitly asynchronous
@MainActor open func addAnimations(_ animation: @escaping () -> Void)}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyFadePresenter.swift:35:26: warning: main actor-isolated property 'alpha' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            notification.alpha = 0
                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:304:56: note: mutation of this property is only permitted within the actor
@property(nonatomic)                 CGFloat           alpha;                      // animatable. default is 1.0
                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyFadePresenter.swift:23:18: warning: sending value of non-Sendable type '() -> Void' risks causing data races; this is an error in the Swift 6 language mode
        animator.addAnimations { [weak self] in
        ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyFadePresenter.swift:23:18: note: sending task-isolated value of non-Sendable type '() -> Void' to main actor-isolated instance method 'addAnimations' risks causing races in between task-isolated and main actor-isolated uses
        animator.addAnimations { [weak self] in
                 ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyPresenter.swift (in target 'Notifly' from project 'Notifly')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyPresenter.swift:49:28: warning: main actor-isolated property 'presentationState' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        guard notification.presentationState == .presented || notification.presentationState == .presenting else { return }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyBase.swift:44:16: note: property declared here
    public var presentationState: NotiflyState {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyPresenter.swift:45:10: note: add '@MainActor' to make instance method 'adjustPosition(for:in:)' part of global actor 'MainActor'
    func adjustPosition(for notification: NotiflyBase, in superview: UIView) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyPresenter.swift:49:76: warning: main actor-isolated property 'presentationState' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
        guard notification.presentationState == .presented || notification.presentationState == .presenting else { return }
                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyBase.swift:44:16: note: property declared here
    public var presentationState: NotiflyState {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyPresenter.swift:52:16: warning: call to main actor-isolated class method 'animate(withDuration:animations:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        UIView.animate(withDuration: 0.3) {
               ^
UIKit.UIView.animate:3:30: note: calls to class method 'animate(withDuration:animations:)' from outside of its actor context are implicitly asynchronous
  @MainActor open class func animate(withDuration duration: TimeInterval, animations: @escaping () -> Void)}
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyPresenter.swift:45:10: note: add '@MainActor' to make instance method 'adjustPosition(for:in:)' part of global actor 'MainActor'
    func adjustPosition(for notification: NotiflyBase, in superview: UIView) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyPresenter.swift:53:26: warning: main actor-isolated property 'frame' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            notification.frame = finalFrame(for: notification, in: superview)
                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGRect            frame;
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyPresenter.swift:64:33: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        var rect = notification.frame
                                ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect            frame;
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyPresenter.swift:63:10: note: add '@MainActor' to make instance method 'finalFrame(for:in:)' part of global actor 'MainActor'
    func finalFrame(for notification: NotiflyBase, in superview: UIView) -> CGRect {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyPresenter.swift:65:36: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        rect.origin.x = (superview.frame.width - rect.width) / 2
                                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect            frame;
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyPresenter.swift:63:10: note: add '@MainActor' to make instance method 'finalFrame(for:in:)' part of global actor 'MainActor'
    func finalFrame(for notification: NotiflyBase, in superview: UIView) -> CGRect {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyPresenter.swift:66:97: warning: main actor-isolated property 'direction' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let offset = offsetForNotifications(notification: notification, direction: notification.direction)
                                                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyBase.swift:38:16: note: property declared here
    public var direction: NotiflyDirection
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyPresenter.swift:63:10: note: add '@MainActor' to make instance method 'finalFrame(for:in:)' part of global actor 'MainActor'
    func finalFrame(for notification: NotiflyBase, in superview: UIView) -> CGRect {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyPresenter.swift:68:29: warning: main actor-isolated property 'direction' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        switch notification.direction {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyBase.swift:38:16: note: property declared here
    public var direction: NotiflyDirection
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyPresenter.swift:63:10: note: add '@MainActor' to make instance method 'finalFrame(for:in:)' part of global actor 'MainActor'
    func finalFrame(for notification: NotiflyBase, in superview: UIView) -> CGRect {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyPresenter.swift:70:46: warning: main actor-isolated property 'notificationInsets' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                rect.origin.y = notification.notificationInsets.top + offset
                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyBase.swift:52:16: note: property declared here
    public var notificationInsets: UIEdgeInsets {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyPresenter.swift:63:10: note: add '@MainActor' to make instance method 'finalFrame(for:in:)' part of global actor 'MainActor'
    func finalFrame(for notification: NotiflyBase, in superview: UIView) -> CGRect {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyPresenter.swift:73:43: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                rect.origin.y = superview.frame.height
                                          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect            frame;
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyPresenter.swift:63:10: note: add '@MainActor' to make instance method 'finalFrame(for:in:)' part of global actor 'MainActor'
    func finalFrame(for notification: NotiflyBase, in superview: UIView) -> CGRect {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyPresenter.swift:74:36: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                    - notification.frame.size.height
                                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect            frame;
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyPresenter.swift:63:10: note: add '@MainActor' to make instance method 'finalFrame(for:in:)' part of global actor 'MainActor'
    func finalFrame(for notification: NotiflyBase, in superview: UIView) -> CGRect {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyPresenter.swift:75:36: warning: main actor-isolated property 'notificationInsets' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                    - notification.notificationInsets.bottom
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyBase.swift:52:16: note: property declared here
    public var notificationInsets: UIEdgeInsets {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyPresenter.swift:63:10: note: add '@MainActor' to make instance method 'finalFrame(for:in:)' part of global actor 'MainActor'
    func finalFrame(for notification: NotiflyBase, in superview: UIView) -> CGRect {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyPresenter.swift:89:33: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        var rect = notification.frame
                                ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect            frame;
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyPresenter.swift:88:10: note: add '@MainActor' to make instance method 'initialFrame(for:in:)' part of global actor 'MainActor'
    func initialFrame(for notification: NotiflyBase, in superview: UIView) -> CGRect {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyPresenter.swift:90:36: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        rect.origin.x = (superview.frame.width - rect.width) / 2
                                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect            frame;
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyPresenter.swift:88:10: note: add '@MainActor' to make instance method 'initialFrame(for:in:)' part of global actor 'MainActor'
    func initialFrame(for notification: NotiflyBase, in superview: UIView) -> CGRect {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyPresenter.swift:92:29: warning: main actor-isolated property 'direction' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        switch notification.direction {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyBase.swift:38:16: note: property declared here
    public var direction: NotiflyDirection
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyPresenter.swift:88:10: note: add '@MainActor' to make instance method 'initialFrame(for:in:)' part of global actor 'MainActor'
    func initialFrame(for notification: NotiflyBase, in superview: UIView) -> CGRect {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyPresenter.swift:95:34: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                    notification.frame.size.height
                                 ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect            frame;
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyPresenter.swift:88:10: note: add '@MainActor' to make instance method 'initialFrame(for:in:)' part of global actor 'MainActor'
    func initialFrame(for notification: NotiflyBase, in superview: UIView) -> CGRect {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyPresenter.swift:96:40: warning: main actor-isolated property 'notificationInsets' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                        + notification.notificationInsets.top
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyBase.swift:52:16: note: property declared here
    public var notificationInsets: UIEdgeInsets {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyPresenter.swift:88:10: note: add '@MainActor' to make instance method 'initialFrame(for:in:)' part of global actor 'MainActor'
    func initialFrame(for notification: NotiflyBase, in superview: UIView) -> CGRect {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyPresenter.swift:100:43: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                rect.origin.y = superview.frame.height
                                          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect            frame;
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyPresenter.swift:88:10: note: add '@MainActor' to make instance method 'initialFrame(for:in:)' part of global actor 'MainActor'
    func initialFrame(for notification: NotiflyBase, in superview: UIView) -> CGRect {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyPresenter.swift:101:36: warning: main actor-isolated property 'notificationInsets' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                    + notification.notificationInsets.bottom
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyBase.swift:52:16: note: property declared here
    public var notificationInsets: UIEdgeInsets {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyPresenter.swift:88:10: note: add '@MainActor' to make instance method 'initialFrame(for:in:)' part of global actor 'MainActor'
    func initialFrame(for notification: NotiflyBase, in superview: UIView) -> CGRect {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyPresenter.swift:114:42: warning: main actor-isolated property 'notificationQueue' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let notifications = notification.notificationQueue.notifications
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyBase.swift:82:29: note: property declared here
    public private(set) var notificationQueue: NotiflyQueue
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyPresenter.swift:113:10: note: add '@MainActor' to make instance method 'offsetForNotifications(notification:direction:)' part of global actor 'MainActor'
    func offsetForNotifications(notification: NotiflyBase, direction: NotiflyDirection) -> CGFloat {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyPresenter.swift:115:26: warning: main actor-isolated property 'direction' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            .filter { $0.direction == direction }.filter { $0.presentationState == .presented || $0.presentationState == .presenting }
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyBase.swift:38:16: note: property declared here
    public var direction: NotiflyDirection
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyPresenter.swift:115:63: warning: main actor-isolated property 'presentationState' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            .filter { $0.direction == direction }.filter { $0.presentationState == .presented || $0.presentationState == .presenting }
                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyBase.swift:44:16: note: property declared here
    public var presentationState: NotiflyState {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyPresenter.swift:115:101: warning: main actor-isolated property 'presentationState' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
            .filter { $0.direction == direction }.filter { $0.presentationState == .presented || $0.presentationState == .presenting }
                                                                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyBase.swift:44:16: note: property declared here
    public var presentationState: NotiflyState {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyPresenter.swift:119:40: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            totalOffset + notification.bounds.height + 8
                                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: note: property declared here
@property(nonatomic) CGRect            bounds;      // default bounds is zero origin, frame size. animatable
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyPresenter.swift:52:16: 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) {
        ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyPresenter.swift:52:16: note: sending task-isolated value of non-Sendable type '() -> ()' to main actor-isolated class method 'animate(withDuration:animations:)' risks causing races in between task-isolated and main actor-isolated uses
        UIView.animate(withDuration: 0.3) {
               ^
SwiftCompile normal arm64 Compiling\ NotiflyQueue.swift,\ NotiflyType.swift,\ NotiflyBouncePresenter.swift /Users/admin/builder/spi-builder-workspace/Sources/NotiflyQueue.swift /Users/admin/builder/spi-builder-workspace/Sources/NotiflyType.swift /Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyBouncePresenter.swift (in target 'Notifly' from project 'Notifly')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NotiflyQueue.swift (in target 'Notifly' from project 'Notifly')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/NotiflyQueue.swift:24:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'NotiflyQueue' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let `default` = NotiflyQueue()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyQueue.swift:12:12: note: class 'NotiflyQueue' does not conform to the 'Sendable' protocol
open class NotiflyQueue: NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyQueue.swift:24:23: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    public static let `default` = NotiflyQueue()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyQueue.swift:24:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let `default` = NotiflyQueue()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyQueue.swift:31:42: warning: main actor-isolated property 'presentationState' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        return notifications.filter { $0.presentationState == .presented || $0.presentationState == .presenting }
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyBase.swift:44:16: note: property declared here
    public var presentationState: NotiflyState {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyQueue.swift:31:80: warning: main actor-isolated property 'presentationState' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
        return notifications.filter { $0.presentationState == .presented || $0.presentationState == .presenting }
                                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyBase.swift:44:16: note: property declared here
    public var presentationState: NotiflyState {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyQueue.swift:62:67: warning: main actor-isolated property 'presentationState' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let currentNotificationsCount = notifications.filter { $0.presentationState == .presented || $0.presentationState == .presenting }.count
                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyBase.swift:44:16: note: property declared here
    public var presentationState: NotiflyState {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyQueue.swift:62:105: warning: main actor-isolated property 'presentationState' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
        let currentNotificationsCount = notifications.filter { $0.presentationState == .presented || $0.presentationState == .presenting }.count
                                                                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyBase.swift:44:16: note: property declared here
    public var presentationState: NotiflyState {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyQueue.swift:69:30: warning: call to main actor-isolated instance method 'present(placeOnQueue:queuePosition:_:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                notification.present(placeOnQueue: false)
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyBase.swift:135:23: note: calls to instance method 'present(placeOnQueue:queuePosition:_:)' from outside of its actor context are implicitly asynchronous
    public final func present(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyBase.swift:135:23: note: main actor isolation inferred from inheritance from class 'UIControl'
    public final func present(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyQueue.swift:58:15: note: add '@MainActor' to make instance method 'addNotification(_:queuePosition:)' part of global actor 'MainActor'
    open func addNotification(_ notification: NotiflyBase, queuePosition: QueuePosition) {
              ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyQueue.swift:74:36: warning: call to main actor-isolated instance method 'dismiss(showNext:completion:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                    firstDisplayed.dismiss(showNext: false)
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyBase.swift:152:23: note: calls to instance method 'dismiss(showNext:completion:)' from outside of its actor context are implicitly asynchronous
    public final func dismiss(showNext: Bool = true, completion: (() -> Void)? = nil) {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyBase.swift:152:23: note: main actor isolation inferred from inheritance from class 'UIControl'
    public final func dismiss(showNext: Bool = true, completion: (() -> Void)? = nil) {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyQueue.swift:58:15: note: add '@MainActor' to make instance method 'addNotification(_:queuePosition:)' part of global actor 'MainActor'
    open func addNotification(_ notification: NotiflyBase, queuePosition: QueuePosition) {
              ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyQueue.swift:78:26: warning: call to main actor-isolated instance method 'present(placeOnQueue:queuePosition:_:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            notification.present(placeOnQueue: false)
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyBase.swift:135:23: note: calls to instance method 'present(placeOnQueue:queuePosition:_:)' from outside of its actor context are implicitly asynchronous
    public final func present(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyBase.swift:135:23: note: main actor isolation inferred from inheritance from class 'UIControl'
    public final func present(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyQueue.swift:58:15: note: add '@MainActor' to make instance method 'addNotification(_:queuePosition:)' part of global actor 'MainActor'
    open func addNotification(_ notification: NotiflyBase, queuePosition: QueuePosition) {
              ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyQueue.swift:104:45: warning: main actor-isolated property 'superview' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            if let superview = notification.superview {
                                            ^
/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: note: property declared here
@property(nullable, nonatomic,readonly) UIView       *superview;
                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyQueue.swift:100:15: note: add '@MainActor' to make instance method 'layoutPresentedNotificationsIfNeeded' part of global actor 'MainActor'
    open func layoutPresentedNotificationsIfNeeded(_ exclude: NotiflyBase? = nil) {
              ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyQueue.swift:105:30: warning: main actor-isolated property 'presenter' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                notification.presenter.adjustPosition(for: notification, in: superview)
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyBase.swift:85:9: note: property declared here
    let presenter: NotiflyPresenter
        ^
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyQueue.swift:100:15: note: add '@MainActor' to make instance method 'layoutPresentedNotificationsIfNeeded' part of global actor 'MainActor'
    open func layoutPresentedNotificationsIfNeeded(_ exclude: NotiflyBase? = nil) {
              ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyQueue.swift:112:45: warning: call to main actor-isolated instance method 'dismiss(showNext:completion:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        presentedNotifications.forEach { $0.dismiss(showNext: false) }
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyBase.swift:152:23: note: calls to instance method 'dismiss(showNext:completion:)' from outside of its actor context are implicitly asynchronous
    public final func dismiss(showNext: Bool = true, completion: (() -> Void)? = nil) {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyBase.swift:152:23: note: main actor isolation inferred from inheritance from class 'UIControl'
    public final func dismiss(showNext: Bool = true, completion: (() -> Void)? = nil) {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyQueue.swift:119:26: warning: call to main actor-isolated instance method 'present(placeOnQueue:queuePosition:_:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            notification.present()
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyBase.swift:135:23: note: calls to instance method 'present(placeOnQueue:queuePosition:_:)' from outside of its actor context are implicitly asynchronous
    public final func present(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyBase.swift:135:23: note: main actor isolation inferred from inheritance from class 'UIControl'
    public final func present(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyQueue.swift:117:18: note: add '@MainActor' to make instance method 'showNext()' part of global actor 'MainActor'
    private func showNext() {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyQueue.swift:127:35: warning: main actor-isolated property 'presentationState' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        notifications.filter { $0.presentationState == .presented || $0.presentationState == .presenting }.first
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyBase.swift:44:16: note: property declared here
    public var presentationState: NotiflyState {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyQueue.swift:127:73: warning: main actor-isolated property 'presentationState' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
        notifications.filter { $0.presentationState == .presented || $0.presentationState == .presenting }.first
                                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyBase.swift:44:16: note: property declared here
    public var presentationState: NotiflyState {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyQueue.swift:134:42: warning: main actor-isolated property 'presentationState' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        return notifications.filter { $0.presentationState == .idle }.first
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyBase.swift:44:16: note: property declared here
    public var presentationState: NotiflyState {
               ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NotiflyType.swift (in target 'Notifly' from project 'Notifly')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyBouncePresenter.swift:18:24: warning: call to main actor-isolated initializer 'init(duration:timingParameters:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let animator = UIViewPropertyAnimator(
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewPropertyAnimator.h:41:1: note: calls to initializer 'init(duration:timingParameters:)' from outside of its actor context are implicitly asynchronous
- (instancetype)initWithDuration:(NSTimeInterval)duration timingParameters:(id <UITimingCurveProvider>)parameters NS_DESIGNATED_INITIALIZER;
^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyBouncePresenter.swift:20:31: warning: call to main actor-isolated initializer 'init(dampingRatio:initialVelocity:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            timingParameters: UISpringTimingParameters(dampingRatio: 0.5, initialVelocity: CGVector(dx: 1.0, dy: 0.0))
                              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITimingParameters.h:53:1: note: calls to initializer 'init(dampingRatio:initialVelocity:)' from outside of its actor context are implicitly asynchronous
- (instancetype)initWithDampingRatio:(CGFloat)ratio initialVelocity:(CGVector)velocity NS_DESIGNATED_INITIALIZER;
^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyBouncePresenter.swift:23:18: warning: call to main actor-isolated instance method 'addAnimations' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        animator.addAnimations { [weak self, notification] in
                 ^
UIKit.UIViewPropertyAnimator.addAnimations:2:22: note: calls to instance method 'addAnimations' from outside of its actor context are implicitly asynchronous
@MainActor open func addAnimations(_ animation: @escaping () -> Void)}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyBouncePresenter.swift:25:26: warning: main actor-isolated property 'frame' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            notification.frame = self.finalFrame(for: notification, in: superview)
                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGRect            frame;
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyBouncePresenter.swift:32:24: warning: call to main actor-isolated initializer 'init(duration:curve:animations:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let animator = UIViewPropertyAnimator(duration: animationDuration, curve: .easeOut) { [weak self] in
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewPropertyAnimator.h:44:1: note: calls to initializer 'init(duration:curve:animations:)' from outside of its actor context are implicitly asynchronous
- (instancetype)initWithDuration:(NSTimeInterval)duration curve:(UIViewAnimationCurve)curve animations:(void (^ __nullable)(void))animations;
^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyBouncePresenter.swift:35:106: warning: main actor-isolated property 'direction' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            let offset = self.offsetForNotifications(notification: notification, direction: notification.direction)
                                                                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyBase.swift:38:16: note: property declared here
    public var direction: NotiflyDirection
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyBouncePresenter.swift:37:33: warning: main actor-isolated property 'direction' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            switch notification.direction {
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/NotiflyBase.swift:38:16: note: property declared here
    public var direction: NotiflyDirection
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyBouncePresenter.swift:39:34: warning: main actor-isolated property 'frame' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
                    notification.frame.origin.y = initialRect.origin.y - offset
                                 ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGRect            frame;
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyBouncePresenter.swift:42:34: warning: main actor-isolated property 'frame' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
                    notification.frame.origin.y = initialRect.origin.y + offset
                                 ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGRect            frame;
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyBouncePresenter.swift:23:18: warning: sending value of non-Sendable type '() -> Void' risks causing data races; this is an error in the Swift 6 language mode
        animator.addAnimations { [weak self, notification] in
        ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyBouncePresenter.swift:23:18: note: sending task-isolated value of non-Sendable type '() -> Void' to main actor-isolated instance method 'addAnimations' risks causing races in between task-isolated and main actor-isolated uses
        animator.addAnimations { [weak self, notification] in
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyBouncePresenter.swift:32:24: warning: sending value of non-Sendable type '() -> Void' risks causing data races; this is an error in the Swift 6 language mode
        let animator = UIViewPropertyAnimator(duration: animationDuration, curve: .easeOut) { [weak self] in
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyBouncePresenter.swift:32:24: note: sending task-isolated value of non-Sendable type '() -> Void' to main actor-isolated initializer 'init(duration:curve:animations:)' risks causing races in between task-isolated and main actor-isolated uses
        let animator = UIViewPropertyAnimator(duration: animationDuration, curve: .easeOut) { [weak self] in
                       ^
SwiftCompile normal arm64 Compiling\ NotiflyBase.swift,\ NotiflyDelegate.swift,\ NotiflyDirection.swift /Users/admin/builder/spi-builder-workspace/Sources/NotiflyBase.swift /Users/admin/builder/spi-builder-workspace/Sources/NotiflyDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/NotiflyDirection.swift (in target 'Notifly' from project 'Notifly')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NotiflyBase.swift (in target 'Notifly' from project 'Notifly')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftCompile normal arm64 Compiling\ SYBannerFeedbackGenerator.swift,\ NotiflyDefaultHighlighter.swift,\ NotiflyHighlighter.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/SYBannerFeedbackGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/Highlighter/NotiflyDefaultHighlighter.swift /Users/admin/builder/spi-builder-workspace/Sources/Highlighter/NotiflyHighlighter.swift (in target 'Notifly' from project 'Notifly')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Feedback/SYBannerFeedbackGenerator.swift (in target 'Notifly' from project 'Notifly')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/Highlighter/NotiflyDefaultHighlighter.swift:69:16: warning: call to main actor-isolated class method 'animate(withDuration:animations:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        UIView.animate(withDuration: animationDuration, animations: {
               ^
UIKit.UIView.animate:3:30: note: calls to class method 'animate(withDuration:animations:)' from outside of its actor context are implicitly asynchronous
  @MainActor open class func animate(withDuration duration: TimeInterval, animations: @escaping () -> Void)}
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Highlighter/NotiflyDefaultHighlighter.swift:64:17: note: add '@MainActor' to make instance method 'highlight(_:at:)' part of global actor 'MainActor'
    public func highlight(_ notification: NotiflyBase, at location: CGPoint) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Highlighter/NotiflyDefaultHighlighter.swift:70:26: warning: main actor-isolated property 'transform' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            notification.transform = CGAffineTransform(scaleX: self.animationScale, y: self.animationScale)
                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:190:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGAffineTransform transform;   // default is CGAffineTransformIdentity. animatable. Please use this property instead of the affineTransform property on the layer
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Highlighter/NotiflyDefaultHighlighter.swift:79:16: warning: call to main actor-isolated class method 'animate(withDuration:animations:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        UIView.animate(withDuration: animationDuration, animations: {
               ^
UIKit.UIView.animate:3:30: note: calls to class method 'animate(withDuration:animations:)' from outside of its actor context are implicitly asynchronous
  @MainActor open class func animate(withDuration duration: TimeInterval, animations: @escaping () -> Void)}
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Highlighter/NotiflyDefaultHighlighter.swift:74:17: note: add '@MainActor' to make instance method 'stopHighlight' part of global actor 'MainActor'
    public func stopHighlight(_ notification: NotiflyBase) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Highlighter/NotiflyDefaultHighlighter.swift:80:26: warning: main actor-isolated property 'transform' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            notification.transform = CGAffineTransform.identity
                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:190:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGAffineTransform transform;   // default is CGAffineTransformIdentity. animatable. Please use this property instead of the affineTransform property on the layer
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Highlighter/NotiflyDefaultHighlighter.swift:87:25: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        if notification.bounds.contains(location) {
                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: note: property declared here
@property(nonatomic) CGRect            bounds;      // default bounds is zero origin, frame size. animatable
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Highlighter/NotiflyDefaultHighlighter.swift:84:17: note: add '@MainActor' to make instance method 'locationMoved(_:to:)' part of global actor 'MainActor'
    public func locationMoved(_ notification: NotiflyBase, to location: CGPoint) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Highlighter/NotiflyDefaultHighlighter.swift:69:16: warning: sending value of non-Sendable type '() -> ()' risks causing data races; this is an error in the Swift 6 language mode
        UIView.animate(withDuration: animationDuration, animations: {
        ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Highlighter/NotiflyDefaultHighlighter.swift:69:16: note: sending task-isolated value of non-Sendable type '() -> ()' to main actor-isolated class method 'animate(withDuration:animations:)' risks causing races in between task-isolated and main actor-isolated uses
        UIView.animate(withDuration: animationDuration, animations: {
               ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Highlighter/NotiflyHighlighter.swift (in target 'Notifly' from project 'Notifly')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ NotiflyScalePresenter.swift,\ NotiflyState.swift /Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyScalePresenter.swift /Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyState.swift (in target 'Notifly' from project 'Notifly')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyScalePresenter.swift (in target 'Notifly' from project 'Notifly')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyScalePresenter.swift:16:22: warning: main actor-isolated property 'frame' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        notification.frame = finalFrame(for: notification, in: superview)
                     ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGRect            frame;
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyScalePresenter.swift:17:22: warning: main actor-isolated property 'transform' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        notification.transform = transform
                     ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:190:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGAffineTransform transform;   // default is CGAffineTransformIdentity. animatable. Please use this property instead of the affineTransform property on the layer
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyScalePresenter.swift:21:24: warning: call to main actor-isolated initializer 'init(duration:curve:animations:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let animator = UIViewPropertyAnimator(duration: animationDuration, curve: .easeInOut)
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewPropertyAnimator.h:44:1: note: calls to initializer 'init(duration:curve:animations:)' from outside of its actor context are implicitly asynchronous
- (instancetype)initWithDuration:(NSTimeInterval)duration curve:(UIViewAnimationCurve)curve animations:(void (^ __nullable)(void))animations;
^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyScalePresenter.swift:22:18: warning: call to main actor-isolated instance method 'addAnimations' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        animator.addAnimations { [weak self, notification] in
                 ^
UIKit.UIViewPropertyAnimator.addAnimations:2:22: note: calls to instance method 'addAnimations' from outside of its actor context are implicitly asynchronous
@MainActor open func addAnimations(_ animation: @escaping () -> Void)}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyScalePresenter.swift:24:26: warning: main actor-isolated property 'transform' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            notification.transform = .identity
                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:190:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGAffineTransform transform;   // default is CGAffineTransformIdentity. animatable. Please use this property instead of the affineTransform property on the layer
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyScalePresenter.swift:25:26: warning: main actor-isolated property 'frame' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            notification.frame = self.finalFrame(for: notification, in: superview)
                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGRect            frame;
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyScalePresenter.swift:32:24: warning: call to main actor-isolated initializer 'init(duration:curve:animations:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let animator = UIViewPropertyAnimator(duration: animationDuration, curve: .easeOut) { [weak self] in
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewPropertyAnimator.h:44:1: note: calls to initializer 'init(duration:curve:animations:)' from outside of its actor context are implicitly asynchronous
- (instancetype)initWithDuration:(NSTimeInterval)duration curve:(UIViewAnimationCurve)curve animations:(void (^ __nullable)(void))animations;
^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyScalePresenter.swift:34:26: warning: main actor-isolated property 'frame' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            notification.frame = self.finalFrame(for: notification, in: superview)
                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGRect            frame;
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyScalePresenter.swift:35:26: warning: main actor-isolated property 'transform' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            notification.transform = self.transform
                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:190:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGAffineTransform transform;   // default is CGAffineTransformIdentity. animatable. Please use this property instead of the affineTransform property on the layer
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyScalePresenter.swift:22:18: warning: sending value of non-Sendable type '() -> Void' risks causing data races; this is an error in the Swift 6 language mode
        animator.addAnimations { [weak self, notification] in
        ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyScalePresenter.swift:22:18: note: sending task-isolated value of non-Sendable type '() -> Void' to main actor-isolated instance method 'addAnimations' risks causing races in between task-isolated and main actor-isolated uses
        animator.addAnimations { [weak self, notification] in
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyScalePresenter.swift:32:24: warning: sending value of non-Sendable type '() -> Void' risks causing data races; this is an error in the Swift 6 language mode
        let animator = UIViewPropertyAnimator(duration: animationDuration, curve: .easeOut) { [weak self] in
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyScalePresenter.swift:32:24: note: sending task-isolated value of non-Sendable type '() -> Void' to main actor-isolated initializer 'init(duration:curve:animations:)' risks causing races in between task-isolated and main actor-isolated uses
        let animator = UIViewPropertyAnimator(duration: animationDuration, curve: .easeOut) { [weak self] in
                       ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Presenter/NotiflyState.swift (in target 'Notifly' from project 'Notifly')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for Notifly (in target 'Notifly' from project 'Notifly')
SwiftDriver\ Compilation\ Requirements Notifly normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Notifly' from project 'Notifly')
    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 Notifly -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Notifly.build/Debug-iphoneos/Notifly.build/Objects-normal/arm64/Notifly.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/Notifly.build/Debug-iphoneos/Notifly.build/Objects-normal/arm64/Notifly-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/Notifly.build/Debug-iphoneos/Notifly.build/Objects-normal/arm64/Notifly.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Notifly.build/Debug-iphoneos/Notifly.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Notifly.build/Debug-iphoneos/Notifly.build/Objects-normal/arm64/Notifly_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/Notifly.build/Debug-iphoneos/Notifly.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Notifly.build/Debug-iphoneos/Notifly.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Notifly.build/Debug-iphoneos/Notifly.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/Notifly.build/Debug-iphoneos/Notifly.build/Objects-normal/arm64/Notifly-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling NotiflyScalePresenter.swift, NotiflyState.swift (in target 'Notifly' from project 'Notifly')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Notifly-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Notifly.build/Debug-iphoneos/Notifly.build/Objects-normal/arm64/Notifly-Swift.h (in target 'Notifly' from project 'Notifly')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Notifly.build/Debug-iphoneos/Notifly.build/Objects-normal/arm64/Notifly-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Notifly-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Notifly.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Notifly.build/Debug-iphoneos/Notifly.build/Objects-normal/arm64/Notifly.swiftmodule (in target 'Notifly' from project 'Notifly')
    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/Notifly.build/Debug-iphoneos/Notifly.build/Objects-normal/arm64/Notifly.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Notifly.swiftmodule/arm64-apple-ios.swiftmodule
SwiftDriverJobDiscovery normal arm64 Compiling NotiflyBackgroundView+BackgroundColor.swift, NotiflyBackgroundView+CornerRadius.swift, NotiflyBackgroundView+GradientDirection.swift (in target 'Notifly' from project 'Notifly')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Notifly.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Notifly.build/Debug-iphoneos/Notifly.build/Objects-normal/arm64/Notifly.swiftdoc (in target 'Notifly' from project 'Notifly')
    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/Notifly.build/Debug-iphoneos/Notifly.build/Objects-normal/arm64/Notifly.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Notifly.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Notifly.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Notifly.build/Debug-iphoneos/Notifly.build/Objects-normal/arm64/Notifly.abi.json (in target 'Notifly' from project 'Notifly')
    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/Notifly.build/Debug-iphoneos/Notifly.build/Objects-normal/arm64/Notifly.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Notifly.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Notifly.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Notifly.build/Debug-iphoneos/Notifly.build/Objects-normal/arm64/Notifly.swiftsourceinfo (in target 'Notifly' from project 'Notifly')
    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/Notifly.build/Debug-iphoneos/Notifly.build/Objects-normal/arm64/Notifly.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Notifly.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling UIColor+Notifly.swift, UIEdgeInsets+Notifly.swift, NotiflyFeedback.swift (in target 'Notifly' from project 'Notifly')
SwiftDriverJobDiscovery normal arm64 Compiling SYBannerFeedbackGenerator.swift, NotiflyDefaultHighlighter.swift, NotiflyHighlighter.swift (in target 'Notifly' from project 'Notifly')
SwiftDriverJobDiscovery normal arm64 Compiling NotiflyBackgroundView+GradientLayer.swift, NotiflyBackgroundView.swift, Notifly+Configuration.swift (in target 'Notifly' from project 'Notifly')
SwiftDriverJobDiscovery normal arm64 Compiling NotiflyQueue.swift, NotiflyType.swift, NotiflyBouncePresenter.swift (in target 'Notifly' from project 'Notifly')
SwiftDriverJobDiscovery normal arm64 Compiling NotiflyDefaultPresenter.swift, NotiflyFadePresenter.swift, NotiflyPresenter.swift (in target 'Notifly' from project 'Notifly')
SwiftDriverJobDiscovery normal arm64 Compiling NotiflyBase.swift, NotiflyDelegate.swift, NotiflyDirection.swift (in target 'Notifly' from project 'Notifly')
SwiftDriverJobDiscovery normal arm64 Compiling NotiflyCardButton.swift, NotiflyFullWidth.swift, SimpleNotifly.swift (in target 'Notifly' from project 'Notifly')
SwiftDriverJobDiscovery normal arm64 Compiling Notifly+IconSource.swift, Notifly.swift, NotiflyCard.swift (in target 'Notifly' from project 'Notifly')
SwiftDriver\ Compilation Notifly normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Notifly' from project 'Notifly')
    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 Notifly -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Notifly.build/Debug-iphoneos/Notifly.build/Objects-normal/arm64/Notifly.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/Notifly.build/Debug-iphoneos/Notifly.build/Objects-normal/arm64/Notifly-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/Notifly.build/Debug-iphoneos/Notifly.build/Objects-normal/arm64/Notifly.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Notifly.build/Debug-iphoneos/Notifly.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Notifly.build/Debug-iphoneos/Notifly.build/Objects-normal/arm64/Notifly_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/Notifly.build/Debug-iphoneos/Notifly.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Notifly.build/Debug-iphoneos/Notifly.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Notifly.build/Debug-iphoneos/Notifly.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/Notifly.build/Debug-iphoneos/Notifly.build/Objects-normal/arm64/Notifly-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/Notifly.o normal (in target 'Notifly' from project 'Notifly')
    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/Notifly.build/Debug-iphoneos/Notifly.build/Objects-normal/arm64/Notifly.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Notifly.build/Debug-iphoneos/Notifly.build/Objects-normal/arm64/Notifly_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Notifly.build/Debug-iphoneos/Notifly.build/Objects-normal/arm64/Notifly_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/Notifly.build/Debug-iphoneos/Notifly.build/Objects-normal/arm64/Notifly.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Notifly.o
ExtractAppIntentsMetadata (in target 'Notifly' from project 'Notifly')
    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 Notifly --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.Notifly --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Notifly.appintents --target-triple arm64-apple-ios13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Notifly.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Notifly.build/Debug-iphoneos/Notifly.build/Objects-normal/arm64/Notifly_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Notifly.build/Debug-iphoneos/Notifly.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Notifly.build/Debug-iphoneos/Notifly.build/Objects-normal/arm64/Notifly.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Notifly.build/Debug-iphoneos/Notifly.build/Notifly.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Notifly.build/Debug-iphoneos/Notifly.build/Notifly.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Notifly.build/Debug-iphoneos/Notifly.build/Objects-normal/arm64/Notifly.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-05-01 18:46:13.136 appintentsmetadataprocessor[715:4012] Starting appintentsmetadataprocessor export
2025-05-01 18:46:13.178 appintentsmetadataprocessor[715:4012] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Notifly.o (in target 'Notifly' from project 'Notifly')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Notifly.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Notifly",
  "name" : "Notifly",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Notifly",
      "targets" : [
        "Notifly"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "NotiflyTests",
      "module_type" : "SwiftTarget",
      "name" : "NotiflyTests",
      "path" : "Tests",
      "sources" : [
        "NotiflyQueueTests.swift"
      ],
      "target_dependencies" : [
        "Notifly"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Notifly",
      "module_type" : "SwiftTarget",
      "name" : "Notifly",
      "path" : "Sources",
      "product_memberships" : [
        "Notifly"
      ],
      "sources" : [
        "Extension/UIColor+Notifly.swift",
        "Extension/UIEdgeInsets+Notifly.swift",
        "Feedback/NotiflyFeedback.swift",
        "Feedback/SYBannerFeedbackGenerator.swift",
        "Highlighter/NotiflyDefaultHighlighter.swift",
        "Highlighter/NotiflyHighlighter.swift",
        "Notifications/Notifly/Background/NotiflyBackgroundView+BackgroundColor.swift",
        "Notifications/Notifly/Background/NotiflyBackgroundView+CornerRadius.swift",
        "Notifications/Notifly/Background/NotiflyBackgroundView+GradientDirection.swift",
        "Notifications/Notifly/Background/NotiflyBackgroundView+GradientLayer.swift",
        "Notifications/Notifly/Background/NotiflyBackgroundView.swift",
        "Notifications/Notifly/Notifly+Configuration.swift",
        "Notifications/Notifly/Notifly+IconSource.swift",
        "Notifications/Notifly/Notifly.swift",
        "Notifications/NotiflyCardNotification/NotiflyCard.swift",
        "Notifications/NotiflyCardNotification/NotiflyCardButton.swift",
        "Notifications/NotiflyFullWidth/NotiflyFullWidth.swift",
        "Notifications/SimpleNotifly/SimpleNotifly.swift",
        "NotiflyBase.swift",
        "NotiflyDelegate.swift",
        "NotiflyDirection.swift",
        "NotiflyQueue.swift",
        "NotiflyType.swift",
        "Presenter/NotiflyBouncePresenter.swift",
        "Presenter/NotiflyDefaultPresenter.swift",
        "Presenter/NotiflyFadePresenter.swift",
        "Presenter/NotiflyPresenter.swift",
        "Presenter/NotiflyScalePresenter.swift",
        "Presenter/NotiflyState.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.