Build Information
Failed to build TextureSwiftSupport, reference main (1d1391
), with Swift 6.0 for macOS (SPM) on 17 Jul 2025 04:02:34 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/FluidGroup/TextureSwiftSupport
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 1d1391b support dark mode switching in StyledEdgeNode (#124)
Cloned https://github.com/FluidGroup/TextureSwiftSupport.git
Revision (git rev-parse @):
1d1391b0156d3fce85441265c9e4fe6b7d7195d0
SUCCESS checkout https://github.com/FluidGroup/TextureSwiftSupport.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/FluidGroup/TextureSwiftSupport.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Fetching https://github.com/FluidGroup/Texture.git
Fetching https://github.com/FluidGroup/Descriptors
[1/142] Fetching descriptors
Fetched https://github.com/FluidGroup/Descriptors from cache (0.62s)
[1/43656] Fetching texture
Fetched https://github.com/FluidGroup/Texture.git from cache (4.48s)
Computing version for https://github.com/FluidGroup/Texture.git
Computed https://github.com/FluidGroup/Texture.git at 3.0.3 (0.60s)
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
6 | let package = Package(
7 | name: "Descriptors",
8 | platforms: [.iOS(.v10)],
| `- warning: 'v10' is deprecated: iOS 12.0 is the oldest supported version
9 | products: [
10 | // Products define the executables and libraries a package produces, and make them visible to other packages.
Computed https://github.com/FluidGroup/Descriptors at 0.3.0 (0.48s)
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
6 | let package = Package(
7 | name: "Descriptors",
8 | platforms: [.iOS(.v10)],
| `- warning: 'v10' is deprecated: iOS 12.0 is the oldest supported version
9 | products: [
10 | // Products define the executables and libraries a package produces, and make them visible to other packages.
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Sources/Info.plist
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.0 macosSpm