The Swift Package Index logo.Swift Package Index

Build Information

Failed to build OpenCoreAnimation, reference main (54df4b), with Swift 6.1 for watchOS using Xcode 16.3 on 28 Apr 2026 06:22:09 UTC.

Build Command

No build command. This typically means the build failed at an early stage where we determine the build command.

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/1amageek/OpenCoreAnimation.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/1amageek/OpenCoreAnimation
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 54df4bc Fix texture cache identity collisions via owning-CGImage keys
Cloned https://github.com/1amageek/OpenCoreAnimation.git
Revision (git rev-parse @):
54df4bced8f6c392222d51612082a5fa283e4288
SUCCESS checkout https://github.com/1amageek/OpenCoreAnimation.git at main
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/1amageek/OpenCoreAnimation.git
https://github.com/1amageek/OpenCoreAnimation.git
{
  "dependencies" : [
    {
      "identity" : "opencoregraphics",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/1amageek/OpenCoreGraphics.git"
    },
    {
      "identity" : "swift-webgpu",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/1amageek/swift-webgpu.git"
    }
  ],
  "manifest_display_name" : "OpenCoreAnimation",
  "name" : "OpenCoreAnimation",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "OpenCoreAnimation",
      "targets" : [
        "OpenCoreAnimation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OpenCoreAnimationTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenCoreAnimationTests",
      "path" : "Tests/OpenCoreAnimationTests",
      "sources" : [
        "CAAnimationCopyTests.swift",
        "CADefaultActionTimingFunctionTests.swift",
        "CADisplayLinkPreferredRateTests.swift",
        "CALayerBehaviorTests.swift",
        "CALayerRenderingTests.swift",
        "CAShapeLayerStrokeClampingTests.swift",
        "CATransform3DInterpolationTests.swift",
        "CATransitionTests.swift",
        "OpenCoreAnimationTests.swift",
        "OpenCoreAnimationUmbrellaReExportTests.swift",
        "Performance/DirtyPropagationTests.swift",
        "Performance/MockCARenderer.swift",
        "Performance/PresentationCacheTests.swift",
        "Performance/RasterizationCacheTests.swift",
        "Performance/RasterizationTests.swift",
        "Performance/RendererDirtyClearTests.swift",
        "Performance/_TestHelpers.swift",
        "Rendering/TextureCacheIdentityTests.swift"
      ],
      "target_dependencies" : [
        "OpenCoreAnimation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenCoreAnimation",
      "module_type" : "SwiftTarget",
      "name" : "OpenCoreAnimation",
      "path" : "Sources/OpenCoreAnimation",
      "product_dependencies" : [
        "OpenCoreGraphics",
        "SwiftWebGPU"
      ],
      "product_memberships" : [
        "OpenCoreAnimation"
      ],
      "sources" : [
        "CAAction.swift",
        "CAAnimation.swift",
        "CAAnimationCalculationMode.swift",
        "CAAnimationDelegate.swift",
        "CAAnimationEngine.swift",
        "CAAnimationGroup.swift",
        "CAAnimationRotationMode.swift",
        "CAAutoresizingMask.swift",
        "CABasicAnimation.swift",
        "CAConstraint.swift",
        "CAConstraintAttribute.swift",
        "CAConstraintLayoutManager.swift",
        "CACornerMask.swift",
        "CADisplayLink.swift",
        "CADisplayLinkNative.swift",
        "CADisplayLinkWASM.swift",
        "CAEdgeAntialiasingMask.swift",
        "CAEmitterCell.swift",
        "CAEmitterLayer.swift",
        "CAEmitterLayerEmitterMode.swift",
        "CAEmitterLayerEmitterShape.swift",
        "CAEmitterLayerRenderMode.swift",
        "CAFilter.swift",
        "CAGradientLayer.swift",
        "CAGradientLayerType.swift",
        "CAKeyframeAnimation.swift",
        "CALayer+Dirty.swift",
        "CALayer.swift",
        "CALayerContentsFilter.swift",
        "CALayerContentsFormat.swift",
        "CALayerContentsGravity.swift",
        "CALayerCornerCurve.swift",
        "CALayerDelegate.swift",
        "CALayoutManager.swift",
        "CAMediaTiming.swift",
        "CAMediaTimingFillMode.swift",
        "CAMediaTimingFunction.swift",
        "CAMediaTimingFunctionName.swift",
        "CAMetalRenderer.swift",
        "CAPropertyAnimation.swift",
        "CARenderer.swift",
        "CARendererDelegate.swift",
        "CAReplicatorLayer.swift",
        "CAScrollLayer.swift",
        "CAScrollLayerScrollMode.swift",
        "CAShapeLayer.swift",
        "CAShapeLayerFillRule.swift",
        "CAShapeLayerLineCap.swift",
        "CAShapeLayerLineJoin.swift",
        "CASpringAnimation.swift",
        "CATextLayer.swift",
        "CATiledLayer.swift",
        "CATransaction.swift",
        "CATransform3D.swift",
        "CATransform3DInterpolation.swift",
        "CATransformLayer.swift",
        "CATransition.swift",
        "CAValueFunction.swift",
        "CAValueFunctionName.swift",
        "CAWebGPURenderer.swift",
        "OpenCoreAnimation.swift",
        "Rendering/Internal/RasterizationCache.swift",
        "Rendering/Internal/RasterizationDecisions.swift",
        "Rendering/Internal/RenderCommandSink.swift",
        "Rendering/WebGPU/Extensions/CALayerWebGPUExtensions.swift",
        "Rendering/WebGPU/Internal/BufferPool.swift",
        "Rendering/WebGPU/Internal/GeometryCache.swift",
        "Rendering/WebGPU/Internal/TextureManager.swift",
        "Rendering/WebGPU/Shaders/CAWebGPUShaders.swift",
        "Rendering/WebGPU/Types/GeometryTypes.swift",
        "Rendering/WebGPU/Types/Matrix4x4.swift",
        "Rendering/WebGPU/Types/ParticleTypes.swift",
        "Rendering/WebGPU/Types/RendererTypes.swift",
        "RunLoop.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.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
Fetching from https://github.com/1amageek/OpenCoreGraphics.git
package 'opencoregraphics' @ 7ab50a7b725704ec23dcf64a134b866065774db0 is using Swift tools version 6.2.0 but the installed version is 6.1.0 in https://github.com/1amageek/OpenCoreGraphics.gitResolve Package Graph
Updating from https://github.com/1amageek/OpenCoreGraphics.git
package 'opencoregraphics' @ 7ab50a7b725704ec23dcf64a134b866065774db0 is using Swift tools version 6.2.0 but the installed version is 6.1.0 in https://github.com/1amageek/OpenCoreGraphics.git
Resolved source packages:
  spi-builder-workspace: (null)
2026-04-27 23:22:08.362 xcodebuild[519:2959] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2026-27-04_23-22-0008.xcresult
xcodebuild: error: Could not resolve package dependencies:
  package 'opencoregraphics' @ 7ab50a7b725704ec23dcf64a134b866065774db0 is using Swift tools version 6.2.0 but the installed version is 6.1.0 in https://github.com/1amageek/OpenCoreGraphics.git
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
Updating from https://github.com/1amageek/OpenCoreGraphics.git
package 'opencoregraphics' @ 7ab50a7b725704ec23dcf64a134b866065774db0 is using Swift tools version 6.2.0 but the installed version is 6.1.0 in https://github.com/1amageek/OpenCoreGraphics.git
Resolved source packages:
  spi-builder-workspace: (null)
2026-04-27 23:22:09.527 xcodebuild[702:3955] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2026-27-04_23-22-0009.xcresult
xcodebuild: error: Could not resolve package dependencies:
  package 'opencoregraphics' @ 7ab50a7b725704ec23dcf64a134b866065774db0 is using Swift tools version 6.2.0 but the installed version is 6.1.0 in https://github.com/1amageek/OpenCoreGraphics.git
BUILD FAILURE 6.1 watchOS