Build Information
Failed to build swift-aria2, reference 0.0.1 (eb07c0), with Swift 6.3 for watchOS using Xcode 26.4 on 17 Apr 2026 23:58:23 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-aria2-Package -destination generic/platform=watchOSBuild Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/McNight/Swift-Aria2.git
Reference: 0.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/McNight/Swift-Aria2
* tag 0.0.1 -> FETCH_HEAD
HEAD is now at eb07c02 Initial commit
Cloned https://github.com/McNight/Swift-Aria2.git
Revision (git rev-parse @):
eb07c02cba617ded3cb8a5f5c1af33dc6ce4f3bd
SUCCESS checkout https://github.com/McNight/Swift-Aria2.git at 0.0.1
========================================
Build
========================================
Selected platform: watchOS
Swift version: 6.3
Building package at path: $PWD
https://github.com/McNight/Swift-Aria2.git
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/apple/swift-argument-parser.git
Fetching from https://github.com/tuist/Noora
Fetching from https://github.com/onevcat/Rainbow
Fetching from https://github.com/tuist/path
Fetching from https://github.com/apple/swift-log
Creating working copy of package ‘Noora’
Checking out 0.56.0 of package ‘Noora’
Creating working copy of package ‘swift-log’
Checking out 1.12.0 of package ‘swift-log’
Creating working copy of package ‘path’
Checking out 0.3.8 of package ‘path’
Creating working copy of package ‘Rainbow’
Checking out 4.2.1 of package ‘Rainbow’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.7.1 of package ‘swift-argument-parser’
Resolve Package Graph
Resolved source packages:
Noora: https://github.com/tuist/Noora @ 0.56.0
Rainbow: https://github.com/onevcat/Rainbow @ 4.2.1
Path: https://github.com/tuist/path @ 0.3.8
swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.7.1
swift-aria2: /Users/admin/builder/spi-builder-workspace
swift-log: https://github.com/apple/swift-log @ 1.12.0
resolved source packages: Noora, Rainbow, Path, swift-argument-parser, swift-aria2, swift-log
2026-04-17 19:57:59.370 xcodebuild[529:3067] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "noora",
"requirement" : {
"range" : [
{
"lower_bound" : "0.15.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tuist/Noora"
}
],
"manifest_display_name" : "swift-aria2",
"name" : "swift-aria2",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "SwiftAria2",
"targets" : [
"SwiftAria2"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "URLSessionBindings",
"targets" : [
"URLSessionBindings"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "cli",
"targets" : [
"cli"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "cli",
"module_type" : "SwiftTarget",
"name" : "cli",
"path" : "Sources/cli",
"product_dependencies" : [
"ArgumentParser",
"Noora"
],
"product_memberships" : [
"cli"
],
"sources" : [
"cli.swift",
"download.swift"
],
"target_dependencies" : [
"SwiftAria2"
],
"type" : "executable"
},
{
"c99name" : "aria2",
"module_type" : "BinaryTarget",
"name" : "aria2",
"path" : "Frameworks/aria2.xcframework",
"product_memberships" : [
"SwiftAria2",
"URLSessionBindings",
"cli"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "URLSessionBindingsLoader",
"module_type" : "ClangTarget",
"name" : "URLSessionBindingsLoader",
"path" : "Sources/URLSessionBindingsLoader",
"product_memberships" : [
"URLSessionBindings"
],
"sources" : [
"AriaSwizzlingLoader.m"
],
"target_dependencies" : [
"SwiftAria2"
],
"type" : "library"
},
{
"c99name" : "URLSessionBindings",
"module_type" : "SwiftTarget",
"name" : "URLSessionBindings",
"path" : "Sources/URLSessionBindings",
"product_memberships" : [
"URLSessionBindings"
],
"sources" : [
"Aria+Conversions.swift",
"NSObject+Swizzling.swift",
"URLSession+Bindings.swift",
"URLSessionTask+Bindings.swift"
],
"target_dependencies" : [
"SwiftAria2",
"URLSessionBindingsLoader"
],
"type" : "library"
},
{
"c99name" : "SwiftAria2Tests",
"module_type" : "SwiftTarget",
"name" : "SwiftAria2Tests",
"path" : "Tests/SwiftAria2Tests",
"sources" : [
"SwiftAria2Tests.swift"
],
"target_dependencies" : [
"URLSessionBindings"
],
"type" : "test"
},
{
"c99name" : "SwiftAria2",
"module_type" : "SwiftTarget",
"name" : "SwiftAria2",
"path" : "Sources/SwiftAria2",
"product_memberships" : [
"SwiftAria2",
"URLSessionBindings",
"cli"
],
"sources" : [
"aria.swift",
"handle.swift",
"session.swift"
],
"target_dependencies" : [
"CxxAria2"
],
"type" : "library"
},
{
"c99name" : "CxxAria2",
"module_type" : "ClangTarget",
"name" : "CxxAria2",
"path" : "Sources/CxxAria2",
"product_memberships" : [
"SwiftAria2",
"URLSessionBindings",
"cli"
],
"sources" : [
"handle.cpp"
],
"target_dependencies" : [
"aria2"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"cli",
"swift-aria2-Package",
"SwiftAria2",
"URLSessionBindings"
]
}
}
2026-04-17 19:58:09.842 xcodebuild[847:4847] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-aria2-Package -destination generic/platform=watchOS
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme swift-aria2-Package -destination generic/platform=watchOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
swift-log: https://github.com/apple/swift-log @ 1.12.0
swift-aria2: /Users/admin/builder/spi-builder-workspace
Path: https://github.com/tuist/path @ 0.3.8
swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.7.1
Rainbow: https://github.com/onevcat/Rainbow @ 4.2.1
Noora: https://github.com/tuist/Noora @ 0.56.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (18 targets)
Target 'cli' in project 'swift-aria2'
➜ Explicit dependency on target 'CxxAria2' in project 'swift-aria2'
➜ Explicit dependency on target 'SwiftAria2' in project 'swift-aria2'
➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'Noora' in project 'Noora'
Target 'Noora' in project 'Noora'
➜ Explicit dependency on target 'Noora' in project 'Noora'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'Path' in project 'Path'
Target 'Noora' in project 'Noora'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'Path' in project 'Path'
Target 'Path' in project 'Path'
➜ Explicit dependency on target 'Path' in project 'Path'
Target 'Path' in project 'Path' (no dependencies)
Target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
Target 'Logging' in project 'swift-log' (no dependencies)
Target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
Target 'Rainbow' in project 'Rainbow' (no dependencies)
Target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
Target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
Target 'ArgumentParserToolInfo' in project 'swift-argument-parser' (no dependencies)
Target 'URLSessionBindings' in project 'swift-aria2'
➜ Explicit dependency on target 'URLSessionBindings' in project 'swift-aria2'
➜ Explicit dependency on target 'CxxAria2' in project 'swift-aria2'
➜ Explicit dependency on target 'SwiftAria2' in project 'swift-aria2'
➜ Explicit dependency on target 'URLSessionBindingsLoader' in project 'swift-aria2'
Target 'URLSessionBindings' in project 'swift-aria2'
➜ Explicit dependency on target 'CxxAria2' in project 'swift-aria2'
➜ Explicit dependency on target 'SwiftAria2' in project 'swift-aria2'
➜ Explicit dependency on target 'URLSessionBindingsLoader' in project 'swift-aria2'
Target 'URLSessionBindingsLoader' in project 'swift-aria2'
➜ Explicit dependency on target 'CxxAria2' in project 'swift-aria2'
➜ Explicit dependency on target 'SwiftAria2' in project 'swift-aria2'
Target 'SwiftAria2' in project 'swift-aria2'
➜ Explicit dependency on target 'SwiftAria2' in project 'swift-aria2'
➜ Explicit dependency on target 'CxxAria2' in project 'swift-aria2'
Target 'SwiftAria2' in project 'swift-aria2'
➜ Explicit dependency on target 'CxxAria2' in project 'swift-aria2'
Target 'CxxAria2' in project 'swift-aria2' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x objective-c -c /dev/null
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
Build description signature: a8cf3ff9c5ad8e7010abc76208180616
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/a8cf3ff9c5ad8e7010abc76208180616.xcbuilddata
/Users/admin/builder/spi-builder-workspace/Frameworks/aria2.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/Frameworks/aria2.xcframework'. (in target 'SwiftAria2' from project 'swift-aria2')
/Users/admin/builder/spi-builder-workspace/Frameworks/aria2.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/Frameworks/aria2.xcframework'. (in target 'SwiftAria2' from project 'swift-aria2')
/Users/admin/builder/spi-builder-workspace/Frameworks/aria2.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/Frameworks/aria2.xcframework'. (in target 'CxxAria2' from project 'swift-aria2')
/Users/admin/builder/spi-builder-workspace/Frameworks/aria2.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/Frameworks/aria2.xcframework'. (in target 'URLSessionBindings' from project 'swift-aria2')
/Users/admin/builder/spi-builder-workspace/Frameworks/aria2.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/Frameworks/aria2.xcframework'. (in target 'URLSessionBindingsLoader' from project 'swift-aria2')
/Users/admin/builder/spi-builder-workspace/Frameworks/aria2.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/Frameworks/aria2.xcframework'. (in target 'cli' from project 'swift-aria2')
/Users/admin/builder/spi-builder-workspace/Frameworks/aria2.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/Frameworks/aria2.xcframework'. (in target 'URLSessionBindings' from project 'swift-aria2')
2026-04-17 19:58:14.605 xcodebuild[888:5155] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme swift-aria2-Package
(1 failure)
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
Noora: https://github.com/tuist/Noora @ 0.56.0
Rainbow: https://github.com/onevcat/Rainbow @ 4.2.1
swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.7.1
Path: https://github.com/tuist/path @ 0.3.8
swift-aria2: /Users/admin/builder/spi-builder-workspace
swift-log: https://github.com/apple/swift-log @ 1.12.0
resolved source packages: Noora, Rainbow, swift-argument-parser, Path, swift-aria2, swift-log
2026-04-17 19:58:18.652 xcodebuild[1008:5699] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "noora",
"requirement" : {
"range" : [
{
"lower_bound" : "0.15.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tuist/Noora"
}
],
"manifest_display_name" : "swift-aria2",
"name" : "swift-aria2",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "SwiftAria2",
"targets" : [
"SwiftAria2"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "URLSessionBindings",
"targets" : [
"URLSessionBindings"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "cli",
"targets" : [
"cli"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "cli",
"module_type" : "SwiftTarget",
"name" : "cli",
"path" : "Sources/cli",
"product_dependencies" : [
"ArgumentParser",
"Noora"
],
"product_memberships" : [
"cli"
],
"sources" : [
"cli.swift",
"download.swift"
],
"target_dependencies" : [
"SwiftAria2"
],
"type" : "executable"
},
{
"c99name" : "aria2",
"module_type" : "BinaryTarget",
"name" : "aria2",
"path" : "Frameworks/aria2.xcframework",
"product_memberships" : [
"SwiftAria2",
"URLSessionBindings",
"cli"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "URLSessionBindingsLoader",
"module_type" : "ClangTarget",
"name" : "URLSessionBindingsLoader",
"path" : "Sources/URLSessionBindingsLoader",
"product_memberships" : [
"URLSessionBindings"
],
"sources" : [
"AriaSwizzlingLoader.m"
],
"target_dependencies" : [
"SwiftAria2"
],
"type" : "library"
},
{
"c99name" : "URLSessionBindings",
"module_type" : "SwiftTarget",
"name" : "URLSessionBindings",
"path" : "Sources/URLSessionBindings",
"product_memberships" : [
"URLSessionBindings"
],
"sources" : [
"Aria+Conversions.swift",
"NSObject+Swizzling.swift",
"URLSession+Bindings.swift",
"URLSessionTask+Bindings.swift"
],
"target_dependencies" : [
"SwiftAria2",
"URLSessionBindingsLoader"
],
"type" : "library"
},
{
"c99name" : "SwiftAria2Tests",
"module_type" : "SwiftTarget",
"name" : "SwiftAria2Tests",
"path" : "Tests/SwiftAria2Tests",
"sources" : [
"SwiftAria2Tests.swift"
],
"target_dependencies" : [
"URLSessionBindings"
],
"type" : "test"
},
{
"c99name" : "SwiftAria2",
"module_type" : "SwiftTarget",
"name" : "SwiftAria2",
"path" : "Sources/SwiftAria2",
"product_memberships" : [
"SwiftAria2",
"URLSessionBindings",
"cli"
],
"sources" : [
"aria.swift",
"handle.swift",
"session.swift"
],
"target_dependencies" : [
"CxxAria2"
],
"type" : "library"
},
{
"c99name" : "CxxAria2",
"module_type" : "ClangTarget",
"name" : "CxxAria2",
"path" : "Sources/CxxAria2",
"product_memberships" : [
"SwiftAria2",
"URLSessionBindings",
"cli"
],
"sources" : [
"handle.cpp"
],
"target_dependencies" : [
"aria2"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"cli",
"swift-aria2-Package",
"SwiftAria2",
"URLSessionBindings"
]
}
}
2026-04-17 19:58:20.646 xcodebuild[1039:5870] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-aria2-Package -destination generic/platform=watchOS
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme swift-aria2-Package -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
swift-aria2: /Users/admin/builder/spi-builder-workspace
Path: https://github.com/tuist/path @ 0.3.8
Noora: https://github.com/tuist/Noora @ 0.56.0
Rainbow: https://github.com/onevcat/Rainbow @ 4.2.1
swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.7.1
swift-log: https://github.com/apple/swift-log @ 1.12.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (18 targets)
Target 'cli' in project 'swift-aria2'
➜ Explicit dependency on target 'CxxAria2' in project 'swift-aria2'
➜ Explicit dependency on target 'SwiftAria2' in project 'swift-aria2'
➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'Noora' in project 'Noora'
Target 'Noora' in project 'Noora'
➜ Explicit dependency on target 'Noora' in project 'Noora'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'Path' in project 'Path'
Target 'Noora' in project 'Noora'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'Path' in project 'Path'
Target 'Path' in project 'Path'
➜ Explicit dependency on target 'Path' in project 'Path'
Target 'Path' in project 'Path' (no dependencies)
Target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
Target 'Logging' in project 'swift-log' (no dependencies)
Target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
Target 'Rainbow' in project 'Rainbow' (no dependencies)
Target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
Target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
Target 'ArgumentParserToolInfo' in project 'swift-argument-parser' (no dependencies)
Target 'URLSessionBindings' in project 'swift-aria2'
➜ Explicit dependency on target 'URLSessionBindings' in project 'swift-aria2'
➜ Explicit dependency on target 'CxxAria2' in project 'swift-aria2'
➜ Explicit dependency on target 'SwiftAria2' in project 'swift-aria2'
➜ Explicit dependency on target 'URLSessionBindingsLoader' in project 'swift-aria2'
Target 'URLSessionBindings' in project 'swift-aria2'
➜ Explicit dependency on target 'CxxAria2' in project 'swift-aria2'
➜ Explicit dependency on target 'SwiftAria2' in project 'swift-aria2'
➜ Explicit dependency on target 'URLSessionBindingsLoader' in project 'swift-aria2'
Target 'URLSessionBindingsLoader' in project 'swift-aria2'
➜ Explicit dependency on target 'CxxAria2' in project 'swift-aria2'
➜ Explicit dependency on target 'SwiftAria2' in project 'swift-aria2'
Target 'SwiftAria2' in project 'swift-aria2'
➜ Explicit dependency on target 'SwiftAria2' in project 'swift-aria2'
➜ Explicit dependency on target 'CxxAria2' in project 'swift-aria2'
Target 'SwiftAria2' in project 'swift-aria2'
➜ Explicit dependency on target 'CxxAria2' in project 'swift-aria2'
Target 'CxxAria2' in project 'swift-aria2' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x objective-c -c /dev/null
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
Build description signature: a8cf3ff9c5ad8e7010abc76208180616
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/a8cf3ff9c5ad8e7010abc76208180616.xcbuilddata
/Users/admin/builder/spi-builder-workspace/Frameworks/aria2.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/Frameworks/aria2.xcframework'. (in target 'URLSessionBindings' from project 'swift-aria2')
/Users/admin/builder/spi-builder-workspace/Frameworks/aria2.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/Frameworks/aria2.xcframework'. (in target 'SwiftAria2' from project 'swift-aria2')
/Users/admin/builder/spi-builder-workspace/Frameworks/aria2.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/Frameworks/aria2.xcframework'. (in target 'SwiftAria2' from project 'swift-aria2')
/Users/admin/builder/spi-builder-workspace/Frameworks/aria2.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/Frameworks/aria2.xcframework'. (in target 'URLSessionBindingsLoader' from project 'swift-aria2')
/Users/admin/builder/spi-builder-workspace/Frameworks/aria2.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/Frameworks/aria2.xcframework'. (in target 'cli' from project 'swift-aria2')
/Users/admin/builder/spi-builder-workspace/Frameworks/aria2.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/Frameworks/aria2.xcframework'. (in target 'URLSessionBindings' from project 'swift-aria2')
/Users/admin/builder/spi-builder-workspace/Frameworks/aria2.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/Frameworks/aria2.xcframework'. (in target 'CxxAria2' from project 'swift-aria2')
2026-04-17 19:58:22.380 xcodebuild[1063:5989] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme swift-aria2-Package
(1 failure)
BUILD FAILURE 6.3 watchOS