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 ESPullToRefresh, reference master (6bfa29), with Swift 6.1 for iOS using Xcode 16.3 on 26 Apr 2025 00:52:21 UTC.

Swift 6 data race errors: 23

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ESPullToRefresh -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/eggswift/pull-to-refresh.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/eggswift/pull-to-refresh
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 6bfa290 Merge pull request #167 from eggswift/housekeep/xcode-11-and-swift-5-update
Cloned https://github.com/eggswift/pull-to-refresh.git
Revision (git rev-parse @):
6bfa290dcb98e0bb5e43bd9bcf51cafca1640cef
SUCCESS checkout https://github.com/eggswift/pull-to-refresh.git at master
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/eggswift/pull-to-refresh.git
https://github.com/eggswift/pull-to-refresh.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ESPullToRefresh",
  "name" : "ESPullToRefresh",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "ESPullToRefresh",
      "targets" : [
        "ESPullToRefresh"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ESPullToRefresh",
      "module_type" : "SwiftTarget",
      "name" : "ESPullToRefresh",
      "path" : "Sources",
      "product_memberships" : [
        "ESPullToRefresh"
      ],
      "sources" : [
        "Animator/ESRefreshFooterAnimator.swift",
        "Animator/ESRefreshHeaderAnimator.swift",
        "ES.swift",
        "ESPullToRefresh+Manager.swift",
        "ESPullToRefresh.swift",
        "ESRefreshAnimator.swift",
        "ESRefreshComponent.swift",
        "ESRefreshProtocol.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  ESPullToRefresh: /Users/admin/builder/spi-builder-workspace
resolved source packages: ESPullToRefresh
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ESPullToRefresh",
  "name" : "ESPullToRefresh",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "ESPullToRefresh",
      "targets" : [
        "ESPullToRefresh"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ESPullToRefresh",
      "module_type" : "SwiftTarget",
      "name" : "ESPullToRefresh",
      "path" : "Sources",
      "product_memberships" : [
        "ESPullToRefresh"
      ],
      "sources" : [
        "Animator/ESRefreshFooterAnimator.swift",
        "Animator/ESRefreshHeaderAnimator.swift",
        "ES.swift",
        "ESPullToRefresh+Manager.swift",
        "ESPullToRefresh.swift",
        "ESRefreshAnimator.swift",
        "ESRefreshComponent.swift",
        "ESRefreshProtocol.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "ESPullToRefresh"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ESPullToRefresh -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 ESPullToRefresh -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:
  ESPullToRefresh: /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 'ESPullToRefresh' in project 'ESPullToRefresh'
        ➜ Explicit dependency on target 'ESPullToRefresh' in project 'ESPullToRefresh'
    Target 'ESPullToRefresh' in project 'ESPullToRefresh' (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: 497ecab5bea35eaff6b44160344aa4ff
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/497ecab5bea35eaff6b44160344aa4ff.xcbuilddata
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
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/ESPullToRefresh.DependencyMetadataFileList (in target 'ESPullToRefresh' from project 'ESPullToRefresh')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/ESPullToRefresh.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/ESPullToRefresh.modulemap (in target 'ESPullToRefresh' from project 'ESPullToRefresh')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/ESPullToRefresh.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/ESPullToRefresh.DependencyStaticMetadataFileList (in target 'ESPullToRefresh' from project 'ESPullToRefresh')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/ESPullToRefresh.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/Objects-normal/arm64/ESPullToRefresh.SwiftFileList (in target 'ESPullToRefresh' from project 'ESPullToRefresh')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/Objects-normal/arm64/ESPullToRefresh.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/Objects-normal/arm64/ESPullToRefresh_const_extract_protocols.json (in target 'ESPullToRefresh' from project 'ESPullToRefresh')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/Objects-normal/arm64/ESPullToRefresh_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/Objects-normal/arm64/ESPullToRefresh.SwiftConstValuesFileList (in target 'ESPullToRefresh' from project 'ESPullToRefresh')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/Objects-normal/arm64/ESPullToRefresh.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/Objects-normal/arm64/ESPullToRefresh-OutputFileMap.json (in target 'ESPullToRefresh' from project 'ESPullToRefresh')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/Objects-normal/arm64/ESPullToRefresh-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/Objects-normal/arm64/ESPullToRefresh.LinkFileList (in target 'ESPullToRefresh' from project 'ESPullToRefresh')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/Objects-normal/arm64/ESPullToRefresh.LinkFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/ESPullToRefresh.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/ESPullToRefresh.modulemap (in target 'ESPullToRefresh' from project 'ESPullToRefresh')
    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/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/ESPullToRefresh.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
SwiftDriver ESPullToRefresh normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ESPullToRefresh' from project 'ESPullToRefresh')
    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 ESPullToRefresh -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/Objects-normal/arm64/ESPullToRefresh.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-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/Objects-normal/arm64/ESPullToRefresh-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/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/Objects-normal/arm64/ESPullToRefresh.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/Objects-normal/arm64/ESPullToRefresh_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/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.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/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/Objects-normal/arm64/ESPullToRefresh-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ ES.swift /Users/admin/builder/spi-builder-workspace/Sources/ES.swift (in target 'ESPullToRefresh' from project 'ESPullToRefresh')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ES.swift (in target 'ESPullToRefresh' from project 'ESPullToRefresh')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ES.swift:12:39: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol ESExtensionsProvider: class {
                                      ^~~~~
                                      AnyObject
SwiftCompile normal arm64 Compiling\ ESRefreshHeaderAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshHeaderAnimator.swift (in target 'ESPullToRefresh' from project 'ESPullToRefresh')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshHeaderAnimator.swift (in target 'ESPullToRefresh' from project 'ESPullToRefresh')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshHeaderAnimator.swift:89:15: warning: main actor-isolated instance method 'refreshAnimationBegin(view:)' cannot be used to satisfy nonisolated requirement from protocol 'ESRefreshProtocol'; this is an error in the Swift 6 language mode
    open func refreshAnimationBegin(view: ESRefreshComponent) {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshHeaderAnimator.swift:89:15: note: add 'nonisolated' to 'refreshAnimationBegin(view:)' to make this instance method not isolated to the actor
    open func refreshAnimationBegin(view: ESRefreshComponent) {
              ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshHeaderAnimator.swift:31:45: note: add '@preconcurrency' to the 'ESRefreshProtocol' conformance to defer isolation checking to run time
open class ESRefreshHeaderAnimator: UIView, ESRefreshProtocol, ESRefreshAnimatorProtocol, ESRefreshImpactProtocol {
                                            ^
                                            @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshProtocol.swift:49:19: note: mark the protocol requirement 'refreshAnimationBegin(view:)' 'async' to allow actor-isolated conformances
    mutating func refreshAnimationBegin(view: ESRefreshComponent)
                  ^
                                                                  async
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshHeaderAnimator.swift:97:15: warning: main actor-isolated instance method 'refreshAnimationEnd(view:)' cannot be used to satisfy nonisolated requirement from protocol 'ESRefreshProtocol'; this is an error in the Swift 6 language mode
    open func refreshAnimationEnd(view: ESRefreshComponent) {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshHeaderAnimator.swift:97:15: note: add 'nonisolated' to 'refreshAnimationEnd(view:)' to make this instance method not isolated to the actor
    open func refreshAnimationEnd(view: ESRefreshComponent) {
              ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshProtocol.swift:55:19: note: mark the protocol requirement 'refreshAnimationEnd(view:)' 'async' to allow actor-isolated conformances
    mutating func refreshAnimationEnd(view: ESRefreshComponent)
                  ^
                                                                async
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshHeaderAnimator.swift:105:15: warning: main actor-isolated instance method 'refresh(view:progressDidChange:)' cannot be used to satisfy nonisolated requirement from protocol 'ESRefreshProtocol'; this is an error in the Swift 6 language mode
    open func refresh(view: ESRefreshComponent, progressDidChange progress: CGFloat) {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshHeaderAnimator.swift:105:15: note: add 'nonisolated' to 'refresh(view:progressDidChange:)' to make this instance method not isolated to the actor
    open func refresh(view: ESRefreshComponent, progressDidChange progress: CGFloat) {
              ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshProtocol.swift:60:19: note: mark the protocol requirement 'refresh(view:progressDidChange:)' 'async' to allow actor-isolated conformances
    mutating func refresh(view: ESRefreshComponent, progressDidChange progress: CGFloat)
                  ^
                                                                                         async
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshHeaderAnimator.swift:110:15: warning: main actor-isolated instance method 'refresh(view:stateDidChange:)' cannot be used to satisfy nonisolated requirement from protocol 'ESRefreshProtocol'; this is an error in the Swift 6 language mode
    open func refresh(view: ESRefreshComponent, stateDidChange state: ESRefreshViewState) {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshHeaderAnimator.swift:110:15: note: add 'nonisolated' to 'refresh(view:stateDidChange:)' to make this instance method not isolated to the actor
    open func refresh(view: ESRefreshComponent, stateDidChange state: ESRefreshViewState) {
              ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshProtocol.swift:62:19: note: mark the protocol requirement 'refresh(view:stateDidChange:)' 'async' to allow actor-isolated conformances
    mutating func refresh(view: ESRefreshComponent, stateDidChange state: ESRefreshViewState)
                  ^
                                                                                              async
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshHeaderAnimator.swift:42:14: warning: main actor-isolated property 'view' cannot be used to satisfy nonisolated requirement from protocol 'ESRefreshAnimatorProtocol'; this is an error in the Swift 6 language mode
    open var view: UIView { return self }
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshHeaderAnimator.swift:31:64: note: add '@preconcurrency' to the 'ESRefreshAnimatorProtocol' conformance to defer isolation checking to run time
open class ESRefreshHeaderAnimator: UIView, ESRefreshProtocol, ESRefreshAnimatorProtocol, ESRefreshImpactProtocol {
                                                               ^
                                                               @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshProtocol.swift:69:9: note: requirement 'view' declared here
    var view: UIView {get}
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshHeaderAnimator.swift:43:14: warning: main actor-isolated property 'insets' cannot be used to satisfy nonisolated requirement from protocol 'ESRefreshAnimatorProtocol'; this is an error in the Swift 6 language mode
    open var insets: UIEdgeInsets = UIEdgeInsets.zero
             ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshProtocol.swift:72:9: note: requirement 'insets' declared here
    var insets: UIEdgeInsets {set get}
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshHeaderAnimator.swift:44:14: warning: main actor-isolated property 'trigger' cannot be used to satisfy nonisolated requirement from protocol 'ESRefreshAnimatorProtocol'; this is an error in the Swift 6 language mode
    open var trigger: CGFloat = 60.0
             ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshProtocol.swift:75:9: note: requirement 'trigger' declared here
    var trigger: CGFloat {set get}
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshHeaderAnimator.swift:45:14: warning: main actor-isolated property 'executeIncremental' cannot be used to satisfy nonisolated requirement from protocol 'ESRefreshAnimatorProtocol'; this is an error in the Swift 6 language mode
    open var executeIncremental: CGFloat = 60.0
             ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshProtocol.swift:78:9: note: requirement 'executeIncremental' declared here
    var executeIncremental: CGFloat {set get}
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshHeaderAnimator.swift:46:14: warning: main actor-isolated property 'state' cannot be used to satisfy nonisolated requirement from protocol 'ESRefreshAnimatorProtocol'; this is an error in the Swift 6 language mode
    open var state: ESRefreshViewState = .pullToRefresh
             ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshProtocol.swift:81:9: note: requirement 'state' declared here
    var state: ESRefreshViewState {set get}
        ^
SwiftCompile normal arm64 Compiling\ ESRefreshFooterAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshFooterAnimator.swift (in target 'ESPullToRefresh' from project 'ESPullToRefresh')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshFooterAnimator.swift (in target 'ESPullToRefresh' from project 'ESPullToRefresh')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshFooterAnimator.swift:66:15: warning: main actor-isolated instance method 'refreshAnimationBegin(view:)' cannot be used to satisfy nonisolated requirement from protocol 'ESRefreshProtocol'; this is an error in the Swift 6 language mode
    open func refreshAnimationBegin(view: ESRefreshComponent) {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshFooterAnimator.swift:66:15: note: add 'nonisolated' to 'refreshAnimationBegin(view:)' to make this instance method not isolated to the actor
    open func refreshAnimationBegin(view: ESRefreshComponent) {
              ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshFooterAnimator.swift:28:45: note: add '@preconcurrency' to the 'ESRefreshProtocol' conformance to defer isolation checking to run time
open class ESRefreshFooterAnimator: UIView, ESRefreshProtocol, ESRefreshAnimatorProtocol {
                                            ^
                                            @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshProtocol.swift:49:19: note: mark the protocol requirement 'refreshAnimationBegin(view:)' 'async' to allow actor-isolated conformances
    mutating func refreshAnimationBegin(view: ESRefreshComponent)
                  ^
                                                                  async
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshFooterAnimator.swift:72:15: warning: main actor-isolated instance method 'refreshAnimationEnd(view:)' cannot be used to satisfy nonisolated requirement from protocol 'ESRefreshProtocol'; this is an error in the Swift 6 language mode
    open func refreshAnimationEnd(view: ESRefreshComponent) {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshFooterAnimator.swift:72:15: note: add 'nonisolated' to 'refreshAnimationEnd(view:)' to make this instance method not isolated to the actor
    open func refreshAnimationEnd(view: ESRefreshComponent) {
              ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshProtocol.swift:55:19: note: mark the protocol requirement 'refreshAnimationEnd(view:)' 'async' to allow actor-isolated conformances
    mutating func refreshAnimationEnd(view: ESRefreshComponent)
                  ^
                                                                async
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshFooterAnimator.swift:78:15: warning: main actor-isolated instance method 'refresh(view:progressDidChange:)' cannot be used to satisfy nonisolated requirement from protocol 'ESRefreshProtocol'; this is an error in the Swift 6 language mode
    open func refresh(view: ESRefreshComponent, progressDidChange progress: CGFloat) {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshFooterAnimator.swift:78:15: note: add 'nonisolated' to 'refresh(view:progressDidChange:)' to make this instance method not isolated to the actor
    open func refresh(view: ESRefreshComponent, progressDidChange progress: CGFloat) {
              ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshProtocol.swift:60:19: note: mark the protocol requirement 'refresh(view:progressDidChange:)' 'async' to allow actor-isolated conformances
    mutating func refresh(view: ESRefreshComponent, progressDidChange progress: CGFloat)
                  ^
                                                                                         async
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshFooterAnimator.swift:82:15: warning: main actor-isolated instance method 'refresh(view:stateDidChange:)' cannot be used to satisfy nonisolated requirement from protocol 'ESRefreshProtocol'; this is an error in the Swift 6 language mode
    open func refresh(view: ESRefreshComponent, stateDidChange state: ESRefreshViewState) {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshFooterAnimator.swift:82:15: note: add 'nonisolated' to 'refresh(view:stateDidChange:)' to make this instance method not isolated to the actor
    open func refresh(view: ESRefreshComponent, stateDidChange state: ESRefreshViewState) {
              ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshProtocol.swift:62:19: note: mark the protocol requirement 'refresh(view:stateDidChange:)' 'async' to allow actor-isolated conformances
    mutating func refresh(view: ESRefreshComponent, stateDidChange state: ESRefreshViewState)
                  ^
                                                                                              async
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshFooterAnimator.swift:34:14: warning: main actor-isolated property 'view' cannot be used to satisfy nonisolated requirement from protocol 'ESRefreshAnimatorProtocol'; this is an error in the Swift 6 language mode
    open var view: UIView { return self }
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshFooterAnimator.swift:28:64: note: add '@preconcurrency' to the 'ESRefreshAnimatorProtocol' conformance to defer isolation checking to run time
open class ESRefreshFooterAnimator: UIView, ESRefreshProtocol, ESRefreshAnimatorProtocol {
                                                               ^
                                                               @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshProtocol.swift:69:9: note: requirement 'view' declared here
    var view: UIView {get}
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshFooterAnimator.swift:36:14: warning: main actor-isolated property 'insets' cannot be used to satisfy nonisolated requirement from protocol 'ESRefreshAnimatorProtocol'; this is an error in the Swift 6 language mode
    open var insets: UIEdgeInsets = UIEdgeInsets.zero
             ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshProtocol.swift:72:9: note: requirement 'insets' declared here
    var insets: UIEdgeInsets {set get}
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshFooterAnimator.swift:37:14: warning: main actor-isolated property 'trigger' cannot be used to satisfy nonisolated requirement from protocol 'ESRefreshAnimatorProtocol'; this is an error in the Swift 6 language mode
    open var trigger: CGFloat = 42.0
             ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshProtocol.swift:75:9: note: requirement 'trigger' declared here
    var trigger: CGFloat {set get}
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshFooterAnimator.swift:38:14: warning: main actor-isolated property 'executeIncremental' cannot be used to satisfy nonisolated requirement from protocol 'ESRefreshAnimatorProtocol'; this is an error in the Swift 6 language mode
    open var executeIncremental: CGFloat = 42.0
             ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshProtocol.swift:78:9: note: requirement 'executeIncremental' declared here
    var executeIncremental: CGFloat {set get}
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshFooterAnimator.swift:39:14: warning: main actor-isolated property 'state' cannot be used to satisfy nonisolated requirement from protocol 'ESRefreshAnimatorProtocol'; this is an error in the Swift 6 language mode
    open var state: ESRefreshViewState = .pullToRefresh
             ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshProtocol.swift:81:9: note: requirement 'state' declared here
    var state: ESRefreshViewState {set get}
        ^
SwiftCompile normal arm64 Compiling\ ESPullToRefresh+Manager.swift /Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh+Manager.swift (in target 'ESPullToRefresh' from project 'ESPullToRefresh')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh+Manager.swift (in target 'ESPullToRefresh' from project 'ESPullToRefresh')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh+Manager.swift:30:16: warning: static property 'sharedManager' is not concurrency-safe because non-'Sendable' type 'ESRefreshDataManager' may have shared mutable state; this is an error in the Swift 6 language mode
    static let sharedManager = ESRefreshDataManager.init()
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh+Manager.swift:28:12: note: class 'ESRefreshDataManager' does not conform to the 'Sendable' protocol
open class ESRefreshDataManager {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh+Manager.swift:30:16: note: add '@MainActor' to make static property 'sharedManager' part of global actor 'MainActor'
    static let sharedManager = ESRefreshDataManager.init()
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh+Manager.swift:30:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let sharedManager = ESRefreshDataManager.init()
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh+Manager.swift:84:26: warning: capture of 'self' with non-sendable type 'ESRefreshDataManager?' in a '@Sendable' closure
            let result = self?.isExpired(forKey: key) ?? true
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh+Manager.swift:28:12: note: class 'ESRefreshDataManager' does not conform to the 'Sendable' protocol
open class ESRefreshDataManager {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh+Manager.swift:86:17: warning: capture of 'block' with non-sendable type '((Bool) -> ())?' in a '@Sendable' closure
                block?(result)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh+Manager.swift:86:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                block?(result)
                ^
SwiftEmitModule normal arm64 Emitting\ module\ for\ ESPullToRefresh (in target 'ESPullToRefresh' from project 'ESPullToRefresh')
EmitSwiftModule normal arm64 (in target 'ESPullToRefresh' from project 'ESPullToRefresh')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshFooterAnimator.swift:66:15: warning: main actor-isolated instance method 'refreshAnimationBegin(view:)' cannot be used to satisfy nonisolated requirement from protocol 'ESRefreshProtocol'; this is an error in the Swift 6 language mode
    open func refreshAnimationBegin(view: ESRefreshComponent) {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshFooterAnimator.swift:66:15: note: add 'nonisolated' to 'refreshAnimationBegin(view:)' to make this instance method not isolated to the actor
    open func refreshAnimationBegin(view: ESRefreshComponent) {
              ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshFooterAnimator.swift:28:45: note: add '@preconcurrency' to the 'ESRefreshProtocol' conformance to defer isolation checking to run time
open class ESRefreshFooterAnimator: UIView, ESRefreshProtocol, ESRefreshAnimatorProtocol {
                                            ^
                                            @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshProtocol.swift:49:19: note: mark the protocol requirement 'refreshAnimationBegin(view:)' 'async' to allow actor-isolated conformances
    mutating func refreshAnimationBegin(view: ESRefreshComponent)
                  ^
                                                                  async
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshFooterAnimator.swift:72:15: warning: main actor-isolated instance method 'refreshAnimationEnd(view:)' cannot be used to satisfy nonisolated requirement from protocol 'ESRefreshProtocol'; this is an error in the Swift 6 language mode
    open func refreshAnimationEnd(view: ESRefreshComponent) {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshFooterAnimator.swift:72:15: note: add 'nonisolated' to 'refreshAnimationEnd(view:)' to make this instance method not isolated to the actor
    open func refreshAnimationEnd(view: ESRefreshComponent) {
              ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshProtocol.swift:55:19: note: mark the protocol requirement 'refreshAnimationEnd(view:)' 'async' to allow actor-isolated conformances
    mutating func refreshAnimationEnd(view: ESRefreshComponent)
                  ^
                                                                async
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshFooterAnimator.swift:78:15: warning: main actor-isolated instance method 'refresh(view:progressDidChange:)' cannot be used to satisfy nonisolated requirement from protocol 'ESRefreshProtocol'; this is an error in the Swift 6 language mode
    open func refresh(view: ESRefreshComponent, progressDidChange progress: CGFloat) {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshFooterAnimator.swift:78:15: note: add 'nonisolated' to 'refresh(view:progressDidChange:)' to make this instance method not isolated to the actor
    open func refresh(view: ESRefreshComponent, progressDidChange progress: CGFloat) {
              ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshProtocol.swift:60:19: note: mark the protocol requirement 'refresh(view:progressDidChange:)' 'async' to allow actor-isolated conformances
    mutating func refresh(view: ESRefreshComponent, progressDidChange progress: CGFloat)
                  ^
                                                                                         async
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshFooterAnimator.swift:82:15: warning: main actor-isolated instance method 'refresh(view:stateDidChange:)' cannot be used to satisfy nonisolated requirement from protocol 'ESRefreshProtocol'; this is an error in the Swift 6 language mode
    open func refresh(view: ESRefreshComponent, stateDidChange state: ESRefreshViewState) {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshFooterAnimator.swift:82:15: note: add 'nonisolated' to 'refresh(view:stateDidChange:)' to make this instance method not isolated to the actor
    open func refresh(view: ESRefreshComponent, stateDidChange state: ESRefreshViewState) {
              ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshProtocol.swift:62:19: note: mark the protocol requirement 'refresh(view:stateDidChange:)' 'async' to allow actor-isolated conformances
    mutating func refresh(view: ESRefreshComponent, stateDidChange state: ESRefreshViewState)
                  ^
                                                                                              async
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshFooterAnimator.swift:34:14: warning: main actor-isolated property 'view' cannot be used to satisfy nonisolated requirement from protocol 'ESRefreshAnimatorProtocol'; this is an error in the Swift 6 language mode
    open var view: UIView { return self }
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshFooterAnimator.swift:28:64: note: add '@preconcurrency' to the 'ESRefreshAnimatorProtocol' conformance to defer isolation checking to run time
open class ESRefreshFooterAnimator: UIView, ESRefreshProtocol, ESRefreshAnimatorProtocol {
                                                               ^
                                                               @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshProtocol.swift:69:9: note: requirement 'view' declared here
    var view: UIView {get}
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshFooterAnimator.swift:36:14: warning: main actor-isolated property 'insets' cannot be used to satisfy nonisolated requirement from protocol 'ESRefreshAnimatorProtocol'; this is an error in the Swift 6 language mode
    open var insets: UIEdgeInsets = UIEdgeInsets.zero
             ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshProtocol.swift:72:9: note: requirement 'insets' declared here
    var insets: UIEdgeInsets {set get}
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshFooterAnimator.swift:37:14: warning: main actor-isolated property 'trigger' cannot be used to satisfy nonisolated requirement from protocol 'ESRefreshAnimatorProtocol'; this is an error in the Swift 6 language mode
    open var trigger: CGFloat = 42.0
             ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshProtocol.swift:75:9: note: requirement 'trigger' declared here
    var trigger: CGFloat {set get}
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshFooterAnimator.swift:38:14: warning: main actor-isolated property 'executeIncremental' cannot be used to satisfy nonisolated requirement from protocol 'ESRefreshAnimatorProtocol'; this is an error in the Swift 6 language mode
    open var executeIncremental: CGFloat = 42.0
             ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshProtocol.swift:78:9: note: requirement 'executeIncremental' declared here
    var executeIncremental: CGFloat {set get}
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshFooterAnimator.swift:39:14: warning: main actor-isolated property 'state' cannot be used to satisfy nonisolated requirement from protocol 'ESRefreshAnimatorProtocol'; this is an error in the Swift 6 language mode
    open var state: ESRefreshViewState = .pullToRefresh
             ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshProtocol.swift:81:9: note: requirement 'state' declared here
    var state: ESRefreshViewState {set get}
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshHeaderAnimator.swift:89:15: warning: main actor-isolated instance method 'refreshAnimationBegin(view:)' cannot be used to satisfy nonisolated requirement from protocol 'ESRefreshProtocol'; this is an error in the Swift 6 language mode
    open func refreshAnimationBegin(view: ESRefreshComponent) {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshHeaderAnimator.swift:89:15: note: add 'nonisolated' to 'refreshAnimationBegin(view:)' to make this instance method not isolated to the actor
    open func refreshAnimationBegin(view: ESRefreshComponent) {
              ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshHeaderAnimator.swift:31:45: note: add '@preconcurrency' to the 'ESRefreshProtocol' conformance to defer isolation checking to run time
open class ESRefreshHeaderAnimator: UIView, ESRefreshProtocol, ESRefreshAnimatorProtocol, ESRefreshImpactProtocol {
                                            ^
                                            @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshProtocol.swift:49:19: note: mark the protocol requirement 'refreshAnimationBegin(view:)' 'async' to allow actor-isolated conformances
    mutating func refreshAnimationBegin(view: ESRefreshComponent)
                  ^
                                                                  async
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshHeaderAnimator.swift:97:15: warning: main actor-isolated instance method 'refreshAnimationEnd(view:)' cannot be used to satisfy nonisolated requirement from protocol 'ESRefreshProtocol'; this is an error in the Swift 6 language mode
    open func refreshAnimationEnd(view: ESRefreshComponent) {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshHeaderAnimator.swift:97:15: note: add 'nonisolated' to 'refreshAnimationEnd(view:)' to make this instance method not isolated to the actor
    open func refreshAnimationEnd(view: ESRefreshComponent) {
              ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshProtocol.swift:55:19: note: mark the protocol requirement 'refreshAnimationEnd(view:)' 'async' to allow actor-isolated conformances
    mutating func refreshAnimationEnd(view: ESRefreshComponent)
                  ^
                                                                async
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshHeaderAnimator.swift:105:15: warning: main actor-isolated instance method 'refresh(view:progressDidChange:)' cannot be used to satisfy nonisolated requirement from protocol 'ESRefreshProtocol'; this is an error in the Swift 6 language mode
    open func refresh(view: ESRefreshComponent, progressDidChange progress: CGFloat) {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshHeaderAnimator.swift:105:15: note: add 'nonisolated' to 'refresh(view:progressDidChange:)' to make this instance method not isolated to the actor
    open func refresh(view: ESRefreshComponent, progressDidChange progress: CGFloat) {
              ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshProtocol.swift:60:19: note: mark the protocol requirement 'refresh(view:progressDidChange:)' 'async' to allow actor-isolated conformances
    mutating func refresh(view: ESRefreshComponent, progressDidChange progress: CGFloat)
                  ^
                                                                                         async
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshHeaderAnimator.swift:110:15: warning: main actor-isolated instance method 'refresh(view:stateDidChange:)' cannot be used to satisfy nonisolated requirement from protocol 'ESRefreshProtocol'; this is an error in the Swift 6 language mode
    open func refresh(view: ESRefreshComponent, stateDidChange state: ESRefreshViewState) {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshHeaderAnimator.swift:110:15: note: add 'nonisolated' to 'refresh(view:stateDidChange:)' to make this instance method not isolated to the actor
    open func refresh(view: ESRefreshComponent, stateDidChange state: ESRefreshViewState) {
              ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshProtocol.swift:62:19: note: mark the protocol requirement 'refresh(view:stateDidChange:)' 'async' to allow actor-isolated conformances
    mutating func refresh(view: ESRefreshComponent, stateDidChange state: ESRefreshViewState)
                  ^
                                                                                              async
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshHeaderAnimator.swift:42:14: warning: main actor-isolated property 'view' cannot be used to satisfy nonisolated requirement from protocol 'ESRefreshAnimatorProtocol'; this is an error in the Swift 6 language mode
    open var view: UIView { return self }
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshHeaderAnimator.swift:31:64: note: add '@preconcurrency' to the 'ESRefreshAnimatorProtocol' conformance to defer isolation checking to run time
open class ESRefreshHeaderAnimator: UIView, ESRefreshProtocol, ESRefreshAnimatorProtocol, ESRefreshImpactProtocol {
                                                               ^
                                                               @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshProtocol.swift:69:9: note: requirement 'view' declared here
    var view: UIView {get}
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshHeaderAnimator.swift:43:14: warning: main actor-isolated property 'insets' cannot be used to satisfy nonisolated requirement from protocol 'ESRefreshAnimatorProtocol'; this is an error in the Swift 6 language mode
    open var insets: UIEdgeInsets = UIEdgeInsets.zero
             ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshProtocol.swift:72:9: note: requirement 'insets' declared here
    var insets: UIEdgeInsets {set get}
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshHeaderAnimator.swift:44:14: warning: main actor-isolated property 'trigger' cannot be used to satisfy nonisolated requirement from protocol 'ESRefreshAnimatorProtocol'; this is an error in the Swift 6 language mode
    open var trigger: CGFloat = 60.0
             ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshProtocol.swift:75:9: note: requirement 'trigger' declared here
    var trigger: CGFloat {set get}
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshHeaderAnimator.swift:45:14: warning: main actor-isolated property 'executeIncremental' cannot be used to satisfy nonisolated requirement from protocol 'ESRefreshAnimatorProtocol'; this is an error in the Swift 6 language mode
    open var executeIncremental: CGFloat = 60.0
             ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshProtocol.swift:78:9: note: requirement 'executeIncremental' declared here
    var executeIncremental: CGFloat {set get}
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshHeaderAnimator.swift:46:14: warning: main actor-isolated property 'state' cannot be used to satisfy nonisolated requirement from protocol 'ESRefreshAnimatorProtocol'; this is an error in the Swift 6 language mode
    open var state: ESRefreshViewState = .pullToRefresh
             ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshProtocol.swift:81:9: note: requirement 'state' declared here
    var state: ESRefreshViewState {set get}
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ES.swift:12:39: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol ESExtensionsProvider: class {
                                      ^~~~~
                                      AnyObject
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh+Manager.swift:30:16: warning: static property 'sharedManager' is not concurrency-safe because non-'Sendable' type 'ESRefreshDataManager' may have shared mutable state; this is an error in the Swift 6 language mode
    static let sharedManager = ESRefreshDataManager.init()
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh+Manager.swift:28:12: note: class 'ESRefreshDataManager' does not conform to the 'Sendable' protocol
open class ESRefreshDataManager {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh+Manager.swift:30:16: note: add '@MainActor' to make static property 'sharedManager' part of global actor 'MainActor'
    static let sharedManager = ESRefreshDataManager.init()
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh+Manager.swift:30:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let sharedManager = ESRefreshDataManager.init()
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:29:13: warning: var 'kESRefreshHeaderKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var kESRefreshHeaderKey: Void?
            ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:29:13: note: convert 'kESRefreshHeaderKey' to a 'let' constant to make 'Sendable' shared state immutable
private var kESRefreshHeaderKey: Void?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:29:13: note: add '@MainActor' to make var 'kESRefreshHeaderKey' part of global actor 'MainActor'
private var kESRefreshHeaderKey: Void?
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:29:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var kESRefreshHeaderKey: Void?
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:30:13: warning: var 'kESRefreshFooterKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var kESRefreshFooterKey: Void?
            ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:30:13: note: convert 'kESRefreshFooterKey' to a 'let' constant to make 'Sendable' shared state immutable
private var kESRefreshFooterKey: Void?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:30:13: note: add '@MainActor' to make var 'kESRefreshFooterKey' part of global actor 'MainActor'
private var kESRefreshFooterKey: Void?
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:30:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var kESRefreshFooterKey: Void?
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshProtocol.swift:91:24: warning: static property 'impacter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static private var impacter: AnyObject? = {
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshProtocol.swift:91:24: note: convert 'impacter' to a 'let' constant to make 'Sendable' shared state immutable
    static private var impacter: AnyObject? = {
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshProtocol.swift:91:24: note: add '@MainActor' to make static property 'impacter' part of global actor 'MainActor'
    static private var impacter: AnyObject? = {
                       ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshProtocol.swift:91:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static private var impacter: AnyObject? = {
                       ^
           nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshProtocol.swift:91:24: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
    static private var impacter: AnyObject? = {
                       ^
SwiftCompile normal arm64 Compiling\ ESRefreshProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/ESRefreshProtocol.swift (in target 'ESPullToRefresh' from project 'ESPullToRefresh')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ESRefreshProtocol.swift (in target 'ESPullToRefresh' from project 'ESPullToRefresh')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshProtocol.swift:91:24: warning: static property 'impacter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static private var impacter: AnyObject? = {
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshProtocol.swift:91:24: note: convert 'impacter' to a 'let' constant to make 'Sendable' shared state immutable
    static private var impacter: AnyObject? = {
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshProtocol.swift:91:24: note: add '@MainActor' to make static property 'impacter' part of global actor 'MainActor'
    static private var impacter: AnyObject? = {
                       ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshProtocol.swift:91:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static private var impacter: AnyObject? = {
                       ^
           nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshProtocol.swift:91:24: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
    static private var impacter: AnyObject? = {
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshProtocol.swift:105:26: warning: call to main actor-isolated instance method 'impactOccurred()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                impacter.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/ESRefreshProtocol.swift:102:24: note: add '@MainActor' to make static method 'impact()' part of global actor 'MainActor'
    static public func impact() -> Void {
                       ^
           @MainActor
SwiftCompile normal arm64 Compiling\ ESPullToRefresh.swift /Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift (in target 'ESPullToRefresh' from project 'ESPullToRefresh')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift (in target 'ESPullToRefresh' from project 'ESPullToRefresh')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:29:13: warning: var 'kESRefreshHeaderKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var kESRefreshHeaderKey: Void?
            ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:29:13: note: convert 'kESRefreshHeaderKey' to a 'let' constant to make 'Sendable' shared state immutable
private var kESRefreshHeaderKey: Void?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:29:13: note: add '@MainActor' to make var 'kESRefreshHeaderKey' part of global actor 'MainActor'
private var kESRefreshHeaderKey: Void?
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:29:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var kESRefreshHeaderKey: Void?
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:30:13: warning: var 'kESRefreshFooterKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var kESRefreshFooterKey: Void?
            ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:30:13: note: convert 'kESRefreshFooterKey' to a 'let' constant to make 'Sendable' shared state immutable
private var kESRefreshFooterKey: Void?
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:30:13: note: add '@MainActor' to make var 'kESRefreshFooterKey' part of global actor 'MainActor'
private var kESRefreshFooterKey: Void?
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:30:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var kESRefreshFooterKey: Void?
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:52:22: warning: call to main actor-isolated initializer 'init(frame:handler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let header = ESRefreshHeaderView(frame: CGRect.zero, handler: handler)
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:205:24: note: calls to initializer 'init(frame:handler:)' from outside of its actor context are implicitly asynchronous
    public convenience init(frame: CGRect, handler: @escaping ESRefreshHandler) {
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:205:24: note: main actor isolation inferred from inheritance from class 'ESRefreshComponent'
    public convenience init(frame: CGRect, handler: @escaping ESRefreshHandler) {
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:50:10: note: add '@MainActor' to make instance method 'addPullToRefresh(handler:)' part of global actor 'MainActor'
    func addPullToRefresh(handler: @escaping ESRefreshHandler) -> ESRefreshHeaderView {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:53:30: warning: main actor-isolated property 'animator' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let headerH = header.animator.executeIncremental
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshComponent.swift:39:14: note: property declared here
    open var animator: (ESRefreshProtocol & ESRefreshAnimatorProtocol)!
             ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:50:10: note: add '@MainActor' to make instance method 'addPullToRefresh(handler:)' part of global actor 'MainActor'
    func addPullToRefresh(handler: @escaping ESRefreshHandler) -> ESRefreshHeaderView {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:54:16: warning: main actor-isolated property 'frame' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        header.frame = CGRect.init(x: 0.0, y: -headerH /* - contentInset.top */, width: self.base.bounds.size.width, height: headerH)
               ^
/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/ESPullToRefresh.swift:50:10: note: add '@MainActor' to make instance method 'addPullToRefresh(handler:)' part of global actor 'MainActor'
    func addPullToRefresh(handler: @escaping ESRefreshHandler) -> ESRefreshHeaderView {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:54:99: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        header.frame = CGRect.init(x: 0.0, y: -headerH /* - contentInset.top */, width: self.base.bounds.size.width, height: headerH)
                                                                                                  ^
/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/ESPullToRefresh.swift:50:10: note: add '@MainActor' to make instance method 'addPullToRefresh(handler:)' part of global actor 'MainActor'
    func addPullToRefresh(handler: @escaping ESRefreshHandler) -> ESRefreshHeaderView {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:55:19: warning: call to main actor-isolated instance method 'addSubview' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        self.base.addSubview(header)
                  ^
UIKit.UIView.addSubview:2:22: note: calls to instance method 'addSubview' from outside of its actor context are implicitly asynchronous
@MainActor open func addSubview(_ view: UIView)}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:50:10: note: add '@MainActor' to make instance method 'addPullToRefresh(handler:)' part of global actor 'MainActor'
    func addPullToRefresh(handler: @escaping ESRefreshHandler) -> ESRefreshHeaderView {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:56:19: warning: main actor-isolated property 'header' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        self.base.header = header
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:35:9: note: mutation of this property is only permitted within the actor
    var header: ESRefreshHeaderView? {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:50:10: note: add '@MainActor' to make instance method 'addPullToRefresh(handler:)' part of global actor 'MainActor'
    func addPullToRefresh(handler: @escaping ESRefreshHandler) -> ESRefreshHeaderView {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:63:22: warning: call to main actor-isolated initializer 'init(frame:handler:animator:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let header = ESRefreshHeaderView(frame: CGRect.zero, handler: handler, animator: animator)
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshComponent.swift:72:24: note: calls to initializer 'init(frame:handler:animator:)' from outside of its actor context are implicitly asynchronous
    public convenience init(frame: CGRect, handler: @escaping ESRefreshHandler, animator: ESRefreshProtocol & ESRefreshAnimatorProtocol) {
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshComponent.swift:72:24: note: main actor isolation inferred from inheritance from class 'UIView'
    public convenience init(frame: CGRect, handler: @escaping ESRefreshHandler, animator: ESRefreshProtocol & ESRefreshAnimatorProtocol) {
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:61:10: note: add '@MainActor' to make instance method 'addPullToRefresh(animator:handler:)' part of global actor 'MainActor'
    func addPullToRefresh(animator: ESRefreshProtocol & ESRefreshAnimatorProtocol, handler: @escaping ESRefreshHandler) -> ESRefreshHeaderView {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:65:16: warning: main actor-isolated property 'frame' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        header.frame = CGRect.init(x: 0.0, y: -headerH /* - contentInset.top */, width: self.base.bounds.size.width, height: headerH)
               ^
/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/ESPullToRefresh.swift:61:10: note: add '@MainActor' to make instance method 'addPullToRefresh(animator:handler:)' part of global actor 'MainActor'
    func addPullToRefresh(animator: ESRefreshProtocol & ESRefreshAnimatorProtocol, handler: @escaping ESRefreshHandler) -> ESRefreshHeaderView {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:65:99: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        header.frame = CGRect.init(x: 0.0, y: -headerH /* - contentInset.top */, width: self.base.bounds.size.width, height: headerH)
                                                                                                  ^
/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/ESPullToRefresh.swift:61:10: note: add '@MainActor' to make instance method 'addPullToRefresh(animator:handler:)' part of global actor 'MainActor'
    func addPullToRefresh(animator: ESRefreshProtocol & ESRefreshAnimatorProtocol, handler: @escaping ESRefreshHandler) -> ESRefreshHeaderView {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:66:19: warning: call to main actor-isolated instance method 'addSubview' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        self.base.addSubview(header)
                  ^
UIKit.UIView.addSubview:2:22: note: calls to instance method 'addSubview' from outside of its actor context are implicitly asynchronous
@MainActor open func addSubview(_ view: UIView)}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:61:10: note: add '@MainActor' to make instance method 'addPullToRefresh(animator:handler:)' part of global actor 'MainActor'
    func addPullToRefresh(animator: ESRefreshProtocol & ESRefreshAnimatorProtocol, handler: @escaping ESRefreshHandler) -> ESRefreshHeaderView {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:67:19: warning: main actor-isolated property 'header' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        self.base.header = header
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:35:9: note: mutation of this property is only permitted within the actor
    var header: ESRefreshHeaderView? {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:61:10: note: add '@MainActor' to make instance method 'addPullToRefresh(animator:handler:)' part of global actor 'MainActor'
    func addPullToRefresh(animator: ESRefreshProtocol & ESRefreshAnimatorProtocol, handler: @escaping ESRefreshHandler) -> ESRefreshHeaderView {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:75:22: warning: call to main actor-isolated initializer 'init(frame:handler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let footer = ESRefreshFooterView(frame: CGRect.zero, handler: handler)
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:366:24: note: calls to initializer 'init(frame:handler:)' from outside of its actor context are implicitly asynchronous
    public convenience init(frame: CGRect, handler: @escaping ESRefreshHandler) {
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:366:24: note: main actor isolation inferred from inheritance from class 'ESRefreshComponent'
    public convenience init(frame: CGRect, handler: @escaping ESRefreshHandler) {
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:73:10: note: add '@MainActor' to make instance method 'addInfiniteScrolling(handler:)' part of global actor 'MainActor'
    func addInfiniteScrolling(handler: @escaping ESRefreshHandler) -> ESRefreshFooterView {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:76:30: warning: main actor-isolated property 'animator' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let footerH = footer.animator.executeIncremental
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshComponent.swift:39:14: note: property declared here
    open var animator: (ESRefreshProtocol & ESRefreshAnimatorProtocol)!
             ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:73:10: note: add '@MainActor' to make instance method 'addInfiniteScrolling(handler:)' part of global actor 'MainActor'
    func addInfiniteScrolling(handler: @escaping ESRefreshHandler) -> ESRefreshFooterView {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:77:16: warning: main actor-isolated property 'frame' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        footer.frame = CGRect.init(x: 0.0, y: self.base.contentSize.height + self.base.contentInset.bottom, width: self.base.bounds.size.width, height: footerH)
               ^
/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/ESPullToRefresh.swift:73:10: note: add '@MainActor' to make instance method 'addInfiniteScrolling(handler:)' part of global actor 'MainActor'
    func addInfiniteScrolling(handler: @escaping ESRefreshHandler) -> ESRefreshFooterView {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:77:57: warning: main actor-isolated property 'contentSize' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        footer.frame = CGRect.init(x: 0.0, y: self.base.contentSize.height + self.base.contentInset.bottom, width: self.base.bounds.size.width, height: footerH)
                                                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:56:59: note: property declared here
@property(nonatomic)         CGSize                       contentSize;                    // default CGSizeZero
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:73:10: note: add '@MainActor' to make instance method 'addInfiniteScrolling(handler:)' part of global actor 'MainActor'
    func addInfiniteScrolling(handler: @escaping ESRefreshHandler) -> ESRefreshFooterView {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:77:88: warning: main actor-isolated property 'contentInset' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        footer.frame = CGRect.init(x: 0.0, y: self.base.contentSize.height + self.base.contentInset.bottom, width: self.base.bounds.size.width, height: footerH)
                                                                                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:57:59: note: property declared here
@property(nonatomic)         UIEdgeInsets                 contentInset;                   // default UIEdgeInsetsZero. add additional scroll area around content
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:73:10: note: add '@MainActor' to make instance method 'addInfiniteScrolling(handler:)' part of global actor 'MainActor'
    func addInfiniteScrolling(handler: @escaping ESRefreshHandler) -> ESRefreshFooterView {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:77:126: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        footer.frame = CGRect.init(x: 0.0, y: self.base.contentSize.height + self.base.contentInset.bottom, width: self.base.bounds.size.width, height: footerH)
                                                                                                                             ^
/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/ESPullToRefresh.swift:73:10: note: add '@MainActor' to make instance method 'addInfiniteScrolling(handler:)' part of global actor 'MainActor'
    func addInfiniteScrolling(handler: @escaping ESRefreshHandler) -> ESRefreshFooterView {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:78:19: warning: call to main actor-isolated instance method 'addSubview' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        self.base.addSubview(footer)
                  ^
UIKit.UIView.addSubview:2:22: note: calls to instance method 'addSubview' from outside of its actor context are implicitly asynchronous
@MainActor open func addSubview(_ view: UIView)}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:73:10: note: add '@MainActor' to make instance method 'addInfiniteScrolling(handler:)' part of global actor 'MainActor'
    func addInfiniteScrolling(handler: @escaping ESRefreshHandler) -> ESRefreshFooterView {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:79:19: warning: main actor-isolated property 'footer' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        self.base.footer = footer
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:41:9: note: mutation of this property is only permitted within the actor
    var footer: ESRefreshFooterView? {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:73:10: note: add '@MainActor' to make instance method 'addInfiniteScrolling(handler:)' part of global actor 'MainActor'
    func addInfiniteScrolling(handler: @escaping ESRefreshHandler) -> ESRefreshFooterView {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:86:22: warning: call to main actor-isolated initializer 'init(frame:handler:animator:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let footer = ESRefreshFooterView(frame: CGRect.zero, handler: handler, animator: animator)
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshComponent.swift:72:24: note: calls to initializer 'init(frame:handler:animator:)' from outside of its actor context are implicitly asynchronous
    public convenience init(frame: CGRect, handler: @escaping ESRefreshHandler, animator: ESRefreshProtocol & ESRefreshAnimatorProtocol) {
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshComponent.swift:72:24: note: main actor isolation inferred from inheritance from class 'UIView'
    public convenience init(frame: CGRect, handler: @escaping ESRefreshHandler, animator: ESRefreshProtocol & ESRefreshAnimatorProtocol) {
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:84:10: note: add '@MainActor' to make instance method 'addInfiniteScrolling(animator:handler:)' part of global actor 'MainActor'
    func addInfiniteScrolling(animator: ESRefreshProtocol & ESRefreshAnimatorProtocol, handler: @escaping ESRefreshHandler) -> ESRefreshFooterView {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:87:30: warning: main actor-isolated property 'animator' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let footerH = footer.animator.executeIncremental
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshComponent.swift:39:14: note: property declared here
    open var animator: (ESRefreshProtocol & ESRefreshAnimatorProtocol)!
             ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:84:10: note: add '@MainActor' to make instance method 'addInfiniteScrolling(animator:handler:)' part of global actor 'MainActor'
    func addInfiniteScrolling(animator: ESRefreshProtocol & ESRefreshAnimatorProtocol, handler: @escaping ESRefreshHandler) -> ESRefreshFooterView {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:88:16: warning: main actor-isolated property 'frame' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        footer.frame = CGRect.init(x: 0.0, y: self.base.contentSize.height + self.base.contentInset.bottom, width: self.base.bounds.size.width, height: footerH)
               ^
/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/ESPullToRefresh.swift:84:10: note: add '@MainActor' to make instance method 'addInfiniteScrolling(animator:handler:)' part of global actor 'MainActor'
    func addInfiniteScrolling(animator: ESRefreshProtocol & ESRefreshAnimatorProtocol, handler: @escaping ESRefreshHandler) -> ESRefreshFooterView {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:88:57: warning: main actor-isolated property 'contentSize' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        footer.frame = CGRect.init(x: 0.0, y: self.base.contentSize.height + self.base.contentInset.bottom, width: self.base.bounds.size.width, height: footerH)
                                                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:56:59: note: property declared here
@property(nonatomic)         CGSize                       contentSize;                    // default CGSizeZero
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:84:10: note: add '@MainActor' to make instance method 'addInfiniteScrolling(animator:handler:)' part of global actor 'MainActor'
    func addInfiniteScrolling(animator: ESRefreshProtocol & ESRefreshAnimatorProtocol, handler: @escaping ESRefreshHandler) -> ESRefreshFooterView {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:88:88: warning: main actor-isolated property 'contentInset' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        footer.frame = CGRect.init(x: 0.0, y: self.base.contentSize.height + self.base.contentInset.bottom, width: self.base.bounds.size.width, height: footerH)
                                                                                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:57:59: note: property declared here
@property(nonatomic)         UIEdgeInsets                 contentInset;                   // default UIEdgeInsetsZero. add additional scroll area around content
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:84:10: note: add '@MainActor' to make instance method 'addInfiniteScrolling(animator:handler:)' part of global actor 'MainActor'
    func addInfiniteScrolling(animator: ESRefreshProtocol & ESRefreshAnimatorProtocol, handler: @escaping ESRefreshHandler) -> ESRefreshFooterView {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:88:126: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        footer.frame = CGRect.init(x: 0.0, y: self.base.contentSize.height + self.base.contentInset.bottom, width: self.base.bounds.size.width, height: footerH)
                                                                                                                             ^
/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/ESPullToRefresh.swift:84:10: note: add '@MainActor' to make instance method 'addInfiniteScrolling(animator:handler:)' part of global actor 'MainActor'
    func addInfiniteScrolling(animator: ESRefreshProtocol & ESRefreshAnimatorProtocol, handler: @escaping ESRefreshHandler) -> ESRefreshFooterView {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:89:19: warning: main actor-isolated property 'footer' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        self.base.footer = footer
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:41:9: note: mutation of this property is only permitted within the actor
    var footer: ESRefreshFooterView? {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:84:10: note: add '@MainActor' to make instance method 'addInfiniteScrolling(animator:handler:)' part of global actor 'MainActor'
    func addInfiniteScrolling(animator: ESRefreshProtocol & ESRefreshAnimatorProtocol, handler: @escaping ESRefreshHandler) -> ESRefreshFooterView {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:90:19: warning: call to main actor-isolated instance method 'addSubview' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        self.base.addSubview(footer)
                  ^
UIKit.UIView.addSubview:2:22: note: calls to instance method 'addSubview' from outside of its actor context are implicitly asynchronous
@MainActor open func addSubview(_ view: UIView)}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:84:10: note: add '@MainActor' to make instance method 'addInfiniteScrolling(animator:handler:)' part of global actor 'MainActor'
    func addInfiniteScrolling(animator: ESRefreshProtocol & ESRefreshAnimatorProtocol, handler: @escaping ESRefreshHandler) -> ESRefreshFooterView {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:96:27: warning: call to main actor-isolated instance method 'stopRefreshing()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        self.base.header?.stopRefreshing()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshComponent.swift:131:23: note: calls to instance method 'stopRefreshing()' from outside of its actor context are implicitly asynchronous
    public final func stopRefreshing() -> Void {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshComponent.swift:131:23: note: main actor isolation inferred from inheritance from class 'UIView'
    public final func stopRefreshing() -> Void {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:95:10: note: add '@MainActor' to make instance method 'removeRefreshHeader()' part of global actor 'MainActor'
    func removeRefreshHeader() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:96:19: warning: main actor-isolated property 'header' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        self.base.header?.stopRefreshing()
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:35:9: note: property declared here
    var header: ESRefreshHeaderView? {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:95:10: note: add '@MainActor' to make instance method 'removeRefreshHeader()' part of global actor 'MainActor'
    func removeRefreshHeader() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:97:27: warning: call to main actor-isolated instance method 'removeFromSuperview()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        self.base.header?.removeFromSuperview()
                          ^
UIKit.UIView.removeFromSuperview:2:22: note: calls to instance method 'removeFromSuperview()' from outside of its actor context are implicitly asynchronous
@MainActor open func removeFromSuperview()}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:95:10: note: add '@MainActor' to make instance method 'removeRefreshHeader()' part of global actor 'MainActor'
    func removeRefreshHeader() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:97:19: warning: main actor-isolated property 'header' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        self.base.header?.removeFromSuperview()
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:35:9: note: property declared here
    var header: ESRefreshHeaderView? {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:95:10: note: add '@MainActor' to make instance method 'removeRefreshHeader()' part of global actor 'MainActor'
    func removeRefreshHeader() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:98:19: warning: main actor-isolated property 'header' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        self.base.header = nil
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:35:9: note: mutation of this property is only permitted within the actor
    var header: ESRefreshHeaderView? {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:95:10: note: add '@MainActor' to make instance method 'removeRefreshHeader()' part of global actor 'MainActor'
    func removeRefreshHeader() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:102:27: warning: call to main actor-isolated instance method 'stopRefreshing()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        self.base.footer?.stopRefreshing()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshComponent.swift:131:23: note: calls to instance method 'stopRefreshing()' from outside of its actor context are implicitly asynchronous
    public final func stopRefreshing() -> Void {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshComponent.swift:131:23: note: main actor isolation inferred from inheritance from class 'UIView'
    public final func stopRefreshing() -> Void {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:101:10: note: add '@MainActor' to make instance method 'removeRefreshFooter()' part of global actor 'MainActor'
    func removeRefreshFooter() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:102:19: warning: main actor-isolated property 'footer' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        self.base.footer?.stopRefreshing()
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:41:9: note: property declared here
    var footer: ESRefreshFooterView? {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:101:10: note: add '@MainActor' to make instance method 'removeRefreshFooter()' part of global actor 'MainActor'
    func removeRefreshFooter() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:103:27: warning: call to main actor-isolated instance method 'removeFromSuperview()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        self.base.footer?.removeFromSuperview()
                          ^
UIKit.UIView.removeFromSuperview:2:22: note: calls to instance method 'removeFromSuperview()' from outside of its actor context are implicitly asynchronous
@MainActor open func removeFromSuperview()}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:101:10: note: add '@MainActor' to make instance method 'removeRefreshFooter()' part of global actor 'MainActor'
    func removeRefreshFooter() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:103:19: warning: main actor-isolated property 'footer' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        self.base.footer?.removeFromSuperview()
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:41:9: note: property declared here
    var footer: ESRefreshFooterView? {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:101:10: note: add '@MainActor' to make instance method 'removeRefreshFooter()' part of global actor 'MainActor'
    func removeRefreshFooter() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:104:19: warning: main actor-isolated property 'footer' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        self.base.footer = nil
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:41:9: note: mutation of this property is only permitted within the actor
    var footer: ESRefreshFooterView? {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:101:10: note: add '@MainActor' to make instance method 'removeRefreshFooter()' part of global actor 'MainActor'
    func removeRefreshFooter() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:116:22: warning: main actor-isolated property 'expired' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        if self.base.expired == true {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:160:9: note: property declared here
    var expired: Bool {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:115:10: note: add '@MainActor' to make instance method 'autoPullToRefresh()' part of global actor 'MainActor'
    func autoPullToRefresh() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:125:27: warning: call to main actor-isolated instance method 'stopRefreshing()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        self.base.header?.stopRefreshing()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshComponent.swift:131:23: note: calls to instance method 'stopRefreshing()' from outside of its actor context are implicitly asynchronous
    public final func stopRefreshing() -> Void {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshComponent.swift:131:23: note: main actor isolation inferred from inheritance from class 'UIView'
    public final func stopRefreshing() -> Void {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:124:10: note: add '@MainActor' to make instance method 'stopPullToRefresh(ignoreDate:ignoreFooter:)' part of global actor 'MainActor'
    func stopPullToRefresh(ignoreDate: Bool = false, ignoreFooter: Bool = false) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:125:19: warning: main actor-isolated property 'header' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        self.base.header?.stopRefreshing()
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:35:9: note: property declared here
    var header: ESRefreshHeaderView? {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:124:10: note: add '@MainActor' to make instance method 'stopPullToRefresh(ignoreDate:ignoreFooter:)' part of global actor 'MainActor'
    func stopPullToRefresh(ignoreDate: Bool = false, ignoreFooter: Bool = false) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:127:44: warning: main actor-isolated property 'refreshIdentifier' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            if let key = self.base.header?.refreshIdentifier {
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:203:14: note: property declared here
    open var refreshIdentifier: String?
             ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:124:10: note: add '@MainActor' to make instance method 'stopPullToRefresh(ignoreDate:ignoreFooter:)' part of global actor 'MainActor'
    func stopPullToRefresh(ignoreDate: Bool = false, ignoreFooter: Bool = false) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:127:36: warning: main actor-isolated property 'header' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            if let key = self.base.header?.refreshIdentifier {
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:35:9: note: property declared here
    var header: ESRefreshHeaderView? {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:124:10: note: add '@MainActor' to make instance method 'stopPullToRefresh(ignoreDate:ignoreFooter:)' part of global actor 'MainActor'
    func stopPullToRefresh(ignoreDate: Bool = false, ignoreFooter: Bool = false) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:130:31: warning: call to main actor-isolated instance method 'resetNoMoreData()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            self.base.footer?.resetNoMoreData()
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:491:15: note: calls to instance method 'resetNoMoreData()' from outside of its actor context are implicitly asynchronous
    open func resetNoMoreData() {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:491:15: note: main actor isolation inferred from inheritance from class 'ESRefreshComponent'
    open func resetNoMoreData() {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:124:10: note: add '@MainActor' to make instance method 'stopPullToRefresh(ignoreDate:ignoreFooter:)' part of global actor 'MainActor'
    func stopPullToRefresh(ignoreDate: Bool = false, ignoreFooter: Bool = false) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:130:23: warning: main actor-isolated property 'footer' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            self.base.footer?.resetNoMoreData()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:41:9: note: property declared here
    var footer: ESRefreshFooterView? {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:124:10: note: add '@MainActor' to make instance method 'stopPullToRefresh(ignoreDate:ignoreFooter:)' part of global actor 'MainActor'
    func stopPullToRefresh(ignoreDate: Bool = false, ignoreFooter: Bool = false) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:132:27: warning: main actor-isolated property 'isHidden' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        self.base.footer?.isHidden = ignoreFooter
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:350:23: note: mutation of this property is only permitted within the actor
    open override var isHidden: Bool {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:124:10: note: add '@MainActor' to make instance method 'stopPullToRefresh(ignoreDate:ignoreFooter:)' part of global actor 'MainActor'
    func stopPullToRefresh(ignoreDate: Bool = false, ignoreFooter: Bool = false) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:132:19: warning: main actor-isolated property 'footer' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        self.base.footer?.isHidden = ignoreFooter
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:41:9: note: property declared here
    var footer: ESRefreshFooterView? {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:124:10: note: add '@MainActor' to make instance method 'stopPullToRefresh(ignoreDate:ignoreFooter:)' part of global actor 'MainActor'
    func stopPullToRefresh(ignoreDate: Bool = false, ignoreFooter: Bool = false) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:137:27: warning: call to main actor-isolated instance method 'stopRefreshing()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        self.base.footer?.stopRefreshing()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshComponent.swift:131:23: note: calls to instance method 'stopRefreshing()' from outside of its actor context are implicitly asynchronous
    public final func stopRefreshing() -> Void {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshComponent.swift:131:23: note: main actor isolation inferred from inheritance from class 'UIView'
    public final func stopRefreshing() -> Void {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:136:11: note: add '@MainActor' to make instance method 'noticeNoMoreData()' part of global actor 'MainActor'
    func  noticeNoMoreData() {
          ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:137:19: warning: main actor-isolated property 'footer' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        self.base.footer?.stopRefreshing()
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:41:9: note: property declared here
    var footer: ESRefreshFooterView? {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:136:11: note: add '@MainActor' to make instance method 'noticeNoMoreData()' part of global actor 'MainActor'
    func  noticeNoMoreData() {
          ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:138:27: warning: main actor-isolated property 'noMoreData' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        self.base.footer?.noMoreData = true
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:342:14: note: mutation of this property is only permitted within the actor
    open var noMoreData = false {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:136:11: note: add '@MainActor' to make instance method 'noticeNoMoreData()' part of global actor 'MainActor'
    func  noticeNoMoreData() {
          ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:138:19: warning: main actor-isolated property 'footer' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        self.base.footer?.noMoreData = true
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:41:9: note: property declared here
    var footer: ESRefreshFooterView? {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:136:11: note: add '@MainActor' to make instance method 'noticeNoMoreData()' part of global actor 'MainActor'
    func  noticeNoMoreData() {
          ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:142:27: warning: main actor-isolated property 'noMoreData' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        self.base.footer?.noMoreData = false
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:342:14: note: mutation of this property is only permitted within the actor
    open var noMoreData = false {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:141:10: note: add '@MainActor' to make instance method 'resetNoMoreData()' part of global actor 'MainActor'
    func resetNoMoreData() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:142:19: warning: main actor-isolated property 'footer' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        self.base.footer?.noMoreData = false
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:41:9: note: property declared here
    var footer: ESRefreshFooterView? {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:141:10: note: add '@MainActor' to make instance method 'resetNoMoreData()' part of global actor 'MainActor'
    func resetNoMoreData() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:146:27: warning: call to main actor-isolated instance method 'stopRefreshing()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        self.base.footer?.stopRefreshing()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshComponent.swift:131:23: note: calls to instance method 'stopRefreshing()' from outside of its actor context are implicitly asynchronous
    public final func stopRefreshing() -> Void {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshComponent.swift:131:23: note: main actor isolation inferred from inheritance from class 'UIView'
    public final func stopRefreshing() -> Void {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:145:10: note: add '@MainActor' to make instance method 'stopLoadingMore()' part of global actor 'MainActor'
    func stopLoadingMore() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:146:19: warning: main actor-isolated property 'footer' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        self.base.footer?.stopRefreshing()
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:41:9: note: property declared here
    var footer: ESRefreshFooterView? {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:145:10: note: add '@MainActor' to make instance method 'stopLoadingMore()' part of global actor 'MainActor'
    func stopLoadingMore() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:52:22: warning: sending 'handler' risks causing data races; this is an error in the Swift 6 language mode
        let header = ESRefreshHeaderView(frame: CGRect.zero, handler: handler)
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:52:22: note: sending task-isolated 'handler' to main actor-isolated initializer 'init(frame:handler:)' risks causing data races between main actor-isolated and task-isolated uses
        let header = ESRefreshHeaderView(frame: CGRect.zero, handler: handler)
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:63:22: warning: sending 'handler' risks causing data races; this is an error in the Swift 6 language mode
        let header = ESRefreshHeaderView(frame: CGRect.zero, handler: handler, animator: animator)
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:63:22: note: sending task-isolated 'handler' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
        let header = ESRefreshHeaderView(frame: CGRect.zero, handler: handler, animator: animator)
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:63:22: warning: sending 'animator' risks causing data races; this is an error in the Swift 6 language mode
        let header = ESRefreshHeaderView(frame: CGRect.zero, handler: handler, animator: animator)
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:63:22: note: sending task-isolated 'animator' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
        let header = ESRefreshHeaderView(frame: CGRect.zero, handler: handler, animator: animator)
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:75:22: warning: sending 'handler' risks causing data races; this is an error in the Swift 6 language mode
        let footer = ESRefreshFooterView(frame: CGRect.zero, handler: handler)
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:75:22: note: sending task-isolated 'handler' to main actor-isolated initializer 'init(frame:handler:)' risks causing data races between main actor-isolated and task-isolated uses
        let footer = ESRefreshFooterView(frame: CGRect.zero, handler: handler)
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:86:22: warning: sending 'handler' risks causing data races; this is an error in the Swift 6 language mode
        let footer = ESRefreshFooterView(frame: CGRect.zero, handler: handler, animator: animator)
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:86:22: note: sending task-isolated 'handler' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
        let footer = ESRefreshFooterView(frame: CGRect.zero, handler: handler, animator: animator)
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:86:22: warning: sending 'animator' risks causing data races; this is an error in the Swift 6 language mode
        let footer = ESRefreshFooterView(frame: CGRect.zero, handler: handler, animator: animator)
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ESPullToRefresh.swift:86:22: note: sending task-isolated 'animator' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
        let footer = ESRefreshFooterView(frame: CGRect.zero, handler: handler, animator: animator)
                     ^
SwiftCompile normal arm64 Compiling\ ESRefreshComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/ESRefreshComponent.swift (in target 'ESPullToRefresh' from project 'ESPullToRefresh')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ESRefreshComponent.swift (in target 'ESPullToRefresh' from project 'ESPullToRefresh')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshComponent.swift:83:9: warning: call to main actor-isolated instance method 'removeObserver()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        removeObserver()
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshComponent.swift:181:22: note: calls to instance method 'removeObserver()' from outside of its actor context are implicitly asynchronous
    fileprivate func removeObserver() {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshComponent.swift:181:22: note: main actor isolation inferred from inheritance from class 'UIView'
    fileprivate func removeObserver() {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshComponent.swift:190:43: warning: main actor-isolated static property 'context' can not be used 'inout' from a nonisolated context; this is an error in the Swift 6 language mode
        if context == &ESRefreshComponent.context {
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshComponent.swift:162:28: note: mutation of this static property is only permitted within the actor
    fileprivate static var context = "ESRefreshKVOContext"
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshComponent.swift:191:19: warning: main actor-isolated property 'isUserInteractionEnabled' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            guard isUserInteractionEnabled == true && isHidden == false else {
                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:152:59: note: property declared here
@property(nonatomic,getter=isUserInteractionEnabled) BOOL userInteractionEnabled;  // default is YES. if set to NO, user events (touch, keys) are ignored and removed from the event queue.
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshComponent.swift:191:55: warning: main actor-isolated property 'isHidden' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
            guard isUserInteractionEnabled == true && isHidden == false else {
                                                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:307:56: note: property declared here
@property(nonatomic,getter=isHidden) BOOL              hidden;                     // default is NO. doesn't check superviews
                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshComponent.swift:194:46: warning: main actor-isolated static property 'contentSizeKeyPath' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            if keyPath == ESRefreshComponent.contentSizeKeyPath {
                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshComponent.swift:164:28: note: static property declared here
    fileprivate static let contentSizeKeyPath = "contentSize"
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshComponent.swift:195:20: warning: main actor-isolated property 'isIgnoreObserving' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                if isIgnoreObserving == false {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshComponent.swift:59:21: note: property declared here
    fileprivate var isIgnoreObserving = false
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshComponent.swift:196:21: warning: call to main actor-isolated instance method 'sizeChangeAction(object:change:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                    sizeChangeAction(object: object as AnyObject?, change: change)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshComponent.swift:149:17: note: calls to instance method 'sizeChangeAction(object:change:)' from outside of its actor context are implicitly asynchronous
    public func sizeChangeAction(object: AnyObject?, change: [NSKeyValueChangeKey : Any]?) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshComponent.swift:149:17: note: main actor isolation inferred from inheritance from class 'UIView'
    public func sizeChangeAction(object: AnyObject?, change: [NSKeyValueChangeKey : Any]?) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshComponent.swift:198:53: warning: main actor-isolated static property 'offsetKeyPath' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            } else if keyPath == ESRefreshComponent.offsetKeyPath {
                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshComponent.swift:163:28: note: static property declared here
    fileprivate static let offsetKeyPath = "contentOffset"
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshComponent.swift:199:20: warning: main actor-isolated property 'isIgnoreObserving' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                if isIgnoreObserving == false {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshComponent.swift:59:21: note: property declared here
    fileprivate var isIgnoreObserving = false
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshComponent.swift:200:21: warning: call to main actor-isolated instance method 'offsetChangeAction(object:change:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                    offsetChangeAction(object: object as AnyObject?, change: change)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshComponent.swift:154:17: note: calls to instance method 'offsetChangeAction(object:change:)' from outside of its actor context are implicitly asynchronous
    public func offsetChangeAction(object: AnyObject?, change: [NSKeyValueChangeKey : Any]?) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshComponent.swift:154:17: note: main actor isolation inferred from inheritance from class 'UIView'
    public func offsetChangeAction(object: AnyObject?, change: [NSKeyValueChangeKey : Any]?) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshComponent.swift:175:124: warning: forming 'UnsafeMutableRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
            scrollView.addObserver(self, forKeyPath: ESRefreshComponent.offsetKeyPath, options: [.initial, .new], context: &ESRefreshComponent.context)
                                                                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshComponent.swift:176:129: warning: forming 'UnsafeMutableRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
            scrollView.addObserver(self, forKeyPath: ESRefreshComponent.contentSizeKeyPath, options: [.initial, .new], context: &ESRefreshComponent.context)
                                                                                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshComponent.swift:183:100: warning: forming 'UnsafeMutableRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
            scrollView.removeObserver(self, forKeyPath: ESRefreshComponent.offsetKeyPath, context: &ESRefreshComponent.context)
                                                                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshComponent.swift:184:105: warning: forming 'UnsafeMutableRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
            scrollView.removeObserver(self, forKeyPath: ESRefreshComponent.contentSizeKeyPath, context: &ESRefreshComponent.context)
                                                                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshComponent.swift:190:23: warning: forming 'UnsafeMutableRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        if context == &ESRefreshComponent.context {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshComponent.swift:196:21: warning: sending value of non-Sendable type 'AnyObject?' risks causing data races; this is an error in the Swift 6 language mode
                    sizeChangeAction(object: object as AnyObject?, change: change)
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshComponent.swift:196:21: note: sending task-isolated value of non-Sendable type 'AnyObject?' to main actor-isolated instance method 'sizeChangeAction(object:change:)' risks causing races in between task-isolated and main actor-isolated uses
                    sizeChangeAction(object: object as AnyObject?, change: change)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshComponent.swift:196:21: warning: sending 'change' risks causing data races; this is an error in the Swift 6 language mode
                    sizeChangeAction(object: object as AnyObject?, change: change)
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshComponent.swift:196:21: note: sending task-isolated 'change' to main actor-isolated instance method 'sizeChangeAction(object:change:)' risks causing data races between main actor-isolated and task-isolated uses
                    sizeChangeAction(object: object as AnyObject?, change: change)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshComponent.swift:200:21: warning: sending value of non-Sendable type 'AnyObject?' risks causing data races; this is an error in the Swift 6 language mode
                    offsetChangeAction(object: object as AnyObject?, change: change)
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshComponent.swift:200:21: note: sending task-isolated value of non-Sendable type 'AnyObject?' to main actor-isolated instance method 'offsetChangeAction(object:change:)' risks causing races in between task-isolated and main actor-isolated uses
                    offsetChangeAction(object: object as AnyObject?, change: change)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshComponent.swift:200:21: warning: sending 'change' risks causing data races; this is an error in the Swift 6 language mode
                    offsetChangeAction(object: object as AnyObject?, change: change)
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshComponent.swift:200:21: note: sending task-isolated 'change' to main actor-isolated instance method 'offsetChangeAction(object:change:)' risks causing data races between main actor-isolated and task-isolated uses
                    offsetChangeAction(object: object as AnyObject?, change: change)
                    ^
SwiftCompile normal arm64 Compiling\ ESRefreshAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/ESRefreshAnimator.swift (in target 'ESPullToRefresh' from project 'ESPullToRefresh')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ESRefreshAnimator.swift (in target 'ESPullToRefresh' from project 'ESPullToRefresh')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ESRefreshAnimator.swift:42:16: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        view = UIView()
               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/objc/NSObject.h:66:1: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
- (instancetype)init
^
SwiftDriverJobDiscovery normal arm64 Emitting module for ESPullToRefresh (in target 'ESPullToRefresh' from project 'ESPullToRefresh')
SwiftDriver\ Compilation\ Requirements ESPullToRefresh normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ESPullToRefresh' from project 'ESPullToRefresh')
    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 ESPullToRefresh -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/Objects-normal/arm64/ESPullToRefresh.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-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/Objects-normal/arm64/ESPullToRefresh-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/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/Objects-normal/arm64/ESPullToRefresh.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/Objects-normal/arm64/ESPullToRefresh_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/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.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/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/Objects-normal/arm64/ESPullToRefresh-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/ESPullToRefresh-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/Objects-normal/arm64/ESPullToRefresh-Swift.h (in target 'ESPullToRefresh' from project 'ESPullToRefresh')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/Objects-normal/arm64/ESPullToRefresh-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/ESPullToRefresh-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ESPullToRefresh.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/Objects-normal/arm64/ESPullToRefresh.swiftmodule (in target 'ESPullToRefresh' from project 'ESPullToRefresh')
    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/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/Objects-normal/arm64/ESPullToRefresh.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ESPullToRefresh.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ESPullToRefresh.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/Objects-normal/arm64/ESPullToRefresh.swiftdoc (in target 'ESPullToRefresh' from project 'ESPullToRefresh')
    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/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/Objects-normal/arm64/ESPullToRefresh.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ESPullToRefresh.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ESPullToRefresh.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/Objects-normal/arm64/ESPullToRefresh.abi.json (in target 'ESPullToRefresh' from project 'ESPullToRefresh')
    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/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/Objects-normal/arm64/ESPullToRefresh.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ESPullToRefresh.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ESPullToRefresh.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/Objects-normal/arm64/ESPullToRefresh.swiftsourceinfo (in target 'ESPullToRefresh' from project 'ESPullToRefresh')
    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/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/Objects-normal/arm64/ESPullToRefresh.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ESPullToRefresh.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling ESPullToRefresh+Manager.swift (in target 'ESPullToRefresh' from project 'ESPullToRefresh')
SwiftDriverJobDiscovery normal arm64 Compiling ESRefreshAnimator.swift (in target 'ESPullToRefresh' from project 'ESPullToRefresh')
SwiftDriverJobDiscovery normal arm64 Compiling ES.swift (in target 'ESPullToRefresh' from project 'ESPullToRefresh')
SwiftDriverJobDiscovery normal arm64 Compiling ESRefreshProtocol.swift (in target 'ESPullToRefresh' from project 'ESPullToRefresh')
SwiftDriverJobDiscovery normal arm64 Compiling ESRefreshFooterAnimator.swift (in target 'ESPullToRefresh' from project 'ESPullToRefresh')
SwiftDriverJobDiscovery normal arm64 Compiling ESRefreshComponent.swift (in target 'ESPullToRefresh' from project 'ESPullToRefresh')
SwiftDriverJobDiscovery normal arm64 Compiling ESRefreshHeaderAnimator.swift (in target 'ESPullToRefresh' from project 'ESPullToRefresh')
SwiftDriverJobDiscovery normal arm64 Compiling ESPullToRefresh.swift (in target 'ESPullToRefresh' from project 'ESPullToRefresh')
SwiftDriver\ Compilation ESPullToRefresh normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ESPullToRefresh' from project 'ESPullToRefresh')
    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 ESPullToRefresh -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/Objects-normal/arm64/ESPullToRefresh.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-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/Objects-normal/arm64/ESPullToRefresh-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/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/Objects-normal/arm64/ESPullToRefresh.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/Objects-normal/arm64/ESPullToRefresh_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/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.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/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/Objects-normal/arm64/ESPullToRefresh-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/ESPullToRefresh.o normal (in target 'ESPullToRefresh' from project 'ESPullToRefresh')
    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-ios12.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/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/Objects-normal/arm64/ESPullToRefresh.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/Objects-normal/arm64/ESPullToRefresh_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/Objects-normal/arm64/ESPullToRefresh_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/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/Objects-normal/arm64/ESPullToRefresh.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ESPullToRefresh.o
ExtractAppIntentsMetadata (in target 'ESPullToRefresh' from project 'ESPullToRefresh')
    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 ESPullToRefresh --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 12.0 --bundle-identifier spi-builder-workspace.ESPullToRefresh --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ESPullToRefresh.appintents --target-triple arm64-apple-ios12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ESPullToRefresh.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/Objects-normal/arm64/ESPullToRefresh_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/Objects-normal/arm64/ESPullToRefresh.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/ESPullToRefresh.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/ESPullToRefresh.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ESPullToRefresh.build/Debug-iphoneos/ESPullToRefresh.build/Objects-normal/arm64/ESPullToRefresh.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-25 17:52:20.606 appintentsmetadataprocessor[714:4024] Starting appintentsmetadataprocessor export
2025-04-25 17:52:20.648 appintentsmetadataprocessor[714:4024] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ESPullToRefresh.o (in target 'ESPullToRefresh' from project 'ESPullToRefresh')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ESPullToRefresh.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ESPullToRefresh",
  "name" : "ESPullToRefresh",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "ESPullToRefresh",
      "targets" : [
        "ESPullToRefresh"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ESPullToRefresh",
      "module_type" : "SwiftTarget",
      "name" : "ESPullToRefresh",
      "path" : "Sources",
      "product_memberships" : [
        "ESPullToRefresh"
      ],
      "sources" : [
        "Animator/ESRefreshFooterAnimator.swift",
        "Animator/ESRefreshHeaderAnimator.swift",
        "ES.swift",
        "ESPullToRefresh+Manager.swift",
        "ESPullToRefresh.swift",
        "ESRefreshAnimator.swift",
        "ESRefreshComponent.swift",
        "ESRefreshProtocol.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.