The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Hero, reference 1.6.4 (670b81), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 16:06:29 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/HeroTransitions/Hero.git
Reference: 1.6.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/HeroTransitions/Hero
 * tag               1.6.4      -> FETCH_HEAD
HEAD is now at 670b81e Merge branch 'release/1.6.4'
Cloned https://github.com/HeroTransitions/Hero.git
Revision (git rev-parse @):
670b81ed3d95f7183bbc009d0ec67c71506557b5
SUCCESS checkout https://github.com/HeroTransitions/Hero.git at 1.6.4
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "hero",
      "name": "Hero",
      "url": "https://github.com/HeroTransitions/Hero.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Hero",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/HeroTransitions/Hero.git
[1/7099] Fetching hero
Fetched https://github.com/HeroTransitions/Hero.git from cache (2.79s)
Creating working copy for https://github.com/HeroTransitions/Hero.git
Working copy of https://github.com/HeroTransitions/Hero.git resolved at 1.6.4 (670b81e)
warning: '.resolve-product-dependencies': dependency 'hero' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/HeroTransitions/Hero.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/48] Emitting module Hero
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:150:1: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
148 | }
149 |
150 | extension CATransform3D: Equatable {
    | |- warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
151 |   public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
152 |     var lhs = lhs
[4/52] Compiling Hero BasePreprocessor.swift
[5/52] Compiling Hero CascadePreprocessor.swift
[6/52] Compiling Hero ConditionalPreprocessor.swift
[7/52] Compiling Hero DefaultAnimationPreprocessor.swift
[8/52] Compiling Hero IgnoreSubviewModifiersPreprocessor.swift
[9/52] Compiling Hero HeroAnimatorViewContext.swift
[10/52] Compiling Hero HeroCoreAnimationViewContext.swift
[11/52] Compiling Hero HeroDefaultAnimator.swift
[12/52] Compiling Hero HeroViewPropertyViewContext.swift
[13/52] Compiling Hero HeroDebugPlugin.swift
[14/52] Compiling Hero HeroTransition+Complete.swift
[15/52] Compiling Hero HeroTransition+CustomTransition.swift
[16/52] Compiling Hero HeroTransition+Interactive.swift
[17/52] Compiling Hero HeroTransition+Start.swift
[18/52] Compiling Hero HeroTransition+UINavigationControllerDelegate.swift
[19/52] Compiling Hero HeroTransition+UITabBarControllerDelegate.swift
[20/52] Compiling Hero HeroTransition+UIViewControllerTransitioningDelegate.swift
[21/52] Compiling Hero HeroTransition.swift
[22/52] Compiling Hero HeroTransitionState.swift
[23/52] Compiling Hero MatchPreprocessor.swift
[24/52] Compiling Hero SourcePreprocessor.swift
[25/52] Compiling Hero SwiftSupport.swift
[26/52] Compiling Hero HeroProgressRunner.swift
[27/52] Compiling Hero HeroTransition+Animate.swift
[28/52] Compiling Hero DispatchQueue+Hero.swift
[29/52] Compiling Hero Locale+Hero.swift
[30/52] Compiling Hero UIColor+HexString.swift
[31/52] Compiling Hero UIKit+Hero.swift
[32/52] Compiling Hero UIView+Hero.swift
[33/52] Compiling Hero UIViewController+Hero.swift
[34/52] Compiling Hero HeroCompatible.swift
[35/52] Compiling Hero HeroContext.swift
[36/52] Compiling Hero HeroModifier+Advanced.swift
[37/52] Compiling Hero HeroModifier+HeroStringConvertible.swift
[38/52] Compiling Hero HeroModifier.swift
[39/52] Compiling Hero HeroPlugin.swift
[40/52] Compiling Hero HeroTargetState.swift
[41/52] Compiling Hero HeroTypes.swift
[42/52] Compiling Hero HeroViewControllerDelegate.swift
[43/52] Compiling Hero HeroStringConvertible.swift
[44/52] Compiling Hero Lexer.swift
[45/52] Compiling Hero Nodes.swift
[46/52] Compiling Hero Parser.swift
[47/52] Compiling Hero Regex.swift
[48/52] Compiling Hero HeroDebugView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:150:1: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
148 | }
149 |
150 | extension CATransform3D: Equatable {
    | |- warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
151 |   public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
152 |     var lhs = lhs
[49/52] Compiling Hero Array+HeroModifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:150:1: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
148 | }
149 |
150 | extension CATransform3D: Equatable {
    | |- warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
151 |   public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
152 |     var lhs = lhs
[50/52] Compiling Hero CALayer+Hero.swift
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:150:1: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
148 | }
149 |
150 | extension CATransform3D: Equatable {
    | |- warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
151 |   public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
152 |     var lhs = lhs
[51/52] Compiling Hero CAMediaTimingFunction+Hero.swift
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:150:1: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
148 | }
149 |
150 | extension CATransform3D: Equatable {
    | |- warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
151 |   public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
152 |     var lhs = lhs
[52/52] Compiling Hero CG+Hero.swift
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:150:1: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
148 | }
149 |
150 | extension CATransform3D: Equatable {
    | |- warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
151 |   public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
152 |     var lhs = lhs
Build complete! (5.05s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Hero",
  "name" : "Hero",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "tvos",
      "version" : "10.0"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "Hero",
      "targets" : [
        "Hero"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "HeroTests",
      "module_type" : "SwiftTarget",
      "name" : "HeroTests",
      "path" : "Tests",
      "sources" : [
        "HeroTests.swift"
      ],
      "target_dependencies" : [
        "Hero"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Hero",
      "module_type" : "SwiftTarget",
      "name" : "Hero",
      "path" : "Sources",
      "product_memberships" : [
        "Hero"
      ],
      "sources" : [
        "Animator/HeroAnimatorViewContext.swift",
        "Animator/HeroCoreAnimationViewContext.swift",
        "Animator/HeroDefaultAnimator.swift",
        "Animator/HeroViewPropertyViewContext.swift",
        "Debug Plugin/HeroDebugPlugin.swift",
        "Debug Plugin/HeroDebugView.swift",
        "Extensions/Array+HeroModifier.swift",
        "Extensions/CALayer+Hero.swift",
        "Extensions/CAMediaTimingFunction+Hero.swift",
        "Extensions/CG+Hero.swift",
        "Extensions/DispatchQueue+Hero.swift",
        "Extensions/Locale+Hero.swift",
        "Extensions/UIColor+HexString.swift",
        "Extensions/UIKit+Hero.swift",
        "Extensions/UIView+Hero.swift",
        "Extensions/UIViewController+Hero.swift",
        "HeroCompatible.swift",
        "HeroContext.swift",
        "HeroModifier+Advanced.swift",
        "HeroModifier+HeroStringConvertible.swift",
        "HeroModifier.swift",
        "HeroPlugin.swift",
        "HeroTargetState.swift",
        "HeroTypes.swift",
        "HeroViewControllerDelegate.swift",
        "Parser/HeroStringConvertible.swift",
        "Parser/Lexer.swift",
        "Parser/Nodes.swift",
        "Parser/Parser.swift",
        "Parser/Regex.swift",
        "Preprocessors/BasePreprocessor.swift",
        "Preprocessors/CascadePreprocessor.swift",
        "Preprocessors/ConditionalPreprocessor.swift",
        "Preprocessors/DefaultAnimationPreprocessor.swift",
        "Preprocessors/IgnoreSubviewModifiersPreprocessor.swift",
        "Preprocessors/MatchPreprocessor.swift",
        "Preprocessors/SourcePreprocessor.swift",
        "SwiftSupport.swift",
        "Transition/HeroProgressRunner.swift",
        "Transition/HeroTransition+Animate.swift",
        "Transition/HeroTransition+Complete.swift",
        "Transition/HeroTransition+CustomTransition.swift",
        "Transition/HeroTransition+Interactive.swift",
        "Transition/HeroTransition+Start.swift",
        "Transition/HeroTransition+UINavigationControllerDelegate.swift",
        "Transition/HeroTransition+UITabBarControllerDelegate.swift",
        "Transition/HeroTransition+UIViewControllerTransitioningDelegate.swift",
        "Transition/HeroTransition.swift",
        "Transition/HeroTransitionState.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.