Build Information
Failed to build OCCTSwift, reference v1.0.4 (194431), with Swift 6.1 for watchOS using Xcode 16.3 on 9 May 2026 15:10:14 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme OCCTSwift-Package -destination generic/platform=watchOSBuild Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/gsdali/OCCTSwift.git
Reference: v1.0.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/gsdali/OCCTSwift
* tag v1.0.4 -> FETCH_HEAD
HEAD is now at 1944312 feat(reconstructor): wire applyFillet / applyChamfer through *WithFullHistory (closes #166)
Cloned https://github.com/gsdali/OCCTSwift.git
Revision (git rev-parse @):
1944312d7d2ed68dbb6ebe9c2626d3df3ab35475
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/gsdali/OCCTSwift.git at v1.0.4
========================================
Build
========================================
Selected platform: watchOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/gsdali/OCCTSwift.git
https://github.com/gsdali/OCCTSwift.git
{
"cxx_language_standard" : "c++17",
"dependencies" : [
],
"manifest_display_name" : "OCCTSwift",
"name" : "OCCTSwift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "tvos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "OCCTSwift",
"targets" : [
"OCCTSwift"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "OCCTTest",
"targets" : [
"OCCTTest"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "OCCTTest",
"module_type" : "SwiftTarget",
"name" : "OCCTTest",
"path" : "Sources/OCCTTest",
"product_memberships" : [
"OCCTTest"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"OCCTSwift"
],
"type" : "executable"
},
{
"c99name" : "OCCTSwiftTests",
"module_type" : "SwiftTarget",
"name" : "OCCTSwiftTests",
"path" : "Tests/OCCTSwiftTests",
"sources" : [
"ShapeTests.swift",
"StressBoundaryConditionTests.swift",
"StressBuilderLifecycleTests.swift",
"StressChainDepthTests.swift",
"StressConcurrencyTests.swift",
"StressExhaustiveAPITests.swift",
"StressFormatRoundTripTests.swift",
"StressNullInvalidTests.swift",
"StressTestFixtures.swift"
],
"target_dependencies" : [
"OCCTSwift"
],
"type" : "test"
},
{
"c99name" : "OCCTSwift",
"module_type" : "SwiftTarget",
"name" : "OCCTSwift",
"path" : "Sources/OCCTSwift",
"product_memberships" : [
"OCCTSwift",
"OCCTTest"
],
"sources" : [
"Annotation.swift",
"AxisPlacement2D.swift",
"BRepGraph.swift",
"BSplineApproxInterp.swift",
"BillOfMaterials.swift",
"Camera.swift",
"ClipPlane.swift",
"Color.swift",
"ConstructionContext.swift",
"ConstructionEntity.swift",
"ConstructionLayer.swift",
"Curve2D.swift",
"Curve3D.swift",
"DXFExporter.swift",
"Date.swift",
"DisplayDrawer.swift",
"Document.swift",
"Drawing.swift",
"DrawingAnnotation.swift",
"DrawingAutoCenterlines.swift",
"DrawingAutoDimensions.swift",
"DrawingComposition.swift",
"DrawingDispatch.swift",
"DrawingSheet.swift",
"DrawingStyle.swift",
"DrawingSymbols.swift",
"DrawingThreadAnnotation.swift",
"Edge.swift",
"Exporter.swift",
"Face.swift",
"FeatureRecognition.swift",
"FeatureReconstructor.swift",
"FillingSurface.swift",
"FontManager.swift",
"GDTWrite.swift",
"HatchPattern.swift",
"ImportProgress.swift",
"KDTree.swift",
"LawFunction.swift",
"Material.swift",
"MeasurementHelpers.swift",
"MedialAxis.swift",
"Mesh.swift",
"OCCTSerialQueue.swift",
"PDFExporter.swift",
"Period.swift",
"PixMap.swift",
"PlateSolver.swift",
"Point2D.swift",
"PolynomialSolver.swift",
"PresentationMesh.swift",
"SVGExporter.swift",
"Section2D.swift",
"Selection.swift",
"Selector.swift",
"Shape.swift",
"ShapeAxis.swift",
"ShapeMeasurements.swift",
"SheetLayout.swift",
"SheetMetal.swift",
"Sketch.swift",
"Surface.swift",
"ThreadFeatures.swift",
"TopologyRef.swift",
"Transform2D.swift",
"Wire.swift",
"WireOrder.swift",
"ZLayerSettings.swift"
],
"target_dependencies" : [
"OCCTBridge"
],
"type" : "library"
},
{
"c99name" : "OCCTBridge",
"module_type" : "ClangTarget",
"name" : "OCCTBridge",
"path" : "Sources/OCCTBridge",
"product_memberships" : [
"OCCTSwift",
"OCCTTest"
],
"sources" : [
"src/OCCTBridge.mm",
"src/OCCTBridge_AIS.mm",
"src/OCCTBridge_BRepGraph.mm",
"src/OCCTBridge_Curve3D.mm",
"src/OCCTBridge_Document.mm",
"src/OCCTBridge_Geom2d.mm",
"src/OCCTBridge_Healing.mm",
"src/OCCTBridge_IO.mm",
"src/OCCTBridge_Mesh.mm",
"src/OCCTBridge_Modeling.mm",
"src/OCCTBridge_ProjLib_NLPlate.mm",
"src/OCCTBridge_Properties.mm",
"src/OCCTBridge_Spatial.mm",
"src/OCCTBridge_Surface.mm",
"src/OCCTBridge_Topology.mm",
"src/OCCTBridge_Visualization.mm"
],
"target_dependencies" : [
"OCCT"
],
"type" : "library"
},
{
"c99name" : "OCCT",
"module_type" : "BinaryTarget",
"name" : "OCCT",
"path" : "remote/archive/OCCT.xcframework.zip",
"product_memberships" : [
"OCCTSwift",
"OCCTTest"
],
"sources" : [
],
"type" : "binary"
}
],
"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
Resolve Package Graph
Resolved source packages:
OCCTSwift: /Users/admin/builder/spi-builder-workspace
resolved source packages: OCCTSwift
{
"cxx_language_standard" : "c++17",
"dependencies" : [
],
"manifest_display_name" : "OCCTSwift",
"name" : "OCCTSwift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "tvos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "OCCTSwift",
"targets" : [
"OCCTSwift"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "OCCTTest",
"targets" : [
"OCCTTest"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "OCCTTest",
"module_type" : "SwiftTarget",
"name" : "OCCTTest",
"path" : "Sources/OCCTTest",
"product_memberships" : [
"OCCTTest"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"OCCTSwift"
],
"type" : "executable"
},
{
"c99name" : "OCCTSwiftTests",
"module_type" : "SwiftTarget",
"name" : "OCCTSwiftTests",
"path" : "Tests/OCCTSwiftTests",
"sources" : [
"ShapeTests.swift",
"StressBoundaryConditionTests.swift",
"StressBuilderLifecycleTests.swift",
"StressChainDepthTests.swift",
"StressConcurrencyTests.swift",
"StressExhaustiveAPITests.swift",
"StressFormatRoundTripTests.swift",
"StressNullInvalidTests.swift",
"StressTestFixtures.swift"
],
"target_dependencies" : [
"OCCTSwift"
],
"type" : "test"
},
{
"c99name" : "OCCTSwift",
"module_type" : "SwiftTarget",
"name" : "OCCTSwift",
"path" : "Sources/OCCTSwift",
"product_memberships" : [
"OCCTSwift",
"OCCTTest"
],
"sources" : [
"Annotation.swift",
"AxisPlacement2D.swift",
"BRepGraph.swift",
"BSplineApproxInterp.swift",
"BillOfMaterials.swift",
"Camera.swift",
"ClipPlane.swift",
"Color.swift",
"ConstructionContext.swift",
"ConstructionEntity.swift",
"ConstructionLayer.swift",
"Curve2D.swift",
"Curve3D.swift",
"DXFExporter.swift",
"Date.swift",
"DisplayDrawer.swift",
"Document.swift",
"Drawing.swift",
"DrawingAnnotation.swift",
"DrawingAutoCenterlines.swift",
"DrawingAutoDimensions.swift",
"DrawingComposition.swift",
"DrawingDispatch.swift",
"DrawingSheet.swift",
"DrawingStyle.swift",
"DrawingSymbols.swift",
"DrawingThreadAnnotation.swift",
"Edge.swift",
"Exporter.swift",
"Face.swift",
"FeatureRecognition.swift",
"FeatureReconstructor.swift",
"FillingSurface.swift",
"FontManager.swift",
"GDTWrite.swift",
"HatchPattern.swift",
"ImportProgress.swift",
"KDTree.swift",
"LawFunction.swift",
"Material.swift",
"MeasurementHelpers.swift",
"MedialAxis.swift",
"Mesh.swift",
"OCCTSerialQueue.swift",
"PDFExporter.swift",
"Period.swift",
"PixMap.swift",
"PlateSolver.swift",
"Point2D.swift",
"PolynomialSolver.swift",
"PresentationMesh.swift",
"SVGExporter.swift",
"Section2D.swift",
"Selection.swift",
"Selector.swift",
"Shape.swift",
"ShapeAxis.swift",
"ShapeMeasurements.swift",
"SheetLayout.swift",
"SheetMetal.swift",
"Sketch.swift",
"Surface.swift",
"ThreadFeatures.swift",
"TopologyRef.swift",
"Transform2D.swift",
"Wire.swift",
"WireOrder.swift",
"ZLayerSettings.swift"
],
"target_dependencies" : [
"OCCTBridge"
],
"type" : "library"
},
{
"c99name" : "OCCTBridge",
"module_type" : "ClangTarget",
"name" : "OCCTBridge",
"path" : "Sources/OCCTBridge",
"product_memberships" : [
"OCCTSwift",
"OCCTTest"
],
"sources" : [
"src/OCCTBridge.mm",
"src/OCCTBridge_AIS.mm",
"src/OCCTBridge_BRepGraph.mm",
"src/OCCTBridge_Curve3D.mm",
"src/OCCTBridge_Document.mm",
"src/OCCTBridge_Geom2d.mm",
"src/OCCTBridge_Healing.mm",
"src/OCCTBridge_IO.mm",
"src/OCCTBridge_Mesh.mm",
"src/OCCTBridge_Modeling.mm",
"src/OCCTBridge_ProjLib_NLPlate.mm",
"src/OCCTBridge_Properties.mm",
"src/OCCTBridge_Spatial.mm",
"src/OCCTBridge_Surface.mm",
"src/OCCTBridge_Topology.mm",
"src/OCCTBridge_Visualization.mm"
],
"target_dependencies" : [
"OCCT"
],
"type" : "library"
},
{
"c99name" : "OCCT",
"module_type" : "BinaryTarget",
"name" : "OCCT",
"path" : "remote/archive/OCCT.xcframework.zip",
"product_memberships" : [
"OCCTSwift",
"OCCTTest"
],
"sources" : [
],
"type" : "binary"
}
],
"tools_version" : "6.1"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"OCCTSwift",
"OCCTSwift-Package",
"OCCTTest"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme OCCTSwift-Package -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 OCCTSwift-Package -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
Resolved source packages:
OCCTSwift: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
Target 'OCCTTest' in project 'OCCTSwift'
➜ Explicit dependency on target 'OCCTBridge' in project 'OCCTSwift'
➜ 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)
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 -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 -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/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 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
Build description signature: a335744a0166018adc143d321edb0888
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/a335744a0166018adc143d321edb0888.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/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/spi-builder-workspace/OCCT/OCCT.xcframework'. (in target 'OCCTSwift' from project 'OCCTSwift')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/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/spi-builder-workspace/OCCT/OCCT.xcframework'. (in target 'OCCTSwift' from project 'OCCTSwift')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/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/spi-builder-workspace/OCCT/OCCT.xcframework'. (in target 'OCCTTest' from project 'OCCTSwift')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/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/spi-builder-workspace/OCCT/OCCT.xcframework'. (in target 'OCCTBridge' from project 'OCCTSwift')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme OCCTSwift-Package
(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: /Users/admin/builder/spi-builder-workspace
resolved source packages: OCCTSwift
{
"cxx_language_standard" : "c++17",
"dependencies" : [
],
"manifest_display_name" : "OCCTSwift",
"name" : "OCCTSwift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "tvos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "OCCTSwift",
"targets" : [
"OCCTSwift"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "OCCTTest",
"targets" : [
"OCCTTest"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "OCCTTest",
"module_type" : "SwiftTarget",
"name" : "OCCTTest",
"path" : "Sources/OCCTTest",
"product_memberships" : [
"OCCTTest"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"OCCTSwift"
],
"type" : "executable"
},
{
"c99name" : "OCCTSwiftTests",
"module_type" : "SwiftTarget",
"name" : "OCCTSwiftTests",
"path" : "Tests/OCCTSwiftTests",
"sources" : [
"ShapeTests.swift",
"StressBoundaryConditionTests.swift",
"StressBuilderLifecycleTests.swift",
"StressChainDepthTests.swift",
"StressConcurrencyTests.swift",
"StressExhaustiveAPITests.swift",
"StressFormatRoundTripTests.swift",
"StressNullInvalidTests.swift",
"StressTestFixtures.swift"
],
"target_dependencies" : [
"OCCTSwift"
],
"type" : "test"
},
{
"c99name" : "OCCTSwift",
"module_type" : "SwiftTarget",
"name" : "OCCTSwift",
"path" : "Sources/OCCTSwift",
"product_memberships" : [
"OCCTSwift",
"OCCTTest"
],
"sources" : [
"Annotation.swift",
"AxisPlacement2D.swift",
"BRepGraph.swift",
"BSplineApproxInterp.swift",
"BillOfMaterials.swift",
"Camera.swift",
"ClipPlane.swift",
"Color.swift",
"ConstructionContext.swift",
"ConstructionEntity.swift",
"ConstructionLayer.swift",
"Curve2D.swift",
"Curve3D.swift",
"DXFExporter.swift",
"Date.swift",
"DisplayDrawer.swift",
"Document.swift",
"Drawing.swift",
"DrawingAnnotation.swift",
"DrawingAutoCenterlines.swift",
"DrawingAutoDimensions.swift",
"DrawingComposition.swift",
"DrawingDispatch.swift",
"DrawingSheet.swift",
"DrawingStyle.swift",
"DrawingSymbols.swift",
"DrawingThreadAnnotation.swift",
"Edge.swift",
"Exporter.swift",
"Face.swift",
"FeatureRecognition.swift",
"FeatureReconstructor.swift",
"FillingSurface.swift",
"FontManager.swift",
"GDTWrite.swift",
"HatchPattern.swift",
"ImportProgress.swift",
"KDTree.swift",
"LawFunction.swift",
"Material.swift",
"MeasurementHelpers.swift",
"MedialAxis.swift",
"Mesh.swift",
"OCCTSerialQueue.swift",
"PDFExporter.swift",
"Period.swift",
"PixMap.swift",
"PlateSolver.swift",
"Point2D.swift",
"PolynomialSolver.swift",
"PresentationMesh.swift",
"SVGExporter.swift",
"Section2D.swift",
"Selection.swift",
"Selector.swift",
"Shape.swift",
"ShapeAxis.swift",
"ShapeMeasurements.swift",
"SheetLayout.swift",
"SheetMetal.swift",
"Sketch.swift",
"Surface.swift",
"ThreadFeatures.swift",
"TopologyRef.swift",
"Transform2D.swift",
"Wire.swift",
"WireOrder.swift",
"ZLayerSettings.swift"
],
"target_dependencies" : [
"OCCTBridge"
],
"type" : "library"
},
{
"c99name" : "OCCTBridge",
"module_type" : "ClangTarget",
"name" : "OCCTBridge",
"path" : "Sources/OCCTBridge",
"product_memberships" : [
"OCCTSwift",
"OCCTTest"
],
"sources" : [
"src/OCCTBridge.mm",
"src/OCCTBridge_AIS.mm",
"src/OCCTBridge_BRepGraph.mm",
"src/OCCTBridge_Curve3D.mm",
"src/OCCTBridge_Document.mm",
"src/OCCTBridge_Geom2d.mm",
"src/OCCTBridge_Healing.mm",
"src/OCCTBridge_IO.mm",
"src/OCCTBridge_Mesh.mm",
"src/OCCTBridge_Modeling.mm",
"src/OCCTBridge_ProjLib_NLPlate.mm",
"src/OCCTBridge_Properties.mm",
"src/OCCTBridge_Spatial.mm",
"src/OCCTBridge_Surface.mm",
"src/OCCTBridge_Topology.mm",
"src/OCCTBridge_Visualization.mm"
],
"target_dependencies" : [
"OCCT"
],
"type" : "library"
},
{
"c99name" : "OCCT",
"module_type" : "BinaryTarget",
"name" : "OCCT",
"path" : "remote/archive/OCCT.xcframework.zip",
"product_memberships" : [
"OCCTSwift",
"OCCTTest"
],
"sources" : [
],
"type" : "binary"
}
],
"tools_version" : "6.1"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"OCCTSwift",
"OCCTSwift-Package",
"OCCTTest"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme OCCTSwift-Package -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 OCCTSwift-Package -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
OCCTSwift: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
Target 'OCCTTest' in project 'OCCTSwift'
➜ Explicit dependency on target 'OCCTBridge' in project 'OCCTSwift'
➜ 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)
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 -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 -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/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 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
Build description signature: 520de5334d728194b5de9bc8dfa62982
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/520de5334d728194b5de9bc8dfa62982.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/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/spi-builder-workspace/OCCT/OCCT.xcframework'. (in target 'OCCTBridge' from project 'OCCTSwift')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/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/spi-builder-workspace/OCCT/OCCT.xcframework'. (in target 'OCCTTest' from project 'OCCTSwift')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/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/spi-builder-workspace/OCCT/OCCT.xcframework'. (in target 'OCCTSwift' from project 'OCCTSwift')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/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/spi-builder-workspace/OCCT/OCCT.xcframework'. (in target 'OCCTSwift' from project 'OCCTSwift')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme OCCTSwift-Package
(1 failure)
BUILD FAILURE 6.1 watchOS