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 AHDownloadButton, reference master (5ea4c1), with Swift 6.1 for iOS using Xcode 16.3 on 26 Apr 2025 12:58:49 UTC.

Swift 6 data race errors: 5

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AHDownloadButton -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/amerhukic/AHDownloadButton.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/amerhukic/AHDownloadButton
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 5ea4c1d Update README to include SPM support
Cloned https://github.com/amerhukic/AHDownloadButton.git
Revision (git rev-parse @):
5ea4c1d39d7931201dac0b08eaadb1a5904e27be
SUCCESS checkout https://github.com/amerhukic/AHDownloadButton.git at master
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/amerhukic/AHDownloadButton.git
https://github.com/amerhukic/AHDownloadButton.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AHDownloadButton",
  "name" : "AHDownloadButton",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "AHDownloadButton",
      "targets" : [
        "AHDownloadButton"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "AHDownloadButton",
      "module_type" : "SwiftTarget",
      "name" : "AHDownloadButton",
      "path" : "Sources/AHDownloadButton",
      "product_memberships" : [
        "AHDownloadButton"
      ],
      "sources" : [
        "Classes/AHDownloadButton+StateTransitionAnimation.swift",
        "Classes/AHDownloadButton.swift",
        "Classes/CircleView.swift",
        "Classes/Color.swift",
        "Classes/HighlightableRoundedButton.swift",
        "Classes/ProgressButton.swift",
        "Classes/ProgressCircleView.swift",
        "Classes/UIButton+TitleWidth.swift",
        "Classes/UIView+Constraint.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:
  AHDownloadButton: /Users/admin/builder/spi-builder-workspace
resolved source packages: AHDownloadButton
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AHDownloadButton",
  "name" : "AHDownloadButton",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "AHDownloadButton",
      "targets" : [
        "AHDownloadButton"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "AHDownloadButton",
      "module_type" : "SwiftTarget",
      "name" : "AHDownloadButton",
      "path" : "Sources/AHDownloadButton",
      "product_memberships" : [
        "AHDownloadButton"
      ],
      "sources" : [
        "Classes/AHDownloadButton+StateTransitionAnimation.swift",
        "Classes/AHDownloadButton.swift",
        "Classes/CircleView.swift",
        "Classes/Color.swift",
        "Classes/HighlightableRoundedButton.swift",
        "Classes/ProgressButton.swift",
        "Classes/ProgressCircleView.swift",
        "Classes/UIButton+TitleWidth.swift",
        "Classes/UIView+Constraint.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "AHDownloadButton"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AHDownloadButton -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 AHDownloadButton -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:
  AHDownloadButton: /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 'AHDownloadButton' in project 'AHDownloadButton'
        ➜ Explicit dependency on target 'AHDownloadButton' in project 'AHDownloadButton'
    Target 'AHDownloadButton' in project 'AHDownloadButton' (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: 34fd9b4963c6a90d55e6f2619df0277d
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/34fd9b4963c6a90d55e6f2619df0277d.xcbuilddata
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/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/AHDownloadButton.DependencyStaticMetadataFileList (in target 'AHDownloadButton' from project 'AHDownloadButton')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/AHDownloadButton.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/AHDownloadButton.DependencyMetadataFileList (in target 'AHDownloadButton' from project 'AHDownloadButton')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/AHDownloadButton.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/AHDownloadButton.modulemap (in target 'AHDownloadButton' from project 'AHDownloadButton')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/AHDownloadButton.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/Objects-normal/arm64/AHDownloadButton_const_extract_protocols.json (in target 'AHDownloadButton' from project 'AHDownloadButton')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/Objects-normal/arm64/AHDownloadButton_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/Objects-normal/arm64/AHDownloadButton.LinkFileList (in target 'AHDownloadButton' from project 'AHDownloadButton')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/Objects-normal/arm64/AHDownloadButton.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/Objects-normal/arm64/AHDownloadButton-OutputFileMap.json (in target 'AHDownloadButton' from project 'AHDownloadButton')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/Objects-normal/arm64/AHDownloadButton-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/Objects-normal/arm64/AHDownloadButton.SwiftFileList (in target 'AHDownloadButton' from project 'AHDownloadButton')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/Objects-normal/arm64/AHDownloadButton.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/Objects-normal/arm64/AHDownloadButton.SwiftConstValuesFileList (in target 'AHDownloadButton' from project 'AHDownloadButton')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/Objects-normal/arm64/AHDownloadButton.SwiftConstValuesFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/AHDownloadButton.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/AHDownloadButton.modulemap (in target 'AHDownloadButton' from project 'AHDownloadButton')
    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/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/AHDownloadButton.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
SwiftDriver AHDownloadButton normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AHDownloadButton' from project 'AHDownloadButton')
    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 AHDownloadButton -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/Objects-normal/arm64/AHDownloadButton.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/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/Objects-normal/arm64/AHDownloadButton-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/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/Objects-normal/arm64/AHDownloadButton.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/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/Objects-normal/arm64/AHDownloadButton_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/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.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/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/Objects-normal/arm64/AHDownloadButton-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ ProgressCircleView.swift /Users/admin/builder/spi-builder-workspace/Sources/AHDownloadButton/Classes/ProgressCircleView.swift (in target 'AHDownloadButton' from project 'AHDownloadButton')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AHDownloadButton/Classes/ProgressCircleView.swift (in target 'AHDownloadButton' from project 'AHDownloadButton')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/AHDownloadButton/Classes/ProgressCircleView.swift:82:10: warning: main actor-isolated instance method 'animationDidStop(_:finished:)' cannot be used to satisfy nonisolated requirement from protocol 'CAAnimationDelegate'; this is an error in the Swift 6 language mode
    func animationDidStop(_ anim: CAAnimation, finished flag: Bool) {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/AHDownloadButton/Classes/ProgressCircleView.swift:82:10: note: add 'nonisolated' to 'animationDidStop(_:finished:)' to make this instance method not isolated to the actor
    func animationDidStop(_ anim: CAAnimation, finished flag: Bool) {
         ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/AHDownloadButton/Classes/ProgressCircleView.swift:81:31: note: add '@preconcurrency' to the 'CAAnimationDelegate' conformance to defer isolation checking to run time
extension ProgressCircleView: CAAnimationDelegate {
                              ^
                              @preconcurrency
SwiftEmitModule normal arm64 Emitting\ module\ for\ AHDownloadButton (in target 'AHDownloadButton' from project 'AHDownloadButton')
EmitSwiftModule normal arm64 (in target 'AHDownloadButton' from project 'AHDownloadButton')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/AHDownloadButton/Classes/AHDownloadButton.swift:203:20: warning: capture of 'oldValue' with non-sendable type 'AHDownloadButton.State' in a '@Sendable' closure
                if oldValue == .downloading && currentState == .downloaded && self.downloadingButton.progress == 1 {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/AHDownloadButton/Classes/AHDownloadButton.swift:26:17: note: consider making enum 'State' conform to the 'Sendable' protocol
    public enum State {
                ^
                      : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/AHDownloadButton/Classes/AHDownloadButton.swift:203:48: warning: capture of 'currentState' with non-sendable type 'AHDownloadButton.State' in a '@Sendable' closure
                if oldValue == .downloading && currentState == .downloaded && self.downloadingButton.progress == 1 {
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/AHDownloadButton/Classes/AHDownloadButton.swift:26:17: note: consider making enum 'State' conform to the 'Sendable' protocol
    public enum State {
                ^
                      : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/AHDownloadButton/Classes/AHDownloadButton.swift:203:48: warning: implicit capture of 'currentState' requires that 'AHDownloadButton.State' conforms to 'Sendable'; this is an error in the Swift 6 language mode
                if oldValue == .downloading && currentState == .downloaded && self.downloadingButton.progress == 1 {
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/AHDownloadButton/Classes/AHDownloadButton.swift:26:17: note: consider making enum 'State' conform to the 'Sendable' protocol
    public enum State {
                ^
                      : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/AHDownloadButton/Classes/AHDownloadButton.swift:203:102: warning: main actor-isolated property 'progress' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
                if oldValue == .downloading && currentState == .downloaded && self.downloadingButton.progress == 1 {
                                                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/AHDownloadButton/Classes/ProgressButton.swift:79:9: note: property declared here
    var progress: CGFloat = 0 {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/AHDownloadButton/Classes/AHDownloadButton.swift:204:71: warning: main actor-isolated property 'progressAnimationDuration' can not be referenced from a Sendable closure; this is an error in the Swift 6 language mode
                    delay = self.downloadingButton.progressCircleView.progressAnimationDuration
                                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AHDownloadButton/Classes/ProgressCircleView.swift:24:9: note: property declared here
    var progressAnimationDuration: TimeInterval = 0.3
        ^
/Users/admin/builder/spi-builder-workspace/Sources/AHDownloadButton/Classes/AHDownloadButton.swift:204:52: warning: main actor-isolated property 'progressCircleView' can not be referenced from a Sendable closure; this is an error in the Swift 6 language mode
                    delay = self.downloadingButton.progressCircleView.progressAnimationDuration
                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/AHDownloadButton/Classes/ProgressButton.swift:36:14: note: property declared here
    lazy var progressCircleView: ProgressCircleView = {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/AHDownloadButton/Classes/AHDownloadButton.swift:229:26: warning: 'self' refers to the method 'AHDownloadButton.self', which may be unexpected
        button.addTarget(self, action: #selector(currentButtonTapped), for: .touchUpInside)
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/AHDownloadButton/Classes/AHDownloadButton.swift:229:26: note: use 'AHDownloadButton.self' to silence this warning
        button.addTarget(self, action: #selector(currentButtonTapped), for: .touchUpInside)
                         ^
                         AHDownloadButton.
/Users/admin/builder/spi-builder-workspace/Sources/AHDownloadButton/Classes/AHDownloadButton.swift:241:26: warning: 'self' refers to the method 'AHDownloadButton.self', which may be unexpected
        button.addTarget(self, action: #selector(currentButtonTapped), for: .touchUpInside)
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/AHDownloadButton/Classes/AHDownloadButton.swift:241:26: note: use 'AHDownloadButton.self' to silence this warning
        button.addTarget(self, action: #selector(currentButtonTapped), for: .touchUpInside)
                         ^
                         AHDownloadButton.
/Users/admin/builder/spi-builder-workspace/Sources/AHDownloadButton/Classes/AHDownloadButton.swift:247:26: warning: 'self' refers to the method 'AHDownloadButton.self', which may be unexpected
        button.addTarget(self, action: #selector(currentButtonTapped), for: .touchUpInside)
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/AHDownloadButton/Classes/AHDownloadButton.swift:247:26: note: use 'AHDownloadButton.self' to silence this warning
        button.addTarget(self, action: #selector(currentButtonTapped), for: .touchUpInside)
                         ^
                         AHDownloadButton.
/Users/admin/builder/spi-builder-workspace/Sources/AHDownloadButton/Classes/ProgressCircleView.swift:82:10: warning: main actor-isolated instance method 'animationDidStop(_:finished:)' cannot be used to satisfy nonisolated requirement from protocol 'CAAnimationDelegate'; this is an error in the Swift 6 language mode
    func animationDidStop(_ anim: CAAnimation, finished flag: Bool) {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/AHDownloadButton/Classes/ProgressCircleView.swift:82:10: note: add 'nonisolated' to 'animationDidStop(_:finished:)' to make this instance method not isolated to the actor
    func animationDidStop(_ anim: CAAnimation, finished flag: Bool) {
         ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/AHDownloadButton/Classes/ProgressCircleView.swift:81:31: note: add '@preconcurrency' to the 'CAAnimationDelegate' conformance to defer isolation checking to run time
extension ProgressCircleView: CAAnimationDelegate {
                              ^
                              @preconcurrency
SwiftCompile normal arm64 Compiling\ Color.swift /Users/admin/builder/spi-builder-workspace/Sources/AHDownloadButton/Classes/Color.swift (in target 'AHDownloadButton' from project 'AHDownloadButton')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AHDownloadButton/Classes/Color.swift (in target 'AHDownloadButton' from project 'AHDownloadButton')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ UIView+Constraint.swift /Users/admin/builder/spi-builder-workspace/Sources/AHDownloadButton/Classes/UIView+Constraint.swift (in target 'AHDownloadButton' from project 'AHDownloadButton')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AHDownloadButton/Classes/UIView+Constraint.swift (in target 'AHDownloadButton' from project 'AHDownloadButton')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ UIButton+TitleWidth.swift /Users/admin/builder/spi-builder-workspace/Sources/AHDownloadButton/Classes/UIButton+TitleWidth.swift (in target 'AHDownloadButton' from project 'AHDownloadButton')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AHDownloadButton/Classes/UIButton+TitleWidth.swift (in target 'AHDownloadButton' from project 'AHDownloadButton')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

/Users/admin/builder/spi-builder-workspace/Sources/AHDownloadButton/Classes/AHDownloadButton.swift:203:20: warning: capture of 'oldValue' with non-sendable type 'AHDownloadButton.State' in a '@Sendable' closure
                if oldValue == .downloading && currentState == .downloaded && self.downloadingButton.progress == 1 {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/AHDownloadButton/Classes/AHDownloadButton.swift:26:17: note: consider making enum 'State' conform to the 'Sendable' protocol
    public enum State {
                ^
                      : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/AHDownloadButton/Classes/AHDownloadButton.swift:203:48: warning: capture of 'currentState' with non-sendable type 'AHDownloadButton.State' in a '@Sendable' closure
                if oldValue == .downloading && currentState == .downloaded && self.downloadingButton.progress == 1 {
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/AHDownloadButton/Classes/AHDownloadButton.swift:26:17: note: consider making enum 'State' conform to the 'Sendable' protocol
    public enum State {
                ^
                      : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/AHDownloadButton/Classes/AHDownloadButton.swift:203:48: warning: implicit capture of 'currentState' requires that 'AHDownloadButton.State' conforms to 'Sendable'; this is an error in the Swift 6 language mode
                if oldValue == .downloading && currentState == .downloaded && self.downloadingButton.progress == 1 {
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/AHDownloadButton/Classes/AHDownloadButton.swift:26:17: note: consider making enum 'State' conform to the 'Sendable' protocol
    public enum State {
                ^
                      : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/AHDownloadButton/Classes/AHDownloadButton.swift:203:102: warning: main actor-isolated property 'progress' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
                if oldValue == .downloading && currentState == .downloaded && self.downloadingButton.progress == 1 {
                                                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/AHDownloadButton/Classes/ProgressButton.swift:79:9: note: property declared here
    var progress: CGFloat = 0 {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/AHDownloadButton/Classes/AHDownloadButton.swift:204:71: warning: main actor-isolated property 'progressAnimationDuration' can not be referenced from a Sendable closure; this is an error in the Swift 6 language mode
                    delay = self.downloadingButton.progressCircleView.progressAnimationDuration
                                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AHDownloadButton/Classes/ProgressCircleView.swift:24:9: note: property declared here
    var progressAnimationDuration: TimeInterval = 0.3
        ^
/Users/admin/builder/spi-builder-workspace/Sources/AHDownloadButton/Classes/AHDownloadButton.swift:204:52: warning: main actor-isolated property 'progressCircleView' can not be referenced from a Sendable closure; this is an error in the Swift 6 language mode
                    delay = self.downloadingButton.progressCircleView.progressAnimationDuration
                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/AHDownloadButton/Classes/ProgressButton.swift:36:14: note: property declared here
    lazy var progressCircleView: ProgressCircleView = {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/AHDownloadButton/Classes/AHDownloadButton.swift:229:26: warning: 'self' refers to the method 'AHDownloadButton.self', which may be unexpected
        button.addTarget(self, action: #selector(currentButtonTapped), for: .touchUpInside)
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/AHDownloadButton/Classes/AHDownloadButton.swift:229:26: note: use 'AHDownloadButton.self' to silence this warning
        button.addTarget(self, action: #selector(currentButtonTapped), for: .touchUpInside)
                         ^
                         AHDownloadButton.
/Users/admin/builder/spi-builder-workspace/Sources/AHDownloadButton/Classes/AHDownloadButton.swift:241:26: warning: 'self' refers to the method 'AHDownloadButton.self', which may be unexpected
        button.addTarget(self, action: #selector(currentButtonTapped), for: .touchUpInside)
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/AHDownloadButton/Classes/AHDownloadButton.swift:241:26: note: use 'AHDownloadButton.self' to silence this warning
        button.addTarget(self, action: #selector(currentButtonTapped), for: .touchUpInside)
                         ^
                         AHDownloadButton.
/Users/admin/builder/spi-builder-workspace/Sources/AHDownloadButton/Classes/AHDownloadButton.swift:247:26: warning: 'self' refers to the method 'AHDownloadButton.self', which may be unexpected
        button.addTarget(self, action: #selector(currentButtonTapped), for: .touchUpInside)
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/AHDownloadButton/Classes/AHDownloadButton.swift:247:26: note: use 'AHDownloadButton.self' to silence this warning
        button.addTarget(self, action: #selector(currentButtonTapped), for: .touchUpInside)
                         ^
                         AHDownloadButton.
SwiftCompile normal arm64 Compiling\ CircleView.swift /Users/admin/builder/spi-builder-workspace/Sources/AHDownloadButton/Classes/CircleView.swift (in target 'AHDownloadButton' from project 'AHDownloadButton')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AHDownloadButton/Classes/CircleView.swift (in target 'AHDownloadButton' from project 'AHDownloadButton')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for AHDownloadButton (in target 'AHDownloadButton' from project 'AHDownloadButton')
SwiftDriver\ Compilation\ Requirements AHDownloadButton normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AHDownloadButton' from project 'AHDownloadButton')
    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 AHDownloadButton -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/Objects-normal/arm64/AHDownloadButton.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/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/Objects-normal/arm64/AHDownloadButton-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/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/Objects-normal/arm64/AHDownloadButton.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/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/Objects-normal/arm64/AHDownloadButton_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/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.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/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/Objects-normal/arm64/AHDownloadButton-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/AHDownloadButton-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/Objects-normal/arm64/AHDownloadButton-Swift.h (in target 'AHDownloadButton' from project 'AHDownloadButton')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/Objects-normal/arm64/AHDownloadButton-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/AHDownloadButton-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AHDownloadButton.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/Objects-normal/arm64/AHDownloadButton.swiftmodule (in target 'AHDownloadButton' from project 'AHDownloadButton')
    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/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/Objects-normal/arm64/AHDownloadButton.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AHDownloadButton.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AHDownloadButton.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/Objects-normal/arm64/AHDownloadButton.swiftdoc (in target 'AHDownloadButton' from project 'AHDownloadButton')
    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/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/Objects-normal/arm64/AHDownloadButton.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AHDownloadButton.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AHDownloadButton.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/Objects-normal/arm64/AHDownloadButton.abi.json (in target 'AHDownloadButton' from project 'AHDownloadButton')
    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/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/Objects-normal/arm64/AHDownloadButton.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AHDownloadButton.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AHDownloadButton.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/Objects-normal/arm64/AHDownloadButton.swiftsourceinfo (in target 'AHDownloadButton' from project 'AHDownloadButton')
    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/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/Objects-normal/arm64/AHDownloadButton.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AHDownloadButton.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling UIButton+TitleWidth.swift (in target 'AHDownloadButton' from project 'AHDownloadButton')
SwiftDriverJobDiscovery normal arm64 Compiling HighlightableRoundedButton.swift (in target 'AHDownloadButton' from project 'AHDownloadButton')
SwiftDriverJobDiscovery normal arm64 Compiling Color.swift (in target 'AHDownloadButton' from project 'AHDownloadButton')
SwiftDriverJobDiscovery normal arm64 Compiling UIView+Constraint.swift (in target 'AHDownloadButton' from project 'AHDownloadButton')
SwiftDriverJobDiscovery normal arm64 Compiling AHDownloadButton+StateTransitionAnimation.swift (in target 'AHDownloadButton' from project 'AHDownloadButton')
SwiftDriverJobDiscovery normal arm64 Compiling ProgressButton.swift (in target 'AHDownloadButton' from project 'AHDownloadButton')
SwiftDriverJobDiscovery normal arm64 Compiling CircleView.swift (in target 'AHDownloadButton' from project 'AHDownloadButton')
SwiftDriverJobDiscovery normal arm64 Compiling ProgressCircleView.swift (in target 'AHDownloadButton' from project 'AHDownloadButton')
SwiftDriverJobDiscovery normal arm64 Compiling AHDownloadButton.swift (in target 'AHDownloadButton' from project 'AHDownloadButton')
SwiftDriver\ Compilation AHDownloadButton normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AHDownloadButton' from project 'AHDownloadButton')
    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 AHDownloadButton -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/Objects-normal/arm64/AHDownloadButton.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/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/Objects-normal/arm64/AHDownloadButton-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/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/Objects-normal/arm64/AHDownloadButton.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/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/Objects-normal/arm64/AHDownloadButton_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/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.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/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/Objects-normal/arm64/AHDownloadButton-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/AHDownloadButton.o normal (in target 'AHDownloadButton' from project 'AHDownloadButton')
    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/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/Objects-normal/arm64/AHDownloadButton.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/Objects-normal/arm64/AHDownloadButton_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/Objects-normal/arm64/AHDownloadButton_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/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/Objects-normal/arm64/AHDownloadButton.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AHDownloadButton.o
ExtractAppIntentsMetadata (in target 'AHDownloadButton' from project 'AHDownloadButton')
    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 AHDownloadButton --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.AHDownloadButton --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AHDownloadButton.appintents --target-triple arm64-apple-ios12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AHDownloadButton.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/Objects-normal/arm64/AHDownloadButton_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/Objects-normal/arm64/AHDownloadButton.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/AHDownloadButton.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/AHDownloadButton.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AHDownloadButton.build/Debug-iphoneos/AHDownloadButton.build/Objects-normal/arm64/AHDownloadButton.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-26 05:58:48.638 appintentsmetadataprocessor[718:4056] Starting appintentsmetadataprocessor export
2025-04-26 05:58:48.677 appintentsmetadataprocessor[718:4056] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AHDownloadButton.o (in target 'AHDownloadButton' from project 'AHDownloadButton')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AHDownloadButton.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AHDownloadButton",
  "name" : "AHDownloadButton",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "AHDownloadButton",
      "targets" : [
        "AHDownloadButton"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "AHDownloadButton",
      "module_type" : "SwiftTarget",
      "name" : "AHDownloadButton",
      "path" : "Sources/AHDownloadButton",
      "product_memberships" : [
        "AHDownloadButton"
      ],
      "sources" : [
        "Classes/AHDownloadButton+StateTransitionAnimation.swift",
        "Classes/AHDownloadButton.swift",
        "Classes/CircleView.swift",
        "Classes/Color.swift",
        "Classes/HighlightableRoundedButton.swift",
        "Classes/ProgressButton.swift",
        "Classes/ProgressCircleView.swift",
        "Classes/UIButton+TitleWidth.swift",
        "Classes/UIView+Constraint.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.