Build Information
Failed to build Lottie, reference master (9f611e
), with Swift 6.0 for Linux on 3 Sep 2025 01:23:31 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/airbnb/lottie-ios.git
Reference: master
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/airbnb/lottie-ios
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 9f611eb Handle task cancellation when loading animation (#2595)
Updating files: 81% (2247/2751)
Updating files: 82% (2256/2751)
Updating files: 83% (2284/2751)
Updating files: 84% (2311/2751)
Updating files: 85% (2339/2751)
Updating files: 86% (2366/2751)
Updating files: 87% (2394/2751)
Updating files: 88% (2421/2751)
Updating files: 89% (2449/2751)
Updating files: 90% (2476/2751)
Updating files: 91% (2504/2751)
Updating files: 92% (2531/2751)
Updating files: 93% (2559/2751)
Updating files: 94% (2586/2751)
Updating files: 95% (2614/2751)
Updating files: 96% (2641/2751)
Updating files: 97% (2669/2751)
Updating files: 98% (2696/2751)
Updating files: 99% (2724/2751)
Updating files: 100% (2751/2751)
Updating files: 100% (2751/2751), done.
Cloned https://github.com/airbnb/lottie-ios.git
Revision (git rev-parse @):
9f611eb30424d270e937d2ad8c688bedceea16fe
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/airbnb/lottie-ios.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/airbnb/lottie-ios.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:2ffdcefcdb291d9eb78a77ed5e4b4766a710a1cb89004e0bfdb0fefda731df2f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/airbnb/swift
[1/4409] Fetching swift
Fetched https://github.com/airbnb/swift from cache (2.43s)
Computing version for https://github.com/airbnb/swift
Computed https://github.com/airbnb/swift at 1.1.0 (2.30s)
Fetching https://github.com/apple/swift-argument-parser
[1/15691] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.89s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.1 (0.62s)
Creating working copy for https://github.com/airbnb/swift
Working copy of https://github.com/airbnb/swift resolved at 1.1.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.1
[1369/45848876] Downloading https://github.com/calda/SwiftFormat-nightly/releases/download/2025-07-23-b/SwiftFormat.artifactbundle.zip
[341519/56882921] Downloading https://github.com/calda/SwiftFormat-nightly/releases/download/2025-07-23-b/SwiftFormat.artifactbundle.zip, https://github.com/realm/SwiftLint/releases/download/0.55.1/SwiftLintBinary-macos.artifactbundle.zip
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.55.1/SwiftLintBinary-macos.artifactbundle.zip
Downloading binary artifact https://github.com/calda/SwiftFormat-nightly/releases/download/2025-07-23-b/SwiftFormat.artifactbundle.zip
Downloaded https://github.com/realm/SwiftLint/releases/download/0.55.1/SwiftLintBinary-macos.artifactbundle.zip (2.86s)
Downloaded https://github.com/calda/SwiftFormat-nightly/releases/download/2025-07-23-b/SwiftFormat.artifactbundle.zip (6.90s)
/host/spi-builder-workspace/.build/checkouts/swift/Plugins/FormatSwift/Plugin.swift:52:13: warning: 'launchPath' is deprecated: renamed to 'executableURL'
50 |
51 | let process = Process()
52 | process.launchPath = launchPath
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
| `- note: use 'executableURL' instead
53 | process.arguments = arguments
54 | try process.run()
[1/1] Compiling plugin FormatSwift
[2/2] Compiling plugin GenerateDoccReference
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/9] Copying PrivacyInfo.xcprivacy
[4/9] Write sources
[5/9] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/178] Emitting module Lottie
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[8/201] Compiling Lottie Vector1DEffectValue.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[9/201] Compiling Lottie LayerEffect.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[10/201] Compiling Lottie DropShadowStyle.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[11/201] Compiling Lottie LayerStyle.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[12/201] Compiling Lottie ImageLayerModel.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[13/201] Compiling Lottie LayerModel.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[14/201] Compiling Lottie PreCompLayerModel.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[15/201] Compiling Lottie ShapeLayerModel.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[16/201] Compiling Lottie SolidLayerModel.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[17/201] Compiling Lottie TextLayerModel.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[18/201] Compiling Lottie DashPattern.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[19/201] Compiling Lottie Marker.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[20/201] Compiling Lottie Mask.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[21/201] Compiling Lottie Transform.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[22/201] Compiling Lottie Ellipse.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[23/201] Compiling Lottie Fill.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[24/201] Compiling Lottie GradientFill.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[25/201] Compiling Lottie GradientStroke.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[26/201] Compiling Lottie Group.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[27/201] Compiling Lottie Merge.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[28/201] Compiling Lottie Rectangle.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[29/201] Compiling Lottie Repeater.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[30/201] Compiling Lottie RoundedCorners.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[31/224] Compiling Lottie Shape.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[32/224] Compiling Lottie ShapeItem.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[33/224] Compiling Lottie ShapeTransform.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[34/224] Compiling Lottie Star.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[35/224] Compiling Lottie Stroke.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[36/224] Compiling Lottie Trim.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[37/224] Compiling Lottie Font.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[38/224] Compiling Lottie Glyph.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[39/224] Compiling Lottie TextAnimator.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[40/224] Compiling Lottie TextDocument.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[41/224] Compiling Lottie RootAnimationLayer.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[42/224] Compiling Lottie AnimatorNodeDebugging.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[43/224] Compiling Lottie LayerDebugging.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[44/224] Compiling Lottie TestHelpers.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[45/224] Compiling Lottie AnimationKeypathExtension.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[46/224] Compiling Lottie BlendMode+Filter.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[47/224] Compiling Lottie CGColor+RGB.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[48/224] Compiling Lottie CGFloatExtensions.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[49/224] Compiling Lottie DataExtension.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[50/224] Compiling Lottie MathKit.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[51/224] Compiling Lottie StringExtensions.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[52/224] Compiling Lottie AnimationContext.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[53/224] Compiling Lottie AnyEquatable.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[54/247] Compiling Lottie GradientStrokeNode.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[55/247] Compiling Lottie StrokeNode.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[56/247] Compiling Lottie TextAnimatorNode.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[57/247] Compiling Lottie AnimatorNode.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[58/247] Compiling Lottie PathNode.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[59/247] Compiling Lottie RenderNode.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[60/247] Compiling Lottie ShapeContainerLayer.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[61/247] Compiling Lottie ShapeRenderLayer.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[62/247] Compiling Lottie Asset.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[63/247] Compiling Lottie AssetLibrary.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[64/247] Compiling Lottie ImageAsset.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[65/247] Compiling Lottie PrecompAsset.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[66/247] Compiling Lottie DictionaryInitializable.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[67/247] Compiling Lottie DotLottieAnimation.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[68/247] Compiling Lottie DotLottieImageProvider.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[69/247] Compiling Lottie DotLottieManifest.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[70/247] Compiling Lottie DotLottieUtils.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[71/247] Compiling Lottie Bundle.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[72/247] Compiling Lottie KeyedDecodingContainerExtensions.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[73/247] Compiling Lottie KeyframeData.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[74/247] Compiling Lottie KeyframeGroup.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[75/247] Compiling Lottie DropShadowEffect.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[76/247] Compiling Lottie ColorEffectValue.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[77/247] Compiling Lottie EffectValue.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[78/247] Compiling Lottie EpoxyModeled.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[79/247] Compiling Lottie AnyEpoxyModelProperty.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[80/247] Compiling Lottie ClassReference.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[81/247] Compiling Lottie AnimatedProviding.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[82/247] Compiling Lottie DataIDProviding.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[83/247] Compiling Lottie DidDisplayProviding.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[84/247] Compiling Lottie DidEndDisplayingProviding.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[85/247] Compiling Lottie DidSelectProviding.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[86/247] Compiling Lottie ErasedContentProviding.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[87/247] Compiling Lottie MakeViewProviding.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[88/247] Compiling Lottie SetBehaviorsProviding.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[89/247] Compiling Lottie SetContentProviding.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[90/247] Compiling Lottie StyleIDProviding.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[91/247] Compiling Lottie TraitCollectionProviding.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[92/247] Compiling Lottie ViewDifferentiatorProviding.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[93/247] Compiling Lottie ViewProviding.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[94/247] Compiling Lottie WillDisplayProviding.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[95/247] Compiling Lottie ViewEpoxyModeled.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[96/247] Compiling Lottie EpoxySwiftUIIntrinsicContentSizeInvalidator.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[97/247] Compiling Lottie EpoxySwiftUILayoutMargins.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[98/247] Compiling Lottie EpoxyableView+SwiftUIView.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[99/247] Compiling Lottie MeasuringViewRepresentable.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[100/247] Compiling Lottie SwiftUIMeasurementContainer.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[101/247] Compiling Lottie SwiftUIView.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[102/293] Compiling Lottie CAAnimation+TimingConfiguration.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[103/293] Compiling Lottie CALayer+addAnimation.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[104/293] Compiling Lottie CombinedShapeAnimation.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[105/293] Compiling Lottie CustomPathAnimation.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[106/293] Compiling Lottie DropShadowAnimation.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[107/293] Compiling Lottie EllipseAnimation.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[108/293] Compiling Lottie GradientAnimations.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[109/293] Compiling Lottie LayerProperty.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[110/293] Compiling Lottie OpacityAnimation.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[111/293] Compiling Lottie RectangleAnimation.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[112/293] Compiling Lottie ShapeAnimation.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[113/293] Compiling Lottie StarAnimation.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[114/293] Compiling Lottie StrokeAnimation.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[115/293] Compiling Lottie TransformAnimations.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[116/293] Compiling Lottie VisibilityAnimation.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[117/293] Compiling Lottie CompatibilityTracker.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[118/293] Compiling Lottie CoreAnimationLayer.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[119/293] Compiling Lottie CALayer+fillBounds.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[120/293] Compiling Lottie KeyframeGroup+exactlyOneKeyframe.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[121/293] Compiling Lottie Keyframes+combined.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[122/293] Compiling Lottie Keyframes+timeRemapping.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[123/293] Compiling Lottie AnimationLayer.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[124/293] Compiling Lottie BaseAnimationLayer.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[125/293] Compiling Lottie BaseCompositionLayer.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[126/293] Compiling Lottie NodePropertyMap.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[127/293] Compiling Lottie ValueContainer.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[128/293] Compiling Lottie GroupInterpolator.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[129/293] Compiling Lottie SingleValueProvider.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[130/293] Compiling Lottie DropShadowNode.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[131/293] Compiling Lottie LayerEffectNode.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[132/293] Compiling Lottie RoundedCornersNode.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[133/293] Compiling Lottie TrimPathNode.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[134/293] Compiling Lottie GroupOutputNode.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[135/293] Compiling Lottie PassThroughOutputNode.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[136/293] Compiling Lottie PathOutputNode.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[137/293] Compiling Lottie FillRenderer.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[138/293] Compiling Lottie GradientFillRenderer.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[139/293] Compiling Lottie GradientStrokeRenderer.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[140/293] Compiling Lottie LegacyGradientFillRenderer.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[141/293] Compiling Lottie StrokeRenderer.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[142/293] Compiling Lottie EllipseNode.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[143/293] Compiling Lottie PolygonNode.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[144/293] Compiling Lottie RectNode.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[145/293] Compiling Lottie ShapeNode.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[146/293] Compiling Lottie StarNode.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[147/293] Compiling Lottie GroupNode.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[148/293] Compiling Lottie FillNode.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[149/293] Compiling Lottie GradientFillNode.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[150/293] Compiling Lottie UIView+SwiftUIView.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[151/293] Compiling Lottie UIViewConfiguringSwiftUIView.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[152/293] Compiling Lottie BehaviorsConfigurableView.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[153/293] Compiling Lottie ContentConfigurableView.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[154/293] Compiling Lottie EpoxyableView.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[155/293] Compiling Lottie StyledView.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[156/293] Compiling Lottie ViewType.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[157/293] Compiling Lottie LRUCache.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[158/293] Compiling Lottie Archive+BackingConfiguration.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[159/293] Compiling Lottie Archive+Helpers.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[160/293] Compiling Lottie Archive+MemoryFile.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[161/293] Compiling Lottie Archive+Progress.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[162/293] Compiling Lottie Archive+Reading.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[163/293] Compiling Lottie Archive+ReadingDeprecated.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[164/293] Compiling Lottie Archive+Writing.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[165/293] Compiling Lottie Archive+WritingDeprecated.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[166/293] Compiling Lottie Archive+ZIP64.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[167/293] Compiling Lottie Archive.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[168/293] Compiling Lottie Data+Compression.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[169/293] Compiling Lottie Data+CompressionDeprecated.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[170/293] Compiling Lottie Data+Serialization.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[171/293] Compiling Lottie Entry+Serialization.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[172/293] Compiling Lottie Entry+ZIP64.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[173/293] Compiling Lottie Entry.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[174/293] Compiling Lottie FileManager+ZIP.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[175/293] Compiling Lottie URL+ZIP.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[176/293] Compiling Lottie CompositionLayer.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[177/293] Compiling Lottie ImageCompositionLayer.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[178/293] Compiling Lottie MaskContainerLayer.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[179/293] Compiling Lottie NullCompositionLayer.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[180/293] Compiling Lottie PreCompositionLayer.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[181/293] Compiling Lottie ShapeCompositionLayer.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[182/293] Compiling Lottie SolidCompositionLayer.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[183/293] Compiling Lottie TextCompositionLayer.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[184/293] Compiling Lottie MainThreadAnimationLayer.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[185/293] Compiling Lottie CachedImageProvider.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[186/293] Compiling Lottie CompositionLayersInitializer.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[187/293] Compiling Lottie CoreTextRenderLayer.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[188/293] Compiling Lottie InvertedMatteLayer.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[189/293] Compiling Lottie LayerFontProvider.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[190/293] Compiling Lottie LayerImageProvider.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[191/293] Compiling Lottie LayerTextProvider.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[192/293] Compiling Lottie LayerTransformNode.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[193/293] Compiling Lottie ItemsExtension.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[194/293] Compiling Lottie NodeProperty.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[195/293] Compiling Lottie AnyNodeProperty.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[196/293] Compiling Lottie AnyValueContainer.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[197/293] Compiling Lottie KeypathSearchable.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[198/293] Compiling Lottie DefaultAnimationCache.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[199/293] Compiling Lottie LRUAnimationCache.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[200/293] Compiling Lottie LottieAnimationCache.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[201/293] Compiling Lottie DecodingStrategy.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[202/293] Compiling Lottie LottieConfiguration.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[203/293] Compiling Lottie ReducedMotionOption.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[204/293] Compiling Lottie RenderingEngineOption.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[205/293] Compiling Lottie AnimatedButton.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[206/293] Compiling Lottie AnimatedControl.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[207/293] Compiling Lottie AnimatedSwitch.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[208/293] Compiling Lottie LottieButton.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[209/293] Compiling Lottie LottieSwitch.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[210/293] Compiling Lottie LottieViewType.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[211/293] Compiling Lottie DotLottieCache.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[212/293] Compiling Lottie DotLottieCacheProvider.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[213/293] Compiling Lottie DotLottieConfiguration.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[214/293] Compiling Lottie DotLottieFile.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[215/293] Compiling Lottie DotLottieFileHelpers.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[216/293] Compiling Lottie AnimationKeypath.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[217/293] Compiling Lottie AnyValueProvider.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[218/293] Compiling Lottie ColorValueProvider.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[219/293] Compiling Lottie FloatValueProvider.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[220/293] Compiling Lottie GradientValueProvider.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[221/293] Compiling Lottie PointValueProvider.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[222/293] Compiling Lottie SizeValueProvider.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[223/293] Compiling Lottie AnimationFontProvider.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[224/293] Compiling Lottie AnimationImageProvider.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[225/293] Compiling Lottie Interpolatable.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[226/293] Compiling Lottie Keyframe.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[227/293] Compiling Lottie LottieLogger.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[228/293] Compiling Lottie AnimationTime.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[229/293] Compiling Lottie LottieColor.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[230/293] Compiling Lottie Vectors.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[231/293] Compiling Lottie AnimationTextProvider.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[232/293] Compiling Lottie AnimationSubview.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[233/293] Compiling Lottie BundleImageProvider.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[234/293] Compiling Lottie CompatibleAnimationKeypath.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[235/293] Compiling Lottie CompatibleAnimationView.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[236/293] Compiling Lottie FilepathImageProvider.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[237/293] Compiling Lottie LottieAnimationViewBase.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[238/293] Compiling Lottie UIColorExtension.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[239/293] Compiling Lottie AnimationSubview.macOS.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[240/293] Compiling Lottie BundleImageProvider.macOS.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[241/293] Compiling Lottie FilepathImageProvider.macOS.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[242/293] Compiling Lottie LottieAnimationViewBase.macOS.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[243/293] Compiling Lottie resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[244/293] Compiling Lottie CALayer+setupLayerHierarchy.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[245/293] Compiling Lottie GradientRenderLayer.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[246/293] Compiling Lottie ImageLayer.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[247/293] Compiling Lottie InfiniteOpaqueAnimationLayer.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[248/293] Compiling Lottie LayerModel+makeAnimationLayer.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[249/293] Compiling Lottie MaskCompositionLayer.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[250/293] Compiling Lottie PreCompLayer.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[251/293] Compiling Lottie RepeaterLayer.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[252/293] Compiling Lottie ShapeItemLayer.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[253/293] Compiling Lottie ShapeLayer.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[254/293] Compiling Lottie SolidLayer.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[255/293] Compiling Lottie TextLayer.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[256/293] Compiling Lottie TransformLayer.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[257/293] Compiling Lottie ValueProviderStore.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[258/293] Compiling Lottie Collection+Diff.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[259/293] Compiling Lottie Diffable.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[260/293] Compiling Lottie DiffableSection.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[261/293] Compiling Lottie IndexChangeset.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[262/293] Compiling Lottie SectionedChangeset.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[263/293] Compiling Lottie EpoxyLogger.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[264/293] Compiling Lottie CallbackContextEpoxyModeled.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[265/293] Compiling Lottie EpoxyModelArrayBuilder.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[266/293] Compiling Lottie EpoxyModelProperty.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[267/293] Compiling Lottie EpoxyModelStorage.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[268/293] Compiling Lottie Binding+Map.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[269/293] Compiling Lottie View+ValueChanged.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[270/293] Compiling Lottie InterpolatableExtensions.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[271/293] Compiling Lottie KeyframeExtensions.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[272/293] Compiling Lottie KeyframeInterpolator.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[273/293] Compiling Lottie LottieAnimationSource.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[274/293] Compiling Lottie BezierPath.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[275/293] Compiling Lottie BezierPathRoundExtension.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[276/293] Compiling Lottie CGPointExtension.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[277/293] Compiling Lottie ColorExtension.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[278/293] Compiling Lottie CompoundBezierPath.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[279/293] Compiling Lottie CurveVertex.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[280/293] Compiling Lottie PathElement.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[281/293] Compiling Lottie UnitBezier.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[282/293] Compiling Lottie VectorsExtensions.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[283/293] Compiling Lottie LottieAnimation.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[284/293] Compiling Lottie LottieAnimationHelpers.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[285/293] Compiling Lottie LottieAnimationLayer.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[286/293] Compiling Lottie LottieAnimationView.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[287/293] Compiling Lottie LottieAnimationViewInitializers.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[288/293] Compiling Lottie LottiePlaybackMode.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[289/293] Compiling Lottie LottieView.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
[290/293] Compiling Lottie AnimationCacheProvider.swift
/host/spi-builder-workspace/Sources/Private/CoreAnimation/Animations/CAAnimation+TimingConfiguration.swift:4:8: error: no such module 'QuartzCore'
2 | // Copyright © 2022 Airbnb Inc. All rights reserved.
3 |
4 | import QuartzCore
| `- error: no such module 'QuartzCore'
5 |
6 | extension CAAnimation {
BUILD FAILURE 6.0 linux