Build Information
Failed to build TaylorTorch, reference main (442b73), with Swift 6.1 for macOS (SPM) on 16 Dec 2025 03:24:38 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pedronahum/TaylorTorch.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pedronahum/TaylorTorch
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 442b734 Linux fixes for Pytorch linking (#2)
Cloned https://github.com/pedronahum/TaylorTorch.git
Revision (git rev-parse @):
442b734b07d6e88c53c1ee736e46f7d731d9b534
SUCCESS checkout https://github.com/pedronahum/TaylorTorch.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/pedronahum/TaylorTorch.git
https://github.com/pedronahum/TaylorTorch.git
{
"cxx_language_standard" : "c++17",
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
},
{
"identity" : "swift-numerics-differentiable",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/differentiable-swift/swift-numerics-differentiable"
}
],
"manifest_display_name" : "TaylorTorch",
"name" : "TaylorTorch",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "Torch",
"targets" : [
"Torch"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "MNISTExample",
"targets" : [
"MNISTExample"
],
"type" : {
"executable" : null
}
},
{
"name" : "ANKIExample",
"targets" : [
"ANKIExample"
],
"type" : {
"executable" : null
}
},
{
"name" : "KARATEExample",
"targets" : [
"KARATEExample"
],
"type" : {
"executable" : null
}
},
{
"name" : "ATenCXXDoctests",
"targets" : [
"ATenCXXDoctests"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "TorchTests",
"module_type" : "SwiftTarget",
"name" : "TorchTests",
"path" : "Tests/TorchTests",
"product_dependencies" : [
"RealModuleDifferentiable"
],
"sources" : [
"ActivationModulesTests.swift",
"BatchNormTests.swift",
"Conv2DAndPoolingTests.swift",
"DenseTests.swift",
"DropoutTests.swift",
"GroupNormTests.swift",
"LayerNormTests.swift",
"LinearLayerTests.swift",
"LossTests.swift",
"SequentialLayerTests.swift",
"ShapeTinyLayersTests.swift"
],
"target_dependencies" : [
"Torch"
],
"type" : "test"
},
{
"c99name" : "Torch",
"module_type" : "SwiftTarget",
"name" : "Torch",
"path" : "Sources/Torch",
"product_dependencies" : [
"RealModuleDifferentiable"
],
"product_memberships" : [
"Torch",
"MNISTExample",
"ANKIExample",
"KARATEExample"
],
"sources" : [
"ATen/Core/Device.swift",
"ATen/Core/Scalar/DType+C10.swift",
"ATen/Core/Scalar/DTypes.swift",
"ATen/Core/Scalar/GroupUnions.swift",
"ATen/Core/Scalar/Groups.swift",
"ATen/Core/Scalar/Scalar.swift",
"ATen/Core/Scalar/StdlibConformances.swift",
"ATen/Core/Scalar/TorchTensorScalar.swift",
"ATen/Core/Tensor/Axis.swift",
"ATen/Core/Tensor/CodableTensor.swift",
"ATen/Core/Tensor/ScalarTensor.swift",
"ATen/Core/Tensor/Tensor+AdvancedIndexing+Differentiable.swift",
"ATen/Core/Tensor/Tensor+AdvancedIndexing.swift",
"ATen/Core/Tensor/Tensor+ArrayIO.swift",
"ATen/Core/Tensor/Tensor+Async.swift",
"ATen/Core/Tensor/Tensor+AxisSugar+Differentiable.swift",
"ATen/Core/Tensor/Tensor+AxisSugar.swift",
"ATen/Core/Tensor/Tensor+Broadcast+Differentiable.swift",
"ATen/Core/Tensor/Tensor+Broadcast.swift",
"ATen/Core/Tensor/Tensor+Builders.swift",
"ATen/Core/Tensor/Tensor+Collection.swift",
"ATen/Core/Tensor/Tensor+ComparisonOperators.swift",
"ATen/Core/Tensor/Tensor+Creation.swift",
"ATen/Core/Tensor/Tensor+Description.swift",
"ATen/Core/Tensor/Tensor+Differentiable.swift",
"ATen/Core/Tensor/Tensor+Differentiation.swift",
"ATen/Core/Tensor/Tensor+Equatable.swift",
"ATen/Core/Tensor/Tensor+FactoriesVariadic.swift",
"ATen/Core/Tensor/Tensor+HostBuffer.swift",
"ATen/Core/Tensor/Tensor+Indexing+Differentiable.swift",
"ATen/Core/Tensor/Tensor+Indexing.swift",
"ATen/Core/Tensor/Tensor+Join+Differentiable.swift",
"ATen/Core/Tensor/Tensor+Join.swift",
"ATen/Core/Tensor/Tensor+Layout.swift",
"ATen/Core/Tensor/Tensor+Literals.swift",
"ATen/Core/Tensor/Tensor+Mask+Differentiable.swift",
"ATen/Core/Tensor/Tensor+Mask.swift",
"ATen/Core/Tensor/Tensor+Math+Differentiable.swift",
"ATen/Core/Tensor/Tensor+Math+Functional.swift",
"ATen/Core/Tensor/Tensor+Math.swift",
"ATen/Core/Tensor/Tensor+MultiAxisSubscript.swift",
"ATen/Core/Tensor/Tensor+NN+Differentiable.swift",
"ATen/Core/Tensor/Tensor+NN.swift",
"ATen/Core/Tensor/Tensor+Operators+Differentiable.swift",
"ATen/Core/Tensor/Tensor+Operators.swift",
"ATen/Core/Tensor/Tensor+Reduce+Differentiable.swift",
"ATen/Core/Tensor/Tensor+Reduce+Functional.swift",
"ATen/Core/Tensor/Tensor+Reduce.swift",
"ATen/Core/Tensor/Tensor+ReshapeInference.swift",
"ATen/Core/Tensor/Tensor+Scatter.swift",
"ATen/Core/Tensor/Tensor+Shape+Differentiable.swift",
"ATen/Core/Tensor/Tensor+Shape.swift",
"ATen/Core/Tensor/Tensor+ShapeSugar.swift",
"ATen/Core/Tensor/Tensor+Unfold.swift",
"ATen/Core/Tensor/Tensor.swift",
"ATen/Core/Tensor/Tensor1D.swift",
"Core/CopyableToDevice.swift",
"Core/EuclideanDifferentiable.swift",
"Core/KeyPathIterable.swift",
"Core/Mergeable.swift",
"Core/PointwiseMultiplicative.swift",
"Core/Threading.swift",
"Core/VectorProtocol.swift",
"Data/Core/DataLoader.swift",
"Data/Core/Dataset.swift",
"Data/Datasets/ANKI.swift",
"Data/Datasets/CIFAR10.swift",
"Data/Datasets/MNIST.swift",
"Data/Utils/Download.swift",
"Data/Utils/GZip.swift",
"Data/Utils/Tar.swift",
"Debug/ShapeCheck.swift",
"Loss.swift",
"Modules/Context/Context.swift",
"Modules/Context/ForwardContext.swift",
"Modules/Graph/Batching.swift",
"Modules/Graph/GraphNetwork.swift",
"Modules/Graph/Graphs.swift",
"Modules/Graph/Segment.swift",
"Modules/Initializers.swift",
"Modules/Layer.swift",
"Modules/Layers/Activations.swift",
"Modules/Layers/BatchNorm.swift",
"Modules/Layers/Dense.swift",
"Modules/Layers/Dropout.swift",
"Modules/Layers/Embedding.swift",
"Modules/Layers/GroupNorm.swift",
"Modules/Layers/LayerNorm.swift",
"Modules/Layers/Linear.swift",
"Modules/Layers/MultiHeadAttention.swift",
"Modules/Layers/NNLayers.swift",
"Modules/Layers/PositionalEncoding.swift",
"Modules/Layers/Recurrent.swift",
"Modules/Layers/Sequential.swift",
"Modules/Layers/Transformer.swift",
"Optimizers/Adam.swift",
"Optimizers/Optimizer.swift",
"Optimizers/SGD.swift"
],
"target_dependencies" : [
"ATenCXX"
],
"type" : "library"
},
{
"c99name" : "TensorTests",
"module_type" : "SwiftTarget",
"name" : "TensorTests",
"path" : "Tests/TensorTests",
"product_dependencies" : [
"RealModuleDifferentiable"
],
"sources" : [
"TensorAdvancedIndexingDifferentiationTests.swift",
"TensorAxisSugarDifferentiationTests.swift",
"TensorBroadcastDifferentationTests.swift",
"TensorDifferentiableTests.swift",
"TensorFactoryTests.swift",
"TensorIndexingDifferentiationTests.swift",
"TensorIndexingTests.swift",
"TensorInteropTests.swift",
"TensorJoinDifferentiationTests.swift",
"TensorMaskDifferentiationTests.swift",
"TensorMathDifferentiationTests.swift",
"TensorMathTests.swift",
"TensorOperatorsDifferentiationTests.swift",
"TensorReduceDifferentiationTests.swift",
"TensorShapeDifferentiableTests.swift",
"TensorShapeTests.swift"
],
"target_dependencies" : [
"Torch"
],
"type" : "test"
},
{
"c99name" : "MNISTExample",
"module_type" : "SwiftTarget",
"name" : "MNISTExample",
"path" : "Examples/MNIST",
"product_memberships" : [
"MNISTExample"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"Torch"
],
"type" : "executable"
},
{
"c99name" : "KARATEExample",
"module_type" : "SwiftTarget",
"name" : "KARATEExample",
"path" : "Examples/KARATE",
"product_memberships" : [
"KARATEExample"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"Torch"
],
"type" : "executable"
},
{
"c99name" : "ATenCXXDoctests",
"module_type" : "ClangTarget",
"name" : "ATenCXXDoctests",
"path" : "Sources/ATenCXXDoctests",
"product_memberships" : [
"ATenCXXDoctests"
],
"sources" : [
"avg_pool2d_doctests.cpp",
"conv2d_backward_doctests.cpp",
"conv2d_doctests.cpp",
"group_norm_doctests.cpp",
"masked_scatter_doctests.cpp",
"max_pool2d_doctests.cpp",
"ttsd_doctest_bridge.cpp"
],
"target_dependencies" : [
"ATenCXX"
],
"type" : "executable"
},
{
"c99name" : "ATenCXX",
"module_type" : "ClangTarget",
"name" : "ATenCXX",
"path" : "Sources/ATenCXX",
"product_memberships" : [
"Torch",
"MNISTExample",
"ANKIExample",
"KARATEExample",
"ATenCXXDoctests"
],
"sources" : [
],
"type" : "library"
},
{
"c99name" : "ANKIExample",
"module_type" : "SwiftTarget",
"name" : "ANKIExample",
"path" : "Examples/ANKI",
"product_memberships" : [
"ANKIExample"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"Torch"
],
"type" : "executable"
}
],
"tools_version" : "6.1"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
[0/6] Write sources
[0/6] Write CodeGeneratorExecutable-tool-entitlement.plist
[2/6] Write swift-version-2F0A5646E1D333AE.txt
[4/11] Compiling CodeGeneratorExecutable STDLibOverloadsGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[5/11] Compiling CodeGeneratorExecutable RealFunctionsGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[6/11] Compiling CodeGeneratorExecutable RealFunctionsDerivativesGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[7/11] Compiling CodeGeneratorExecutable CodeGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[8/11] Emitting module CodeGeneratorExecutable
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[8/11] Write Objects.LinkFileList
[9/11] Linking CodeGeneratorExecutable-tool
[10/11] Applying CodeGeneratorExecutable-tool
[1/1] Compiling plugin CodeGeneratorPlugin
[2/2] Compiling plugin Swift-DocC Preview
[3/3] Compiling plugin Swift-DocC
Building for debugging...
[3/38] Write MNISTExample-entitlement.plist
[3/38] Write sources
[8/38] Write KARATEExample-entitlement.plist
[9/38] Write sources
[10/38] Write ATenCXXDoctests-entitlement.plist
[11/38] Write sources
[12/38] Write ANKIExample-entitlement.plist
[13/38] Compiling _NumericsShims _NumericsShims.c
[14/38] Write swift-version-2F0A5646E1D333AE.txt
[15/39] Write Objects.LinkFileList
[17/49] Compiling RealModule RealFunctions.swift
[18/49] Compiling RealModule Real.swift
[19/49] Compiling RealModule Float80+Real.swift
[20/50] Compiling RealModule Float16+Real.swift
[21/50] Compiling RealModule RelaxedArithmetic.swift
[22/50] Compiling RealModule Float+Real.swift
[23/50] Compiling RealModule ElementaryFunctions.swift
[24/50] Compiling RealModule Double+Real.swift
[25/50] Emitting module RealModule
[26/50] Compiling RealModule AugmentedArithmetic.swift
[27/50] Compiling RealModule AlgebraicField.swift
[28/50] Compiling RealModule ApproximateEquality.swift
[28/50] Linking CodeGeneratorExecutable-tool
[29/50] Generate Code
[30/50] Write sources
In file included from /Users/admin/builder/spi-builder-workspace/Sources/ATenCXXDoctests/masked_scatter_doctests.cpp:3:
/Users/admin/builder/spi-builder-workspace/Sources/ATenCXX/include/tensor_shim.hpp:2:10: fatal error: 'ATen/ops/gru_cell.h' file not found
2 | #include "ATen/ops/gru_cell.h"
| ^~~~~~~~~~~~~~~~~~~~~
1 error generated.
[31/89] Compiling ATenCXXDoctests masked_scatter_doctests.cpp
In file included from /Users/admin/builder/spi-builder-workspace/Sources/ATenCXXDoctests/conv2d_doctests.cpp:3:
/Users/admin/builder/spi-builder-workspace/Sources/ATenCXX/include/tensor_shim.hpp:2:10: fatal error: 'ATen/ops/gru_cell.h' file not found
2 | #include "ATen/ops/gru_cell.h"
| ^~~~~~~~~~~~~~~~~~~~~
1 error generated.
[31/89] Compiling ATenCXXDoctests conv2d_doctests.cpp
In file included from /Users/admin/builder/spi-builder-workspace/Sources/ATenCXXDoctests/max_pool2d_doctests.cpp:3:
/Users/admin/builder/spi-builder-workspace/Sources/ATenCXX/include/tensor_shim.hpp:2:10: fatal error: 'ATen/ops/gru_cell.h' file not found
2 | #include "ATen/ops/gru_cell.h"
| ^~~~~~~~~~~~~~~~~~~~~
1 error generated.
[31/89] Compiling ATenCXXDoctests max_pool2d_doctests.cpp
In file included from /Users/admin/builder/spi-builder-workspace/Sources/ATenCXXDoctests/group_norm_doctests.cpp:3:
/Users/admin/builder/spi-builder-workspace/Sources/ATenCXX/include/tensor_shim.hpp:2:10: fatal error: 'ATen/ops/gru_cell.h' file not found
2 | #include "ATen/ops/gru_cell.h"
| ^~~~~~~~~~~~~~~~~~~~~
1 error generated.
[31/89] Compiling ATenCXXDoctests group_norm_doctests.cpp
In file included from /Users/admin/builder/spi-builder-workspace/Sources/ATenCXXDoctests/conv2d_backward_doctests.cpp:3:
/Users/admin/builder/spi-builder-workspace/Sources/ATenCXX/include/tensor_shim.hpp:2:10: fatal error: 'ATen/ops/gru_cell.h' file not found
2 | #include "ATen/ops/gru_cell.h"
| ^~~~~~~~~~~~~~~~~~~~~
1 error generated.
[31/89] Compiling ATenCXXDoctests conv2d_backward_doctests.cpp
In file included from /Users/admin/builder/spi-builder-workspace/Sources/ATenCXXDoctests/avg_pool2d_doctests.cpp:3:
/Users/admin/builder/spi-builder-workspace/Sources/ATenCXX/include/tensor_shim.hpp:2:10: fatal error: 'ATen/ops/gru_cell.h' file not found
2 | #include "ATen/ops/gru_cell.h"
| ^~~~~~~~~~~~~~~~~~~~~
1 error generated.
[31/89] Compiling ATenCXXDoctests avg_pool2d_doctests.cpp
In file included from /Users/admin/builder/spi-builder-workspace/Sources/ATenCXXDoctests/ttsd_doctest_bridge.cpp:4:
/Users/admin/builder/spi-builder-workspace/Sources/ATenCXX/include/tensor_shim.hpp:2:10: fatal error: 'ATen/ops/gru_cell.h' file not found
2 | #include "ATen/ops/gru_cell.h"
| ^~~~~~~~~~~~~~~~~~~~~
[31/89] Compiling ATenCXXDoctests ttsd_doctest_bridge.cpp
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/differentiable-swift/swift-numerics-differentiable
[1/294] Fetching swift-numerics-differentiable
[4/2452] Fetching swift-numerics-differentiable, swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.26s)
Fetched https://github.com/differentiable-swift/swift-numerics-differentiable from cache (1.26s)
Computing version for https://github.com/differentiable-swift/swift-numerics-differentiable
Computed https://github.com/differentiable-swift/swift-numerics-differentiable at 1.3.0 (1.73s)
Fetching https://github.com/apple/swift-numerics from cache
Fetched https://github.com/apple/swift-numerics from cache (0.99s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.1 (1.46s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (2.31s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.87s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.52s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.1.1
Creating working copy for https://github.com/differentiable-swift/swift-numerics-differentiable
Working copy of https://github.com/differentiable-swift/swift-numerics-differentiable resolved at 1.3.0
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/4] Write swift-version-2F0A5646E1D333AE.txt
[2/9] Compiling CodeGeneratorExecutable STDLibOverloadsGenerator.swift
[3/9] Compiling CodeGeneratorExecutable RealFunctionsGenerator.swift
[4/9] Compiling CodeGeneratorExecutable CodeGenerator.swift
[5/9] Compiling CodeGeneratorExecutable RealFunctionsDerivativesGenerator.swift
[6/9] Emitting module CodeGeneratorExecutable
[6/8] Linking CodeGeneratorExecutable-tool
[7/8] Applying CodeGeneratorExecutable-tool
[0/1] Planning build
[1/1] Compiling plugin CodeGeneratorPlugin
[2/2] Compiling plugin Swift-DocC Preview
[3/3] Compiling plugin Swift-DocC
Building for debugging...
[3/27] Write swift-version-2F0A5646E1D333AE.txt
[5/37] Compiling RealModule RealFunctions.swift
[6/38] Compiling RealModule Real.swift
[7/38] Compiling RealModule Float80+Real.swift
[8/38] Compiling RealModule RelaxedArithmetic.swift
In file included from /Users/admin/builder/spi-builder-workspace/Sources/ATenCXXDoctests/max_pool2d_doctests.cpp:3:
/Users/admin/builder/spi-builder-workspace/Sources/ATenCXX/include/tensor_shim.hpp:2:10: fatal error: 'ATen/ops/gru_cell.h' file not found
2 | #include "ATen/ops/gru_cell.h"
| ^~~~~~~~~~~~~~~~~~~~~
1 error generated.
[8/38] Compiling ATenCXXDoctests max_pool2d_doctests.cpp
In file included from /Users/admin/builder/spi-builder-workspace/Sources/ATenCXXDoctests/masked_scatter_doctests.cpp:3:
/Users/admin/builder/spi-builder-workspace/Sources/ATenCXX/include/tensor_shim.hpp:2:10: fatal error: 'ATen/ops/gru_cell.h' file not found
2 | #include "ATen/ops/gru_cell.h"
| ^~~~~~~~~~~~~~~~~~~~~
1 error generated.
[8/38] Compiling ATenCXXDoctests masked_scatter_doctests.cpp
In file included from /Users/admin/builder/spi-builder-workspace/Sources/ATenCXXDoctests/group_norm_doctests.cpp:3:
/Users/admin/builder/spi-builder-workspace/Sources/ATenCXX/include/tensor_shim.hpp:2:10: fatal error: 'ATen/ops/gru_cell.h' file not found
2 | #include "ATen/ops/gru_cell.h"
| ^~~~~~~~~~~~~~~~~~~~~
[8/38] Compiling ATenCXXDoctests group_norm_doctests.cpp
In file included from /Users/admin/builder/spi-builder-workspace/Sources/ATenCXXDoctests/avg_pool2d_doctests.cpp:3:
/Users/admin/builder/spi-builder-workspace/Sources/ATenCXX/include/tensor_shim.hpp:2:10: fatal error: 'ATen/ops/gru_cell.h' file not found
2 | #include "ATen/ops/gru_cell.h"
| ^~~~~~~~~~~~~~~~~~~~~
[8/38] Compiling ATenCXXDoctests avg_pool2d_doctests.cpp
In file included from /Users/admin/builder/spi-builder-workspace/Sources/ATenCXXDoctests/conv2d_doctests.cpp:3:
/Users/admin/builder/spi-builder-workspace/Sources/ATenCXX/include/tensor_shim.hpp:2:10: fatal error: 'ATen/ops/gru_cell.h' file not found
2 | #include "ATen/ops/gru_cell.h"
| ^~~~~~~~~~~~~~~~~~~~~
[8/38] Compiling ATenCXXDoctests conv2d_doctests.cpp
[9/38] Compiling RealModule Float+Real.swift
[10/38] Compiling RealModule ElementaryFunctions.swift
[11/38] Compiling RealModule AugmentedArithmetic.swift
[11/38] Compiling ATenCXXDoctests ttsd_doctest_bridge.cpp
In file included from /Users/admin/builder/spi-builder-workspace/Sources/ATenCXXDoctests/conv2d_backward_doctests.cpp:3:
/Users/admin/builder/spi-builder-workspace/Sources/ATenCXX/include/tensor_shim.hpp:2:10: fatal error: 'ATen/ops/gru_cell.h' file not found
2 | #include "ATen/ops/gru_cell.h"
| ^~~~~~~~~~~~~~~~~~~~~
[11/38] Compiling ATenCXXDoctests conv2d_backward_doctests.cpp
[12/38] Compiling RealModule Double+Real.swift
[12/38] Linking CodeGeneratorExecutable-tool
BUILD FAILURE 6.1 macosSpm