The Swift Package Index logo.Swift Package Index

Build Information

Failed to build OpenCoreAnimation, reference main (54df4b), with Swift 6.1 for macOS (SPM) on 28 Apr 2026 06:20:12 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.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/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:         macosSpm
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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Fetching https://github.com/1amageek/OpenCoreGraphics.git
[1/599] Fetching opencoregraphics
Fetched https://github.com/1amageek/OpenCoreGraphics.git from cache (0.93s)
error: 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
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Updating https://github.com/1amageek/OpenCoreGraphics.git
Updated https://github.com/1amageek/OpenCoreGraphics.git (0.40s)
error: 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 macosSpm