Build Information
Failed to build TextureSwiftSupport, reference 3.24.0 (ce3319
), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 07:11:16 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/FluidGroup/TextureSwiftSupport.git
Reference: 3.24.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/FluidGroup/TextureSwiftSupport
* tag 3.24.0 -> FETCH_HEAD
HEAD is now at ce33193 Support MainActor updates from Texture (#123)
Cloned https://github.com/FluidGroup/TextureSwiftSupport.git
Revision (git rev-parse @):
ce3319351831533330e22d205bd83937848059db
SUCCESS checkout https://github.com/FluidGroup/TextureSwiftSupport.git at 3.24.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/FluidGroup/TextureSwiftSupport.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Fetching https://github.com/FluidGroup/Descriptors
Fetching https://github.com/FluidGroup/Texture.git
[1/142] Fetching descriptors
[138/43794] Fetching descriptors, texture
Fetched https://github.com/FluidGroup/Texture.git from cache (4.59s)
Fetched https://github.com/FluidGroup/Descriptors from cache (4.59s)
Computing version for https://github.com/FluidGroup/Texture.git
Computed https://github.com/FluidGroup/Texture.git at 3.0.3 (5.21s)
Computing version for https://github.com/FluidGroup/Descriptors
warning: 'descriptors': /Package.swift:8:21: warning: 'v10' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
6 | let package = Package(
7 | name: "Descriptors",
8 | platforms: [.iOS(.v10)],
| `- warning: 'v10' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
9 | products: [
10 | // Products define the executables and libraries a package produces, and make them visible to other packages.
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Computed https://github.com/FluidGroup/Descriptors at 0.3.0 (0.46s)
Creating working copy for https://github.com/FluidGroup/Descriptors
Working copy of https://github.com/FluidGroup/Descriptors resolved at 0.3.0
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: 'descriptors': /Users/admin/builder/spi-builder-workspace/.build/checkouts/Descriptors/Package.swift:8:21: warning: 'v10' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
6 | let package = Package(
7 | name: "Descriptors",
8 | platforms: [.iOS(.v10)],
| `- warning: 'v10' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
9 | products: [
10 | // Products define the executables and libraries a package produces, and make them visible to other packages.
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
error: the library 'TextureSwiftSupport' requires macos 10.13, but depends on the product 'AsyncDisplayKit' which requires macos 10.15; consider changing the library 'TextureSwiftSupport' to require macos 10.15 or later, or the product 'AsyncDisplayKit' to require macos 10.13 or earlier.
BUILD FAILURE 6.2 macosSpm