Build Information
Failed to build AnimationPlanner, reference main (8b980e
), with Swift 6.0 for macOS (SPM) on 1 Dec 2024 05:36:55 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -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
Build Log
========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PimCoumans/AnimationPlanner.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/PimCoumans/AnimationPlanner
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 8b980ea Perform Group’s animations in defined order (#22)
Cloned https://github.com/PimCoumans/AnimationPlanner.git
Revision (git rev-parse @):
8b980ea94df6839d48ad02a59f92b3e9f1ed9d4a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/PimCoumans/AnimationPlanner.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "animationplanner",
"name": "AnimationPlanner",
"url": "https://github.com/PimCoumans/AnimationPlanner.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AnimationPlanner",
"dependencies": [
]
}
]
}
Fetching https://github.com/PimCoumans/AnimationPlanner.git
[1/1285] Fetching animationplanner
Fetched https://github.com/PimCoumans/AnimationPlanner.git from cache (0.99s)
Creating working copy for https://github.com/PimCoumans/AnimationPlanner.git
Working copy of https://github.com/PimCoumans/AnimationPlanner.git resolved at main (8b980ea)
warning: '.resolve-product-dependencies': dependency 'animationplanner' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/PimCoumans/AnimationPlanner.git
{
"dependencies" : [
],
"manifest_display_name" : "AnimationPlanner",
"name" : "AnimationPlanner",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "11.0"
}
],
"products" : [
{
"name" : "AnimationPlanner",
"targets" : [
"AnimationPlanner"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AnimationPlannerTests",
"module_type" : "SwiftTarget",
"name" : "AnimationPlannerTests",
"path" : "Tests/AnimationPlannerTests",
"sources" : [
"AnimationPlannerTests.swift",
"BaselineTests.swift",
"BuilderTests.swift",
"ComplexAnimationTests.swift",
"GroupTests.swift",
"SequenceTests.swift",
"StoppingTests.swift"
],
"target_dependencies" : [
"AnimationPlanner"
],
"type" : "test"
},
{
"c99name" : "AnimationPlanner",
"module_type" : "SwiftTarget",
"name" : "AnimationPlanner",
"path" : "Sources/AnimationPlanner",
"product_memberships" : [
"AnimationPlanner"
],
"sources" : [
"AnimationPlanner.swift",
"Animations/Animate.swift",
"Animations/AnimateDelayed.swift",
"Animations/AnimateSpring.swift",
"Animations/AnimationBuilder.swift",
"Animations/Extra.swift",
"Animations/Group.swift",
"Animations/Loop.swift",
"Animations/MapSequence.swift",
"Animations/Sequence.swift",
"Animations/Wait.swift",
"Extensions/CAMediaTimingFunction.swift",
"Protocols/Animatable.swift",
"Protocols/AnimationContainer.swift",
"Protocols/AnimationConvertible.swift",
"Protocols/AnimationModifiers.swift",
"Protocols/PerformsAnimations.swift",
"RunningSequence.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/20] Compiling AnimationPlanner PerformsAnimations.swift
/Users/admin/builder/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// Chain multiple `UIView` animations with a clear declarative syntax, describing each step along the way.
[4/20] Compiling AnimationPlanner MapSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// Chain multiple `UIView` animations with a clear declarative syntax, describing each step along the way.
[5/20] Compiling AnimationPlanner Sequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// Chain multiple `UIView` animations with a clear declarative syntax, describing each step along the way.
[6/20] Compiling AnimationPlanner Animatable.swift
/Users/admin/builder/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// Chain multiple `UIView` animations with a clear declarative syntax, describing each step along the way.
[7/20] Compiling AnimationPlanner AnimationContainer.swift
/Users/admin/builder/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// Chain multiple `UIView` animations with a clear declarative syntax, describing each step along the way.
[8/21] Compiling AnimationPlanner RunningSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// Chain multiple `UIView` animations with a clear declarative syntax, describing each step along the way.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/21] Emitting module AnimationPlanner
/Users/admin/builder/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// Chain multiple `UIView` animations with a clear declarative syntax, describing each step along the way.
[10/21] Compiling AnimationPlanner AnimationBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// Chain multiple `UIView` animations with a clear declarative syntax, describing each step along the way.
[11/21] Compiling AnimationPlanner Extra.swift
/Users/admin/builder/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// Chain multiple `UIView` animations with a clear declarative syntax, describing each step along the way.
[12/21] Compiling AnimationPlanner Wait.swift
/Users/admin/builder/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// Chain multiple `UIView` animations with a clear declarative syntax, describing each step along the way.
[13/21] Compiling AnimationPlanner CAMediaTimingFunction.swift
/Users/admin/builder/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// Chain multiple `UIView` animations with a clear declarative syntax, describing each step along the way.
[14/21] Compiling AnimationPlanner AnimationConvertible.swift
/Users/admin/builder/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// Chain multiple `UIView` animations with a clear declarative syntax, describing each step along the way.
[15/21] Compiling AnimationPlanner AnimationModifiers.swift
/Users/admin/builder/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// Chain multiple `UIView` animations with a clear declarative syntax, describing each step along the way.
[16/21] Compiling AnimationPlanner Group.swift
/Users/admin/builder/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// Chain multiple `UIView` animations with a clear declarative syntax, describing each step along the way.
[17/21] Compiling AnimationPlanner Loop.swift
/Users/admin/builder/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// Chain multiple `UIView` animations with a clear declarative syntax, describing each step along the way.
[18/21] Compiling AnimationPlanner AnimationPlanner.swift
/Users/admin/builder/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// Chain multiple `UIView` animations with a clear declarative syntax, describing each step along the way.
[19/21] Compiling AnimationPlanner Animate.swift
/Users/admin/builder/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// Chain multiple `UIView` animations with a clear declarative syntax, describing each step along the way.
[20/21] Compiling AnimationPlanner AnimateDelayed.swift
/Users/admin/builder/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// Chain multiple `UIView` animations with a clear declarative syntax, describing each step along the way.
[21/21] Compiling AnimationPlanner AnimateSpring.swift
/Users/admin/builder/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// Chain multiple `UIView` animations with a clear declarative syntax, describing each step along the way.
BUILD FAILURE 6.0 macosSpm