This repository was archived by the owner on Jul 1, 2023. It is now read-only.
This repository was archived by the owner on Jul 1, 2023. It is now read-only.
swift build fails #787
Open
Description
Upon executing swift build
, I'm receiving the following message:
Any workarounds ?
error: found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/balli/Coding/swift/swift-apis/Sources/Tensor/CMakeLists.txt
error: found 5 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/balli/Coding/swift/swift-apis/Sources/TensorFlow/Bindings/generate_wrappers.py
/Users/balli/Coding/swift/swift-apis/Sources/TensorFlow/Bindings/README.md
/Users/balli/Coding/swift/swift-apis/Sources/TensorFlow/Layers/Sequential.swift.gyb
/Users/balli/Coding/swift/swift-apis/Sources/TensorFlow/CMakeLists.txt
/Users/balli/Coding/swift/swift-apis/Sources/TensorFlow/Bindings/EagerExecution.swift.gyb
error: found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/balli/Coding/swift/swift-apis/Sources/third_party/Experimental/LICENSE
/Users/balli/Coding/swift/swift-apis/Sources/third_party/Experimental/CMakeLists.txt
error: found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/balli/Coding/swift/swift-apis/Tests/ExperimentalTests/CMakeLists.txt
error: found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/balli/Coding/swift/swift-apis/Tests/TensorTests/CMakeLists.txt
error: found 3 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/balli/Coding/swift/swift-apis/Tests/TensorFlowTests/CMakeLists.txt
/Users/balli/Coding/swift/swift-apis/Tests/TensorFlowTests/SequencedTests.swift.gyb
/Users/balli/Coding/swift/swift-apis/Tests/TensorFlowTests/SequentialTests.swift.gyb