Build Information
Failed to build TextureBridging, reference 3.2.1 (4383f8
), with Swift 6.0 for macOS (SPM) on 10 Mar 2025 08:40:44 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/FluidGroup/TextureBridging.git
Reference: 3.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/FluidGroup/TextureBridging
* tag 3.2.1 -> FETCH_HEAD
HEAD is now at 4383f8a Update Package.swift (#10)
Cloned https://github.com/FluidGroup/TextureBridging.git
Revision (git rev-parse @):
4383f8a9846a0507d2c22ee9fac22153f9b86fed
SUCCESS checkout https://github.com/FluidGroup/TextureBridging.git at 3.2.1
Fetching https://github.com/FluidGroup/Texture.git
[1/43643] Fetching texture
Fetched https://github.com/FluidGroup/Texture.git from cache (88.51s)
Computing version for https://github.com/FluidGroup/Texture.git
Computed https://github.com/FluidGroup/Texture.git at 3.0.2 (0.81s)
Creating working copy for https://github.com/FluidGroup/Texture.git
Working copy of https://github.com/FluidGroup/Texture.git resolved at 3.0.2
========================================
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": "texturebridging",
"name": "TextureBridging",
"url": "https://github.com/FluidGroup/TextureBridging.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/TextureBridging",
"dependencies": [
{
"identity": "texture",
"name": "Texture",
"url": "https://github.com/FluidGroup/Texture.git",
"version": "3.0.3",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Texture",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/FluidGroup/TextureBridging.git
[1/1466] Fetching texturebridging
Fetched https://github.com/FluidGroup/TextureBridging.git from cache (1.71s)
Fetching https://github.com/FluidGroup/Texture.git from cache
Fetched https://github.com/FluidGroup/Texture.git from cache (0.47s)
Computing version for https://github.com/FluidGroup/Texture.git
Computed https://github.com/FluidGroup/Texture.git at 3.0.3 (0.02s)
Creating working copy for https://github.com/FluidGroup/TextureBridging.git
Working copy of https://github.com/FluidGroup/TextureBridging.git resolved at 3.2.1 (4383f8a)
Creating working copy for https://github.com/FluidGroup/Texture.git
Working copy of https://github.com/FluidGroup/Texture.git resolved at 3.0.3
warning: '.resolve-product-dependencies': dependency 'texturebridging' is not used by any target
Found 1 product dependencies
- Texture
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/FluidGroup/TextureBridging.git
https://github.com/FluidGroup/TextureBridging.git
{
"dependencies" : [
{
"identity" : "texture",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.2",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/FluidGroup/Texture.git"
}
],
"manifest_display_name" : "TextureBridging",
"name" : "TextureBridging",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "TextureBridging",
"targets" : [
"TextureBridging"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "TextureBridging",
"module_type" : "SwiftTarget",
"name" : "TextureBridging",
"path" : "Sources/TextureBridging",
"product_dependencies" : [
"AsyncDisplayKit"
],
"product_memberships" : [
"TextureBridging"
],
"sources" : [
"Logger.swift",
"NodeView.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.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
error: the library 'TextureBridging' requires macos 10.13, but depends on the product 'AsyncDisplayKit' which requires macos 10.15; consider changing the library 'TextureBridging' to require macos 10.15 or later, or the product 'AsyncDisplayKit' to require macos 10.13 or earlier.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
error: the library 'TextureBridging' requires macos 10.13, but depends on the product 'AsyncDisplayKit' which requires macos 10.15; consider changing the library 'TextureBridging' to require macos 10.15 or later, or the product 'AsyncDisplayKit' to require macos 10.13 or earlier.
BUILD FAILURE 6.0 macosSpm