Build Information
Failed to build OCCTSwiftMesh, reference v1.0.0 (01bd6b), with Swift 6.1 for watchOS using Xcode 16.3 on 9 May 2026 05:26:17 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme OCCTSwiftMesh -destination generic/platform=watchOSBuild Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/gsdali/OCCTSwiftMesh.git
Reference: v1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/gsdali/OCCTSwiftMesh
* tag v1.0.0 -> FETCH_HEAD
HEAD is now at 01bd6b1 chore: bump OCCTSwift to 1.0.1 — v1.0.0 (#3)
Cloned https://github.com/gsdali/OCCTSwiftMesh.git
Revision (git rev-parse @):
01bd6b1abce612de78081e0875e05beaaf4bfbe6
SUCCESS checkout https://github.com/gsdali/OCCTSwiftMesh.git at v1.0.0
========================================
Build
========================================
Selected platform: watchOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/gsdali/OCCTSwiftMesh.git
https://github.com/gsdali/OCCTSwiftMesh.git
{
"cxx_language_standard" : "c++17",
"dependencies" : [
{
"identity" : "occtswift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/gsdali/OCCTSwift.git"
}
],
"manifest_display_name" : "OCCTSwiftMesh",
"name" : "OCCTSwiftMesh",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "OCCTSwiftMesh",
"targets" : [
"OCCTSwiftMesh"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OCCTSwiftMeshTests",
"module_type" : "SwiftTarget",
"name" : "OCCTSwiftMeshTests",
"path" : "Tests/OCCTSwiftMeshTests",
"sources" : [
"OCCTSwiftMeshTests.swift"
],
"target_dependencies" : [
"OCCTSwiftMesh",
"OCCTMeshOptimizer"
],
"type" : "test"
},
{
"c99name" : "OCCTSwiftMesh",
"module_type" : "SwiftTarget",
"name" : "OCCTSwiftMesh",
"path" : "Sources/OCCTSwiftMesh",
"product_dependencies" : [
"OCCTSwift"
],
"product_memberships" : [
"OCCTSwiftMesh"
],
"sources" : [
"Mesh+Simplify.swift",
"OCCTSwiftMesh.swift",
"SimplifiedMesh.swift",
"SimplifyOptions.swift"
],
"target_dependencies" : [
"OCCTMeshOptimizer"
],
"type" : "library"
},
{
"c99name" : "OCCTMeshOptimizer",
"module_type" : "ClangTarget",
"name" : "OCCTMeshOptimizer",
"path" : "Sources/OCCTMeshOptimizer",
"product_memberships" : [
"OCCTSwiftMesh"
],
"sources" : [
"src/OCCTMeshOptimizerBridge.cpp",
"src/meshoptimizer/allocator.cpp",
"src/meshoptimizer/clusterizer.cpp",
"src/meshoptimizer/indexanalyzer.cpp",
"src/meshoptimizer/indexcodec.cpp",
"src/meshoptimizer/indexgenerator.cpp",
"src/meshoptimizer/meshletcodec.cpp",
"src/meshoptimizer/meshletutils.cpp",
"src/meshoptimizer/opacitymap.cpp",
"src/meshoptimizer/overdrawoptimizer.cpp",
"src/meshoptimizer/partition.cpp",
"src/meshoptimizer/quantization.cpp",
"src/meshoptimizer/rasterizer.cpp",
"src/meshoptimizer/simplifier.cpp",
"src/meshoptimizer/spatialorder.cpp",
"src/meshoptimizer/stripifier.cpp",
"src/meshoptimizer/vcacheoptimizer.cpp",
"src/meshoptimizer/vertexcodec.cpp",
"src/meshoptimizer/vertexfilter.cpp",
"src/meshoptimizer/vfetchoptimizer.cpp"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/gsdali/OCCTSwift.git
Creating working copy of package ‘OCCTSwift’
Checking out 1.0.2 of package ‘OCCTSwift’
Resolve Package Graph
Resolved source packages:
OCCTSwift: https://github.com/gsdali/OCCTSwift.git @ 1.0.2
OCCTSwiftMesh: /Users/admin/builder/spi-builder-workspace
resolved source packages: OCCTSwift, OCCTSwiftMesh
{
"cxx_language_standard" : "c++17",
"dependencies" : [
{
"identity" : "occtswift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/gsdali/OCCTSwift.git"
}
],
"manifest_display_name" : "OCCTSwiftMesh",
"name" : "OCCTSwiftMesh",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "OCCTSwiftMesh",
"targets" : [
"OCCTSwiftMesh"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OCCTSwiftMeshTests",
"module_type" : "SwiftTarget",
"name" : "OCCTSwiftMeshTests",
"path" : "Tests/OCCTSwiftMeshTests",
"sources" : [
"OCCTSwiftMeshTests.swift"
],
"target_dependencies" : [
"OCCTSwiftMesh",
"OCCTMeshOptimizer"
],
"type" : "test"
},
{
"c99name" : "OCCTSwiftMesh",
"module_type" : "SwiftTarget",
"name" : "OCCTSwiftMesh",
"path" : "Sources/OCCTSwiftMesh",
"product_dependencies" : [
"OCCTSwift"
],
"product_memberships" : [
"OCCTSwiftMesh"
],
"sources" : [
"Mesh+Simplify.swift",
"OCCTSwiftMesh.swift",
"SimplifiedMesh.swift",
"SimplifyOptions.swift"
],
"target_dependencies" : [
"OCCTMeshOptimizer"
],
"type" : "library"
},
{
"c99name" : "OCCTMeshOptimizer",
"module_type" : "ClangTarget",
"name" : "OCCTMeshOptimizer",
"path" : "Sources/OCCTMeshOptimizer",
"product_memberships" : [
"OCCTSwiftMesh"
],
"sources" : [
"src/OCCTMeshOptimizerBridge.cpp",
"src/meshoptimizer/allocator.cpp",
"src/meshoptimizer/clusterizer.cpp",
"src/meshoptimizer/indexanalyzer.cpp",
"src/meshoptimizer/indexcodec.cpp",
"src/meshoptimizer/indexgenerator.cpp",
"src/meshoptimizer/meshletcodec.cpp",
"src/meshoptimizer/meshletutils.cpp",
"src/meshoptimizer/opacitymap.cpp",
"src/meshoptimizer/overdrawoptimizer.cpp",
"src/meshoptimizer/partition.cpp",
"src/meshoptimizer/quantization.cpp",
"src/meshoptimizer/rasterizer.cpp",
"src/meshoptimizer/simplifier.cpp",
"src/meshoptimizer/spatialorder.cpp",
"src/meshoptimizer/stripifier.cpp",
"src/meshoptimizer/vcacheoptimizer.cpp",
"src/meshoptimizer/vertexcodec.cpp",
"src/meshoptimizer/vertexfilter.cpp",
"src/meshoptimizer/vfetchoptimizer.cpp"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"OCCTSwiftMesh"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme OCCTSwiftMesh -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.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 OCCTSwiftMesh -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
OCCTSwiftMesh: /Users/admin/builder/spi-builder-workspace
OCCTSwift: https://github.com/gsdali/OCCTSwift.git @ 1.0.2
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
Target 'OCCTSwiftMesh' in project 'OCCTSwiftMesh'
➜ Explicit dependency on target 'OCCTSwiftMesh' in project 'OCCTSwiftMesh'
➜ Explicit dependency on target 'OCCTMeshOptimizer' in project 'OCCTSwiftMesh'
➜ Explicit dependency on target 'OCCTSwift' in project 'OCCTSwift'
Target 'OCCTSwiftMesh' in project 'OCCTSwiftMesh'
➜ Explicit dependency on target 'OCCTMeshOptimizer' in project 'OCCTSwiftMesh'
➜ Explicit dependency on target 'OCCTSwift' in project 'OCCTSwift'
Target 'OCCTSwift' in project 'OCCTSwift'
➜ Explicit dependency on target 'OCCTSwift' in project 'OCCTSwift'
➜ Explicit dependency on target 'OCCTBridge' in project 'OCCTSwift'
Target 'OCCTSwift' in project 'OCCTSwift'
➜ Explicit dependency on target 'OCCTBridge' in project 'OCCTSwift'
Target 'OCCTBridge' in project 'OCCTSwift' (no dependencies)
Target 'OCCTMeshOptimizer' in project 'OCCTSwiftMesh' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x objective-c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x objective-c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x objective-c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
Build description signature: d9d9f1434de559febc0ffac97a80bdd2
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/d9d9f1434de559febc0ffac97a80bdd2.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/occtswift/OCCT/OCCT.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/occtswift/OCCT/OCCT.xcframework'. (in target 'OCCTBridge' from project 'OCCTSwift')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/occtswift/OCCT/OCCT.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/occtswift/OCCT/OCCT.xcframework'. (in target 'OCCTSwift' from project 'OCCTSwift')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/occtswift/OCCT/OCCT.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/occtswift/OCCT/OCCT.xcframework'. (in target 'OCCTSwift' from project 'OCCTSwift')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/occtswift/OCCT/OCCT.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/occtswift/OCCT/OCCT.xcframework'. (in target 'OCCTSwiftMesh' from project 'OCCTSwiftMesh')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme OCCTSwiftMesh
(1 failure)
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
OCCTSwift: https://github.com/gsdali/OCCTSwift.git @ 1.0.2
OCCTSwiftMesh: /Users/admin/builder/spi-builder-workspace
resolved source packages: OCCTSwift, OCCTSwiftMesh
{
"cxx_language_standard" : "c++17",
"dependencies" : [
{
"identity" : "occtswift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/gsdali/OCCTSwift.git"
}
],
"manifest_display_name" : "OCCTSwiftMesh",
"name" : "OCCTSwiftMesh",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "OCCTSwiftMesh",
"targets" : [
"OCCTSwiftMesh"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OCCTSwiftMeshTests",
"module_type" : "SwiftTarget",
"name" : "OCCTSwiftMeshTests",
"path" : "Tests/OCCTSwiftMeshTests",
"sources" : [
"OCCTSwiftMeshTests.swift"
],
"target_dependencies" : [
"OCCTSwiftMesh",
"OCCTMeshOptimizer"
],
"type" : "test"
},
{
"c99name" : "OCCTSwiftMesh",
"module_type" : "SwiftTarget",
"name" : "OCCTSwiftMesh",
"path" : "Sources/OCCTSwiftMesh",
"product_dependencies" : [
"OCCTSwift"
],
"product_memberships" : [
"OCCTSwiftMesh"
],
"sources" : [
"Mesh+Simplify.swift",
"OCCTSwiftMesh.swift",
"SimplifiedMesh.swift",
"SimplifyOptions.swift"
],
"target_dependencies" : [
"OCCTMeshOptimizer"
],
"type" : "library"
},
{
"c99name" : "OCCTMeshOptimizer",
"module_type" : "ClangTarget",
"name" : "OCCTMeshOptimizer",
"path" : "Sources/OCCTMeshOptimizer",
"product_memberships" : [
"OCCTSwiftMesh"
],
"sources" : [
"src/OCCTMeshOptimizerBridge.cpp",
"src/meshoptimizer/allocator.cpp",
"src/meshoptimizer/clusterizer.cpp",
"src/meshoptimizer/indexanalyzer.cpp",
"src/meshoptimizer/indexcodec.cpp",
"src/meshoptimizer/indexgenerator.cpp",
"src/meshoptimizer/meshletcodec.cpp",
"src/meshoptimizer/meshletutils.cpp",
"src/meshoptimizer/opacitymap.cpp",
"src/meshoptimizer/overdrawoptimizer.cpp",
"src/meshoptimizer/partition.cpp",
"src/meshoptimizer/quantization.cpp",
"src/meshoptimizer/rasterizer.cpp",
"src/meshoptimizer/simplifier.cpp",
"src/meshoptimizer/spatialorder.cpp",
"src/meshoptimizer/stripifier.cpp",
"src/meshoptimizer/vcacheoptimizer.cpp",
"src/meshoptimizer/vertexcodec.cpp",
"src/meshoptimizer/vertexfilter.cpp",
"src/meshoptimizer/vfetchoptimizer.cpp"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"OCCTSwiftMesh"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme OCCTSwiftMesh -destination generic/platform=watchOS
Command line invocation:
/Applications/Xcode-16.3.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 OCCTSwiftMesh -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
OCCTSwift: https://github.com/gsdali/OCCTSwift.git @ 1.0.2
OCCTSwiftMesh: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
Target 'OCCTSwiftMesh' in project 'OCCTSwiftMesh'
➜ Explicit dependency on target 'OCCTSwiftMesh' in project 'OCCTSwiftMesh'
➜ Explicit dependency on target 'OCCTMeshOptimizer' in project 'OCCTSwiftMesh'
➜ Explicit dependency on target 'OCCTSwift' in project 'OCCTSwift'
Target 'OCCTSwiftMesh' in project 'OCCTSwiftMesh'
➜ Explicit dependency on target 'OCCTMeshOptimizer' in project 'OCCTSwiftMesh'
➜ Explicit dependency on target 'OCCTSwift' in project 'OCCTSwift'
Target 'OCCTSwift' in project 'OCCTSwift'
➜ Explicit dependency on target 'OCCTSwift' in project 'OCCTSwift'
➜ Explicit dependency on target 'OCCTBridge' in project 'OCCTSwift'
Target 'OCCTSwift' in project 'OCCTSwift'
➜ Explicit dependency on target 'OCCTBridge' in project 'OCCTSwift'
Target 'OCCTBridge' in project 'OCCTSwift' (no dependencies)
Target 'OCCTMeshOptimizer' in project 'OCCTSwiftMesh' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x objective-c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x objective-c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x objective-c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
Build description signature: 706d7ac580581a1695e99bbfbfbe91b2
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/706d7ac580581a1695e99bbfbfbe91b2.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/occtswift/OCCT/OCCT.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/occtswift/OCCT/OCCT.xcframework'. (in target 'OCCTSwift' from project 'OCCTSwift')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/occtswift/OCCT/OCCT.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/occtswift/OCCT/OCCT.xcframework'. (in target 'OCCTBridge' from project 'OCCTSwift')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/occtswift/OCCT/OCCT.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/occtswift/OCCT/OCCT.xcframework'. (in target 'OCCTSwift' from project 'OCCTSwift')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/occtswift/OCCT/OCCT.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/occtswift/OCCT/OCCT.xcframework'. (in target 'OCCTSwiftMesh' from project 'OCCTSwiftMesh')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme OCCTSwiftMesh
(1 failure)
BUILD FAILURE 6.1 watchOS