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

Failed to build Anima, reference 1.3.0 (8440c1), with Swift 6.1 for Linux on 28 Apr 2025 15:47:39 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/flocked/Anima.git
Reference: 1.3.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/flocked/Anima
 * tag               1.3.0      -> FETCH_HEAD
HEAD is now at 8440c18 Update AnimatableArray.swift
Cloned https://github.com/flocked/Anima.git
Revision (git rev-parse @):
8440c18ff13d1194327a34936a2f059bb103f209
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/flocked/Anima.git at 1.3.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/flocked/Anima.git
https://github.com/flocked/Anima.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "decomposed",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/b3ll/Decomposed.git"
    }
  ],
  "manifest_display_name" : "Anima",
  "name" : "Anima",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Anima",
      "targets" : [
        "Anima"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AnimaTests",
      "module_type" : "SwiftTarget",
      "name" : "AnimaTests",
      "path" : "Tests/AnimaTests",
      "sources" : [
        "AnimaTests.swift"
      ],
      "target_dependencies" : [
        "Anima"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Anima",
      "module_type" : "SwiftTarget",
      "name" : "Anima",
      "path" : "Sources/Anima",
      "product_dependencies" : [
        "Decomposed"
      ],
      "product_memberships" : [
        "Anima"
      ],
      "sources" : [
        "Anima/Anima+AnimationConfiguration.swift",
        "Anima/Anima+AnimationOptions.swift",
        "Anima/Anima+AnimationState.swift",
        "Anima/Anima.swift",
        "Anima/AnimationController.swift",
        "AnimatableProperty/AnimatableArray.swift",
        "AnimatableProperty/AnimatableProperty.swift",
        "AnimatablePropertyProvider/AnimatablePropertyProvider.swift",
        "AnimatablePropertyProvider/AnimationProvider.swift",
        "AnimatablePropertyProvider/PropertyAnimator+Layer.swift",
        "AnimatablePropertyProvider/PropertyAnimator+Layout.swift",
        "AnimatablePropertyProvider/PropertyAnimator+Popover.swift",
        "AnimatablePropertyProvider/PropertyAnimator+View.swift",
        "AnimatablePropertyProvider/PropertyAnimator+Window.swift",
        "AnimatablePropertyProvider/PropertyAnimator.swift",
        "AnimationProviding/AnimatingState.swift",
        "AnimationProviding/AnimationEvent.swift",
        "AnimationProviding/AnimationPosition.swift",
        "AnimationProviding/AnimationProviding.swift",
        "Animations/Cubic/CubicAnimation.swift",
        "Animations/Cubic/CubicFunction.swift",
        "Animations/Decay/DecayAnimation.swift",
        "Animations/Decay/DecayFunction.swift",
        "Animations/Easing/EasingAnimation.swift",
        "Animations/Easing/TimingFunction.swift",
        "Animations/Misc/ColorAnimation.swift",
        "Animations/Misc/Keyframe.swift",
        "Animations/Property/PropertyAnimation.swift",
        "Animations/Spring/Spring.swift",
        "Animations/Spring/SpringAnimation.swift",
        "Extensions/AssociatedValue.swift",
        "Extensions/Colors/CGColor+.swift",
        "Extensions/Colors/NSUIColor+.swift",
        "Extensions/CoreAnimation/CALayer+.swift",
        "Extensions/CoreAnimation/CAMediaTimingFunction+.swift",
        "Extensions/CoreAnimation/CATransform3D+.swift",
        "Extensions/CoreAnimation/InnerShadowLayer.swift",
        "Extensions/DisplayLink+Combine.swift",
        "Extensions/KVO/KeyValueObserver.swift",
        "Extensions/KVO/NSObject+Observe.swift",
        "Extensions/KVO/NotificationCenter+.swift",
        "Extensions/KeyPath+.swift",
        "Extensions/Math & Geometry/ApproximateEquatable.swift",
        "Extensions/Math & Geometry/CVTimeStamp+.swift",
        "Extensions/Math & Geometry/Comparable+Clamp.swift",
        "Extensions/Math & Geometry/CoreGraphics+.swift",
        "Extensions/Math & Geometry/NSUIBezierpath+.swift",
        "Extensions/Math & Geometry/NSUIEdgeInset+.swift",
        "Extensions/Math & Geometry/NSValue+.swift",
        "Extensions/Math & Geometry/Number+FloatInitializable.swift",
        "Extensions/Math & Geometry/Sequence+Sort.swift",
        "Extensions/Math & Geometry/TimeInterval+.swift",
        "Extensions/Math & Geometry/VectorArithmetic+.swift",
        "Extensions/NSUI Typealias.swift",
        "Extensions/Optional.swift",
        "Extensions/Views/NSScrollView+.swift",
        "Extensions/Views/NSUITextField+.swift",
        "Extensions/Views/NSUIView+.swift",
        "Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable+Layer.swift",
        "Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable.swift",
        "Misc/CAKeyFrameAnimation/CAKeyframeAnimationValueConvertible.swift",
        "Misc/ContentConfiguration/BorderConfiguration.swift",
        "Misc/ContentConfiguration/ShadowConfiguration.swift",
        "Misc/Rubberband.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/b3ll/Decomposed.git
[1/821] Fetching decomposed
Fetched https://github.com/b3ll/Decomposed.git from cache (0.37s)
Creating working copy for https://github.com/b3ll/Decomposed.git
Working copy of https://github.com/b3ll/Decomposed.git resolved at main (225ec77)
warning: 'decomposed': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/Decomposed/Sources/Decomposed/Info.plist
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/11] Compiling Decomposed Interpolatable.swift
/host/spi-builder-workspace/.build/checkouts/Decomposed/Sources/Decomposed/CALayerExtensions.swift:9:8: error: no such module 'QuartzCore'
  7 |
  8 | import Foundation
  9 | import QuartzCore
    |        `- error: no such module 'QuartzCore'
 10 |
 11 | // MARK: - Interaction Enhancements
[5/12] Compiling Decomposed Globals.swift
/host/spi-builder-workspace/.build/checkouts/Decomposed/Sources/Decomposed/CALayerExtensions.swift:9:8: error: no such module 'QuartzCore'
  7 |
  8 | import Foundation
  9 | import QuartzCore
    |        `- error: no such module 'QuartzCore'
 10 |
 11 | // MARK: - Interaction Enhancements
[6/12] Compiling Decomposed SIMDDecomposed.swift
/host/spi-builder-workspace/.build/checkouts/Decomposed/Sources/Decomposed/CALayerExtensions.swift:9:8: error: no such module 'QuartzCore'
  7 |
  8 | import Foundation
  9 | import QuartzCore
    |        `- error: no such module 'QuartzCore'
 10 |
 11 | // MARK: - Interaction Enhancements
[7/12] Compiling Decomposed SIMDConvenienceExtensions.swift
/host/spi-builder-workspace/.build/checkouts/Decomposed/Sources/Decomposed/CALayerExtensions.swift:9:8: error: no such module 'QuartzCore'
  7 |
  8 | import Foundation
  9 | import QuartzCore
    |        `- error: no such module 'QuartzCore'
 10 |
 11 | // MARK: - Interaction Enhancements
[8/12] Compiling Decomposed CGFloatVectorTypes.swift
/host/spi-builder-workspace/.build/checkouts/Decomposed/Sources/Decomposed/CALayerExtensions.swift:9:8: error: no such module 'QuartzCore'
  7 |
  8 | import Foundation
  9 | import QuartzCore
    |        `- error: no such module 'QuartzCore'
 10 |
 11 | // MARK: - Interaction Enhancements
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/12] Emitting module Decomposed
/host/spi-builder-workspace/.build/checkouts/Decomposed/Sources/Decomposed/CALayerExtensions.swift:9:8: error: no such module 'QuartzCore'
  7 |
  8 | import Foundation
  9 | import QuartzCore
    |        `- error: no such module 'QuartzCore'
 10 |
 11 | // MARK: - Interaction Enhancements
[10/12] Compiling Decomposed CATransform3DConvenienceExtensions.swift
/host/spi-builder-workspace/.build/checkouts/Decomposed/Sources/Decomposed/CALayerExtensions.swift:9:8: error: no such module 'QuartzCore'
  7 |
  8 | import Foundation
  9 | import QuartzCore
    |        `- error: no such module 'QuartzCore'
 10 |
 11 | // MARK: - Interaction Enhancements
[11/12] Compiling Decomposed CATransform3DExtensions.swift
/host/spi-builder-workspace/.build/checkouts/Decomposed/Sources/Decomposed/CALayerExtensions.swift:9:8: error: no such module 'QuartzCore'
  7 |
  8 | import Foundation
  9 | import QuartzCore
    |        `- error: no such module 'QuartzCore'
 10 |
 11 | // MARK: - Interaction Enhancements
[12/12] Compiling Decomposed CALayerExtensions.swift
/host/spi-builder-workspace/.build/checkouts/Decomposed/Sources/Decomposed/CALayerExtensions.swift:9:8: error: no such module 'QuartzCore'
  7 |
  8 | import Foundation
  9 | import QuartzCore
    |        `- error: no such module 'QuartzCore'
 10 |
 11 | // MARK: - Interaction Enhancements
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'decomposed': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/Decomposed/Sources/Decomposed/Info.plist
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/9] Compiling Decomposed CATransform3DExtensions.swift
/host/spi-builder-workspace/.build/checkouts/Decomposed/Sources/Decomposed/CALayerExtensions.swift:9:8: error: no such module 'QuartzCore'
  7 |
  8 | import Foundation
  9 | import QuartzCore
    |        `- error: no such module 'QuartzCore'
 10 |
 11 | // MARK: - Interaction Enhancements
[3/10] Compiling Decomposed Globals.swift
/host/spi-builder-workspace/.build/checkouts/Decomposed/Sources/Decomposed/CALayerExtensions.swift:9:8: error: no such module 'QuartzCore'
  7 |
  8 | import Foundation
  9 | import QuartzCore
    |        `- error: no such module 'QuartzCore'
 10 |
 11 | // MARK: - Interaction Enhancements
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/10] Emitting module Decomposed
/host/spi-builder-workspace/.build/checkouts/Decomposed/Sources/Decomposed/CALayerExtensions.swift:9:8: error: no such module 'QuartzCore'
  7 |
  8 | import Foundation
  9 | import QuartzCore
    |        `- error: no such module 'QuartzCore'
 10 |
 11 | // MARK: - Interaction Enhancements
[5/10] Compiling Decomposed CALayerExtensions.swift
/host/spi-builder-workspace/.build/checkouts/Decomposed/Sources/Decomposed/CALayerExtensions.swift:9:8: error: no such module 'QuartzCore'
  7 |
  8 | import Foundation
  9 | import QuartzCore
    |        `- error: no such module 'QuartzCore'
 10 |
 11 | // MARK: - Interaction Enhancements
[6/10] Compiling Decomposed SIMDConvenienceExtensions.swift
/host/spi-builder-workspace/.build/checkouts/Decomposed/Sources/Decomposed/CALayerExtensions.swift:9:8: error: no such module 'QuartzCore'
  7 |
  8 | import Foundation
  9 | import QuartzCore
    |        `- error: no such module 'QuartzCore'
 10 |
 11 | // MARK: - Interaction Enhancements
[7/10] Compiling Decomposed Interpolatable.swift
/host/spi-builder-workspace/.build/checkouts/Decomposed/Sources/Decomposed/CALayerExtensions.swift:9:8: error: no such module 'QuartzCore'
  7 |
  8 | import Foundation
  9 | import QuartzCore
    |        `- error: no such module 'QuartzCore'
 10 |
 11 | // MARK: - Interaction Enhancements
[8/10] Compiling Decomposed CATransform3DConvenienceExtensions.swift
/host/spi-builder-workspace/.build/checkouts/Decomposed/Sources/Decomposed/CALayerExtensions.swift:9:8: error: no such module 'QuartzCore'
  7 |
  8 | import Foundation
  9 | import QuartzCore
    |        `- error: no such module 'QuartzCore'
 10 |
 11 | // MARK: - Interaction Enhancements
[9/10] Compiling Decomposed SIMDDecomposed.swift
/host/spi-builder-workspace/.build/checkouts/Decomposed/Sources/Decomposed/CALayerExtensions.swift:9:8: error: no such module 'QuartzCore'
  7 |
  8 | import Foundation
  9 | import QuartzCore
    |        `- error: no such module 'QuartzCore'
 10 |
 11 | // MARK: - Interaction Enhancements
[10/10] Compiling Decomposed CGFloatVectorTypes.swift
/host/spi-builder-workspace/.build/checkouts/Decomposed/Sources/Decomposed/CALayerExtensions.swift:9:8: error: no such module 'QuartzCore'
  7 |
  8 | import Foundation
  9 | import QuartzCore
    |        `- error: no such module 'QuartzCore'
 10 |
 11 | // MARK: - Interaction Enhancements
BUILD FAILURE 6.1 linux