Build Information
Failed to build AsyncMultiplexImage, reference 1.0.0 (2c0dc7), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 00:59:28 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/FluidGroup/swiftui-async-multiplex-image.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/FluidGroup/swiftui-async-multiplex-image
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at 2c0dc7b Update MultiplexImage (#33)
Cloned https://github.com/FluidGroup/swiftui-async-multiplex-image.git
Revision (git rev-parse @):
2c0dc7bd7dd7fa51b4161b6ae6b15ff59412f2c2
SUCCESS checkout https://github.com/FluidGroup/swiftui-async-multiplex-image.git at 1.0.0
Fetching https://github.com/FluidGroup/swiftui-support.git
Fetching https://github.com/kean/Nuke.git
[1/28598] Fetching nuke
[5435/184471] Fetching nuke, swiftui-support
Fetched https://github.com/kean/Nuke.git from cache (1.93s)
[40527/155873] Fetching swiftui-support
Fetched https://github.com/FluidGroup/swiftui-support.git from cache (4.84s)
Computing version for https://github.com/FluidGroup/swiftui-support.git
Computed https://github.com/FluidGroup/swiftui-support.git at 0.12.0 (5.43s)
Computing version for https://github.com/kean/Nuke.git
Computed https://github.com/kean/Nuke.git at 12.0.0 (3.53s)
Creating working copy for https://github.com/FluidGroup/swiftui-support.git
Working copy of https://github.com/FluidGroup/swiftui-support.git resolved at 0.12.0
Creating working copy for https://github.com/kean/Nuke.git
Working copy of https://github.com/kean/Nuke.git resolved at 12.0.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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swiftui-async-multiplex-image",
"name": "AsyncMultiplexImage",
"url": "https://github.com/FluidGroup/swiftui-async-multiplex-image.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swiftui-async-multiplex-image",
"traits": [
"default"
],
"dependencies": [
{
"identity": "nuke",
"name": "Nuke",
"url": "https://github.com/kean/Nuke.git",
"version": "12.9.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Nuke",
"traits": [
"default"
],
"dependencies": [
]
},
{
"identity": "swiftui-support",
"name": "SwiftUISupport",
"url": "https://github.com/FluidGroup/swiftui-support.git",
"version": "0.13.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swiftui-support",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/FluidGroup/swiftui-async-multiplex-image.git
[1/598] Fetching swiftui-async-multiplex-image
Fetched https://github.com/FluidGroup/swiftui-async-multiplex-image.git from cache (0.74s)
Fetching https://github.com/kean/Nuke.git from cache
Fetching https://github.com/FluidGroup/swiftui-support.git from cache
Fetched https://github.com/kean/Nuke.git from cache (0.56s)
Fetched https://github.com/FluidGroup/swiftui-support.git from cache (0.56s)
Computing version for https://github.com/FluidGroup/swiftui-support.git
Computed https://github.com/FluidGroup/swiftui-support.git at 0.13.0 (0.63s)
Computing version for https://github.com/kean/Nuke.git
Computed https://github.com/kean/Nuke.git at 12.9.0 (0.58s)
Creating working copy for https://github.com/FluidGroup/swiftui-support.git
Working copy of https://github.com/FluidGroup/swiftui-support.git resolved at 0.13.0
Creating working copy for https://github.com/FluidGroup/swiftui-async-multiplex-image.git
Working copy of https://github.com/FluidGroup/swiftui-async-multiplex-image.git resolved at 1.0.0 (2c0dc7b)
Creating working copy for https://github.com/kean/Nuke.git
Working copy of https://github.com/kean/Nuke.git resolved at 12.9.0
warning: '.resolve-product-dependencies': dependency 'swiftui-async-multiplex-image' is not used by any target
Found 2 product dependencies
- Nuke
- SwiftUISupport
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/FluidGroup/swiftui-async-multiplex-image.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
error: the library 'AsyncMultiplexImage-Nuke' requires macos 10.13, but depends on the product 'Nuke' which requires macos 10.15; consider changing the library 'AsyncMultiplexImage-Nuke' to require macos 10.15 or later, or the product 'Nuke' to require macos 10.13 or earlier.
error: the library 'AsyncMultiplexImage' requires macos 10.13, but depends on the product 'SwiftUISupportBackport' which requires macos 10.15; consider changing the library 'AsyncMultiplexImage' to require macos 10.15 or later, or the product 'SwiftUISupportBackport' to require macos 10.13 or earlier.
BUILD FAILURE 6.3 macosSpm