Build Information
Failed to build LottieForSwiftUI, reference main (0a3976
), with Swift 6.0 for macOS (SPM) on 3 Nov 2024 05:24:44 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
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fatihdurmaz/LottieForSwiftUI.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fatihdurmaz/LottieForSwiftUI
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 0a39761 swift tools version change
Cloned https://github.com/fatihdurmaz/LottieForSwiftUI.git
Revision (git rev-parse @):
0a39761435061ef2dd7df2eecded6cddc0904bb0
SUCCESS checkout https://github.com/fatihdurmaz/LottieForSwiftUI.git at main
Fetching https://github.com/airbnb/lottie-ios.git
[1/33025] Fetching lottie-ios
Fetched https://github.com/airbnb/lottie-ios.git from cache (47.38s)
Computing version for https://github.com/airbnb/lottie-ios.git
Computed https://github.com/airbnb/lottie-ios.git at 4.5.0 (0.52s)
Creating working copy for https://github.com/airbnb/lottie-ios.git
Working copy of https://github.com/airbnb/lottie-ios.git resolved at 4.5.0
========================================
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": "lottieforswiftui",
"name": "LottieForSwiftUI",
"url": "https://github.com/fatihdurmaz/LottieForSwiftUI.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/LottieForSwiftUI",
"dependencies": [
{
"identity": "lottie-ios",
"name": "Lottie",
"url": "https://github.com/airbnb/lottie-ios.git",
"version": "4.5.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/lottie-ios",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/fatihdurmaz/LottieForSwiftUI.git
[1/85] Fetching lottieforswiftui
Fetched https://github.com/fatihdurmaz/LottieForSwiftUI.git from cache (0.70s)
Fetching https://github.com/airbnb/lottie-ios.git from cache
Fetched https://github.com/airbnb/lottie-ios.git from cache (0.57s)
Computing version for https://github.com/airbnb/lottie-ios.git
Computed https://github.com/airbnb/lottie-ios.git at 4.5.0 (0.02s)
Creating working copy for https://github.com/fatihdurmaz/LottieForSwiftUI.git
Working copy of https://github.com/fatihdurmaz/LottieForSwiftUI.git resolved at main (0a39761)
Creating working copy for https://github.com/airbnb/lottie-ios.git
Working copy of https://github.com/airbnb/lottie-ios.git resolved at 4.5.0
warning: '.resolve-product-dependencies': dependency 'lottieforswiftui' is not used by any target
Found 1 product dependencies
- Lottie
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/fatihdurmaz/LottieForSwiftUI.git
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
error: the library 'LottieForSwiftUI' requires macos 10.13, but depends on the product 'Lottie' which requires macos 10.15; consider changing the library 'LottieForSwiftUI' to require macos 10.15 or later, or the product 'Lottie' to require macos 10.13 or earlier.
BUILD FAILURE 6.0 macosSpm