Build Information
Failed to build Hero, reference develop (d7a72e
), with Swift 6.1 for Linux on 30 Apr 2025 09:30:50 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/HeroTransitions/Hero.git
Reference: develop
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/HeroTransitions/Hero
* branch develop -> FETCH_HEAD
* [new branch] develop -> origin/develop
HEAD is now at d7a72e1 Merge branch 'release/1.6.4' into develop
Cloned https://github.com/HeroTransitions/Hero.git
Revision (git rev-parse @):
d7a72e13b034599ff694e6907f770e6bcb83f59d
SUCCESS checkout https://github.com/HeroTransitions/Hero.git at develop
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/HeroTransitions/Hero.git
https://github.com/HeroTransitions/Hero.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "Hero",
"name" : "Hero",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "tvos",
"version" : "10.0"
},
{
"name" : "ios",
"version" : "10.0"
}
],
"products" : [
{
"name" : "Hero",
"targets" : [
"Hero"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "HeroTests",
"module_type" : "SwiftTarget",
"name" : "HeroTests",
"path" : "Tests",
"sources" : [
"HeroTests.swift"
],
"target_dependencies" : [
"Hero"
],
"type" : "test"
},
{
"c99name" : "Hero",
"module_type" : "SwiftTarget",
"name" : "Hero",
"path" : "Sources",
"product_memberships" : [
"Hero"
],
"sources" : [
"Animator/HeroAnimatorViewContext.swift",
"Animator/HeroCoreAnimationViewContext.swift",
"Animator/HeroDefaultAnimator.swift",
"Animator/HeroViewPropertyViewContext.swift",
"Debug Plugin/HeroDebugPlugin.swift",
"Debug Plugin/HeroDebugView.swift",
"Extensions/Array+HeroModifier.swift",
"Extensions/CALayer+Hero.swift",
"Extensions/CAMediaTimingFunction+Hero.swift",
"Extensions/CG+Hero.swift",
"Extensions/DispatchQueue+Hero.swift",
"Extensions/Locale+Hero.swift",
"Extensions/UIColor+HexString.swift",
"Extensions/UIKit+Hero.swift",
"Extensions/UIView+Hero.swift",
"Extensions/UIViewController+Hero.swift",
"HeroCompatible.swift",
"HeroContext.swift",
"HeroModifier+Advanced.swift",
"HeroModifier+HeroStringConvertible.swift",
"HeroModifier.swift",
"HeroPlugin.swift",
"HeroTargetState.swift",
"HeroTypes.swift",
"HeroViewControllerDelegate.swift",
"Parser/HeroStringConvertible.swift",
"Parser/Lexer.swift",
"Parser/Nodes.swift",
"Parser/Parser.swift",
"Parser/Regex.swift",
"Preprocessors/BasePreprocessor.swift",
"Preprocessors/CascadePreprocessor.swift",
"Preprocessors/ConditionalPreprocessor.swift",
"Preprocessors/DefaultAnimationPreprocessor.swift",
"Preprocessors/IgnoreSubviewModifiersPreprocessor.swift",
"Preprocessors/MatchPreprocessor.swift",
"Preprocessors/SourcePreprocessor.swift",
"SwiftSupport.swift",
"Transition/HeroProgressRunner.swift",
"Transition/HeroTransition+Animate.swift",
"Transition/HeroTransition+Complete.swift",
"Transition/HeroTransition+CustomTransition.swift",
"Transition/HeroTransition+Interactive.swift",
"Transition/HeroTransition+Start.swift",
"Transition/HeroTransition+UINavigationControllerDelegate.swift",
"Transition/HeroTransition+UITabBarControllerDelegate.swift",
"Transition/HeroTransition+UIViewControllerTransitioningDelegate.swift",
"Transition/HeroTransition.swift",
"Transition/HeroTransitionState.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/46] Emitting module Hero
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[4/52] Compiling Hero HeroModifier+HeroStringConvertible.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[5/52] Compiling Hero HeroModifier.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[6/52] Compiling Hero HeroPlugin.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[7/52] Compiling Hero HeroTargetState.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[8/52] Compiling Hero HeroTypes.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[9/52] Compiling Hero HeroViewControllerDelegate.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[10/52] Compiling Hero HeroTransition+Start.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[11/52] Compiling Hero HeroTransition+UINavigationControllerDelegate.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[12/52] Compiling Hero HeroTransition+UITabBarControllerDelegate.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[13/52] Compiling Hero HeroTransition+UIViewControllerTransitioningDelegate.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[14/52] Compiling Hero HeroTransition.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[15/52] Compiling Hero HeroTransitionState.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[16/52] Compiling Hero UIKit+Hero.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[17/52] Compiling Hero UIView+Hero.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[18/52] Compiling Hero UIViewController+Hero.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[19/52] Compiling Hero HeroCompatible.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[20/52] Compiling Hero HeroContext.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[21/52] Compiling Hero HeroModifier+Advanced.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[22/52] Compiling Hero CascadePreprocessor.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[23/52] Compiling Hero ConditionalPreprocessor.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[24/52] Compiling Hero DefaultAnimationPreprocessor.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[25/52] Compiling Hero IgnoreSubviewModifiersPreprocessor.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[26/52] Compiling Hero MatchPreprocessor.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[27/52] Compiling Hero SourcePreprocessor.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[28/52] Compiling Hero CALayer+Hero.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[29/52] Compiling Hero CAMediaTimingFunction+Hero.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[30/52] Compiling Hero CG+Hero.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[31/52] Compiling Hero DispatchQueue+Hero.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[32/52] Compiling Hero Locale+Hero.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[33/52] Compiling Hero UIColor+HexString.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[34/52] Compiling Hero HeroStringConvertible.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[35/52] Compiling Hero Lexer.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[36/52] Compiling Hero Nodes.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[37/52] Compiling Hero Parser.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[38/52] Compiling Hero Regex.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[39/52] Compiling Hero BasePreprocessor.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[40/52] Compiling Hero SwiftSupport.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[41/52] Compiling Hero HeroProgressRunner.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[42/52] Compiling Hero HeroTransition+Animate.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[43/52] Compiling Hero HeroTransition+Complete.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[44/52] Compiling Hero HeroTransition+CustomTransition.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[45/52] Compiling Hero HeroTransition+Interactive.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[46/52] Compiling Hero HeroAnimatorViewContext.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[47/52] Compiling Hero HeroCoreAnimationViewContext.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[48/52] Compiling Hero HeroDefaultAnimator.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[49/52] Compiling Hero HeroViewPropertyViewContext.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[50/52] Compiling Hero HeroDebugPlugin.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[51/52] Compiling Hero HeroDebugView.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[52/52] Compiling Hero Array+HeroModifier.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/45] Compiling Hero UIKit+Hero.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[3/45] Compiling Hero UIView+Hero.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[4/45] Compiling Hero UIViewController+Hero.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[5/45] Compiling Hero HeroCompatible.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[6/45] Compiling Hero HeroContext.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[7/45] Compiling Hero HeroModifier+Advanced.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[8/45] Compiling Hero SwiftSupport.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[9/45] Compiling Hero HeroProgressRunner.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[10/45] Compiling Hero HeroTransition+Animate.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[11/45] Compiling Hero HeroTransition+Complete.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[12/45] Compiling Hero HeroTransition+CustomTransition.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[13/45] Compiling Hero HeroTransition+Interactive.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[14/51] Compiling Hero HeroAnimatorViewContext.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[15/51] Compiling Hero HeroCoreAnimationViewContext.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[16/51] Compiling Hero HeroDefaultAnimator.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[17/51] Compiling Hero HeroViewPropertyViewContext.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[18/51] Compiling Hero HeroDebugPlugin.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[19/51] Compiling Hero HeroDebugView.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[20/51] Compiling Hero Array+HeroModifier.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
error: emit-module command failed with exit code 1 (use -v to see invocation)
[21/51] Emitting module Hero
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[22/51] Compiling Hero HeroModifier+HeroStringConvertible.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[23/51] Compiling Hero HeroModifier.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[24/51] Compiling Hero HeroPlugin.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[25/51] Compiling Hero HeroTargetState.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[26/51] Compiling Hero HeroTypes.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[27/51] Compiling Hero HeroViewControllerDelegate.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[28/51] Compiling Hero CascadePreprocessor.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[29/51] Compiling Hero ConditionalPreprocessor.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[30/51] Compiling Hero DefaultAnimationPreprocessor.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[31/51] Compiling Hero IgnoreSubviewModifiersPreprocessor.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[32/51] Compiling Hero MatchPreprocessor.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[33/51] Compiling Hero SourcePreprocessor.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[34/51] Compiling Hero HeroTransition+Start.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[35/51] Compiling Hero HeroTransition+UINavigationControllerDelegate.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[36/51] Compiling Hero HeroTransition+UITabBarControllerDelegate.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[37/51] Compiling Hero HeroTransition+UIViewControllerTransitioningDelegate.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[38/51] Compiling Hero HeroTransition.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[39/51] Compiling Hero HeroTransitionState.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[40/51] Compiling Hero CALayer+Hero.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[41/51] Compiling Hero CAMediaTimingFunction+Hero.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[42/51] Compiling Hero CG+Hero.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[43/51] Compiling Hero DispatchQueue+Hero.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[44/51] Compiling Hero Locale+Hero.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[45/51] Compiling Hero UIColor+HexString.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[46/51] Compiling Hero HeroStringConvertible.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[47/51] Compiling Hero Lexer.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[48/51] Compiling Hero Nodes.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[49/51] Compiling Hero Parser.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[50/51] Compiling Hero Regex.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
[51/51] Compiling Hero BasePreprocessor.swift
/host/spi-builder-workspace/Sources/Extensions/CG+Hero.swift:23:8: error: no such module 'QuartzCore'
21 | // THE SOFTWARE.
22 |
23 | import QuartzCore
| `- error: no such module 'QuartzCore'
24 |
25 | let π = CGFloat.pi
BUILD FAILURE 6.1 linux